@charset "utf-8";

#container { 
	width: 100%;
	padding: 0;
}

.mainBody #header {
    border-bottom: 0;
    background: transparent;
}

.mainBody .topArea h1 a {
	background: url(../img/logo2.png) no-repeat 0 0;
}

.mainBody #gnb_1dul .gnb_1dli > a {
    color: #fff;
}

#header.fix {
	border-bottom: solid 1px #c9c9c9;
	background: #fff;
}

.mainBody #header.fix .topArea h1 a {
	background: url(../img/logo.png) no-repeat 0 0;
	background-size: 236px auto;
}

.mainBody #header.fix #gnb_1dul .gnb_1dli > a {
    color: #000;
}

/*───────────────────────────────────────────────────────────
    메인
───────────────────────────────────────────────────────────*/
#main {

}

#main .inner {
	width: 1520px;
	margin: 0 auto;
	padding-top: 154px;
}

#main .tit {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: solid 1px #c9c9c9;
}

#main .tit strong {
	font-size: 51px;
	font-weight: 500;
}

#main .tit span {
	font-size: 29px;
	font-weight: 400;
	color: #656565;
	padding-left: 15px;
}

/* 메인 슬라이더 */
#visual {
	position: relative;
	overflow: hidden;
}

#visual .swiper-slide img {
	width: 100%;
}

#visual .swiper-pagination {
	bottom: 52px;
}

#visual .swiper-pagination-bullet {
	width: 18px;
	height: 8px;
	margin: 0 5px;
	background: #757575;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all ease 0.2s 0s;
	opacity: 1;
}

#visual .swiper-pagination-bullet-active {
	width: 44px;
	background: #fff;
}

/* 비뇨기 클리닉  */
.clinic_cont {
	position: relative;
}

#clinic {
	position: relative;
	overflow: hidden;
}

#clinic .swiper-slide {
	height: 434px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

#clinic .swiper-slide > a {
	display: block;
	height: 100%;
}

#clinic .s01 {
	background-image: url(../img/main/clinic_01.jpg);
}

#clinic .s02 {
	background-image: url(../img/main/clinic_02.jpg);
}

#clinic .s03 {
	background-image: url(../img/main/clinic_03.jpg);
}

#clinic .s04 {
	background-image: url(../img/main/clinic_04.jpg);
}

#clinic .s05 {
	background-image: url(../img/main/clinic_05.jpg);
}

#clinic .s06 {
	background-image: url(../img/main/clinic_06.jpg);
}

#clinic .swiper-slide .txt {
    display: none;
	position: absolute;
    justify-content: center;
    width: 100%;
    height: 100%;
	color: #fff;
    text-align: center;
	padding-top: 30%;
    background: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#clinic .swiper-slide:hover .txt {
    display: flex;
}

#clinic .swiper-slide .txt > div {

}

#clinic .swiper-slide .txt strong {
	position: relative;
	display: block;
	font-size: 35px;
	font-weight: 500;
	padding-bottom: 28px;
	margin-bottom: 35px;
}

#clinic .swiper-slide .txt strong:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 1px;
	background: #fff;
}

#clinic .swiper-slide .txt p {
	font-size: 24px;
	font-weight: 400;
}

.clinic_cont .swiper-button-prev {
	left: -80px;
}

.clinic_cont .swiper-button-next {
	right: -80px;
}

.clinic_cont .swiper-button-prev:after,
.clinic_cont .swiper-button-next:after {
	font-size: 61px;
	color: #718eb7;
}


/* 메인 배너 */
.main_bn {
	padding-top: 154px;
}

.bn_cont {
	height: 590px;
	background: url(../img/main/bn_bg.jpg) no-repeat 0 0;
	background-size: cover;
}

.bn_cont .txt {
    display: flex;
    align-items: center;
    width: 1520px;
    height: 100%;
    margin: 0 auto;
	padding: 0 110px;
	background: url(../img/main/bn_person.png) no-repeat calc(100% - 110px) 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bn_cont .txt span {
	display: block;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}

.bn_cont .txt strong {
	display: block;
	font-size: 54px;
	margin-bottom: 20px;
}

.bn_cont .txt p {
	font-size: 21px;
	font-weight: 400;
}

.bn_cont .txt p + p {
	padding-top: 5px;
}

/* tabs */
.interior_wp {
	padding: 0 0 155px;
	background: #e0e4eb;
}

.inte_top {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}

.inte_top p {
	font-size: 21px;
	font-weight: 400;
	color: #7d7d7d;
}

.inte_list ul {
	display: flex;
    width: calc(100% + 20px);
    margin: 0 0 0 -20px;
	padding-top: 40px;
}

.inte_list li {
	width: 25%;
    padding-left: 20px;
    box-sizing: border-box;
}

.inte_list li img {
	width: 100%;
}

/* 지도 */
.map_wp {
	padding-bottom: 154px;
}

.map_cont {
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.map_cont .info h3 {
	margin-bottom: 35px;
}

.map_cont .info strong {
	display: block;
	font-size: 29px;
	font-weight: 500;
	color: #6c6c6c;
	margin-bottom: 20px;
}

.map_cont .info dl {

}

.map_cont .info dt {
	float: left;
	font-size: 21px;
	font-weight: 400;
	color: #7d7d7d;
	padding-top: 15px;
	padding-right: 50px;
}

.map_cont .info dd {
	font-size: 21px;
	font-weight: 400;
	color: #7d7d7d;
	padding-top: 15px;
	overflow: hidden;
}

.map_cont .info dd em {
	font-size: 18px;
	font-style: normal;
}

.map_cont .info dd p + p {
	padding-top: 10px;
}

.map_cont .info dd p span {
	padding-right: 15px;
}

.map_cont .map .root_daum_roughmap {
	width: 880px;
	height: 475px;
}


