@media (max-width: 1440px) {
  #send-sms {
    left: 10px;
    top: auto;
    bottom: 0;
    right: auto;
  }
  #aside {
    top: 50%;
  }
}
@media (max-width: 1239px) {
  body {
    -webkit-text-size-adjust: none;
  }

  #hd {
    display: none;
  }
  #m-hd {
    display: block;
    overflow: hidden;
    background: #00adba;
  }
  #container_wr,
  #ft_wr,
  #gnb .gnb_wrap,
  #hd_pop,
  #hd_wrapper,
  #tnb .inner {
    width: 100%;
  }
  #dark-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
  }
  #hd_pop {
    width: 90%;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
  }
  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
  .hd_pops_reject {
    font-size: 20px;
  }
  .hd_pops_top .hd_pops_close {
    top: 0;
    padding: 15px;
  }
  .hd_pops_top .hd_pops_close img {
    width: 20px;
  }
  .hd_pops img {
    width: 100%;
  }
  .hd_pops_footer button {
    font-size: 20px;
  }
  .pop-pagination {
    position: relative;
  }
  .pop-pagination .swiper-pagination-bullet {
    font-size: 20px;
  }
  .hgroup {
    overflow: hidden;
  }
  #main-visual {
    display: none;
  }
  #m-main-visual {
    display: block;
  }
  #logo {
    float: left;
    padding: 20px 35px;
    border: 0;
  }
  #logo a {
    width: 127px;
    display: block;
  }
  #logo img {
    width: 100%;
  }
  #logo::after {
    display: block;
    clear: both;
    content: "";
  }
  .hgroup .trigger {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
  }
  .hgroup .trigger a {
    display: block;
    padding: 27px 35px 26px;
    width: 110px;
    height: 80px;
  }
  .hgroup .trigger a:before {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    right: 35px;
    width: 40px;
    height: 3px;
    background-color: #fff;
    transition: top 500ms, background-color 500ms, transform 500ms;
    -webkit-transition: top 500ms, background-color 500ms,
      -webkit-transform 500ms;
    -moz-transition: top 500ms, background-color 500ms, -moz-transform 500ms;
  }
  .hgroup .trigger a > span {
    display: block;
    position: absolute;
    top: 39px;
    right: 35px;
    width: 32px;
    height: 3px;
    background-color: #fff;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    transition: background-color 500ms, right 500ms, opacity 500ms;
    -webkit-transition: background-color 500ms, right 500ms, opacity 500ms;
    -ms-transition: background-color 500ms, right 500ms, opacity 500ms;
    -moz-transition: background-color 500ms, right 500ms, opacity 500ms;
  }
  .hgroup .trigger a:after {
    content: "";
    display: block;
    position: absolute;
    top: 51px;
    right: 35px;
    width: 40px;
    height: 3px;
    background-color: #fff;
    transition: top 500ms, background-color 500ms, transform 500ms;
    -webkit-transition: top 500ms, background-color 500ms,
      -webkit-transform 500ms;
    -moz-transition: top 500ms, background-color 500ms, -moz-transform 500ms;
  }
  .hgroup .nav-show .trigger a:before {
    top: 39px;
    background-color: #00aeba;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  .hgroup .nav-show .trigger a > span {
    right: 10px;
    background-color: #00aeba;
    opacity: 0;
  }
  .hgroup .nav-show .trigger a:after {
    top: 39px;
    background-color: #00aeba;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .m-menu {
    display: none;
  }
  #tnb {
    text-align: center;
    background-color: #474747;
  }
  #branch-select {
    width: 100%;
    float: none;
    text-align: center;
  }
  #branch-select .trigger {
    padding: 10px;
    font-size: 17px;
    background: #333;
  }
  #branch-select .trigger:after {
    position: static;
    right: auto;
    margin-left: 10px;
    display: inline-block;
  }

  #hd_qnb {
    float: none;
    text-align: center;
    width: 100%;
  }
  #hd_qnb li {
    width: 50%;
    padding: 0 20px;
    display: inline-block;
    background-color: #474747;
  }
  #hd_qnb li a {
    font-size: 32px;
    font-weight: 600;
    padding: 15px;
    color: #fff;
  }
  #hd_qnb li::before {
    background: #aaa;
  }
  .gnb_2dul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    transform: translateX(0);
  }
  .gnb_2dul::before {
    display: none;
  }
  .gnb_2dul a {
    position: relative;
    padding: 20px 48px;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    background: #50bbc9;
    line-height: 1.5;
  }
  .gnb_2dul a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1em;
    margin-top: -1px;
    width: 4px;
    height: 4px;
    background-color: #333;
  }
  #gnb .gnb_1dli:hover > a {
    color: #fff;
  }
  #ft,
  #hd,
  #wrapper {
    min-width: 100%;
    overflow: hidden;
  }
  #ft_wr {
    max-width: 100%;
  }
  #ft_copy {
    width: 100%;
  }
  .main h2.title {
    display: none;
  }
  .main h2.title.mobile {
    display: block;
    font-size: 40px;
    line-height: 1.3;
  }
  .pc-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .m-nmargin {
    margin-top: 0 !important;
  }
  .check-bullets li .box .title {
    font-size: 28px;
  }
  .implant-insurance .check-bullets .box {
    text-align: center;
  }
  .implant-insurance .check-bullets li .box .paragraph {
    text-align: center;
  }
  .check-bullets li .box dd {
    font-size: 18px;
  }
  .check-bullets li .box .paragraph em {
    font-size: 14px;
  }

  #main-thanku {
    padding-bottom: 0;
  }
  #main-thanku .mobile-show li {
    width: 100%;
  }
  #main-thanku .mobile-show li:nth-child(1) {
    background-image: url(../img/mobile/bg-main-thanku01.jpg);
	text-align: left;
  }
  #main-thanku .mobile-show li:nth-child(2) {
    background-image: url(../img/mobile/bg-main-thanku02.jpg);
  }
  #main-thanku .mobile-show li:nth-child(3) {
    text-align: left;
    background-image: url(../img/mobile/bg-main-thanku03.jpg);
  }
  #main-thanku .mobile-show li:nth-child(4) {
    background-image: url(../img/mobile/bg-main-thanku04.jpg);
  }
  #main-thanku .mobile-show li:nth-child(5) {
    background-image: url(../img/mobile/bg-main-thanku05.jpg);
  }
  #main-thanku .mobile-show li:nth-child(6) {
    text-align: left;
    background-image: url(../img/mobile/bg-main-thanku06.jpg);
  }
  #main-thanku .mobile-show li a {
    padding: 80px 37px 70px;
  }
  #main-thanku .mobile-show li .title {
    font-size: 40px;
  }
  #main-thanku .mobile-show li p {
    font-size: 30px;
  }
  #main-thanku .mobile-show li .view-btn {
    font-size: 20px;
  }

  #main-info {
    padding-bottom: 0;
  }
  #main-info li {
    width: 100%;
    float: none;
  }
  #main-info li a {
    padding: 95px 37px 80px;
	height:auto;
  }
  #main-info li:nth-child(1) {
    background-position-y: top;
  }
  #main-info li:nth-child(1) .link-bg-btn.white {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    font-size: 25px;
    padding: 12px 20px;
  }
  #main-info li .link-border-btn {
    font-size: 25px;
    padding: 12px 20px;
  }
  #main-info li:nth-child(7) {
    text-align: center;
    background: #f8f8f8;
  }
  #main-info li:nth-child(7) .title {
    text-align: left;
  }
  #main-info li:nth-child(7) .phone-number {
    margin-top: 30px;
    font-size: 50px;
  }
  #main-info .operating {
    max-width: 500px;
    margin: 30px auto 0;
  }
  #main-info .operating dl {
    margin-bottom: 15px;
  }
  #main-info .operating dd,
  #main-info .operating dt {
    font-size: 26px;
  }
  #main-info .operating dt {
    width: 27%;
  }
  #main-info .operating dd {
    width: 70%;
  }
  #ft_link a {
    font-size: 20px;
  }
  .ft_info {
    /* max-width: 430px; */
    line-height: 1.5;
    margin: 0 auto;
    font-size: 25px;
  }
  .ft_info a {
    color: #fff;
  }
  #ft_copy {
    font-size: 20px;
    opacity: 0.6;
    line-height: 1.5;
  }
  #ft_copy .text-point {
    color: #4ba5a5;
  }
  #location {
    padding: 0;
  }
  #location > .section {
    padding-left: 80px;
    font-size: 24px;
    line-height: 30px;
  }
  #location .home {
    position: absolute;
    left: 0;
  }
  #location .home:after {
    margin-top: -30px;
    margin-left: -29px;
    width: 58px;
    height: 58px;
  }
  #location .home a {
    padding: 25px 16px 25px 32px;
    width: 80px;
    background-color: #ccc;
    z-index: 1;
  }
  #location .home a span {
    display: block;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  #location .home a:before {
    margin-right: 0;
    width: 25px;
    height: 19px;
  }
  #location > .section > .depth {
    width: 50%;
  }
  #location > .section > .depth > a {
    padding: 25px 0 25px 60px;
  }
  #location > .section > .depth > a:after {
    top: 32px;
    right: 12px;
    width: 23px;
    height: 12px;
  }
  #location > .section > .depth:after {
    width: 42px;
    height: 80px;
    background-position: 0 center;
  }

  #location > .section > .depth:nth-child(3)::after {
    display: none;
  }
  .article-header {
    padding: 64px 0 73px;
  }
  .article-header .article-title {
    font-size: 50px;
    line-height: 60px;
  }
  .article-header .article-remarks {
    margin-top: 11px;
    min-height: 80px;
    font-size: 28px;
    line-height: 40px;
  }
  .article-header:after {
    margin: 46px auto 0;
    width: 206px;
    height: 206px;
  }

  #container {
    font-size: 24px;
    line-height: 34px;
  }

  #container.greeting .header > .contain {
    top: 50px;
    font-size: 32px;
    line-height: 40px;
  }
  #article > .section {
    margin-top: 130px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #article > .section.m-wide {
    padding: 0;
  }
  #article .section-contents {
    margin: 30px auto 0;
  }
  #article .section-contents {
    max-width: 700px;
  }
  #container.greeting .remarks p {
    font-size: 24px;
    line-height: 45px;
    letter-spacing: -0.07em;
  }
  #container.greeting .remarks .footer {
    font-size: 24px;
    line-height: 40px;
  }
  #container.greeting .remarks .footer strong {
    font-size: 24px;
  }
  #container.greeting .remarks .highlight {
    /* text-decoration: underline; */
    border-bottom: 0;
  }
  #container.doctor .doctor-panel > .panel {
    width: 100%;
  }
  #container.doctor .doctor-panel:first-child {
    margin-top: 0;
  }
  #container.doctor .doctor-panel > .panel.image {
    margin-top: 0;
    padding-right: 0;
    background: #eeeeee;
  }
  #container.doctor .info {
    width: 100%;
  }
  .bullet-spot {
    padding-left: 30px;
    font-size: 28px;
    line-height: 34px;
    color: #333;
  }
  .bullet-spot:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: 3px;
  }
  ul.dotted-list > li {
    padding: 2px 0 2px 30px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.05em;
  }
  .explore-wrapper {
    padding-top: 150px;
  }
  .explore-tabs .slider-tab {
    width: calc(25% - 9px);
    margin-right: 11px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
  .explore-tabs .slider-tab:nth-child(4n) {
    margin-right: 0;
  }
  .explore-wrapper .swiper-button-next,
  .explore-wrapper .swiper-button-prev {
    display: none;
  }
  .explore-wrapper .swiper-slide span {
    padding: 10px 0;
  }
  ul.data-label-list {
    margin-left: 0;
    margin-right: 0;
  }
  ul.data-label-list > li {
    float: none;
    margin-top: 10px;
    padding: 0;
    width: 100% !important;
  }
  ul.data-label-list > li .header {
    font-size: 23px;
  }
  ul.data-label-list > li .contents {
    font-size: 24px;
    line-height: 1.4;
  }
  .count-bricks-well > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .count-bricks-well > li .panel .header {
    text-align: center;
  }
  .count-bricks-well > li .panel .header::before {
    display: inline-block;
    margin-right: 10px;
  }
  .count-bricks-well > li .panel .header::after {
    margin: 20px auto 20px;
  }
  .count-bricks-well > li .panel p {
    font-size: 24px;
    line-height: 1.4;
  }
  ul.data-label-list li p {
    font-size: 24px;
    letter-spacing: -1px;
  }
  .schedule .section-round-list .bg-cover {
    padding: 50px 20px;
  }
  .schedule .section-round-list li {
    width: 200px;
  }
  .schedule .section-round-list li::before {
    width: 140px;
    height: 140px;
  }

  /*  neuro*/
  .neuro .polaroid-lists li {
    width: 100%;
  }

  .table-basic {
    font-size: 24px;
    line-height: 1.4;
  }
  
  .table-basic .mo_margin-none{
	margin-left:0 !important;
  }
  .table-basic .mo_margin100{
   margin-left:100px !important;
  }
  
  
  .schedule #article > div:nth-child(2) > div.section-contents.text-center {
    margin-top: 20px;
  }
  .check-bullets li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .check-bullets li .box {
    font-size: 24px;
  }
  .check-bullets + .remarks {
    font-size: 40px;
  }
  .section-contents .bg-cover {
    background-size: cover !important;
    background-position: center !important;
  }
  .section-contents .bg-cover .description {
    padding: 0 30px;
    font-size: 25px;
  }
  .box-lists li {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .box-lists li .panel .header {
    font-size: 40px;
    line-height: 1.4;
  }
  .box-lists li .panel p {
    font-size: 24px;
    line-height: 1.4;
  }
  .count-lists {
    font-size: 24px;
  }
  .count-lists li {
    width: 100%;
    float: none;
  }
  .count-lists .count-visible:before {
    font-size: 18px;
  }
  .section-contents > .description {
    text-align: center;
    font-size: 24px;
  }
  .polaroid-lists li {
    width: 100%;
    margin-bottom: 25px;
    float: none;
  }
  .polaroid-lists .caption {
    padding: 20px;
    font-size: 35px;
    line-height: 1.4;
  }
  .section-divided > .panel {
    width: 100%;
    margin-bottom: 35px;
    float: left;
  }
  .cavity .bullet-spot {
    font-size: 30px;
  }
  .bullet-spot.large {
    padding-left: 40px;
  }
  .bullet-spot.large::before {
    top: 2px;
    width: 25px;
    height: 25px;
  }
  .round-well {
    padding: 30px 40px;
    font-size: 24px;
    line-height: 1.4;
  }
  .round-well p {
    margin-bottom: 15px;
  }
  .round-well p:last-child {
    margin-bottom: 0;
  }
  .faq-lists dt p {
    font-size: 24px;
    padding-right: 65px;
  }
  .faq-lists dd p {
    font-size: 24px;
  }
  .neuro .polaroid-lists .caption {
    padding: 25px 10px;
  }
  .figcaption-lists li {
    width: 100%;
    float: none;
  }
  .figcaption-lists .picture {
    width: 100%;
  }
  .figcaption-lists .figcaption {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    float: none;
    padding: 34px 30px;
  }
  .figcaption-lists .figcaption .title {
    font-size: 28px;
  }
  .figcaption-lists .figcaption .description {
    font-size: 24px;
	
  }
  .figcaption-lists .figcaption .description .pc_br{
    display:none
  }
  
  .scaling .section-contents .bg-cover .remarks p {
    top: 35%;
  }
  .scaling .section-contents .bg-cover .description {
    font-size: 21px;
  }
  .wisdom-tooth .section-contents .bg-cover .description {
    font-size: 21px;
    letter-spacing: -0.09em;
  }
  .wisdom-tooth .section-contents .bg-cover .remarks p {
    top: 40%;
  }
  .data-label-lists li {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .data-label-lists li .header {
    font-size: 28px;
  }
  .data-label-lists li .contents {
    min-height: 190px;
    font-size: 24px;
    line-height: 1.4;
  }
  .thanku-implant .section-contents .bg-cover .remarks p {
    top: 40%;
  }
  .navigation-implant ul.data-label-lists li {
    width: 100%;
  }
  .large-title h3 {
    line-height: 1.3;
  }
  .large-title p {
    font-size: 24px;
  }
  .thanku-braces .bg-data-lists .title-img img {
    margin: 0 auto;
  }
  .bg-data-lists li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    padding: 0 30px 10px;
  }
  .bg-data-lists li .panel {
    margin-top: -2px;
  }
  .bg-data-lists li .panel .header {
    font-size: 28px;
  }
  .bg-data-lists li .panel p {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .thanku-braces .picture.middle img {
    width: 100%;
  }
  .thanku-braces .section-round-list {
    line-height: 1.3;
  }
  .thanku-braces .section-round-list .bg-cover {
    padding: 60px 20px;
  }
  .thanku-braces .data-label-lists li {
    width: 100%;
  }
  .thanku-braces .data-label-lists li .contents {
    font-size: 28px;
  }
  .thanku-braces .section-round-list li {
    width: 180px;
  }
  .qustion-title {
    font-size: 32px;
  }
  .qustion-title::after {
    top: -43px;
    font-size: 75px;
  }
  .qustion-sub-title {
    font-size: 28px;
    text-align: center;
  }
  .infant-braces .count-lists {
    padding: 0 30px;
  }
  .infant-braces .polaroid-lists li {
    width: 100%;
  }
  .equipment-braces .equipment-braces-title {
    padding: 0 30px;
  }
  .equipment-braces .equipment-braces-title h3 {
    line-height: 1.4;
  }
  .equipment-braces .data-label-lists li {
    width: 100%;
  }
  .equipment-braces .data-label-lists .contents {
    font-size: 24px;
  }
  .equipment-braces .data-label-lists small {
    font-size: 21px;
  }
  .link-tabs {
    display: block;
  }
  .link-tabs li {
    display: block;
    width: 100%;
    border-right: 1px solid #c4c4c4;
  }
  .link-tabs li.on {
    border-bottom: 1px solid #c4c4c4;
  }
  .link-tabs li a {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    padding: 20px 30px;
  }
  .link-tabs > li a {
    position: relative;
  }
  .link-tabs > li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    width: 38px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/mobile/icon-faq-arrow-down.png);
  }
  .link-tabs > li.on a::after {
    transform: rotate(-180deg);
  }
  .link-tabs .list {
    display: none;
  }
  .link-tabs .list li:first-child {
    border-top: 0;
  }
  .link-tabs .list li:last-child {
    border-top: 0;
    border-bottom: 1px solid #c4c4c4;
  }
  .section-contents .bg-cover2 .description {
    font-size: 24px;
  }
  .round-well p::before {
    top: 15px;
  }
  .section-contents .bg-cover2 .remarks {
    padding: 0 30px;
    letter-spacing: -0.06em;
  }
  .whitening .section-contents .bg-cover2 .remarks {
    top: 40%;
  }
  .section-contents .bg-cover2 .description.bottom {
    font-size: 21px;
  }
  .section-contents .bg-cover2 {
    background-position: center !important;
  }

  .prevention .data-label-lists li {
    width: 100%;
  }
  .jaw-joint-disease .bullet-spot.large {
    font-size: 28px;
    font-weight: bold;
  }
  .section-title {
    font-size: 40px;
    line-height: 50px;
  }

  .history-list:before {
    display: none;
  }
  .history-list li {
    margin-bottom: 30px;
  }
  .history-list li .year {
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
  .history-list li .year:before {
    display: none;
  }
  .history-list li:nth-child(even) .year {
    text-align: center;
    padding: 0;
  }
  .history-list li:nth-child(odd) .year {
    float: none;
    padding: 0;
    text-align: center;
  }
  .history-list li:nth-child(odd) .month {
    float: none;
  }
  .history-list li:nth-child(even) .year {
    float: none;
  }
  .history-list li:nth-child(even) .month {
    float: none;
  }
  .history-list li .month {
    width: 100%;
  }
  .history-list li:nth-child(odd) .month {
    padding: 0;
  }
  .history-list li:nth-child(even) .month {
    padding: 0;
  }
  .history-list li .month > ul > li:last-child {
    margin-bottom: 0;
  }
  .history-list li .month > ul {
    border-radius: 0;
  }
  .history-list li .month dt {
    width: 70px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    border-radius: 15px;
  }
  .history-list li .month dd {
    font-size: 24px;
    line-height: 1.4;
  }
  .history-list > li .month dl {
    padding-left: 95px;
  }
  .normal-title p {
    font-size: 24px;
  }
  .header .link-tabs {
    display: table;
  }
  .header .link-tabs li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .header .link-tabs > li a::after {
    display: none;
  }
  .header .link-tabs li a {
    font-size: 24px;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
  }
  .header .link-tabs li:last-child a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }
  .thanku.story .highlight {
    font-size: 30px;
    line-height: 1.4;
  }
  .sub-section-title {
    font-size: 30px;
  }
  #thanks-achievements ul.polaroid-list li {
    width: 100%;
  }
  .register #article {
    padding: 0;
  }
  .register #article .section {
    padding: 0;
  }
  .sign > .section > .title {
    font-size: 24px;
  }
  #sign-section > p:first-child {
    font-size: 24px;
  }
  .i-label .i-placeholder {
    font-size: 24px;
    line-height: 1.4;
  }
  .i-label .i-text {
    height: 60px;
    font-size: 24px;
  }
  .sign-form .btn-group .btn {
    font-size: 24px;
  }
  #sign-section .sign-up-entry dt {
    font-size: 24px;
  }
  #sign-section .sign-up-entry #mb_name.i-text {
    font-size: 24px;
    height: 60px;
  }
  #sign-other .btn {
    font-size: 21px !important;
  }
  #sign-section .form-title {
    font-size: 24px;
  }
  .i-checkbox span {
    font-size: 21px;
  }
  #sign-section .i-checkbox span::before {
    top: 3px;
  }
  #sign-section .agree-panel .agree-contents {
    font-size: 0.875em;
  }
  .public-panel {
    font-size: 0.875em;
  }
  #sign-section .btn {
    font-size: 28px;
  }
  .btn-group .btn {
    height: 60px;
  }
  #sign-section .sign-up-entry .i-checkbox span {
    font-size: 24px;
  }
  #sign-section .sign-up-entry dd span::before {
    top: 3px;
  }
  #sign-section .sign-up-entry #mb_email1 {
    height: 60px;
  }
  .i-text {
    height: 60px;
    font-size: 21px;
  }
  #sign-section .sign-up-entry #email_sel {
    height: 60px;
    font-size: 21px;
  }
  #sign-section .sign-up-entry .acceptance {
    font-size: 18px;
  }
  .contents_wrap .images,
  .contents_wrap .content {
    display: block;
  }
  .contents_wrap {
    display: block;
    border: 1px solid #ddd;
  }
  .contents_wrap .images img {
    width: 100%;
  }
  .contents_wrap .images {
    max-width: 100%;
    max-height: 100%;
  }
  .contents_wrap .content {
    padding: 30px;
  }
  #bo_list .contents {
    font-size: 24px;
  }
  #bo_list .listInfo {
    font-size: 24px;
  }
  #bo_list .bo_tit {
    font-size: 34px;
  }
  .board #article {
    padding: 0 30px;
  }
  .gall_row .col-gn-3 {
    width: 100%;
  }
  #bo_gall .gall_text_href a {
    font-size: 34px;
    line-height: 1.4;
  }
  #bo_gall .gall_info {
    font-size: 24px;
  }
  #bo_gall .gall_img span {
    background: #00adba;
    color: #fff;
  }
  .cooperation .gall_row .col-gn-4 {
    width: 50%;
  }
  .cooperation .gall_row .col-gn-4 img {
    width: 100%;
  }
  #location .dp-section a {
    padding: 15px 22px;
  }
  .board .board_header {
    top: -80px;
    margin-bottom: -80px;
  }
  #bo_v_title .bo_v_tit {
    padding: 20px;
    font-size: 24px;
  }
  #bo_v_info .if_date {
    font-size: 24px;
  }
  .board .symptom {
    font-size: 24px;
    background: #00adba;
    color: #fff;
  }
  #bo_v_con * {
    font-size: 24px !important;
  }
  #mapTab-button {
    width: 100%;
    padding: 24px;
    font-size: 28px;
    background: #fff;
    border: 1px solid #ddd;
    font-weight: 600;
  }
  #mapTab-menu {
    font-size: 28px;
  }
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  a.ui-button:active,
  .ui-button:active,
  .ui-button.ui-state-active:hover {
    background: #00adba !important;
    border-color: #00adba !important;
  }
  #mapTab-menu .ui-menu-item-wrapper {
    padding: 20px;
  }
  .link-tabs.mobile-show {
    border: 0;
  }
  #mapTab-button .ui-icon {
    width: 35px;
    height: 35px;
    background-image: url(../img/location-arrow-down.png);
    background-position: center;
  }
  .reservation .article-header .article-remarks span {
    font-size: 24px !important;
  }
  .reservation .btn-naver {
    font-size: 32px;
    padding: 20px 30px 20px 60px;
  }
  .reservation .sub-text {
    font-size: 24px;
  }
  .consulting .contain .remarks {
    font-size: 24px;
  }
  .consulting .contain .entry .entry-title {
    font-size: 1.6rem;
  }
  .consulting .contain .entry .i-text {
    height: 60px;
    font-size: 1.6rem;
  }
  .info-entry .i-checkbox span {
    font-size: 21px;
  }
  .consulting .btn {
    font-size: 24px;
  }
  .consulting .i-checkbox span::before {
    top: 4px;
  }
  .info-entry > .privacy .btn-style {
    font-size: 18px;
  }
  #top_btn {
    width: 70px;
    height: 70px;
  }
  #top_btn:hover {
    background: #00adba;
    border-color: #00adba;
  }
  .no_image {
    width: 100%;
    height: 420px;
    line-height: 420px;
  }
  #main-info li p {
    font-size: 24px;
  }
  #main-info li:nth-child(4) p {
    max-width: 100%;
    white-space: normal;
    text-overflow: initial;
  }
  #branch-select .dropdown {
    top: 81px;
    z-index: 1000;
  }
  #branch-select .dropdown a {
    padding: 18px 30px;
    font-size: 32px;
    line-height: 40px;
  }
  .pg_current,
  .pg_page {
    min-width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
  .bo_v_nb li .nb_tit {
    font-size: 24px;
    vertical-align: middle;
  }
  .bo_v_nb li .nb_title {
    max-width: 500px;
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
  }
  #bo_v a.btn_b01 {
    font-size: 24px;
    padding: 12px 35px;
  }
} /* end */

@media (max-width: 767px) {
  #branch-select .trigger {
    padding: 20px 30px;
    font-size: 32px;
    line-height: 40px;
  }
  #hd_qnb li a {
    line-height: 1.5;
    padding: 20px;
    font-size: 32px;
  }
  #gnb .gnb_1dli {
    float: none;
  }
  #gnb .gnb_1dli > a {
    position: relative;
    padding: 30px 30px;
    font-size: 32px;
    line-height: 40px;
    display: block;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #78d2de;
    background-color: #31abbb;
  }
  #gnb .gnb_1dli > a:nth-last-child(2):before {
    top: 37px;
    right: 32px;
    width: 26px;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #fff;
  }
  #gnb .gnb_1dli > a.on:nth-last-child(2):after {
    display: none;
  }
  #gnb .gnb_1dli > a:nth-last-child(2):after {
    top: 25px;
    right: 44px;
    width: 2px;
    height: 26px;
    content: "";
    position: absolute;
    background-color: #fff;
  }
  #m-main-visual img {
    width: 100%;
  }
  #m-main-visual .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #9e9e9e;
    opacity: 0.8;
    transition: 0.3s all;
  }
  #m-main-visual .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 25px;
    background: #00adba;
  }
  #m-main-visual .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }
}
