@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/*
================================================================================
메인, 서브레이아웃
================================================================================
*/
#wrapper {
}

/* ---- 상단영역 ---- */
#header .headBox {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 10px;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0px;
}

#header .top {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}
#header .top .top_tel {
  float: right;
  margin-top: 51px;
}
#header .top .top_addr {
  float: left;
  margin-top: 51px;
}

#header .logo {
  width: 244px;
  left: 50%;
  padding-top: 42px;
  margin: 0;
  margin-left: -122px;
  position: absolute;
}
#header .logo a {
  display: block;
}

/* ---- 중간영역 ---- */
#container #content {
  position: relative;
  width: 100%;
}
#container #content::after {
  display: block;
  clear: both;
  content: "";
}

/* ---- 하단영역 ---- */
#footer {
  clear: both;
  width: 100%;
  position: relative;
}

#footer .footWrap {
  position: relative;
  background: #222;
  border-top: 1px solid #eee;
}
#footer .footWrap .box {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 200px;
  line-height: 18px;
  text-align: center;
}
#footer .footWrap .footLogo {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -122px;
}
#footer .footWrap .footLogo img {
  -webkit-filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
}
#footer .footWrap address {
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  padding-top: 70px;
}
#footer .footWrap address .add_bar {
  color: #70737a;
  margin: 0 10px;
}
#footer .footWrap a {
  text-decoration: none;
}
#footer .footWrap small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #fff;
  word-break: break-all;
  opacity: 0.6;
}

/*
================================================================================
상단메뉴
================================================================================
*/
#gnb {
  position: relative;
  width: 100%;
  z-index: 20;
  background-color: #fff;
  margin: 48px 0 0 0;
  opacity: 1;
  border-bottom: 1px solid #542618;
  border-top: none;
}
#gnb .gnb {
  margin: 0 auto;
  width: 1050px;
}
#gnb ul::after {
  display: block;
  clear: both;
  content: "";
}
#gnb > ul > li {
  float: left;
  background: none;
} /* background:url('../img/common/gnb_kan.gif') no-repeat left 5px */
#gnb > ul > li:first-child {
  background: none;
}
#gnb > ul > li > a {
  position: relative;
  display: block;
  padding: 20px 45px;
  font-size: 16px;
  color: #888;
  text-decoration: none;
  font-weight: bold;
}
#gnb > ul > li:last-child > a {
  padding: 20px 0 20px 40px;
}
#gnb > ul > li > a.on {
  color: #542618;
  background: #fff;
  border-bottom: 2px solid #542618;
  box-sizing: border-box;
}
#gnb > ul > li > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  content: "";
  transition: all 0.3s ease 0s;
}
#gnb > ul > li > ul {
  display: none;
  position: absolute;
  top: 58px;
  left: 50%;
  padding: 17px 15px 0 87px;
  width: 100%;
  height: 60px;
  z-index: 30;
}
#gnb > ul > li > ul > li {
  float: left;
  margin: 0 15px;
}
#gnb > ul > li > ul > li a {
  display: inline-block;
  color: #444;
}
#gnb > ul > li > ul > li a:hover {
  color: #542618;
  font-weight: bold;
}
#gnb > ul > li > ul > li a.on {
  color: #542618;
  font-weight: bold;
}

#gnbBg {
  position: fixed;
  top: 200px;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all 0.1s;
  z-index: 5;
  opacity: 1;
}
#gnbBg.on {
  height: 50px;
}

.rightQ {
  position: fixed;
  top: 100px;
  right: 0;
  width: 90px;
  z-index: 30;
}

/*
================================================================================
2차메뉴 margin-left 위치
================================================================================
*/

.m_gn01 {
  margin-left: -630px;
}
.m_gn02 {
  margin-left: -590px;
} /*통증*/

.m_gn04 {
  margin-left: -290px;
} /*추나*/
.m_gn05 {
  margin-left: -160px;
} /*다이어트*/

.m_gn03 {
  margin-left: 50px;
} /*위장병*/

.m_gn06 {
  margin-left: 230px;
} /*부인과*/
.m_gn07 {
  margin-left: 0px;
} /*불면증이었는데 삭제*/

/*
================================================================================
왼쪽메뉴
================================================================================
*/

#lnb {
  height: 60px;
  background: #436aa0;
  width: 100%;
  opacity: 1;
}
#lnb .lnbBox {
  margin: 0 auto;
  width: 1208px;
  padding-left: 70px;
  position: absolute;
  left: 50%;
}
#lnb .lnbBox .btnHome {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -630px;
  width: 60px;
}
#lnb .lnbBox .btnHome a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/common/ic_home.png") no-repeat center center;
  border: 1px solid #7c97bd;
  border-width: 0 1px;
  z-index: 2;
  opacity: 0.5;
}
#lnb .lnbBox ul::after {
  display: block;
  clear: both;
  content: "";
}
#lnb .lnbBox ul {
  padding: 17px;
  position: relative;
}
#lnb .lnbBox ul li {
  float: left;
  margin: 0 15px;
}
#lnb .lnbBox ul li a {
  display: inline-block;
  color: #fff;
}
#lnb .lnbBox ul li a.on,
#lnb .lnbBox ul li a:hover {
  color: #f9ff29;
  font-weight: bold;
}

/*
================================================================================
메인상단 슬라이드
================================================================================
*/

#v_top {
  height: 720px;
}

/*
================================================================================
하단슬라이드와 6개 이벤트레이어
================================================================================
*/
.main_top_slide {
  position: relative;
  width: 100%;
  height: 638px;
  margin-top: 199px;
}
.main_top_slide_img1 {
  background: url("../img/main/main_top_slide_01.jpg") no-repeat top center;
  width: 100%;
  height: 638px;
  z-index: 5;
}
.main_top_slide_img2 {
  background: url("../img/main/main_top_slide_02.jpg") no-repeat top center;
  width: 100%;
  height: 638px;
  z-index: 5;
}
.main_top_slide_img3 {
  background: url("../img/main/main_top_slide_03.jpg") no-repeat top center;
  width: 100%;
  height: 638px;
  z-index: 5;
}

.main_top_slide a {
  width: 100%;
  height: 638px;
  display: block;
}

.bottom_slide {
  top: -283px;
  position: absolute;
  width: 100%;
  height: 435px;
  text-align: center;
}
.bottom_slide img {
  padding-top: 500px;
}
.bottom_slide_img1 {
  height: 780px;
  background: url("../img/common/bottom_slide_01.jpg") no-repeat top center;
  width: 100%;
  z-index: 5;
}
.bottom_slide_img2 {
  height: 780px;
  background: url("../img/common/bottom_slide_02.jpg") no-repeat top center;
  width: 100%;
  z-index: 5;
}
.bottom_slide_img3 {
  height: 780px;
  background: url("../img/common/bottom_slide_03.jpg") no-repeat top center;
  width: 100%;
  z-index: 5;
}

.bottom_tel_addr {
  text-align: center;
}

/*
================================================================================
서브페이지
================================================================================
*/

/*common box */

.common_box {
  width: 100%;
  border-top: 1px solid #ddd;
}

.main_banner {
  width: 100%;
  max-width: 1300px;
  margin: 60px auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.main_banner ul {
  width: 100%;
}
.main_banner ul:after {
  display: block;
  clear: both;
  content: "";
}
.main_banner li {
  display: block;
  float: left;
  width: 33.333333333333333333333333333333333333333333333333333%;
}
.main_banner li img {
  width: 100%;
}

a.rollover img.over {
  display: none;
}
a.rollover:hover img {
  display: none;
}
a.rollover:hover img.over {
  display: inline;
}

/* 공통 */
.common_img01 {
  background: url("../img/common/common_img01.jpg") top center no-repeat;
  height: 837px;
  border-bottom: 1px solid #ededed;
}

.common_info {
  width: 100%;
  height: 730px;
  background: #f5f5f5;
  position: relative;
  margin-top: 80px;
}
.info_left_box img {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -700px;
}
.info_right_box {
  position: relative;
}

/*서브*/
.sub_content {
  width: 100%;
  text-align: center;
}
.top_blank {
  height: 202px;
}
#sub_content {
  position: relative;
  width: 100%;
}

.sub_title_commnity {
  position: relative;
  top: 200px;
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 200;
  height: 244px;
  background: url("_public/img/sub/sub_visual_bg.jpg") top center no-repeat;
  color: #fff;
  font-size: 55px;
  text-align: center;
  padding-top: 125px;
  letter-spacing: -2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.sub_title_commnity strong {
  font-weight: 200;
}

/*포토게시판*/

.sub_title_wrap {
  width: 1260px;
  margin: 20px auto;
}
.sub_title_area {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #222;
}

.sub_detail_area {
  width: 1260px;
  margin: 20px auto;
  border-bottom: 1px solid #ddd;
  padding: 0 0 50px;
}

.base_txt {
}
.base_txt > h3 {
  padding: 10px;
  font-size: 20px;
}
.base_txt > ul > li {
  width: 50%;
  float: left;
  padding: 0 10px 10px;
}
.base_txt > ul > li:nth-child(2) {
  text-align: right;
}

.go-to-list {
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #233b78;
  color: #233b78;
  text-align: center;
  margin: 50px auto;
  font-size: 20px;
  text-decoration: none;
}

/* 덕산한의원 영주점(처음) */
.sub_visual_hani {
  background: url("_public/img/sub/sub_visual_hani.jpg") top center no-repeat;
  height: 246px;
}
.sub_hani_01 {
  background: url("_public/img/sub/sub_hani_01.jpg") top center no-repeat;
  height: 518px;
}
.sub_01_gallery {
  text-align: center;
  background: #f5f5f5;
  padding: 50px 0;
}
.sub_hani_03 {
  background: url("_public/img/sub/sub_hani_03.jpg") top center no-repeat;
  height: 1200px;
}

/* 덕산한의원 여주점 */
.sub_visual_hani2 {
  background: url("_public/img/sub/sub_visual_hani2.jpg") top center no-repeat;
  height: 246px;
}
.sub_hani2_01 {
  background: url("_public/img/sub/sub_hani2_01.jpg") top center no-repeat;
  height: 518px;
}
.sub_hani2_02 {
  background: url("_public/img/sub/sub_hani2_02.jpg") top center no-repeat
    #f5f5f5;
  height: 950px;
}
.sub_hani2_02 ul {
  padding-top: 729px;
  width: 1125px;
  margin: 0 auto;
}
.sub_hani2_02 ul:after {
  clear: both;
  display: block;
  content: "";
}
.sub_hani2_02 li {
  float: left;
  margin-left: 10px;
}
.sub_hani2_03 {
  background: url("_public/img/sub/sub_hani2_03.jpg") top center no-repeat;
  height: 1270px;
}

/* 통증클리닉 */
.sub_visual_tong {
  background: url("_public/img/sub/sub_visual_tong.jpg") top center no-repeat;
  height: 246px;
}
.sub_tong_01 {
  background: url("_public/img/sub/sub_tong_01.jpg") top center no-repeat;
  height: 503px;
}

/*통증메인*/
.tong_main {
  width: 1000px;
  margin: 50px auto;
}
.tong_main ul:after {
  clear: both;
  display: block;
  content: "";
}
.tong_main ul {
  margin-bottom: 20px;
}
.tong_main li {
  float: left;
  margin-left: 20px;
  width: 450px;
}
.tong_main li:first-child {
  margin-left: 0px;
}
.tong_main li img {
  width: 100%;
}

/*침구실치료*/
.sub_tong_1_01 {
  background: url("_public/img/sub/sub_tong_1_01.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_1_02 {
  background: url("_public/img/sub/sub_tong_1_02.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_1_03 {
  background: url("_public/img/sub/sub_tong_1_03.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_1_04 {
  background: url("_public/img/sub/sub_tong_1_04.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_1_05 {
  background: url("_public/img/sub/sub_tong_1_05.jpg") top center no-repeat;
  height: 503px;
}

/*기본물리치료*/
.sub_tong_2_01 {
  background: url("_public/img/sub/sub_tong_2_01.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_2_02 {
  background: url("_public/img/sub/sub_tong_2_02.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_2_03 {
  background: url("_public/img/sub/sub_tong_2_03.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_2_04 {
  background: url("_public/img/sub/sub_tong_2_04.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_2_05 {
  background: url("_public/img/sub/sub_tong_2_05.jpg") top center no-repeat;
  height: 503px;
}

/*맞춤물리치료*/
.sub_tong_3_01 {
  background: url("_public/img/sub/sub_tong_3_01.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_3_02 {
  background: url("_public/img/sub/sub_tong_3_02.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_3_03 {
  background: url("_public/img/sub/sub_tong_3_03.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_3_04 {
  background: url("_public/img/sub/sub_tong_3_04.jpg") top center no-repeat;
  height: 503px;
}
.sub_tong_3_05 {
  background: url("_public/img/sub/sub_tong_3_05.jpg") top center no-repeat;
  height: 503px;
}

/*교통사고*/
.sub_tong_4_01 {
  background: url("_public/img/sub/sub_tong_4_01.jpg") top center no-repeat;
  height: 503px;
}

/* .sub_tong_02 {background:url('_public/img/sub/sub_tong_02.jpg') top center no-repeat;height:503px}
.sub_tong_03 {background:url('_public/img/sub/sub_tong_03.jpg') top center no-repeat;height:503px}
.sub_tong_04 {background:url('_public/img/sub/sub_tong_04.jpg') top center no-repeat;height:503px}
.sub_tong_05 {background:url('_public/img/sub/sub_tong_05.jpg') top center no-repeat;height:503px}
.sub_tong_06 {background:url('_public/img/sub/sub_tong_06.jpg') top center no-repeat;height:503px}
.sub_tong_07 {background:url('_public/img/sub/sub_tong_07.jpg') top center no-repeat;height:503px} */

/* 위장병 클리닉 */
.sub_visual_wijang {
  background: url("_public/img/sub/sub_visual_wijang.jpg") top center no-repeat;
  height: 246px;
}
.sub_wijang_01 {
  background: url("_public/img/sub/sub_wijang_01.jpg") top center no-repeat;
  height: 503px;
}
.sub_wijang_02 {
  background: url("_public/img/sub/sub_wijang_02.jpg") top center no-repeat;
  height: 503px;
}

/* 추나클리닉 */
.sub_visual_chuna {
  background: url("_public/img/sub/sub_visual_chuna.jpg") top center no-repeat;
  height: 246px;
}
.sub_chuna_01 {
  background: url("_public/img/sub/sub_chuna_01.jpg") top center no-repeat;
  height: 570px;
}
.sub_chuna_02 {
  background: url("_public/img/sub/sub_chuna_02.jpg") top center no-repeat;
  height: 570px;
}

/* 비만클리닉 */
.sub_visual_diet {
  background: url("_public/img/sub/sub_visual_diet.jpg") top center no-repeat;
  height: 246px;
}
.sub_diet_01 {
  background: url("_public/img/sub/sub_diet_01.jpg") top center no-repeat;
  height: 488px;
}
.sub_diet_02 {
  background: url("_public/img/sub/sub_diet_02.jpg") top center no-repeat;
  height: 672px;
}
.sub_diet_03 {
  background: url("_public/img/sub/sub_diet_03.jpg") top center no-repeat;
  height: 498px;
}

/* 부인과질환클리닉 */
.sub_visual_woman {
  background: url("_public/img/sub/sub_visual_woman.jpg") top center no-repeat;
  height: 246px;
}
.sub_woman_01 {
  background: url("_public/img/sub/sub_woman_01.jpg") top center no-repeat;
  height: 570px;
}
.sub_woman_02 {
  background: url("_public/img/sub/sub_woman_02.jpg") top center no-repeat;
  height: 610px;
}

/* 불면클리닉 */
.sub_visual_sleep {
  background: url("_public/img/sub/sub_visual_sleep.jpg") top center no-repeat;
  height: 246px;
}
.sub_sleep_01 {
  background: url("_public/img/sub/sub_sleep_01.jpg") top center no-repeat;
  height: 570px;
}
