@charset "utf-8";

/* left 글자 긴거 마진조정 */
.hmargin > li {
  padding: 0px 11px 0 11px !important;
}

/*서브메뉴*/
#left_area {
  width: 100%;
  border-bottom: 1px solid #dadada;
}
.sub_topmenu {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 0px;
}
.sub_topmenu .sub_dep1menu {
  margin-top: 1px;
  overflow: hidden;
  background: #fff;
}
.sub_topmenu .sub_dep1menu li {
  height: 60px;
  padding: 0 15px;
  text-align: center;
  background: #fff;
  margin-left: -1px;
  display: inline-block;
}
.sub_topmenu .sub_dep1menu li a {
  display: block;
  padding: 20px 0;
  font: normal 16px "NanumBarunGothic";
  color: #777;
  box-sizing: border-box;
}
.sub_topmenu .sub_dep1menu li a.select {
  color: #f8981d;
  font-weight: bold;
}
.page_navi {
  text-align: right;
  width: 1200px;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 60px;
  color: #777;
}
.sub_wrap {
  width: 100%;
}
.sub_visual {
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: -1000px;
}
.sub_btm {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 110px;
}
.sub_btm ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
.sub_btm ul li {
  float: left;
}

.sub_cnt {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.sub_cnt01 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.section {
  overflow: hidden;
  margin-bottom: 60px;
}
.section01 {
  overflow: hidden;
}
.left {
  float: left;
  width: 45%;
  box-sizing: border-box;
}
.right {
  float: right;
  width: 45%;
  margin-right: 40px;
  box-sizing: border-box;
}
.m-r-50 {
  margin-right: 50px;
}
.txtarea {
  width: 50%;
  float: left;
}
.txtarea h1 {
  font-size: 25px;
  line-height: 34px;
  color: #2c2c2c;
  margin-bottom: 15px;
}
.orange1 {
  color: #f8981d;
}
.orange2 {
  color: #f8981d;
  font-weight: bold;
}
.txtarea h2 {
  font-size: 17px;
  line-height: 25px;
  color: #464646;
  margin-bottom: 15px;
}
.txtarea p {
  font-size: 15px;
  line-height: 25px;
  color: #838383;
}

.title {
  text-align: center;
  font-size: 22px;
  color: #464646;
  background: url("../img/sub/title_bg.jpg") no-repeat bottom center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.sub_tab {
  width: 1015px;
  margin: 0 auto 50px;
  overflow: hidden;
  /* border-left: 1px solid #ccc; */
  display: flex;
  justify-content: center;
}
.sub_tab li {
  float: left;
  width: 169px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ccc;
}
.sub_tab li + li {
  border-left: 0;
}
.sub_tab li.on {
  border-top: 2px solid #f8981d;
}
.sub_tab li.on a {
  color: #f8981d;
  margin-top: -1px;
}
.sub_tab li a {
  color: #777;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  padding: 13px 0;
}
.centertxt {
  text-align: center;
  margin-bottom: 40px;
}
.centertxt h1 {
  font-size: 25px;
  line-height: 34px;
  color: #2c2c2c;
  margin-bottom: 15px;
}
.centertxt h2 {
  font-size: 17px;
  line-height: 25px;
  color: #464646;
  margin-bottom: 15px;
}

.h1 {
  font-size: 22px;
  color: #2c2c2c;
  margin: 20px 0;
}
.bull {
  vertical-align: 2px;
  margin-right: 5px;
}
.bull2 {
  vertical-align: 0px;
  margin-right: 5px;
}
.txt01 {
  margin-bottom: 30px;
}
.txt01 h2 {
  font-size: 18px;
  color: #464646;
  margin-bottom: 10px;
}
.txt01 p {
  font-size: 15px;
  line-height: 25px;
  color: #838383;
  margin-bottom: 5px;
}

/*갤러리*/
.gall {
  border-top: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
  width: 1200px;
  margin: 0 auto;
}
.gall #gall_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.gall .bx-wrapper img {
  position: relative;
  left: 0;
  margin-left: 0;
}
.gall .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-indent: -9999px;
  z-index: 9999;
}
.gall .bx-wrapper .bx-next {
  background: url("../img/gall/btn_n.png") no-repeat;
  right: 0;
}
.gall .bx-wrapper .bx-prev {
  background: url("../img/gall/btn_p.png") no-repeat;
  left: 0;
}
.gall #bx-pager {
  background: #fff;
  margin-top: 10px;
  overflow: hidden;
}
.gall #bx-pager a {
  float: left;
  width: 150px;
  height: 87px;
}
.gall #bx-pager a img {
  width: 150px;
  height: 87px;
  margin: 0;
}
.gall #bx-pager a.active {
  border: 3px solid #00c9c3;
  height: 81px;
  width: 144px;
}
.gall #bx-pager a.active img {
  width: 144px;
  height: 81px;
}
#gall_wrap .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
#gall_wrap .bx-wrapper .bx-caption {
  text-align: center;
}
#gall_wrap .bx-wrapper .bx-caption strong {
  font-size: 24px;
  color: #00c9c3;
  font-weight: normal;
  line-height: 36px;
  font-family: "Nanum Gothic";
}
#gall_wrap .bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 20px 10px;
  font-family: "Nanum Gothic";
}
#gall_wrap .bx-wrapper .bx-caption em {
  color: #fff;
  display: block;
  font-size: 18px;
  font-family: "Nanum Gothic";
}

.map {
  width: 1200px;
  margin: 0 auto 50px;
}

.bmi_wrap {
  width: 1200px;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 50px 0;
}
.bmi_info {
  width: 600px;
  margin: 0 auto;
  font-family: "Dotum";
  color: #666;
  font-size: 13px;
  font-weight: bold;
}
.bmi_info input[type="text"] {
  width: 110px;
  height: 30px;
}

/* 병원소개 */
.sub_title {
  font-size: 34px;
  text-align: center;
}
.orange_line {
  width: 40px;
  height: 1px;
  margin: 15px auto 45px auto;
  background-color: #f8981d;
}
.gray_line {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin: 55px 0;
}
.career_section {
  overflow: hidden;
  margin-bottom: 11px;
}
.career_section span {
  display: block;
  margin-right: 30px;
  float: left;
  font-size: 17px !important;
}
.career_section .career_contents {
  float: left;
  font-size: 17px !important;
}
.career_section .wid {
  width: 110px;
  text-align: right;
}

.hak_container {
  overflow: hidden;
}
.hak {
  float: right;
  display: inline-block;
  margin-right: 55px;
}
.hak_title {
  padding-top: 5px;
  text-align: right;
  font-size: 24px;
}
.hak_contents {
  color: #838383;
  text-align: right;
  font-size: 17px !important;
}

.info03_1_bg {
  position: relative;
  background: url("../img/sub/info03_1.jpg") no-repeat top center;
  width: 100%;
  height: 650px;
}
.info03_2_bg {
  position: relative;
  background: url("../img/sub/info03_2.jpg") no-repeat top center;
  width: 100%;
  height: 926px;
}
.info03_3_bg {
  position: relative;
  background: url("../img/sub/info03_3.jpg") no-repeat top center;
  width: 100%;
  height: 340px;
}
.info03_4_bg {
  position: relative;
  background: url("../img/sub/info03_4.jpg") no-repeat top center;
  width: 100%;
  height: 230px;
}

.info03_1_position {
  position: absolute;
  top: 22%;
  left: 50%;
  margin-left: -272px;
  color: #878787;
}
.info03_2_position {
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -272px;
  color: #878787;
}
.info03_3_position {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -272px;
  color: #878787;
}
.info03_4_position {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -272px;
  color: #878787;
}

/* 진료안내 */
.treatment_container {
  width: 1160px;
  margin: 0 auto;
}
.treatment_box_wrap {
  padding-left: 55px;
}
.treatment_box_wrap:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.treatment_box {
  float: left;
  width: 506px;
  min-height: 250px;
  border: 1px solid #dcdcdc;
  margin-right: 30px;
  margin-bottom: 23px;
}
.treatment_box .treatment_img_ps {
  width: 274px;
  padding-top: 33px;
  padding-left: 36px;
  float: left;
}
.treatment_box .treatment_img_ps img {
  vertical-align: top;
}
.treatment_box .treatment_txt {
  float: left;
  padding-top: 33px;
}
.treatment_box .treatment_txt h1 {
  font-size: 26px;
  color: #f8981d;
  margin-bottom: 10px;
}
.treatment_box .treatment_txt li {
  font-size: 15px;
  color: #595959;
  margin-bottom: 5px;
}

.time_table_subject {
  text-align: center;
  font-size: 22px;
  color: #010101;
  margin-bottom: 10px;
}
.time_table {
  table-layout: fixed;
  text-align: center;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #d4d4d4;
}
.time_table .time_table_title {
  font-size: 17px;
  color: #ffffff;
  background-color: #f8981d !important;
}
.time_table td {
  background-color: #ffffff;
}
.time_table_coment {
  margin-top: 10px;
  padding-left: 232px;
  font-size: 17px;
  color: #969696;
}
.time_table_coment span {
  color: #414141;
}

.table_section {
  margin-bottom: 80px;
}

.doctor_container {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
.doctor_box {
  position: relative;
  float: left;
  width: 565px;
  height: 208px;
  margin-bottom: 30px;
}
.direct_doc_link {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.mr {
  margin-right: 30px;
}
.style_download {
  padding: 0 12px;
  height: 62px;
  background-color: #f8981d;
  color: #fff;
  border: 0;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}

.map_contents {
  overflow: hidden;
  float: right;
  margin-right: 40px;
}
.map_contents li {
  float: left;
}
.map_contents li:after {
  content: "";
  display: block;
  clear: both;
}
.map_contents li.mc_1 {
  width: 560px;
  height: 46px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  background-color: #696969;
}
.map_contents li.mc_1 p {
  font-size: 15px;
  color: #e9e9e9;
  font-weight: bold;
  line-height: 46px;
  padding-left: 30px;
}
.map_contents li.mc_2 {
  margin-left: 30px;
  width: 139px;
  height: 46px;
  background-color: #ff8500;
}
.map_contents li.mc_2 a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  display: block;
  text-decoration: none;
}

/* 인정메디컬센터 */
.sub_tab2 {
  width: 1060px;
  margin: 0 auto 50px;
  overflow: hidden;
}
.sub_tab2 li {
  float: left;
  width: 265px;
  box-sizing: border-box;
  text-align: center;
  border-left: 1px solid #fff;
  color: #888888;
  background-color: #eaeaea;
}
.sub_tab2 li.on2 {
  background-color: #a99c8d;
}
.sub_tab2 li.on2 a {
  color: #fff;
  margin-top: -1px;
}
.sub_tab2 li a {
  color: #777;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  padding: 13px 0;
}

.sub_tab_02 {
  width: 512px;
  margin: 0 auto 50px;
  overflow: hidden;
  border-left: 1px solid #ccc;
}
.sub_tab_02 li {
  float: left;
  width: 256px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ccc;
  border-left: 0;
}
.sub_tab_02 li.on {
  border-top: 2px solid #a9a29c;
}
.sub_tab_02 li.on a {
  color: #fff;
  background: #a9a29c;
  margin-top: -1px;
}
.sub_tab_02 li a {
  color: #777;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  padding: 13px 0;
}

.short_box {
  width: 536px;
  height: 126px;
  background-color: #f8f8f8;
  border: 2px solid #e7e7e7;
}
.short_box .short_box_cnt1 {
  margin-top: 35px;
}
.short_box .short_box_cnt1 li {
  width: 250px;
  float: left;
  text-align: center;
  font-size: 15px;
  color: #838383;
  margin-bottom: 10px;
}
.short_box .short_box_cnt1 li:after {
  content: "";
  display: block;
  clear: both;
}
.short_box_cnt2 {
  border: 1px solid #e7e7e7;
  width: 1048px;
  padding: 50px 55px;
}
.short_box_cnt3 {
  border: 1px solid #e7e7e7;
  width: 1048px;
  padding: 50px 55px;
}
.short_box_cnt2 .short_box_cnt2_section {
  margin-bottom: 33px;
}
.short_box_cnt3 .short_box_cnt2_section {
  margin-bottom: 33px;
}
.ogbk_line {
  width: 92px;
  height: 3px;
}
.ogbk_line .og {
  background-color: #f8981d;
  width: 46px;
  height: 3px;
  float: left;
}
.ogbk_line .bk {
  background-color: #8a8a8a;
  width: 46px;
  height: 3px;
  float: left;
}
.ogbk_line div:after {
  content: "";
  display: block;
  clear: both;
}
.ogbk_line2 {
  width: 20px;
  height: 3px;
}
.ogbk_line2 .og2 {
  background-color: #f8981d;
  width: 10px;
  height: 3px;
  float: left;
}
.ogbk_line2 .bk2 {
  background-color: #8a8a8a;
  width: 10px;
  height: 3px;
  float: left;
}
.ogbk_line2 div:after {
  content: "";
  display: block;
  clear: both;
}
.big_og {
  font-size: 42px;
  color: #f8981d;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.short_box_cnt2_section .short_box2_title {
  font-size: 17px;
  color: #464646;
  margin: 10px 0;
}
.short_box_cnt2_section .short_box3_title {
  font-size: 17px;
  color: #464646;
  margin: 20px 0 10px 0;
}
.short_box_cnt2_section .short_box2_cnt {
  font-size: 15px;
  color: #838383;
}
.possi {
  color: #2f33ff;
}
.impossi {
  color: #ff3300;
}
.mgtb20 {
  margin: 20px 0;
}
.mgt20 {
  margin-top: 20px;
}
.cnt2_txt_01 {
  color: #838383;
  font-size: 15px;
}
.b_dashed {
  padding-bottom: 40px;
  border-bottom: 1px dashed #c6c2b9;
}
.cnt3_txt_01 li {
  color: #838383;
  font-size: 15px;
  margin-bottom: 15px;
}
.cnt3_txt_02 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #c1b9af;
  height: 48px;
  line-height: 48px;
}
.og_txt {
  color: #f8981d;
}
.mgt5 {
  margin-top: 5px;
}

.short_box .short_box2_cnt {
  margin-top: 20px;
  margin-left: 20px;
}
.short_box .short_box2_cnt li {
  text-align: left;
  font-size: 15px;
  color: #838383;
  margin-bottom: 10px;
}

.medical02_right_table {
  border: 1px solid #c6c2b9;
  margin-top: 12px;
  width: 1155px;
  margin: 0 auto;
}
.medical02_right_table > thead > tr > th {
  height: 42px;
  background: #f8981d;
  font-weight: bold;
  color: #ffffff;
}
.medical02_right_table > tbody > tr > td {
  height: 42px;
  font-weight: bold;
  color: #808080;
  border-top: 1px solid #cfd0d0;
  border-left: 1px solid #cfd0d0;
  padding: 7px 0;
}
.medical02_right_table .txt_left {
  text-align: left;
}
.medical02_right_table .txt_left2 {
  text-align: left;
  padding-left: 20px;
}
.medical02_right_table .txt_center {
  text-align: center;
}
.medical02_right_table .border-leftnone {
  border-left: none;
}

.h1_box_title {
  width: 260px;
  height: 42px;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  line-height: 42px;
  background-color: #f8981d;
  color: #fff;
}
.text_center {
  text-align: center;
}

/* 맘스비 문화센터 > 소개 */
.culture01_title {
  text-align: center;
  margin: 100px 0 30px 0;
}
.culture01_title .eq01 {
  font-size: 22px;
  line-height: 36px;
  color: #f8981d;
  letter-spacing: 2px;
}
.culture01_title .eq02 {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2px;
}
.culture01_title .eq03 {
  font-size: 18px;
  margin-top: 20px;
}

.culture01_wrap {
  background: url("../img/sub/culture01_img_back01.jpg") no-repeat 0 0;
  text-align: center;
  height: 674px;
  margin-bottom: 30px;
}

.culture01_wrap > dl {
  text-align: center;
}
.culture01_wrap > dl > dt {
  font-weight: bold;
  font-size: 27px;
  color: #8a8a8a;
  line-height: 40px;
  margin-bottom: 22px;
}
.culture01_wrap > dl > dd {
  font-size: 15px;
  color: #8a8a8a;
}

/* 맘스비 문화센터 > 강좌내용 */
.culture02_wrap {
  padding: 40px 0px;
  margin: 0px 20px;
  border-bottom: 1px dashed #c6c2b9;
}
.culture02_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.culture02_title {
  text-align: center;
  margin: 100px 0 30px 0;
}
.culture02_title .eq01 {
  font-size: 22px;
  line-height: 36px;
  color: #f8981d;
  letter-spacing: 2px;
}
.culture02_title .eq02 {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2px;
}
.culture02_title .eq03 {
  font-size: 18px;
  margin-top: 20px;
}

.culture02_leftimg {
  float: left;
  margin-right: 40px;
}

.culture02_righttable {
  float: left;
}
.culture02_righttable > dl > dt {
  font-size: 22px;
  margin-bottom: 25px;
}
.culture02_righttable > dl > dd {
  font-size: 15px;
  color: #838383;
  width: 527px;
}
.culture02_righttable > dl > dd > span {
  font-size: 15px;
  color: #785529;
}

.culture02_right_table {
  border: 1px solid #c6c2b9;
  margin-top: 12px;
}
.culture02_right_table > thead > tr > th {
  height: 42px;
  background: #ff9aae;
  font-weight: bold;
  color: #ffffff;
}
.culture02_right_table > tbody > tr > td {
  height: 42px;
  font-weight: bold;
  color: #808080;
  border-top: 1px solid #c6c2b9;
  border-left: 1px solid #c6c2b9;
}
.culture02_right_table .txt_left {
  text-align: left;
}
.culture02_right_table .txt_center {
  text-align: center;
}
.culture02_right_table .border-leftnone {
  border-left: none;
}

/* 맘스비 문화센터 > 프로그램 */
.culture03_wrap {
  text-align: center;
}
.culture03_title {
  text-align: center;
  margin: 100px 0 30px 0;
}
.culture03_title .eq01 {
  font-size: 22px;
  line-height: 36px;
  color: #f8981d;
  letter-spacing: 2px;
}
.culture03_title .eq02 {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2px;
}
.culture03_title .eq03 {
  font-size: 18px;
  margin-top: 20px;
}

.culture03_wrap > dl > dt {
  font-size: 22px;
  margin-bottom: 25px;
}
.culture03_wrap > dl > dd {
  text-align: center;
  padding-bottom: 50px;
}

.culture03_txt {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 40px;
  font-size: 18px;
  padding: 30px 0;
  color: #777777;
}
.culture03_txt > span {
  color: #f8981d;
}

.culture03_right_table {
  border-top: 1px solid #c6c2b9;
  border-bottom: 1px solid #cfd0d0;
  border-right: 1px solid #cfd0d0;
  border-left: 1px solid #cfd0d0;
  margin-top: 12px;
  width: 1155px;
  margin: 0 auto;
}
.culture03_right_table > thead > tr > th {
  height: 42px;
  background: #ff9aae;
  font-weight: bold;
  color: #ffffff;
}
.culture03_right_table > tbody > tr > td {
  height: 42px;
  font-weight: bold;
  color: #808080;
  border-top: 1px solid #cfd0d0;
  border-left: 1px solid #cfd0d0;
  border-right: 0px solid #cfd0d0;
  padding: 7px 0;
}
.culture03_right_table .txt_left {
  text-align: left;
}
.culture03_right_table .txt_left2 {
  text-align: left;
  padding-left: 20px;
}
.culture03_right_table .txt_center {
  text-align: center;
}
.culture03_right_table .border-leftnone {
  border-left: none;
}

.culture03_new_wrap {
  text-align: center;
}
.culture03_new_title {
  text-align: center;
  margin: 100px 0 30px 0;
}
.culture03_new_title .eq01 {
  font-size: 22px;
  line-height: 36px;
  color: #f8981d;
  letter-spacing: 2px;
}
.culture03_new_title .eq02 {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2px;
}
.culture03_new_title .eq03 {
  font-size: 18px;
  margin-top: 20px;
}

.culture03_new_wrap > dl > dt {
  font-size: 22px;
  margin-bottom: 25px;
}
.culture03_new_wrap > dl > dd {
  text-align: center;
  padding-bottom: 50px;
}

.culture03_new_txt {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 40px;
  padding: 30px 0;
  color: #777777;
}
.culture03_new_txt > span {
  color: #f8981d;
}

.culture03_new_right_table {
  border-top: 1px solid #c6c2b9;
  border-bottom: 1px solid #cfd0d0;
  border-right: 1px solid #cfd0d0;
  border-left: 1px solid #cfd0d0;
  margin-top: 12px;
  width: 1155px;
  margin: 0 auto;
}
.culture03_new_right_table > thead > tr > th {
  height: 42px;
  background: #f9b761;
  font-weight: bold;
  color: #ffffff;
}
.culture03_new_right_table > tbody > tr > td {
  height: 42px;
  font-weight: bold;
  color: #808080;
  border-top: 1px solid #cfd0d0;
  border-left: 1px solid #cfd0d0;
  border-right: 0px solid #cfd0d0;
  padding: 7px 0;
}
.culture03_new_right_table .txt_left {
  text-align: left;
}
.culture03_new_right_table .txt_left2 {
  text-align: left;
  padding-left: 20px;
}
.culture03_new_right_table .txt_center {
  text-align: center;
}
.culture03_new_right_table .border-leftnone {
  border-left: none;
}

.culture03_td_yoga {
}
.culture03_td_oneye {
}
.culture03_td_cheek {
  color: #f8981d;
}
.culture03_td_color {
}
.culture03_td_gymnastics {
}
.culture03_td_sewing {
}

.sub_tab3 {
  width: 928px;
}
.sub_tab3 li {
  width: 232px;
}
.checkup01_wrap {
}
.checkup01_wrap > dl > dt {
  font-size: 22px;
  margin-bottom: 25px;
}
.checkup01_wrap > dl > dd {
  font-size: 15px;
  color: #838383;
}

.og_box {
  color: #fff;
  background-color: #f8981d;
  width: 259px;
  height: 42px;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
}

/* 주치의 상담 */
.community_top_img {
  overflow: hidden;
}
.community_top_img li {
  float: left;
}
.community_top_img li:after {
  content: "";
  display: block;
  clear: both;
}
.community_top_img .top_img_txt {
  width: 635px;
  border: 1px solid #d4d4d4;
  border-left: 0;
  box-sizing: border-box;
  height: 208px;
  text-align: center;
  color: #515151;
}
.community_top_img .top_img_txt h1 {
  font-size: 25px;
  padding: 60px 0 30px 0;
}
.community_top_img .top_img_txt p {
  font-size: 18px;
}
.community_top_img .top_img_txt2 {
  width: 575px;
  border: 1px solid #d4d4d4;
  border-left: 0;
  box-sizing: border-box;
  height: 208px;
  text-align: center;
  color: #515151;
}
.community_top_img .top_img_txt2 h1 {
  font-size: 25px;
  padding: 60px 0 30px 0;
}
.community_top_img .top_img_txt2 p {
  font-size: 18px;
}

.healthy_tab {
  overflow: hidden;
}
.healthy_tab dd {
  float: left;
}
.healthy_tab dd a {
  display: block;
  width: 580px;
  height: 55px;
  line-height: 55px;
  background-color: #eeece7;
  color: #c3b9ac;
  font-size: 20px;
  border-top: 3px solid #c9c6c0;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.healthy_tab dd a:hover {
  text-decoration: none;
}
.healthy_tab dd a.select {
  background-color: #c3b9ac;
  color: #ffffff;
  border-top: 3px solid #90887d;
}

.healthy_gr_box {
  width: 1160px;
  height: 99px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}
.box_inner_wrap {
  width: 620px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 37px;
}
.healthy_txt01 {
  color: #838383;
  font-size: 16px;
  float: left;
  padding-top: 5px;
  margin-right: 10px;
}
.healthy_txt02 {
  padding-top: 15px;
}
.healthy_txt02 p {
  color: #838383;
  font-size: 16px;
  line-height: 1.7;
}
.healthy_form_wrap {
  float: left;
}
.healthy_cal_input {
  width: 200px;
  border: 1px solid #d8d8d8;
  height: 30px;
  margin-right: 10px;
}
.healthy_btn {
  width: 180px;
  height: 34px;
  color: #ffffff;
  background-color: #ffb960;
  text-align: center;
  font-size: 16px;
  border: 0;
  border-radius: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.healthy_table_s {
  margin-top: 40px;
}
.healthy_table_s th {
  height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #dad3c8;
  border-top: 1px solid #c4baad;
  font-size: 15px;
}
.healthy_table_s td {
  text-align: center;
  font-size: 15px;
  color: #838383;
  height: 37px;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.healthy_table_s td img {
  cursor: pointer;
}
.healthy_table_s td.healthy_td_bg {
  background-color: #f8f8f8;
}
.healthy_table_s td.healthy_td_print {
  border-right: 1px solid #e7e7e7;
}

.healthy_contents_02 {
  display: none;
}
.obj1 {
  position: absolute;
  top: 0;
  left: 135px;
}
.obj2 {
  position: absolute;
  top: 213px;
  left: 1px;
}
.obj3 {
  position: absolute;
  top: 222px;
  left: 256px;
}

/*수가표*/
.price_title {
  font-size: 20px;
  font-weight: bold;
  padding: 7px 0;
  border-bottom: 2px solid #f8981d;
  color: #333333;
  margin-top: 20px;
}
.price_table {
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  border-collapse: separate;
  letter-spacing: 1px;
}
.price_table th {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  border-top: 2px solid #f8981d;
  color: #333333;
}
.price_table td {
  height: 40px;
  background-color: #edebeb;
  color: #4c4c4c;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.border-leftnone {
  background-color: #f8981d !important;
  color: #ffffff !important;
  border-left: 0 !important;
  border-bottom: 1px solid #fff;
}
.colspan2bg {
  background-color: #ffd2a6 !important;
}
.txt_right {
  text-align: right !important;
  padding-right: 10px;
}
.price_m {
  float: right;
  font-size: 15px;
  padding-top: 5px;
  font-weight: bold;
}
.vat_txt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.seulki .sdad {
  font-size: 15px;
  color: #785529;
}
