@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 {
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }

  .hd_pops {
    width: 90% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }

  .hd_pops img {
    width: 100%;
  }

  .hd_pops_footer button {
    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;
  }

  .m-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 .m-show li {
    width: 100%;
  }

  #main-thanku .m-show li:nth-child(1) {
    background-image: url(../img/mobile/bg-main-thanku01.jpg);
  }

  #main-thanku .m-show li:nth-child(2) {
    background-image: url(../img/mobile/bg-main-thanku02.jpg);
  }

  #main-thanku .m-show li:nth-child(3) {
    text-align: left;
    background-image: url(../img/mobile/bg-main-thanku03.jpg);
  }

  #main-thanku .m-show li:nth-child(4) {
    background-image: url(../img/mobile/bg-main-thanku04.jpg);
  }

  #main-thanku .m-show li:nth-child(5) {
    background-image: url(../img/mobile/bg-main-thanku05.jpg);
  }

  #main-thanku .m-show li:nth-child(6) {
    text-align: left;
    background-image: url(../img/mobile/bg-main-thanku06.jpg);
  }

  #main-thanku .m-show li a {
    padding: 80px 37px 70px;
  }

  #main-thanku .m-show li .title {
    font-size: 40px;
  }

  #main-thanku .m-show li p {
    font-size: 30px;
  }

  #main-thanku .m-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;
  }

  #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 {
    font-size: 50px;
  }

  #main-info .operating {
    max-width: 500px;
    margin: 30px auto 0;
    text-align: left;
  }

  #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: 23px;
  }

  .ft_info {
    /* max-width: 430px; */
    line-height: 1.5;
    margin: 0 auto;
    font-size: 23px;
  }

  .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.special-depth {
    width: 350px;
  }

  #location>.section>.depth>a {
    padding: 25px 0 25px 60px;
    font-size: 23px;
  }

  #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: 26px;
    line-height: 40px;
  }

  .article-header:after {
    margin: 46px auto 0;
    width: 206px;
    height: 206px;
  }

  #container {
    font-size: 24px;
    line-height: 34px;
  }

  #container.greeting .header>.picture {
    padding-top: 50px;
    background: #eee;
  }

  #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: 22px;
    line-height: 45px;
    letter-spacing: -0.06em;
  }

  #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(16.666% - 5px);
    margin-right: 6px;
    padding: 10px 5px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
  }

  .explore-tabs .slider-tab:nth-child(6n) {
    margin-right: 0;
  }

  .explore-wrapper .swiper-button-next,
  .explore-wrapper .swiper-button-prev {
    display: none;
  }

  .explore-wrapper .swiper-slide span {
    padding: 10px 0;
  }

  /* system */
  .system #article .section-contents {
    margin: 0;
  }

  .system .contents-interval {
    margin-top: 15px;
  }

  .system #article>.section:nth-child(2) {
    margin-top: 0;
  }

  .system .box-lists li .panel .header {
    text-align: center;
  }

  .system .box-lists li .panel .header::before {
    margin-right: 15px;
    display: inline-block;
  }

  .system .box-lists li .panel .header::after {
    margin: 10px auto 20px;
  }

  /*  schedule*/
  .schedule .section-round-list li {
    width: 193px;
    min-height: 280px;
    font-size: 21px;
  }

  .schedule .section-round-list li p.sub {
    line-height: 1.5;
    margin-top: 0;
  }

  .schedule .section-round-list li p.sub {
    line-height: normal;
  }

  /* warranty-service */
  .warranty-service .img img {
    width: 100%;
  }

  .warranty-service .box-point-title {
    font-size: 25px;
  }

  /* special */
  .special .data-label-lists li {
    width: 100%;
  }

  /* .pain-relief .box-lists */
  .pain-relief .box-lists li {
    width: 100%;
  }

  .pain-relief .box-lists li .panel .header {
    font-size: 32px;
  }

  /* .neuro  */
  .neuro .polaroid-lists li {
    width: 100%;
  }

  /* wisdom-tooth */
  .wisdom-tooth .section-contents .bg-cover .description {
    font-size: 21px;
    letter-spacing: -0.09em;
  }

  .wisdom-tooth .section-contents .bg-cover .remarks p {
    top: 40%;
  }

  .wisdom-tooth .check-bullets li .box {
    min-height: auto;
  }


  /* thanku-implant */
  .thanku-implant .data-label-lists li {
    width: 100%;
  }

  .thanku-implant .check-bullets .box {
    min-height: auto;
  }

  /* navigation-implant */
  .navigation-implant .picture-title {
    margin-bottom: 20px;
  }

  .navigation-implant .data-label-lists .header small {
    font-size: 20px;
  }

  /* implant-insurance */
  .implant-insurance .check-bullets li .box dd::before {
    display: none;
  }

  .implant-insurance #article>div:nth-child(1)>h3 {
    margin-bottom: 80px;
  }

  /* bone-graft-implant */
  .bone-graft-implant .picture-title {
    margin-bottom: 20px;
  }

  .bone-graft-implant #article>.section:nth-child(2) {
    margin-top: 50px;
  }

  .picture-title {
    margin-bottom: 20px;
  }

  /* implant-denture */
  .implant-denture .half.in-block {
    width: 100%;
  }

  .implant-denture .count-lists {
    width: 100%;
    margin-left: 0;
  }

  .count-lists .count-visible:before {
    left: -2px;
  }

  .implant-denture .data-label-lists li {
    float: left;
    padding: 0 5px;
  }

  /* jaw-joint-disease */
  .jaw-joint-disease .faq-lists.cure {
    text-align: center;
  }

  .jaw-joint-disase-bg::after {
    display: none;
  }

  .jaw-joint-disease .faq-lists li .text {
    font-size: 21px;
  }

  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;
  }

  ul.data-label-list>li .text {
    font-size: 18px;
  }

  .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 0;
  }

  .table-basic {
    font-size: 24px;
    line-height: 1.4;
  }

  .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;
  }

  .scaling .section-contents .bg-cover .remarks p {
    top: 35%;
    line-height: 1.4;
  }

  .scaling .section-contents .bg-cover .description {
    font-size: 21px;
  }



  .by-age-braces .data-label-lists li,
  .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 0;
  }

  .thanku-braces .section-round-list .bg-cover li {
    width: 193px;
    font-size: 21px;
  }

  .thanku-braces .section-round-list .bg-cover li::before {
    margin: 0 auto 20px;
  }

  .thanku-braces .data-label-lists li {
    width: 100%;
  }

  .thanku-braces .data-label-lists li .contents {
    font-size: 28px;
  }

  .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%;
  }

  .prevention .data-label-lists li .contents {
    min-height: auto;
  }

  .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 {
    font-size: 23px;
    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.m-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;
  }

  #bo_cate a {
    font-size: 23px;
  }


  /* invisalign-trans-braces */
  .invisalign-trans-braces .sec01 .cont{flex-direction: column; gap:50px;}
  .invisalign-trans-braces .sec01 .cont > li{text-align: center; padding: 0;}
  .invisalign-trans-braces .sec01 .txt__wrap p{font-size:24px;}
  .invisalign-trans-braces .sec0102 > li.cont-r img{width:80%;}
  .invisalign-trans-braces .sec0103 .img__wrap img{width:100%;}

  .invisalign-trans-braces .sec02 .border-horizontal:before{display: none;}

  .invisalign-trans-braces .sec03 .cont{flex-direction: column; gap:50px;}
  .invisalign-trans-braces .sec03 .txt__wrap{text-align: center; padding: 0;}
  .invisalign-trans-braces .sec03 .txt__wrap h2{font-size: 28px;}
  .invisalign-trans-braces .sec03 .txt__wrap p{font-size:24px; line-height: 36px;;}
  .invisalign-trans-braces .sec03 .img__wrap{padding:30px 0 0;}

  .invisalign-trans-braces .sec04 .list__wrap{flex-direction: column; gap:50px;}
  .invisalign-trans-braces .sec04 .txt__wrap h3{height: 56px; font-size:30px; line-height: 56px; padding: 0 44px;}
  .invisalign-trans-braces .sec04 .txt__wrap p{font-size:24px; line-height: 36px;}

  .invisalign-trans-braces .sec05 .list__wrap{flex-direction: column; flex-wrap: nowrap; gap:100px 50px;}
  .invisalign-trans-braces .sec05 .list__wrap .txt__wrap p{font-size:24px; line-height: 38px; padding:20px 0;}


  /* aesthetic-minimal-nate */
  .minimal-nate .sec01 .section-title{font-size:24px; line-height: 1.4; padding: 40px;}
  .minimal-nate .sec01 .section-title:before{width:60px; height:60px; border-top:10px solid #00adba; border-left:10px solid #00adba;}
  .minimal-nate .sec01 .section-title:after{width:60px; height:60px; border-bottom:10px solid #00adba; border-right:10px solid #00adba;}

  .minimal-nate .sec04 table td{line-height: 1.4;}

  .minimal-nate .sec06{margin-top:0 !important;}

  .minimal-nate .point-border-box .section-title{font-size:24px;}



}

/* 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: 20px 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;
  }

  #bo_cate li a {
    border: 1px solid #545454;
  }

  #bo_cate li.category-all a {
    border: 1px solid #545454;
  }

  .board-title {
    font-size: 35px;
  }

  /* aesthetic-minimal-nate */
  .minimal-nate .sec01 .section-title p{word-break: keep-all;}
  .minimal-nate .sec01 .data-label-lists li{width:100%;}

  .minimal-nate .sec02 .large-title p{word-break: keep-all;}

  .minimal-nate .sec03 .point-border-box > p{word-break: keep-all;}

  .minimal-nate .sec06 .list__wrap{gap:60px 20px; padding:0;}
  .minimal-nate .sec06 .list__wrap > li{flex-basis:100%;}

}