@charset "utf-8"; 
/* copyright(c) WEBsiting.co.kr */

/* 텍스트 */
.h2_title{padding:8px 20px; border-left:0px solid #000; font-size:35px; font-weight:300; margin-bottom:20px; line-height:1.3em; color:#000; text-align:center;}
.h3_title{padding:0px 0px; border-left:0px solid #999; font-size:20px; margin-bottom:20px; line-height:1.3em; color:#333;font-weight:300; }
.h2_title_center{text-align:center; font-size:30px; padding:8px 20px; margin-bottom:50px; line-height:1.3em; color:#000; }
.h2_title_center small{display:block; font-size:20px; font-weight:normal; color:#999; line-height:1.3em; }
.h3_title_center{text-align:center;padding:0px 0px; border-left:0px solid #999; font-size:20px; margin-bottom:20px; line-height:1.3em; color:#333;font-weight:300; }

.h2_sub {padding:8px 0px; border-left:0px solid #999; font-size:25px; margin-bottom:5px; line-height:1.3em; color:#333;font-weight:300; }

.centerBar_sub{width:80px; height:2px; background:#ccc; margin:30px auto; }
.Bar_subL{width:40px; height:2px; background:#ccc; margin:10px 0px 15px 0px;}
.Bar_sub{width:100%; height:1px; background:#DDD; margin:45px auto; }
.stxt {color:#cc6633;font-size:18px;font-weight:300;}

.bkg_on {background:#99846b;padding:10px 5px;color:#FFF;}


.cont_text{font-size:14px; line-height:1.6em; color:#666; overflow:hidden; clear:both; padding-bottom:15px; font-weight:200;}
.cont_text_info{font-size:14px; line-height:1.6em; color:#666; overflow:hidden; padding:20px; border:2px dashed #ddd; clear:both; margin-bottom:15px; }
.cont_text_important{padding:8px 20px; border-left:5px solid #ddd; font-size:16px; color:#957958; line-height:1.3em; }

.cont_text_center {text-align:center;font-size:17px; line-height:1.6em; color:#666; overflow:hidden; clear:both; padding-bottom:15px; font-weight:200;}
.cont_text_center li {border-bottom:1px solid #ddd;padding:10px 5px;}

.cont_img_right50p{display:block; width:50%; float:right; margin:0 0 20px 20px; }
.cont_img_left50p{display:block; width:50%; float:left; margin:0 20px 20px 0; }

@media all and (max-width:980px)
{
	.h2_title{font-size:18px; padding:5px 15px; border-left:3px solid #000; }
	.h3_title{font-size:15px; padding:5px 15px; border-left:2px solid #999; }

	.cont_text{font-size:13px; line-height:1.4em; }
	.cont_text_info{font-size:13px; line-height:1.4em; }
	.cont_text_important{font-size:14px; padding:5px 15px; border-left:2px solid #ddd; }
	
}

@media all and (max-width:600px)
{
	.h2_title_center{font-size:20px; }
	.h2_title_center small{font-size:13px; font-weight:normal; }

	.cont_text{font-size:12px; }
	.cont_text_info{font-size:12px; }
	.cont_text_important{font-size:13px; }
	
}

/* 도형 */
.figure_list{width:100%; overflow:hidden; padding:30px 0; }
.figure_list li{width:25%; float:left; text-align:center; }
.figure_list li i{display:block; margin:10px auto; width:100px; height:100px; line-height:100px; border-radius:50%; background:#ddd; font-size:3em; }
.figure_list li strong{display:block; font-size:20px; color:#000; margin:5px; }
.figure_list li span{display:block; font-size:13px; color:#999; margin:5px; }

@media all and (max-width:650px)
{
	.figure_list li{width:50%; float:left; text-align:center; }
	.figure_list li i{display:block; margin:10px auto; width:100px; height:100px; line-height:100px; border-radius:50%; background:#ddd; font-size:3em; }
	.figure_list li strong{font-size:16px; }
	.figure_list li span{font-size:11px; }
	
}

/* 테이블 */
.basic_table{width:100%; overflow:auto;}
.basic_table table{width:100%; border:1px solid #ddd; border-top:3px solid #ddd; border-collapse:collapse; border-spacing:0; }
.basic_table table th,
.basic_table table td{border:1px solid #ddd; padding:8px; }
.basic_table table thead th{background:#ededed; padding:15px 8px; color:#000;  text-align:center; }
.basic_table table thead td{background:#ededed; padding:15px 8px; color:#000; text-align:center; }
.basic_table table tbody th{background:#f5f5f5; color:#666; text-align:center; }
.basic_table table tbody td{background:#ffffff; color:#666; }
.basic_table table tfoot th{background:#fbfbfb; color:#999; text-align:center; }
.basic_table table tfoot td{background:#fbfbfb; color:#999; }

/* 유튜브영상삽입 */
.youtube_area{position:relative;overflow:hidden;width:100%;padding-bottom:56.25%;clear:both;margin-bottom:10px;}
.youtube_area iframe{position:absolute; left:0px;right:0px;top:0px;bottom:0px;width:100%;height:100%;}




* {padding:0;margin:0;}
body{font-family: 'NotoSansKR', sans-serif; word-break:keep-all; color:#333;}
img,fieldset{ border:0;}
select,input, td, th{font-family: 'NotoSansKR', sans-serif; }
address,em{ font-style:normal;}
button{ border:none;background:none;cursor:pointer;}
legend{ display:none;}
a{text-decoration:none; color:inherit;}
table{border-collapse:collapse;}
select, a img, input{vertical-align:middle !important;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.center{text-align:center;}
.right{text-align:right;}
.pt20{padding-top:20px;}
.tb20{margin:20px 0;}
.tb40{margin:40px 0;}
.mt-40{margin-top:-40px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}
.mb10{margin-bottom:10px;}
.tb25{margin:25px 0;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml30{margin-left:30px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.col1{width:100%;}
.col2{width:50%; float:left;}
.col3{width:31.1%; float:left; margin:0 1.1%;}
.col4{width:25%;}
.col5{width:20%;}
.main_title{text-align:center; padding:98px 0;}
.sub_title{text-align:center; margin:80px 0;}
.title1{font-size:60px; line-height:1; letter-spacing:-1px;}
.title2{font-size:40px; line-height:1.3; letter-spacing:-1px;}
.title3{font-size:30px; line-height:30px; letter-spacing:-1px;}
.title4{font-size:22px; line-height:30px; letter-spacing:-1px;}
.title5{font-size:16px; line-height:26px; font-weight:300; color:#666666;}
.title6{font-size:16px; line-height:26px;}
.title7{font-size:14px; line-height:22px; letter-spacing:0px;}
#content .title4{color:#212121;}
.point_color{color:#986b42!important;}
.w700{font-weight:700;}
.w400{font-weight:400;}
.w300{font-weight:300;}
.w200{font-weight:200;}
.w100{font-weight:100;}
.border1{border-bottom:1px solid #e5e5e5!important;}
.border2{border-top:2px solid #464646 !important;}
.underNone{text-decoration:none !important;}
.mobile{display:none; overflow:hidden;}
.pc{display:block; overflow:hidden;}
#content{float:left; width:100%;}
i{font-style:normal;}
#wrap_main{width:100%;height:100%;}
#wrap{max-width:1200px; margin:0 auto;}
#header{ width:100%; position:relative; }
.global_nav {*zoom:1;padding:10px 0 0 0;overflow:hidden; position:absolute; right:0; }
.global_nav:after {content:"";clear:both;display:block;}
.global_nav ul {float:right;margin-right:6px;*zoom:1}
.global_nav li {float:left;padding:0 6px;}
.global_nav li a {color:#666!important;font-size:11px !important;font-family:dotum, verdana;}
#footer {position:relative;clear:both;width:100%;z-index:1; text-align:center; font-size:14px; font-weight:200; background:#333333;}
.copyright{max-width:1200px; padding:40px 0; margin:0 auto; overflow:hidden;}
.copyright ul {overflow:hidden;}
.copyright li{display:inline-block;color:#d0d0d0; line-height:22px; }
.copyright .sns li{margin:0 15px 30px 0;}
.copyright .sns img{opacity:0.7; transition: all 0.3s ease-in; }
.copyright .sns img:hover{opacity:1; }
.copyright a{color:#d0d0d0;}
.copyright .line{color:#666;margin:0 10px;}
#footer .copy{clear:both; display:block; margin-top:10px;}
.over_height{position:fixed; width:100%; overflow-y:scroll;}
.inner{max-width:1200px; margin:0px auto; padding-bottom:100px; overflow:hidden;}
#wrap_slider {position:relative; width:49.5%; float:left;}
#wrap_slider #main_content{ float:left;width:49%; margin-left:2%; }
#main_content2{clear:both;overflow:hidden;width:100%;}
#main_content2{clear:both;overflow:hidden;width:100%;}
#main_content2 section{overflow:hidden;text-align:center;}
#main_content2 .btn{width:100px; color:#999; border:1px solid #999; padding:7px 0; font-size:14px; display:block; margin:20px auto 0 auto; transition:all 0.3s ease-in-out;}
#main_content2 a:hover .btn{color:#fff; background:#333; border:1px solid #333;}


#main_content{ float:left;width:24.25%; margin-left:1%; }
#main_content img{width:100%;}
.content{position:relative;  overflow:hidden; text-align:center; margin-bottom:12px;}
.ml0{margin-left:0!important;}
.content .layer{position:absolute; top:0; width:100%; height:100%; opacity: 0; background-color: rgba(0,0,0,0.55); transition: all 0.3s ease-in; }
.content:hover .layer{ opacity: 1;}
.content p{position:absolute; bottom:35px; width:100%; transition: all 0.3s ease; }
.content p.top{position:absolute; top:70px; width:100%; transition: all 0.3s ease; }
.content p span, .content p b{display:block;}
.content p b{font-weight:700;margin-bottom:5px;}
.content:hover p, .content .wh{color:#fff;}
.content .title7{padding-top:5px;}
#fff{overflow:hidden; }
#sub_top{background:url(../img/design/bg_sub.jpg) center top no-repeat; background-size:cover;}
.sub_main {clear:both; overflow:hidden; padding-bottom:80px; font-weight:300;}
.bullet{margin:20px 0;}
.location {width:100%; height:50px;border-bottom:1px solid #e5e5e5;}
.location .location_wrap{width:1200px; margin:0 auto;}

.bullet{margin:20px 0;}
.location {width:100%; height:50px;border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
.location .location_wrap{width:1200px; margin:0 auto;}
.location > ul > li {position:relative; float:left; background:#fff url("../img/design/loc_arr.gif") no-repeat 85% 50%; }
.location > ul > li:first-child a {width:50px; padding:0; border:0 none; background:none; margin-top:-2px;}
.location > ul > li > a {display:block; width:138px; height:50px; padding:0 0 0 20px; color:#333; font-size:16px; font-weight:300; line-height:49px; border-right:1px solid #dedede;}
.location > ul > li a img {vertical-align:middle;}
.location .sel-list ul {display:none; position:absolute; top:50px; left:-1px; z-index:10;}
.location .sel-list ul li {border:1px solid #dedede; border-top:0;}
.location .sel-list ul li:first-child {border-top:1px solid #e5e5e5;}
.location .sel-list ul li a {display:block; width:138px;line-height:15px; padding:14px 0 14px 20px; color:#666; font-weight:300; font-size:14px; background:#fff;}
.location .sel-list ul li a:hover {background:#f4f4f6;}
.overview, .overview2{border-collapse:collapse; width:50%; float:left; border-top:1px solid #333333; margin-top:20px;}
.overview th, .overview2 th{background:#f0f0f0; color:#333333; padding:14px 30px; border-bottom:1px solid #e1e1e1; width:25%; min-width:75px; font-weight:300;}
.overview td, .overview2 td{padding:14px 30px; border-bottom:1px solid #e1e1e1; }
.history{width:100%; background:url('../img/design/icon_history2.gif') repeat-y center top; overflow:hidden; padding:40px 0;}
.history .left{float:left; width:50%; text-align:right;}
.history .left dt{position:relative;padding:0 50px 0px 0px; font-weight:700;}
.history .left .circle{position:absolute; top:10px; right:-8px; display:block; width:16px; height:16px; background:url('../img/design/icon_history.gif') no-repeat left top;}
.history .left dd{position:relative;padding:4px 100px 15px 0;}
.history .left dd p{position:absolute; right:50px; font-weight:700;}
.history span{display:block; margin-bottom:7px;}
.history .right{float:right; width:50%; text-align:left;}
.history .right dt{position:relative;padding:0 0px 0px 50px; font-weight:700;}
.history .right .circle{position:absolute; top:10px; left:-8px; display:block; width:16px; height:16px; background:url('../img/design/icon_history.gif') no-repeat left top;}
.history .right dd{position:relative;padding:4px 0 15px 100px;}
.history .right dd p{position:absolute; left:50px; font-weight:700;}
.map iframe{width:100% !important; height:600px !important; margin-bottom:40px;}
.root_daum_roughmap .wrap_map{height:600px !important; }
.way{overflow:hidden;}
.way span{display:block; overflow:hidden;}
.way .subway{background:#fc8d23; float:left; margin-right:10px; padding:0 7px 2px 7px; color:#fff;}
.way .bus{background:#395cb3; float:left; margin-right:10px; padding:0 7px 2px 7px; color:#fff;}
.business_area{overflow:hidden;}
.business_area .line{border-bottom:1px solid #333; width:100%;}
.business_area .btn{display:inline-block; border:1px solid #333; padding:10px 40px; font-family: 'malgun gothic', '¸¼Àº °íµñ', 'µ¸¿ò', dotum, Tahoma, arial;font-size:13px; transition:all 0.3s ease-in; cursor:pointer;}
.business_area .btn:hover{background:#333; color:#fff;}
.business{position:relative;overflow:hidden;}
.business .txt{width:47%; float:left; margin-top:10px;}
.business .img2{width:50%; float:left;}
.business .img{width:50%; float:right; text-align:right;}
.business .txt2{width:47%; float:right; margin-top:10px;}
.business .btn{font-family:dotum,'µ¸¿ò';font-size:13px; letter-spacing:-1px; color:#333; background:transparent;border-radius:2px; border:1px solid #333; display:inline-block; padding:10px 30px; cursor:pointer; transition:all 0.3s ease-in;}
.business .btn:hover{background:#333;; color:#fff;}
.process {overflow:hidden;margin-bottom:80px;text-align:center;}
.process .col3{position:relative; margin:0 1.1% 1.1% 1.1%;}
.process img{border:1px solid #e0e0e0; opacity:0.75; transition:all 0.3s ease-in; box-sizing:border-box;}
.process img:hover{opacity:1; border-color:#333;}
.process .next img{border:0px; opacity:1;}
.process .next{position:absolute; right:-23px; top:50%; margin-top:-30px;}
.invest{width:100%;border-collapse:collapse;text-align:center;}
.invest th{color:#fff; background:#a4a4a4; padding:10px; border:1px solid #bababa; }
.invest td{padding:10px; border:1px solid #e5e5e5;}
.invest td:last-child{text-align:left;}
.btnPhone{width:100%;text-align:center;}
.food{clear:both;overflow:hidden;margin-bottom:80px;}



@media only screen and (max-width:1220px) {
#footer{font-size:12px;}
.copyright{padding:15px 0;}
.copyright .sns{display:none;}
.main_title{padding:40px 0;}
    .title1{font-size:40px;}
    .title2{font-size:25px;}
    .title3{font-size:22px; line-height:1.3;}
    .title4{font-size:19px; line-height:1.3;}
    .title5{font-size:15px; line-height:23px;}
    .title6{font-size:14px; line-height:22px;}
    .title7{font-size:13px; line-height:22px;}
    .sub_title{margin:40px 0;}
    .bullet{width:40px !important;}
    .bg, .location{display:none;}
    .bg_m{position:absolute; width:100%; height:100px; background:url(../img/design/bg_main.png) center top repeat-x;}

.main_title{padding:40px 0;}
.title1{font-size:40px;}
.title2{font-size:25px;}
.title3{font-size:22px; line-height:1.3;}
.title4{font-size:19px; line-height:1.3;}
.title5{font-size:15px; line-height:24px;}
.title6{font-size:14px; line-height:22px;}
.title7{font-size:11px; line-height:22px;}
.bullet{width:40px !important;}
.location{display:none;}
.inner{width:100%; padding-bottom:0;}
#wrap_slider{width:100%;}
#wrap_slider #main_content, #main_content{width:49.5%; margin:0!important;}
#main_content .content{margin-bottom:2%;}
.mfr{float:right !important;}
.content .title3{font-size:44px; line-height:1.1;}
.content .title4{font-size:38px; line-height:1.2;}
.ml0{margin:0 !important;}
.content{margin-bottom:2%;}
.content p{bottom:20%;}
.content p.top{top:37.5%;}
.lr10{padding:0 10px; overflow:hidden;}
.wh100{width:100%;}
.overview{width:100%; float:none; margin-top:10px;}
.overview2{width:100%; float:none; border:0; margin:0;}
.overview th, .overview2 th, .overview td, .overview2 td{padding:12px 14px;}
#wrap{background:#fff;}
.history{background-position:10px top;}
.history .left, .history .right{text-align:left; width:100%;}
.history .left .circle, .history .right .circle{left:3px; top:7px;}
.history .left dt, .history .right dt{padding:0 0 15px 30px; font-weight:400;}
.history .left dd, .history .right dd{position:relative;padding:0px 0px 10px 70px;}
.history .left dd p, .history .right dd p{left:30px;font-weight:400;}
.map iframe{width:100% !important; height:350px !important;}
.way .col2{width:100%; margin-bottom:50px;}
.way .col1 .col2{margin-bottom:20px;}
.way .col2:last-child{margin-bottom:0;} 
.way .border1{display:none;}
.business img{width:100%;} 
}

@media only screen and (max-width:767px) {
.mt20{margin-top:15px;}
.mt40{margin-top:30px;}
.mt80{margin-top:60px;}
.mobile{display:block;}
.pc, .mobileNone{display:none;}
.col3{width:100%; float:none; margin:0;}
.col3:nth-child(2){margin:50px 0 !important;}
.content p{bottom:10%;}
.content .title3{font-size:20px;}
.content .title4{font-size:17px;}
.content .title7{font-size:12px; line-height:1.3;}
.copyright .line{display:none;}
.copyright li{margin:0 10px;}
.sub_title{margin:40px 0;} 
.business .txt{float:right; min-width:100%;}
.business .img{float:left; min-width:100%;}
.business .txt2{float:left; min-width:100%;}
.business .img2{float:right; min-width:100%;} 
}


/* intro */
#footer_wrap{width:100%;height:85px;position:relative;background:url(/default/img/main/intro_bg_footer.gif) repeat-x;}
.content_footer{width:970px;position:relative;text-align:left;margin:0 auto;}
.content_footer {vertical-align:top;}
.content_footer .footer_logo{position:relative;top:18px;}
.content_footer .personal_link{position:relative;top:-22px;left:149px;}
.content_footer .address{position:relative;top:-11px;left:149px;}
.content_footer .family_site{position:absolute;right:0;margin:-55px 0 0 0;}
.content_footer .famliy_site_link{position:absolute;right:0;margin:-33px 0 0 0;width:126px;border:1px solid #efefef;}
.content_footer .famliy_site_link a{display:inline-block;width:126px;text-decoration:none}
.content_footer .famliy_site_link a:hover{background:#efefef;}
.clear {clear:both}
#intro {position:absolute;top:50%;left:50%;width:960px;height:500px;margin:-250px 0 0 -480px}
#intro h1 {margin:0 0 15px 0;font-size:12px}
.btn_enter {margin:20px 0 0 0;text-align:center}
.login_bg {height:495px;background:url(/default/img/main/intro_bg_001.gif) repeat-x left top;text-align:center}
.login_cont {position:relative;width:970px;height:495px;margin:0 auto;text-align:left}
.login_logo {position:absolute;top:110px;left:0}
.login_bg2 {position:absolute;top:167px;left:0;width:970px;height:328px;background:url(/default/img/main/intro_bg_002.gif) no-repeat left top}
.login_dcr_pst {position:absolute;top:53px;left:25px}
.login_ipt_pst {position:absolute;top:39px;left:430px;overflow:hidden;width:500px;height:137px;border:1px solid #a0cade;background:#fff}
.login_tle {float:left;margin:0 35px 0 0;padding:25px 0 0 34px}
.login_ipt {float:left;position:relative;width:262px;padding:25px 0 0 0}
.login_ipt_id {position:absolute;top:25px;left:0}
.login_ipt_pw {position:absolute;top:50px;left:0}
.login_ipt_txt {display:inline-block;width:58px;margin:0 0 0 5px;color:#555;font-weight:bold}
.login_ipt_txt2 {display:inline-block;width:83px;margin:0 0 0 5px;color:#555;font-weight:bold}
.ipt_ipdw {height:18px;border:1px solid #cdcdcd}
.login_btn {position:absolute;top:48px;left:195px}
.login_line {position:absolute;top:85px;left:0;width:262px;padding:12px 0 0 0;background:url(/default/img/main/intro_bg_dot.gif) repeat-x left top}
.btn_join {padding-left:12px;background:url(/default/img/main/intro_bul_001.gif) no-repeat left 3px;color:#555;font-weight:bold;font-size:12px;font-family:dotum,'µ¸¿ò','µ¸¿òÃ¼'}
.btn_idpw_sch {padding-left:12px;background:url(/default/img/main/intro_bul_002.gif) no-repeat left 3px;color:#555;font-size:12px;font-family:dotum,'µ¸¿ò','µ¸¿òÃ¼'}
.btn_join a:link, .btn_join a:visited, .btn_join a:hover, .btn_join a:active {color:#555}
.btn_idpw_sch a:link, .btn_idpw_sch a:visited, .btn_idpw_sch a:hover, .btn_idpw_sch a:active {color:#555}
.adult_wrap {position:absolute;top:50%;left:50%;width:780px;height:393px;margin:-206px 0 0 -390px}
.adt_info {margin:0 0 17px 0}
.adt_info span {display:inline-block;margin:44px 0 0 20px;color:#010101;font-weight:bold;font-size:14px;font-family:gulim,'±¼¸²','±¼¸²Ã¼';vertical-align:top;line-height:22px}
.adt_box {margin:19px 0 0 0 0;padding:20px;border:2px solid #d9d9d9;background:#fafafa}
.adt_lt {float:left;width:355px;margin:0 26px 0 0}
.adt_rt {float:left;width:355px;}
.adt_tle {margin:0 0 10px 0}
.adt_ipt_box {position:relative;height:165px;border:1px solid #d9d9d9;background:#fff;color:#555}
.adt_ipt_pst {position:absolute;top:25px;left:23px}
.adt_ipt_pst2 {position:absolute;top:50px;left:23px}
.adt_ipt_pst3 {position:absolute;top:48px;left:253px}
.adt_line {position:absolute;top:82px;left:15px;width:313px;padding:12px 0 0 0; border-top:1px #e6e6e6 dashed;}
.adt_txt {color:#888;font-size:11px;font-family:dotum,'µ¸¿ò','µ¸¿òÃ¼';letter-spacing:-1px}
.adt_txt input { vertical-align:middle; *margin:-4px -3px -3px -4px; _margin:-4px -3px -3px -4px; }
.adt_btn {margin:10px 0 0 0;text-align:right}
.thumbImglist {background-image:url(/default/img/main/intro_img_body_list.gif) no-repeat left 0px;}
.slideshowThumbnail {background-image:url(/default/img/main/intro_img_body_list.gif) no-repeat left 0px;}

#post_area{padding:0 !important;}
.service{position:relative;overflow:hidden;line-height:0;}
.service2{position:relative;overflow:hidden; line-height:0;background:#a89679;}
.service .txt{width:45%; float:right; padding:20px;}
.service2 .img2{width:50%; float:right;}
.service .img{width:50%; float:left;}
.service2 .txt2{width:45%; float:left; padding:20px;}
.service2 .txt2 .title1{color:#fff;}
.service2 .txt2 .title4{color:#fff;}
.service2 .txt2 .title5{color:#fff;}

#secondmenu{display:none;}
.sub_main {clear:both; float:none; width:100%;}
.sub_main .m_padding{padding:0 10px;}
.sub_main .wh100{width:100%;}
.sub_content{width:100%;}
.service2{background:none;}
.service img, .service2 img{width:100%;}
.service .txt, .service2 .txt2{padding:0;}
.service2 .txt2 .title1, .service2 .txt2 .title4{color:#00112f;}
.service2 .txt2 .title5{color:#8c8e8f;}