@charset "utf-8";
@import "/_common/_css/basic.css";
@import "/_common/_css/board02.css";

/* 전체_기본_공통적용*/
#wrap {
    width: 100%;
    text-align: center;
}
#header {
    width: 100%;
}
#container {
    width: 100%;
}

#com_menu {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 140px;
    background: #99c8f3;
} /*상단메뉴로고부분*/

#com_menu .st_Nav {
    position: absolute;
    top: 14px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 100;
}
#com_menu .st_Nav li {
    float: left;
    padding: 0 7px 0 7px;
    background: url(/_common/_images/com_top_line.png) no-repeat 0px 1px;
}
#com_menu .st_Nav li.first {
    background: none;
}
#com_menu .st_Nav img {
    vertical-align: top;
}

/* 탭메뉴 */
/* images */
.listTab li a .button1 {
    background-image: url(/_common/_images/main_tt_01.gif);
    width: 95px;
    height: 22px;
    background-position: 0 -22px;
}
.listTab li a .button2 {
    background-image: url(/_common/_images/main_tt_01.gif);
    width: 95px;
    height: 22px;
    background-position: -90px 1px;
}
.listTab.m1 .m1 a .button1 {
    background-image: url(/_common/_images/main_tt_01.gif);
    width: 95px;
    height: 22px;
    background-position: 0 1px;
}
.listTab.m2 .m2 a .button2 {
    background-image: url(/_common/_images/main_tt_01.gif);
    width: 95px;
    height: 22px;
    background-position: -90px -22px;
}

/* Lined Tab */
.listTab {
    width: 100%;
}
.listTab ul {
    position: relative;
    font-size: 12px;
    *zoom: 1;
}
.listTab ul:after {
    content: "";
    display: block;
    clear: both;
}
.listTab li {
    float: left;
    -margin-bottom: -1px;
    text-align: left;
}
.listTab li a span {
    display: inline-block;
    cursor: pointer;
}
.listTab li ul {
    display: none;
    width: 300px;
    position: absolute;
    top: 40px;
    left: 0;
    border: 0;
    margin: 0;
    padding: 0;
    *zoom: 1;
}
.listTab li ul:after {
    content: "";
    display: block;
    clear: both;
}
.listTab li li {
    float: none;
    position: relative;
    -margin: 0 0 8px 0;
    color: #999;
    background: url(/_common/_images/main_news_dot.gif) no-repeat 6px 10px;
    padding-left: 15px;
    line-height: 24px;
}
.listTab li li a {
    float: none;
    padding: 0;
    margin: 0;
    border: 0 !important;
    color: #666 !important;
    font-weight: normal;
    background: transparent;
    letter-spacing: normal;
    text-decoration: none;
}
.listTab li li a:hover,
.listTab li li a:active,
.listTab li li a:focus {
    color: #000 !important;
    text-decoration: none;
}
.listTab li li date,
.listTab li li .date {
    position: absolute;
    top: 0;
    right: 0;
}
.listTab li li.more {
    position: absolute;
    top: -35px;
    right: 0;
    border: 0 !important;
    background: transparent;
}

.listTab.m1 .m1 ul,
.listTab.m2 .m2 ul {
    display: block;
}

/* jsOff */
.listTab.jsOff {
    height: auto;
}
.listTab.jsOff ul {
    border: 0;
}
.listTab.jsOff li {
    float: none;
    position: relative;
}
.listTab.jsOff li a {
    float: none;
    display: block;
    font-weight: bold;
    color: #333;
}
.listTab.jsOff li ul {
    position: static;
    display: block;
    left: 0;
    top: 0;
}
.listTab.jsOff li li a {
    display: inline;
    border: 0 !important;
    background: none !important;
    font-weight: normal;
}
.listTab.jsOff li li.more {
    top: 7px;
    right: 15px;
}

/*메인_비쥬얼*/
.visual {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.visualItems {
    display: none;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 600px;
    overflow: hidden;
    cursor: pointer;
}
.visualPage {
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -75px;
    z-index: 20;
}

.visualBtn {
    float: left;
    width: 10px;
    height: 10px;
    background: url("/_common/_images/visual_btn_bg.png") no-repeat;
    margin: 2px;
}
.visualBtn:hover,
.visualBtn.act {
    background-position: 0px -10px;
    cursor: pointer;
}

.visualBtn2 {
    float: left;
    width: 16px;
    height: 16px;
    background: url("/_common/_images/visual_btn_bg2.png") 0px -16px no-repeat;
    margin: 0 7px;
}
.visualBtn2:hover,
.visualBtn2.act {
    background-position: 0px 0px;
    cursor: pointer;
}

.visualTab {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px 0px 10px;
    margin: 0px 2px 0px 2px;
    background: #afafaf;
    cursor: pointer;
}
.visualTab:hover,
.visualTab.act {
    background: #ffffff;
}

#slide_ex {
    overflow: hidden;
    width: 835px;
    height: 140px;
    position: relative;
}
.slide_ex_items {
    overflow: hidden;
    width: 835px;
    height: 140px;
    position: absolute;
    top: 0px;
    left: 835px;
    z-index: 101;
}

/* 메인 */

#main_contents {
    width: 100%;
} /*메인 컨텐츠 부분_섹션으로 css구분*/

#main_contents h1.main_sec_tit {
    font-size: 34px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding-top: 57px;
    background: url(/_common/_images/tit_bg.png) center top no-repeat;
    margin-bottom: 45px;
}
#main_contents h1.main_sec_tit span {
    font-weight: 700;
}

#main_contents .sec01 {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 30px 0;
}
#main_contents .sec01 ul:after {
    content: "";
    display: block;
    clear: both;
}
#main_contents .sec01 ul li {
    float: left;
    width: 400px;
    margin-bottom: 40px;
}
#main_contents .sec01 ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
#main_contents .sec01 ul li p {
    font-size: 18px;
    font-weight: 400;
    color: #010101;
    text-align: center;
}

#main_contents .sec02 {
    width: 100%;
    padding-top: 60px;
    height: 340px;
    background: url(/_common/_images/main_example_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
#main_contents .sec02 .sec02_con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
#main_contents .sec02 .sec02_con > a {
    position: absolute;
    display: block;
    bottom: 40px;
}
#main_contents .sec02 .sec02_con > a.example_arrow_l {
    left: 0;
}
#main_contents .sec02 .sec02_con > a.example_arrow_r {
    right: 0;
}

#main_contents .sec02 ul {
    width: 830px;
    margin: 0 auto;
}
#main_contents .sec02 ul:after {
    content: "";
    display: block;
    clear: both;
}
#main_contents .sec02 ul li {
    float: left;
}
#main_contents .sec02 ul li.sec02_con_detail {
    width: 430px;
    text-align: left;
    padding-left: 40px;
}
#main_contents .sec02 ul li h2 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 20px 0;
}
#main_contents .sec02 ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #4f4f4f;
    line-height: 20px;
    margin-bottom: 25px;
}
#main_contents .sec02 ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #3a5670;
}

#main_contents .sec03 {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
#main_contents .sec03 ul {
    width: 1160px;
    margin: 0 auto;
    padding: 50px 0 58px 0;
}
#main_contents .sec03 ul:after {
    content: "";
    display: block;
    clear: both;
}
#main_contents .sec03 ul li {
    float: left;
    width: 535px;
    height: 210px;
    padding-left: 45px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}
#main_contents .sec03 ul li.sec03_bg01 {
    background: url(/_common/_images/main_manager_bg.jpg);
}
#main_contents .sec03 ul li.sec03_bg02 {
    background: url(/_common/_images/main_membership_bg.jpg);
}
#main_contents .sec03 ul li h2 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin: 55px 0 23px 0;
}
#main_contents .sec03 ul li p {
    font-size: 14px;
    color: #585757;
    font-weight: 400;
}

#main_contents .sec03 .sec03_agency {
    padding: 50px 0 0;
}
#main_contents .sec03 .sec03_agency li {
    width: 1115px;
    height: 210px;
}
#main_contents .sec03 .sec03_agency li.sec03_bg03 {
    background: url(/_common/_images/main_agency_bg.jpg);
}

#footer {
    clear: both;
    width: 100%;
    font-size: 11px;
    border-top: 1px solid #e8e8e8;
}
#footer .fContent {
    clear: both;
    width: 1200px;
    margin: 0px auto;
    text-align: left;
    height: 130px;
    padding-top: 30px;
}
#footer .fContent p {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    float: left;
}
#footer .fContent p span {
    color: #999;
}
#footer .fContent p.copy {
    margin-top: 12px;
}

.sample {
    clear: both;
}
.sample p {
    width: 1000px;
    margin: 0 auto;
    background: #dcb997;
    color: #000;
    border: 5px solid #dcb997;
    padding: 15px 0 15px 0;
}
.sample p strong {
    font-size: 16px;
    font-weight: bold;
}

#footer a {
    color: #9e9e9e;
}
#footer a:hover {
    color: #647ca5;
    font-size: 11px;
}

/* 공지사항 리스트 및 탭관련*/
.ltNotice {
    position: relative;
    height: 150px;
    text-align: center;
}
.ltNotice li {
    float: left;
}
.ltNotice .tab {
    float: left;
    height: 24px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(/_common/_images/main_tt_01.gif) no-repeat;
}
.ltNotice .t1 {
    width: 88px;
    background-position: 0 -24px;
}
.ltNotice .t2 {
    width: 98px;
    background-position: -88px 0;
}
.ltNotice .t3 {
    width: 100px;
    background-position: -198px 0;
}
.ltNotice li.active .t1 {
    width: 88px;
    background-position: 0 0;
}
.ltNotice li.active .t2 {
    width: 98px;
    background-position: -88px -24px;
}
.ltNotice li.active .t3 {
    width: 100px;
    background-position: -198px -50px;
}

.ltNotice ul {
    display: none;
    position: absolute;
    top: 34px;
    left: 0px;
    width: 300px;
}
.ltNotice ul li {
    float: left;
    text-align: left;
    padding-left: 15px;
    line-height: 24px;
    background: url(/_common/_images/main_news_dot.gif) no-repeat 6px 10px;
    width: 295px;
}
.ltNotice ul li span {
    padding-right: 10px;
    float: right;
}
.ltNotice li.active ul {
    display: block;
}
.ltNotice a {
    color: #989898;
}
.ltNotice a:hover {
    color: #569ecc;
    font-size: 12px;
}
.ltNotice .more {
    position: absolute;
    top: -16px;
    right: 0px;
    background: none;
}

/*공통팝업 - 개인정보취급방침_이용약관_이메일무단수집거부*/
#no_spam {
    width: 600px;
    border: 10px solid #d8d8d8;
}
#privacy {
    position: relative;
}
#privacy p {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin-top: 20px;
    color: #fe0000;
}
#privacy textarea {
    width: 94%;
    height: 600px;
    color: #666666;
    padding: 15px 3%;
    line-height: 19px;
    border: 1px solid #ededed;
    background: #f9f9f9;
}
#privacy .btn_close {
    position: absolute;
    top: 40px;
    right: 20px;
}

/*서브*/
#sub_visual {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#sub_visual .visual {
    width: 100%;
    height: 180px;
}
#sub_visual .sub_location {
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 9;
    text-align: center;
}
#sub_visual .sub_location h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 50px;
}
#sub_visual .sub_location h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
}

#sub_wrap {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    min-height: 400px;
    content: "";
}
#sub_wrap02 {
    width: 100%;
}
#sub_wrap02 #left_menu {
    width: 1200px;
    margin: 30px auto 0;
}
#sub_wrap02 #left_menu:after {
    content: "";
    display: block;
    clear: both;
}

#sub_wrap02 #left_menu h2 {
    padding: 32px 0 10px 20px;
    text-align: left;
    font-size: 24px;
    color: #000;
    font-weight: bold;
} /*tt타이틀*/

#sub_wrap02 #left_menu .left_flash {
    clear: both;
}
#sub_wrap02 #left_menu .banner {
    clear: both;
    padding: 10px 0px;
}

#sub_wrap #left_menu {
    width: 100%;
    margin-top: 30px;
}
#sub_wrap #left_menu:after {
    content: "";
    display: block;
    clear: both;
}

#sub_wrap #left_menu h2 {
    padding: 32px 0 10px 20px;
    text-align: left;
    font-size: 24px;
    color: #000;
    font-weight: bold;
} /*tt타이틀*/

#sub_wrap #left_menu .left_flash {
    clear: both;
}
#sub_wrap #left_menu .banner {
    clear: both;
    padding: 10px 0px;
}

/*서브와꾸*/
#sub_wrap #sub_contents {
    width: 100%;
} /*오른쪽컨텐츠 전체와꾸*/
#sub_wrap #sub_contents h3 {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
} /*stt타이틀*/
#sub_wrap #sub_contents .location {
    position: absolute;
    right: 5px;
    top: 35px;
    background: url(/_common/_images/icon_home.gif) no-repeat 0px 2px;
    padding-left: 15px;
}
#sub_wrap #sub_contents .location li {
    display: inline;
    font-size: 11px;
    color: #919191;
}
#sub_wrap #sub_contents .location b {
    color: #8fb1ef;
    font-weight: bold;
}
#sub_wrap #sub_contents .con_detail {
    text-align: center;
    line-height: 18px;
    padding: 70px 0 100px 0;
} /*내용*/

#sub_contents .con_detail {
    /* width:1200px;  */
    margin: 0 auto;
    text-align: center;
    line-height: 18px;
    padding-bottom: 100px;
}

/* #sub_contents .con_detail {width:1200px; margin:0 auto;} */

/*quick*/
#quick {
    position: fixed;
    left: 50%;
    margin-left: 640px;
    top: 180px;
    width: 55px;
    z-index: 200;
    padding-bottom: 50px;
}
#quick ul li {
    margin-bottom: 10px;
}
#quick ul li.quick01 a {
    width: 55px;
    height: 55px;
    display: block;
    overflow: hidden;
    background: url(/_common/_images/quick_ico01.png) 0 0;
}
#quick ul li.quick01 a:hover {
    background-position: 0 -55px;
}
#quick ul li.quick02 a {
    width: 55px;
    height: 55px;
    display: block;
    overflow: hidden;
    background: url(/_common/_images/quick_ico02.png) 0 0;
}
#quick ul li.quick02 a:hover {
    background-position: 0 -55px;
}
#quick ul li.quick03 a {
    width: 55px;
    height: 55px;
    display: block;
    overflow: hidden;
    background: url(/_common/_images/quick_ico03.png) 0 0;
}
#quick ul li.quick03 a:hover {
    background-position: 0 -55px;
}
#quick ul li.quick04 a {
    width: 55px;
    height: 55px;
    display: block;
    overflow: hidden;
    background: url(/_common/_images/quick_ico04.png) 0 0;
}
#quick ul li.quick04 a:hover {
    background-position: 0 -55px;
}

/*테이블*/
.table_01 {
    width: 100%;
    margin-bottom: 10px;
    border-top: 2px solid #bd956d;
}
.table_01 th {
    font-size: 11px;
    height: 30px;
    text-align: center;
    background: #f8f8f8;
    border-bottom: 1px solid #d4d4d4;
    color: #444444;
    font-weight: bold;
}
.table_01 th.line_r {
    border-right: 1px solid #d4d4d4;
}
.table_01 td {
    font-size: 11px;
    border-bottom: 1px solid #d4d4d4;
}
.table_01 td.cen {
    font-size: 11px;
    height: 30px;
    text-align: center;
}
.table_01 td.left {
    line-height: 130%;
    padding: 20px 0px 20px 20px;
    font-size: 11px;
    height: 30px;
    border-bottom: 1px solid #d4d4d4;
}
.table_01 td.left_2 {
    padding: 0px 0px 0px 10px;
    font-size: 11px;
    height: 30px;
    border-bottom: 1px solid #d4d4d4;
}
.table_01 td.line_r {
    border-right: 1px solid #d4d4d4;
    color: #6c6c6c;
}
.table_01 td.font_b {
    font-weight: bold;
    color: #704924;
}
.table_01 td.line_h {
    line-height: 130%;
}

/*사이트맵*/
#sitemap {
    width: 100%;
}
.oneDepth {
    width: 23%;
    float: left;
    padding-left: 2%;
    margin-bottom: 30px;
    min-height: 300px;
}
.oneDepth h5 {
    font-size: 16px;
    font-weight: bold;
    text-align: center !important;
    color: #666;
    padding: 15px 0;
    border-bottom: 2px solid #29bbef;
}

.twoDepth {
    font-size: 12px;
    padding-top: 5px;
}
.twoDepth li {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}
.twoDepth li a {
    font-size: 14px;
}

/*멤버*/

.btn_login {
    display: inline-block;
    border: 1px solid #555;
    background: #888;
    color: #fff;
    font-weight: 600;
    height: 67px;
    text-align: center;
    width: 80px;
    line-height: 67px;
}
.btn_login_b01 {
    float: right;
    border: 1px solid #aaa;
    padding: 1px 5px;
    font-size: 11px;
    background: #f5f5f5;
    color: #888;
    line-height: 18px;
}
.btn_join_next {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 15px 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}
.btn_join_cancel {
    font-size: 13px;
    font-weight: bold;
    color: #777;
    padding: 15px 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

/*서브 공통*/

#sub_contents .con_style01 dl {
    margin-top: 50px;
}
#sub_contents .con_style01 dl dt {
    font-size: 30px;
    font-weight: 700;
    color: #7eb6e8;
    letter-spacing: -0.05em;
    line-height: 34px;
    padding-bottom: 30px;
}
#sub_contents .con_style01 dl dd {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

#sub_contents .con_style02 ul:after {
    content: "";
    display: block;
    clear: both;
}
#sub_contents .con_style02 ul li {
    float: left;
}
#sub_contents .con_style02 dl dt {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
#sub_contents .con_style02 dl dd {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 22px;
}
#sub_contents .con_style02 dl dd span.con_blue {
    color: #51aac9;
}

#sub_contents h1.con_title01 {
    font-size: 36px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 38px;
}
#sub_contents p.con_sub_title01 {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    margin-top: 30px;
}
#sub_contents h1.con_title01 span.small_tit {
    font-size: 26px;
}

#sub_contents h1.con_title01 span.small_tit02 {
    font-size: 40px;
}

/*이미지 수동 슬라이드*/
.slidesjs-pagination {
    display: none;
}
.slide_img {
    position: relative;
    overflow: hidden;
}
a.slidesjs-next,
a.slidesjs-previous {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    z-index: 9999;
    text-indent: -9999px;
}
a.slidesjs-next {
    background: url(/_common/_images/sub0103_arrow_r.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0px;
}
a.slidesjs-previous {
    background: url(/_common/_images/sub0103_arrow_l.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 52px;
}

/*sub0101_회사소개*/
.sub0101_con01 {
    padding-bottom: 70px;
}

.sub0101_con02 {
    position: relative;
    width: 100%;
    height: 450px;
    background: url(/_common/_images/sub0101_homecare_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: ;
}
.sub0101_con02 h1 {
    position: absolute;
    left: 45px;
    top: 130px;
}
.sub0101_con02 dl {
    padding-top: 52px;
    margin-left: 395px;
    text-align: left;
}
.sub0101_con02 dl dt {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 34px;
}
.sub0101_con02 dl dd {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-top: 30px;
}
.sub0101_con02 dl dd span {
    color: #3b4856;
}

.sub0101_con03 {
    padding-bottom: 40px;
    margin-top: 70px;
    background: url(/_common/_images/sub0101_why_bg.jpg) no-repeat right bottom;
}
.sub0101_con03 h1 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #929292;
    line-height: 42px;
    text-align: left;
}
.sub0101_con03 h1 strong {
    font-size: 30px;
    font-weight: 700;
}
.sub0101_con03 h1 strong.blk {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
.sub0101_con03 dl {
    text-align: left;
}
.sub0101_con03 dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #7eb6e8;
    line-height: 26px;
    margin: 40px 0 15px;
}
.sub0101_con03 dl dd {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 26px;
}

.sub0101_con04 {
    padding-top: 70px;
}
.sub0101_con04 dl dt {
    font-size: 40px;
    font-weight: 300;
    color: #2a2a2a;
    line-height: 40px;
    margin-bottom: 30px;
}
.sub0101_con04 dl dd {
    font-size: 16px;
    color: #434343;
    line-height: 28px;
    text-align: left;
    background: url(/_common/_images/sub0101_history_bullet.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 0 0 592px;
    padding: 10px 0 20px 40px;
}
.sub0101_con04 dl dd:after {
    content: "";
    clear: both;
    display: block;
}
.sub0101_con04 dl dd span.date {
    color: #000;
    font-weight: 700;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.sub0101_con04 dl dd p {
    float: left;
}
.sub0101_con04 dl dd.history_l {
    background-position: right top;
    margin: 0 593px 0 0;
    padding: 10px 40px 20px 0;
}
.sub0101_con04 dl dd.history_l span.date {
    float: right;
    margin: 0 0 0 10px;
}
.sub0101_con04 dl dd.history_l p {
    float: right;
    text-align: right;
}

/*sub0102_hs홈케어의 차별성*/
.sub0102_con01 {
    width: 100%;
}
.sub0102_con01:after {
    content: "";
    clear: both;
    display: block;
}
.sub0102_con01 p {
    margin: 40px 0;
}
.sub0102_con01 dl {
    float: left;
    text-align: left;
    width: 582px;
    padding-left: 18px;
    margin-bottom: 60px;
}
.sub0102_con01 dl dt {
    margin-bottom: 15px;
}
.sub0102_con02 {
    margin-top: 25px;
}
.sub0102_con02 ul {
    position: relative;
    margin-bottom: 100px;
}
.sub0102_con02 h1 + ul {
    margin-top: 60px;
}
.sub0102_con02 ul:after {
    content: "";
    clear: both;
    display: block;
}
.sub0102_con02 ul li {
    width: 630px;
    height: 420px;
}
.sub0102_con02 ul li.sub0102_bg {
    position: absolute;
    right: 0;
    top: 52px;
}
.sub0102_con02 ul li.sub0102_con02_bg01 {
    background: url(/_common/_images/sub0102_promise_bg01.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.sub0102_con02 ul li.sub0102_con02_bg02 {
    background: url(/_common/_images/sub0102_promise_bg02.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.sub0102_con02 ul li.sub0102_con02_bg03 {
    background: url(/_common/_images/sub0102_promise_bg03.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.sub0102_con02 ul.sub0102_con02_list02 li {
    float: right;
}
.sub0102_con02 ul.sub0102_con02_list02 li.sub0102_bg {
    left: 0;
    top: 52px;
}

.sub0102_con02 dl {
    letter-spacing: -0.05px;
    line-height: 35px;
    margin: 0 auto;
    margin-top: 50px;
}
.sub0102_con02 dl dt {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background: url(/_common/_images/sub0102_promise_tit_bg.png);
    background-repeat: repeat-x;
    background-position: center center;
    height: 50px;
    line-height: 48px;
    width: 350px;
    margin: 0 auto 45px auto;
}
.sub0102_con02 dl dd {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    font-family: "Nanum Myeongjo", serif;
    margin-bottom: 40px;
}

.sub0102_con03 {
    padding-top: 50px;
}
.sub0102_con03 ul {
    margin: 40px 0 0 105px;
}
.sub0102_con03 ul li {
    margin-left: 125px;
}
.sub0102_con03 ul li:first-child {
    margin-left: 0;
}
.sub0102_con03 dl {
    margin-top: 38px;
}
.sub0102_con03 dl dt {
    margin-bottom: 18px;
}

/*sub0102_hs홈케어의 차별성 new*/
.sub0102_ton01 {
    width: 100%;
    background: #f2f2f2;
}
.sub0102_ton01:after {
    content: "";
    clear: both;
    display: block;
}
.sub0102_ton01 dl {
    float: left;
    text-align: left;
    width: 582px;
    padding-left: 18px;
    margin-bottom: 60px;
}
.sub0102_ton01 dl dt {
    margin-bottom: 15px;
}
.sub0102_ton0101 {
    width: 1200px;
    margin: 0 auto;
    background: url(/_common/_images/sub0102_manager_img01_240926.png) no-repeat 0 30px;
    padding-top: 95px;
    margin-top: 40px;
    margin-bottom: 100px;
}
.sub0102_ton0101_tit {
    margin: 0 0 40px;
}
.sub0102_ton0101:after {
    display: block;
    content: "";
    clear: both;
}
.sub0102_ton0101_tit:after {
    display: block;
    content: "";
    clear: both;
}
.sub0102_ton0101 h2.con_title0101 {
    color: #111;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    letter-spacing: -1.8px;
}

.sub0102_ton01 .sub0102_bllit {
    width: 50px;
    height: 1px;
    background: #000;
    margin: 30px 0;
}
.sub0102_ton01 .sub0102_txt {
    font-size: 20px;
    float: left;
    text-align: left;
    display: block;
    line-height: 32px;
    letter-spacing: -1px;
}
.sub0102_ton0101 h2.con_title0101 span.title_point {
    color: #fff;
    background: #99c8f3;
    font-weight: bold;
    border-radius: 10px;
    padding: 0 5px;
}
.sub0102_ton01 .sub0102_slide_area {
    margin: 20px 20px;
    width: 1200px;
    padding-bottom: 30px;
}
.sub0102_ton01 .sub0102_slide_area:after {
    content: "";
    display: block;
    clear: both;
}

.sub0102_ton01 .sub0102_slide_area .sub0102_slide01 {
    float: left;
    margin: 40px 20px 0 20px;
    position: relative;
}
.sub0102_ton0101 .sub0102_slide01:after {
    content: "";
    display: block;
    clear: both;
}
.txt_point {
    font-weight: bold;
    color: #111;
    box-shadow: inset 0 -11px 0 rgba(153, 200, 243, 0.5);
}

.sub0102_ton0101 .sub0102_slide01 li {
    float: left;
}
.sub0102_ton0101 .sub0102_slide01 li.slide_r {
    float: right;
}
.sub0102_ton0101 .sub0102_slide01 .slide_img {
    width: 540px;
    height: 306px;
}
.sub0102_ton0101 .sub0102_slide01 .slide_con {
    text-align: left;
    padding: 30px 0 0 42px;
}
.sub0102_ton0101 .sub0102_slide01 .slide_con h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.sub0102_ton0101 .sub0102_slide01 .slide_con p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.sub0102_ton01 .sub0102_slide_area .sub0102_slide01 p {
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #99c8f3;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    margin-top: 20px;
}

.sub0102_ton02 .sub0102_ton0201 {
    width: 1600px;
    margin: 0 auto;
}
.con_title02 {
    color: #111;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1.8px;
    padding-top: 70px;
}
h2.con_title02 span.title_point {
    color: #fff;
    background: #99c8f3;
    font-weight: bold;
    border-radius: 10px;
    padding: 0 5px;
}
.sub0102_bllit02 {
    width: 50px;
    height: 1px;
    background: #000;
    margin: 30px auto;
}
.sub0102_txt02 {
    font-size: 20px;
    text-align: center;
    display: block;
    line-height: 32px;
    letter-spacing: -1px;
    padding-bottom: 30px;
}

.sub0102_ton03 {
    background: #f2f2f2;
    margin-top: 100px;
    padding-bottom: 100px;
}
.sub0102_ton0201_slide {
    background: #fff;
    border: 1px solid #ddd;
    width: 1600px;
    margin: 0 auto;
    height: 500px;
    margin-top: 70px;
}
.sub0102_ton0201_slide .con0201_slide_txt {
    float: left;
    width: 700px;
    text-align: left;
    height: 500px;
    background: url(/_common/_images/sub0102_con02_background.jpg) no-repeat 450px bottom;
}

.sub0102_ton0201_slide .con0201_slide_img {
    width: 800px;
    float: right;
    height: 500px;
}

.sub0102_bllit03 {
    width: 50px;
    height: 1px;
    background: #000;
    margin: 76px 0 30px;
}

#slides24 {
    overflow: visible !important;
}
#slides24 a.slidesjs-previous {
    right: 1490px;
    bottom: 75px;
    background: url(/_common/_images/sub0102_arrow_l.png);
}
#slides24 a.slidesjs-next {
    right: 1439px;
    bottom: 75px;
    background: url(/_common/_images/sub0102_arrow_r.png);
}

/*이미지 수동 슬라이드*/

/* a.slidesjs-next, a.slidesjs-previous{position:absolute; display:block; right:0; bottom:0; width:50px;height:50px; z-index:9999; text-indent:-9999px;}
a.slidesjs-next{background:url(/_common/_images/sub0103_arrow_r.png); background-repeat:no-repeat; background-position:center center; left:0px;}
a.slidesjs-previous{background:url(/_common/_images/sub0103_arrow_l.png); background-repeat:no-repeat; background-position:center center; right:52px;}
 */

/* #slides24 {overflow:visible ! important;}
.slidesjs-container {overflow:visible ! important;} */
/* .sub0102_ton02{margin-top:25px;}
.sub0102_ton02 ul{position:relative; margin-bottom:100px;}
.sub0102_ton02 h1+ul{margin-top:60px;}
.sub0102_ton02 ul:after{content:""; clear:both; display:block;}
.sub0102_ton02 ul li{width:630px; height:420px;}
.sub0102_ton02 ul li.sub0102_bg{position:absolute; right:0; top:52px;}
.sub0102_ton02 ul li.sub0102_ton02_bg01{background:url(/_common/_images/sub0102_promise_bg01.png); background-repeat:no-repeat; background-position:center center;}
.sub0102_ton02 ul li.sub0102_ton02_bg02{background:url(/_common/_images/sub0102_promise_bg02.png); background-repeat:no-repeat; background-position:center center;}
.sub0102_ton02 ul li.sub0102_ton02_bg03{background:url(/_common/_images/sub0102_promise_bg03.png); background-repeat:no-repeat; background-position:center center;}

.sub0102_ton02 ul.sub0102_ton02_list02 li{float:right;}
.sub0102_ton02 ul.sub0102_ton02_list02 li.sub0102_bg{left:0; top:52px;}

.sub0102_ton02 dl{letter-spacing:-0.05px; line-height:35px; margin:0 auto; margin-top:50px;}
.sub0102_ton02 dl dt{font-size:30px; font-weight:700; color:#fff; background:url(/_common/_images/sub0102_promise_tit_bg.png); background-repeat:repeat-x; background-position:center center; height:50px; line-height:48px; width:350px; margin:0 auto 45px auto;}
.sub0102_ton02 dl dd{font-size:28px; font-weight:400; color:#fff; font-family:'Nanum Myeongjo', serif; margin-bottom:40px;}

.sub0102_ton03{padding-top:50px;}
.sub0102_ton03 ul{margin:40px 0 0 105px;}
.sub0102_ton03 ul li{margin-left:125px;}
.sub0102_ton03 ul li:first-child{margin-left:0;}
.sub0102_ton03 dl{margin-top:38px;}
.sub0102_ton03 dl dt{margin-bottom:18px;} */

/*sub0103_인재상&홈케어매니저*/
.sub0103_con01 ul {
    margin-top: 50px;
}
.sub0103_con01 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0103_con01 ul li {
    float: left;
    width: 380px;
    margin-left: 30px;
    text-align: left;
}
.sub0103_con01 ul li:first-child {
    margin-left: 0;
}
.sub0103_con01 ul li img {
    display: block;
}
.sub0103_con01 ul li h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 25px 0 18px 0;
}
.sub0103_con01 ul li p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.sub0103_con02 {
    margin-top: 70px;
}
.sub0103_con02 .sub0103_slide {
    margin-top: 50px;
}
.sub0103_con02 .sub0103_slide:after {
    content: "";
    display: block;
    clear: both;
}
.sub0103_con02 .sub0103_slide li {
    float: left;
}
.sub0103_con02 .sub0103_slide li.slide_r {
    float: right;
}
.sub0103_con02 .sub0103_slide .slide_img {
    width: 600px;
    height: 340px;
}
.sub0103_con02 .sub0103_slide .slide_con {
    text-align: left;
    padding: 30px 0 0 42px;
}
.sub0103_con02 .sub0103_slide .slide_con h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.sub0103_con02 .sub0103_slide .slide_con p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

/*sub0104_서비스 지역*/
.sub0104_con01 img {
    display: block;
    margin-left: 338px;
}
.sub0104_con01 .sub0104_map {
    position: relative;
    margin-top: 85px;
    width: 100%;
    height: 740px;
    background: url(/_common/_images/sub0104_pattern_bg.gif);
    background-position: center center;
    padding-top: 50px;
}
.sub0104_con01 .sub0104_map ul {
    position: absolute;
    top: 0;
}
.sub0104_con01 .sub0104_map ul li {
    margin-top: 30px;
}
.sub0104_con01 .sub0104_map ul li:first-child {
    margin-top: 0px;
}
.sub0104_con01 .sub0104_map ul li h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}
.sub0104_con01 .sub0104_map ul li p {
    font-size: 16px;
    color: #666;
}
.sub0104_con01 .sub0104_map ul.map_list_l {
    top: 80px;
    left: 0;
    text-align: right;
}
.sub0104_con01 .sub0104_map ul.map_list_r {
    top: 80px;
    right: 60px;
    text-align: left;
}

/*채용공고*/
.sub0105_con01 {
    width: 100%;
    height: 300px;
    background: url(/_common/_images/sub0105_banner.jpg) no-repeat center center;
    margin-bottom: 40px;
}
.sub0105_con01 h1.con_title01 {
    color: #333 !important;
    padding-top: 110px;
    line-height: 45px !important;
}

/*sub0106_찾아오시는 길*/
.sub0106_con01 ul {
    width: 1200px;
    margin: 50px auto 16px auto;
}
.sub0106_con01 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0106_con01 ul li {
    float: left;
    font-size: 16px;
    color: #666;
    height: 39px;
    line-height: 39px;
    padding: 0 0 0 13px;
}
.sub0106_con01 ul li span {
    display: inline-block;
    height: 39px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding: 0 26px 0 46px;
    background: url(/_common/_images/sub_adress_icon.gif) no-repeat left center;
}
.sub0106_con01 ul li.map_phone {
    float: right;
    padding: 0 26px 0 0;
}
.sub0106_con01 ul li.map_phone span {
    background: url(/_common/_images/sub_phone_icon.gif) no-repeat left center;
}

/*sub0201_공통*/
.con_style03 h1.con_title02 {
    color: #2a2a2a;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    padding-top: 20px;
    background: url(/_common/_images/sub02_tit_bullet.gif) no-repeat left top;
    text-align: left;
}
.con_style03 h1.con_title02 strong {
    font-size: 36px;
    font-weight: 700;
}
.con_style03 h1.sub02_tit {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #929292;
    line-height: 42px;
    margin-bottom: 35px;
    text-align: left;
}
.con_style03 h1.sub02_tit strong {
    font-size: 30px;
    font-weight: 700;
}
.con_style03 h1.sub02_tit strong.blk {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
.con_style03 p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-align: left;
}
.con_style03 .blue_con {
    font-weight: 700;
    color: #7eb6e8;
}
.con_style03 .red_con {
    font-weight: 700;
    color: #db4b4b;
}
.con_style03 dl {
    text-align: left;
}
.con_style03 dl dt {
    font-size: 18px;
    font-weight: 700;
    color: #29bbef;
    margin-bottom: 12px;
}
.con_style03 dl dd {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 20px;
    letter-spacing: -1px;
}
.con_style03 .num_style {
    font-size: 16px;
    color: #666;
    padding-left: 27px;
    line-height: 20px;
    text-align: left;
    letter-spacing: -1px;
}
.con_style03 .num01 {
    background: url(/_common/_images/sub02_num01.gif) no-repeat left center;
}
.con_style03 .num02 {
    background: url(/_common/_images/sub02_num02.gif) no-repeat left center;
}
.con_style03 .num03 {
    background: url(/_common/_images/sub02_num03.gif) no-repeat left center;
}
.con_style03 .num04 {
    background: url(/_common/_images/sub02_num04.gif) no-repeat left center;
}
.con_style03 .num05 {
    background: url(/_common/_images/sub02_num05.gif) no-repeat left center;
}
.con_style03 .num06 {
    background: url(/_common/_images/sub02_num06.gif) no-repeat left center;
}

.con_style03 .step_style {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding-left: 70px;
    line-height: 22px;
}
.con_style03 .step_style02 {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-left: 70px;
    line-height: 22px;
}
.con_style03 .step01 {
    background: url(/_common/_images/sub02_step01.gif) no-repeat left top;
}
.con_style03 .step02 {
    background: url(/_common/_images/sub02_step02.gif) no-repeat left top;
}
.con_style03 .step03 {
    background: url(/_common/_images/sub02_step03.gif) no-repeat left top;
}
.con_style03 .step04 {
    background: url(/_common/_images/sub02_step04.gif) no-repeat left top;
}
.con_style03 .step05 {
    background: url(/_common/_images/sub02_step05.gif) no-repeat left top;
}
.con_style03 .step06 {
    background: url(/_common/_images/sub02_step06.gif) no-repeat left top;
}
.con_style03 .step07 {
    background: url(/_common/_images/sub02_step07.gif) no-repeat left top;
}
.con_style03 .step08 {
    background: url(/_common/_images/sub02_step08.gif) no-repeat left top;
}
.con_style03 .step09 {
    background: url(/_common/_images/sub02_step09.gif) no-repeat left top;
}
.con_style03 .step10 {
    background: url(/_common/_images/sub02_step10.gif) no-repeat left top;
}
.con_style03 .step11 {
    background: url(/_common/_images/sub02_step11.gif) no-repeat left top;
}

.sub02_banner {
    border: 10px solid #e9e9e9;
    margin-top: 50px;
}
.sub02_banner ul:after {
    content: "";
    clear: both;
    display: block;
}
.sub02_banner ul li {
    float: left;
}

/*sub0201_매트리스케어*/
.sub0201_con01 {
    height: 883px;
    padding-top: 55px;
    background: url(/_common/_images/sub0201_con01_bg.jpg) no-repeat center bottom;
}
.sub0201_con01 p {
    margin-bottom: 30px;
}

.sub0201_con02 {
    margin-top: -600px;
}
.sub0201_con02 h1 {
    margin-bottom: 22px;
}
.sub0201_con02 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0201_con02 ul li {
    float: left;
    width: 370px;
    margin-bottom: 10px;
}

.sub0201_con03 {
    margin-top: 310px;
}
.sub0201_con03 ul {
    margin-top: 34px;
}
.sub0201_con03 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0201_con03 ul li {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-bottom: 44px;
}
.sub0201_con03 ul li img {
    display: block;
    margin-bottom: 16px;
}

.sub0201_con04 {
    text-align: left;
    margin-top: 40px;
}
.sub0201_con04 h1 {
    margin-bottom: 28px;
}
.sub0201_con04 div.graph_area {
    border: 1px solid #ddd;
    padding: 40px 0 32px 36px;
}
.sub0201_con04 div.graph_area:after {
    content: "";
    display: block;
    clear: both;
}
.sub0201_con04 div.graph_area div {
    float: left;
}
.sub0201_con04 div.graph_area .graph_img {
}
.sub0201_con04 div.graph_area .graph_con {
    margin-left: 70px;
}
.sub0201_con04 div.graph_area .graph_con p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.05em;
    line-height: 24px;
}
.sub0201_con04 div.graph_area .graph_con p strong {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}
.sub0201_con04 div.graph_area .graph_con ul {
    margin-top: 45px;
}
.sub0201_con04 div.graph_area .graph_con ul:after {
    content: "";
    clear: both;
    display: block;
}
.sub0201_con04 div.graph_area .graph_con ul li {
    float: left;
    margin-left: 25px;
    text-align: center;
}
.sub0201_con04 div.graph_area .graph_con ul li p {
    font-size: 14px;
    color: #9e9e9e;
    margin-top: 15px;
    text-align: center;
}

.sub0201_con05 {
    position: relative;
    margin-top: 90px;
}
.sub0201_con05 h1 {
    margin-bottom: 28px;
}
.sub0201_con05 p {
    margin-bottom: 30px;
}
.sub0201_con05 img {
    position: absolute;
    top: 50px;
    right: 25px;
}

.sub0201_con06 {
    margin-top: 90px;
}
.sub0201_con06 h1.con_title02 {
    font-size: 36px;
}
.sub0201_con06 ul {
    background: #fcfcfc;
    border: 1px solid #ebebeb;
    border-right: none;
    border-bottom: none;
    margin-top: 40px;
}
.sub0201_con06 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0201_con06 ul li {
    float: left;
    padding: 19px;
    width: 360px;
    height: 319px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.sub0201_con06 ul li.last_youtube {
    width: 1158px;
    height: 680px;
}
.sub0201_con06 dl {
    margin-top: 15px;
}
.sub0201_con06 dl dt {
    margin-bottom: 10px;
}

/*sub0202_세탁기 케어*/
.sub0202_con01 {
    height: 883px;
    padding-top: 55px;
    background: url(/_common/_images/sub0202_con01_bg.jpg) no-repeat center bottom;
}
.sub0202_con01 p {
    margin-bottom: 30px;
}

.sub0202_con02 {
    margin-top: -655px;
}
.sub0202_con02 h1 {
    margin-bottom: 22px;
}
.sub0202_con02 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0202_con02 ul li {
    float: left;
    width: 370px;
    margin-bottom: 10px;
}
.sub0202_con02 > p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}
.sub0202_con02 > p .underline_con {
    text-decoration: underline;
}

.sub0202_con03 {
    margin-top: 340px;
}
.sub0202_con03 dl {
    margin: 25px 0 50px 0;
}

.sub0202_con04 {
    margin-top: 90px;
}
.sub0202_con04 ul {
    margin-top: 10px;
}
.sub0202_con04 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0202_con04 ul li {
    float: left;
    width: 380px;
    margin-left: 30px;
}
.sub0202_con04 ul li:first-child {
    margin-left: 0;
}
.sub0202_con04 ul li img {
    display: block;
}
.sub0202_con04 ul li h2 {
    width: 100%;
    background: #29bbef;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 13px 0;
    letter-spacing: -1px;
}
.sub0202_con04 ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 10px;
    margin-top: 20px;
    letter-spacing: -1px;
}

.sub0202_con05 {
    margin-top: 90px;
}
.sub0202_con05 h1 {
    font-size: 36px;
}
.sub0202_con05 ul {
    margin-top: 35px;
}
.sub0202_con05 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0202_con05 ul li {
    float: left;
    width: 585px;
    margin-left: 30px;
}
.sub0202_con05 ul li:first-child {
    margin-left: 0;
}
.sub0202_con05 ul li h2 {
    width: 100%;
    background: #29bbef;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 13px 0;
    letter-spacing: -1px;
}

/*
.sub0202_con05 ul{margin-top:35px;}
.sub0202_con05 ul:after{content:""; display:block; clear:both;}
.sub0202_con05 ul li{float:left; width:540px; height:530px; padding:19px; border:1px solid #ebebeb; background:#fcfcfc; margin-left:40px; margin-bottom:20px;}
.sub0202_con05 ul li dl{margin-top:20px; padding-left:3px;}
.sub0202_con05 ul li dl dt{margin-bottom:20px; color:#000;}
.sub0202_con05 ul li dl dd{margin-bottom:10px;}
*/

/*sub0203_후드 케어*/
.sub0203_con {
    width: 1200px;
    margin: 0 auto;
}
.sub0203_con01 {
    height: 812px;
    padding-top: 55px;
    background: url(/_common/_images/sub0203_con01_bg.jpg) no-repeat center top;
}

.sub0203_con02 {
    margin-top: -590px;
    width: 1200px;
    position: relative;
}
.sub0203_con02 ul {
    margin-top: 20px;
    width: 600px;
    float: left;
}
.sub0203_con02 ul li {
    margin-bottom: 10px;
}

.sub0203_con03 {
    margin-top: 400px;
}
.sub0203_con03 dl {
    margin-top: 25px;
}
.sub0203_con03 dl.second_dl {
    margin-left: 345px;
}
.sub0203_con03 img {
    position: relative;
    display: block;
    margin-top: -30px;
    z-index: -9;
}

.sub0203_con04 {
    margin-top: 85px;
}
.sub0203_con04 ul {
    margin-top: 35px;
}
.sub0203_con04 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0203_con04 ul li {
    float: left;
    width: 580px;
    margin-left: 40px;
    margin-bottom: 30px;
}
.sub0203_con04 ul li p {
    margin-top: 15px;
}

.sub0203_con05 {
    margin-top: 50px;
}
.sub0203_con05 h1.con_title02 {
    font-size: 36px;
}
.sub0203_con05 ul {
    border: 1px solid #ebebeb;
    border-right: none;
    border-bottom: none;
    background: #fcfcfc;
    margin-top: 35px;
}
.sub0203_con05 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0203_con05 ul li {
    float: left;
    padding: 19px;
    width: 560px;
    height: 470px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.sub0203_con05 dl {
    margin-top: 15px;
}
.sub0203_con05 dl dd {
    font-size: 16px;
    line-height: 24px;
}

/*sub0204_에어컨케어*/
.sub0204_con01 {
    height: 1060px;
    padding-top: 55px;
    background: url(/_common/_images/sub0204_con01_bg.jpg) no-repeat center bottom;
}
.sub0204_con01 p {
    margin-bottom: 30px;
}

/*
.sub0204_con02{margin-top:-660px;}
.sub0204_con02 h1{margin-bottom:22px;}
.sub0204_con02 ul li{margin-bottom:10px;}
*/
.sub0204_con02 {
    margin-top: -660px;
}
.sub0204_con02 h1 {
    margin-bottom: 22px;
}
.sub0204_con02 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0204_con02 ul li {
    float: left;
    width: 370px;
    margin-bottom: 10px;
}
.sub0204_con02:after {
    display: block;
    content: "";
    clear: both;
}

.sub0204_con03 {
    margin-top: 330px;
}
.sub0204_con03 dl {
    margin-top: 25px;
}
.sub0204_con03 dl.second_dl {
    margin-left: 345px;
}
.sub0204_con03 img {
    position: relative;
    display: block;
    margin-top: -30px;
    z-index: -9;
}

.sub0204_con04 {
    margin-top: 90px;
}
.sub0204_con04 h1.con_title02 {
    font-size: 36px;
}
.sub0204_con04 ul {
    background: #fcfcfc;
    border: 1px solid #ebebeb;
    border-right: none;
    border-bottom: none;
    margin-top: 40px;
}
.sub0204_con04 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0204_con04 ul li {
    float: left;
    padding: 19px;
    width: 360px;
    height: 319px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.sub0204_con04 ul li.last_youtube {
    width: 1158px;
    height: 680px;
}
.sub0204_con04 dl {
    margin-top: 15px;
}
.sub0204_con04 dl dt {
    margin-bottom: 10px;
}

/*sub0205_B2B케어*/
.sub0205_con01 {
    height: 510px;
    padding-top: 55px;
    background: url(/_common/_images/sub0205_con01_bg.jpg) no-repeat top right;
}
.sub0205_con01:after {
    content: "";
    display: block;
    clear: both;
}
.sub0205_con01 p {
    margin-bottom: 30px;
}

.sub0205_con02 {
    margin-top: 70px;
}
.sub0205_con02 dl dd {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
}

.sub0205_con03 {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.sub0205_con03:after {
    content: "";
    display: block;
    clear: both;
}
.sub0205_con03 ul.sub0205_con03_img {
    margin-top: 40px;
    margin-bottom: 40px;
}
.sub0205_con03 ul.sub0205_con03_img li {
    float: left;
    margin-left: 30px;
}
.sub0205_con03 ul.sub0205_con03_img li:first-child {
    margin-left: 0;
}

.sub0205_con03 .sub0205_con03_txtWa {
    width: 100%;
    position: relative;
}
.sub0205_con03 .sub0205_con03_txtWa ul {
    margin-top: 40px;
    width: 600px;
    float: left;
}
.sub0205_con03 .sub0205_con03_txtWa ul li {
    margin-bottom: 10px;
}

.sub0205_con04 {
    width: 100%;
    position: relative;
    margin-top: 100px;
}
.sub0205_con04:after {
    content: "";
    display: block;
    clear: both;
}

.sub0205_con04 ul li {
    float: left;
}
.sub0205_con04 ul li.process_list01 h2 {
    margin: 0;
    margin-top: 30px;
    width: 150px;
    padding-bottom: 160px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.sub0205_con04 ul li.process_list01 h2.process_bg01 {
    background: url(/_common/_images/sub0205_con01_img01.gif) no-repeat center bottom;
}
.sub0205_con04 ul li.process_list01 h2.process_bg02 {
    background: url(/_common/_images/sub0205_con01_img02.gif) no-repeat center bottom;
}
.sub0205_con04 ul li.process_list01 h2.process_bg03 {
    background: url(/_common/_images/sub0205_con01_img03.gif) no-repeat center bottom;
}
.sub0205_con04 ul li.process_list01 h2.process_bg04 {
    background: url(/_common/_images/sub0205_con01_img04.gif) no-repeat center bottom;
}
.sub0205_con04 ul li.process_list01 h2.process_bg05 {
    width: 360px;
    background: url(/_common/_images/sub0205_con01_img05.jpg) no-repeat center bottom;
}
.sub0205_con04 ul li.process_list01 dl {
    margin-top: 10px;
    margin-bottom: 40px;
}
.sub0205_con04 ul li.process_list01 dl dt {
    color: #7eb6e8 !important;
    text-align: center;
}

.sub0205_con04 ul li.process_next {
    width: 60px;
    background: url(/_common/_images/sub0502_con01_arrow.gif) no-repeat center bottom;
    padding-bottom: 15px;
    margin: 95px 0;
}
.sub0205_con04 ul li.process_next p {
    font-size: 14px;
    font-weight: 700;
    color: #58585a;
}

.sub0205_con05 {
    width: 100%;
    position: relative;
    margin-top: 100px;
}
.sub0205_con05:after {
    content: "";
    display: block;
    clear: both;
}

.sub0205_con05 {
    margin-top: 60px;
}
.sub0205_con05 h1 {
    font-size: 36px;
}
.sub0205_con05 ul {
}
.sub0205_con05 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0205_con05 ul li {
    float: left;
    width: 540px;
    height: 415px;
    padding: 19px;
    border: 1px solid #ebebeb;
    margin-left: 40px;
}
.sub0205_con05 ul li dl {
    margin-top: 20px;
    padding-left: 3px;
}
.sub0205_con05 ul li dl dt {
    color: #000;
    font-size: 16px;
}

.sub0205_banner {
    border: 1px solid #ccc;
    margin-top: 40px;
}
.sub0205_banner ul:after {
    content: "";
    clear: both;
    display: block;
}
.sub0205_banner ul li {
    float: left;
    margin-left: 50px;
}

.sub0203_new_con .fr {
    width: 60%;
    padding: 140px 0 0 50px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    line-height: 1.8em;
}
.blue_con {
    font-weight: 700;
    color: #7eb6e8;
}
.con_title03 {
    font-size: 30px;
    font-weight: 300;
    color: #333;
    margin-top: 80px;
}
.con_title03:after {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background: #000;
    margin: 0 auto 30px;
    top: 20px;
    position: relative;
}

.sub0205_clients {
    background: url(/_common/_images/sub0203_clients_bg.jpg) no-repeat center bottom;
    width: 1200px;
    height: 650px;
    position: relative;
}
.sub0205_clients .clients_text {
    font-size: 22px;
    color: #111;
    padding-left: 32px;
}
.sub0205_clients .clients_text span {
    font-size: 14px;
    color: #666;
    font-weight: 300;
}

.sub0205_clients .clients_area {
    background: #fff;
    width: 800px;
    height: 520px;
    left: 70px;
    top: 60px;
    position: absolute;
}

.sub0205_apply {
    width: 1200px;
    background: #f7f7f7;
    margin: 0 auto;
    padding: 30px 0 100px;
    margin-bottom: 70px;
}
.sub0205_apply h1 {
    font-weight: 400;
}
.sub0203_apply_form {
    width: 720px;
    margin: 0 auto;
    border-radius: 20px;
    background: #fff;
    margin-top: 30px;
}

.sub0203_apply_form ul {
    text-align: left;
    padding: 50px 0 0 90px;
}

.sub0203_apply_form ul > li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 15px;
}

.sub0203_apply_form ul > li > span {
    position: absolute;
    padding-left: 13px;
    left: 0;
    top: 7px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.sub0203_apply_form ul > li > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    background: #98c7f3;
}

.sub0203_apply_form ul > li .form-control {
    width: 75%;
}

.sub0203_apply_form ul > li input,
textarea {
    font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
}

.sub0203_apply_form ul > li textarea {
    height: 100px;
}
#applyForm {
    padding-bottom: 50px;
}

#applyForm .modal_submit {
    margin-top: 25px;
    background: #98c7f3;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 13px 15px;
    border: 0;
    margin: 0 auto;
    width: 520px;
    display: block;
    font-weight: 800;
    margin-bottom: 50px;
}

.sub0205_clients .clients_area table {
    font-size: 15px;
    text-align: center;
    width: 735px;
    margin: 0 auto;
}
.sub0205_clients .clients_area table thead th {
    font-weight: bold;
    color: #000;
    padding: 14px 0;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}
.sub0205_clients .clients_area table tbody tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.sub0205_clients .clients_area table tbody tr td {
    padding: 14px 0;
    color: #666;
    border-right: 1px solid #ddd;
}
.sub0205_clients .clients_area table tbody tr td:last-class {
    border-right: none;
}
.sub0205_clients .clients_area table .border-none {
    border: none !important;
}


/* 231017-추가 */
.sub0205_b2b {
	position:relative;
	box-sizing:border-box;
	padding:50px 0;
}
.sub0205_b2b > .inner {
	position:relative;
	box-sizing:border-box;
	padding:40px 0;
	padding-right:440px;
}
.sub0205_b2b > .inner:before {
	content:"";
	position:absolute;
	width:200%;
	height:100%;
	left:50%;
	top:0;
	transform:translateX(-50%);
	z-index:-1;
	background:#6aaae6;
}
.sub0205_b2b > .inner > .img {
	position:absolute;
	right:-100px;
	top:50%;
	transform:translateY(-50%);
	z-index:10;
	box-shadow:5px 5px 10px rgba(0,0,0,0.2);
}
.sub0205_b2b > .inner > .table-wrap > table {
	width:100%;
	box-sizing:border-box;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
}
.sub0205_b2b > .inner > .table-wrap > table th,
.sub0205_b2b > .inner > .table-wrap > table td {
	font-size:15px;
	text-align:center;
	box-sizing:border-box;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:10px 0;
}
.sub0205_b2b > .inner > .table-wrap > table th {
	background:#fff;
	color:#222;
}
.sub0205_b2b > .inner > .table-wrap > table td {
	color:#fff;
}


/*sub0205_홈클리닝 케어*/
/*
.sub0205_con01 ul{margin-top:30px;}
.sub0205_con01 ul:after{content:""; display:block; clear:both;}
.sub0205_con01 ul li{float:left;  width:285px; margin-left:20px;}
.sub0205_con01 ul li:first-child{margin-left:0;}
.sub0205_con01 ul li img{display:block;}
.sub0205_con01 ul li h2{width:100%; background:#29bbef; font-size:17px; font-weight:700; color:#fff; padding:13px 0; letter-spacing:-1px; line-height:22px;}
.sub0205_con01 ul li p{font-size:15px; font-weight:400; line-height:24px; margin-top:20px; letter-spacing:-1px;}

.sub0205_con02{margin-top:60px;}
.sub0205_con02 h1{font-size:36px;}
.sub0205_con02 ul{}
.sub0205_con02 ul:after{content:""; display:block; clear:both;}
.sub0205_con02 ul li{float:left; width:540px; height:445px; padding:19px; border:1px solid #ebebeb; background:#fcfcfc; margin-left:40px; margin-bottom:20px;}
.sub0205_con02 ul li dl{margin-top:20px; padding-left:3px;}
.sub0205_con02 ul li dl dt{margin-bottom:10px; color:#000; font-size:16px;}
.sub0205_con02 ul li dl dd{margin-bottom:10px; font-size:16px; line-height:22px;}


.sub0205_con04{ margin-bottom:60px; margin-top:50px;}
.sub0205_con04 ul{margin-top:60px;}
.sub0205_con04 ul:after{content:""; display:block; clear:both;}
.sub0205_con04 ul li{float:left;}
.sub0205_con04 ul li.process_list01 h2{margin:0; width:220px; padding-bottom:160px; font-size:14px; font-weight:bold; color:#000; text-align:center;}
.sub0205_con04 ul li.process_list01 h2.process_bg01{background:url(/_common/_images/sub0205_con04_img01.jpg)no-repeat center bottom;}
.sub0205_con04 ul li.process_list01 h2.process_bg02{background:url(/_common/_images/sub0205_con04_img02.jpg)no-repeat center bottom;}
.sub0205_con04 ul li.process_list01 h2.process_bg03{background:url(/_common/_images/sub0205_con04_img03.jpg)no-repeat center bottom;}
.sub0205_con04 ul li.process_list01 h2.process_bg04{background:url(/_common/_images/sub0205_con04_img04.jpg)no-repeat center bottom;}
.sub0205_con04 ul li.process_list01 dl{margin-top:10px;}
.sub0205_con04 ul li.process_list01 dl dt{color:#7eb6e8 !important; margin-bottom:6px;}

.sub0205_con04 ul li.process_next{width:105px; background:url(/_common/_images/sub0501_con01_arrow.gif)no-repeat center bottom; padding-bottom:15px; margin:75px 0;}
.sub0205_con04 ul li.process_next p{font-size:14px; font-weight:700; color:#58585a;}

*/

/*sub0206_전국 대리점 안내*/
.sub0206_con01 img {
    display: block;
    margin-left: 338px;
}
.sub0206_con01 .sub0206_map {
    position: relative;
    margin-top: 85px;
    width: 100%;
    height: 740px;
}
.sub0206_con01 .sub0206_map ul {
    position: absolute;
    top: 0;
}
.sub0206_con01 .sub0206_map ul li {
    margin-top: 20px;
}
.sub0206_con01 .sub0206_map ul li:first-child {
    margin-top: 0px;
}
.sub0206_con01 .sub0206_map ul li h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.sub0206_con01 .sub0206_map ul li a {
    font-size: 14px;
    border-radius: 10px;
    padding: 5px 20px;
    color: #666;
    background: #ededed;
}
.sub0206_con01 .sub0206_map ul.map_list_l {
    top: -10px;
    left: 200px;
    text-align: right;
}
.sub0206_con01 .sub0206_map ul.map_list_r {
    top: 55px;
    right: 260px;
    text-align: left;
}

/*sub0208_에어컨케어*/
.sub0208_con01 {
    height: 826px;
    padding-top: 55px;
    background: url(/_common/_images/sub0208_con01_bg.jpg) no-repeat center bottom;
}
.sub0208_con01 p {
    margin-bottom: 30px;
}

.sub0208_con02 {
    margin-top: -520px;
}
.sub0208_con02 h1 {
    margin-bottom: 22px;
}
.sub0208_con02 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0208_con02 ul li {
    float: left;
    width: 370px;
    margin-bottom: 10px;
}
.sub0208_con02:after {
    display: block;
    content: "";
    clear: both;
}

.sub0208_con03 {
    margin-top: 380px;
}
.sub0208_con03 h4 {
    font-size: 22px;
    margin-top: 30px;
    color: #222;
    font-weight: 600;
    text-align: left;
}
.sub0208_con03 table.table_style_01 {
    margin: 10px 0 60px 0;
}
.sub0208_con03 table.table_style_01 img {
    padding: 10px 0;
}

.sub0208_con04 {
    margin-top: 100px;
}
.sub0208_con04 h4 {
    font-size: 22px;
    margin-top: 30px;
    color: #222;
    font-weight: 600;
    text-align: left;
}

.sub0208_con04 .right-text {
    margin-top: 130px;
    padding-left: 640px;
}

.sub0208_con04 dl {
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}

.sub0208_con04 dt {
    font-size: 18px;
    font-weight: 700;
    color: #000 !important;
    padding-left: 30px;
    line-height: 24px;
    background: url(/_common/_images/sub0502_que01.gif) no-repeat left top;
}

#sub_contents .con_style02 dl dt {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.sub0208_con04 dd {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding-left: 30px;
    line-height: 22px;
    background: url(/_common/_images/sub0502_que02.gif) no-repeat left top;
}

.sub0208_con04 dl.fir {
    margin-top: 40px;
    border-top: 1px solid #e0e0e0;
}

/*sub0211_홈크리닝 서비스*/
.sub0211_con01 {
}
.sub0211_con01 h1 {
    margin-bottom: 30px;
    line-height: 48px !important;
    color: #58585a !important;
}
.sub0211_con01 .sub0211_img02 {
    height: 310px;
    padding-top: 90px;
    background: url(/_common/_images/sub0211_img02.jpg) 0 0 no-repeat;
}
.sub0211_con01 .sub0211_img02 p {
    text-align: center;
    line-height: 1.4em;
}
.sub0211_con01 .dust {
    background: url(/_common/_images/sub0211_img35.png) center 0 no-repeat;
    padding-top: 10px;
}
.sub0211_con01 .sub0211_iconList {
    overflow: hidden;
}
.sub0211_con01 .sub0211_iconList li {
    width: 520px;
    height: 150px;
    float: left;
    margin-bottom: 20px;
    padding: 50px 35px;
    text-align: left;
}
.sub0211_con01 .sub0211_iconList li.wp100 {
    width: 100%;
}
.sub0211_con01 .sub0211_iconList li.right {
    float: right;
}
.sub0211_con01 .sub0211_iconList li span {
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    padding: 6px 25px;
    display: inline-block;
    background: #97c4f0;
    font-size: 15px;
}
.sub0211_con01 .sub0211_iconList li.wp100 span {
    font-size: 22px;
    padding: 12px 30px;
}
.sub0211_con01 .sub0211_iconList li.wp100 dl dt {
    font-size: 24px;
}
.sub0211_con01 .sub0211_iconList dl dt {
    color: #222;
    font-size: 18px;
    margin-bottom: 25px;
}
.sub0211_con01 .sub0211_iconList dl dd {
    color: #888;
    font-size: 15px;
    line-height: 1.6em;
}
.sub0211_con01 .sub0211_iconList li.list01 {
    background: #ebf4fd url(/_common/_images/sub0211_img04.png) 95% 30px no-repeat;
}
.sub0211_con01 .sub0211_iconList li.list02 {
    float: right;
    background: #ebf4fd url(/_common/_images/sub0211_img36.png) 95% 30px no-repeat;
}
.sub0211_con01 .sub0211_iconList li.list03 {
    background: #ebf4fd url(/_common/_images/sub0211_img09.png) 95% 30px no-repeat;
}
.sub0211_con01 .sub0211_iconList li.list04 {
    float: right;
    background: #ebf4fd url(/_common/_images/sub0211_img10.png) 95% 30px no-repeat;
}
.sub0211_con01 .sub0211_iconList li.list05 {
    background: #ebf4fd url(/_common/_images/sub0211_img07.png) 95% 30px no-repeat;
}
.sub0211_con01 .sub0211_iconList li.list06 {
    float: right;
    background: #ebf4fd url(/_common/_images/sub0211_img08.png) 95% 30px no-repeat;
}
.sub0211_con01 .sub0211_iconList li.list07 {
    background: #ebf4fd url(/_common/_images/sub0211_img37.png) 95% 30px no-repeat;
}
.sub0211_con01 .sub0211_iconList li.list08 {
    float: right;
    background: #ebf4fd url(/_common/_images/sub0211_img38.png) 95% 30px no-repeat;
}

ul.sub0211_process {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
ul.sub0211_process:after {
    content: "";
    border-top: 1px dashed #beddea;
    width: 100%;
    top: 86px;
    position: absolute;
    z-index: -1;
}
ul.sub0211_process li {
    width: 150px;
    height: 208px;
    text-align: center;
}
ul.sub0211_process li h2 {
    width: 36px;
    height: 28px;
    display: inline-block;
    padding-top: 8px;
    border-radius: 36px;
    background: #a8d7ec;
    font-size: 15px;
    color: #fff;
}
ul.sub0211_process li.process_bg05 h2,
ul.sub0211_process li.process_bg07 h2 {
    background: #f02d06;
}
ul.sub0211_process li p {
    color: #777;
    font-size: 15px;
    line-height: 1.4em;
    padding-top: 26px;
    text-align: center;
}
ul.sub0211_process li p span {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}
ul.sub0211_process li p small {
    display: block;
    color: #f02d06;
    font-size: 12px;
    font-weight: bold;
}
ul.sub0211_process li.process_bg01 {
    background: url(/_common/_images/sub0404_con01_img08.jpg) no-repeat center 20px;
}
ul.sub0211_process li.process_bg02 {
    background: url(/_common/_images/sub0404_con01_img01.jpg) no-repeat center 20px;
}
ul.sub0211_process li.process_bg03 {
    background: url(/_common/_images/sub0404_con01_img02.jpg) no-repeat center 20px;
}
ul.sub0211_process li.process_bg04 {
    background: url(/_common/_images/sub0404_con01_img03.jpg) no-repeat center 20px;
}
ul.sub0211_process li.process_bg05 {
    background: url(/_common/_images/sub0404_con01_img04.jpg) no-repeat center 20px;
}
ul.sub0211_process li.process_bg06 {
    background: url(/_common/_images/sub0404_con01_img05.jpg) no-repeat center 20px;
}
ul.sub0211_process li.process_bg07 {
    background: url(/_common/_images/sub0404_con01_img11.jpg) no-repeat center 20px;
}
ul.sub0211_process li.process_bg08 {
    background: url(/_common/_images/sub0404_con01_img06.jpg) no-repeat center 20px;
}
ul.sub0211_process li.process_bg09 {
    background: url(/_common/_images/sub0404_con01_img10.jpg) no-repeat center 20px;
}
ul.sub0211_process li.process_bg01 p,
ul.sub0211_process li.process_bg02 p,
ul.sub0211_process li.process_bg03 p,
ul.sub0211_process li.process_bg05 p,
ul.sub0211_process li.process_bg07 p,
ul.sub0211_process li.process_bg09 p {
    padding-top: 18px;
}

.sub0211_con01 .sub0211_iconList2 {
    overflow: hidden;
}
.sub0211_con01 .sub0211_iconList2 dl {
    width: 25%;
    float: left;
    padding-top: 120px;
    text-align: center;
}
.sub0211_con01 .sub0211_iconList2 dl dt {
    color: #333;
    font-size: 22px;
}
.sub0211_con01 .sub0211_iconList2 dl dd {
    line-height: 1.6em;
    color: #888;
}
.sub0211_con01 .sub0211_iconList2 dl.icon1 {
    background: url(/_common/_images/sub0211_img11.jpg) center 20px no-repeat;
}
.sub0211_con01 .sub0211_iconList2 dl.icon2 {
    background: url(/_common/_images/sub0211_img12.jpg) center 20px no-repeat;
}
.sub0211_con01 .sub0211_iconList2 dl.icon3 {
    background: url(/_common/_images/sub0211_img13.jpg) 110px 0 no-repeat;
}
.sub0211_con01 .sub0211_iconList2 dl.icon4 {
    background: url(/_common/_images/sub0211_img14.jpg) center 20px no-repeat;
}

.sub0211_con01 .imgList {
    overflow: hidden;
}
.sub0211_con01 .imgList li {
    float: left;
    width: 387px;
    margin: 0 7px 30px 0;
    color: #888;
    font-size: 16px;
    line-height: 1.4em;
}
.sub0211_con01 .imgList li p {
    color: #222;
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
}

.sub0211_con01 .blueBx {
    position: relative;
    background: #7da5ca;
    padding: 50px;
}
.sub0211_con01 .blueBx p {
    line-height: 1.2em;
}

.sub0211_con01 .num1 {
    background: url(/_common/_images/sub0211_img32.png) center 0 no-repeat;
    padding-top: 20px;
}
.sub0211_con01 .num2 {
    background: url(/_common/_images/sub0211_img33.png) center 0 no-repeat;
    padding-top: 20px;
}
.sub0211_con01 .num3 {
    background: url(/_common/_images/sub0211_img34.png) center 0 no-repeat;
    padding-top: 20px;
}

.sub0211_con01 .sub0211_img24 {
    overflow: hidden;
    background: url(/_common/_images/sub0211_img35.gif) center center no-repeat;
}
.sub0211_con01 .sub0211_img24 .fl {
    float: left;
    width: 500px;
}
.sub0211_con01 .sub0211_img24 .fr {
    float: right;
    width: 500px;
}
.sub0211_con01 .sub0211_img24 .title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 27px;
    line-height: 1.6em;
}

.sub0211_con01 .event {
    position: absolute;
    left: 320px;
    top: -40px;
}
.sub0211_con01 .whiteBx {
    position: relative;
    background: #fff;
    padding: 50px;
}

.sub0211_con01 .blue {
    color: #528dc4 !important;
}
.sub0211_con01 .orange {
    color: #eb3510 !important;
}
.sub0211_con01 .fcWhite {
    color: #fff !important;
}
.sub0211_con01 .fcRed {
    color: #ec1414 !important;
}
.sub0211_con01 .fcGray {
    color: #58585a !important;
}
.sub0211_con01 .fcYellow {
    color: #ffeb3a !important;
}
.sub0211_con01 .fwBold {
    font-weight: bold !important;
}
.sub0211_con01 .fs38 {
    font-size: 38px !important;
}
.sub0211_con01 .fs36 {
    font-size: 36px !important;
}
.sub0211_con01 .fs30 {
    font-size: 30px !important;
}
.sub0211_con01 .fs25 {
    font-size: 25px !important;
}
.sub0211_con01 .fs24 {
    font-size: 24px !important;
}
.sub0211_con01 .fs22 {
    font-size: 22px !important;
}
.sub0211_con01 .fs18 {
    font-size: 18px !important;
}
.sub0211_con01 .lineH30 {
    line-height: 30px !important;
}
.sub0211_con01 .under {
    text-decoration: underline;
}
.sub0211_con01 .text-center {
    text-align: center;
}
.sub0211.con01 span.marker {
    position: relative;
}
.sub0211.con01 span.marker::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    height: 15px;
    background: #ffdede;
}

/*sub0301_hs홈케어멤버십*/

.sub0303_con01 dl {
    margin-top: 0;
    margin-bottom: 65px;
}
.sub0303_con01 ul {
    margin-top: 40px;
}
.sub0303_con01 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0303_con01 ul li {
    float: left;
    width: 399px;
    height: 308px;
    border: 1px solid #ebebeb;
    border-left: none;
    background: #fcfcfc;
}
.sub0303_con01 ul li:first-child {
    width: 398px;
    border-left: 1px solid #ebebeb;
}
.sub0303_con01 ul li img {
    display: block;
    margin: 70px auto 50px auto;
}
.sub0303_con01 ul li.middle_benefit img {
    margin: 70px auto 35px auto;
}
.sub0303_con01 ul li p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.sub0303_con02 {
    margin-top: 80px;
}
.sub0303_con02 > ul > li {
    text-align: left;
    border: 1px solid #ebebeb;
    margin-top: 30px;
    background: #fcfcfc;
}
.sub0303_con02 > ul > li:first-child {
    margin-top: 40px;
}
.sub0303_con02 > ul > li:after {
    content: "";
    display: block;
    clear: both;
}

.sub0303_con02 > ul > li > h2 {
    float: left;
    width: 260px;
    height: 188px;
    padding: 50px 0 0 40px;
}
.sub0303_con02 > ul > li > h2.benefit_bg01 {
    background: #e0b686 url(/_common/_images/sub0301_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.sub0303_con02 > ul > li > h2.benefit_bg02 {
    background: #aaa194 url(/_common/_images/sub0301_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.sub0303_con02 > ul > li > h2.benefit_bg03 {
    background: #7eb6e8 url(/_common/_images/sub0301_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.sub0303_con02 > ul > li > h2 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    font-weight: 700;
}
.sub0303_con02 > ul > li > h2 .small_tit {
    font-size: 18px;
    font-weight: 400;
}

.sub0303_con02 > ul > li > ul.product_detail {
    float: left;
    width: 843px;
    padding: 55px 0 0 55px;
}
.sub0303_con02 > ul > li > ul.product_detail li {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background: url(/_common/_images/list_dot.gif);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 12px;
    margin-bottom: 25px;
}
.sub0303_con02 > ul > li > ul.product_detail li:first-child {
    background-position: left 8px;
}
.sub0303_con02 > ul > li > ul.product_detail li span.product_note {
    display: block;
    font-weight: 400;
    color: #666;
    padding-top: 5px;
}
.sub0303_con02 > ul > li > ul.product_detail li:after {
    content: "";
    display: block;
    clear: both;
}
.sub0303_con02 > ul > li > ul.product_detail li span.product_benefit {
    float: left;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    margin-right: 3px;
}
.sub0303_con02 > ul > li > ul.product_detail li p {
    float: left;
    font-weight: 400;
    color: #666;
    line-height: 22px;
}

/*sub0301_hs홈케어멤버십_최종*/
.sub0301_con01Wa {
    width: 100%;
    text-align: left;
}
.sub0301_con01Wa:after {
    content: "";
    display: block;
    clear: both;
}
.sub0301_con01Wa li {
    float: left;
}
.sub0301_con01Wa li.con01img {
    width: 640px;
}
.sub0301_con01Wa li.con01txt {
    width: 560px;
}
.sub0301_con01 {
}
.sub0301_con01 p {
    margin-bottom: 30px;
}

.sub0301_con02 {
}
.sub0301_con02 h1 {
    margin-bottom: 22px;
}
.sub0301_con02 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0301_con02 ul li {
}

.sub0301_con03 {
    margin-top: 70px;
}

.sub0301_con03 > ul > li {
    text-align: left;
    border: 1px solid #ebebeb;
    margin-top: 30px;
    background: #fcfcfc;
}
.sub0301_con03 > ul > li:first-child {
    margin-top: 40px;
}
.sub0301_con03 > ul > li:after {
    content: "";
    display: block;
    clear: both;
}

.sub0301_con03 > ul > li > h2 {
    float: left;
    width: 260px;
    height: 370px;
    padding: 50px 0 0 40px;
}
.sub0301_con03 > ul > li > h2.benefit_bg01 {
    background: #aaa194 url(/_common/_images/sub0301_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.sub0301_con03 > ul > li > h2.benefit_bg02 {
    background: #7eb6e8 url(/_common/_images/sub0301_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.sub0301_con03 > ul > li > h2 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    font-weight: 700;
}
.sub0301_con03 > ul > li > h2 .small_tit {
    font-size: 18px;
    font-weight: 400;
}

.sub0301_con03 > ul > li > ul.product_detail {
    float: left;
    width: 843px;
    padding: 60px 0 0 50px;
}
.sub0301_con03 > ul > li > ul.product_detail li {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background: url(/_common/_images/list_dot.gif);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 12px;
    margin-bottom: 25px;
}
.sub0301_con03 > ul > li > ul.product_detail li:first-child {
    background-position: left 8px;
}
.sub0301_con03 > ul > li > ul.product_detail li span.product_note {
    display: block;
    font-weight: 400;
    color: #666;
    padding-top: 5px;
}
.sub0301_con03 > ul > li > ul.product_detail li:after {
    content: "";
    display: block;
    clear: both;
}
.sub0301_con03 > ul > li > ul.product_detail li span.product_benefit {
    float: left;
    font-weight: 600;
    color: #000;
    line-height: 22px;
    margin-right: 3px;
}
.sub0301_con03 > ul > li > ul.product_detail li p {
    float: left;
    font-weight: 400;
    color: #666;
    line-height: 22px;
}

/*sub0302_서비스가격*/

table.table_style_01 {
    width: 100%;
    border-top: 2px solid #7eb6e8;
    margin: 40px 0 20px 0;
}
table.table_style_01 th,
table.table_style_01 td {
    height: 50px;
    font-size: 16px;
}
table.table_style_01 th {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    font-weight: 700;
    color: #000;
}
table.table_style_01 td {
    border: 1px solid #e5e5e5;
    color: #666;
}
table.table_style_01 th.skyblue_bg{
	background: #7eb6e8;
    color: #fff;
    font-size: 26px;
    height: 64px;
}
table.table_style_01 td.new {
    border: 1px solid #e5e5e5;
    color: #666;
    line-height: 30px;
    text-align: left;
    padding-left: 20px;
}

p.table_note {
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.sub0302_con01 {
    margin-top: 85px;
}

.sub0302_con02 {
    margin-top: 85px;
}
.sub0302_con02 ul {
    margin-bottom: 20px;
}
.sub0302_con02 ul li {
    float: right !important;
}
.sub0302_con02 ul li:first-child {
    float: left !important;
}

.sub0302_con03 {
    /* margin-top:85px; */
}
.sub0302_con03 p.table_note {
}
.sub0302_con03 ul {
    margin-top: 45px;
}
.sub0302_con03 ul li {
    margin-left: 8px;
}
.sub0302_con03 ul li:first-child {
    margin-left: 0;
    margin-right: 7px;
}

.sub0302_con04 {
    margin-top: 85px;
}

.sub0302_con05 ul.cleanwater_img_con01 {
    padding: 70px 0 100px;
    float: left;
}
/* .sub0302_con05 ul.cleanwater_img_con01 li img{border:1px solid #ddd;} */
.sub0302_con05 ul.cleanwater_img_con01 li:first-child {
    margin-right: 16px;
}
.sub0302_con05 ul.cleanwater_img_con01 li p {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-top: 20px;
}
.sub0302_con05 table.table_style_01 td {
    letter-spacing: -0.5px;
}
.sub0302_con05 table.table_style_01 tr.gray_bg td {
    background: #f7f7f7;
    font-weight: 700;
    color: #000;
}
.sub0302_con05 ul.cleanwater_img_con02 {
    padding: 70px 0 100px;
}
.sub0302_con05 ul.cleanwater_img_con02 li {
    float: left;
    margin-right: 33px;
}
.sub0302_con05 ul.cleanwater_img_con02 li:last-child {
    margin-right: 0;
}
/*게시판공지사항*/
.noticeClass .title_sort a {
    font-size: 14px;
    font-weight: bold;
    color: #29bbef !important;
}

/*sub0404 홈클리닝 서비스 프로세스 */
.sub0404_con01 {
    margin-bottom: 60px;
}
ul.sub0404_process {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
ul.sub0404_process:after {
    content: "";
    border-top: 1px dashed #beddea;
    width: 100%;
    top: 86px;
    position: absolute;
    z-index: -1;
}
ul.sub0404_process li {
    width: 150px;
    height: 208px;
    text-align: center;
}
ul.sub0404_process li h2 {
    width: 36px;
    height: 28px;
    display: inline-block;
    padding-top: 8px;
    border-radius: 36px;
    background: #a8d7ec;
    font-size: 15px;
    color: #fff;
}
ul.sub0404_process li.process_bg04 h2 {
    background: #f02d06;
}
ul.sub0404_process li p {
    color: #777;
    font-size: 15px;
    line-height: 1.4em;
    padding-top: 26px;
    text-align: center;
}
ul.sub0404_process li p span {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}
ul.sub0404_process li p small {
    display: block;
    color: #f02d06;
    font-size: 12px;
    font-weight: bold;
}
ul.sub0404_process li.process_bg01 {
    background: url(/_common/_images/sub0404_con01_img01.jpg) no-repeat center 20px;
}
ul.sub0404_process li.process_bg02 {
    background: url(/_common/_images/sub0404_con01_img02.jpg) no-repeat center 20px;
}
ul.sub0404_process li.process_bg03 {
    background: url(/_common/_images/sub0404_con01_img03.jpg) no-repeat center 20px;
}
ul.sub0404_process li.process_bg04 {
    background: url(/_common/_images/sub0404_con01_img04.jpg) no-repeat center 20px;
}
ul.sub0404_process li.process_bg05 {
    background: url(/_common/_images/sub0404_con01_img05.jpg) no-repeat center 20px;
}
ul.sub0404_process li.process_bg06 {
    background: url(/_common/_images/sub0404_con01_img06.jpg) no-repeat center 20px;
}
ul.sub0404_process li.process_bg07 {
    background: url(/_common/_images/sub0404_con01_img07.jpg) no-repeat center 20px;
}
ul.sub0404_process li.process_bg08 {
    background: url(/_common/_images/sub0404_con01_img08.jpg) no-repeat center 20px;
}

ul.sub0404_process li.process_bg01 p,
.sub0404_con01 ul.sub0404_process li.process_bg02 p,
.sub0404_con01 ul.sub0404_process li.process_bg07 p {
    padding-top: 18px;
}
ul.sub0404_process li.process_bg08 p {
    padding-top: 40px;
}

/*sub0501서비스신청-서비스프로세스 추가*/
.sub0501_con01 {
    margin-bottom: 60px;
}
.sub0501_con01 h4 {
    font-size: 30px;
    color: #111;
    font-weight: bold;
}
.sub0501_con01 ul {
    margin-top: 60px;
}
.sub0501_con01 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0501_con01 ul li {
    float: left;
}
.sub0501_con01 ul li.process_list01 h2 {
    margin: 0;
    width: 150px;
    padding-bottom: 160px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.sub0501_con01 ul li.process_list01 h2.process_bg01 {
    background: url(/_common/_images/sub0501_con01_img01.gif) no-repeat center bottom;
}
.sub0501_con01 ul li.process_list01 h2.process_bg02 {
    background: url(/_common/_images/sub0501_con01_img02.gif) no-repeat center bottom;
}
.sub0501_con01 ul li.process_list01 h2.process_bg03 {
    background: url(/_common/_images/sub0501_con01_img03.gif) no-repeat center bottom;
}
.sub0501_con01 ul li.process_list01 h2.process_bg04 {
    background: url(/_common/_images/sub0501_con01_img04.gif) no-repeat center bottom;
}
.sub0501_con01 ul li.process_list01 h2.process_bg05 {
    background: url(/_common/_images/sub0501_con01_img05.gif) no-repeat center bottom;
}
.sub0501_con01 ul li.process_list01 dl {
    margin-top: 10px;
}
.sub0501_con01 ul li.process_list01 dl dt {
    color: #7eb6e8 !important;
    margin-bottom: 6px;
}

.sub0501_con01 ul li.process_next {
    width: 105px;
    background: url(/_common/_images/sub0501_con01_arrow.gif) no-repeat center bottom;
    padding-bottom: 15px;
    margin: 75px 0;
}
.sub0501_con01 ul li.process_next p {
    font-size: 14px;
    font-weight: 700;
    color: #58585a;
}

/*sub0502당일신청-서비스프로세스 추가*/
.sub0502_con01 {
    margin-bottom: 60px;
}
.sub0502_con01 ul {
    margin-top: 60px;
}
.sub0502_con01 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0502_con01 ul li {
    float: left;
}
.sub0502_con01 ul li.process_list01 h2 {
    margin: 0;
    width: 150px;
    padding-bottom: 160px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.sub0502_con01 ul li.process_list01 h2.process_bg01 {
    background: url(/_common/_images/sub0502_con01_img01.gif) no-repeat center bottom;
}
.sub0502_con01 ul li.process_list01 h2.process_bg02 {
    background: url(/_common/_images/sub0502_con01_img02.gif) no-repeat center bottom;
}
.sub0502_con01 ul li.process_list01 h2.process_bg03 {
    background: url(/_common/_images/sub0502_con01_img03.gif) no-repeat center bottom;
}
.sub0502_con01 ul li.process_list01 h2.process_bg04 {
    background: url(/_common/_images/sub0502_con01_img04.gif) no-repeat center bottom;
}
.sub0502_con01 ul li.process_list01 h2.process_bg05 {
    background: url(/_common/_images/sub0502_con01_img05.gif) no-repeat center bottom;
}
.sub0502_con01 ul li.process_list01 dl {
    margin-top: 10px;
}
.sub0502_con01 ul li.process_list01 dl dt {
    color: #7eb6e8 !important;
    margin-bottom: 6px;
}

.sub0502_con01 ul li.process_next {
    width: 105px;
    background: url(/_common/_images/sub0501_con01_arrow.gif) no-repeat center bottom;
    padding-bottom: 15px;
    margin: 75px 0;
}
.sub0502_con01 ul li.process_next p {
    font-size: 14px;
    font-weight: 700;
    color: #58585a;
}

.sub0502_con02 {
    border-top: 1px solid #ccc;
    padding: 60px 0;
    text-align: left;
}
.sub0502_con02:after {
    content: "";
    display: block;
    clear: both;
}
.sub0502_con02 h2 {
    font-size: 23px;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 30px;
}

.sub0502_con02 ul li {
    font-size: 16px;
    margin-bottom: 30px;
}
.sub0502_con02 ul li > strong {
    color: #7eb6e8;
}
.sub0502_con02 ul li > span {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    box-sizing: border-box;
    background: #7eb6e8;
    font-size: 12px;
    font-weight: bold;
    border-radius: 100px;
}
.sub0502_con02 > div {
    float: left;
    width: 50%;
}
.sub0502_con02 > div:nth-child(2) > img {
    margin-left: 30px;
}

.sub_bt01 {
    display: inline-block;
    width: 200px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}
.sub_bt01 a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background: #29bbef;
    letter-spacing: -0.05em;
}

/*sub0502_대리점개설안내*/

.con_title03 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 38px;
}
.con_tittxt03 {
    font-size: 16px;
    color: #666;
    line-height: 38px;
    margin-bottom: 70px;
}

.sub0502_con01 {
    margin-bottom: 100px;
}
.sub0502_con01 ul {
    margin-top: 40px;
}
.sub0502_con01 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub0502_con01 ul li {
    float: left;
}
.sub0502_con01 ul li.process_list01 h2 {
    margin: 0;
    width: 150px;
    padding-bottom: 160px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.sub0502_con01 ul li.process_list01 h2.process_bg01 {
    background: url(/_common/_images/sub0502_con01_img01.gif) no-repeat center bottom;
}
.sub0502_con01 ul li.process_list01 h2.process_bg02 {
    background: url(/_common/_images/sub0502_con01_img02.gif) no-repeat center bottom;
}
.sub0502_con01 ul li.process_list01 h2.process_bg03 {
    background: url(/_common/_images/sub0502_con01_img03.gif) no-repeat center bottom;
}
.sub0502_con01 ul li.process_list01 h2.process_bg04 {
    background: url(/_common/_images/sub0502_con01_img04.gif) no-repeat center bottom;
}
.sub0502_con01 ul li.process_list01 h2.process_bg05 {
    background: url(/_common/_images/sub0502_con01_img05.gif) no-repeat center bottom;
}
.sub0502_con01 ul li.process_list01 h2.process_bg06 {
    background: url(/_common/_images/sub0502_con01_img06.gif) no-repeat center bottom;
}
.sub0502_con01 ul li.process_list01 dl {
    margin-top: 10px;
}
.sub0502_con01 ul li.process_list01 dl dt {
    color: #7eb6e8 !important;
}

.sub0502_con01 ul li.process_next {
    width: 60px;
    background: url(/_common/_images/sub0502_con01_arrow.gif) no-repeat center bottom;
    padding-bottom: 15px;
    margin: 95px 0;
}
.sub0502_con01 ul li.process_next p {
    font-size: 14px;
    font-weight: 700;
    color: #58585a;
}

.sub0502_con03 {
    margin-top: 40px;
}
.sub0502_con03 h1.con_title01 {
    font-size: 36px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 38px;
}
.sub0502_con03 h1.con_title01 span.small_tit {
    font-size: 26px;
}

.sub0502_con03 dl {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}
.sub0502_con03 dl.fir {
    margin-top: 40px;
    border-top: 1px solid #e0e0e0;
}
.sub0502_con03 dt {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-left: 30px;
    line-height: 24px;
    padding-bottom: 10px;
    background: url(/_common/_images/sub0502_que01.gif) no-repeat left top;
}
.sub0502_con03 dd {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-left: 30px;
    line-height: 24px;
    background: url(/_common/_images/sub0502_que02.gif) no-repeat left top;
}

/*sub0501_구매신청*/

.sub_service {
    margin-top: 100px;
}
.sub_service h4 {
    font-size: 36px;
    color: #2a2a2a;
    font-weight: bold;
    background: url(/_common/_images/bul05.gif) no-repeat center top;
    padding-top: 36px;
    margin-bottom: 70px;
}
.serWa ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.serWa ul:after {
    content: "";
    display: block;
    clear: both;
}
.serWa ul li {
    width: 585px;
    float: left;
}
.serWa ul li.fir {
    margin-right: 30px;
}
.serWa ul li p.sertit {
    width: 100%;
    height: 60px;
    display: block;
    line-height: 60px;
    font-size: 25px;
    color: #fff;
    background: #a1a1a1;
}
.serWa ul li p.serimg {
    width: 100%;
    height: 360px;
}
.serWa ul li p.serlink {
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #29bbef;
}
.serWa ul li p.serlink a {
    color: #fff;
}
.serWa ul li.mid {
    margin-top: 80px;
}

.serWa ul.ser_cleanwater li p.serimg {
    width: 100%;
    height: 585px;
}

.ser_bottom ul {
    width: 1180px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    border: 10px solid #e9e9e9;
    margin-bottom: 100px;
}
.ser_bottom ul:after {
    content: "";
    display: block;
    clear: both;
}
.ser_bottom ul li {
    float: left;
}
.ser_bottom ul li a {
    margin: 0;
    padding: 0;
    display: block;
}

/* sub0205 */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

.main-tt {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -0.05em;
    position: relative;
    color: #000;
    padding-bottom: 60px;
    font-weight: bold;
}
.main-tt::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #000;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.main-tt-white {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -0.05em;
    position: relative;
    color: #fff;
    padding-bottom: 60px;
    font-weight: bold;
}
.main-tt-white::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.sub0205_01 {
    background-image: url(../_images/sub0205_01.jpg);
    /* background-size: cover!important; */
    background-position: center center;
    background-repeat: no-repeat;
    height: 606px;
}
.sub0205_04 {
    background-image: url(../_images/sub0205_05.jpg);
    /*  background-size: cover!important; */
    background-position: center center;
    background-repeat: no-repeat;
    height: 872px;
}
.sub0205_06 {
    background-color: #f2f2f2;
}
.sub0205_08 {
    background-color: #7da5ca;
}
.sub0502_ton01 p {
    color: #333;
    letter-spacing: -0.03em;
    line-height: 1.6;
}
http://hs-care.com/_common/_images/m0205_03.jpg
    .fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs26 {
    font-size: 26px;
}
.fs30 {
    font-size: 30px;
}
.fs40 {
    font-size: 40px;
}
.pt24 {
    padding-top: 24px;
}
.mg20 {
    margin: 20px 0;
}
.mg10 {
    margin: 10px 0;
}
.pt10 {
    padding-top: 10px;
}
.mt70 {
    margin-top: 70px;
}
.mt50 {
    margin-top: 50px;
}
.sub0205_02 {
    background: #fff;
}
.sub0205_02 > div {
    width: 100%;
}
.sub0205_02 > div > div {
    float: left;
    width: 33.3%;
}
.clearfix::after {
    clear: both;
    display: block;
    content: "";
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.numbering {
    color: #99c8f3;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: -0.035em;
    padding: 15px 0 10px;
}
.fcBlack {
    color: #000 !important;
}
.white {
    color: #fff !important;
}
.line-box {
    width: 45%;
    float: left;
}

.line-box02 {
    width: 1200px;
    margin: 0 auto;
    float: left;
}

.line-box:last-child {
    float: right;
}
.line-box img {
    max-width: 100%;
}
.has-line {
    border: 1px solid #ddd;
    padding: 0 0 24px;
}
.text-left {
    text-align: left;
}
.six-items > div {
    margin: 20px 0;
}
.six-items h2 {
    padding: 10px 0;
}
.sub0502_ton01 section {
    padding: 30px 0;
    /* margin:40px auto; */
}

.cleanwater_btn {
    margin: 60px auto 0;
    width: 300px;
    height: 70px;
    display: block;
    line-height: 70px;
    font-size: 20px;
    color: #fff;
    background: #7da5ca;
}

.cleanwater_btn:hover {
    margin: 60px auto 0;
    width: 300px;
    height: 70px;
    display: block;
    line-height: 70px;
    font-size: 20px;
    color: #fff;
    background: #7da5ca;
}

.fl-left {
    float: left;
}
.fl-right {
    float: right;
}

/*20200226 클린워터 서비스*/
.conNewTit {
    padding-bottom: 25px;
    background-image: url(../_images/sub0205_new_con01_tit.gif);
    background-position: center 15px;
    background-repeat: no-repeat;
}
.conNewTit span {
    color: #2e9fee;
    font-weight: bold;
}

.sub0205_new section {
    padding: 30px 0;
    margin-bottom: 50px;
}
.sub0205_new_con01 {
    width: 1200px;
    height: 417px;
    background-image: url(../_images/sub0205_new_con01_img01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.sub0205_new_con01 .text {
    width: 50%;
    height: 100%;
    padding: 80px 0 0 60px;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    text-align: left;
}
.sub0205_new_con01 .text h1 {
    margin-bottom: 30px;
    letter-spacing: 1.2em;
    font-size: 13px;
    font-weight: 500;
}
.sub0205_new_con01 .text p {
    margin-bottom: 25px;
    line-height: 1.8em;
}
.sub0205_new_con01 .text span {
    color: #2e9fee;
    font-weight: bold;
}
.sub0205_new_con01 .logo {
    position: relative;
    width: 50%;
    height: 100%;
}
.sub0205_new_con01 .logo p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -145px;
}

.sub0205_new_con02 .fr {
    width: 50%;
    padding: 30px 0 0 50px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    line-height: 1.8em;
}
.sub0205_new_con02 .fr p span {
    color: #000;
    font-weight: bold;
}
.sub0205_new_con02 .fr .num_style {
    margin: 30px 0;
}
.sub0205_new_con02 .fr .num_style li {
    margin-bottom: 5px;
    color: #666;
    text-align: left;
}
.sub0205_new_con02 .fr .num_style li span {
    font-weight: bold;
    color: #abdbfd;
}
.sub0205_new_con02 .fr .num_style li span.circle {
    display: inline;
    padding: 5px;
    width: 22px;
    height: 22px;
    text-align: center;
    color: #fff;
    background: #94d4ff;
    border-radius: 50px;
    font-size: 13px;
}

.sub0205_new_con03 div {
    padding: 50px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    text-align: left;
}
.sub0205_new_con03 dl {
    margin-bottom: 30px;
}
.sub0205_new_con03 dl:last-child {
    margin-bottom: 0;
}
.sub0205_new_con03 dl dt {
    margin-bottom: 10px;
    font-size: 18px;
    color: #2e9fee;
    font-weight: bold;
}
.sub0205_new_con03 dl dd {
    margin-left: 22px;
    font-size: 15px;
    line-height: 1.8em;
}
.sub0205_new_con03 dl dd ul {
    margin: 5px 0 15px;
}
.sub0205_new_con03 dl dd ul li {
    padding-left: 13px;
    background: url(../_images/sub0205_new_con03_img01.gif) 0 50% no-repeat;
}
.sub0205_new_con03 dl dd p {
    padding-left: 13px;
}

.sub0205_new_con04 > div {
    margin-bottom: 25px;
    padding: 50px;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.sub0205_new_con04 .fl {
    width: 60%;
    text-align: left;
}
.sub0205_new_con04 .fl .sTit {
    margin: 40px 0 40px 0;
    border-left: 2px solid #000;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 1.8em;
}
.sub0205_new_con04 .fl p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2em;
}
.sub0205_new_con04 .fl p img {
    margin-left: 10px;
    vertical-align: middle;
}

.sub0205_new_con05 ul li {
    margin-bottom: 35px;
}
.sub0205_new_con05 .fr {
    width: 50%;
    text-align: left;
    padding: 40px 0 0 30px;
    box-sizing: border-box;
}
.sub0205_new_con05 .fr dl {
    margin-bottom: 35px;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0;
}
.sub0205_new_con05 .fr dl dt {
    margin-bottom: 15px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}
.sub0205_new_con05 .fr dl dt span {
    margin-bottom: 15px;
    display: block;
    color: #94d4ff;
    font-weight: bold;
}
.sub0205_new_con05 .fr dl dd {
    font-size: 15px;
}
.sub0205_new_con05 .fr a.btn {
    display: inline-block;
    padding: 15px 75px 15px 40px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background: url(../_images/sub0205_new_con05_img07.png) 88% 50% no-repeat;
    background-color: #29bbef;
}

.cleanwaterBtn {
    background: #94d4ff;
    display: inline-block;
    padding: 20px 30px;
    color: #fff;
    font-size: 18px;
}

/*20211008 홈크리닝 서비스*/
.con_home {
    padding-bottom: 25px;
    background-image: url(../_images/sub0211_new_con01_tit.gif);
    background-position: center 15px;
    background-repeat: no-repeat;
}
.sub0211_con01 {
}
.sub0211_con01 .fwBold {
    font-weight: bold;
}

/*20201201 클린에어 서비스*/

.sub0207_new section {
    padding: 30px 0;
    margin-bottom: 50px;
}
.sub0207_new section:after {
    display: block;
    clear: both;
    content: "";
}
.sub0207_new_con01 {
    width: 1200px;
    height: 494px;
    background-image: url(../_images/sub0207_new_con01_img02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.sub0207_new_con01 .text {
    width: 50%;
    height: 100%;
    padding: 60px 0 0 60px;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    text-align: left;
}
.sub0207_new_con01 .text h1 {
    margin-bottom: 30px;
    letter-spacing: 1.2em;
    font-size: 13px;
    font-weight: 500;
}
.sub0207_new_con01 .text h3 {
    color: #fff !important;
    padding-top: 0 !important;
}
.sub0207_new_con01 .text p {
    margin-bottom: 25px;
    line-height: 1.8em;
}
.sub0207_new_con01 .text span {
    color: #2e9fee;
    font-weight: bold;
}
.sub0207_new_con01 .logo {
    position: relative;
    width: 50%;
    height: 100%;
}
.sub0207_new_con01 .logo p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -145px;
}

.sub0207_new_con02 .fr {
    width: 50%;
    height: 500px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    line-height: 1.8em;
    text-align: center;
}

.sub0207_new_con02 .fr01 {
    background-image: url(../_images/sub0207_new_con02_img02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.sub0207_new_con02 .fr h3 {
    color: #fff !important;
    text-align: center !important;
    margin-top: 20px;
    font-size: 30px !important;
}
.sub0207_new_con02 .fr p {
    color: #fff;
    margin-bottom: 25px;
}

.sub0207_new_con02 .fr02 {
    padding-top: 10px;
}
.sub0207_new_con02 .fl02 {
    width: 50%;
    height: 500px;
    background-image: url(../_images/sub0207_new_con02_img04.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    line-height: 1.8em;
    text-align: center;
}
.sub0207_new_con02 .fl02 h3 {
    color: #fff !important;
    text-align: center !important;
    font-size: 30px !important;
    margin-top: 170px;
}
.sub0207_new_con02 .fl02 p {
    color: #fff !important;
    text-align: center !important;
}

.sub0207_new_con02 .fr02 h3 {
    color: #000 !important;
    text-align: center !important;
    font-size: 30px !important;
}
.sub0207_new_con02 .fr02 ul {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
.sub0207_new_con02 .fr02 ul:after {
    display: block;
    clear: both;
    content: "";
}
.sub0207_new_con02 .fr02 ul li {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 50px;
}
.sub0207_new_con02 .fr02 ul li:first-child {
    margin-right: 40px;
}

.sub0207_new_con03 {
    padding-top: 50px !important;
}
.sub0207_new_con03 li {
    float: left;
    width: 25%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}
.sub0207_new_con03 li p {
    font-size: 16px;
    margin-top: 20px;
}
.sub0207_new_con03:after {
    display: block;
    content: "";
    clear: both;
}

.sub0207_new_con04 > div {
    margin-bottom: 25px;
    padding: 50px;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.sub0207_new_con04 .fl {
    width: 60%;
    text-align: left;
}
.sub0207_new_con04 .fl .sTit {
    margin: 40px 0 40px 0;
    border-left: 2px solid #000;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 1.8em;
}
.sub0207_new_con04 .fl p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2em;
}
.sub0207_new_con04 .fl p img {
    margin-left: 10px;
    vertical-align: middle;
}

.sub0207_new_con05 {
    padding-bottom: 70px !important;
}
.sub0207_new_con05 ul li {
    float: left;
    width: 25%;
    font-size: 16px;
}

.sub0207_new_con06 > div {
    margin-bottom: 25px;
    padding: 50px;
    border: 1px solid #dedede;
    box-sizing: border-box;
}

.sub0207_new_con07 ul li {
    margin-bottom: 35px;
}
.sub0207_new_con07 .fr {
    width: 50%;
    text-align: left;
    padding: 40px 0 0 30px;
    box-sizing: border-box;
}
.sub0207_new_con07 .fr dl {
    margin-bottom: 35px;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0;
}
.sub0207_new_con07 .fr dl dt {
    margin-bottom: 15px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}
.sub0207_new_con07 .fr dl dt span {
    margin-bottom: 15px;
    display: block;
    color: #94d4ff;
    font-weight: bold;
}
.sub0207_new_con07 .fr dl dd {
    font-size: 15px;
}
.sub0207_new_con07 .fr a.btn {
    display: inline-block;
    padding: 15px 75px 15px 40px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background: url(../_images/sub0205_new_con05_img07.png) 88% 50% no-repeat;
    background-color: #7ba783 !important;
}

.tit_green {
    color: #7ba783 !important;
    font-weight: bold !important;
}
.cleanwaterBtn {
    background: #94d4ff;
    display: inline-block;
    padding: 20px 30px;
    color: #fff;
    font-size: 18px;
}

.new_cont1 {
    position: relative;
}

.blue_box {
    background: #7da5ca;
    padding: 50px;
}
.white_box {
    background: #fff;
    padding: 50px;
}

.premium_box {
    padding-top: 50px;
}
.premium_box h1 {
    background: url(../_images/title_bg_premium.png) no-repeat center top;
    color: #fff;
    font-size: 60px;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 60px;
    padding-top: 50px;
}
.premium_box h1 small {
    font-size: 46px;
    font-weight: 300;
}
.premium_box .point2 {
    display: flex;
    justify-content: space-between;
}
.premium_box .point2 > li {
    color: #fff;
    text-align: left;
    font-size: 22px;
    line-height: 1.4;
}
.premium_box .point2 > li > p:nth-child(2) {
    margin-top: 10px;
    font-weight: 500;
}

.point_title {
    text-align: center;
}
.point_title > p {
    display: inline-block;
    background: #fff;
    border-radius: 40px;
    padding: 15px;
    width: 620px;
    font-size: 32px;
    color: #000;
}
.point_title > p strong {
    display: inline-block;
    padding-left: 50px;
    background: url(../_images/new_blue_title_bullet.jpg) no-repeat left center;
    color: #5b8ab5;
    margin-right: 20px;
}

/*예약*/
[class*="application_r"] {
    background: #deeeff;
}
[class*="application_r"] .title {
    padding: 50px;
}
[class*="application_r"] .title h5 {
    font-size: 30px;
    color: #000;
    font-weight: 100;
}
[class*="application_r"] .title h5 span {
    font-weight: 600;
}
[class*="application_r"] .title p {
    font-size: 16px;
    color: #666;
    font-weight: 100;
    margin-top: 10px;
}
[class*="application_r"] form {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}
[class*="application_r"] input.form-control {
    border: 1px solid #cacaca;
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #222;
}
[class*="application_r"] form table {
    width: 100%;
}
[class*="application_r"] form table > tbody > tr > th,
[class*="application_r"] form table > tbody > tr > td {
    padding: 10px 0;
    vertical-align: top;
}
[class*="application_r"] form table > tbody > tr > th {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    text-align: left;
    padding-top: 22px;
}
[class*="application_r"] form table > tbody > tr > td input::placeholder {
    color: #aaa;
}
[class*="application_r"] form table > tbody > tr > td .group {
    display: flex;
    margin-bottom: 5px;
}
[class*="application_r"] form table > tbody > tr > td .group .form-control {
    width: calc(100% - 60px);
}
[class*="application_r"] form table > tbody > tr > td .group .btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #cacaca;
    background: #cacaca;
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    width: 60px;
}
[class*="application_r"] form table > tbody > tr.service-tr > th,
[class*="application_r"] form table > tbody > tr.service-tr > td {
    vertical-align: middle;
    padding: 10px 0;
}
[class*="application_r"] form table > tbody > tr.service-tr > td .group {
    align-items: center;
    margin: 0;
}
[class*="application_r"] form table > tbody > tr.service-tr > td .group .radio-p {
    margin-right: 15px;
}
[class*="application_r"] form table > tbody > tr.service-tr > td .group .radio-p label {
    font-size: 15px;
    color: #666;
}
[class*="application_r"] form table > tbody > tr.service-tr > td .group .radio-p input {
    margin: 0;
    margin-right: 6px;
}
[class*="application_r"] .step {
    text-align: center;
    width: 100%;
    margin: 0 auto 30px;
    max-width: 420px;
}
[class*="application_r"] .step ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
[class*="application_r"] .step ul li {
    font-size: 14px;
    font-weight: 500;
    color: #aaa;
    padding: 6px;
    border-bottom: 3px solid #aaa;
    width: 22%;
    margin: 0 2px;
}
[class*="application_r"] .step ul li.on {
    color: #29bbef;
    border-bottom: 3px solid #29bbef;
}
[class*="application_r"] .step p {
    color: #29bbef;
    font-size: 14px;
    font-weight: 600;
}
[class*="application_r"] form .bottom {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 30px;
}
[class*="application_r"] form .bottom .btnwrap {
    display: flex;
    justify-content: space-between;
}
[class*="application_r"] form .bottom p.al,
[class*="application_r"] form .bottom p.al a,
[class*="application_r"] form .bottom p.al label {
    font-size: 16px;
    color: #666;
}
[class*="application_r"] form .bottom p.al a {
    font-size: 15px;
}
[class*="application_r"] form .bottom [class*="btn-"] {
    width: 100%;
    height: 60px;
    background: #d8d8d8;
    color: #888;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
}
[class*="application_r"] form .bottom .btn-submit {
    background: #2e7bbf;
    color: #fff;
}

.application_r1_wrap .content {
    display: flex;
    align-items: flex-end;
}
.application_r1_wrap .content > div {
    width: 50%;
    min-height: 564px;
    position: relative;
}
.application_r1_wrap .content > div.form_wrap::after {
    content: "";
    display: block;
    clear: both;
}
.application_r1_wrap .content > div.form_wrap form {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    float: right;
}
.application_r1_wrap .content > div.img_wrap img {
    position: absolute;
    bottom: 0;
    right: 0;
}

[class*="application_r"].steps {
    padding: 50px 15px 80px;
}
[class*="application_r"].steps .title {
    padding: 0;
    margin-bottom: 30px;
}
[class*="application_r"].steps .bottom {
    margin-top: 40px;
}
[class*="application_r"].steps .options > h6 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
}
[class*="application_r"].steps .options ul > li {
    border: 1px solid #cacaca;
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #aaa;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    cursor: pointer;
}
[class*="application_r"].steps .options ul > li.on {
    background: #29bbef;
    color: #fff;
}
[class*="application_r"].steps .options2 ul > li {
    border: 1px solid #cacaca;
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #aaa;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    cursor: pointer;
}
[class*="application_r"].steps .options2 ul > li.on {
    background: #29bbef;
    color: #fff;
}
[class*="application_r"].steps .more-info {
    margin: 30px 0;
}
[class*="application_r"].steps .more-info p {
    font-size: 15px;
    color: #000;
    line-height: 1.7;
}
[class*="application_r"].steps .more-info p > span {
    font-weight: 600;
}

.application_r1_wrap .bottom {
    margin-top: 30px !important;
}
.application_r3_wrap form {
    max-width: 830px;
}
.application_r3_wrap .info ul {
    text-align: left;
    margin: 10px 0;
}
.application_r3_wrap .info ul > li {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}
.application_r3_wrap section {
    padding: 20px 0;
    text-align: left;
}
.application_r3_wrap section > p {
    font-size: 18px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 10px;
    position: relative;
}
.application_r3_wrap section > p span {
    font-size: 14px;
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 300;
}
.application_r3_wrap section .options ul {
    display: flex;
}
.application_r3_wrap section .options ul > li {
    width: calc(100% - 30px) !important;
    margin-right: 10px !important;
}
.application_r3_wrap section .options ul > li:last-child {
    margin-right: 0 !important;
}
.application_r3_wrap section .options2 .flex {
    display: flex;
    align-items: center;
}
.application_r3_wrap section .options2 .flex > div {
    width: calc(100% - 66.34% - 10px);
    margin-right: 10px;
}
.application_r3_wrap section .options2 .flex > ul {
    width: 66.34%;
}
.application_r3_wrap section .options2 .flex > ul > li {
    width: 49.5%;
}
.application_r3_wrap section .options2 .flex > ul > li:first-child {
    margin-right: 10px;
}
.application_r3_wrap section .options2 .flex > div {
    position: relative;
}
.application_r3_wrap section .options2 .flex > div > p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 16px;
}

.application_r4_wrap form {
    max-width: 830px;
}
.application_r4_wrap .form_wrap > form > ul {
    display: flex;
    justify-content: space-between;
}
.application_r4_wrap .form_wrap > form > ul > li {
    width: 48%;
}
.application_r4_wrap form .bottom {
    max-width: 830px;
}
.application_r4_wrap form .bottom .btnwrap > [class*="btn-"] {
    width: 49%;
}
.application_r5_wrap form .bottom .btnwrap > [class*="btn-"] {
    width: 49%;
}
.booking .top .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.booking .top .title > p {
    font-size: 18px;
    color: #222;
    font-weight: 300;
}
.booking .top .title > p b {
    color: #2e7bbf;
    font-weight: 600;
}
.booking .top .title > p:last-child {
    font-size: 14px;
    color: #888;
}
.booking .top .calendar_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2e7bbf;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
    width: 100%;
}
.booking .top .calendar_top .current {
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
}
.booking .top .calendar_top .prev,
.booking .top .calendar_top .next {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
}
.booking #calendar_1 {
    background: #ffffff;
    padding: 10px 0 20px;
}
.booking #calendar_1 > table {
    border: none;
}
.booking #calendar_1 > table th,
.booking #calendar_1 > table td {
    border: none;
    text-align: center;
}
.booking #calendar_1 > table th {
    background: none;
    font-size: 14px;
    color: #888;
    padding: 10px 0;
    font-weight: 500;
}
.booking #calendar_1 > table td {
    height: auto;
    position: relative;
    font-size: 14px;
    color: #999;
    padding: 10px;
    font-weight: 400;
}
#calendar_1 > table td:first-child span {
    font-weight: 500;
}
#calendar_1 > table td span {
    position: relative;
    z-index: 1;
    cursor: pointer;
}
#calendar_1 > table td.today::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #b2e6f9;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: 2px;
    left: 8px;
}


/*클린케어존 서비스*/
ul.sub0211_new_process {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
ul.sub0211_new_process:after {
    content: "";
    border-top: 1px dashed #beddea;
    width: 100%;
    top: 86px;
    position: absolute;
    z-index: -1;
}
ul.sub0211_new_process li {
    width: 120px;
    height: 306px;
    text-align: center;
}
ul.sub0211_new_process li h2 {
    width: 36px;
    height: 28px;
    display: inline-block;
    padding-top: 8px;
    border-radius: 36px;
    background: #a8d7ec;
    font-size: 15px;
    color: #fff;
}
ul.sub0211_new_process li.process_bg05 h2,
ul.sub0211_new_process li.process_bg07 h2 {
    background: #f02d06;
}
ul.sub0211_new_process li p {
    color: #000;
    font-size: 17px;
    line-height: 1.4em;
    padding-top: 70px;
    text-align: center;
}
ul.sub0211_new_process li p span {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}
ul.sub0211_new_process li p small {
    display: block;
    color: #f02d06;
    font-size: 12px;
    font-weight: bold;
}
ul.sub0211_new_process {
    background: url(/_common/_images/sub0211_new.png) no-repeat center 20px;
}


.conNew02_Tit {
    padding-bottom: 25px;
    background-image: url(../_images/sub0204_new_con01_tit.gif);
    background-position: center 15px;
    background-repeat: no-repeat;
}

.sec0702 {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 30px 0;
}
.sec0702 ul:after {
    content: "";
    display: block;
    clear: both;
}
.sec0702 ul li {
    float: left;
    width: 600px;
    margin-bottom: 80px;
}
.sec0702 ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sec0702 ul li p {
    font-size: 18px;
    font-weight: 400;
    color: #010101;
    text-align: center;
	line-height: 30px;
}
.sec0702 ul li p.bold{
    font-size: 20px;
    font-weight: 600;
    color: #010101;
    text-align: center;
	margin-bottom: 20px;
}


.sub0705_apply {
    width: 1200px;
    background: #f7f7f7;
    margin: 0 auto;
    padding: 30px 0 100px;
    margin-bottom: 70px;
}
.sub0705_apply h1 {
    font-weight: 400;
}
.sub0705_apply_form {
    width: 720px;
    margin: 0 auto;
    border-radius: 20px;
    background: #fff;
    margin-top: 30px;
}

.sub0705_apply_form ul {
    text-align: left;
    padding: 50px 0 0 90px;
}

.sub0705_apply_form ul > li {
    position: relative;
    padding-left: 150px;
    margin-bottom: 15px;
}

.sub0705_apply_form ul > li > span {
    position: absolute;
    padding-left: 13px;
    left: 0;
    top: 7px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.sub0705_apply_form ul > li > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    background: #98c7f3;
}

.sub0705_apply_form ul > li .form-control {
    width: 75%;
}

.sub0705_apply_form ul > li input,
textarea {
    font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
}

.sub0705_apply_form ul > li textarea {
    height: 100px;
}
#applyForm {
    padding-bottom: 50px;
}

#applyForm .modal_submit {
    margin-top: 25px;
    background: #98c7f3;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 13px 15px;
    border: 0;
    margin: 0 auto;
    width: 520px;
    display: block;
    font-weight: 800;
    margin-bottom: 50px;
}