button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
    -webkit-appearance: button;
    border-radius: 0
}

body,
select,
input,
textarea {
    font-size: 13px;
}

img {
    max-width: 100%
}

.nom {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

#bodyWrap {
    width: auto
}

.wrap {
    width: auto;
    margin: 0;
}

/* 팝업레이어 */
#hd_pop {
    margin: 0 auto;
    width: auto;
    height: 0
}

.hd_pops {
    position: absolute;
    border: 1px solid #EEE;
    background: #fff;
    top: 10% !important;
    left: 50% !important;
    transform: translate(-50%, 12%);
    width: 90%;
}

.hd_pops.mobile {
    display: none;
}

.hd_pops img {
    display: block;
    max-width: 100%;
    /* 컨테이너 안에서 크기 맞춤 */
    height: auto;
    vertical-align: top;
    /* display:block이면 필요 없지만, inline-block일 때 사용 가능 */
    margin: 0;
    /* 혹시 모를 기본 margin 제거 */
    padding: 0;
    /* 혹시 모를 기본 padding 제거 */
}

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

.hd_pops_footer {
    padding: 6px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: space-around;
    gap: .5rem;
}

.hd_pops_footer button {
    padding: 5px;
    margin-right: 0;
    border: 0;
    background: #393939;
    color: #fff;
    flex: 1;
}
.hd_pops_footer button:nth-child(1) {
    flex: 4;
}
.hd_pops.mobile {
    display: block;
}

.hd_pops.pc {
    display: none;
}


#headerTop {
    display: none
}

#header {
    display: none
}

#quickMenu {
    display: none
}

#mobileheader {
    display: block;
    background: #FFF;
    text-align: center;
}

#mobileheader img {
    height: 5rem;
}

#mobileheader .logo {
    padding: 1rem;
}

#mobileheader .logo a {
    display: block;
    height: 3rem;
    padding: 0;
    margin: 0
}

#mobileheader .logo svg {
    height: 100%;
}

#mobileheader #btnMobileCall {
    position: absolute;
    top: 0;
    right: 0;
}

#mobileheader #btnMobileMenu {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
}

#main_visual li {
    height: auto;
}

#main_visual .swiper-pagination {
    bottom: 10px;
}

#main_visual .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px;
}

#main_visual .mvpn {
    display: none;
}


#ma {
    padding: 0 4vw;
    padding-bottom: 10vw;
}

#ma .title {
    color: #19c4e3;
    text-align: center;
    padding: 10vw 0;
}

#ma dl dd img {
    width: 100%;
}

#ma dl dd:nth-child(1) {
    order: 1;
    width: 100%;
}

#ma dl dd:nth-child(2) {
    order: 3;
    width: 50%;
}

#ma dl dd:nth-child(3) {
    order: 4;
    width: 50%;
}

#ma dl dd:nth-child(4) {
    order: 2;
    width: 100%;
}

#ma dl dd:nth-child(5) {
    order: 5;
    width: 100%;
}


#mb {
    position: relative;
    padding: 10vw 0;
}

#mb:before {
    position: absolute;
    top: 5vw;
    left: 0;
    color: #FFF;
    font: 700 10vw/10vw 'gmarket';
    content: "YE DENTAL CLINIC";
}

#mb:after {
    display: none;
}

#mb .head {
    text-align: center;
}

#mb .head .text1 {
    font-size: 6vw;
    font-weight: 300;
    line-height: 1em;
}

#mb .head .text2 {
    position: relative;
    font-size: 2.7vw;
    line-height: 1em;
    margin-top: .5em;
}

#mb .head .text2:after {
    display: none;
}

#mainBa2 {
    position: relative;
    margin-top: 5vw;
    width: 120vw;
    left: -10vw;
}

#mainBa2 dd {
    width: 31rem;
    position: relative;
    overflow: hidden;
}

#mainBa2 dd a {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}

#mainBa2 dd a:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#mainBa2 dd a .bgimg {
    width: 50%;
    display: block;
    float: left;
    height: 18vw;
    background-position: center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mainBa2 dd a p {
    margin-top: .5em;
}

#mainBa2 dd a p b {
    display: block
}


#mainBa2 dd.swiper-slide-active .bgimg {
    -webkit-filter: grayscale(0%);
    filter: none;
}

#mainBa2 dd.swiper-slide-active .thumb_img {
    position: relative;
}

#mainBa2 dd.swiper-slide-active .thumb_img:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#mainBa2 dd.swiper-slide-active .thumb_img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #19c4e3;
    content: "";
}


#mc {
    padding: 10vw 5vw 10vw;
    border-bottom: 1px solid #19c4e3
}

#mc header:after {
    width: 1px;
    height: 3em;
}

#mc header:before {
    width: 2vw;
    height: 2vw;
    margin-left: -1vw;
}

#mc header i {
    display: inline-block;
    width: 15vw;
}

#mc header h4 {
    font-size: 6vw;
}

#mc header p {
    font-size: 3vw;
}

#mc dl h4 {
    font-size: 6vw;
}

#mc dl a.btn_more {
    top: 1em;
    font-size: 1.2rem;
    padding: .1em .6em;
}

#mc dl dt {
    width: 100%;
}

#mc dl dd {
    width: 100%;
    margin-top: 5vw;
}

#mc dl dt ul li {
    line-height: 4rem;
}

#mc dl dt ul li a {
    width: calc(100% - 5em);
}


#md {
    padding: 10vw 5vw;
}

#md header:after {
    width: 1px;
    height: 3em;
}

#md header:before {
    width: 2vw;
    height: 2vw;
    margin-left: -1vw;
}

#md header i {
    display: inline-block;
    width: 15vw;
}

#md header h4 {
    font-size: 6vw;
}

#md header p {
    font-size: 3vw;
}




#me {
    padding: 10vw 5vw;
}

#me dt {
    width: 100%;
    height: 60vw;
}

#me dd {
    width: 100%;
    margin-top: 10vw;
}

#me dd ul {}

#me dd ul>li {
    position: relative;
    margin-top: 1rem;
    color: #FFF;
    margin-left: 20vw;
}

#me dd ul>li:first-child {
    margin-top: 0;
}

#me dd ul>li i {
    position: absolute;
    top: 0;
    left: -12vw;
    display: block;
    width: 10vw;
}

#me dd ul>li.tel {
    font: 300 6vw/10vw 'gmarket';
}

#me dd ul>li.kakao {
    font-size: 6vw;
    line-height: 10vw;
}

#me dd ul>li.addr {
    font-size: 3vw;
    line-height: 4vw;
    padding: .5rem
}

#me dd ul>li.time {
    font-size: 3vw;
    line-height: 4vw;
    padding: .5rem
}

#me dd ul>li.time ol li {
    margin-top: .2rem;
}




#footer {
    position: relative;
    padding: 0;
    padding-bottom: 6em
}


#footer .tail_links {
    line-height: 2em;
    font-size: 1em;
    text-align: center;
    display: block;
    padding: .6em;
}

#footer .tail_links dt a {
    position: relative;
    float: none;
    margin: 0 .5em;
    display: inline-block;
}

#footer .tail_links dd a {
    position: relative;
    float: none;
    margin: 0 .5em;
    display: inline-block;
}



#footer article {
    padding: 3rem 0;
    font-size: 1em;
    text-align: center;
}

#footer .logo {
    float: none;
    margin-right: 0;
}

#footer .logo a {
    display: block;
    padding: 0;
}

#footer .logo svg {
    height: 3em;
}

#footer article address {
    color: #FFF;
    position: relative;
    overflow: hidden;
    line-height: 140%;
}

#footer article p {
    margin-top: .5em;
}

#footer span {
    white-space: nowrap;
    padding-right: .6em
}

#MquickMenu {
    position: fixed;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    text-align: center;
    background: #FFF;
}

#MquickMenu dd {
    width: 25%;
}

#MquickMenu dd img {
    width: 3em;
}

.sms_icons {
    text-align: center;
    margin-top: 2em;
}

.sms_icons a {
    display: inline-block;
    margin: 0 1vw;
}

.sms_icons img {
    width: 10vw;
}

.sms_icons span {
    display: none;
}

/* 폼 테이블 */
.tbl_frm01 {
    margin: 0 0 20px
}

.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_frm01 tr {
    display: block;
    border-bottom: 1px solid #EEE;
    padding: 10px 0
}

.tbl_frm01 th {
    width: auto;
    display: block;
    border: 0;
    padding: 0;
}

.tbl_frm01 td {
    display: block;
    border: 0;
    padding: 0
}

.tbl_frm01 td .frm_input {
    width: 100%;
}

.tbl_frm01 td #reg_mb_zip {
    width: 20%;
}


.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: 5px
}

.tbl_frm01 .frm_info {
    display: block;
    padding: 0 0 5px;
    line-height: 1.4em
}