@font-face { font-family: 'Recipekorea'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Recipekorea.woff') format('woff'); font-weight: normal; font-style: normal; }

.boardpage {width:1200px; margin:0 auto;}

@media all and (max-width:992px){

	.boardpage {width:100%; margin:0 auto;}
}

/* etc */

.row-offcanvas {
    height: 100%;
}

a {
    color: #000;
}

.wiz-container {
    width: 1180px;
}



/* header */

.header-line {
    height: 2px;
    background-color: #EF7500;
    /*    z-index: 99999999999999999999999999999999999999999999;*/
    position: absolute;
}

#header_wrap2 {background:#f3f3f3; height:42px; padding-top:3px;}
#header_wrap2 ul {text-align:right;}
#header_wrap2 ul li {display:inline-block;}

#header_wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 147px;
    transition: .5s height, .2s background;
    background-color: #fff;
}

#header_wrap.top_menu_06 h1 {
    overflow: hidden;
    width: 252px;
    padding-top: 0px;
    padding-left: 0px;
}

#header_wrap.top_menu_06 h1 a {
    overflow: hidden;
    display: block;
    height: 79px;
    background: url(../../img/main/logo.png) top center no-repeat;
    text-indent: -9999px;
}

#header_wrap.top_menu_06 .menu_wrap {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 800px;
    margin-left: -270px;
}

#header_wrap.top_menu_06 .gnb {
    text-align: center;
    background-color: transparent;

}

#header_wrap.top_menu_06 .gnb li {
    float: left;
    width: 155px;
    text-align: left;
	
}

#header_wrap.top_menu_06 .gnb li.wi {width:180px;}

#header_wrap.top_menu_06 .gnb a {
    display: inline-block;
    font-weight: 400;
    line-height: 1em;
    color: #000;
}

#header_wrap.top_menu_06 .gnb:after {
    display: block;
    clear: both;
    content: "";
}

#header_wrap.top_menu_06 .gnb .depth1 {
    position: relative;
}

#header_wrap.top_menu_06 .gnb .depth1 > a {
    display: block;
    height: 57px;
    padding: 40px 0 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'NotoSans', 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:before {
    background: linear-gradient(to right, #f78a4e, #ee5f12);
    background: -webkit-linear-gradient(to right, #f78a4e, #ee5f12);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-top: 36px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0%;
    transition: 0.5s;
}
#header_wrap.top_menu_06 .gnb .depth1 > a:hover::before {
    color: #ee5f12;
    width: 80px;
}
#header_wrap.top_menu_06 .gnb .depth1 > a:hover {
    color: #ee5f12;
}

#header_wrap.top_menu_06 .gnb .depth2 {
    display: none;
}

#header_wrap.top_menu_06 .top_right_menu {
    float: right;
    top: 0;
    position: absolute;
    right: 0;
    margin-top: 33px;
}

#header_wrap.top_menu_06 .top_right_menu .btn-white {
    display: inline-block;
    background-color: #fff;
    color: #9c9c9c !important;
    transition: 0.4s;
    border: 1px #eee solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    
}
#header_wrap.top_menu_06 .top_right_menu .btn-white:hover {
    background-color: #f6f6f6;
    color: #000
}


/* header_hover */

#header_wrap.full_down {
    height: 377px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1100;
}

#header_wrap.full_down:before {
    position: absolute;
    left: 0;
    top: 197px;
    width: 100%;
    height: 290px;
    background-color: rgb(255, 255, 255, 0.6);
    border-top: 0;
/*    border-bottom: 1px #cacaca solid;*/
    content: "";
}

#header_wrap.top_menu_06.full_down .menu_wrap {}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb {
    overflow: hidden;
/*    width: 1140px;*/
    margin: 0 auto;
    text-align: left;
}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb a {
    color: #666;
}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb a:hover,
#header_wrap.top_menu_06.full_down .menu_wrap .gnb a:focus {
    color: #000;
    text-decoration: none;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 {
    overflow: hidden;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a {
    margin-bottom: 30px;
    color: #000;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:hover,
#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:focus {
    color: #000;
    text-decoration: none;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 {
    display: block;
    padding-top: 32px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li {
    display: block;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a {
    margin-bottom:15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
    color: #3e3e3e;
}
#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:hover {
    color: #000;
    padding-left: 4px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:before {
/*    content: "· "*/
}

/* 모바일 메뉴 */
.sidebar-offcanvas {
    display: none;
}
.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 20px;
    background-color: transparent;
    border: 0;
}

@media(max-width:997px) {
    .menu_wrap {
        display: none;
    }
    .js-offcanvas-btn {
        display: block;
    }
    .sidebar-offcanvas { 
        display: block !important;
    }

#header_wrap2 {display:none;}
#header_wrap {height:97px;}


}

/* 모바일 메뉴 마감 */




/* index- content */

.index-content {
    margin-top: 0px;
}

.index-content section.info-one {}

.index-content section.info-one .company,
.index-content section.info-one .business,
.index-content section.info-one .info {
    border: 0px #e1e1e1 solid;
    padding-bottom: 16px;
}

.index-content section.info-one .company {
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.index-content section.info-one .business {
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

 .info_time{margin-left:0px;  }
.info_time > dt{font-size:17px;margin-bottom:13px}
.info_time > dd{font-size:16px;font-weight:500;}
.info_time > dd .time{font-weight:500;margin-left:10px;display:inline-block;}


.coun_link_list{margin:0px auto; text-align:center; padding-top:33px;}

.coun_link_list > li{display:inline-block; margin-right:10px}
.coun_link_list > li.type01 > a{background:#255e98}
.coun_link_list > li > a{display:table-cell;width:110px;height:210px;background:#000;border-radius:10px;text-align:center;vertical-align:middle}
.coun_link_list > li > a.res{background:#53ad0b;}
.coun_link_list > li > a.kakao{background:#ff9600;}
.coun_link_list > li:last-child{margin-right:0}
.coun_link_list > li > a > p{color:#fff;font-size:15px;padding-top:10px}



@media screen and (max-width:1080px){
.info_time > dt{font-size:14px;margin-bottom:13px}
.info_time > dd{font-size:14px;font-weight:500}

}


.cus {background: url('../../img/main/map_bg.gif') center top; border-radius:5px;}
.timeinfo {background:#adc8d3; border-radius:5px;}

.company {text-align:center; min-height:265px; padding-top:15px; }
.company dt img {width:100%;}

.maincus {text-align:center;}

.index-content section.info-one .info {
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.index-content section.info-one dl {
    padding: 28px 30px 0;
}

.index-content section.info-one dl dt {
    font-size: 20px;
    font-family: 'NotoSans', 'Lato', Tahoma, Geneva, sans-serif;
    font-weight: 600;
}

.index-content section.info-one dl dd {
    font-size: 15px;
    font-family: 'NotoSans', 'Lato', Tahoma, Geneva, sans-serif;
    font-weight: 500;
    color: #000;
    padding-top: 10px;
    width: 100%;
    line-height: 20px;
}

.index-content section.info-one dl dd.telnum {
    font-size: 37px;
    font-family: 'Atomy-Bold';
    font-weight: 600;
    color: #000;
	letter-spacing:-1px;
}

.index-content section.info-one .business dl dt ul.cate {
    padding-top: 2px;
}

.index-content section.info-one .business dl dt ul.cate li {
    float: left;
}

.index-content section.info-one .business dl dt ul.cate li a:after {
    content: "|";
    padding-left: 3px;
    padding-right: 3px;
    color: #bfbfbf;
}

.index-content section.info-one .business dl dt ul.cate li:last-child a:after {
    content: "";
    padding-right: 0;
}

.index-content section.info-one .business dl dt ul.cate li a {
    font-size: 12px;
    font-weight: 700;
    /*    padding-left: 4px;*/
    display: block;
    color: #a8a8a8;
}

.index-content section.info-one .business dl dt ul.cate li a.active {
    color: #5a9718;
    font-weight: 900;
}

.index-content section.info-one .business dl dd {
    width: 65%;
}

.index-content section.info-one .info dl dd .tel_wrap {
    font-size: 14px;
    color: #505050;
    padding-top: 7px;
    clear: both;
}

.index-content section.info-one .info dl dd .tel {
    padding: 0;
    margin: 0;
    line-height: 25px;
    font-size: 16px;
}

.index-content section.info-one .info dl dd span {
    width:10%;
}

.index-content section.info-one .info dl dd span.badge {
    font-size: 11px;
    border: 1px #dbdbdb solid;
    background-color: transparent;
    color: #505050;
    padding: 4px 12px;
    border-radius: 1em;
    margin-right: 10px;
    text-transform: capitalize;
}

.index-content section.info-one p {
    margin-left: 0px;
}

.index-content section.info-one p a {
    font-size: 13px;
    color: #808080;
    border: 1px #dbdbdb solid;
    background-color: #fff;
    border-radius: 2em;
    padding: 8px 16px;
}

.index-content section.info-one p a:hover {}

.index-content section.info-two {
    clear: both;
    margin-top: 20px;
}

.index-content section.info-two .product,
.index-content section.info-two .latest_wrap {
    border: 0px #e1e1e1 solid;
    padding-bottom: 16px;
}

section.info-two .product {
    padding: 10px 20px 0;
    background-color: #ebeff3;
	text-align:center;
	min-height:317px;

}

section.info-two .product a:havor { text-decoration: none;}

section.info-two .product h3 {
    font-size: 23px;
    font-weight: 600;
	letter-spacing:-1px;
    font-family: 'NotoSans', Tahoma, Geneva, sans-serif;
	color:#60727f;
	padding-top:30px;
	padding-bottom:30px;
}

section.info-two .product h3 span {font-weight:300;}

section.info-two .product p {
    font-size: 17px;
    font-weight: 400;
	letter-spacing:-1px;
    font-family: 'NotoSans', Tahoma, Geneva, sans-serif;
	color:#7e7e7e;
}

section.info-two .product p.re_bt {background:#f8fafb; border:1px solid #dbdde1; width:70%; padding:7px 0; margin:0px auto;}

section.info-two .product .arrows_wrap {
    margin-top: 10px;
}

.w1400{width:100%; max-width:1200px; margin:0 auto;}



/*main_con0*/
.main_con0{width:100%; background:#eaeff5; padding:43px 0; }
.main_con0 .inner{font-size:0; }
.main_con0 .inner > div{display:inline-block; vertical-align:top; width:596px; height:420px; background:#fff;}
.main_con0 .inner .left{font-size:0; margin-right:8px; background:url("../../img/main/banner1.jpg") left 0px no-repeat; }
.main_con0 .inner .left > img{display:inline-block; vertical-align:top; width:260px; height:397px; margin:40px 0 0 53px;}
.main_con0 .inner .left .txt_box{display:inline-block; vertical-align:top; padding-top:80px; margin-left:318px;}
.main_con0 .inner .left .txt_box p{font-size:35px; font-weight:500; letter-spacing:-0.025em; line-height:1; color:#000;}
.main_con0 .inner .left .txt_box > span{display:block; font-size:20px; font-weight:400; letter-spacing:-0.025em; line-height:22px; color:#5c5c5c; padding:20px 0 43px 0; box-sizing:border-box;}
.main_con0 .inner .left .txt_box a{display:block; width:130px; height:40px; font-size:12px; font-weight:400; line-height:40px; color:#63b8bd; background:#fff; border:1px solid #63b8bd; padding-left:20px; box-sizing:border-box; position:relative; margin-bottom:80px;}
.main_con0 .inner .left .txt_box a span{position:absolute; top:50%; right:17px; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -o-transform:translateY(-50%); -moz-transform:translateY(-50%); width:10px; height:1px; background:#63b8bd;}
.main_con0 .inner .left .txt_box ul{font-size:0;}
.main_con0 .inner .left .txt_box ul li{display:inline-block; vertical-align:top; width:100px; height:95px; margin-right:3px;}
.main_con0 .inner .left .txt_box ul li:last-of-type{margin-right:0;}
.main_con0 .inner .left .txt_box ul li img{width:100%;}

.main_con0 .inner .right{ cursor:pointer; background:url("../../img/main/banner2.jpg") left 0px no-repeat;}
.main_con0 .inner .right .box{width:603px; margin:52px auto 0;}
.main_con0 .inner .right .box img{width:100%; height:271px;}
.main_con0 .inner .right .box p{width:100%; height:60px; font-size:24px; font-weight:200; letter-spacing:-0.025em; line-height:60px; background:#63b8bd; color:#fff;}
.main_con0 .inner .right > p{font-size:16px; font-weight:300; letter-spacing:-0.025em; line-height:1; color:#666; padding-top:24px;}

.main_con0 .inner .right .txt_box{display:inline-block; vertical-align:top; padding-top:80px; margin-left:318px;}
.main_con0 .inner .right .txt_box p{font-size:35px; font-weight:500; letter-spacing:-0.025em; line-height:1; color:#000;}
.main_con0 .inner .right .txt_box > span{display:block; font-size:20px; font-weight:400; letter-spacing:-0.025em; line-height:22px; color:#5c5c5c; padding:20px 0 43px 0; box-sizing:border-box;}
.main_con0 .inner .right .txt_box a{display:block; width:130px; height:40px; font-size:12px; font-weight:400; line-height:40px; color:#63b8bd; background:#fff; border:1px solid #63b8bd; padding-left:20px; box-sizing:border-box; position:relative; margin-bottom:80px;}
.main_con0 .inner .right .txt_box a span{position:absolute; top:50%; right:17px; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -o-transform:translateY(-50%); -moz-transform:translateY(-50%); width:10px; height:1px; background:#63b8bd;}
.main_con0 .inner .right .txt_box ul{font-size:0;}
.main_con0 .inner .right .txt_box ul li{display:inline-block; vertical-align:top; width:100px; height:95px; margin-right:3px;}
.main_con0 .inner .right .txt_box ul li:last-of-type{margin-right:0;}
.main_con0 .inner .right .txt_box ul li img{width:100%;}


/*main_con02*/
.main_con02{width:100%; background:#fff; padding-top:65px; box-sizing:border-box;}
.main_con02 .inner{font-size:0;}
.main_con02 .inner h3{font-size:35px; font-weight:200; letter-spacing:-0.025em; line-height:1; color:#222; text-align:center;}
.main_con02 .inner h4{font-size:20px; font-weight:400; letter-spacing:-0.05em; line-height:1; color:#666; padding:10px 0 50px 0; text-align:center;}
.main_con02 .inner > div{display:inline-block; vertical-align:top;}
.main_con02 .inner .video_wrap{width:49.5%; margin-left:100px;  margin-right:2.6428571429%;}
.main_con02 .inner .video_wrap .video{width:100%; height:380px;}
.main_con02 .inner .video_wrap li{margin-bottom:30px; list-style:none; width:100%; padding-left:20px; box-sizing:border-box; font-size:35px; font-weight:200; letter-spacing:-0.025em; line-height:40px; color:#000; }
.main_con02 .inner .video_wrap li span {font-weight:600;}
.main_con02 .inner .video_wrap p{width:100%; padding-left:20px; box-sizing:border-box; font-size:18px; font-weight:200; letter-spacing:-0.025em; line-height:28px; color:#000; }
.main_con02 .inner .video_wrap p span {font-weight:600; font-size:23px; color:#563411; letter-spacing:-1px;}
.main_con02 .inner .doctor{width:37.8571428571%; margin-top:-76px; margin-left:-100px; position:relative;}
.main_con02 .inner .doctor img{width:100%; height:100%;}
.main_con02 .inner .doctor .name{position:absolute; top:83px; left:-150px; text-align:right;}
.main_con02 .inner .doctor .name p{font-size:23px; font-weight:bold; letter-spacing:-0.025em; color:#edaba0; padding-bottom:3px;}
.main_con02 .inner .doctor .name span{font-size:20px; font-weight:300; letter-spacing:-0.025em; color:#2f2f3b;}


/*main_con04*/

.main_con04{width:100%; height:456px;}
.main_con04:after{content:""; display:block; clear:both;}
.main_con04 #map{width:62% !important; float:left;}
.main_con04 #map .wrap_controllers{display:none;}
.main_con04 #map .root_daum_roughmap .map_border{display:none;}
.main_con04 #map .root_daum_roughmap .wrap_map{height:456px;}
.main_con04 #map .root_daum_roughmap{width:100%;}
.main_con04 .location{width:38%; height:456px; float:left; text-align:left; padding-top:33px; box-sizing:border-box; background:#63b8bd;}
.main_con04 .location .txt_box{width:370px; text-align:right; margin-left:60px;}
.main_con04 .location .txt_box p{font-size:22px; font-weight:500; letter-spacing:-0.05em; color:#fff; line-height:32px;}
.main_con04 .location .txt_box h3{font-size:38px; font-weight:bold; letter-spacing:-0.025em; color:#fff; line-height:1; padding:15px 0; font-family: 'Recipekorea';}
.main_con04 .location .txt_box h3 span{font-size:24px; font-weight:500; letter-spacing:-0.05em; color:#fff; margin-right:23px;}
.main_con04 .location .txt_box > span{font-size:20px; font-weight:200; line-height:30px; color:#fff;}
.main_con04 .location .txt_box > b{display:block; font-size:18px; font-weight:200; color:#fff; margin-top:15px;}

.main_con04 .location .txt_box > span dl {text-align:right; width:100px; display:inline-block; color:#fff; height:0;}
.main_con04 .location .txt_box > span dd {color:#fff; text-align:left; display:inline-block;}

#daumRoughmapContainer1582778607677 {width:100%; height:456px; border:0px;}



@media all and (max-width:1000px){

	.w1400{width:93.75vw; margin:0 auto;}
	
	/*main_con0*/
	/*main_con01*/
	.main_con0 .inner > div{width:640px;}
	.main_con0 .inner .left > img{margin:40px 0 0 30px;}
	.main_con0 .inner .left .txt_box{margin-left:30px;}

	.main_con0 .inner .right > img{margin:40px 0 0 30px;}
	.main_con0 .inner .right .txt_box{margin-left:30px;}


    /*main_con02*/
	.main_con02 .inner > div{display:block; margin:0 auto;}
	.main_con02 .inner .video_wrap{width:600px; margin-right:inherit; margin-bottom:30px; margin-left:0;}
	.main_con02 .inner .doctor{margin-top:0px; width:530px; margin-left:0px;}
	.main_con02 .inner .doctor img {width:60%; }

	/*main_con04*/
	.main_con04{height:auto;}
	.main_con04 #map{width:93.75vw !important; height:407px !important; float:none; margin:0 auto;}
	.main_con04 #map .root_daum_roughmap .wrap_map{height:406px;}
	.main_con04 .location{width:93.75vw; height:auto; margin:0 auto; float:none; text-align:center; padding:30px 0;}
	.main_con04 .location .txt_box{width:100%;text-align:center; margin-left:inherit;}
	.main_con04 .location .txt_box p{font-size:18px;}
	.main_con04 .location .txt_box > .text {text-align:center;}
	.main_con04 .location .txt_box > span dl {text-align:right; width:100px; display:inline-block; color:#fff;  }
	.main_con04 .location .txt_box > span dd {color:#fff; text-align:left; display:inline-block; padding-top:3px;}
}


@media all and (max-width:640px){

	/*main_con01*/
	.main_con0{padding:9.84375vw 0;}
	.main_con0 .inner > div{width:100%; height:73.4375vw;}
	.main_con0 .inner .left{margin-bottom:3.125vw;}
	.main_con0 .inner .left > img{width:40.625vw; height:62.03125vw; margin:6.25vw 0 0 2vw;}
	.main_con0 .inner .left .txt_box{padding-top:12.5vw; margin-left:2vw;}
	.main_con0 .inner .left .txt_box p{font-size:8.3125vw;}
	.main_con0 .inner .left .txt_box > span{font-size:4.5vw; line-height:3.4375vw; padding:3.125vw 0 6.71875vw 0;}
	.main_con0 .inner .left .txt_box a{width:20.3125vw; height:6.25vw; font-size:1.875vw; line-height:6.25vw; padding-left:3.125vw; margin-bottom:12.5vw;}
	.main_con0 .inner .left .txt_box a span{right:2.65625vw; width:1.5625vw;}
	.main_con0 .inner .left .txt_box a span:before{width:1.5625vw; top:-0.625vw;}
	.main_con0 .inner .left .txt_box a span:after{width:1.5625vw; bottom:-0.625vw;}
	.main_con0 .inner .left .txt_box ul li{width:15.625vw; height:14.84375vw; margin-right:0.46875vw;}
	.main_con0 .inner .right .box{width:93.75%; margin:8.125vw auto 0;}
	.main_con0 .inner .right .box img{height:42.34375vw;}
	.main_con0 .inner .right .box p{height:9.375vw; font-size:3.75vw; line-height:9.375vw;}
	.main_con0 .inner .right > p{font-size:2.5vw; padding-top:3.75vw;}
	.main_con0 .inner .right .txt_box{padding-top:12.5vw; margin-left:2vw;}
	.main_con0 .inner .right .txt_box p{font-size:8.3125vw;}
	.main_con0 .inner .right .txt_box > span{font-size:4.5vw; line-height:5.4375vw; padding:3.125vw 0 6.71875vw 0;}
	.main_con0 .inner .right .txt_box a{width:20.3125vw; height:6.25vw; font-size:1.875vw; line-height:6.25vw; padding-left:3.125vw; margin-bottom:12.5vw;}
	.main_con0 .inner .right .txt_box a span{right:2.65625vw; width:1.5625vw;}
	.main_con0 .inner .right .txt_box a span:before{width:1.5625vw; top:-0.625vw;}
	.main_con0 .inner .right .txt_box a span:after{width:1.5625vw; bottom:-0.625vw;}
	.main_con0 .inner .right .txt_box ul li{width:15.625vw; height:14.84375vw; margin-right:0.46875vw;}

	.main_con02{padding-top:10.15625vw;}
	.main_con02 .inner h3{font-size:5.3125vw;}
	.main_con02 .inner > p{font-size:2.8125vw; padding:1.5625vw 0 7.8125vw 0;}
	.main_con02 .inner .video_wrap{width:93.75vw; margin-bottom:4.6875vw;}
	.main_con02 .inner .video_wrap .video{height:59.375vw;}
	.main_con02 .inner .video_wrap p{height:9.375vw; padding-left:3.125vw; font-size:3.325vw; line-height:5.575vw;}
	.main_con02 .inner .doctor{width:62.8125vw; margin-left:120px;}
	.main_con02 .inner .doctor img{width:100%;}
	.main_con02 .inner .doctor .name{top:-35.46875vw; left:9.6875vw;}
	.main_con02 .inner .doctor .name img {width:70%;}
	.main_con02 .inner .doctor .name p{font-size:3.59375vw; padding-bottom:0.46875vw;}
	.main_con02 .inner .doctor .name span{font-size:3.125vw;}
}


.con02{width:100%; padding:20px 0;}
.con02 h3{font-size:34px; font-weight:bold; letter-spacing:-0.05em; line-height:1; color:#222; text-align:center; padding-bottom:25px;}
.con02 .inner{width:100%; max-width:1285px; margin:0 auto;}
.con02 .inner .location{width:100%; position:relative;}
.con02 .inner ul{width:100%;}
.con02 .inner ul li{width:100%;}
.con02 .inner ul li img{width:100%;}
.con02 .inner .bx-controls a{display:block; width:61px; height:61px; position:absolute; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); text-indent:-9999px;}
.con02 .inner .bx-controls a.bx-prev{background:url("../../img/main/slider_prev.jpg") center top no-repeat; background-size:cover; left:0;}
.con02 .inner .bx-controls a.bx-next{background:url("../../img/main/slider_next.jpg") center top no-repeat; background-size:cover; right:0;}

@media all and (max-width:1285px){

	.con01 .time_wrap .inner{width:93.75vw;}
	.con02 .inner{width:93.75vw;}
}



@media all and (max-width:1000px){

	.con02 .inner .bx-controls a{width:45px; height:45px;}
}

@media all and (max-width:640px){

	.con02{padding:12.5vw 0 23.4375vw;}
	.con02 h3{font-size:5.3125vw; padding-bottom:3.90625vw;}
	.con02 .inner .bx-controls a{width:7.03125vw; height:7.03125vw;}
}




/* Slick Slider Css Ruls */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px #e3e3e4 solid;
}

.img-fill img {
    height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none
}


/* Slider Theme Style */

.Slick_wrap {
    /*  padding: 0 15px;*/
    padding-bottom: 14px;
}

.Slick_wrap:after,
.Slick_wrap .Head:after {
    content: '';
    display: block;
    clear: both;
}

.s-Arrows {
    float: right;
}

.Slick-Next,
.Slick-Prev {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    background: #fff;
    border: 1px #9b9c9c solid;
    color: #000;
    /*  margin-left: 1px;*/
    cursor: pointer;
    font: 20px/30px FontAwesome;
    font-weight: 800;
    /*  font: 18px/36px FontAwesome;*/
    text-align: center;
    transition: all 0.5s;
}

.Slick-Next {
    border-left: 0;
}

.Slick-Prev {}

.Slick-Next:hover,
.Slick-Prev:hover {
    background: #9b9c9c;
    color: #fff;
}

.Slick-Next:before {
    content: '\f105'
}

.Slick-Prev:before {
    content: '\f104'
}

.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
}

.ProductBlock {
    padding: 0 7.5px;
}

.ProductBlock .img-fill {
    /*  height: 200px;*/
}

.ProductBlock h3 {
    font: 15px/36px RalewayR;
    color: #393939;
    margin-top: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .25);
    display: none;
}

.Slick_wrap .text_wrap {
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 3px;
    padding-top: 3px;
}

.bg-gray {
    margin-top: 30px;
    background-color: #2f2f2f;
    border-radius: 0.4em;
    color: #e3e3e3;
    padding: 12px 20px;
}


/* 탭 */

section.info-two #tab_wrap {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 280px;
}

section.info-two .nav-tabs {}

section.info-two .nav-tabs > li a {
    margin: 0;
    border-bottom: 0;
}

section.info-two .nav-tabs > li.active > a,
section.info-two .nav-tabs > li.active > a:focus,
section.info-two .nav-tabs > li.active > a:hover {
    border-width: 0;
    color: #fff;
    border-top: 0;
    border-bottom: 1px #e3e3e3 solid;
    border-left: 1px #e3e3e3 solid;
    background-color: #fff !important;
}

section.info-two .nav-tabs > li > a {
    border: none;
    color: #000;
    background: #f8f8f8 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    border-left: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.info-two .nav-tabs > li:first-child > a {
    border-left: 0;
}

section.info-two .nav-tabs > li.active:first-child > a {
    border-left: 0;
}

section.info-two .nav-tabs > li:last-child > a {
    border-right: 0;
}

section.info-two .nav-tabs > li > a > span {
    color: #000;
}

section.info-two .nav-tabs > li > a:hover,
,
section.info-two .nav-tabs > li > a:focus {
    color: #efefef !important;
    background: #fff;
    color: #000;
    border-top: 0;
    border-bottom: 1px #e3e3e3 solid;
    border-left: 1px #e3e3e3 solid;
}

section.info-two .nav-tabs > li.active > a {
    border-bottom: 1px #fff solid !important;
}

section.info-two .nav-tabs > li:first-child > a:hover,
section.info-two .nav-tabs > li:first-child > a:focus {
    border-left: 0;
}

section.info-two .nav-tabs > li.active > a > span,
section.info-two .nav-tabs > li > a:hover > span {
    color: #000;
}

.tab-pane {
    padding: 15px 0;
}

section.info-two .tab-content {
    padding: 0 40px;
    padding-bottom: 0;
    /*    border-bottom: 1px #e3e3e3 solid;*/
    /*    min-height: 223px;*/
}

section.info-two .nav-tabs > li {
    width: 50%;
    text-align: center;
}


/*  sub layout */


/* 비쥬얼 */

@keyframes zoom {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    }
}





.s_visual_wrap {
    position: relative;
    /*            min-width: 1100px;*/
    overflow: hidden;
	margin-top:50px;
}

.s_visual_wrap .slide {
    position: relative;
    height: 452px;
    top: 0;
    /*            min-width: 1100px;*/
}

.s_visual_wrap .slide ul {
    padding: 0;
    margin: 0;
    margin-top: -100px;
    padding-top: -100px;
    top: -100px;
}

.s_visual_wrap .slide li {
    height: 483px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    /*
  -webkit-animation: zoom 20s ease-in-out infinite alternate;
  -moz-animation: zoom 20s ease-in-out infinite alternate;
  -o-animation: zoom 20s ease-in-out infinite alternate;
  -ms-animation: zoom 20s ease-in-out infinite alternate;
*/
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1; 
    padding: 0;
    margin: 0;
    top: 0;

}

.s_visual_wrap .slide .content {
    top: 50%;
    position: relative;
    z-index: 1;
    text-align: center;
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.s_visual_wrap .slide .content h1 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    /*        padding-bottom: 0;*/
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 0;
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}

.s_visual_wrap .line {
    margin: 0 auto;
    width: 150px;
    height: 3px;
    background-color: #ef8a12;
    opacity: 0;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-name: s-title-line;
    margin-top: 15px;
    animation-fill-mode: forwards;
}
.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@keyframes s-title-line {
    from {
        width: 0%;
        height: 3px;
    }
    to {
        width: 150px;
        height: 3px;
        opacity: 1;
    }
}




/* 서브비주얼 마감*/


/* 서브 중앙메뉴 */

.sub_three_map_wrap {
    margin-top: -33px;
    position: relative;
}

.sub_three_map_wrap .sub_three_map {
    background-color: #fff;
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    /*    border-top: 1px #e3e3e3 solid;*/
}

.sub_three_map_wrap .sub_three_map .col-md-4,
.sub_three_map_wrap .sub_three_map .col-md-6,
.sub_three_map_wrap .sub_three_map .col-md-6 {
    padding: 0;
    margin: 0;
    border-bottom: 1px #e3e3e3 solid;
}

.sub_three_map_wrap .sub_three_map .home {
    background: url('../../img/sub/box-home.png');
    background-position: 10% 50%;
    background-repeat: no-repeat;
    color: #000;
    line-height: 32px;
    display: block;
    /*    font-size: 16px;*/
    /*    padding-left: 40px;*/
    background-color: #fafafa;
    padding: 16px;
    padding-left: 68px;
    font-weight: 700;
    font-size: 15px;
    border-top: 1px #e3e3e3 solid;
}

.sub_three_map_wrap .sub_three_map .menus {
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    background-color: #fafafa;
    border-top: 1px #e3e3e3 solid;
}

.sub_three_map_wrap .sub_three_map .last {
    background-color: #fff;
    border-bottom: 0;
    display: block;
    border-top: 2px #000 solid;
    display: inline-block;
}

.sub_three_nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 9
}

.sub_three_nav ul li {
    display: block;
}

.sub_three_nav ul li a,
.sub_three_nav ul li a:visited {
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 16px;
    padding-left: 30px;
    color: #000;
    text-decoration: none;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    /*    font-weight: 400;*/
    text-transform: capitalize;
    line-height: 32px;
}

.sub_three_nav ul li a:hover {
    /*    color: #000;*/
}

.sub_three_nav .dropdown-active {
    background-color: #484b50;
    font-weight: 600;
}

.sub_three_nav .dropdown-active a,
.sub_three_nav .dropdown-active a:visited {
    color: #000;
}

.sub_three_nav ul ul {
    position: absolute;
    background-color: #37393D;
    width: 100%;
}

.sub_three_nav ul ul li {
    display: block;
}

.clickSlide span {
    float: right;
    padding-top: 27px;
    padding-right: 25px;
    font-weight: 100;
    color: #3d3d3d;
}

.sub_three_nav ul ul li a,
.sub_three_nav ul ul li a:visited {
    display: block;
    padding: 12px !important;
    color: #c9c9c9 !important;
    border-bottom: 1px #2b2c30 solid;
    font-weight: 400;
    padding-left: 22px !important;
    font-size: 14px;
}

.sub_three_nav ul ul li a:hover {
    background-color: #2b2c30;
    color: #000;
}

.sub_three_nav ul ul li:first-child {
    border-top: 1px #2b2c30 solid;
}

.sub_three_nav ul ul li:last-child {
    border-bottom: 0 !important;
}

.sub_three_map_wrap .sub_three_map .depth1,
.sub_three_map_wrap .sub_three_map .depth2 {
    color: #fff;
    background: url('../../img/sub/box-down.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.sub_three_map_wrap .sub_three_map .depth2 a {
    font-weight: 900;
}


/* 서브 중앙메뉴 마감 */

#sub_content {
    /*    margin-top: 120px;*/
}

#sub_content .breadcrumb_wrap {
    /*    border-top: 1px #eee solid;*/
    border-bottom: 1px #eee solid;
    width: 100%;
    background-color: transparent;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .sub_tab {}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child {
    border-left: 1px #eee solid;
    background: none;
    padding-right: 0;
    /*    background-color: #000;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child span {
    /*    color: #fff;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li {
    padding: 0;
    margin: 0;
    float: left;
    border-right: 1px #eee solid;
    cursor: pointer;
    background: url('../../img/main/arr.png') 90% 50%;
    background-repeat: no-repeat;
    padding-right: 15px;
}

.cover-pattern {padding:50px 0; background: url('../../img/main/bg-b.jpg') center top;}
.title-wrap {text-align:center;}
.title-wrap p.top-title {font-size:35px; color:#404c55; font-weight:600;}
.title-wrap p {font-size:20px;}

.cover-pattern2 {padding:50px 0;background: url('../../img/main/map_bg.gif') center top;}
.title-wrap2 {text-align:center;}
.title-wrap2 p.top-title {font-size:27px; color:#404c55; font-weight:600;}
.title-wrap2 p {font-size:20px;}

#sub_content .breadcrumb_wrap .sub_tab > li:hover {
    /*    background-color: #f7f7f7;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li > a {
    font-size: 15px;
    line-height: 58px;
    padding-left: 35px;
    padding-right: 35px;
    height: 58px;
    display: block;
    margin: 0;
}

#sub_content .breadcrumb_wrap .sub_tab > li:last-child {
    font-weight: 600;
}

#sub_content .breadcrumb_wrap .sub_tab .glyphicon-home {
    font-size: 18px;
    padding-top: 20px;
}

#sub_content .breadcrumb_wrap .sub_tab .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    border: 1px #eee solid;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li:last-child {
    border-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li {
    border-bottom: 1px #eee solid;
}

#sub_content .breadcrumb_wrap .sub_tab li a,
#sub_content .breadcrumb_wrap .sub_tab li a:active,
#sub_content .breadcrumb_wrap .sub_tab li a:hover {
    text-decoration: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab > li > a > span.caret {
    text-align: right;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a:hover {
    background: #f7f7f7 !important;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li span {
    float: right;
    font-size: 11px;
    color: #5c5c5c;
    line-height: 27px;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a {
    font-size: 13px;
    line-height: 32px;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .breadcrumb {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    padding-top: 18px;
}

#sub_content .breadcrumb_wrap .breadcrumb li,
#sub_content .breadcrumb_wrap .breadcrumb li a {
    font-size: 12px;
    line-height: auto;
    color: #000;
}

#sub_content .page-header {
    margin-top: 70px;
    /*    padding-bottom: 30px;*/
    text-align: center;
    clear: both;
    border-bottom: 0;
}

#sub_content .page-header h1 {
    font-size: 35px;
    color: #131313;
    font-weight: 900;
    display: inline-block;
    padding-bottom: 10px;
	letter-spacing:-1px;

}

#sub_content .page-header .line {
    border-bottom: 1px #fc7d11 solid;
    width: 120px;
    /*    width: 100%;*/
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
    /*    display: none;*/
}

#sub_content .page-header p {
    font-size: 15px;
    /*    padding-left: 12px;*/
}


/* footer */

.footer {
    margin-top: 0px;
    background-color: #38393a;
}

.footer .btn-default {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px #dddddd solid;
    padding: 4px 11px;
    border-radius: 0;
}

.footer .footer-menu {
    background-color: #252525;
}

.footer .footer-menu ul {
    padding-top: 18px;
    padding-bottom:12px;
}

.footer .footer-menu ul li:before {
    color: #464646;
}

.footer .footer-menu ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #848484;
}

.footer .breadcrumb {
    margin-bottom: 4px;
    background-color: transparent;
}

.footer p.logo {
    float: right;
    margin-top: 27px;
}

.footer p.logo img {
    width: 80%;
}

.footer address {
    margin-top: 25px;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
	font-weight:300;
}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #bbbbbb;
    font-size: 13px;
}
.col-md-12 img {width:596px;}
.col-md-12 {margin-left:18px;}


@media (min-width:1200px) {
    .index-content section.info-one .company_wrap {
        padding-right: 0px;
    }
    .index-content section.info-one .business_wrap {
        /*    padding-right: 10px;  */
    }
    .index-content section.info-one .info_wrap {
        padding-left: 0px;
    }
    .index-content section.info-two .latest {
        padding-left: 0px;
    }
}





@media (max-width: 992px) {
    .col-md-4 {float:left; width:50%;}

	.col-md-3 {width:49%; vertical-align:top; display:inline-block; margin-bottom:30px;}
	.col-md-12 img {width:100%;}

	.index-content section.info-one .business {
        margin-bottom: 15px;
        margin-top: 15px;
        clear: both;
    }
    .index-content section.info-two .latest {
        margin-top: 15px;
    }
    #sub_content .breadcrumb_wrap .breadcrumb {
        height: 20px;
        min-height: 20px;
        display: none;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        font-size: 14px;
        line-height: 60px;
        padding-left: 25px;
        padding-right: 25px;
        height: 60px;
    }
    .animate {
        opacity: 0;
    }
    .s_visual_wrap .slide {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_visual_wrap .slide .content h1 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
    /*        padding-bottom: 0;*/
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 0;
}

.s_visual_wrap .slide .content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
   
}

@media (max-width: 767px) {
    
 .col-md-4 {width:100%;}
   .visual_bottom {
        display: none;
    }
    .index-content section.company .company_story dl dt {
        font-size: 26px;
    }
    .index-content section.company .company_story dl dt span {
        font-size: 26px;
        color: #607fab;
    }
    section.product .content h2 {
        font-size: 32px;
        color: #fff;
    }
    section.product .content h2 p {
        padding-top: 5px;
        font-size: 16px;
        color: #fff;
    }
    .product_bg {
        height: 100%;
        display: block;
        background: rgba(0, 0, 0, 0.3);
    }
    section.info-two #tab_wrap {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    section.info-two {
        padding-top: 40px;
    }
    section.info-twop.text {
        font-size: 20px;
        line-height: 27px;
    }
    section.info-two.latest_wrap {
        margin-top: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    

    #sub_content .page-header small {
        display: none;
    }
    #sub_content .breadcrumb_wrap .container {
        padding: 0;
        margin: 0;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li:first-child a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        padding-left: 35px;
        padding-right: 35px;
    }
    #sub_content .page-header {
        /*        margin-bottom: 20px;*/
    }
	 #sub_content .page-header h1 {
       font-size:27px;
    }
    section.info-two .product .arrows_wrap {
        margin-top: 10px;
    }
}



@media (max-width: 480px) {
 .col-md-4 {width:100%;}
    section.info-two .nav-tabs > li > a {
        border: none;
        color: #000;
        background: #f8f8f8 !important;
        font-size: 16px !important;
        font-weight: 600;
        border-left: 1px #e3e3e3 solid;
        border-bottom: 1px #e3e3e3 solid;
        border-radius: 0;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    section.info-two.tab-pane {
        padding: 0;
    }
    section.info-two.tab-content {
        padding: 15px;
        border-bottom: 1px #e3e3e3 solid;
        min-height: auto;
        height: auto;
    }
    .footer p.logo {
        display: block;
		margin-top:50px;

    }

	.title-wrap2 p.top-title {font-size:21px; color:#404c55; font-weight:600;}
	.title-wrap2 p {font-size:18px;}


}





