@media screen and (max-width: 1024px) {
  .gnb_1da {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .xm-show {
    display: none !important;
  }
  .pc-show {
    display: none !important;
  }

  .pc-f-show {
    display: none !important;
  }

  .m-show {
    display: block !important;
  }

  .m-f-show {
    display: flex !important;
  }

  .xs-show {
    display: none;
  }

  #hd,
  #wrapper,
  #ft {
    min-width: auto;
  }
  #gnb {
    display: none !important;
    position: fixed;
    inset: 0;
    top: 66px;
    background: #333333;
  }
  #gnb.open {
    display: block !important;
  }

  #wrapper.main,
  #page-visual {
    margin-top: 66px;
  }

  #hd_wrapper {
    padding: 0 20px;
  }

  #gnb.on {
    display: block;
  }

  .m-menu-close {
    display: none;
    padding-right: 6px;
  }

  .m-menu-open img {
    height: 16px;
  }

  .m-menu-close img {
    height: 16px;
  }

  .m-menu-close.on {
    display: block;
  }

  #logo img {
    height: 18px;
  }
  #gnb {
    overflow-y: auto;
  }
  #gnb #gnb_1dul {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  #gnb .gnb_1dli {
    float: none;
    width: 100%;
  }

  #gnb .hd_login {
    display: none;
  }

  #gnb .gnb_wrap .inner {
    display: block;
  }

  .gnb_1da {
    position: relative;
    width: 100%;
    line-height: 60px;
    padding: 0 20px;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
  }

  .gnb_al_li_plus.on .gnb_1da::after {
    transform: rotate(180deg);
    top: 37%;
  }
  .gnb_al_li_plus .gnb_1da::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 24px;
    width: 20px;
    height: 16px;
    background: url(../img/mobile/ic_arrow_down.png) no-repeat center / 100%;
    display: block;
    transition: 0.2s all;
  }

  #gnb .gnb_1dli:first-child .gnb_1da {
    border-top: 1px solid #fff;
  }

  .gnb_2dul {
    position: relative;
    display: none;
    opacity: 1;
    padding-top: 0;
    left: auto;
    overflow: hidden;
    bottom: auto;
    transform: none;
    text-align: left;
    background: #ebded6;
  }

  .gnb_2dli {
    margin-bottom: 0;
  }

  .gnb_2da {
    display: block;
    color: #333;
    font-size: 16px;
    text-align: left;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #333;
  }

  #gnb_all_bg {
    display: none !important;
  }

  .mobile-menu-footer {
    display: flex;
    padding: 40px;
  }

  .mobile-menu-footer ul {
    display: flex;
    width: 100%;
    column-gap: 20px;
    justify-content: center;
  }

  .mobile-menu-footer li {
    width: calc(50% - 10px);
  }

  .mobile-menu-footer .link a {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 18px;
    border-radius: 12px;
    background: #f6f1ea;
    border: 1px solid #f6f1ea;
    color: #837b76;
  }

  .mobile-menu-footer .link2 a {
    background: transparent;
    color: #f6f1ea;
  }

  #gnb .tel {
    text-align: center;
  }
  #gnb .tel a {
    font-size: 36px;
    font-weight: 900;
    color: #f6f1ea;
    text-align: center;
  }

  #gnb .tel img {
    position: relative;
    top: -1px;
    width: 30px;
  }

  #wrapper.main section {
    padding: 60px 0 40px;
  }

  section .sec-tit h3 {
    font-size: 23px;
  }

  section .sec-tit p {
    font-size: 16px;
    line-height: 20px;
  }

  #sec01::after {
    top: 0;
    height: 400px;
    bottom: auto;
  }

  #sec01 .doctors ul {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  #sec01 .doctors li {
    flex: 1 1 calc(50% - 10px); /* 첫 두 아이템은 50% 너비 */
  }
  #sec01 .doctors li:nth-child(3) {
    flex: 1 1 100%;
    max-width: calc(50% - 10px);
    margin: 30px auto 0;
  }

  #sec01 .doctors .info {
    padding: 13px 0;
  }

  #sec01 .doctors .info .position {
    font-size: 18px;
  }

  #sec01 .doctors .info .name {
    font-size: 22px;
  }

  #sec01 .doctors .link {
    margin-top: 10px;
  }

  #sec01 .doctors .link a {
    font-size: 14px;
    padding: 5px 14px;
  }

  #sec02 ul {
    flex-wrap: wrap;
  }

  #sec02 .row1 .item1 {
    flex: 1 1 100%; /* 너비 100% */
  }

  #sec02 .service .item2,
  #sec02 .service .item3,
  #sec02 .service .item4,
  #sec02 .service .item5,
  #sec02 .service .item6,
  #sec02 .service .item7 {
    /* flex: 1 1 calc(50% - 10px); */
    flex: 1 1 100%;
    box-sizing: border-box; /* 패딩과 보더 포함 */
  }

  #sec02 .item1 {
    background: url(../img/mobile/service01.jpg?v=1) no-repeat center right / cover;
  }

  #sec02 .item2 {
    background: url(../img/mobile/service02.jpg?v=2) no-repeat center right / cover;
    background-color: #e1e0de;
  }

  #sec02 .item3 {
    background: url(../img/mobile/service03.jpg?v=2) no-repeat center right / cover;
  }

  #sec02 .item4 {
    background: url(../img/mobile/service04.jpg?v=2) no-repeat center right / cover;
  }

  #sec02 .item5 {
    background: url(../img/mobile/service05.jpg?v=2) no-repeat center right / cover;
    background-color: #e1e0de;
  }

  #sec02 .item6 {
    background: url(../img/mobile/service06.jpg?v=2) no-repeat center right / cover;
    background-color: #d8e4e9;
  }

  #sec02 .item7 {
    background: url(../img/mobile/service07.jpg?v=1) no-repeat center right / cover;
    background-color: #e7dbd2;
  }

  #sec02 .service .row1 li,
  #sec02 .service .row2 li {
    min-height: 162px;
    padding: 30px 20px 26px;
  }

  #sec02 .service li .tit {
    font-size: 14px;
    line-height: 20px;
  }

  #sec02 .service li .desc {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  #sec02 .service li .link {
    margin-top: 10px;
  }

  #sec02 .service .row2 .item5 .link {
    margin-top: 10px;
  }

  #sec02 .service li .link img {
    height: 9px;
  }
  #sec03 #map {
    padding: 0 20px;
  }

  .root_daum_roughmap .wrap_map {
    width: 100%;
    height: 200px !important;
  }
  section .sec-tit {
    margin-bottom: 30px;
  }

  #sec03 .contact {
    flex-direction: column;
    row-gap: 20px;
  }

  #sec03 .contact .left {
    width: 100%;
  }

  #sec03 .contact .sns li a {
    height: 100%;
    padding: 10px;
  }

  #sec03 .contact .sns li:last-child a {
    padding: 0;
  }

  #sec03 .contact .sns li:last-child img {
    width: 100%;
  }

  #sec03 .contact .sns ul {
    column-gap: 8px;
  }

  #sec03 .contact .sns li {
    width: calc(25% - 6px);
  }

  #sec03 .contact .sns li img {
    width: 60%;
  }

  #sec03 .contact .sns li .label {
    margin-top: 6px;
    font-size: 13px;
  }

  #sec03 .contact .sns li:nth-child(2) .label {
    margin-top: 6px;
  }

  #sec03 .contact .sns li .label span {
    font-size: 11px;
  }

  #sec03 #map .location {
    font-size: 20px;
  }

  #sec03 #map .location img {
    top: 0;
    height: 20px;
  }

  #sec03 .contact .tel {
    font-size: 25px;
  }

  #sec03 .contact .number {
    font-size: 30px;
  }

  #sec03 .contact .medical-hours .tit {
    font-size: 25px;
  }

  #sec03 .contact .medical-hours {
    padding: 25px;
  }

  #sec03 .contact .medical-hours ul {
    padding-left: 0;
    font-size: 17px;
  }
  #sec03 .contact .medical-hours li dt {
    min-width: 85px;
  }

  #sec03 .contact .medical-hours li {
    column-gap: 0;
  }

  #sec03 .contact .medical-hours li dd span {
    font-size: 12px;
  }

  /* Page */
  #wrapper.sub .container {
    padding: 30px 0;
  }

  #page-visual {
    height: 300px;
  }

  #page-visual .visual-text {
    top: 35%;
  }

  #page-visual .visual-text p {
    font-size: 11px;
  }

  #page-visual .visual-text h3 {
    font-size: 32px;
  }

  #page-visual .navigation ul {
    flex-wrap: wrap;
    width: 100%;
  }

  .menu1 li:nth-child(1),
  .menu1 li:nth-child(2) {
    flex: 0 0 50%;
  }

  .menu1 li:nth-child(n + 3):nth-child(-n + 5) {
    flex: 0 0 33.333%;
  }

  #page-visual .navigation ul a {
    width: 100%;
    height: 46px;
    font-size: 13px;
  }

  #page-visual .navigation ul.menu1 li a {
    width: 100%;
  }

  #page-visual .navigation ul.menu2 li:nth-of-type(1),
  #page-visual .navigation ul.menu2 li:nth-of-type(2),
  #page-visual .navigation ul.menu2 li:nth-of-type(3) {
    width: 33.333%;
  }

  #page-visual .navigation ul.menu2 li:nth-of-type(4),
  #page-visual .navigation ul.menu2 li:nth-of-type(5),
  #page-visual .navigation ul.menu2 li:nth-of-type(6),
  #page-visual .navigation ul.menu2 li:nth-of-type(7) {
    width: 25%;
  }

  #page-visual .navigation ul.menu2 a {
    width: 100% !important;
  }

  #page-visual .navigation ul.menu3 a {
    width: 100% !important;
  }

  #page-visual .navigation ul.menu3 li {
    width: 33.333%;
  }

  #page-visual .navigation ul.menu5 {
    justify-content: center;
  }

  #page-visual .navigation ul.menu5 li {
    width: 33.333%;
  }

  #page-visual.menu3 .visual-text {
    top: 45%;
  }

  #page-visual.menu2 .visual-text {
    top: 35%;
  }

  #page-visual.menu5 .visual-text {
    top: 45%;
  }

  #page-visual.menu7 .visual-text {
    top: 45%;
  }

  #page-visual.menu2 h3 {
    font-size: 26px;
  }

  .greeting .con .flex-box {
    flex-direction: column;
  }

  .greeting .con .img {
    position: relative;
  }

  .greeting .con .comma {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
  }

  .greeting .con .comma.comma03 {
    text-align: right;
    right: 0;
    left: auto;
    top: 0;
    transform: translateY(-100%);
  }

  .greeting .con .comma.comma04 {
    text-align: right;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
  }

  .greeting .con .comma img {
    width: 60%;
  }

  .greeting .con .tit {
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #aa9c93;
  }

  .greeting .con .desc {
    padding: 0 14px;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
  }

  .greeting .txt {
    background: #eaded6;
  }

  .greeting .txt .desc p {
    margin-bottom: 10px;
  }

  .greeting .txt .name {
    margin: 20px 0;
    font-family: "SCoreDream";
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  .greeting .txt .name span {
    font-size: 14px;
    font-weight: 300;
  }

  .sub.greeting .con {
    padding: 0;
  }

  .greeting .container {
    background-image: none;
  }

  .page-tit {
    margin-bottom: 40px;
  }
  .page-tit h3 {
    font-size: 24px;
    line-height: 40px;
  }

  .sub .con {
    padding: 0 12px;
  }

  .doctors .con {
    margin-bottom: 60px;
  }

  .doctors .con .img {
    width: 100%;
    padding-left: 0;
  }

  .doctors .certi-modal .title {
    max-width: 100%;
    font-size: 20px;
  }

  .doctors .certi-modal .box {
    width: 90%;
  }
  .doctors .certi-modal .swiper-container {
    max-width: 100%;
  }

  .doctors .certi-modal .swiper-container img {
    width: 100%;
  }

  .explore .swiper-container img {
    max-width: 100%;
  }

  .explore.sub .con {
    padding: 0 10px;
  }

  .explore .buttons-container {
    gap: 4px;
  }

  .explore .buttons-container button {
    width: calc(20% - 3.2px);
    font-size: 9px;
  }

  .equipment .con .flex-box {
    flex-direction: column;
    padding: 0;
  }

  .equipment .flex-box .img {
    position: relative;
    top: -20px;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
  }

  .equipment .flex-box .txt {
    padding: 0;
    padding-top: 100px;
  }

  .equipment .flex-box .txt {
    padding-top: 10px;
    text-align: center;
  }

  .equipment .con .name {
    font-size: 20px;
  }

  .equipment .con .eng {
    font-size: 15px;
  }

  .equipment .con .desc {
    margin: 20px 0 24px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.05rem;
  }

  .equipment .con .effect {
    margin: 0 14px 14px;
  }

  .equipment .con .effect ul {
    column-gap: 14px;
  }

  .equipment .con .effect li {
    font-size: 12px;
  }

  .equipment .flex-box.reverse .img {
    top: -10px;
    left: 50%;
    right: auto;
  }

  .equipment .con03 .flex-box .img {
    top: -10px;
  }

  .equipment .con {
    margin-bottom: 50px;
  }

  .schedule .con .tit {
    padding: 10px 0;
    font-size: 18px;
  }
  .schedule .con01 .medical-subject {
    flex-wrap: wrap;
    gap: 10px;
  }

  .schedule .con01 .box {
    padding: 20px;
  }

  .schedule .con01 .medical-subject li {
    position: relative;
    width: calc(33.333% - 7px);
    height: 0;
    padding-bottom: calc(33.333% - 7px);
    font-size: 14px;
    box-sizing: border-box;
  }

  .schedule .con01 .medical-subject li .con {
    position: absolute;
    top: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    transform: translateY(-50%);
  }

  .schedule .con01 .medical-subject li .icon {
    justify-content: center;
    height: 30px;
  }
  .schedule .con01 .medical-subject li .icon img {
    height: 100%;
  }

  .schedule .table01 th,
  .schedule .table01 td {
    padding: 10px 0;
    font-size: 14px;
    padding-left: 7px;
  }

  .schedule .table01 .space th {
    letter-spacing: 0.25rem;
  }

  .schedule .table01 tbody tr:first-child span {
    letter-spacing: 0;
    margin-left: 0;
  }

  .schedule .table01 th {
    width: 30%;
    border-right-width: 4px;
  }

  .schedule .table01 table {
    border-spacing: 0 4px;
  }
  .schedule .table01 td {
    padding-left: 10%;
  }

  .schedule .con {
    margin-bottom: 40px;
  }

  .schedule #map .location {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .schedule #map .tel {
    font-size: 20px;
  }

  .intro .con01 .tit02 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .check-list.type01 {
    min-width: auto;
  }

  .check-list.type01 li {
    padding-left: 28px;
    font-size: 13px;
    text-align: center;
  }

  .check-list.type01 li .icon {
    width: 16px;
  }

  .sub.intro .con {
    padding: 40px 12px;
  }

  .container .tit01 {
    font-size: 28px;
    line-height: 1.6;
  }

  .container .tit02 {
    font-size: 16px;
    line-height: 1.6;
  }

  .container .t-1 {
    font-size: 14px;
    line-height: 1.6;
  }

  .intro .con02 .tit-wrap {
    margin-bottom: 30px;
  }

  .implant .con01 {
    padding: 0;
  }

  .implant .con02 {
    padding: 40px 12px;
  }

  .implant .con02 .t1 {
    font-size: 16px;
  }

  .implant .con02 .t2 {
    font-size: 16px;
  }

  .implant .con02 .t3 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 12px;
  }

  .implant .con03 {
    padding: 0;
  }

  .specialness-bg .img {
    width: 100%;
  }

  .specialness-head .img:first-child {
    margin-bottom: 0;
  }

  .specialness-head .tit02 {
    margin-top: 20px;
  }

  .specialness-head .t-1 {
    margin-bottom: 20px;
  }

  .sub .con.specialness-head {
    padding-bottom: 40px;
  }

  .link.type01 a {
    padding: 10px 20px;
    font-size: 14px;
  }

  .container .tit03 {
    font-size: 24px;
    line-height: 1.4;
  }

  .specialness-bg .tit03 {
    margin-bottom: 0;
    padding: 20px 0;
  }

  .specialness-bg .img:last-child {
    padding: 0;
    padding-bottom: 30px;
  }

  .sub.orthodontic .con.specialness-head {
    padding: 0;
    padding-bottom: 40px;
  }

  .orthodontic .con01 .img:first-child {
    margin-bottom: 10px;
  }

  .orthodontic .con03 {
    padding: 40px 12px;
  }

  .clinic-info-section {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .orthodontic .clinic-info-section {
    margin-bottom: 40px;
  }

  .highlight-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .highlight-text span {
    font-size: 16px;
  }

  .orthodontic .highlight-text {
    margin: 40px 0;
  }

  .orthodontic .con03 .tit02 span {
    font-size: 20px;
  }

  .orthodontic .con03 .tit04 {
    font-size: 14px;
    line-height: 1.4;
  }

  .orthodontic .con03 .tit02 {
    margin-top: 30px;
  }

  .sub.periodontal-treatment .specialness-head {
    padding: 0;
    padding-bottom: 20px;
  }

  .periodontal-treatment .specialness-head .img02 {
    margin-top: 20px;
  }

  .periodontal-treatment .specialness-bg .tit03 {
    padding-top: 40px;
  }

  .container .tit04 {
    font-size: 14px;
    line-height: 1.4;
  }

  .periodontal-treatment .con02 .tit01 {
    font-size: 24px;
    margin: 30px 0 30px;
  }

  .periodontal-treatment .con03 {
    padding: 40px 0 0;
  }

  .periodontal-treatment .con03 .tit03 {
    margin-bottom: 20px;
  }

  .treatment-list ul {
    row-gap: 14px;
  }

  .treatment-list li {
    flex-direction: column;
    text-align: center;
  }

  .treatment-list li .tit {
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 22px;
    line-height: 1.4;
  }

  .treatment-list li .desc {
    font-size: 14px;
    line-height: 1.4;
  }

  .treatment-list li.reverse {
    flex-direction: column;
    padding: 25px;
  }

  #wrapper.sub.periodontal-treatment .container {
    padding-bottom: 0;
  }

  .sub.prosthetic .con.specialness-head {
    padding: 0 0 40px;
  }

  .prosthetic .certi-box .tit {
    margin-top: 10px;
  }

  .prosthetic .certi-box {
    flex-direction: column;
    margin-top: 20px;
    text-align: center;
  }

  .prosthetic .certi-box .desc {
    font-size: 14px;
    line-height: 1.4;
  }

  .prosthetic .certi-box .btn-wrap {
    margin-top: 20px;
  }

  .specialness-bg .tit03 {
    padding-top: 40px;
  }

  .prosthetic .con02 .tit01 {
    margin: 60px 0 20px;
  }

  .prosthetic .con03 .tit03 p {
    margin-top: 0;
    font-size: 18px;
  }

  .prosthetic .con03 {
    padding: 40px 0 0;
  }

  .prosthetic .con03 .img {
    padding: 30px 12px;
  }

  .prosthetic .con03 .p-1 p {
    margin-top: 30px;
    font-size: 20px;
  }

  .prosthetic .con03 .tit04 {
    margin-top: 10px;
  }

  .prosthetic .con03 .img:last-child {
    padding: 30px 0 0;
  }

  .prosthetic .con03::after {
    display: none;
  }

  .sub.wisdom-teeth .con.specialness-head {
    padding: 0;
  }

  .sub.disinfection .con.specialness-head {
    padding: 0;
  }

  .wisdom-teeth .con02 {
    padding: 0;
  }

  .wisdom-teeth .con03 {
    padding: 0;
  }

  #wrapper.sub.wisdom-teeth .container {
    padding-bottom: 0;
  }

  .wisdom-teeth .con02 .text {
    font-size: 18px;
    line-height: 1.4;
  }

  .sub.disinfection .con.specialness-head {
    padding-bottom: 0;
  }

  .container.case .swiper-container {
    width: calc(100% - 80px);
    margin: 0 40px;
  }

  .container.case img {
    max-width: 100%;
  }

  .container.case .swiper-button-prev {
    left: 0;
  }

  .container.case .swiper-button-next {
    right: 0;
  }

  .container.case .swiper-button-prev img,
  .container.case .swiper-button-next img {
    width: 14px;
  }

  .container.case .page-tit p {
    font-size: 14px;
    line-height: 1.4;
  }

  .container.case .t2 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.04rem;
  }

  .container.case .page-tit {
    margin-bottom: 30px;
  }

  .board .page-tit {
    margin-bottom: 40px;
  }

  .board-wrap {
    padding: 40px 10px;
  }

  #bo_gall .gall_img {
    width: 30%;
    height: auto !important;
  }

  #bo_gall .gall_con {
    column-gap: 10px;
  }

  #bo_gall .gall_info {
    flex: 1;
  }

  #bo_gall .bo_tit {
    font-size: 20px;
  }

  .register-wrap {
    padding: 60px 12px;
  }

  .register-wrap .title h3 {
    font-size: 20px;
  }

  .fregister_agree input[type="checkbox"] + label {
    font-size: 16px;
  }

  #fregister textarea {
    font-size: 14px;
    line-height: 1.4;
  }

  #fregister_private table th,
  #fregister_private table td {
    font-size: 12px;
  }

  #fregister_chkall {
    padding: 10px 0;
  }

  .register_form_inner li {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .register_form_inner li .inputTxt {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
  }

  .register_form_inner dt.tit {
    width: 100%;
    display: block;
    padding-right: 0;
  }

  .register_form_inner dt.tit br {
    display: none;
  }

  .register_form_inner dd input {
    padding-left: 0;
  }

  .register_form_inner ul {
    padding: 0;
  }

  #fregisterform .form_01 div {
    margin: 0;
  }

  #ft .inner {
    padding: 40px 10px;
  }
  #ft .ft-logo img {
    height: 32px;
  }

  #ft .ft-logo {
    margin-bottom: 20px;
  }

  #ft .navi-list ul {
    column-gap: 10px;
  }

  #ft .navi-list a {
    font-size: 13px;
  }

  #ft .navi-list a::after {
    right: -6px;
    height: 10px;
  }

  #ft .ft-info ul {
    flex-wrap: wrap;
    gap: 10px;
  }

  #ft .ft-info li {
    font-size: 14px;
  }

  #ft .ft-info li::after {
    display: none;
  }

  #ft .copyright .copy ul {
    font-size: 13px;
    text-align: center;
  }

  .hd_pops {
    top: 50vh !important;
    right: 10px !important;
    left: 10px !important;
    transform: translateY(-50%);
  }

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

  .hd_pops img {
    width: 100% !important;
    max-width: initial !important;
  }

  .section-contents {
    padding: 0 12px;
  }

  .page-tit2 {
    margin-bottom: 0;
  }

  .modal {
    width: 90%;
    height: auto;
    font-size: 13px;
  }
}

@media screen and (max-width: 424px) {
  #sec02 .item3 {
    background-size: 95%;
    background-color: #d8e4e9;
  }
  #sec02 .item5 {
    background-size: 95%;
  }
  #sec02 .item6 {
    background-size: 95%;
  }
  #sec02 .item7 {
    background-size: 95%;
  }
}

@media screen and (max-width: 360px) {
  .xm-show {
    display: block !important;
  }

  .check-list.type01 li {
    border-radius: 12px;
    font-size: 14px;
  }

  .check-list.type01 li .icon {
    display: none;
  }
}
