@charset "UTF-8";
@media screen and (max-width: 1440px) {
  .scm {
    width: 94%;
  }
  .sub_section {
    width: 94%;
  }
  .sub_section img {
    max-width: 100%;
  }
  .sub_section.sub_flex {
    flex-direction: column;
  }
  .sub_section.sub_flex .sub_section_ttl {
    width: 100%;
  }
  .sub_section.sub_flex .sub_section_ttl h2 {
    text-align: center;
  }
  .sub_section.sub_flex .sub_section_ttl h3 {
    text-align: center;
    word-break: keep-all;
    margin-bottom: 30px;
  }
  .sub_section.sub_flex .sub_section_ttl h3 br {
    display: none;
  }
  .sub_section.sub_flex .sub_section_cont {
    width: 100%;
    text-align: center;
  }
  .sub_section.sub_flex .sub_section_cont .text-body {
    text-align: center;
    padding: 0 20px;
    word-break: keep-all;
  }
  /* 소개 */
  .aboutus_01_img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  /* //소개 */
  /* 의료진 소개 */
  .aboutdrs .intro {
    gap: 40px;
  }
  .aboutdrs .doctor_img {
    width: 40vw;
  }
  .aboutdrs .doctor_img img {
    width: 100%;
  }
  /* //의료진 소개 */
  /* 오시는 길 */
  .location .sub_section.sub_flex .sub_section_cont,
  .location .sub_section.sub_flex .sub_section_cont .text-body {
    text-align: left;
  }
  /* //오시는 길 */
  .hero_marquee_wrap {
    width: 100%;
    overflow: hidden;
  }
  .hero_marquee_wrap .hero_marquee {
    margin-bottom: 4vh;
  }
  .subpage_container {
    margin-top: 2vh;
  }
  .subpage_container.aboutus {
    margin-top: 12vh;
  }
  .subpage_container .hero_area {
    margin-bottom: 60px;
  }
  .subpage_container .hero_area .hero_img {
    width: 90%;
    height: auto;
  }
  .subpage_container .sub_section {
    padding-top: 80px;
  }
  .mo-flex-column {
    flex-direction: column;
  }
  .sub_flex .sub_section_ttl {
    position: static;
  }
  .reoperation_full1 {
    text-align: center;
  }
  .reoperation_full1 .flex-sb {
    flex-direction: column;
  }
}
/**************************************************************************************/
@media screen and (max-width: 1200px) {
  .footer_inner {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    padding: 60px 0px;
  }
  .ft_logo {
    margin-bottom: 20px;
  }
  /* 메인 상담신청 */
  .main_section_inner {
    width: 100%;
    margin: 0 auto;
  }
  .ft-cs .main_section_inner {
    padding: 120px 30px 140px;
  }
  .main_cs_container .cs_li_1 select {
    width: initial;
  }
  .main_cs_container .cs_li_3 textarea {
    width: calc(100% - 80px);
  }
  /* //메인 상담신청 */
  /* 아이플러스 소개 */
  .aboutus .aboutus-parall {
    padding: 80px 20px;
    word-break: keep-all;
  }
  /* //아이플러스 소개 */
  /* 둘러보기 */
  .interior_container {
    width: 90%;
    margin: 0 auto 100px;
    overflow: hidden;
  }
  .interior_container .interior-swiper {
    height: initial;
    margin-bottom: 20px;
  }
  /* //둘러보기 */
  .consultation-guide .hours_ul li .guide_day {
    margin-right: 15px;
  }
  .smilepro_moon {
    background: #152145 url(../img/img_smeilpro_02.jpg) no-repeat top center;
    background-size: 140% auto;
  }
  .smile_zeiss_card {
    padding: 80px 0;
    height: initial;
  }
  .smile_zeiss_card .scm {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .smile_zeiss_card .smeil_card_img {
    width: 40vw;
    margin-top: 50px;
  }
  /* 하단공통 - 원장님 두분 서명있는 디자인 */
  .btm_common_doctors {
    height: initial;
    padding: 80px 0 0;
    text-align: center;
  }
  .btm_common_doctors .flex {
    flex-direction: column;
    justify-content: center;
  }
  .btm_common_doctors .doctors_signature img {
    max-width: 15vw;
  }
  .btm_common_doctors .doctors_img {
    align-self: center;
    margin-top: 20px;
  }
  .btm_common_doctors .doctors_img img {
    max-width: 90vw;
  }
  /* //하단공통 - 원장님 두분 서명있는 디자인 */
  .lasek_amaris {
    padding-top: 100px;
  }
  .lasek_amaris .flex {
    flex-direction: column;
    text-align: center;
  }
  .lasek_amaris_img {
    margin-top: 30px;
  }
  .lasek_amaris_img img {
    max-width: 90vw;
  }
}
/**************************************************************************************/
@media screen and (max-width: 768px) {
  .pc_img {
    display: none;
  }
  .mo_br, .mo_img {
    display: block !important;
  }
  .mo_img {
    max-width: 100%;
  }
  .footer {
    text-align: left;
  }
  .footer .ft_logo {
    width: 40vw;
  }
  .footer .ft_logo img {
    width: 100%;
  }
  .footer .ft_menu {
    flex-wrap: wrap;
  }
  .footer .ft_menu li {
    margin-bottom: 14px;
  }
  /* 메인 상담신청 */
  .ft-cs .main_section_inner {
    padding: 80px 20px 100px;
  }
  .main_cs_container {
    padding: 20px;
    margin-top: 20px;
    /* 상담분야 */
    /* 이름/연락처 */
    /* 내용입력 */
    /* 체크박스 + 버튼 */
  }
  .main_cs_container li {
    height: auto;
  }
  .main_cs_container input[type=text] {
    height: 44px;
    font-size: 18px;
    width: 60%;
    display: inline-block;
  }
  .main_cs_container .cs_label {
    font-size: 16px;
    margin-right: 10px;
    line-height: 44px;
    width: 100%;
    display: block;
  }
  .main_cs_container .cs_li_1 div {
    width: 100%;
  }
  .main_cs_container .cs_li_1 select {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    height: 44px;
    padding: 0;
  }
  .main_cs_container .cs_li_2 {
    flex-direction: column;
  }
  .main_cs_container .cs_li_2 div {
    width: 100%;
    margin-bottom: 15px;
  }
  .main_cs_container .cs_li_3 {
    height: auto;
  }
  .main_cs_container .cs_li_3 textarea {
    width: 100%;
    height: 160px;
    margin-top: 10px;
    font-size: 16px;
    display: inline-block;
  }
  .main_cs_container .cs_li_4 {
    flex-direction: column;
    align-items: flex-start;
  }
  .main_cs_container .cs_li_4 input[type=checkbox] + label {
    font-size: 16px;
    padding-left: 28px;
    background-size: 20px;
  }
  .main_cs_container .cs_li_4 a {
    font-size: 16px;
  }
  .main_cs_container .cs_li_4 button {
    width: 100%;
    margin-top: 20px;
    padding: 12px 0;
    font-size: 18px;
  }
  /* //메인 상담신청 */
  .marquee_text .item {
    font-size: 96px;
  }
  .hero_area .text-body br {
    display: none;
  }
  .num_boxes {
    flex-direction: column;
  }
  .num_boxes.vertical li {
    flex-direction: column;
  }
  .num_boxes.vertical li .icon_check {
    margin-bottom: 10px;
  }
  .num_boxes.cols-4 li, .num_boxes li {
    width: 100%;
    min-height: initial;
  }
  .num_boxes.cols-4 li span, .num_boxes li span {
    margin: 0 auto 10px;
  }
  .num_boxes.cols-4 li br, .num_boxes li br {
    display: none;
  }
  .recommend_list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .recommend_list li {
    padding: 20px;
  }
  .recommend_list li .icon_reco_img {
    height: 50px;
  }
  .recommend_list li .icon_reco_img img {
    max-height: 100%;
  }
  .recommend_list .icon_reco_check img {
    width: 24px;
  }
  .surgery_step {
    flex-direction: column;
  }
  .surgery_step li {
    width: 100%;
  }
  .surgery_step .surgery_step_img {
    width: 100%;
  }
  .surgery_step .surgery_step_txt {
    padding: 0 20px;
  }
  /* 의료진 소개 */
  .aboutdrs {
    overflow: hidden;
  }
  .aboutdrs .doctor_box:nth-child(2) .doctor_img::after {
    background: url("../img/logo_harvard.jpg") no-repeat center;
    background-size: 100%;
  }
  .aboutdrs .doctor_img {
    width: 60vw;
    position: relative;
  }
  .aboutdrs .doctor_img::after {
    content: "";
    display: block;
    width: 34vw;
    height: 34vw;
    background: url("../img/logo_su.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    left: calc(100% + 30px);
    bottom: 0px;
    filter: grayscale(1);
    mix-blend-mode: multiply;
    opacity: 0.1;
  }
  .aboutdrs .intro {
    flex-direction: column;
  }
  .aboutdrs .doctor_box:last-child .intro {
    flex-direction: column;
  }
  /* //의료진 소개 */
  .smilepro .video {
    width: 100%;
  }
  .smilepro_video2 {
    width: 80vw;
  }
  .smile-doc-profile2 {
    flex-direction: column;
    margin-top: 5vh;
  }
  .smile-doc-profile2 .item {
    width: 100%;
    flex-direction: row;
    margin-bottom: 2vh;
  }
  .smile-doc-profile2 .item br {
    display: none;
  }
  .smile-doc-profile2 .item span {
    margin-top: 0;
  }
  .smile-doc-profile2 .item img {
    width: 10vw !important;
    margin-right: 2vw;
  }
  .smile-doc-img2 {
    height: initial;
    padding: 440px 30px 60px 30px;
    background-size: auto 400px;
    background-position: left top;
  }
  .smile-doc-img2.choi {
    background-size: auto 400px;
    background-position: left top;
  }
  .smile-doc-img2 .smile-doc-link {
    margin-top: 30px;
  }
  .consultation-guide .hours_ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .consultation-guide .hours_ul li {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .consultation-guide .cs_links {
    flex-direction: column;
  }
  .consultation-guide .cs_links .link:hover {
    box-shadow: none;
    margin-top: 0;
  }
  .smilepro_moon {
    background: url(../img/img_smeilpro_02_mo.jpg) repeat-x center;
    background-size: 100% auto;
    height: 0;
    padding-top: 76%;
    position: relative;
  }
  .smilepro_moon .text-body-white {
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 100%;
  }
  .smile_zeiss_card {
    text-align: center;
  }
  .smile_zeiss_card .smile_card_ttl {
    width: 90%;
  }
  .smile_zeiss_card .smile_card_img {
    width: 60vw;
    margin-top: 40px;
  }
  .icl_type {
    flex-direction: column;
  }
  .icl_type > div:last-child {
    margin-top: 30px;
  }
  .ipl_bna .flex {
    flex-direction: column;
  }
  .ipl_bna .flex > div:last-child {
    margin-top: 30px;
  }
  .m22_name {
    margin-top: 20px;
  }
  .m22 .flex {
    flex-direction: column;
  }
  .m22 .flex img {
    max-width: 50vw;
  }
  .icl_step {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
  }
  .icl_step li {
    width: 33.333%;
  }
  .mo-flex-col {
    flex-direction: column;
  }
  .mo-flex-col > div:last-child {
    margin-top: 40px;
  }
  .light_check_list {
    width: 100%;
    text-align: left;
  }
  .light_check_list li {
    margin-bottom: 10px;
  }
  .light_check_list br {
    display: none;
  }
  .presby_treatment .presby_treatment_text {
    padding: 0 20px;
  }
  .presby_treatment .presby_treatment_text br {
    display: none;
  }
  .presby_treatment img {
    max-width: 80vw;
  }
  .presby_treatment a {
    font-size: 18px;
  }
  .iol .tab_menu.row-2 button {
    width: 48%;
  }
  .iol .iol_lens_name::after {
    margin: 14px auto;
  }
  .iol .iol_lens_info_cont {
    width: 100%;
  }
  .iol .iol_lens_info .flex {
    flex-direction: column;
  }
  .iol .iol_lens_info_point {
    grid-template-columns: 1fr 1fr;
  }
  .glaucoma_step {
    grid-template-columns: 1fr;
  }
  .board-content-box img {
    max-width: 100%;
  }
  .quick_menu {
    background: #fff;
    border-radius: 50px;
    padding-bottom: 26px;
    padding-left: 6px;
    padding-right: 6px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  }
  .quick_menu img {
    width: 10vw;
  }
  .login_wrap {
    width: 94vw !important;
  }
}/*# sourceMappingURL=seo-responsive-style.css.map */