.elementor-kit-5{--e-global-color-primary:#111111;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F5A84E;--e-global-typography-primary-font-family:"Noto Sans KR";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans KR";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans KR";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans KR";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p {
margin: 0px !important;
}

.elementor-widget-wrap {
padding: 0px !important;
}

.elementor-widget {
margin: 0px !important;
}

.elementor-widget-text-editor .elementor-widget-container,
.elementor-heading-title {
    word-break: keep-all;
}


/* KR 전용 접속 버튼 */
.btn-access {
    display: inline-block;
    border-radius: 50px;
    padding: 25px 40px; /* PC: 상하 25 / 좌우 40 */
    background-color: var(--e-global-color-accent);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    transition: all 0.2s ease;
}

/* hover 효과 (선택) */
.btn-access:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* 모바일 (PC와 동일하므로 사실상 유지용) */
@media (max-width: 767px) {
    .btn-access {
        padding: 25px 40px;
    }
}/* End custom CSS */