@charset "euc-kr";

html {
  width: 100%;
}

body {
  width: 100%;
  background-color: #fff;
  position: relative;
}

@media (min-width:1024px) {

  /* ÃÖ¼Ò 1024 ~ ÃÖ´ë */
  #wrapper {
    background-color: #f5f1ed;
    margin: 0 auto;
    min-width: 1140px;
    overflow: hidden;
  }

  header {
    width: 100%;
  }

  header .top {
    background: #bd4044;
  }

  header .top .box {
    width: 1140px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  header .top .call {
    display: inline-block;
    line-height: normal;
    color: #fff;
    font-size: 15px;
    margin-right: 30px;
  }

  header .top .call span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
  }

  header .top .call img {
    vertical-align: top;
  }

  header .top .call:hover {
    color: #ffee00;
  }

  header .top .metro {
    display: inline-block;
    line-height: normal;
    color: #fff;
    font-size: 15px;
  }

  header .top .metro:hover {
    color: #ffee00;
  }

  header .top .metro span {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    background: #1aa3f2;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  header .top .login {
    height: 40px;
    line-height: 40px;
    float: right;
    color: #fff;
  }

  header .top .login a {
    vertical-align: baseline;
    line-height: 12px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    margin: 0 5px;
    padding: 1px 3px;
  }

  header .top .login a:hover {
    color: #ffee00;
    border: 1px solid #ffee00;
  }

  header .middle {}

  header .middle .box {
    width: 1140px;
    height: 140px;
    line-height: 140px;
    margin: 0 auto;
  }

  header .middle .logo {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  header .middle .menu {
    float: right;
    width: calc(100% - 310px);
    line-height: normal;
    padding-left: 100px;
    box-sizing: border-box;
  }

  header .middle .menu>li {
    float: left;
    width: 16.66%;
    height: 140px;
    line-height: 140px;
    text-align: center;
  }

  header .middle .menu>li::before {
    content: "#";
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #bd4044;
  }

  header .middle .menu>li a {
    transition: all 0.3s;
    font-size: 19px;
    color: #393939;
    font-weight: bold;
  }

  header .middle .menu #comu {
    position: relative;
  }

  header .middle .menu #comu .s_menu {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 100px;
    display: none;
    z-index: 2;
    width: 100px;
  }

  header .middle .menu #comu .s_menu span {
    position: absolute;
    right: -15px;
    color: #bd4044;
    line-height: normal;
    cursor: pointer;
    font-size: 24px;
    line-height: 10px;
    top: 0px;
    font-family: 'NBGothic';
  }

  header .middle .menu #comu .s_menu ul {
    width: 100%;
    background: rgba(189, 64, 68, 0.7);
    z-index: 2;
    line-height: normal;
  }

  header .middle .menu #comu .s_menu ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(189, 64, 68, 0.7);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
  }

  header .middle .menu #comu .s_menu li {
    padding: 10px;
  }

  header .middle .menu #comu .s_menu li a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
  }

  .contents {
    width: 100%;
  }

  .contents .visual {
    width: 100%;
    height: 600px;
    background: #fbfaf8;
  }

  .contents .visual .inner {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }

  .contents .visual .inner .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .contents .visual .inner .text p:nth-child(1) {
    font-size: 65px;
    line-height: 80px;
    color: #bd4044;
    margin-bottom: 40px;
  }

  .contents .visual .inner .text p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    color: #393939;
    margin-bottom: 200px;
  }

  .contents .visual .inner img {
    position: absolute;
    right: -130px;
    bottom: 0px;
  }

  .contents>.info {
    background: rgba(255, 220, 172, 0.7);
    margin-top: -88px;
    position: relative;
    z-index: 1;
  }

  .contents>.info .inner {
    line-height: 88px;
    height: 88px;
    width: 1140px;
    margin: 0 auto;
    font-size: 0px;
  }

  .contents>.info .inner>div {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 0px;
  }

  .contents>.info .inner .notice {
    width: 35%;
  }

  .contents>.info .inner .consult {
    width: 35%;
  }

  .contents>.info .inner .today {
    width: 30%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }

  .contents>.info .inner .today span {
    color: #bd4044;
  }

  .contents>.info .inner .p1 {
    display: inline-block;
    width: 26%;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
  }

  .contents>.info .inner .list {
    display: inline-block;
    width: 74%;
    vertical-align: top;
  }

  .contents>.info .inner .list a {
    display: block;
    font-size: 15px;
    margin: 5px 0;
  }

  .contents>.info .inner .list a:hover {
    color: #bd4044;
  }

  .clinic {
	background:#fff;
  }


  
  .clinic > div {
    width: 1140px;
    margin: 0 auto;
    padding: 120px 0;
  }

  .clinic .title {
    margin-bottom: 120px;
    text-align: center;
  }

  .clinic .title p:nth-child(1) {
    font-size: 54px;
    margin-bottom: 50px;
  }

  .clinic .title p:nth-child(1)::before {
    content: "";
    width: 47px;
    height: 84px;
    display: inline-block;
    background: url(/img/title_img_l.png) no-repeat center;
    vertical-align: middle;
  }

  .clinic .title p:nth-child(1)::after {
    content: "";
    width: 47px;
    height: 84px;
    display: inline-block;
    background: url(/img/title_img_r.png) no-repeat center;
    vertical-align: middle;
  }

  .clinic .title p span {
    background-image: linear-gradient(transparent 80%, #eabfc0 20%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.3s;
    vertical-align: middle;
    margin: 0 25px;
  }

  .clinic .title p:nth-child(2) {
    font-size: 24px;
  }

  .clinic .clinic_inner {
    position: relative;
  }

  .clinic .clinic_inner_shadow_r::before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    right: 0px;
    top: 0px;
    z-index: 4;
  }

  .clinic .clinic_inner_shadow_l::after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    left: 0px;
    top: 0px;
    z-index: 4;
  }

  .clinic .clinic_inner .arrow {
    position: absolute;
    width: 100%;
    z-index: 1;
    cursor: pointer;
  }

  .clinic .clinic_inner .arrow .left {
    position: absolute;
    width: 22px;
    height: 30px;
    background: #ccc;
    left: -22px;
  }

  .clinic .clinic_inner .arrow .left::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: #fff;
    display: block;
    top: 9.5px;
    left: 3px;
    transform: rotate(-45deg);
  }

  .clinic .clinic_inner .arrow .left::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: #fff;
    display: block;
    bottom: 9.5px;
    left: 3px;
    transform: rotate(45deg);
  }

  .clinic .clinic_inner .arrow .right {
    position: absolute;
    width: 22px;
    height: 30px;
    background: #ccc;
    right: -22px;
  }

  .clinic .clinic_inner .arrow .right::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: #fff;
    display: block;
    top: 9.5px;
    left: 3px;
    transform: rotate(45deg);
  }

  .clinic .clinic_inner .arrow .right::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: #fff;
    display: block;
    bottom: 9.5px;
    left: 3px;
    transform: rotate(-45deg);
  }

  .clinic .clinic_inner .arrow .on {
    background: #bd4044;
  }

  .clinic .clinic_inner .btn_box {
    width: 100%;
    overflow: hidden;
    z-index: 2;
    position: relative;
  }

  .clinic .clinic_inner .btn {
    font-size: 0;
  }

  .clinic .clinic_inner .btn>li {
    display: inline-block;
    border-bottom: 5px solid #ccc;
    padding-bottom: 20px;
    text-align: center;
    transition: all 0.3s;
  }

  .clinic .clinic_inner .btn>li.on {
    border-bottom: 5px solid #bd4044;
  }

  .clinic .clinic_inner .btn>li>span {
    color: #393939;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .clinic .clinic_inner .btn>li.on span {
    color: #bd4044;
  }

  .clinic .clinic_inner .btn>li:hover {
    border-bottom: 5px solid #bd4044;
  }

  .clinic .clinic_inner .btn>li:hover span {
    color: #bd4044;
  }

  .clinic .clinic_inner .btn_view {
    padding: 50px 50px 0px 50px
  }

  .clinic .clinic_inner .btn_view>li {}

  .clinic .clinic_inner .btn_view .list {
    font-size: 0px;
  }

  .clinic .clinic_inner .btn_view .list>li {
    display: inline-block;
    width: 16.66%;
    text-align: center;
    margin-bottom: 50px;
  }

  .clinic .clinic_inner .btn_view .list>li .wrap {
    display: inline-block;
    cursor: pointer;
  }

  .clinic .clinic_inner .btn_view .list>li .wrap p {
    font-size: 18px;
    margin-top: 20px;
    transition: all 0.3s;
  }

  .clinic .clinic_inner .btn_view .list>li .wrap img {
    transition: all 0.3s;
  }

  .clinic .clinic_inner .btn_view .list>li.on p {
    color: #bd4044;
    text-decoration: underline;
  }

  .clinic .clinic_inner .btn_view .list>li.on img {
    filter: invert(36%) sepia(29%) saturate(6958%) hue-rotate(336deg) brightness(79%) contrast(84%);
  }

  .clinic .clinic_inner .btn_view .list>li .wrap:hover p {
    color: #bd4044;
    text-decoration: underline;
  }

  .clinic .clinic_inner .btn_view .list>li .wrap:hover img {
    filter: invert(36%) sepia(29%) saturate(6958%) hue-rotate(336deg) brightness(79%) contrast(84%);
  }

  /*¸ð´Þ*/
  #myModal {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 101;
  }

  .modal {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
  }

  .modal .modal_content {
    opacity: 0;
    position: relative;
    width: 70%;
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
  }

  .modal .head {
    position: relative;
    background-color: #bd4044;
    padding: 20px;
    text-align: left;
    font-size: 18px;
    color: #fff;
  }

  .modal .head .close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
  }

  .modal .list {
    border-bottom: 2px solid #ccc;
    padding: 20px 20px 0 20px;
    text-align: left;
  }

  .modal .list ul {
    font-size: 0;
  }

  .modal .list ul li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .modal .list ul li.on {
    color: #bd4044;
  }

  .modal .list ul li {
    font-size: 14px;
    color: #393939;
  }

  .modal .list ul li:hover {
    color: #bd4044;
  }

  .modal .content {
    position: relative;
    padding: 20px 20px 20px 20px;
    text-align: left;
    text-align: left;
    overflow-y: scroll;
  }

  .modal .content li {
    display: none;
  }

  .modal .content li.on {
    display: block;
  }

  .modal .content .p1 {
    color: #393939;
    font-size: 40px;
  }

  .modal .content .p2 {
    color: #393939;
    font-size: 20px;
  }

   .modal .content img {
    width:100%;
  }


    /* Å×ÀÌºí */
   .modal .content  .tb01 {
     width: 100%;
   }

   .modal .content  .tb01_innner {
     width: 100%;
     overflow: hidden;
   }

   .modal .content  .tb01 table {
     width: calc(100% + 2px);
     position: relative;
     left: -1px;
     overflow: hidden;
     text-align: center;
     border-top: 5px solid #bd4044;
     color: #393939;
     border-left: 1px solid #ccc;
   }

   .modal .content  .tb01 table thead tr {
     background-image: linear-gradient(to right, #bd4044, #ffcbca);
   }

   .modal .content  .tb01 table thead th {
     padding: 5px;
     font-size: 14px;
     line-height: 22px;
     line-height: normal;
     border-bottom: 1px solid #fff;
     border-right: 1px solid #fff;
     font-weight: 500;
     color: #fff;
     word-break: keep-all;
   }

   .modal .content  .tb01 table tbody th {
     padding: 5px;
     font-size: 14px;
     line-height: 22px;
     border-bottom: 1px solid #ccc;
     border-right: 1px solid #ccc;
     background: #efefef;
     font-weight: 500;
     word-break: keep-all;
   }

   .modal .content  .tb01 table tbody td {
     padding: 5px;
     font-size: 14px;
     line-height: 22px;
     border-bottom: 1px solid #ccc;
     border-right: 1px solid #ccc;
     text-align: center;
     word-break: keep-all;
   }

   .modal .content  .tb01 table tbody td.left {
     text-align: left;
   }


  .modal .bottom {
    background-color: #d6d6d6;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: 18px;
    color: #fff;
  }

  .modal .bottom .close {
    cursor: pointer;
    float: right;
    right: 20px;
    top: 15px;
    font-size: 15px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    color: #393939;
    text-align: center;
  }

  /*//¸ð´Þ*/
  .doc {
    padding: 80px 0;
    background: #fff7eb;
    position: relative;
    border-top: 5px solid #eabfc0;
    border-bottom: 5px solid #eabfc0;
  }

  .doc .intro {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .doc .intro .greeting {
    padding-right: 50%;
    margin-bottom: 50px;
  }

  .doc .intro .greeting p:nth-child(1) {
    font-size: 18px;
    margin-bottom: 25px;
    color: #bd4044;
  }

  .doc .intro .greeting p:nth-child(2) {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 50px;
  }

  .doc .intro .greeting p:nth-child(2) span {
    display: block;
    color: #bd4044;
  }

  .doc .intro .greeting p:nth-child(3) {
    font-size: 18px;
    line-height: 32px;
    border-left: 5px solid #bd4044;
    padding: 10px 0 10px 20px;
    word-break: keep-all;
  }

  .doc .intro .profile {
    position: relative;
  }

  .doc .intro .profile img {
    position: absolute;
    right: 70px;
    bottom: 0px;
  }

  .doc .intro .profile p {
    font-size: 26px;
    line-height: 36px;
    float: left;
    width: 200px;
    color: #bd4044;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
  }

  .doc .intro .profile ul {
    float: left;
    width: calc(100% - 200px);
  }

  .doc .intro .profile ul li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 3px;
  }

  .doc .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .doc .bg .lt {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .doc .bg .rt {
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .doc .bg .lb {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .doc .bg .rb {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  .doc .arrow span:nth-child(1) {
    content: "";
    display: block;
    width: 6px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -32.5px;
    border-left: 2px solid #eabfc0;
    border-right: 2px solid #eabfc0;
  }

  .doc .arrow span:nth-child(2) {
    content: "";
    display: block;
    width: 6px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -32.5px;
    border-left: 2px solid #eabfc0;
    border-right: 2px solid #eabfc0;
  }

  .view {
    width: 1140px;
    margin: 0 auto;
    padding: 120px 0;
  }

  .view .title {
    margin-bottom: 120px;
    text-align: center;
  }

  .view .title p:nth-child(1) {
    font-size: 54px;
    margin-bottom: 50px;
  }

  .view .title p:nth-child(1)::before {
    content: "";
    width: 47px;
    height: 84px;
    display: inline-block;
    background: url(/img/title_img_l.png) no-repeat center;
    vertical-align: middle;
  }

  .view .title p:nth-child(1)::after {
    content: "";
    width: 47px;
    height: 84px;
    display: inline-block;
    background: url(/img/title_img_r.png) no-repeat center;
    vertical-align: middle;
  }

  .view .title p span {
    background-image: linear-gradient(transparent 80%, #eabfc0 20%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.3s;
    vertical-align: middle;
    margin: 0 25px;
  }

  .view .title p:nth-child(2) {
    font-size: 24px;
  }

  .time {
    height: 608px;
    background: url(/img/time_bg.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  .time .box {
    width: 1140px;
    height: 608px;
    line-height: 608px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0px;
  }

  .time .left {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 450px;
  }

  .time .left h3 {
    padding: 10px 0 10px 65px;
    margin-bottom: 20px;
    background: url(/img/time_img_01.png) left center no-repeat;
    font-size: 30px;
    color: #fff;
  }

  .time .left .num {
    display: block;
    margin-bottom: 50px;
    font-size: 55px;
    color: #ffee00;
  }

  .time .left .link {
    transition: all 0.3s;
    display: inline-block;
    padding: 20px 40px 20px 100px;
    background: url(/img/time_img_02.png) 20px center no-repeat;
    border: 1px solid #fff;
    font-size: 28px;
    color: #fff;
  }

  .time .left .link:hover {
    color: #ffee00;
    border: 1px solid #ffee00;
  }

  .time .right {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 450px);
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 0;
    line-height: normal;
    padding: 60px 0;
  }

  .time .right:before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: -30px;
    margin-top: -0.5px;
  }

  .time .right h3 {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 25%;
    font-size: 40px;
    color: #fff;
    text-align: center;
  }

  .time .right .sche {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 75%;
  }

  .time .right .sche>ul {
    margin-bottom: 40px;
  }

  .time .right .sche>ul li {
    font-size: 25px;
    color: #fff;
    line-height: 55px;
  }

  .time .right .sche>ul li:nth-child(3) {
    color: #ffee00;
  }

  .time .right .sche>ul li>p {
    display: inline-block;
    width: 200px;
  }

  .time .right .sche>p {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
  }

  .time .right .sche>p span {
    margin-right: 30px;
  }

  /* //¸Ê Á¤º¸ */
  .address {
    width: 1140px;
    margin: 0 auto;
    padding: 120px 0 0;
  }

  .address .title {
    margin-bottom: 120px;
    text-align: center;
  }

  .address .title p:nth-child(1) {
    font-size: 54px;
    margin-bottom: 50px;
  }

  .address .title p:nth-child(1)::before {
    content: "";
    width: 47px;
    height: 84px;
    display: inline-block;
    background: url(/img/title_img_l.png) no-repeat center;
    vertical-align: middle;
  }

  .address .title p:nth-child(1)::after {
    content: "";
    width: 47px;
    height: 84px;
    display: inline-block;
    background: url(/img/title_img_r.png) no-repeat center;
    vertical-align: middle;
  }

  .address .title p span {
    background-image: linear-gradient(transparent 80%, #eabfc0 20%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.3s;
    vertical-align: middle;
    margin: 0 25px;
  }

  .address .title p:nth-child(2) {
    font-size: 24px;
  }

  .address .map {
    height: 600px;
  }

  .address .map .map_wrapper {
    height: 100%;
  }

  .map_wrapper .map_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .map_wrapper .radius_border {
    border: 1px solid #919191;
  }

  .map_wrapper .custom_typecontrol {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 130px;
    height: 30px;
    margin: 0;
    padding: 0;
    z-index: 1;
    font-size: 12px;
  }

  .map_wrapper .custom_typecontrol span {
    display: block;
    width: 65px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }

  .map_wrapper .custom_typecontrol .btn {
    background: #fff;
    background: linear-gradient(#fff, #e6e6e6);
  }

  .map_wrapper .custom_typecontrol .btn:hover {
    background: #f5f5f5;
    background: linear-gradient(#f5f5f5, #e3e3e3);
  }

  .map_wrapper .custom_typecontrol .btn:active {
    background: #e6e6e6;
    background: linear-gradient(#e6e6e6, #fff);
  }

  .map_wrapper .custom_typecontrol .selected_btn {
    color: #fff;
    background: #425470;
    background: linear-gradient(#425470, #5b6d8a);
  }

  .map_wrapper .custom_typecontrol .selected_btn:hover {
    color: #fff;
  }

  .map_wrapper .custom_zoomcontrol {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 36px;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    background-color: #f5f5f5;
  }

  .map_wrapper .custom_zoomcontrol span {
    display: block;
    width: 36px;
    height: 40px;
    text-align: center;
    cursor: pointer;
  }

  .map_wrapper .custom_zoomcontrol span img {
    width: 15px;
    height: 15px;
    padding: 12px 0;
    border: none;
  }

  .map_wrapper .custom_zoomcontrol span:first-child {
    border-bottom: 1px solid #bfbfbf;
  }

  .map_wrapper .wrap {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 288px;
    height: 132px;
    margin-left: -144px;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
  }

  .map_wrapper .wrap .info {
    width: 286px;
    height: 120px;
    border-bottom: 2px solid #cee0e2;
    border-right: 1px solid #cee0e2;
    overflow: hidden;
    background: #fff;
  }

  .map_wrapper .wrap .info:nth-child(1) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
  }

  .map_wrapper .wrap .info:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: 0;
    width: 22px;
    height: 12px;
    background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
  }

  .map_wrapper .wrap .info .title01 {
    padding: 5px 0 0 10px;
    height: 30px;
    background: #e4e4e4;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
  }

  .map_wrapper .wrap .info .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888;
    width: 17px;
    height: 17px;
    background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
  }

  .map_wrapper .wrap .info .close:hover {
    cursor: pointer;
  }

  .map_wrapper .wrap .info .body {
    position: relative;
    overflow: hidden;
  }

  .map_wrapper .wrap .info .desc {
    position: relative;
    margin: 13px 0 0 90px;
    height: 75px;
    white-space: initial;
  }

  .map_wrapper .wrap .info .desc p {
    margin-bottom: 5px;
    white-space: initial;
    word-break: keep-all;
    font-size: 16px;
  }

  .map_wrapper .wrap .info .desc a {
    color: #27579f;
    font-size: 15px;
  }

  .map_wrapper .wrap .info .img {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 73px;
    height: 71px;
    line-height: 71px;
    border: 1px solid #ddd;
    color: #888;
    text-align: center;
  }

  .map_wrapper .wrap .info .img img {
    width: 80%;
    vertical-align: middle;
  }

  /* //¸Ê Á¤º¸ */




  footer {

  }

  footer .top {
    width: 1140px;
    margin: 0 auto;
    padding: 60px 30px 60px 50px;
    box-sizing: border-box;
  }

  footer .top img {
    display: inline-block;
    vertical-align: top;
  }

  footer .top p {
    display: inline-block;
    padding-left: 80px;
    font-size: 18px;
    line-height: 36px;
  }

  footer .bottom{
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #c14449;
    text-align: center;
  }


  #sub_contents{
    width: 1140px;
    margin: 0 auto;
  }


  #sub_contents .submenu{
    text-align: center;
    margin-top: 30px;
  }

  #sub_contents .submenu .sub_menu_head{
    display: none;
  }

  #sub_contents .submenu .sm01{
    display: inline-block;
    font-size: 16px;
    margin: 0 10px;
  }
  #sub_contents .submenu a{
    display: inline-block;
    padding: 10px 20px;
  }
  #sub_contents .submenu a{
    display: inline-block;
    padding: 10px 20px;
  }
  #sub_contents .submenu .sm01 a.on{
    background: #ffe8e8;
    color: #bd4044;
  }

  #sub_contents .navi{
    text-align: center;
    padding: 30px 0 30px;
  }

  #sub_contents .sub_contents{
	padding-bottom:20px;
  }



 #sub_contents .page{
	padding: 20px 20px 20px;
    box-shadow: 0px 0px 15px -10px #000;
 }



    /* Å×ÀÌºí */
    #sub_contents .page  .tb01 {
     width: 100%;
   }

    #sub_contents .page  .tb01_innner {
     width: 100%;
     overflow: hidden;
   }

    #sub_contents .page  .tb01 table {
     width: calc(100% + 2px);
     position: relative;
     left: -1px;
     overflow: hidden;
     text-align: center;
     border-top: 5px solid #bd4044;
     color: #393939;
     border-left: 1px solid #ccc;
   }

    #sub_contents .page  .tb01 table thead tr {
     background-image: linear-gradient(to right, #bd4044, #ffcbca);
   }

    #sub_contents .page  .tb01 table thead th {
     padding: 5px;
     font-size: 14px;
     line-height: 22px;
     line-height: normal;
     border-bottom: 1px solid #fff;
     border-right: 1px solid #fff;
     font-weight: 500;
     color: #fff;
     word-break: keep-all;
   }

    #sub_contents .page  .tb01 table tbody th {
     padding: 5px;
     font-size: 14px;
     line-height: 22px;
     border-bottom: 1px solid #ccc;
     border-right: 1px solid #ccc;
     background: #efefef;
     font-weight: 500;
     word-break: keep-all;
   }

    #sub_contents .page  .tb01 table tbody td {
     padding: 5px;
     font-size: 14px;
     line-height: 22px;
     border-bottom: 1px solid #ccc;
     border-right: 1px solid #ccc;
     text-align: center;
     word-break: keep-all;
   }

    #sub_contents .page  .tb01 table tbody td.left {
     text-align: left;
   }










  .login_box{
    padding: 20px 20px 60px;
box-shadow: 0px 0px 15px -10px #000;
  }

  .login_box .img01{
    padding: 40px 0;
  }
  .login_box input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0px;
      display: inline-block;
      position: relative;
      font-size: 16px;
      width: 140px;
      height: 40px;
      padding: 0 10px;
      line-height: 40px;
      margin: 0 auto;
      border: 0px;
      background-color: #efefef;
  }
  .login_box .btn_login{
    vertical-align: middle;
    display: inline-block;
    background: #999;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    width: 60px;
    text-align: center;
    margin-left: 10px;
    color: #fff;
  }
  .login_box .btn_login:hover{
    background: #bd4044;
  }



  #quick {
    position: absolute;
    z-index: 99;
    right: 40px;
  }

  #quick>a {
    float: right;
    background: #bd4044;
    margin-bottom: 20px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    text-align: left;
    border-radius: 90px;
    font-size: 0px;
    transition: 0.3s;
    clear: both;
    font-size: 24px;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    box-shadow: 0px 0px 20px -5px #5a5a5a;
  }

  #quick>a:hover {
    background: #bd4044;
  }

  #quick>a .img {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    width: 90px;
    text-align: center;
  }

  #quick>a img {
    vertical-align: middle;
    width: 50px;
  }

  #quick>a:nth-child(1):hover {
    width: 300px;
  }

  #quick>a:nth-child(2):hover {
    width: 300px;
  }

  #quick .top_go {
    float: right;
    clear: both;
    width: 90px;
    text-align: center;
  }

  #quick .top_go img {
    cursor: pointer;
  }









}

@media (max-width:1023px) {

  /* ÃÖ¼Ò ~ ÃÖ´ë 1023ÇÈ¼¿ */
  #wrapper {
   background-color: #f5f1ed;
    width: 100%;
    overflow: hidden;
  }

  header {
    width: 100%;
  }

  header .top {
    background: #393939;
  }

  header .top .box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
  }

  header .top .call {
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    background: #bd4044;
    margin-bottom: 10px;
  }

  header .top .call span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
  }

  header .top .call img {
    vertical-align: top;
  }

  header .top .call:hover {
    color: #ffee00;
  }

  header .top .metro {
    display: inline-block;
    line-height: normal;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
  }

  header .top .metro:hover {
    color: #ffee00;
  }

  header .top .metro span {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    background: #1aa3f2;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  header .top .login {
    display: inline-block;
    color: #fff;
  }

  header .top .login a {
    vertical-align: baseline;
    line-height: 12px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 1px 3px;
  }

  header .top .login a:hover {
    color: #ffee00;
    border: 1px solid #ffee00;
  }

  header .middle {}

  header .middle .box {
    margin: 0 auto;
  }

  header .middle .logo {
    display: block;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    padding: 30px 0;
  }

  header .middle .logo a {
    display: inline-block;
  }

  header .middle .logo a img {
    vertical-align: top;
    height: 50px;
  }

  header .middle .menu {
    line-height: normal;
    box-sizing: border-box;
    padding-top: 15px;
    border-top: 6px solid #e5ddd5;
    border-bottom: 6px solid #e5ddd5;
  }

  header .middle .menu>li {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 15px;
  }

  header .middle .menu>li::before {
    content: "#";
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #bd4044;
  }

  header .middle .menu>li a {
    transition: all 0.3s;
    font-size: 16px;
    color: #393939;
    font-weight: bold;
  }

  header .middle .menu #comu {
    position: relative;
  }

  header .middle .menu #comu .s_menu {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 35px;
    display: none;
    z-index: 2;
    width: 100px;
  }

  header .middle .menu #comu .s_menu span {
    position: absolute;
    right: -15px;
    color: #bd4044;
    line-height: normal;
    cursor: pointer;
    font-size: 20px;
    line-height: 10px;
    top: 0px;
    font-family: 'NBGothic';
  }

  header .middle .menu #comu .s_menu ul {
    width: 100%;
    background: rgba(189, 64, 68, 0.7);
    z-index: 2;
    line-height: normal;
  }

  header .middle .menu #comu .s_menu ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(189, 64, 68, 0.7);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
  }

  header .middle .menu #comu .s_menu li {
    padding: 6px;
  }

  header .middle .menu #comu .s_menu li a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
  }

  .contents {
    width: 100%;
  }

  .contents .visual {
    width: 100%;
    background: #f7f7f7;
  }

  .contents .visual .inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
  }

  .contents .visual .inner .text {
    padding-bottom: 270px;
  }

  .contents .visual .inner .text p:nth-child(1) {
    font-size: 32px;
    line-height: 42px;
    color: #bd4044;
    margin-bottom: 20px;
    word-break: keep-all;
  }

  .contents .visual .inner .text p:nth-child(2) {
    font-size: 13px;
    line-height: 21px;
    color: #393939;
    word-break: keep-all;
    padding-right: 120px;
  }

  .contents .visual .inner img {
    position: absolute;
    right: -5%;
    bottom: 0px;
    height: 350px;
  }

  .contents>.info {
    background: rgba(255, 220, 172, 0.7);
    margin-top: -80px;
    position: relative;
    z-index: 1;
  }

  .contents>.info .inner {
    line-height: 80px;
    height: 80px;
    width: 90%;
    margin: 0 auto;
    font-size: 0px;
  }

  .contents>.info .inner>div {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 0px;
  }

  .contents>.info .inner .notice {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
  }

  .contents>.info .inner .consult {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .contents>.info .inner .today {
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    left: 5%;
    top: -40px;
    background: #fff;
    padding: 5px;
  }

  .contents>.info .inner .today span {
    color: #bd4044;
  }

  .contents>.info .inner .p1 {
    display: block;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .contents>.info .inner .list {
    display: block;
    vertical-align: top;
  }

  .contents>.info .inner .list a {
    display: block;
    font-size: 12px;
    margin: 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .contents>.info .inner .list a:hover {
    color: #bd4044;
  }


 .clinic {
	background:#fff;
  }


  
  .clinic > div {
        width: 85%;
  
    margin: 0 auto;
    padding: 70px 0;
  }



  .clinic .title {
    margin-bottom: 60px;
    text-align: center;
  }

  .clinic .title p:nth-child(1) {
    font-size: 34px;
    margin-bottom: 30px;
    padding: 0 50px;
    position: relative;
    display: inline-block;
  }

  .clinic .title p:nth-child(1)::before {
    content: "";
    width: 35px;
    height: 62px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -31px;
    background: url(/img/title_img_l.png) no-repeat center;
    background-size: cover;
  }

  .clinic .title p:nth-child(1)::after {
    content: "";
    width: 35px;
    height: 62px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -31px;
    display: inline-block;
    background: url(/img/title_img_r.png) no-repeat center;
    background-size: cover;
  }

  .clinic .title p span {
    background-image: linear-gradient(transparent 80%, #eabfc0 20%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.3s;
    vertical-align: middle;
  }

  .clinic .title p:nth-child(2) {
    font-size: 16px;
	word-break:keep-all;
  }

  .clinic .clinic_inner {
    position: relative;
  }

  .clinic .clinic_inner_shadow_r::before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    right: 0px;
    top: 0px;
    z-index: 4;
  }

  .clinic .clinic_inner_shadow_l::after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    left: 0px;
    top: 0px;
    z-index: 4;
  }

  .clinic .clinic_inner .arrow {
    position: absolute;
    width: 100%;
    z-index: 1;
    cursor: pointer;
  }

  .clinic .clinic_inner .arrow .left {
    position: absolute;
    width: 20px;
    height: 40px;
    background: #ccc;
    left: -25px;
  }

  .clinic .clinic_inner .arrow .left::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background: #fff;
    display: block;
    top: 17px;
    left: 5px;
    transform: rotate(-45deg);
  }

  .clinic .clinic_inner .arrow .left::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background: #fff;
    display: block;
    bottom: 17px;
    left: 5px;
    transform: rotate(45deg);
  }

  .clinic .clinic_inner .arrow .right {
    position: absolute;
    width: 20px;
    height: 40px;
    background: #ccc;
    right: -25px;
  }

  .clinic .clinic_inner .arrow .right::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background: #fff;
    display: block;
    top: 17px;
    left: 6px;
    transform: rotate(45deg);
  }

  .clinic .clinic_inner .arrow .right::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background: #fff;
    display: block;
    bottom: 17px;
    left: 6px;
    transform: rotate(-45deg);
  }

  .clinic .clinic_inner .arrow .on {
    background: #bd4044;
  }

  .clinic .clinic_inner .btn_box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
    position: relative;
  }

  .clinic .clinic_inner .btn {
    font-size: 0;
  }

  .clinic .clinic_inner .btn>li {
    display: inline-block;
    border-bottom: 5px solid #ccc;
    padding-bottom: 20px;
    text-align: center;
    transition: all 0.3s;
  }

  .clinic .clinic_inner .btn>li.on {
    border-bottom: 5px solid #bd4044;
  }

  .clinic .clinic_inner .btn>li>span {
    color: #393939;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .clinic .clinic_inner .btn>li.on span {
    color: #bd4044;
  }

  .clinic .clinic_inner .btn>li:hover {
    border-bottom: 5px solid #bd4044;
  }

  .clinic .clinic_inner .btn>li:hover span {
    color: #bd4044;
  }

  .clinic .clinic_inner .btn_view {
    padding: 40px 0px 0px 0px
  }

  .clinic .clinic_inner .btn_view>li {}

  .clinic .clinic_inner .btn_view .list {
    font-size: 0px;
  }

  .clinic .clinic_inner .btn_view .list>li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    margin-bottom: 30px;
  }

  .clinic .clinic_inner .btn_view .list>li .wrap {
    display: inline-block;
    cursor: pointer;
  }

  .clinic .clinic_inner .btn_view .list>li .wrap p {
    font-size: 14px;
    margin-top: 10px;
    transition: all 0.3s;
  }

  .clinic .clinic_inner .btn_view .list>li .wrap img {
    transition: all 0.3s;
    height: 50px;
  }

  .clinic .clinic_inner .btn_view .list>li.on p {
    color: #bd4044;
    text-decoration: underline;
  }

  .clinic .clinic_inner .btn_view .list>li.on img {
    filter: invert(36%) sepia(29%) saturate(6958%) hue-rotate(336deg) brightness(79%) contrast(84%);
  }

  .clinic .clinic_inner .btn_view .list>li .wrap:hover p {
    color: #bd4044;
    text-decoration: underline;
  }

  .clinic .clinic_inner .btn_view .list>li .wrap:hover img {
    filter: invert(36%) sepia(29%) saturate(6958%) hue-rotate(336deg) brightness(79%) contrast(84%);
  }

  /*¸ð´Þ*/
  #myModal {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 101;
  }

  .modal {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
  }

  .modal .modal_content {
    opacity: 0;
    position: relative;
    width: 80%;
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
  }

  .modal .head {
    position: relative;
    background-color: #bd4044;
    padding: 20px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    border-radius: 15px 15px 0 0;
  }

  .modal .head .close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
  }

  .modal .list {
    border-bottom: 2px solid #ccc;
    padding: 20px 20px 0 20px;
    text-align: left;
  }

  .modal .list ul {
    font-size: 0;
  }

  .modal .list ul li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .modal .list ul li.on {
    color: #bd4044;
  }

  .modal .list ul li {
    font-size: 14px;
    color: #393939;
  }

  .modal .list ul li:hover {
    color: #bd4044;
  }

  .modal .content {
    position: relative;
    padding: 20px 20px 20px 20px;
    text-align: left;
    text-align: left;
    overflow-y: scroll;
  }

  .modal .content li {
    display: none;
  }

  .modal .content li.on {
    display: block;
  }

  .modal .content .p1 {
    color: #393939;
    font-size: 34px;
  }

  .modal .content .p2 {
    color: #393939;
    font-size: 20px;
  }
 .modal .content img {
    width:100%;
  }




      /* Å×ÀÌºí */
     .modal .content  .tb01 {
       width: 100%;
       position: relative;
    padding-top: 20px;
     }

     .modal .content  .tb01::before {
    content: '"SCROLL! ½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    font-size: 12px;
    color: rgba(0, 176, 201, 1.0);
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 3;
  }


  .modal .content  .tb01::after {
    width: 15px;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
    content: "";
  }


  .modal .content  .tb01_innner {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    right: 0px;
    box-sizing: border-box;
  }

     .modal .content  .tb01 table {
       width: 120%;
       position: relative;
       overflow: hidden;
       text-align: center;
       border-top: 5px solid #bd4044;
       color: #393939;
       border-left: 0px solid #ccc;
     }

     .modal .content  .tb01 table thead tr {
       background-image: linear-gradient(to right, #bd4044, #ffcbca);
     }

     .modal .content  .tb01 table thead th {
       padding: 5px;
       font-size: 14px;
       line-height: 22px;
       line-height: normal;
       border-bottom: 1px solid #fff;
       border-right: 1px solid #fff;
       font-weight: 500;
       color: #fff;
       word-break: keep-all;
     }

     .modal .content  .tb01 table tbody th {
       padding: 5px;
       font-size: 14px;
       line-height: 22px;
       border-bottom: 1px solid #ccc;
       border-right: 1px solid #ccc;
       background: #efefef;
       font-weight: 500;
       word-break: keep-all;
     }

     .modal .content  .tb01 table tbody td {
       padding: 5px;
       font-size: 14px;
       line-height: 22px;
       border-bottom: 1px solid #ccc;
       border-right: 1px solid #ccc;
       text-align: center;
       word-break: keep-all;
     }

     .modal .content  .tb01 table tbody td.left {
       text-align: left;
     }






  .modal .bottom {
    background-color: #d6d6d6;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: 18px;
    color: #fff;
  }

  .modal .bottom .close {
    cursor: pointer;
    float: right;
    right: 20px;
    top: 15px;
    font-size: 15px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    color: #393939;
    text-align: center;
  }

  /*//¸ð´Þ*/
  .doc {
    padding: 50px 0;
    background: #fff7eb;
    position: relative;
    border-top: 3px solid #eabfc0;
    border-bottom: 3px solid #eabfc0;
  }

  .doc .intro {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .doc .intro .greeting {
    margin-bottom: 20px;
  }

  .doc .intro .greeting p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 20px;
    color: #bd4044;
  }

  .doc .intro .greeting p:nth-child(2) {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .doc .intro .greeting p:nth-child(2) span {
    display: block;
    color: #bd4044;
  }

  .doc .intro .greeting p:nth-child(3) {
    font-size: 12px;
    line-height: 22px;
    border-left: 5px solid #bd4044;
    padding: 10px 0 10px 15px;
    word-break: keep-all;
  }

  .doc .intro .profile {
    position: relative;
  }

  .doc .intro .profile img {
    width: 220px;
    display: block;
    margin: 0 auto 20px;
  }

  .doc .intro .profile p {
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 35%;
    color: #bd4044;
    text-align: right;
    box-sizing: border-box;
  }

  .doc .intro .profile ul {
    float: left;
    width: 65%;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .doc .intro .profile ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    word-break: keep-all;
  }

  .doc .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.7;
  }

  .doc .bg .lt {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .doc .bg .rt {
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .doc .bg .lb {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .doc .bg .rb {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  .doc .arrow span:nth-child(1) {
    content: "";
    display: block;
    width: 4px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: -22.5px;
    border-left: 2px solid #eabfc0;
    border-right: 2px solid #eabfc0;
  }

  .doc .arrow span:nth-child(2) {
    content: "";
    display: block;
    width: 4px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: -22.5px;
    border-left: 2px solid #eabfc0;
    border-right: 2px solid #eabfc0;
  }

  .view {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0;
  }

  .view .title {
    margin-bottom: 60px;
    text-align: center;
  }

  .view .title p:nth-child(1) {
    font-size: 34px;
    margin-bottom: 30px;
    padding: 0 50px;
    position: relative;
    display: inline-block;
  }

  .view .title p:nth-child(1)::before {
    content: "";
    width: 35px;
    height: 62px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -31px;
    background: url(/img/title_img_l.png) no-repeat center;
    background-size: cover;
  }

  .view .title p:nth-child(1)::after {
    content: "";
    width: 35px;
    height: 62px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -31px;
    display: inline-block;
    background: url(/img/title_img_r.png) no-repeat center;
    background-size: cover;
  }

  .view .title p span {
    background-image: linear-gradient(transparent 80%, #eabfc0 20%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.3s;
    vertical-align: middle;
  }

  .view .title p:nth-child(2) {
    font-size: 16px;
  }

  .time {
    background: url(/img/time_bg.jpg) center no-repeat;
    background-size: cover;
  }

  .time .box {
    padding: 50px 0;
    width: 90%;
    margin: 0 auto;
  }

  .time .left {
    text-align: center;
    margin-bottom: 30px;
  }

  .time .left h3 {
    display: inline-block;
    padding: 5px 0 5px 40px;
    margin-bottom: 5px;
    background: url(/img/time_img_01.png) left center no-repeat;
    background-size: 30px;
    font-size: 25px;
    color: #fff;
  }

  .time .left .num {
    display: block;
    margin-bottom:20px;
    font-size: 40px;
    color: #ffee00;
  }

  .time .left .link {
    transition: all 0.3s;
    display: inline-block;
    padding: 15px 20px 15px 65px;
    background: url(/img/time_img_02.png) 20px center no-repeat;
    background-size: 30px;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
  }

  .time .left .link:hover {
    color: #ffee00;
  }

  .time .right {
    position: relative;
    margin: 0 auto;
    border: 1px solid #fff;
  }

  .time .right:before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    left: 50%;
    top: -15px;
    margin-left: -0.5px;
  }

  .time .right h3 {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #ab4046;
    width: 100%;
    padding: 5px 0;
  }

  .time .right h3 br {
    display: none;
  }

  .time .right .sche {
    line-height: normal;
    vertical-align: middle;
    padding: 15px 25px;
  }

  .time .right .sche>ul {
    margin-bottom: 20px;
  }

  .time .right .sche>ul li {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
	margin-bottom:15px;
	text-align:center;
  }

  .time .right .sche>ul li:nth-child(3) {
    color: #ffee00;
  }

  .time .right .sche>ul li>p {
    font-size: 16px;
    background: #e7c0c2;
    color: #000;
	padding:2px 0;
	margin-bottom:5px;

  }

  .time .right .sche>ul li:nth-child(3) p {
    background: #ffee00;
  }

  .time .right .sche>ul li:nth-child(1)>p {
    padding-top: 0px;
  }

  .time .right .sche>p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
  }

  .time .right .sche>p span {
    display: block;
    word-break: keep-all;
    font-size: 15px;
  }

  /* ¸Ê Á¤º¸ */
  .address {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0 0;
  }

  .address .title {
    margin-bottom: 60px;
    text-align: center;
  }

  .address .title p:nth-child(1) {
    font-size: 34px;
    margin-bottom: 30px;
    padding: 0 50px;
    position: relative;
    display: inline-block;
  }

  .address .title p:nth-child(1)::before {
    content: "";
    width: 35px;
    height: 62px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -31px;
    background: url(/img/title_img_l.png) no-repeat center;
    background-size: cover;
  }

  .address .title p:nth-child(1)::after {
    content: "";
    width: 35px;
    height: 62px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -31px;
    display: inline-block;
    background: url(/img/title_img_r.png) no-repeat center;
    background-size: cover;
  }

  .address .title p span {
    background-image: linear-gradient(transparent 80%, #eabfc0 20%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.3s;
    cursor: pointer;
    vertical-align: middle;
  }

  .address .title p:nth-child(2) {
    font-size: 16px;
  }



  .address .map {
    height: 300px;
  }

  .address .map .map_wrapper {
    height: 100%;
  }



  .map_wrapper .map_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .map_wrapper .radius_border {
    border: 1px solid #919191;
  }

  .map_wrapper .custom_typecontrol {
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 100px;
    height: 20px;
    margin: 0;
    padding: 0;
    z-index: 1;
    font-size: 12px;
  }

  .map_wrapper .custom_typecontrol span {
    display: block;
    width: 50px;
    height: 20px;
    float: left;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size: 11px;
  }

  .map_wrapper .custom_typecontrol .btn {
    background: #fff;
    background: linear-gradient(#fff, #e6e6e6);
  }

  .map_wrapper .custom_typecontrol .btn:hover {
    background: #f5f5f5;
    background: linear-gradient(#f5f5f5, #e3e3e3);
  }

  .map_wrapper .custom_typecontrol .btn:active {
    background: #e6e6e6;
    background: linear-gradient(#e6e6e6, #fff);
  }

  .map_wrapper .custom_typecontrol .selected_btn {
    color: #fff;
    background: #425470;
    background: linear-gradient(#425470, #5b6d8a);
  }

  .map_wrapper .custom_typecontrol .selected_btn:hover {
    color: #fff;
  }

  .map_wrapper .custom_zoomcontrol {
    position: absolute;
    bottom: 50px;
    right: 10px;
    width: 25px;
    height: 60px;
    overflow: hidden;
    z-index: 1;
    background-color: #f5f5f5;
  }

  .map_wrapper .custom_zoomcontrol span {
    display: block;
    width: 25px;
    height: 30px;
    text-align: center;
    cursor: pointer;
  }

  .map_wrapper .custom_zoomcontrol span img {
    width: 12px;
    height: 12px;
    padding: 10px 0;
    border: none;
  }

  .map_wrapper .custom_zoomcontrol span:first-child {
    border-bottom: 1px solid #bfbfbf;
  }

  .map_wrapper .wrap {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 288px;
    margin-left: -144px;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 12px;
  }

  .map_wrapper .wrap .info {
    width: 100%;
    border-bottom: 2px solid #cee0e2;
    border-right: 1px solid #cee0e2;
    background: #fff;
  }

  .map_wrapper .wrap .info:nth-child(1) {
    border: 0;
  }

  .map_wrapper .wrap .info:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: 1px;
    width: 22px;
    height: 12px;
    background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
  }

  .map_wrapper .wrap .info .title01 {
    color: #393939;
    padding: 5px 0 0 10px;
    height: 30px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px 1px 1px #a0a0a0;
  }

  .map_wrapper .wrap .info .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888;
    width: 17px;
    height: 17px;
    background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
  }

  .map_wrapper .wrap .info .close:hover {
    cursor: pointer;
  }

  .map_wrapper .wrap .info .body {
    display: none;
  }

  .map_wrapper .wrap .info .desc {
    color: #393939;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }

  .map_wrapper .wrap .info .desc p {
    margin-bottom: 5px;
    white-space: initial;
    word-break: keep-all;
  }

  .map_wrapper .wrap .info .desc a {
    color: #27579f;
    font-size: 15px;
  }

  .map_wrapper .wrap .info .img {
      display: inline-block;
      padding: 10px;
      vertical-align: middle;
      border: 1px solid #ddd;
      color: #888;
      text-align: center;
  }

  .map_wrapper .wrap .info .img img {
    vertical-align: middle;
    width: 50px;
  }


  /* //¸Ê Á¤º¸ */


  footer {

  }

  footer .top {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0px 40px 0px;
    box-sizing: border-box;
    text-align: center;
  }

  footer .top img {
    display: inline-block;
    vertical-align: top;
    width: 200px;
  }

  footer .top p {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-top:20px;
  }

  footer .bottom{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #c14449;
    text-align: center;
  }


  #sub_contents{
    width: 95%;
    margin: 0 auto;
  }


  #sub_contents .submenu{
    text-align: center;
    padding: 20px 0;
  }

  #sub_contents .submenu .sub_menu_head{
    display: none;
  }

  #sub_contents .submenu .sm01{
    display: inline-block;
    font-size: 16px;
    margin: 0 10px;
  }
  #sub_contents .submenu a{
    display: inline-block;
    padding: 10px 20px;
  }
  #sub_contents .submenu a{
    display: inline-block;
    padding: 10px 20px;
  }
  #sub_contents .submenu .sm01 a.on{
    background: #ffe8e8;
    color: #bd4044;
  }

  #sub_contents .navi{
    text-align: center;
    padding: 10px;
  }
 #sub_contents .sub_contents{
	padding-bottom:10px;
  }



 #sub_contents .page{
      padding: 15px 15px;
  box-shadow: 0px 0px 15px -10px #000;
  width: 90%;
  margin: 0 auto;
  margin-top:20px;
 }



 
      /* Å×ÀÌºí */
      #sub_contents .page  .tb01 {
       width: 100%;
       position: relative;
    padding-top: 20px;
     }

      #sub_contents .page  .tb01::before {
    content: '"SCROLL! ½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
    display: block;
    font-size: 12px;
    color: rgba(0, 176, 201, 1.0);
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 3;
  }


   #sub_contents .page  .tb01::after {
    width: 15px;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
    content: "";
  }


   #sub_contents .page  .tb01_innner {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    right: 0px;
    box-sizing: border-box;
  }

      #sub_contents .page  .tb01 table {
       width: 120%;
       position: relative;
       overflow: hidden;
       text-align: center;
       border-top: 5px solid #bd4044;
       color: #393939;
       border-left: 0px solid #ccc;
     }

      #sub_contents .page  .tb01 table thead  {
       background:#ffcbca;
     }

      #sub_contents .page  .tb01 table thead th {
       padding: 5px;
       font-size: 14px;
       line-height: 22px;
       line-height: normal;
       border-bottom: 1px solid #fff;
       border-right: 1px solid #fff;
       font-weight: 500;
       color: #000;
       word-break: keep-all;
     }

      #sub_contents .page  .tb01 table tbody th {
       padding: 5px;
       font-size: 14px;
       line-height: 22px;
       border-bottom: 1px solid #ccc;
       border-right: 1px solid #ccc;
       background: #efefef;
       font-weight: 500;
       word-break: keep-all;
     }

      #sub_contents .page  .tb01 table tbody td {
       padding: 5px;
       font-size: 14px;
       line-height: 22px;
       border-bottom: 1px solid #ccc;
       border-right: 1px solid #ccc;
       text-align: center;
       word-break: keep-all;
     }

      #sub_contents .page  .tb01 table tbody td.left {
       text-align: left;
     }



    .login_box{
      padding: 10px 10px 50px;
  box-shadow: 0px 0px 15px -10px #000;
  width: 90%;
  margin: 0 auto;
  margin-top:20px;
    }
    .login_box .img01{
      padding: 10px 0;
    }
    .login_box .img01 img{
      height: 140px;
    }
    .login_box input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0px;
        display: inline-block;
        position: relative;
        font-size: 14px;
        width: 70px;
        height: 30px;
        padding: 0 10px;
        line-height: 30px;
        margin: 0 auto;
        border: 0px;
        background-color: #efefef;
    }
    .login_box .btn_login{
      vertical-align: middle;
      display: inline-block;
      background: #999;
      height: 30px;
      font-size: 14px;
      line-height: 30px;
      width: 50px;
      text-align: center;
      margin-left: 10px;
      color: #fff;
    }
    .login_box .btn_login:hover{
      background: #bd4044;
    }




      #quick {
        position: absolute;
        z-index: 99;
        right: 5px;
      }

      #quick>a {
        float: right;
        background: #bd4044;
        margin-bottom: 10px;
        height: 60px;
        line-height: 60px;
        width: 60px;
        text-align: left;
        border-radius: 70px;
        font-size: 0px;
        transition: 0.3s;
        clear: both;
        font-size: 18px;
        overflow: hidden;
        color: #fff;
        font-weight: 500;
        box-shadow: 0px 0px 20px -5px #000;
      }

      #quick>a:hover {
        background: #bd4044;
      }

      #quick>a .img {
        display: inline-block;
        height: 60px;
        line-height: 60px;
        width: 60px;
        text-align: center;
      }

      #quick>a img {
        vertical-align: middle;
        width: 30px;
      }

      #quick>a:nth-child(1):hover {
        width: 200px;
      }

      #quick>a:nth-child(2):hover {
        width: 200px;
      }

      #quick .top_go {
        float: right;
        clear: both;
        width: 60px;
        text-align: center;
      }

      #quick .top_go img {
        cursor: pointer;
      }
}

#myModal .modal .modal_open {
  animation: modal_open 0.5s forwards;
  animation-delay: 0s;
}

@-webkit-keyframes modal_open {
  0% {
    opacity: 0;
    top: -150px;
  }

  100% {
    opacity: 1;
    top: 0px;
  }
}

/* ¾ð´õ¶óÀÎ È¿°ú */
.underline {
  background-image: linear-gradient(transparent calc(100% - 3px), #bd4044 3px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.3s;
  cursor: pointer;
}

.underline.bd4044 {
  background-image: linear-gradient(transparent 60%, #bd4044 40%);
}

.underline:hover {
  background-size: 100% 100%;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

/* ³»¿ë °øÅë */
::-moz-selection {
  background: #ccc;
  color: #fff;
}

::selection {
  background: #ccc;
  color: #fff;
}






/** ·Îµù css **/

#loading {
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 position: fixed;
 display: block;
 opacity: 1;
 background-color: #fff;
 z-index: 1000;
 text-align: center; }

#loading-image {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left:-40px;
 z-index: 1001;}



@keyframes rotate-loading {
	0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
	0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
	0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
	0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
	0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
	0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
	0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
	0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
	0%  {opacity: 0}
	20% {opacity: 0}
	50% {opacity: 1}
	100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
	0%  {opacity: 0}
	20% {opacity: 0}
	50% {opacity: 1}
	100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
	0%  {opacity: 0}
	20% {opacity: 0}
	50% {opacity: 1}
	100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
	0%  {opacity: 0}
	20% {opacity: 0}
	50% {opacity: 1}
	100%{opacity: 0}
}
.loading-container,
.loading {
	height: 200px;
	position: relative;
	width: 200px;
	border-radius: 100%;
}


.loading-container {
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;

 }

.loading {
	border: 1px solid transparent;
	border-color: transparent #555 transparent #555;
	-moz-animation: rotate-loading 1.5s linear 0s infinite normal;
	-moz-transform-origin: 50% 50%;
	-o-animation: rotate-loading 1.5s linear 0s infinite normal;
	-o-transform-origin: 50% 50%;
	-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
	-webkit-transform-origin: 50% 50%;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading {
	border-color: transparent #bd4044 transparent #bd4044;
}
.loading-container:hover .loading,
.loading-container .loading {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#loading-text {
	-moz-animation: loading-text-opacity 1s linear 0s infinite normal;
	-o-animation: loading-text-opacity 1s linear 0s infinite normal;
	-webkit-animation: loading-text-opacity 1s linear 0s infinite normal;
	animation: loading-text-opacity 1s linear 0s infinite normal;
	color: #000;
	font-size: 18px;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 205px;
	height:205px;
	line-height:203px;
	font-weight:500;
}
