a {
    text-decoration: none; /* 기본 언더라인 제거 */
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

a:visited {
    color: transparent;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

a:focus, a:active {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.ios a {
    color: inherit; /* 부모 요소의 색상을 상속받음 */
}

.ios .button {
    border-color: #ff2d55;
    color: #ff2d55;
}

.ios .button.button-fill {
    background-color: #ff2d55;
    border-color: #ff2d55;
    color: #ffffff;
}
.ios .list .list-button {
    color: #ff2d55;
}

.sub_body_mobile_container {
    margin-top: 54px !important;
}

.main_dim {
    background-color: #0000004c;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1000;
}
