@charset "utf-8";

.main_body {
  background: #f6f6f6;
}
header {
  position: fixed;
  top: 0;
  z-index: 99998;
  width: 100%;
}
.header_wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#Gnb {
  text-align: right;
}
#Gnb a {
  display: inline-block;
  padding: 10px 5px;
  font-size: 13px;
}
header .header_wrap h1 {
  float: left;
  display: inline-block;
  padding: 30px 0;
  background: #00afc8;
  width: 161px;
  text-align: center;
}
header .header_wrap nav #Lnb {
  float: left;
  width: calc(100% - 161px);
  background: rgba(255, 255, 255, 1);
  padding: 0 26px;
}
header .header_wrap nav #Lnb li {
  float: left;
  display: inline-block;
}
header .header_wrap nav #Lnb li a {
  display: inline-block;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  padding: 25px 2em;
  line-height: 24px;
}
header .header_wrap nav #Lnb li:hover .submenu {
  top: 113px;
  left: auto;
}
header .header_wrap nav #Lnb li .submenu {
  background: rgba(0, 175, 200, 0.9);
  left: -9999px;
  position: absolute;
  top: -9999px;
  width: 150px;
}
header .header_wrap nav #Lnb li .submenu li {
  width: 100%;
  text-align: left;
}
header .header_wrap nav #Lnb li .submenu a {
  padding: 0.3em 1em;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}
header .header_wrap nav #Lnb li .submenu a:hover {
  color: #fff;
}
header .header_wrap nav #Lnb li .submenu li:last-child {
  padding-bottom: 15px;
}
#mbtMenu {
  display: none;
}
.nav_bg {
  position: fixed;
  z-index: 991;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 105px;
}
#dim_screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 200;
  display: none;
  -webkit-transform: translateZ(0);
}

/*메인비주얼*/
#main_visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 0;
  background: #000;
}
.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}
.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
}

.bxslider li.bg_01 {
  background: url(../images/main/mainvisual_01.jpg) no-repeat 50% 0%;
  background-size: cover;
  min-height: 900px;
  min-height: 100vh;
  width: 100%;
}
.bxslider li.bg_02 {
  background: url(../images/main/mainvisual_02.jpg) no-repeat 50% 0%;
  background-size: cover;
  min-height: 900px;
  min-height: 100vh;
  width: 100%;
}
.bxslider li.bg_03 {
  background: url(../images/main/mainvisual_03.jpg) no-repeat 50% 0%;
  background-size: cover;
  min-height: 900px;
  min-height: 100vh;
  width: 100%;
}
.bxslider li.bg_04 {
  background: url(../images/main/mainvisual_04.jpg) no-repeat 50% 0%;
  background-size: cover;
  min-height: 900px;
  min-height: 100vh;
  width: 100%;
}
.bxslider li.bg_05 {
  background: url(../images/main/mainvisual_05.jpg) no-repeat 50% 0%;
  background-size: cover;
  min-height: 900px;
  min-height: 100vh;
  width: 100%;
}
.bxslider li.bg_06 {
  background: url(../images/main/mainvisual_06.jpg) no-repeat 50% 0%;
  background-size: cover;
  min-height: 900px;
  min-height: 100vh;
  width: 100%;
}
.visual_txt {
  position: absolute;
  z-index: 99;
  width: 530px;
  top: 35%;
  left: 50%;
  margin-left: -265px;
  text-align: left;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 0;
}
.visual_txt p {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
}
.visual_txt .tit {
  color: #fff;
  font-size: 55px;
  line-height: 130%;
  letter-spacing: -1px;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.visual_txt .tit strong {
  font-weight: 700;
  color: #01dfff;
}
.visual_txt hr {
  width: 50px;
  height: 1px;
  background: #fff;
  border: 0;
  margin: 20px auto;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: none;
  border: 3px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 150px;
}

/*메인컨텐츠*/
.main_navbox {
  position: relative;
  z-index: 999;
  width: 100%;
}
.quick_wrap {
  width: 1200px;
  margin: 0 auto;
  display: table;
  background: #006978;
  margin-top: -100px;
}
.quick_wrap li {
  display: table-cell;
  width: 25%;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.quick_wrap li a {
  color: #fff;
}
.quick_wrap li:first-child {
  background: url(../images/main/quick_line.png) no-repeat 100% 50%;
}
.quick_wrap li:nth-child(3),
.quick_wrap li:nth-child(4) {
  background: #00afc8;
  font-size: 13px;
  padding: 0px 10px;
  text-align: center;
  height: 100px;
}
.quick_wrap li span {
  display: table-cell;
  vertical-align: middle;
}
.quick_wrap li .img {
  display: inline-block;
  padding: 0 5px;
}
.quick_wrap li .txt {
  display: inline-block;
  text-align: left;
}
.quick_wrap li i {
  font-size: 20px;
  display: block;
}
.quick_wrap li span strong {
  font-size: 15px;
  font-weight: 400;
}

.nav_con {
  display: table;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-left: 1px solid #ddd;
}
.nav_con > li {
  position: relative;
  display: table-cell;
  width: 25%;
  text-align: center;
  border: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
  vertical-align: top;
  color: #000;
  background: #fff;
}
.nav_con > li hr {
  width: 30px;
  background: #000;
  border: 0;
  height: 1px;
  margin: 10px auto;
}
.nav_con > li a {
  display: block;
  width: 100%;
}
.nav_con > li dd .tit {
  font-size: 20px;
  color: #000;
}
.nav_con > li dd p {
  color: #595959;
  font-size: 14px;
  line-height: 130%;
}
.nav_con .nav_subcon {
  position: absolute;
  top: 0;
  left: 0;
  background: #abac00;
  width: 100%;
  height: 100%;
}

figure.nav_motion {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  color: #ffffff;
  line-height: 1.4em;
}
figure.nav_motion * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.nav_motion dl {
  opacity: 1;
  padding: 50px 0;
  vertical-align: middle;
}
figure.nav_motion .nav_subcon {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(171, 172, 0, 1);
  z-index: 1;
  text-align: center;
  padding: 20px 10px;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
figure.nav_motion nav_subcon p {
  color: #fff;
  margin-top: 30%;
  font-size: 18px;
  line-height: 150%;
}
figure.nav_motion nav_subcon .txt strong {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
}
figure.nav_motion:hover .nav_subcon {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  overflow-y: auto;
}
figure.nav_motion:hover .nav_subcon ul {
  width: 70%;
  margin: 5px auto;
}
figure.nav_motion:hover .nav_subcon li {
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 5px;
}
figure.nav_motion:hover .nav_subcon li a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 13px;
}
figure.nav_motion:hover .nav_subcon li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.nav_subcon p {
  width: 70%;
  margin: 10px auto;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
}
.nav_subcon .btn_more {
  position: absolute;
  top: 9%;
  right: 17%;
  color: #fff;
}
.nav_subcon .btn_more a {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}
.btn_my {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.btn_my a {
  display: inline-block;
  width: 100%;
  background: #00afc8 url(../images/main/my_arrow.png) no-repeat 92% 50%;
  color: #fff;
  font-size: 18px;
  padding: 16px 0 17px 0;
  text-align: left;
  text-indent: 20px;
}
/* */
.btn2_my {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.btn2_my a {
  display: inline-block;
  width: 100%;
  background: #e95c07 url(../images/main/my_narrow.png) no-repeat 92% 50%;
  color: #fff;
  font-size: 18px;
  padding: 16px 0 17px 0;
  text-align: left;
  text-indent: 20px;
}

.roll_quick {
  width: 1200px;
  margin: 40px auto;
  overflow: hidden;
}
.roll_quick .bx-wrapper {
  display: inline-block;
  background: none;
  margin: 30px 50px;
}
#roll_ico {
  padding: 0 50px;
  text-align: center;
  line-height: 100%;
  overflow: hidden;
}
.roll_quick .bx-wrapper .bx-prev {
  left: -50px;
  background: url(../images/main/quick_prev.png) no-repeat;
}
.roll_quick .bx-wrapper .bx-next {
  right: -50px;
  background: url(../images/main/quick_next.png) no-repeat;
}

.photo2 {
  position: relative;
  float: left;
  width: 300px;
  background: url(../images/main/photo2.jpg) no-repeat 100% 50%;
  padding: 30px 20px 70px 20px;
}
.photo2 a {
  color: #fff;
}
.photo2 .tit {
  font-size: 24px;
  margin-bottom: 10px;
}
.photo2 p {
  font-size: 14px;
}
.photo2 .point {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
}

.photo {
  position: relative;
  float: right;
  width: 300px;
  background: #f1c631 url(../images/main/photo.png) no-repeat 100% 50%;
  padding: 30px 20px 70px 20px;
}
.photo a {
  color: #fff;
}
.photo .tit {
  font-size: 24px;
  margin-bottom: 10px;
}
.photo p {
  font-size: 14px;
}
.photo .point {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
}

.board_bg {
  background: url(../images/main/board_bg.jpg) repeat-x 0 0;
  width: 100%;
  padding: 40px 0;
  margin-top: 20px;
}
.board_wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.board_pre {
  float: left;
}
.board_pre > li {
  position: relative;
  float: left;
  width: 30%;
}
.board_pre > li:nth-child(2) {
  margin: 0 5%;
}
.board_pre > li .tit {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
.board_pre > li .board_box {
  width: 100%;
  background: #fff;
  height: 0;
  padding-bottom: 130.5%;
}
.board_pre > li .board_box dl {
  width: 80%;
  padding: 40px 0;
  margin: 0 auto;
}
.board_pre > li .board_box dt {
  font-size: 22px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 67px;
}
.board_pre > li .board_box dd {
  color: #595959;
}
.board_pre > li .board_box dd.con {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 77px;
}
.board_pre > li .board_box dd.date {
  margin-top: 25px;
  font-size: 14px;
}
.board_pre > li .board_box .pre_list {
  border-top: 1px dashed #ddd;
  padding-top: 25px;
  width: 80%;
  margin: 0 auto;
}
.board_pre > li .board_box .pre_list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board_pre > li .board_box .pre_list li a {
  color: #595959;
  line-height: 200%;
  font-size: 15px;
}
.board_pre > li .board_box .pre_list li a:before {
  content: "- ";
}
.board_pre > li .btn_more a {
  position: absolute;
  top: 3px;
  right: 0;
  color: #fff;
  font-size: 14px;
}

.fixTest {
  position: fixed;
  top: 28px;
  right: 40px;
}
.fixTest > img {
  position: relative;
  cursor: pointer;
  padding-top: 35px;
  z-index: 2;
}

footer {
  width: 100%;
  background: #444954;
  text-align: center;
}
footer .footer_info {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
footer .footer_info ul {
  width: 1200px;
  margin: 0 auto;
}
footer .footer_info li {
  float: left;
  padding: 15px 10px;
}
footer .footer_info li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}
footer .footer_info li a strong {
  color: #00afc8;
  font-weight: 500;
}
footer .copy {
  width: 1200px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  overflow: hidden;
  padding: 30px 0;
}
footer .copy .f_logo {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
footer .copy .address {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
footer .family {
  background: #747880;
}
footer .family ul {
  width: 1200px;
  margin: 0 auto;
  display: table;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
footer .family li {
  display: table-cell;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
footer .family li a {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  min-width: 35px;
  vertical-align: middle;
  color: #fff;
}
footer .family li a img {
  vertical-align: middle;
}
footer .family li:last-child a {
  background: #595d67;
}

.member_nav {
  display: none;
}

/* 서브 */
#sub-visual {
  position: relative;
  width: 100%;
  padding-top: 70px;
  margin-top: 113px;
}
.bg-01 {
  background: url(../images/sub/bg-01.jpg) no-repeat 50% 100%;
  background-size: cover;
  height: 244px;
  width: 100%;
}
.bg-02 {
  background: url(../images/sub/bg-01.jpg) no-repeat 50% 100%;
  background-size: cover;
  height: 244px;
}
.bg-03 {
  background: url(../images/sub/bg-01.jpg) no-repeat 50% 100%;
  background-size: cover;
  height: 244px;
}
.bg-04 {
  background: url(../images/sub/bg-01.jpg) no-repeat 50% 100%;
  background-size: cover;
  height: 244px;
}
.bg-05 {
  background: url(../images/sub/bg-01.jpg) no-repeat 50% 100%;
  background-size: cover;
  height: 244px;
}
.bg-06 {
  background: url(../images/sub/bg-01.jpg) no-repeat 50% 100%;
  background-size: cover;
  height: 244px;
}
.bg-07 {
  background: url(../images/sub/bg-01.jpg) no-repeat 50% 100%;
  background-size: cover;
  height: 244px;
}
.bg-08 {
  background: url(../images/sub/bg-01.jpg) no-repeat 50% 100%;
  background-size: cover;
  height: 244px;
}

.sub_container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 50px;
}
.tit_bar {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  color: #000 !important;
  font-size: 30px !important;
  font-weight: 500;
  padding-bottom: 10px !important;
}
.snb_nav {
  float: left;
  width: 200px;
}
.snb_nav h2 {
  background: #00afc8;
  width: 100%;
  padding: 45px 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}
.snb_nav ul {
  border: 1px solid #ddd;
  border-top: 0;
}
.snb_nav li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  font-size: 16px;
  color: #595959;
}
.snb_nav li a:hover,
.snb_nav li a.on {
  background: url(../images/sub/snb_bg.jpg) no-repeat 95% 50%;
  color: #00afc8;
  font-weight: 500;
}
.sub_contents {
  float: left;
  width: calc(100% - 250px);
  margin-left: 50px;
}
.sub_contents h3 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  padding: 45px 0 33px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
.sub_contents h3 span {
  position: absolute;
  font-size: 12px;
  font-family: dotum;
  right: 0;
  top: 55%;
  color: #595959;
}
.sub_contents h3 span strong {
  color: #00afc8;
}
.sub_contents h4 {
  background: url(../images/sub/ico_h4.png) no-repeat 0 50%;
  font-size: 20px;
  color: #000;
  padding-left: 25px;
  font-weight: 500;
  margin: 40px 0 15px 0;
}
.sub_contents p {
  font-size: 15px;
  color: #595959;
}
.sub_contents h5 {
  background: url(../images/sub/ico_h5.png) no-repeat 0 50%;
  font-size: 18px;
  color: #000;
  padding-left: 20px;
  font-weight: 500;
  margin: 15px 0 10px 0;
}
.sub_contents h5_basic {
  background: url(../images/sub/ico_h5.png) no-repeat 0 50%;
  color: #000;
  padding-left: 20px;
  margin: 15px 0 10px 0;
}

.sub_contents h5_arrange {
  background: url(../images/sub/ico_h5.png) no-repeat 0 50%;
  color: #272626;
  padding-left: 20px;
  margin: 20px;
}

.chk_container {
  width: 1200px;
  margin: 0 auto; /*overflow:hidden;*/
  padding-bottom: 50px;
}
.tit_bar {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  color: #000 !important;
  font-size: 30px !important;
  font-weight: 500;
  padding-bottom: 10px !important;
}
.snb_nav {
  float: left;
  width: 200px;
}
.snb_nav h2 {
  background: #00afc8;
  width: 100%;
  padding: 45px 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}
.snb_nav ul {
  border: 1px solid #ddd;
  border-top: 0;
}
.snb_nav li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  font-size: 16px;
  color: #595959;
}
.snb_nav li a:hover,
.snb_nav li a.on {
  background: url(../images/sub/snb_bg.jpg) no-repeat 95% 50%;
  color: #00afc8;
  font-weight: 500;
}
.chk_contents {
  float: left;
  width: calc(100% - 100px);
  margin-left: 50px;
}
.chk_contents h3 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  padding: 45px 0 33px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
.chk_contents h3 span {
  position: absolute;
  font-size: 12px;
  font-family: dotum;
  right: 0;
  top: 55%;
  color: #595959;
}
.chk_contents h3 span strong {
  color: #00afc8;
}
.chk_contents h4 {
  background: url(../images/sub/ico_h4.png) no-repeat 0 50%;
  font-size: 20px;
  color: #000;
  padding-left: 25px;
  font-weight: 500;
  margin: 40px 0 15px 0;
}
.chk_contents p {
  font-size: 15px;
  color: #595959;
}
.chk_contents h5 {
  background: url(../images/sub/ico_h5.png) no-repeat 0 50%;
  font-size: 18px;
  color: #000;
  padding-left: 20px;
  font-weight: 500;
  margin: 15px 0 10px 0;
}
.chk_contents h4_gj {
  background: url(../images/sub/imgIcon01.jpg) no-repeat 0 50%;
  font-size: 18px;
  color: #000;
  padding-left: 18px;
  font-weight: 500;
  margin: 40px 0 15px 0;
}
.chk_contents h5_gj {
  background: url(../images/sub/imgIcon02.jpg) no-repeat 0 50%;
  font-size: 15px;
  color: #000;
  padding-left: 18px;
  font-weight: 500;
  margin: 40px 0 15px 0;
}
.chk_contents h5_mj1 {
  background: url(../images/sub/ico_h5_2.png) no-repeat 0 50%;
  font-size: 15px;
  color: #333;
  padding-left: 18px;
  font-weight: 500;
  margin: 40px 0 15px 0;
}
.chk_contents h5_mj2 {
  background: url(../images/sub/ico_h5_2.png) no-repeat 0 50%;
  font-size: 15px;
  color: #333;
  padding-left: 18px;
  font-weight: 400;
  margin: 40px 0 15px 0;
}

.chk_contents cmt {
  background: url(../images/sub/ico_h5.png) no-repeat 0 50%;
  font-size: 16px;
  color: #000;
  padding-left: 20px;
  font-weight: 500;
  margin: 15px 0 10px 0;
}

.tit_img {
  position: relative;
}
.tit_img > img {
  vertical-align: bottom;
  width: 100%;
}
.tit_img .txt {
  position: absolute;
  background: #fff;
  left: 5%;
  top: 21%;
  width: 45%;
  padding: 20px;
  font-size: 24px;
  letter-spacing: -1px;
  color: #444;
}
.tit_img .txt .b_txt {
  font-size: 30px;
}
.tit_img .txt p {
  font-size: 24px;
}
.tit_img .con {
  position: absolute;
  top: 17%;
  left: 5%;
  width: 45%;
}
.tit_img .con .tit {
  font-size: 35px;
  color: #7e7d73;
  font-weight: 500;
  letter-spacing: -1px;
  width: 100%;
  text-align: center;
}
.tit_img .con hr {
  border: 0;
  width: 50px;
  background: #7e7d73;
  height: 1px;
  margin: 15px auto;
}
.tit_img .con .txt_box {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-top: 5px;
}

.tit_img .con .txt_box2 {
  background: #fff;
  border-radius: 5px;
  padding: 13px;
  margin-top: 60px;
}

.tit_img2 {
  position: relative;
}
.tit_img2 > img {
  vertical-align: bottom;
  width: 100%;
}
.tit_img2 .txt {
  position: absolute;
  background: #fff;
  left: 5%;
  top: 21%;
  width: 45%;
  padding: 20px;
  font-size: 24px;
  letter-spacing: -1px;
  color: #444;
}
.tit_img2 .txt .b_txt {
  font-size: 30px;
}
.tit_img2 .txt p {
  font-size: 24px;
}
.tit_img2 .chkCon {
  position: absolute;
  top: 45%;
  left: 5%;
  width: 58%;
}
.tit_img2 .chkCon .tit {
  font-size: 25px;
  color: #000;
  font-weight: 500;
  letter-spacing: -1px;
  width: 100%;
  text-align: center;
}
.tit_img2 .chkCon hr {
  border: 0;
  width: 50px;
  background: #7e7d73;
  height: 1px;
  margin: 15px auto;
}
.tit_img2 .chkCon .txt_box {
  border-radius: 5px;
  padding: 15px;
  margin-top: 5px;
}

.con_tab {
  width: 100%;
  overflow: hidden;
}
.con_tab li {
  float: left;
  width: 50%;
}
.con_tab li a {
  display: inline-block;
  border: 1px solid #ddd;
  border-left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 17px;
  color: #595959;
}
.con_tab li a:hover,
.con_tab li a.tab_on {
  background: #00afc8;
  color: #fff;
}
.con_tab li:first-child a {
  border-left: 1px solid #ddd;
}
.con_tab li:nth-child(n) a {
  border-left: 1px solid #ddd;
}

.con_tab2 {
  width: 100%;
  overflow: hidden;
}
.con_tab2 li {
  float: left;
  width: 33%;
}
.con_tab2 li a {
  display: inline-block;
  border: 1px solid #ddd;
  border-left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 17px;
  color: #595959;
}
.con_tab2 li a:hover,
.con_tab2 li a.tab_on {
  background: #008290;
  color: #fff;
}
.con_tab2 li:first-child a {
  border-left: 1px solid #ddd;
}
.con_tab2 li:nth-child(n) a {
  border-left: 1px solid #ddd;
}

.dot_list {
  width: 100%;
  overflow: hidden;
}
.dot_list li {
  background: url(../images/sub/ico_dot.png) no-repeat 0 10px;
  font-size: 15px;
  padding-left: 10px;
  color: #595959;
}

.list-typebox {
  border-radius: 5px;
  background: #f6f6f6;
  padding: 20px 30px;
  overflow: hidden;
  color: #595959;
  font-size: 15px;
}

.cs_numbox {
  border: 1px solid #ddd;
  width: 100%;
  overflow: hidden;
}
.cs_numbox li {
  float: left;
  width: 25%;
  padding: 15px 0;
  text-align: center;
}
.cs_numbox li:nth-child(even) {
  background: #f6f6f6;
}
.cs_numbox li strong {
  color: #00afc8;
}

.doctor_wrap {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: 0;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  border-right: 0;
}
.doctor_wrap li {
  width: 33.3%;
  text-align: center;
  padding: 30px 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.doctor_wrap li img {
  border: 1px solid #ddd;
  vertical-align: middle;
}
.doctor_name {
  font-size: 16px;
  margin: 10px 0;
}
.doctor_name strong {
  font-size: 24px;
}
.doctor_name .doc_team {
  color: #00afc8;
  font-weight: 400;
}
.doctor_wrap li dl {
  width: 80%;
  margin: 0 auto;
}
.doctor_wrap li dt {
  color: #00afc8;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.doctor_wrap li dd {
  font-size: 14px;
  text-align: left;
  color: #595959;
  padding: 10px 0;
  min-height: 70px;
}
.doctor_wrap li table {
  border: 1px solid #ddd;
  width: 100%;
}
.doctor_wrap li table thead th {
  background: #f6f6f6;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
}
.doctor_wrap li table tbody th {
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.doctor_wrap li table tbody td {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #00afc8;
  font-size: 10px;
  text-align: center;
  padding: 5px 0;
}
.cs_num {
  width: 100%;
  font-size: 20px;
}

.doctor_wrap2 {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: 0;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  border-right: 0;
}
.doctor_wrap2 li {
  width: 33.3%;
  text-align: center;
  padding: 0px 0px 30px 0px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.doctor_wrap2 li img {
  border: 0px solid #ddd;
  vertical-align: middle;
}
.doctor_name2 {
  font-size: 16px;
  margin: 10px 0;
}
.doctor_name2 strong {
  font-size: 28px;
}
.doctor_name2 .doc_team {
  color: #00afc8;
  font-weight: 400;
}
.doctor_wrap2 li dl {
  width: 80%;
  margin: 0 auto;
}
.doctor_wrap2 li dt {
  color: #00afc8;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.doctor_wrap2 li dd {
  font-size: 15px;
  text-align: left;
  color: #595959;
  padding: 10px 0;
  min-height: 70px;
}
.doctor_wrap2 li table {
  border: 0px solid #ddd;
  width: 100%;
}
.doctor_wrap2 li table thead th {
  background: #f6f6f6;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
}
.doctor_wrap2 li table tbody th {
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.doctor_wrap2 li table tbody td {
  border-bottom: 0px solid #ddd;
  border-left: 0px solid #ddd;
  color: #00afc8;
  font-size: 10px;
  text-align: center;
  padding: 5px 0;
}

/* 특화진료 */
.special_point {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.special_point li {
  width: 33.3%;
  text-align: center;
  color: #555;
}
.special_point li img {
  width: 95%;
  margin: 0 auto;
  display: block;
}
.special_point2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.special_point2 li {
  width: 33.3%;
  text-align: center;
  color: #555;
}
.special_point2 li img {
  margin: 0 auto;
  display: block;
}
.special_point3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.special_point3 li {
  width: 50%;
  text-align: center;
  color: #555;
}
.special_point3 li img {
  width: 95%;
  margin: 0 auto;
  display: block;
}
.special_point4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.special_point4 li {
  width: 50%;
  text-align: center;
  color: #555;
}
.special_point4 li img {
  width: 95%;
  margin: 0 auto;
  display: block;
}
.special_point5 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.special_point5 li {
  width: 50%;
  text-align: center;
  color: #555;
}
.special_point5 li img {
  width: 95%;
  margin: 0 auto;
  display: block;
}
.casetype {
  position: relative;
  background: url(../images/sub/casetype_01.png) no-repeat 100% 50%;
  background-size: auto;
}
.casetype > .con {
  width: 55%;
  padding: 8em 1.5em;
}
.casetype .con span.quotes_02 {
  display: inline-block;
  vertical-align: top;
  margin: 5px 15px;
}
.casetype .con span img {
  width: 30px;
}
.percent {
  display: flex;
  flex-wrap: wrap;
}
.percent span.mark {
  width: 100px;
}
.percent span.mark img {
  width: 100%;
}
.percent span.con {
  width: calc(100% - 110px);
  margin-left: 10px;
  padding: 1.5em 0;
}
.special_doc01 {
  display: flex;
  flex-wrap: wrap;
}
.special_doc01 div {
  width: 50%;
}
.special_doc01 div.img {
  text-align: right;
}
.special_doc01 .tit {
  font-size: 25px;
  letter-spacing: -1px;
  color: #333;
  line-height: 130%;
}
.special_doc01_list dt {
  margin-top: 20px;
  color: #00afc8;
  font-weight: 500;
  font-size: 15px;
}
.special_doc01_list dd {
  color: #555;
  font-size: 15px;
  background: url(../images/sub/ico_dot.png) no-repeat 0 9px;
  padding-left: 10px;
}
.special_doc02 {
  display: flex;
  flex-wrap: wrap;
}
.special_doc02 div {
  width: 50%;
}
.special_doc02 div.img {
  text-align: right;
}
.special_doc02 .tit {
  font-size: 25px;
  letter-spacing: -1px;
  color: #333;
  line-height: 130%;
}
.special_doc02_list dt {
  margin-top: 20px;
  color: #00afc8;
  font-weight: 500;
  font-size: 15px;
}
.special_doc02_list dd {
  color: #555;
  font-size: 15px;
  background: url(../images/sub/ico_dot.png) no-repeat 0 9px;
  padding-left: 10px;
}
.special_doc03 {
  display: flex;
  flex-wrap: wrap;
}
.special_doc03 div {
  width: 50%;
}
.special_doc03 div.img {
  text-align: right;
}
.special_doc03 .tit {
  font-size: 25px;
}
.special_doc03_list dt {
  margin-top: 20px;
  color: #00afc8;
  font-weight: 500;
  font-size: 15px;
}
.special_doc03_list dd {
  color: #555;
  font-size: 15px;
  background: url(../images/sub/ico_dot.png) no-repeat 0 9px;
  padding-left: 10px;
}

.special_doc04 {
  display: flex;
  flex-wrap: wrap;
}
.special_doc04 div {
  width: 50%;
}
.special_doc04 div.img {
  text-align: right;
}
.special_doc04 .tit {
  font-size: 25px;
  letter-spacing: -1px;
  color: #333;
  line-height: 130%;
}
.special_doc04_list dt {
  margin-top: 20px;
  color: #00afc8;
  font-weight: 500;
  font-size: 15px;
}
.special_doc04_list dd {
  color: #555;
  font-size: 15px;
  background: url(../images/sub/ico_dot.png) no-repeat 0 9px;
  padding-left: 10px;
}
.special_doc05 {
  display: flex;
  flex-wrap: wrap;
}
.special_doc05 div {
  width: 50%;
}
.special_doc05 div.img {
  text-align: right;
}
.special_doc05 .tit {
  font-size: 25px;
  letter-spacing: -1px;
  color: #333;
  line-height: 130%;
}
.special_doc05_list dt {
  margin-top: 20px;
  color: #00afc8;
  font-weight: 500;
  font-size: 15px;
}
.special_doc05_list dd {
  color: #555;
  font-size: 15px;
  background: url(../images/sub/ico_dot.png) no-repeat 0 9px;
  padding-left: 10px;
}

.tit_text {
  width: 100%;
  text-align: center;
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 17px;
}
.tit_text2 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 17px;
}
.tit_img .con .health_mark {
  margin-top: -20px;
}
.tit_img2 .chkCon .health_mark {
  margin-top: -20px;
}

.box_list {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.box_list li {
  width: 20%;
  font-size: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  letter-spacing: -1px;
  color: #595959;
  text-align: center;
  padding: 10px 0;
}

.w3 li {
  float: left;
  width: 33.3%;
}
.w4 li {
  width: 25%;
}

/* 테이블 */
.tbl_basic {
  width: 100%;
  border-top: 1px solid #9cc3d3;
}
.tbl_basic thead th {
  background: #c0dce8;
  border: 1px solid #9cc3d3;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
.tbl_basic tbody th {
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-top: 0;
  font-weight: 500;
}
.tbl_basic tbody td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.price tbody td:last-child {
  text-align: center;
}

.tbl_basic2 {
  width: 100%;
  border-top: 1px solid #9cc3d3;
}
.tbl_basic2 thead th {
  background: #c0dce8;
  border: 1px solid #9cc3d3;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
.tbl_basic2 tbody th {
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-top: 0;
  font-weight: 500;
}
.tbl_basic2 tbody td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.tbl_basic3 {
  width: 100%;
  border: 1px solid #9cc3d3;
}
.tbl_basic3 thead th {
  background: #c0dce8;
  border: 1px solid #9cc3d3;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
.tbl_basic3 tbody th {
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-top: 0;
  font-weight: 500;
}
.tbl_basic3 tbody td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.tbl_basic4 {
  width: 100%;
  border: 1px solid #bbb;
}
.tbl_basic4 thead th {
  background: #c0dce8;
  border: 1px solid #bbb;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  font-size: 12px;
}
.tbl_basic4 tbody th {
  background: #f6f6f6;
  border: 1px solid #bbb;
  border-top: 0;
  font-weight: 500;
  font-size: 12px;
}
.tbl_basic4 tbody td {
  border: 1px solid #bbb;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
/*.price tbody td:last-child{text-align:center;}*/

/* 병원안내 */
.overveiw_tit {
  width: 100%;
  text-align: center;
}
.overveiw_tit li {
  position: relative;
  display: inline-block;
  border: 2px dotted #009db9;
  border-radius: 500px;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
}
.overveiw_tit li span {
  position: absolute;
  top: 43%;
  left: 50%;
  margin-left: -25px;
  font-size: 30px;
  color: #009db9;
}
.overveiw_tit li:nth-child(2) {
  z-index: -99;
  margin-left: -30px;
  border: none;
  background: url(../images/sub/overview_bg.jpg);
}
.overveiw_tit li:nth-child(2) span {
  color: #fff;
  font-weight: 500;
}
.overveiw_tit li:last-child {
  margin-left: -30px;
}
.overveiw_txt {
  text-align: center;
  line-height: 160%;
  font-size: 18px;
  color: #595959;
  margin-top: 30px;
}
.overveiw_txt strong {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

.hi_box {
  display: table;
  border: 1px solid #ddd;
  padding: 10px;
  background: url(../images/sub/logo_bg.png);
  overflow: hidden;
  width: 100%;
}
.hi_box .logo_img {
  display: table-cell;
  width: 70%;
  text-align: center;
  vertical-align: middle;
}
.hi_box .logo_img img {
  width: 70%;
}
.hi_box .logo_color {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
.hi_box .logo_color .color-box {
  display: inline-block;
  width: 30px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
}
.logo_color p {
  font-size: 14px;
  vertical-align: middle;
}
.logo_color p.tit {
  color: #333;
  font-size: 15px;
  padding-bottom: 5px;
}

/* 20230505 by lims bk
.hi_box{display:table;border:1px solid #ddd;padding:30px;background:url(../images/sub/logo_bg.png);overflow:hidden;width:100%}
.hi_box .logo_img{display:table-cell;width:50%;text-align:center;vertical-align:middle}
.hi_box .logo_img img{width:40%}
.hi_box .logo_color{display:table-cell;width:50%;vertical-align:middle}
.hi_box .logo_color .color-box{display:inline-block;width:30px; height:15px;margin-right:10px;vertical-align:middle}
*/

.vision {
  display: table;
  width: calc(100% + 20px);
  overflow: hidden;
  text-align: center;
  border-spacing: 10px;
  margin-top: -10px;
  margin-left: -10px;
}
.vision li {
  display: table-cell;
  border: 2px solid #00afc8;
  width: calc(50% - 20px);
  border-radius: 7px;
  padding: 10px 50px;
  font-size: 15px;
}
.vision li .tit {
  display: inline;
  font-size: 18px;
  color: #00afc8;
}
.vision li hr {
  border: 0;
  height: 0;
  border-top: 5px dotted #00afc8;
  width: 20px;
}

.philosopy {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f6f6f6;
  padding: 30px;
}
.philosopy dd {
  float: left;
  border: 1px solid #ddd;
  width: 45%;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  margin-top: 30px;
  background: #fff;
}
.philosopy dd:nth-child(even) {
  float: right;
}
.philosopy dd.result {
  border: 0;
  width: 100%;
  background: none;
  padding-top: 30px;
  font-size: 20px;
}
.philosopy dt {
  position: absolute;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  background: url(../images/sub/overview_bg.jpg);
  border-radius: 500px;
  left: 50%;
  margin-left: -10%;
  text-align: center;
}
.philosopy dt span {
  display: block;
  margin-top: 45%;
  color: #fff;
  font-size: 20px;
}

.history_wrap {
  width: 100%;
  overflow: hidden;
}
.history_wrap dl {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 50px 0;
}
.history_wrap dt {
  width: 200px;
  float: left;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #00afc8;
}
.history_wrap dd {
  float: left;
  color: #595959;
  font-size: 15px;
  width: calc(100% - 200px);
  margin-top: 5px;
}
.history_wrap dd li {
  line-height: 180%;
  overflow: hidden;
}
.history_wrap dd li span {
  float: left;
  width: calc(100% - 80px);
}
.history_wrap dd li span.month {
  display: inline-block;
  width: 80px;
  color: #00afc8;
  font-weight: 500;
}

.map {
  overflow: hidden;
  max-height: 450px;
}
.location_info {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.location_info li {
  float: left;
  width: 33.3%;
  border-left: 1px solid #ddd;
}
.location_info li:first-child {
  border: none;
}
.location_info li dl {
  width: 80%;
  margin: 0 auto;
}
.location_info li dt {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.location_info li dd {
  font-size: 15px;
  color: #595959;
  padding: 10px 0;
}
.location_info li dd a {
  display: inline-block;
  background: #00afc8;
  border-radius: 5px;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.location_info2 {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.location_info2 li {
  float: left;
  width: 100%;
  border-left: 1px solid #ddd;
}
.location_info2 li:first-child {
  border: none;
}
.location_info2 li dl {
  width: 80%;
  margin: 0 auto;
}
.location_info2 li dt {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.location_info2 li dd {
  font-size: 15px;
  color: #595959;
  padding: 10px 0;
}
.location_info2 li dd a {
  display: inline-block;
  background: #00afc8;
  border-radius: 5px;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.map-address {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #00afc8;
}

.crm_map {
  overflow: hidden;
  max-height: 450px;
}
.loc_info {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.loc_info li {
  width: 100%;
  border-left: 1px solid #ddd;
}
.loc_info li:first-child {
  border: none;
}
/*.loc_info li:first-child{float:left;width: 100%;}*/
.loc_info li dl {
  width: 80%;
  margin: 0 auto;
}
.loc_info li dt {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.loc_info li dd {
  font-size: 15px;
  color: #595959;
  padding: 10px 0;
}
.loc_info li dd a {
  display: inline-block;
  background: #00afc8;
  border-radius: 5px;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.map-addr {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #00afc8;
}
.menu-bar {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background: #00afc8;
}
.checkup-bar {
  width: 90%;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background: #ee403d;
  margin: 0 auto;
}

.gbs-box {
  width: 100%;
  overflow: hidden;
}
.gbs-box .img,
.gbs-box .con {
  float: left;
  width: 50%;
  color: #595959;
  font-size: 15px;
}
.gbs-box .img {
  margin-top: 40px;
}
.gbs-box .con strong {
  display: inline-block;
  color: #00afc8;
  font-size: 20px;
  padding-bottom: 15px;
}
.gbs-point {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background: #f6f6f6;
  margin-top: 15px;
}
.gbs-point i {
  color: #ff4095;
}
.btn_wrap {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
a.btn_go {
  display: inline-block;
  background: #00afc8;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
}

.vip_care {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.vip_care p {
  display: inline-block;
  width: 33.3%;
  background: rgba(0, 175, 200, 0.8);
  border-radius: 500px;
  text-align: center;
  margin-left: -25px;
  color: #fff;
  padding: 15px;
}
.vip_care p:first-child {
  background: #25d78e;
  margin-left: 0;
}
.vip_care p i {
  font-size: 50px;
}
.vip_care p span {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}
.vip_care span.ico_plus {
  z-index: 99;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-top: 25px;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 500px;
}

.vip_care2 {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.vip_care2 p {
  display: inline-block;
  width: 30%;
  background: rgba(0, 175, 200, 0.8);
  border-radius: 500px;
  text-align: center;
  margin-left: -25px;
  color: #fff;
  padding: 15px;
}
.vip_care2 p:first-child {
  width: 20%;
  background: #25d78e;
  margin-left: 0;
}
.vip_care2 p:nth-child(3) {
  width: 20%;
}
.vip_care2 p i {
  font-size: 50px;
}
.vip_care2 p span {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}
.vip_care2 span.ico_plus {
  z-index: 99;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-top: 25px;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 500px;
}

.timetable_tb {
  width: 100%;
  overflow: auto;
  position: relative;
}
.timetable_tb table {
  width: 100%;
  overflow: auto;
}
.timetable_tb table tr td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px 5px;
  font-weight: 500;
}
.timetable_tb table tr:first-child td {
  width: 15.5%;
  background: #f6f6f6;
}
.timetable_tb table tr:first-child td:first-child {
  width: 7%;
}
.timetable_tb table tr:nth-child(2) td {
  width: 7.75%;
  background: #f6f6f6;
}

.red_holi {
  color: #b50c0c;
}
.blue_holi {
  color: #666;
}
.green_holi {
  color: #129a1d;
}
.ope_holi {
  color: #0055f0;
}
.db_holi {
  color: #ff813c;
}
.reservation_holi {
  color: #00afc8;
}
.night_holi {
  color: #2a0066;
}
.purple_holi {
  color: #a566ff;
}

.tb_notice {
  margin-bottom: 10px;
  color: #00afc8 !important;
}

/*나의 권장검진*/
.self_test {
  background-image: url(../images/sub/self_test.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px 0;
}
.self_test p {
  color: #fff;
  font-size: 30px;
}
.self_test_line {
  width: 100%;
  height: 1px;
  border: none;
  background: #ddd;
  margin: 20px auto;
}
.contact_button {
  margin: 0 auto;
}
.test_q {
  width: 100%;
  overflow: hidden;
  margin: 40px 0;
}
.test_q > div {
  float: left;
  position: relative;
}
.test_qT {
  padding: 2px 10px;
  background: #00afc8;
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
}
.test_q > div:last-child {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-top: 2px;
}
.test_q > div:last-child span {
  background-image: url(../images/sub/result_q_bg.png);
  background-repeat: repeat-x;
  background-position: 0 95%;
}

#contact_button {
  border: none;
  background: #00afc8;
  padding: 10px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-top: 20px;
  border-radius: 5px;
}
.self_test_wrap {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.a_label {
  margin-right: 10px;
  font-size: 15px;
}
.q_line {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 105%;
  height: 8px;
  background: rgba(0, 175, 200, 0.1);
}

.result_pg_wrap {
  background: #2265a1;
  padding: 30px;
  background: linear-gradient(-45deg, #2265a1 50%, #9ec9e9 50%);
}
.result_pg {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
}
.result_more {
  width: 180px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #00afc8;
  font-size: 15px;
  background: rgba(0, 175, 200, 0.1);
}
.result_more a {
  color: #00afc8;
}
.result_grade {
  font-size: 35px !important;
  color: #00afc8 !important;
  margin-bottom: 20px;
  font-weight: 600;
}

#mbtMenuBtn {
  display: none;
}

/* 파트너 */
.partner_ban {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.partner_ban li {
  width: 25%;
  margin-bottom: 10px;
}
.partner_ban li img {
  width: 100%;
  max-width: 230px;
}

/* 건강검진페이지 안내용(231002 지훈추가) */
.partner_ban2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.partner_ban2 li {
  width: 33%;
  margin-bottom: 10px;
}
.partner_ban2 li img {
  width: 100%;
  max-width: 300px;
}

/* 건강검진 */
.checkup_ban {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.checkup_ban li {
  width: 25%;
  margin-bottom: 10px;
}
.checkup_ban li img {
  width: 100%;
  max-width: 230px;
}

/* 테스트 */
.test_ban {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.test_ban li {
  width: 25%;
  margin-bottom: 10px;
}
.test_ban li img {
  width: 100%;
  max-width: 230px;
}

.m_hidden {
  display: block;
}
.m_block {
  display: none;
}

.m_btn_my {
  display: none;
}
/* 20240125 ▼ */
.m_nbtn_my {
  display: none;
}

#hd_pop {
  width: 1200px !important;
}

.compe_btn {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.compe_btn li {
  width: 33.3%;
  vertical-align: middle;
}
.compe_btn a {
  display: inline-block;
  width: calc(100% - 10px);
  margin: 5px;
  background: #eeaf27;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  line-height: 150%;
  padding: 10px 0;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.compe_btn li:nth-child(2) a {
  background: #97c821;
}
.compe_btn li:nth-child(3) a {
  background: #21c8ab;
}

/****************************************************   1200   *****************************************************************/
@media (max-width: 1200px) {
  .header_wrap,
  footer .footer_info ul,
  footer .family ul {
    width: 100%;
  }
  .quick_wrap,
  .nav_con,
  .roll_quick,
  .board_wrap,
  footer .copy {
    width: 95%;
  }
  header .header_wrap nav #Lnb li a {
    font-size: 17px;
    padding: 25px 1.8em;
  }

  .btn_my a {
    font-size: 13px;
    background-size: 15px;
  }
  /* */
  .nbtn_my a {
    font-size: 13px;
    background-size: 15px;
  }

  .quick_wrap li:nth-child(3),
  .quick_wrap li:nth-child(4) {
    font-size: 12px;
    letter-spacing: -0.5px;
    padding: 5px 0;
  }
  .quick_wrap li:nth-child(3) img,
  .quick_wrap li:nth-child(4) img {
    width: 40px;
    vertical-align: middle;
  }
  .quick_wrap li span strong {
    font-size: 13px;
    font-weight: 400;
  }

  .roll_quick .bx-wrapper {
    max-width: 61% !important;
  }
  #roll_ico {
    padding: 0 30px;
    text-align: center;
    line-height: 100%;
    overflow: hidden;
  }
  .roll_quick .bx-wrapper .bx-prev {
    left: -50px;
  }
  .roll_quick .bx-wrapper .bx-next {
    right: -20px;
  }

  .photo {
    position: relative;
    float: right;
    width: calc(39% - 110px);
  }
  .photo2 {
    position: relative;
    float: right;
    width: calc(39% - 110px);
  }

  .board_pre > li img {
    width: 100%;
  }
  .board_pre > li:nth-child(2) img {
    width: 100%;
  }
  .board_pre > li .board_box dl {
    padding: 30px 0;
  }
  .board_pre > li .board_box dt {
    font-size: 20px;
    height: 60px;
  }
  .board_pre > li .board_box dd.con {
    font-size: 14px;
    height: 67px;
  }
  .board_pre > li .board_box dd.date {
    margin-top: 10px;
    font-size: 14px;
  }
  .board_pre > li .board_box .pre_list li {
    width: 100%;
    line-height: 120%;
  }
  .board_pre > li .board_box .pre_list li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sub_container {
    width: 99%;
    margin: 0;
  }
  .sub_contents {
    float: left;
    width: calc(100% - 230px);
    margin-left: 30px;
  }
  .sub_contents img {
    max-width: 100%;
  }

  .chk_container {
    width: 100%;
    margin: 0;
  }
  .chk_contents {
    float: left;
    width: calc(100% - 230px);
    margin-left: 30px;
  }
  .chk_contents img {
    max-width: 100%;
  }
  #hd_pop {
    width: auto !important;
  }
}

/***********************************************   1099  ***************************************************************/
@media (max-width: 1099px) {
  header {
    background: #fff;
  }
  #main_visual {
    padding-top: 50px;
  }
  #Gnb,
  header .header_wrap nav {
    display: none;
  }
  header .header_wrap h1 {
    float: left;
    display: inline-block;
    padding: 10px;
    background: #00afc8;
    width: 80px;
    text-align: center;
  }
  header .header_wrap h1 img {
    width: 100%;
  }

  .member_nav {
    display: block;
    position: absolute;
    top: 20px;
    right: 60px;
  }
  .member_nav a {
    font-size: 12px;
    padding: 0 5px;
  }
  /*
.member_nav{display:block;position: absolute; top:20px;right:80px}
.member_nav a{font-size:15px;padding:0 10px} 

*/

  #mbtMenu {
    position: absolute;
    top: 0;
    right: -250px;
    display: block;
    min-height: 100vh;
    width: 250px;
    overflow-y: auto;
  }
  #mbtMenuBtn {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    border: none;
    text-indent: -9999px;
    background: url("../images/common/mbt_menu_btn_set.gif") no-repeat 0 0;
  }
  #mbtMenuContent {
    position: absolute;
    background-color: #00afc8;
    top: 67px;
    right: 0;
    width: 270px;
    padding-left: 15px;
    z-index: 201;
    color: #fff;
    display: none;
  }
  #mbtMenuUl {
    text-align: left;
  }
  #mbtMenuUl a {
    color: #fff;
  }
  #mbtMenuUl > li > a {
    padding: 10px;
    display: block;
    width: 200px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 15px;
  }
  #mbtMenuUl > li:first-child > a {
    border-top: none;
  }
  #mbtSearchZone {
    background-color: #00567a;
    height: 50px;
    line-height: 55px;
    text-align: center;
  }
  #mbtMenuUl > li > a#engLink {
    border-top: none;
  }
  .mbtSubMenuUl {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 190px;
    padding: 0 0 0 10px;
    margin: 0 auto;
    display: none;
  }
  .mbtSubMenuUl > li > a {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    line-height: normal;
  }
  .m_social {
    display: inline-block;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
  }
  .m_social a {
    display: inline;
    font-size: 25px;
    color: #fff;
    padding: 0 10px;
  }
  .m_family {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 15px;
  }
  .m_family dt {
    width: 190px;
    margin: 0px auto;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .m_family dd {
    width: 180px;
    margin: 5px auto;
  }
  .m_family dd a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    padding: 15px 0px;
    font-weight: 200;
  }
  .m_family dd a:before {
    content: "- ";
  }

  .bxslider li.bg_01,
  .bxslider li.bg_02,
  .bxslider li.bg_03,
  .bxslider li.bg_04,
  .bxslider li.bg_05,
  .bxslider li.bg_06 {
    min-height: 85vh;
    width: 100%;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: 120px;
  }
  .nav_con > li dd p {
    font-size: 13px;
  }

  .roll_quick .bx-wrapper {
    max-width: 60% !important;
  }
  .roll_quick .bx-wrapper #roll_ico div {
    margin-right: 45px !important;
  }
  .roll_quick .bx-wrapper .bx-prev {
    left: -50px;
  }
  .roll_quick .bx-wrapper .bx-next {
    right: -30px;
  }

  .photo {
    padding: 20px 20px 50px 20px;
  }
  .photo {
    position: relative;
    float: right;
    width: calc(40% - 110px);
  }

  .photo2 {
    padding: 20px 20px 50px 20px;
  }
  .photo2 {
    position: relative;
    float: right;
    width: calc(40% - 110px);
  }

  .board_bg {
    background: url(../images/main/board_bg.jpg) repeat-x 0 0%;
    width: 100%;
    padding: 40px 0;
    margin-top: 20px;
  }
  .board_pre > li {
    width: 32%;
  }
  .board_pre > li:nth-child(2) {
    margin: 0 2%;
  }
  .board_pre > li .tit {
    font-size: 20px;
  }
  .board_pre > li .board_box dl {
    width: 85%;
    padding: 20px 0 20px 0;
    margin: 0 auto;
  }
  .board_pre > li .board_box dt {
    font-size: 18px;
    -webkit-line-clamp: 1;
    height: 23px;
  }
  .board_pre > li .board_box dd.con {
    -webkit-line-clamp: 3;
    height: 60px;
  }
  .board_pre > li .board_box dd.date {
    margin-top: 10px;
    font-size: 13px;
  }
  .board_pre > li .board_box .pre_list {
    width: 85%;
    padding-top: 15px;
  }
  .board_pre > li .board_box .pre_list li {
    line-height: 14px;
  }
  .board_pre > li .board_box .pre_list li a {
    font-size: 14px;
  }
  .board_pre > li .board_box .pre_list li a:before {
    content: "- ";
  }
  .board_pre > li .btn_more a {
    font-size: 13px;
  }

  #sub-visual {
    margin-top: 70px;
  }
  .snb_nav {
    display: none;
  }
  .sub_contents {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .chk_contents {
    float: none;
    width: 95%;
    margin: 0 auto;
  }

  .tit_img .txt .b_txt {
    font-size: 25px;
  }
  .tit_img .txt .c_txt {
    font-size: 20px;
  }
  .tit_img .txt p {
    font-size: 20px;
  }
  .tit_img .con {
    top: 8%;
  }
  .tit_img .con .health_mark {
    width: 200px;
    margin-top: 0;
  }

  .tit_img2 .chkCon {
    top: 45%;
  }
  .tit_img2 .chkCon .health_mark {
    width: 200px;
    margin-top: 0;
  }

  .doctor_wrap li {
    width: 50%;
  }
  .doctor_wrap2 li {
    width: 50%;
  }

  .box_list li {
    width: 25%;
  }
  .overveiw_tit li {
    width: 30%;
    padding-bottom: 30%;
  }
  .overveiw_tit li span {
    font-size: 27px;
  }
}

/***********************************************   950  ***************************************************************/
@media (max-width: 950px) {
  .timetable_tb table {
    width: 890px;
  }
  .timetable_tb table tr td {
    padding: 5px 5px;
  }

  .partner_ban li img {
    width: 98%;
  }
  .partner_ban2 li img {
    width: 98%;
  }
  .test_ban li img {
    width: 98%;
  }
}

/***********************************************   768  ***************************************************************/
@media (max-width: 767px) {
  .booking_box li {
    clear: both;
    width: 100%;
  }

  .visual_txt {
    top: 27%;
    width: 80%;
    margin-left: -40%;
    padding: 20px 0;
  }
  .visual_txt .tit {
    font-size: 25px;
  }
  .visual_txt p {
    font-size: 16px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: 50px;
  }

  .bxslider li.bg_01,
  .bxslider li.bg_02,
  .bxslider li.bg_03,
  .bxslider li.bg_04,
  .bxslider li.bg_05,
  .bxslider li.bg_06 {
    min-height: 80vh;
    width: 100%;
  }

  .quick_wrap {
    display: block;
    margin-top: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .quick_wrap li {
    display: block;
    float: left;
    width: 50%;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }
  .quick_wrap li:nth-child(3),
  .quick_wrap li:nth-child(4) {
    font-size: 11px;
    padding: 10px;
    text-align: center;
  }
  .quick_wrap li:nth-child(3) .img,
  .quick_wrap li:nth-child(4) .img {
    display: block;
    width: 100%;
  }
  .quick_wrap li:nth-child(3) {
    width: 47%;
  }
  .quick_wrap li:nth-child(4) {
    width: 53%;
  }
  .quick_wrap li .txt {
    display: inline-block;
    text-align: center;
  }
  .quick_wrap li i {
    font-size: 16px;
  }
  .quick_wrap li span strong {
    font-size: 12px;
    font-weight: 400;
  }

  .nav_con {
    display: block;
    border-top: 1px solid #ddd;
  }
  .nav_con > li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    vertical-align: top;
    color: #000;
  }
  .nav_con > li a {
    display: block;
    width: 100%;
  }
  .nav_con > li:nth-child(odd) {
    border-left: 1px solid #ddd;
  }
  .nav_con .nav_subcon,
  .nav_con > li hr,
  .nav_con > li dd p {
    display: none;
  }
  .nav_con > li dd p.tit {
    display: block;
    font-size: 16px;
  }
  figure.nav_motion dl {
    padding: 20px 0;
  }
  figure.nav_motion dt img {
    width: 50px;
  }
  .btn_my {
    position: relative;
    display: inline-block;
    width: calc(200% + 3px);
    margin-right: -1px;
  }
  /*.btn_my{width:calc(200% + 3px);margin-right:-1px}*/
  .nbtn_my {
    position: relative;
    display: inline-block;
    width: calc(200% + 3px);
    margin-right: -1px;
  }

  .roll_quick {
    margin-top: 10px;
  }
  .roll_quick .bx-wrapper {
    margin: 20px 50px 30px 50px;
  }
  .roll_quick .bx-wrapper {
    max-width: 85% !important;
  }
  .roll_quick .bx-wrapper #roll_ico div {
    font-size: 14px;
    margin-right: 30px;
  }
  .roll_quick .bx-wrapper .bx-prev {
    left: -50px;
  }
  .roll_quick .bx-wrapper .bx-next {
    right: -20px;
  }
  .roll_quick .bx-controls-direction {
    display: none;
  }

  .photo {
    float: left;
    width: 100%;
  }
  .photo a {
    color: #fff;
  }
  .photo .tit {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .photo p {
    font-size: 14px;
  }
  .photo .point {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
  }

  .photo2 {
    float: left;
    width: 100%;
  }
  .photo2 a {
    color: #fff;
  }
  .photo2 .tit {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .photo2 p {
    font-size: 14px;
  }
  .photo2 .point {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
  }

  .board_bg {
    background: #00afc8;
    background-image: none;
  }
  .board_pre > li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .board_pre > li:nth-child(2) {
    margin: 0%;
    margin-bottom: 20px;
  }
  .board_pre > li .tit {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .board_pre > li .board_box {
    height: auto;
    padding-bottom: 0;
  }
  .board_pre > li .board_box dl {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
  }
  .board_pre > li .board_box dt {
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    height: 30px;
  }
  .board_pre > li .board_box dd.con {
    -webkit-line-clamp: 2;
    height: 40px;
  }
  .board_pre > li .board_box dd.date {
    margin-top: 15px;
  }
  .board_pre > li .board_box .pre_list {
    padding-top: 15px;
    width: 90%;
    padding-bottom: 15px;
  }
  .board_pre > li .board_box .pre_list li a {
    font-size: 14px;
    line-height: 170%;
  }
  .board_pre > li .board_box .pre_list li a:before {
    content: "- ";
  }
  .board_pre > li .btn_more a {
    position: absolute;
    top: 3px;
    right: 0;
    color: #fff;
    font-size: 14px;
  }

  footer .family {
    display: none;
  }
  footer {
    width: 100%;
    background: #444954;
    text-align: center;
  }
  footer .footer_info li {
    float: none;
    display: inline-block;
    text-align: center;
    padding: 10px 3px;
  }
  footer .footer_info li a {
    font-size: 12px;
  }
  footer .footer_info li:last-child {
    display: none;
  }
  footer .copy .f_logo {
    display: block;
    padding-right: 0px;
  }
  footer .copy .f_logo img {
    width: 80px;
  }
  footer .copy .address {
    display: block;
    text-align: center;
    font-size: 12px;
  }

  .list-typebox {
    padding: 15px 20px;
  }
  .w3 li {
    width: 50%;
    font-size: 14px;
  }
  .w3 li:last-child {
    border-left: 1px solid #ddd;
  }

  .cs_numbox li {
    width: 50%;
  }
  .cs_numbox li:nth-child(even) {
    background: #fff;
  }
  .cs_numbox li:nth-child(2),
  .cs_numbox li:nth-child(3) {
    background: #f6f6f6;
  }

  .tit_img .txt {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #f6f6f6;
  }
  .tit_img > img {
    display: none;
  }
  .tit_img .txt .b_txt {
    font-size: 20px;
  }
  .tit_img .txt p {
    font-size: 14px;
  }

  .con_tab li a {
    font-size: 15px;
  }
  .con_tab2 li a {
    font-size: 15px;
  }
  .doctor_wrap li {
    width: 100%;
  }
  .doctor_wrap2 li {
    width: 100%;
  }

  .tit_img .con {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border: 1px solid #ddd;
  }
  .tit_img .con .health_mark {
    width: 100%;
    background: #e7e9ef;
    text-align: center;
    padding: 10px 0;
  }

  /*.tit_img2 > img{'src: url(https://www.hshospital.co.kr/medicheck/imgs/link200.jpg)'} */
  .tit_img2 > img {
    src: url(link200.jpg);
  }
  .tit_img2 .chkCon {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border: 1px solid #ddd;
  }
  .tit_img2 .chkCon .health_mark {
    width: 100%;
    background: #e7e9ef;
    text-align: center;
    padding: 10px 0;
  }

  .box_list li {
    width: 50%;
  }

  .overveiw_tit li {
    width: 33.3%;
    padding-bottom: 33.3%;
  }
  .overveiw_tit li span {
    top: 40%;
    font-size: 20px;
  }
  .overveiw_txt {
    font-size: 15px;
  }
  .overveiw_txt strong {
    font-size: 20px;
  }
  .overveiw_txt strong br {
    display: none;
  }

  .vip_care {
    position: relative;
    width: 100%;
    display: block;
  }
  .vip_care p {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .vip_care p i {
    font-size: 50px;
  }
  .vip_care p span {
    display: inline-block;
    margin-top: 0px;
    font-size: 16px;
    text-align: center;
  }
  .vip_care span.ico_plus {
    display: block;
    z-index: 99;
    width: 50px;
    height: 50px;
    color: #fff;
    margin: 10px auto;
    padding-top: 10px;
    text-align: center;
  }

  .history_wrap dt {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .history_wrap dd {
    width: 100%;
  }
  .history_wrap dd li span.month {
    width: 50px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .board_pre {
    width: 100%;
  }
  .board_pre > li .board_box .pre_list li a,
  .board_pre > li {
    width: 100%;
  }
  #sub-visual {
    margin-top: 68px;
  }
  .bg-01,
  .bg-02,
  .bg-03,
  .bg-04,
  .bg-05,
  .bg-06,
  .bg-07 {
    height: 150px;
  }
  .bxslider li.bg_01,
  .bxslider li.bg_02,
  .bxslider li.bg_03,
  .bxslider li.bg_04,
  .bxslider li.bg_05,
  .bxslider li.bg_06 {
    min-height: 350px;
    max-height: 350px;
    width: 100%;
  }

  .casetype > .con {
    width: 80%;
    padding: 5em 1.5em;
  }
  .special_point li {
    width: 100%;
    margin-bottom: 20px;
  }
  .special_point2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .special_point3 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .special_point4 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .special_point5 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .special_doc01 div {
    width: 100%;
    background: url(../images/sub/special_doc01.jpg) no-repeat 120% 100%;
  }
  .special_doc01 div.img {
    display: none;
    width: 50%;
  }
  .special_doc02 div {
    width: 100%;
    background: url(../images/sub/special_doc02.jpg) no-repeat 120% 100%;
  }
  .special_doc02 div.img {
    display: none;
    width: 50%;
  }
  .special_doc03 div {
    width: 100%;
    background: url(../images/sub/special_doc03.jpg) no-repeat 120% 100%;
  }
  .special_doc03 div.img {
    display: none;
    width: 50%;
  }
  .special_doc04 div {
    width: 100%;
    background: url(../images/sub/special_doc04.jpg) no-repeat 120% 100%;
  }
  .special_doc04 div.img {
    display: none;
    width: 50%;
  }
  .special_doc05 div {
    width: 100%;
    background: url(../images/sub/special_doc05.jpg) no-repeat 120% 100%;
  }
  .special_doc05 div.img {
    display: none;
    width: 50%;
  }

  .sub_contents h3 span {
    display: none;
  }
  .chk_contents h3 span {
    display: none;
  }
  .tit_text {
    font-size: 20px;
  }
  .tit_text2 {
    font-size: 30px;
  }

  .partner_ban li {
    width: 33.3%;
  }
  .partner_ban2 li {
    width: 50%;
  }
  .test_ban li {
    width: 25.5%;
  }

  .m_hidden {
    display: none;
  }
  .m_block {
    display: block;
  }
  .m_btn_my {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .m_btn_my a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #00afc8 url(../images/main/my_arrow.png) no-repeat 98% 50%;
    color: #fff;
    border-bottom: 1px solid #ddd;
  }
  /* ▼ 20240125 m_nbtn_my #00afc8 */
  .m_nbtn_my {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .m_nbtn_my a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #e95c07 url(../images/main/my_narrow.png) no-repeat 98% 50%;
    color: #fff;
    border-bottom: 1px solid #ddd;
  }

  /*팝업*/
  .hd_pop {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .hd_pops {
    width: 100%;
    max-width: 100%;
    left: 0px !important;
    top: 70px !important;
  }
  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
  .hd_pops_con img {
    width: 100%;
  }
  .hd_pops_con p {
    max-width: 100% !important;
  }

  .compe_btn {
    display: block;
  }
  .compe_btn li {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 600px) {
  .sub_contents h3 {
    font-size: 28px;
    padding: 25px 0 10px 0;
    margin-bottom: 20px;
  }
  .chk_contents h3 {
    font-size: 28px;
    padding: 25px 0 10px 0;
    margin-bottom: 20px;
  }
  .self_test p {
    font-size: 20px !important;
  }
  .self_test {
    padding: 30px 0;
  }
  .test_q {
    margin: 20px 0;
  }
  .result_grade {
    font-size: 24px !important;
  }
  #contact_button {
    margin-top: 0;
  }

  .partner_ban li {
    width: 50%;
  }
  .partner_ban2 li {
    width: 100%;
  }
  .test_ban li {
    width: 40%;
  }
}

@media (max-width: 400px) {
  .quick_wrap li i {
    display: block;
  }
  .quick_wrap li:nth-child(3) {
    width: 48%;
  }
  .quick_wrap li:nth-child(4) {
    width: 52%;
  }
  /*#mbtMenuContent .m_family{display:none}*/

  .bx-wrapper .bx-pager {
    bottom: 50px;
  }

  .w3 li {
    width: 100%;
  }
  .w3 li:nth-child(2) {
    border-left: 1px solid #ddd;
  }
  .cs_numbox li {
    width: 100%;
  }
  .cs_numbox li:nth-child(2),
  .cs_numbox li:nth-child(3) {
    background: #fff;
  }
  .cs_numbox li:nth-child(even) {
    background: #f6f6f6;
  }
  .special_doc01 div {
    background: none;
  }
  .special_doc02 div {
    background: none;
  }
  .special_doc03 div {
    background: none;
  }
  .special_doc04 div {
    background: none;
  }
  .special_doc05 div {
    background: none;
  }

  .result_more {
    width: 100%;
  }
}
