/*
custom.css
순서 바꾸기 금지
*/
/*--- fonts ---*/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

/*--- base ---*/
* {box-sizing: border-box; font-size: 14px; font-family: 'Nanum Gothic', sans-serif; word-break: keep-all;}
body { margin: 0;} a{text-decoration: none;}
body::-webkit-scrollbar {display: none;} body {scrollbar-width: none; -ms-overflow-style: none;}
.float-l{float: left !important;} .flexed{display: flex !important; flex-wrap: wrap !important;}

img.wp-smiley, img.emoji {display: inline !important; border: none !important; box-shadow: none !important; height: 1.2em !important; width: 1.2em !important; margin: 0 .07em !important; vertical-align: -0.3em !important; background: none !important; padding: 0 !important; margin-right: 3px !important;}

/*--- header ---*/
#header {height: 60px; padding: 0 200px; position: fixed; left: 0; right: 0; top: 0; background-color: rgba(255, 255, 255, .9); z-index: 999999; display: flex;}
#header_logo {height: 50px; width: 200px; margin-top: 5px; font-size: 1.7em; color: #444444; font-weight: bold; background-size: contain; background-position: left; background-repeat: no-repeat; background-image: url("../images/logo.png"); display: inline-block; cursor: pointer;}
#header_cate_wrapper {height: 100%; display: inline-flex; flex: 1; justify-content: flex-end;}
.header_cate {display: inline-flex; flex-direction: column; padding: 0 20px; height: 100%; justify-items: center; justify-content: center; border-right: 1px solid rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, 0); cursor: pointer; transition: background-color .5s;}
.header_cate:first-child {border-left: 1px solid rgba(0, 0, 0, .1);}
.header_cate:hover {background-color: rgba(0, 0, 0, .2);}
.header_cate_text {color: #444; font-weight: 900;}
#mobile_header_menu_btn, #header_cate_x {display: none;}
.header_cate_text{letter-spacing: 1px; font-weight: 800;}
#header{border-bottom: 1px solid rgba(0, 0, 0, .1);background-color: #fff;}
.header_cate:last-child{border-right: none;}
#mobile_header_menu_btn i, #header_cate_x{color: #444;}

/*--- floating btn ---*/
#bottom_btn {height: 75px; width: 75px; display: inline-flex; justify-items: center; justify-content: center; flex-direction: column; position: fixed; right: 30px; bottom: 150px; background-color: #ffffff; border-radius: 37.5px; z-index: 999; box-shadow: 5px 5px 5px rgba(0, 0, 0, .3); transition: background-color .5s; cursor: pointer;}
#bottom_btn img {filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));}
#bottom_btn:hover {background-color: #cbcbcb;}
#bottom_btn div {font-weight: 900; color: #444444;}

/*--- section ---*/
.section {padding: 0 200px; background-attachment:initial; overflow: hidden; height: 100vh; position: relative;}
.sec_wrapper{display: flex; width: 100%; max-width: 1240px; margin: 0 auto;}
.sec_1_title, .sec_2_title, .sec_3_title, .sec_4_title, .sec_5_title{position: absolute !important; top: 50%; left: 50%; transform: translate(-50%, -50%);}

/*--- section 1 ---*/
#sec_1 {width: 100%; position: relative; justify-content: center; align-items: center;}
.sec_1_title {font-size: 3em; color: #ffffff; z-index: 3; text-align: left; width: 100%; padding: 0 200px;}
.sec_1_title b {font-weight: 800; font-size: 1.6em;}
.sec_1_title p {font-size: 0.8em; line-height: 1.4em;}
.sec_1_icon {height: 100px; width: 500px; display: inline-block; background-image: url("../images/logo_side_white.png"); background-size: contain; background-position: center; background-repeat: no-repeat;}
.sec_1_layer {position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .5);}
.sec_1_bg {position: absolute; background-size: cover; background: url(../images/sec_1_bg.jpg) no-repeat fixed center; top: 0; left: 0; right: 0; bottom: 0;}

.sec_1_btn{box-shadow: none; letter-spacing: 0.05em;}
/*--- section 2 ---*/
#sec_2 {width: 100%; position: relative; justify-content: center; align-items: center; background-color: #ffffff;}
.sec_2_title {font-size: 3em; color: #fff; position: relative; z-index: 3; text-align: center; width: 50%;}
.sec_2_title b {font-weight: 800; font-size: 1.2em;}
.sec_2_title p {font-size: 0.6em; line-height: 1.4em;}
.sec_2_layer {position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, .5);}
.sec_2_bg {position: absolute; background-size: cover; background: url(../images/sec_2_bg.jpg) no-repeat fixed center; top: 0; left: 0; right: 0; bottom: 0;}
.sec_2_phone {height: 150px; width: 150px; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("../images/phone.png"); filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .4)); display: inline-block;}
.sec_2_arrow {height: 150px; width: 120px; background-position: center; background-repeat: no-repeat; background-size: 70%; background-image: url("../images/arrow.png"); filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .4)); display: inline-block;}
.sec_2_washing {height: 150px; width: 150px; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("../images/washing.png"); filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .4)); display: inline-block;}
.sec_2_home {height: 150px; width: 150px; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("../images/home.png"); filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .4)); display: inline-block;}
.sec_2_image_wrapper {position: absolute; top: 30%; left: 50%; transform: translate(-50%, -30%); text-align: center; z-index: 3; margin-bottom: 50px; width: 100%;}
.sec_2_btn {padding: 20px 30px; font-size: .5em; border-radius: 50px; background-color: #444444; color: #ffffff; display: inline-block; font-weight: 600; position: relative; z-index: 3; cursor: pointer; transition: background-color .5s;}
.sec_2_btn:hover {background-color: #000000;}

.sec_2_layer{background-color: rgba(0, 0, 0, .5);}
.sec_2_title b,.sec_3_title b,.sec_4_title b{font-size: 0.9em;}
.sec_2_title p,.sec_3_title b,.sec_4_title b{font-size: 0.5em;}
.sec_2_phone, .sec_2_arrow, .sec_2_washing, .sec_2_home{width: 100px; height: 100px;}

/*--- section 3 ---*/
#sec_3 {width: 100%; position: relative; justify-content: center; align-items: center; background-color: #ffffff;}
.sec_3_title {font-size: 1.6em; /*font-weight: bold;*/ color: #ffffff; position: relative; z-index: 3; text-align: left; margin-top: 150px;}
.sec_3_title:first-child {font-size: 2em;}
.sec_3_layer {position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .5);}
.sec_3_bg {position: absolute; background-size: cover; background: url(../images/sec_3_bg.jpg) no-repeat fixed center; top: 0; left: 0; right: 0; bottom: 0;}
.sec_3_shirt {height: 300px; width: 300px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/shirt.png"); display: inline-block; margin-left: 15px; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));}
.sec_3_hand {height: 150px; width: 300px; margin-top: -120px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/hand.png"); display: inline-block; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));}
.sec_3_image_wrapper {position: absolute; top: 30%; left: 50%; transform: translate(-50%, -30%); text-align: center; z-index: 3; margin-bottom: 50px; width: 100%;}
.sec_3_title {font-size: 3em; z-index: 3; text-align: center; color: #fff; width: 50%;}
.sec_3_title b {font-weight: 800; font-size: 0.9em;}
.sec_3_title p {font-size: 0.5em; line-height: 1.4em;}
.sec_3_wrapper {display: flex; width: 1240px; margin: auto;}
.sec_3_left {width: 50%; display: inline-flex; flex-direction: column; justify-content: center;}
.sec_3_right {width: 50%; display: inline-block;}
.sec_3_btn {padding: 10px 25px; font-size: 0.6em; border-radius: 50px; background-color: #ffffff; color: #444444; display: inline-block; font-weight: 900; position: relative; z-index: 3; cursor: pointer; box-shadow: 5px 5px 10px rgba(0, 0, 0, .2); transition: background-color .5s;}
.sec_3_btn:hover {background-color: #c8c8c8;}
.sec_3_title{text-align: center;}
.sec_3_hand{height: 150px; width: 200px;}
.sec_3_shirt{height: 200px; width: 200px;}

/*--- section 4 ---*/
#sec_4 {width: 100%; position: relative; justify-content: center; align-items: center; background-color: #ffffff;}
.sec_4_title {font-size: 2em; color: #ffffff; position: relative; z-index: 3; text-align: center;}
.sec_4_btn {padding: 20px 25px; font-size: 0.6em; border-radius: 50px; background-color: #ffffff; color: #444444; display: inline-block; font-weight: 900; position: relative; z-index: 3; cursor: pointer; box-shadow: 5px 5px 10px rgba(0, 0, 0, .2); transition: background-color .5s;}
.sec_4_btn:hover {background-color: #c8c8c8;}
.sec_4_title b {font-weight: 800; font-size: 1.2em;}
.sec_4_title p {font-size: 0.8em; line-height: 1.4em;}
.sec_4_layer {position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .5);}
.sec_4_bg {position: absolute; background-size: cover; background: url(../images/sec_4_bg.jpg) no-repeat fixed center; top: 0; left: 0; right: 0; bottom: 0;}
.sec_4_image_wrapper {width: 1240px; margin: auto; text-align: center; z-index: 3; position: relative;}
.sec_4_file {height: 200px; width: 200px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/file.png"); display: inline-block; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));}
.sec_4_x {height: 200px; width: 200px; background-position: center; background-repeat: no-repeat; background-size: 75%; background-image: url("../images/x.png"); display: inline-block; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));}
.sec_4_arrow {height: 200px; width: 200px; background-position: center; background-repeat: no-repeat; background-size: 50%; background-image: url("../images/arrow.png"); display: inline-block; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));}
.sec_4_phone {height: 200px; width: 200px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/phone.png"); display: inline-block; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));}
.sec_4_print {height: 200px; width: 200px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("../images/print.png"); display: inline-block; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));}

/*--- section 5 ---*/
#sec_5 {width: 100%; position: relative; justify-content: center; align-items: center; background-color: #ffffff;}
.sec_5_layer {position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .5);}
.sec_5_bg {position: absolute; background-size: cover; background: url(../images/sec_5_bg.jpg) no-repeat fixed center; top: 0; left: 0; right: 0; bottom: 0;}
.sec_5_title {font-size: 1.5em; font-weight: bold; color: #ffffff; position: relative; z-index: 3; text-align: center;}
.sec_5_title a {margin: 20px; color: #ffffff; font-size: 1.05em; text-decoration: none; padding: 10px 20px; background-color: rgba(0, 0, 0, 0); cursor: pointer; transition: background-color .5s;}
.sec_5_title a:hover {background-color: inherit;}
.sec_5_title a img{transition-timing-function: ease; transition-duration: 0.5s; opacity: 0.7;}
.sec_5_title a img:hover{opacity: 1;}

/*--- section 6 ---*/
#sec_6, #sec_6 > div{background-color: #ffffff;}
#sec_6{height: 100px;}
#sec_6 .sec_6_title{padding: 25px 0px; margin-top: 0 !important; box-sizing: content-box; width: 100%; height: 100px;}
.sec_6_float_left{float: left;}
.sec_6_float_left a{color: #444; margin: 0;}

.btn-open-popup{font-style: normal; cursor: pointer; padding: 0px 12px !important;}
.btn-open-popup2{font-style: normal; cursor: pointer; position: relative; padding-left: 12px !important; padding-right: 0 !important;} 
.btn-open-popup2:before{position: absolute; top: 50%; transform: translateY(-50%); left: 0; height: 14px; width: 1px; background: rgba(0, 0, 0, .1); content: "";}
#sec_6 .sec_5_title{height: 50px; padding: 50px 0px;}
.footer_modalbox{display: block; float: right;}
.sec_6_float_right{display: block;float: right;}
.footer_logo{height: 50px; font-size: 1.7em; color: #444444; font-weight: bold; display: inline-block; width: 15%;/*flex: 1;*/}
.footer_info{width: 85%; height: 50px;}
.footer_logo img{width: 130px; float: left;}
.sec_6_float_left{width: 100%;}
.sec_6_float_left a{font-weight: 400; color: #9e9e9e; font-size: 13px;}
.ft-info{width: 100%;color: #444; font-size: 14px; font-weight: 400; text-align: right; display: block; float: left; margin-top: 8px; font-style: normal;}
#sec_6 .sec_5_title a{padding-left: 0;}

/*--- section bg ---*/
.sec_1_bg{background: url(../images/대구세탁세탁발전소.png) no-repeat fixed center; background-size: cover;}
.sec_2_bg{background: url(../images/세탁발전소공장.jpg) no-repeat fixed center; background-size: cover;}
.sec_3_bg{background: url(../images/웨트클리닝.jpg) no-repeat fixed center; background-size: cover;}
.sec_4_bg{background: url(../images/세탁발전소03.jpg) no-repeat fixed center; background-size: cover;}
.sec_5_bg{background: url(../images/세탁발전소배송.jpg) no-repeat fixed center; background-size: cover;}

/*--- modal ---*/
.modal {position: fixed; z-index: 9999; top: 0; bottom: 0; left: 0; right: 0; width: 100vw; height: 100vh; display: none; background-color: rgba(0, 0, 0, 0.4); overflow-y: hidden;  }
.modal2 {position: fixed;  z-index: 9999;  top: 0; bottom: 0;  left: 0; right: 0;  width: 100vw;  height: 100vh;  display: none;  background-color: rgba(0, 0, 0, 0.4);}
.modal.show {display: block;}.modal2.show {display: block;}
.modal_body {position: absolute; top: 50%; left: 50%; width: 50%; height: 80%; padding: 15px 35px; background-color: rgb(255, 255, 255); box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%); transform: translateX(-50%) translateY(-42%); overflow-y: scroll;}
.modal_body h6{font-weight: 800;}
.modal p{margin-top: 8px;}
.modal p b{font-weight: 800;}

/*-- button --*/
.primary-btn{background-color: #2585bc; padding: 15px 20px; transition: background-color .5s; color: #fff; box-shadow: none;}
.primary-btn:hover{background-color: #fff; color: #2585bc;}
.w-btn{background-color: #fff; padding: 15px 20px; transition: background-color .5s; box-shadow: none;}
.primary-btn:hover{background-color: #2585bc; color: #fff;}
.w-btn:hover{background-color: #2585bc; color: #fff;}
.dot{text-emphasis-style: dot; text-emphasis-position: over left; -webkit-text-emphasis-style: dot; -webkit-text-emphasis-position: over; font-size: 1em !important;}

/*221117 푸터수정사항*/
/*--- 하단 푸터 footer ---*/
#sec_6, #sec_6 > div{background-color: #ffffff;}
#sec_6{height: 100px;}
#sec_6 .sec_6_title{padding: 25px 0px; margin-top: 0 !important; box-sizing: content-box; width: 100%; height: 100px;}
.sec_6_float_left{float: left;}
.sec_6_float_left a{color: #444; margin: 0;}
.btn-open-popup{font-style: normal; cursor: pointer; padding: 0px 12px !important;}
.btn-open-popup2{font-style: normal; cursor: pointer; position: relative; padding-left: 12px !important; padding-right: 0 !important;} 
.btn-open-popup2:before{position: absolute; top: 50%; transform: translateY(-50%); left: 0; height: 14px; width: 1px; background: rgba(0, 0, 0, .1); content: "";}
#sec_6 .sec_5_title{height: 50px; padding: 50px 0px;}
.footer_modalbox{display: block; float: left;}
.sec_6_float_right{display: block;float: right;}
.footer_logo{height: 50px; font-size: 1.7em; color: #444444; font-weight: bold; display: inline-block; width: 15%;/*flex: 1;*/}
.footer_info{width: 85%; height: 50px;}
.footer_logo img{width: 130px; float: left;}
.sec_6_float_left{width: 100%;}
.sec_6_float_left a{font-weight: 400; color: #9e9e9e; font-size: 13px;}
.ft-info{width: 100%;color: #444; font-size: 14px; font-weight: 400; text-align: right; display: block; float: left; margin-top: 8px; font-style: normal;}
#sec_6 .sec_5_title a{padding-left: 0;}
.flexed {
    display: flex !important;
    flex-wrap: wrap !important;
}
#sec_6, #sec_6 > div{background-color: #ebebeb;}
.sec_6_float_right{display: flex;float: left; margin-left: 20px;}
.footer_logo img{width: 130px; float: left;}
.aboutus .footer_modalbox a:first-child{margin-right: 0px;}
.sec_6_float_right img{margin-right: 10px; opacity: 65%;}
.ft-info{width: 100%;color: #818181; font-size: 14px; font-weight: 400; text-align: left; display: block; float: left; margin-top: 15px; font-style: normal; padding: 0 12px; line-height: 22.4px;}
#sec_6 .sec_5_title a{padding-left: 0;}
.aboutus .sec_6_float_right{display: none;}


/*--- 모바일 ---*/
.mobile{display: none;}
.mobile .sec_6_float_left{display: none;}
.m_header_on{left: 0;}
.m_header_off{left: 100vw;}
/*--- 미디어쿼리 ---*/
@media (max-width: 1557px) {
    #header, #sec_6{padding: 0 100px;}
}

@media (max-width: 1440px) {
    .sec_1_title b{font-size: 1.3em;}
    .header_cate{padding: 0 10px;}
    #header_logo{width: 150px;}
    .sec_2_image_wrapper{top: 25%; transform: translate(-50%, -25%);}
    .sec_3_image_wrapper{top: 27%; transform: translate(-50%, -27%);}
    

}
@media (max-width: 1172px) {
    #header, #sec_6{padding: 0 50px;}
}
@media (max-width: 1073px) {
    #header, #sec_6{padding: 0 10px;}
}

@media (max-width: 1024px) {
    #mobile_header_menu_btn, #header_cate_x {display: block;}
    #header {padding: 0 20px;justify-content: center;}
    #header_logo {background-position: center;}
    #header_cate_wrapper {position: fixed;left: 100vw;top: 0;bottom: 0;width: 100%;background-color: #ffffff;flex-direction: column;justify-content: center;z-index: 999999;transition: left .5s;}
    .header_cate {height: 70px;}
    #header_cate_x {text-align: center;position: absolute;right: 15px;top: 15px;}
    #header_cate_x i {font-size: 30px;}
    .header_cate_text {text-align: center;font-size: 1.5em;}
    #mobile_header_menu_btn {position: absolute;right: 15px;top: 15px;}
    #mobile_header_menu_btn i {font-size: 30px;}
    #bottom_btn{height: 60px;width: 60px;right: 10px;bottom: 100px;}
    .ft-info{width: 90%; margin-left: 10%;}
}

@media (max-width: 768px) {
    .section{padding: 0 100px;}
    #sec_6 .sec_5_title{height: 65px; padding: 20px 0;}
    #sec_6 .sec_5_title span{margin-bottom: 10px; display: flex; flex-wrap: nowrap;}
    #sec_6 .sec_5_title a{font-size: 14px;}
    #sec_6 .sec_6_title{padding: 17px 0;}
}

@media (max-width: 720px) {
    * {box-sizing: border-box;font-size: 12px;}
    .section{padding-top: 100px;}
    .sec_6_float_left{float: none;}
    .sec_6_float_left a {padding: 0 5px;}
    .sec_6_float_right a{padding: 0;float: none;margin: 0 10px;}
    #sec_6 .sec_5_title span{margin-bottom: 10px; display: flex; flex-wrap: nowrap;}
    #sec_6 .sec_5_title a{font-size: 14px;}
    .ft-info{margin-top: 0; line-height: 1.3; bottom: 40px; font-size: 13px;}
    .section,#header, #sec_6 { padding: 0 20px;}
    .sec_2_phone, .sec_2_washing, .sec_2_home, .sec_3_left {display: none;}
    .sec_3_wrapper {width: 100%;}
    .sec_3_right {width: 100%;font-size: 10px;}
    #mobile_header_menu_btn {position: absolute;right: 15px;top: 15px;}
    #mobile_header_menu_btn i {font-size: 30px;}
    #bottom_btn{height: 60px;width: 60px;right: 10px;bottom: 100px;}
    .sec_2_title{color: #fff;width:100%;text-align: center;}
    .sec_2_image_wrapper,.sec_3_image_wrapper{display: none;}
    .sec_wrapper{display: flex;width: 100%;min-width: 100%;margin: auto;}
    img.wp-smiley, img.emoji{width: 1.5em !important; height: 1.5em !important;}
    .footer_modalbox{display: none !important;}
    .sec_6_float_right{position: absolute; bottom: 50px; text-align: center; width: 100%;}
    .mobile{display: block;} .mhidden{display: none !important;}
    .footer_info{width: 100%;}
    .mobile .sec_6_float_left{display: block;}
    .sec_1_bg{background: url(../images/m_bg0.jpg) no-repeat fixed center; background-size: cover; background-attachment: initial;}
    .sec_2_bg{background: url(../images/m_bg1.jpg) no-repeat fixed center; background-size: cover; background-attachment: initial;}
    .sec_3_bg{background: url(../images/m_bg2.jpg) no-repeat fixed center; background-size: cover; background-attachment: initial;}
    .sec_4_bg{background: url(../images/m_bg3.jpg) no-repeat fixed center; background-size: cover; background-attachment: initial;}
    .sec_5_bg{background: url(../images/m_bg4.jpg) no-repeat fixed center; background-size: cover; background-attachment: initial;}
    .section{height: 100vh !important;}
    #sec_6{height: 130px !important;}
    #sec_6 .sec_6_title{padding: 18px 0px;}
    .sec_1_title{padding: 0; text-align: center;}
    .sec_3_title{margin-top: 0;}
    .sec_2_title,.sec_3_title,.sec_4_title,.sec_5_title{width: 100%; padding: 0 20px;}
}
@media (max-width: 320px) {
    .ft-info{font-size: 11px;}
    .sec_6_float_right{bottom: 20px;}

}



/* 곧통 미디어쿼리 */
/*--- 모바일 ---*/

/*--- 미디어쿼리 ---*/
@media (max-width: 1557px) {
    #sec_6 {height: 130px;}
}

@media (max-width: 1440px) {
    #sec_6 {height: 130px;}
}
@media (max-width: 1172px) {
    #sec_6 {height: 130px;}
}
@media (max-width: 1073px) {
    #sec_6{padding: 0 30px;}
    #sec_6 {height: 130px;}
}

@media (max-width: 1024px) {
    #sec_6 {height: 130px;}
    .footer_logo{display: none;}
    .ft-info{width: 90%; line-height: 22.4px;}
    #sec_6 {height: 130px;}
}

@media (max-width: 768px) {
    #sec_6 {height: 130px;}
}
@media (max-width: 720px) {
    .ft-info{margin-top: 0; line-height: 1.3; bottom: 40px; font-size: 13px; letter-spacing: -1px;}
    .aboutus #sec_6 .sec_6_title{padding: 30px 0px;}
}