
.footer { border-top: 1px solid #e5e5e5; }

.light-page-background {
    --background-color: #f1f1f1;
    --surface-color: #ffffff;
}

section#locaiotn-1 {
    padding-top: 0;
}
section#info-1 {
    padding-top: 0;
}
.info_div {
    border-top: 8px solid #f79419;
    border-top: 8px solid #f79419;
    background-color: #fff;
    font-family: var(--default-font);
    padding-bottom: 40px;
    min-height: 460px;

    /* background-image: url(./11.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;*/
    
}    
.info_div.info_div2 {
    /*background-image: url(./22.png);*/
}      
.info_icon {
    text-align: center;
    padding: 72px 0 20px;
}  
.info_icon img {
    width: 70px;
}
.info_div h2 {
    font-size: 32px;color: #282828;
    color: #000;
    text-align: center;    margin-bottom: 0;
}    
.info_div p {
    font-size: 20px;color: #282828; margin-bottom: 0;
}
 .info_div .color_gray {
    color: #7e7e7e;
}   
 .info_div span.nemo {
    color: #7e7e7e;
    width:100px;
     display: inline-block;
     background-color: #f1f1f1;
}   
.info_div table {
    max-width: 320px; margin: 14px auto;
}     
.info_div table, .info_div table th,  .info_div table td {
    border: 0; color: #282828;font-family: var(--default-font);
}    
.info_div table th, .info_div table td {
    padding: 10px 0 10px;
    background-color: #fff;
    font-weight: 400;
    font-size: 20px;
}   
.info_div h2.mar_btm8 {
        margin-bottom: 8px
    } 
    p.info_time {
    font-size: 60px;
    margin-top: 0.5em;
        font-weight: 500;
}

section#locaiotn-1 {
    padding-top: 0;
}

.locaiotn_div {
    border-top: 8px solid #f79419;
    background-color: #fff;
    font-family: var(--default-font);
    padding: 50px 100px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.location_info h2 {
    font-size: 30px;
    color: #282828;
    margin-bottom: 0.8em;
}

p.locaiotn_time {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 0.2em;
}
span.color_gray {
    color: #7e7e7e;
    font-size: 20px;
}
.locaiotn_icon {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 33%;
}
.location_info {
    width: 66%;
}
p.locaiotn_txt {
    font-size: 20px;
    margin-bottom: 0.2em;
}
p.loc_add {
    text-align: center;
    font-size: 30px;
}
p.loc_add span {
    display: inline-block;
    background-color: #fff;
    padding: 4px 1em;
    line-height: 1.5em;
    border-radius: 1em;
}
p.loc_add {
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
    color: #282828;
}
p.loc_add i {
    color:  #f79419;
}
.bg-282828 {
    background-color: #282828;
    color: #fff;
}
h2.loc_h2 {
    font-size: 30px;
    margin-bottom: 1em;
}

p.loc_txt {
    font-size: 20px;
    font-weight: 300;
}
.bg-282828 .col-lg-4 {
    margin-top: 0;
    padding: 3.7rem 0;
}
.loc_info_con {
    padding: 0 3.7rem;
}

.loc_info_con.border-r-a0 {
    border-right: 1px solid #a0a0a0;
}


section#about-page-1 {
    padding: 0;
    /* max-width: 1920px; */
    margin: 0 auto;
    background-color: #d0d0d2;
    background-image: url(./img/about_top02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
section#about-page-1 .about-top-1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
section#about-page-1 .about-top-1 img {
    max-width: none;
    height: 100%;
    width: auto;
}
@media (min-width: 1920px) { 
section#about-page-1 .container {
    max-width: 1920px;
}
}
section#about-page-2 {
    padding-bottom: 0;
   /* max-width: 1920px;*/
    margin: 0 auto;
}    
.about-top-2 {
    padding: 4em 2.4em;
    background-image: url(./img/about_top02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
section#about-page-2 img {
    max-width: 1400px;
    margin: var(--bs-gutter-y) auto;
}
p.about-top-tit {
    font-size: 60px;
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    color: #282828;
    line-height: 1em;

    
}
p.about-top-txt {
    font-size: 20px;
    margin-top: 1.8em;
    color: #282828;
} 
section#about-page-2 {
    padding: 150px 0 250px;
}
                .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
            .swiper-pagination-bullet-active {
    background: #f6921e;
}
section#about-page-4 {
    overflow: visible;
}
section#about-page-5 {
    text-align: center;
    color: #282828;
    margin-top: -250px;
}
@media (min-width: 1720px) {    
    section#about-page-2 .container {
        max-width: 1720px;
        max-height: 1080px;
    }
}
    .col-lg-ab1 {
        width: 62%; overflow: hidden;
    } 
.col-lg-ab2 {
    width: 38%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 7%;
}
.col-lg-ab1 .img-fluid {
    max-width: 110%;
    height: auto;
    bottom: -16px;
    position: relative;
}
   
    
    
section#about-page-2 {
     background-image: url(./img/about_doctor_bg.jpg); 
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
}    
p.about-page2-tit {
    font-size: 60px;
    padding-top: 4em;
    font-weight: 500;
}
p.about-page2-tit span {
    font-size: 0.5em;
}
p.about-page2-txt {
    font-size: 26px;
    margin-bottom: 2em;
}

ul.profile-txts li{
    font-size: 21px;
    letter-spacing: -0.05em;
    padding-left: 13px;
    line-height: 1.6em;
    position: relative;
}
l.profile-txts li::before {
    content: "·";
    position: absolute;
    left: -0.1em;
}
p.about-3-title {
    text-align: center;
    font-size: 30px;
    padding: 1em;
    color: #282828;
}    
p.about-3-title {
    text-align: center;
    font-size: 30px;
    padding: 1em;
    color: #282828;
} 
p.about-3-txt {
    font-size: 20px;
    color: #282828;
    text-align: center;
}    
p.about-4-title {
    text-align: center;
    font-size: 40px;
    padding: 1em 1em 0;
    color: #282828;font-weight: 500;
}
p.about-5-title1 {
    text-align: center;
    font-size: 24px;
    color: #282828;
}
p.about-5-title2 {
    text-align: center;
    font-size: 40px;
    padding: 0 0 1em;
    color: #282828;font-weight: 500;
}
.swiper.mySwiper {
    height: auto !important;
    padding-bottom: 30px;
}
.swiper.mySwiper a {
    width: 100%;
}
.swiper-pagination {
    bottom: 0px !important;
}

p.youtube_link a {
    color: #000;
    line-height: 20px;
    padding-left: 3.5em;
    position: relative;
    display: inline-block;
}

p.youtube_link {
    text-align: center;
    font-size: 20px;
    margin-top: 2em;    font-weight: 500;
}

p.youtube_link a i {
    color: #f00;
    font-size: 3em;
    line-height: 20px;
    position: absolute;
    left: 0;
}
p.about-4-title1 {
    text-align: center;
    margin-bottom: 2em;
    font-size: 24px;    word-break: keep-all;
}
@media (max-width: 968px) {
    div#page_tab li.page_tab_list { width: 50%; }
    div#page_tab li.page_tab_list a { padding: 0.7em 0.5em;}
    p.about-5-title1 {
        font-size: 24px;
    }
    p.about-5-title2 {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    section, .section, .services-2, .services-3, .services-5 {
        padding: 50px 0;
    }
p.about-4-title1 {
    font-size: 16px;
}

p.youtube_link {
    font-size: 16px;
}

p.youtube_link a i {
    color: #f00;
    font-size: 3em;
}
}
@media (max-width: 468px) {
    div#page_tab li.page_tab_list a {
        font-size: 13px;
    }
        p.about-5-title1 {
        font-size: 18px;
    }
    p.about-5-title2 {
        font-size: 24px;
    }
    p.about-4-title1 {
        font-size: 14px;
    }
}
@media (max-width: 359px) {
    div#page_tab li.page_tab_list a {
        font-size: 12px;
    }
}
/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .section-title {
  padding-bottom: 20px;
}

.faq .faq-container .faq-item {
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  color: #c8c8c8;
    font-size: 34px;
    font-weight: 500;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: #282828;
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
    font-size: 24px;
    color: #282828;
    padding-left: 2em;
}
.faq .faq-container .faq-item .faq-content p span.faq_a {
    position: absolute;
    left: 1em;
    font-family: "Cormorant Infant", serif;
    font-size: 26px;
}
.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer; display: none
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: #282828;
}

.faq .faq-container .faq-active {
}

.faq .faq-container .faq-active h3 {
    color: #282828;
    font-size: 34px;
    font-weight: 500;margin-bottom: 0.5em;
}
.faq .faq-container .faq-item h3 span.faq_q {
    font-family: "Cormorant Infant", serif;
    font-size: 40px;
    padding-right: 0.3em;
}
.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}
span.faq_a_txt {
    position: relative;
    padding-left: 3.5em;
    display: inline-block;    margin-bottom: 0.5em;
}

span.faq_a_s {
    position: absolute;
    left: 0;
}

/*--------------------------------------------------------------
# eye_hero Section
--------------------------------------------------------------*/

.eye_hero {
    width: 100%;
    min-height: 80vh;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section#eye_hero_mid {
    min-height: 70vh;
}
section#eye_hero_mid b {
    font-weight: 500;
}
@media screen and (min-width: 1920px) {
    .eye_hero { min-height: 94vh; }
    section#eye_hero_mid {
    min-height: 80vh;
}
}

@media screen and (max-width: 1199px) {
    section#about-page-1 .about-top-1 img {
        max-width: 100%;
    }
}


section#eye_hero_mid h1 {
    font-size: 60px;
    color: #282828;
    margin-bottom: 1em;
    font-weight: 500;
        font-family: "Noto Sans KR", sans-serif, "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.eye_hero p {
    margin: 0 0 0.8em;
    font-size: 26px;
    font-weight: 400;
    color: #282828;
}
.eye_hero .about_schedule p {
    font-size: 20px;
    margin: 0;
    font-family: 'Pretendard-Regular';line-height: 1.5em;
}

.eye_hero .about_schedule {font-size: 20px;margin-top: 1em;}
span.txt_middle_line {
    font-size: 0.80em;
    text-decoration: line-through;
    font-family: 'Pretendard-Light';
    color: #e5e5e5;
    margin-left: 6px;
}

.eye_hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.eye_hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.eye_hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.eye_hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.eye_hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.eye_hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.eye_hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.eye_hero .img-fluid {
    margin-bottom: -30px;
    max-width: 120%;
}
.eye_hero a.apply_btn {
    color: #fff;
    background-color: #b81f23;
    font-family: var(--heading-font-g);
    font-weight: bold;
    padding: 10px 18px;
    display: inline-block;
    margin-top: 1em;
}
.eye_hero .container {
    max-width: 1133px;
}
section#eye_hero_mid .container{
    max-width: 1360px;
}
p.eye_hero_top {
    font-size: 24px;
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    color: #282828;
    text-transform: uppercase;
}
h1.eye_hero_tit {
    font-size: 80px;
    color: #282828;
}
p.eye_hero_desc {
    font-size: 26px;
    color: #282828;
    margin-bottom: 1.8em;
    margin-top: 0.6em;
}

section.eye-bg-white {
    padding: 140px 0;text-align: center; color: #282828;
}
section.eye-bg-gray {
    padding: 140px 0;text-align: center; color: #000000; background-color: #f5f5f5;
}
section.eye-bg-black {
     padding: 140px 0;
    text-align: center;
    background-image: url(./img/eye/eye_black_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;    color: #fff;
}
p.eye-txt-40 {
    font-size: 40px;
    margin-bottom: 0;
}
p.eye-txt-60 {
    font-size: 60px;
    margin-bottom: 0.6em;     font-weight: 500;
}
p.eye-txt-26 {
    font-size: 26px;
}
section#eye-bf {
    padding: 140px 0;
}
section#eye-bf img {
    border-radius: 20px;
}
section#eye-bf .container {
    max-width: 960px;
    text-align: center;
}
section#faq h2 {
    color: #282828;
    font-size: 60px;
}
section#faq h2 span{
    font-family: "Cormorant Infant", serif;
    font-size: 70px;
}
section#faq {
    padding: 140px 0;
}
.eye_w_img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2em;
}
.eye_w_img ul li {
    padding: 1em;
    width: 33.333333%;
}

.eye_w_img ul li p {
    font-size: 26px;
    margin-top: 1em;
}
.eye_w_img ul li img {
    border-radius: 50%;
}
 section#eye_hero_mid {
        background-image: url(./img/eye/eye01-02-img.jpg);
    }
    section#eye_hero_mid.eye_hero_mid05 {
        background-image: url(./img/eye/eye05-02-img.jpg);
    }

.about2_pc_ver {
        display: block;
    }
    .about2_mo_ver {
        display: none;
    }

section#about-page-3 {
    position: relative;
    top: -250px;
    background-color: #ffffff00;
}
ul.about_3_circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.about_3_circle li {
    padding: 20px;
    width: calc(25% - 40px);
    display: flex;
    justify-content: center;
}
ul.about_3_circle li div {
    background-color: #fff;
    border: 1px solid #f6921e;
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 20px;position: relative;
}
ul.about_3_circle span {
    position: absolute;
    top: 31%;
}
p.about_3_txt01 {
    text-align: center;
    font-size: 26px;
    padding-top: 2em;
    margin-top: 3em;
    position: relative;
}
p.about_3_txt02 {
    text-align: center;
    font-size: 30px;
}
p.about_3_txt02 span {
    background-color: #fcdebb;
    padding: 0 5px; font-weight: 500;
}

p.about_3_txt01::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 5px;
    background: #f6921e;
    top: 0;
    left: calc(50% - 20px);
}
ul.about4_youtube {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.about4_youtube li {
    width: 25%;
    padding: 5px;
}
ul.about4_youtube img {
    width: 100%;
}
@media screen and (max-width: 1200px) {
    ul.about_3_circle li {
        padding: 10px;
        width: calc(25% - 20px);
    }    
    ul.about_3_circle li div {
        font-size: 16px;
    }
}
@media screen and (max-width: 992px) {
    ul.about4_youtube li {
        width: 50%;
    }
ul.about_3_circle li {
    padding: 10px;
    width: calc(50% - 20px);
}    
ul.about_3_circle li div {
    font-size: 20px;
}    
.col-lg-ab1 {
        width: 100%;
        overflow: hidden;
    }
    .col-lg-ab2 {
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;        padding-bottom: 4em;
    }


    .eye_hero.main_eye_hero {
    min-height: 58vh;
    }
    .eye_hero.main_eye_hero h1 {
    font-size: 30px;
    }
     .eye_hero.main_eye_hero .col-lg-7 {
        top: 30%;
    }
.page-title h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
    .page-title p {
        font-size: 17px;
    }
    .page-title h1::after {
        width: 50px;
        height: 1px;
        bottom: 0;
        left: calc(50% - 25px);
    }
    
    p.about-top-tit {
        font-size: 46px;
    }
    p.about-top-txt {
        font-size: 18px;
    }
    
    p.about-page2-tit {
        font-size: 48px;
        padding-top: 1em;
    }
    p.about-page2-txt {
        font-size: 24px;
    }
    ul.profile-txts li {
        font-size: 18px;
    }
     p.about-3-title {
        font-size: 28px;
        padding: 1em 0;
    }
    p.about-4-title {
        font-size: 32px;padding: 1em 0 0;
    }
    section#about-page-1 .about-top-2 {
        z-index: 1;
    }
        p.loc_add {
        font-size: 14px;
        margin-bottom: 2em;
    }
    .location_page.page-title {
        padding: 117px 0 20px;
    }
    .locaiotn_div {
        padding: 2em 1em;
        min-height: 200px;
    }
    .locaiotn_icon {
        width: 28%;
    }
    .locaiotn_icon img {
        max-width: 60px;
    }
    .location_info h2 {
        font-size: 28px;
    }
    p.locaiotn_time {
        font-size: 36px;
    }
    p.locaiotn_txt {
        font-size: 16px;
    }
    
        .eye_hero {
        min-height: 42vh;
        height: 42vh;
    }
    h1.eye_hero_tit {
        font-size: 46px;padding-left: 20px;
    }
    p.eye_hero_desc {
        font-size: 20px;padding-left: 20px;
    }
    .eye_hero .img-fluid {
        max-width: 200px;
        margin-bottom: 0;padding-left: 20px;
    }
    p.eye_hero_top {
        font-size: 20px;
        padding-left: 20px;
    }
    p.eye-txt-40 {
        font-size: 22px;
    }
    p.eye-txt-60 {
        font-size: 40px;
    }
    p.eye-txt-26 {
        font-size: 16px;
    }
    .eye_hero p {
        font-size: 16px;
    }
    section#eye_hero_mid h1 {
        font-size: 30px;
    }
    section#faq h2 {
        color: #282828;
        font-size: 40px;
    }
    section#faq h2 span {
        font-size: 42px;
    }
    .faq .faq-container .faq-item h3 {
        font-size: 22px;
    }
    .faq .faq-container .faq-item h3 span.faq_q {
        font-size: 24px;
    }
    .faq .faq-container .faq-item .faq-content p span.faq_a {
        font-size: 18px;
    }
    .faq .faq-container .faq-item .faq-content p {
        font-size: 18px;
    }
    section#faq {
        padding: 120px 0 60px;
    }
    section#eye_hero_mid {
        min-height: 70vh;
        background-position: top center;
        padding-top: 47vh;
        padding-bottom: 3em;
        height: auto;
        background-image: url(./img/eye/eye01-02-img_mo.jpg);
    }
    section#eye_hero_mid.eye_hero_mid05 {
        background-image: url(./img/eye/eye05-02-img_mo.jpg);
    }
}


@media screen and (max-width: 780px) {
    
    .about2_pc_ver {
        display: none;
    }
    .about2_mo_ver {
        display: block;
    }
    section#about-page-2 {
        padding: 50px 0 150px;
    }
    ul.about_3_circle li {
        padding: 10px;
        width: calc(50% - 20px);
    }
    ul.about_3_circle span {
        top: 29%;
    }
        ul.about_3_circle li div {
        font-size: 16px;
    }
    section#about-page-3 {
        top: -155px;
    }
    section#about-page-5 {
        margin-top: -155px;
    }
    p.about_3_txt01 {
        font-size: 18px;
    }
    p.about_3_txt02 {
        font-size: 22px;
    }
    p.about_3_txt01::after {
        width: 30px;
        height: 3px;
        left: calc(50% - 15px);
    }
    div#page_tab li.page_tab_list a {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    div#page_tab li.page_tab_list a {
    font-size: 14px;
}
    p.about_3_txt01 {
        font-size: 14px;
    }
    p.about_3_txt02 {
        font-size: 16px;
    }
    p.about_3_txt02 span {
        padding: 0 3px;
    }
    section#about-page-2 {
        padding: 50px 0 100px;
    }
    section#about-page-3 {
        top: -126px;
    }
    section#about-page-5 {
        margin-top: -126px;
    }
    ul.about_3_circle li div {
        font-size: 12px;
    }
    .eye_hero.main_eye_hero {
    min-height: 38vh;
    }
    .eye_hero.main_eye_hero h1 {
    font-size: 23px;
    }

        .page-title h1 {
        font-size: 36px;
    }
    .page-title p {
        font-size: 14px;
    }
    p.about-top-tit {
        font-size: 32px;
        text-align: center;
    }
    p.about-top-txt {
        font-size: 16px;
    }
    p.about-page2-tit {
        font-size: 36px;
        padding-top: 1em;
    }
    p.about-page2-txt {
        font-size: 18px;
    }
    ul.profile-txts li {
        font-size: 16px;
    }
    p.about-3-title {
        font-size: 24px;
    }
    p.about-4-title {
        font-size: 24px;
    }
    p.about-3-txt {
        font-size: 16px;
    }
    .info_div {
        min-height: 400px;
    }
    .info_icon {
        padding: 50px 0 20px;
    }
    .info_div h2 {
        font-size: 28px;
    }
    .info_div p {
        font-size: 16px;
    }
    span.color_gray {
        font-size: 18px;
    }
    .info_div table th, .info_div table td {
        padding: 5px 0 5px;
        font-size: 16px;
    }
    p.info_time {
        font-size: 32px;
    }
    p.loc_add {
        font-size: 14px;
        margin-bottom: 2em;
    }
    .location_page.page-title {
        padding: 117px 0 20px;
    }
    .locaiotn_div {
        padding: 2em 1em;
        min-height: 200px;
    }
    .locaiotn_icon {
        width: 25%;
    }
    .locaiotn_icon img {
        max-width: 50px;
    }
    .location_info h2 {
        font-size: 24px;
    }
    p.locaiotn_time {
        font-size: 30px;
    }
    p.locaiotn_txt {
        font-size: 15px;
    }
    h2.loc_h2 {
        font-size: 24px;
    }
    p.loc_txt {
        font-size: 16px;
        font-weight: 300;
    }
    .loc_info_con {
        padding: 0 1.7rem;
    }
    .root_daum_roughmap .wrap_map {
        height: 300px !important;
        position: relative;
    }
    .eye_hero {
        min-height: 42vh;
        height: 42vh;
    }
    h1.eye_hero_tit {
        font-size: 32px;
    }
    p.eye_hero_desc {
        font-size: 14px;
    }
    .eye_hero .img-fluid {
        max-width: 120px;
        margin-bottom: 0;
    }
    p.eye_hero_top {
        font-size: 14px;
    }
    p.eye-txt-40 {
        font-size: 18px;
    }
    p.eye-txt-60 {
        font-size: 24px;
    }
    p.eye-txt-26 {
        font-size: 15px;
    }
    .eye_hero p {
        font-size: 15px;
    }
    section#eye_hero_mid h1 {
        font-size: 24px;
    }
    section#faq h2 {
        color: #282828;
        font-size: 34px;
    }
    section#faq h2 span {
        font-size: 36px;
    }
    .faq .faq-container .faq-item h3 {
        font-size: 18px;
    }
    .faq .faq-container .faq-item h3 span.faq_q {
        font-size: 20px;
    }
    .faq .faq-container .faq-item .faq-content p span.faq_a {
        font-size: 16px;
    }
    .faq .faq-container .faq-item .faq-content p {
        font-size: 16px;
    }
    section#faq {
        padding: 120px 0 30px;
    }
    .eye_w_img ul {
        margin: 0em;
    }
    .eye_w_img ul li {
        padding: 0.5em;
    }
    .eye_w_img ul li p {
        font-size: 12px;
    }


}
