@charset "UTF-8";
@import url("root.css");

/* gnb */
.gnb>a {
    color: var(--ct-tertiary-color);
    font-weight: 500;
    font-size: 1rem
}

/* dark mode */
html[data-bs-theme=dark] .text-black {
    color: #fff !important
}

html[data-bs-theme=dark] .text-dark {
    color: #e3e3e3 !important
}

html[data-bs-theme=dark] .m-main-tab .nav-tabs {
    background: transparent
}

html[data-bs-theme=dark] .card {
    /* box-shadow:none !important */
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}

html[data-bs-theme=dark] .card.application {
    /* background:#1e1e1e !important */
    /* background:transparent !important; */
    box-shadow: none !important
}

html[data-bs-theme=dark] .step0_number .form-control {
    background: #17181a;
    /* border-color:var(--ct-border-color-custom) */
}

html[data-bs-theme=dark] .type-btn input[type="radio"] {
    background: #17181a !important;
    border: none !important
}

html[data-bs-theme=dark] .type-btn input:checked[type="radio"] {
    background: #0b6efb !important;
    border: none !important
}

html[data-bs-theme=dark] .type-btn3 input[type="checkbox"] {
    background: #17181a !important;
    border: none !important
}

html[data-bs-theme=dark] .type-btn3 input:checked[type="checkbox"] {
    background: #0b6efb !important;
    border: none !important
}

html[data-bs-theme=dark] .slide_btn {
    background: #ffe600
}

html[data-bs-theme=dark] .slide_btn a {
    color: #000
}

html[data-bs-theme=dark] .step_wrap .was-validated .form-control:valid,
.form-control.is-valid {
    background-color: rgba(0 0 0 / 50%)
}

html[data-bs-theme=dark] .was-validated .form-select:valid:not([multiple]):not([size]),
html[data-bs-theme=dark] .was-validated .form-select:valid:not([multiple])[size="1"],
html[data-bs-theme=dark] .form-select.is-valid:not([multiple]):not([size]),
html[data-bs-theme=dark] .form-select.is-valid:not([multiple])[size="1"] {
    background-color: rgba(0 0 0 / 50%)
}

html[data-bs-theme=dark] .mobile-menu {
    background: #202020
}

html[data-bs-theme=dark] #accordion_mobilemenu .accordion-button::after {
    background-color: #2b3442
}

html[data-bs-theme=dark] .visual-section::before {
    display: block;
    content: "";
    /* background:rgba(0 0 0 / 31%); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
}

html[data-bs-theme=dark] .page.inbox-widget .inbox-item .inbox-item-text {
    color: #d3d3d3
}

html[data-bs-theme=dark] .story-box {
    background: #272829;
}

html[data-bs-theme=dark] .translation-links img {
    border-color: #141516
}

html[data-bs-theme=dark] .table> :not(caption)>*>* {
    background: none !important
}

html[data-bs-theme=dark] .swiper.conSwiper .hoogi .swiper-slide img+.con h4 {
    color: #fff
}

html[data-bs-theme=dark] .swiper.conSwiper .swiper-button-next:after,
html[data-bs-theme=dark] .swiper.conSwiper .swiper-button-prev:after {
    background: #3a3c3e
}

html[data-bs-theme=dark] .swiper.conSwiper .hoogi .swiper-slide {
    background: #313233
}

html[data-bs-theme=dark] .bg-light-lighten {
    background: transparent !important;
}

html[data-bs-theme=dark] .border-light {
    border-color: #303030 !important;
}

html[data-bs-theme=dark] .visual-title {
    background: none
}

/* light mode */
/* html[data-bs-theme=light] .visa_form .nav-pills > li > a {color:#fff} */

/* common */
.promotionBanner {
    overflow: hidden;
    text-align: center;
    background: #432beb;
    height: 30px;
    width: 100%;
}

.promotionBanner .bannerLink {
    display: block;
    color: #fff;
    line-height: 28px;
    font-size: .85rem;
    text-shadow: 0 2px 1px rgb(12, 0, 96);
}

.promotionBanner .btnClose {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 590px;
}

.list-type-circle {
    padding-left: 10px
}

.list-type-circle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #4ad3a1;
    border-radius: 6px;
}

.list-type-circle2 {
    padding-left: 10px
}

.list-type-circle2:before {
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #f05252;
    border-radius: 6px;
}

.text-indent-1 {
    text-indent: 10px
}

.not-allowed {
    cursor: not-allowed !important;
}

.navbar-custom .topbar-menu .nav-link.not-allowed:hover {
    color: var(--ct-tertiary-color)
}


/* back */
.back {
    font-size: 1.5rem;
    width: 36px;
    /* height:36px; */
    text-align: center;
}

.back a {
    /* color:rgba(var(--ct-black-rgb), var(--ct-text-opacity)) !important */
}

/* reset */
.nav-link:focus-visible {
    box-shadow: none;
}

/* logo */
.logo-topbar>a {
    font-size: 1.4rem;
    color: var(--ct-tertiary-color);
    font-weight: 700;
}

/* swiper */
.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 {
    margin-left: auto;
    margin-right: auto;
}

.mainSwiper {
    height: 260px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #ddd;
    border-radius: var(--ct-border-radius-lg) !important
}

.mainSwiper .swiper-wrapper .swiper-slide::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.mainSwiper .swiper-wrapper .swiper-slide.num1::before {
    /* background:rgb(73 198 255 / 90%); */
    /* background:rgba(28 28 28 / 30%); */
    background: rgb(2, 0, 36);
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(2,2,177,0.15449929971988796) 40%, rgba(0,212,255,1) 100%); */
    background: linear-gradient(90deg, rgb(118, 120, 228) 0%, rgba(47, 143, 227, 0.55) 40%, rgb(0, 212, 255) 100%);
    z-index: 3;
}

.mainSwiper .swiper-wrapper .swiper-slide.num2::before {
    /* background:rgba(66 210 157 / 90%); */
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(106, 181, 243) 0%, rgb(75, 232, 204) 40%, rgb(129, 226, 221) 100%);
}

.mainSwiper .swiper-wrapper .swiper-slide.num3::before {
    /* background:rgba(252, 255, 38, 0.9); */
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(106 81 207 / 50%) 0%, rgb(35 64 97 / 50%) 40%, rgb(211 155 29 / 30%) 100%);
    z-index: 3;
}

.mainSwiper .swiper-wrapper .swiper-slide.num4::before {
    /* background:rgba(10, 217, 227, 0.9); */
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(0, 13, 40, 0.5) 0%, rgba(0, 58, 97, 0.4) 40%, rgba(0, 46, 104, 0.5) 100%);
    z-index: 3;
}

.mainSwiper .swiper-wrapper .swiper-slide.num5::before {
    /* background:rgba(10, 217, 227, 0.9); */
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(0, 13, 40, 0.5) 0%, rgba(0, 58, 97, 0.3) 40%, rgba(0, 46, 104, 0.3) 100%);
    z-index: 3;
}

.mainSwiper .swiper-wrapper .swiper-slide.num1>img {
    position: relative;
    margin: 30px auto 0;
    width: auto;
    height: 260px;
    z-index: 2
}

.mainSwiper .swiper-wrapper .swiper-slide.num2>img {
    position: relative;
    margin: 25px auto 0;
    width: auto;
    height: 280px;
    z-index: 2
}

.mainSwiper .swiper-wrapper .swiper-slide.num3>img {
    position: relative;
    margin: 30px auto 0;
    width: auto;
    height: 260px;
    object-position: center top;
    z-index: 2
}

.mainSwiper .swiper-wrapper .swiper-slide.num4 {
    text-align: right;
}

.mainSwiper .swiper-wrapper .swiper-slide.num4>img {
    position: relative;
    display: inline-block;
    /* margin:44px auto 0; */
    width: auto;
    height: 260px;
    z-index: 2
}

.mainSwiper .swiper-wrapper .swiper-slide.num4>img.img-left {
    position: absolute;
    left: 36%;
    height: 120px;
    top: 70px;
    transform: translateX(-50%);
}

.mainSwiper .swiper-wrapper .swiper-slide.num5>img {
    position: relative;
    margin: 30px auto 0;
    width: auto;
    height: 260px;
    object-position: center 20%;
    z-index: 2
}

.slide_text {
    top: 50%;
    left: 10%;
    line-height: 1.2;
    text-align: left;
    transform: translateY(-50%);
    text-shadow: 0 0px 3px rgba(0 0 0 / 50%);
}

.slide_text2 {
    top: 50%;
    left: 10%;
    line-height: 1.2;
    text-align: left;
    color: #000;
    transform: translateY(-50%);
    text-shadow: none;
}

.slide_btn {
    bottom: 20%;
    right: 10%;
    background: #fff;
    transition: ease-in-out .3s;
}

.slide_btn:hover {
    background: #050425;
    color: #fff;
    transition: ease-in-out .3s;
}

.slide_btn:hover>a {
    color: #fff !important
}

.slide_btn a {
    color: #555;
    transition: ease-in-out .3s;
}

.slide_btn a:hover {
    /* text-decoration: underline; */
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {}

.mainSwiper .swiper-button-next,
.mainSwiper .swiper-button-prev {
    color: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.mainSwiper .swiper-button-next {
    background: rgba(0 0 0 / 50%);
    top: 40px;
    right: 20px;
}

.mainSwiper .swiper-button-prev {
    background: rgba(0 0 0 / 50%);
    top: 40px;
    right: 60px;
    left: auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: .82rem !important
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 5px !important;
    border-radius: 3px !important;
    background: rgba(255 255 255 / 30%) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    width: 50px !important;
    transition: ease-out .3s;
    background: #fff !important;
}


.swiper.conSwiper {
    height: 500px;
    margin-bottom: 50px;
}

.swiper.conSwiper .hoogi {
    height: 500px;
}

.swiper.conSwiper .hoogi .swiper-slide {
    height: 230px !important;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-width: 1px !important;
}

.swiper.conSwiper .hoogi .swiper-slide img {
    /* width:40%; */
    /* border-radius: 0.77rem 0.77rem 0 0; */
    border-radius: 0.3rem 0.3rem 0 0;
    height: 130px
}

.swiper.conSwiper .hoogi .swiper-slide img+.con {
    width: 100%;
    align-items: flex-start;
    padding: 1rem 1.5rem;
    border-radius: 0 0 0.77rem 0.77rem;
    text-align: left;
    line-height: 1.5
}

.swiper.conSwiper .hoogi .swiper-slide img+.con h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #202020;
    line-height: 1.2
}

.swiper.conSwiper .hoogi .swiper-slide img+.con p {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400
}

.swiper.conSwiper .swiper-button-prev,
.swiper.conSwiper .swiper-button-next {
    top: 48%;
    width: 40px;
    height: 40px;
}

.swiper.conSwiper .swiper-button-next:after,
.swiper.conSwiper .swiper-button-prev:after {
    background: #f1f3f5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #95b1dc;
    font-weight: 600;
    box-shadow: 0 1px 1px rgba(0 0 0 / 10%);
}

.swiper.conSwiper .swiper-button-prev {
    left: 0;
}

.swiper.conSwiper .swiper-button-next {
    right: 0
}

/* hover */
a.hover-decoration:hover {
    text-decoration: underline;
}

/* list profile */
.profile {
    width: 24px;
    height: 24px
}

/* circle */
.ri-arrow-drop-right-fill {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-color: #dae0e8 !important;
    line-height: 17px;
}


/* main */
/* notice */
.notice-box {
    height: 230px;
}

.inbox-widget.notice .inbox-item {
    border-bottom: 0;
    padding: 0.3rem 0 0 0;
    margin-bottom: 3px;
    text-indent: 10px;
    gap: 5px;
}

.inbox-widget.notice .inbox-item::before {
    flex-shrink: 0;
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #7273a0;
    border-radius: 5px;
}

.notice .inbox-item-author {
    max-width: 70%;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 819px) {
    .notice .inbox-item-author {
        max-width: calc(70% - 5px);
    }
}

/* app list */
.app-list {}

.app-list .swiper {
    height: 390px
}

.app-list .swiper-wrapper {}

.app-list .swiper-slide {
    background: transparent;
    /* height:43px !important */
}

.app-list .swiper-slide .profile {
    width: 25px;
    height: 25px;
    box-shadow: 0px 1px 1px rgba(0 0 0 / 30%);
}

.app-list .swiper-slide .content {
    /* background:#ddd */
}

.app-list .swiper-slide .content h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 49%;
    text-align: left;
}

/* header */
.translation-links img {
    height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
}

/* footer */
.footer {}

.footer ul {
    padding: 0;
}

.footer ul li {
    padding: 0;
    list-style: none;
}

.footer ul li a {}


/* form */
.application.modify {
    /* background:transparent;
    box-shadow:none */
}

.appli-box {
    padding: 10px;
    justify-content: center;
    /* 가로 중앙 정렬 */
    border: 1px solid black;
    /* 확인용 */

}

.appli-box .choice1 {
    /* background: #f7f7f7; */
    border-radius: .77rem;
}

.appli-box .choice2 {
    /* background: #f7f7f7; */
    border-radius: .77rem;
}

.appli-box .choice1 h3 span {
    color: #2C3E50;
    transition: ease-in-out .3s;
}

.appli-box .choice1 h3:hover span {
    color: #2b04eb;
}

.appli-box .choice2 h3 span {
    color: #2C3E50;
    transition: ease-in-out .3s;
}

.appli-box .choice2 h3:hover span {
    color: #0066ff
}

.appli-box .choice1 a {
    font-size: 13px;
    background: #FFAA4C;
    padding: 10px 1rem;
    border-radius: 20px;
    display: block;
    transition: ease-in-out .3s;
}

.appli-box .choice2 a {
    font-size: 13px;
    background: #FF8C42;
    padding: 10px 1rem;
    border-radius: 20px;
    display: block;
    transition: ease-in-out .3s;
}

.appli-box .choice1 a:hover,
.appli-box .choice1 a:active {
    background: #654ae6;
}

.appli-box .choice2 a:hover,
.appli-box .choice2 a:active {
    background: #18b7ef;
}

.mainbox-icon {
    font-size: 50px;
    font-weight: 100;
    margin-right: 0;
    color: #cad1db
}

.step_wrap .was-validated .form-control:valid,
.form-control.is-valid {
    background: url(../images/background/shield-check-line.svg) no-repeat;
    background-color: rgba(246, 247, 251, 1);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 18px 18px;
    background-position: right calc(0.375em + 0.225rem) center;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    background: url(../images/background/shield-check-line.svg) no-repeat;
    background-color: rgba(246, 247, 251, 1);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 18px 18px;
    background-position: right calc(0.375em + 0.225rem) center;
}

.form-control.date {
    background-image: none !important;
    padding-right: 0.45rem !important
}

.step-btn-wrap ul li {
    font-size: 0
}

.step-btn-wrap ul li a {
    padding: 0.6rem 0.5rem
}

.step-btn-wrap .next {
    width: 75%
}

.step-btn-wrap .next a {
    width: 100%
}

.step-btn-wrap .previous {
    width: 20%
}

.step-btn-wrap .previous a {
    width: 100%
}

/* modify */
.btn_modify {
    background: var(--ct-success);
    padding: .5rem 1rem;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
}

.modify .ribbon-box {
    position: absolute;
    top: 30px;
    left: -2px;
}

.modify .ribbon-box .ribbon {}

/* m-main-tab */
.m-main-tab {}

.m-main-tab .nav-tabs {
    position: relative;
    background-color: #fff;
    /* border-bottom:0 !important; */
    justify-content: space-around;
    z-index: 1;
}

.m-main-tab .nav-tabs .nav-item {
    text-align: left;
    margin-bottom: 0
}

.m-main-tab .nav-tabs .nav-link {
    padding: 0.75rem 1rem
}

.m-main-tab .nav-tabs .nav-link.active,
.m-main-tab .nav-tabs .nav-item.show .nav-link {
    color: #000
}

.m-main-tab .nav-tabs .nav-link.active {
    border-width: 0;
    border-color: #ebf0f7;
    border-radius: 8px 8px 0 0;
    background: none
}


.m-main-tab .nav-tabs .nav-link span {}

.m-main-tab .tab-content {}

.m-main-tab .tab-content .tab-pane {}


/* app */

.step_wrap {}

.step_wrap .sticky-top {
    top: 70px;
    z-index: 120
}

.form-wizard-header {
    /* background-color: transparent;
    transform: translateY(-39px); */
    margin: 0 auto;
    /* display:none */
}

.form-wizard-header li a {
    cursor: default
}

.visa_form {}

.visa_form .progress {}

.visa_form .progress .progress-bar-striped {
    /* background-size:  5px  50px */
    background: none;
    /* background-color:rgb(219, 234, 255) !important */
}

.visa_form .nav-pills .nav-link {}

.visa_form .nav-tabs>li>a,
.visa_form .nav-pills>li>a {
    color: var(--ct-emphasis-color)
}

.visa_form .nav-pills .nav-link.active,
.visa_form .nav-pills .show>.nav-link {
    background: transparent;
    /* color:#000 */
}

.step0_number {}

.step0_number .form-control {
    background: #f6f9fd;
    /* text-align:center; */
    border-radius: 0.25rem;
    width: 100%;
    margin: 0 auto;
}

.step0_date {}

.step0_date .form-control {
    background: #f6f9fd;
    text-align: center;
    border: 1px solid #ebf0f7;
    border-radius: 0.25rem;
    width: 100%;
    margin: 0 auto;
}

.step0_date .datepicker table {
    width: 100%
}

.step0_date .datepicker-dropdown {
    width: 100%;
    left: 50% !important;
    transform: translate(-50%, -130%);
}

.step0_date .datepicker-dropdown::before,
.step0_date .datepicker-dropdown::after {
    display: none
}

.form-check-input[type="radio"] {
    border-color: #93a1b3
}

.form-check-input:focus {
    box-shadow: none
}

.form-check-input:checked {
    border-color: #3688fc
}

.type-btn {
    position: relative;
    padding: 0;
    margin: 0;
    min-height: auto;
    text-align: center;
}

.type-btn input[type="radio"] {
    background: #F4F5F9;
    background-color: #F4F5F9 !important;
    width: 100%;
    position: absolute;
    border: 1px solid #ebedf2 !important;
    color: #000;
    height: 100%;
    margin: 0;
    float: none;
    text-align: center;
    border-radius: 22px;
    transition: ease-in-out .3s;
}

.type-btn input:checked[type="radio"] {
    background: #3688fc;
    background-color: #3688fc !important;
    border-color: #3688fc !important;
}

.type-btn input:checked[type="radio"]+label {
    color: #fff !important;
    opacity: 1;
}

.type-btn label {
    font-size: .8rem;
    cursor: pointer;
    width: 100%;
    position: relative;
    line-height: 1;
    padding: 0.7rem 1rem;
    margin: 0 !important;
    border-radius: 2rem;
}

.form-check-input[type="checkbox"] {
    border-color: #a9acb9
}

/* check type */
.type-btn2 {
    position: relative;
    padding: 0;
    margin: 0;
    min-height: auto;
    text-align: center;
}

.type-btn2 input[type="checkbox"] {
    background: #F5F6F8;
    background-color: #F5F6F8 !important;
    background-position: 7px center !important;
    width: 100%;
    position: absolute;
    border: none !important;
    color: #000;
    height: 100%;
    margin: 0;
    float: none;
    text-align: center;
    border-radius: .2rem;
}

.type-btn2 input:checked[type="checkbox"] {
    background: #3688fc;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
    background-color: #3688fc !important;
    background-repeat: no-repeat !important;
    background-size: 15% !important;
    background-position: 7px center !important;
}

.type-btn2 input:checked[type="checkbox"]+label {
    color: #fff;
    text-indent: 13px
}

.type-btn2 label {
    font-size: .8rem;
    cursor: pointer;
    /* color: #4d4d4d; */
    width: 100%;
    position: relative;
    line-height: 1;
    padding: 10px;
    margin: 0 !important;
    border-radius: 2rem;
}

.Direct {
    display: none
}


/* company */
.visual-section {
    /* background:url("../images/background/company/company_222.jpg") no-repeat; */
    background: transparent;
    background-size: cover;
    background-position: center 21%;
    border-radius: 1.5rem;
    padding: 50px 0;
}

.visual-section::before {
    display: block;
    content: "";
    /* background:rgba(0 0 0 / 5%); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
}

.korean {}

.korean .character1 img {
    height: 330px
}

.character1 {
    text-align: center;
}

.character2 {
    text-align: center;
}

.korean .character2 img {
    height: 330px
}

.ceo_name {
    /* max-width:100%; */
    width: 150px;
    height: auto;
}

.ceo_face {
    width: 100%;
}

.service-box {
    background: #ecf1f9;
    box-shadow: 0 0 5px rgba(173, 187, 208, 0.1);
    border-radius: 1rem;
}

/* map */
.vk_map {
    position: relative;
    width: 100%;
    min-height: 400px;
    border-radius: 1rem
}

.customoverlay {
    position: relative;
    bottom: 85px;
    border-radius: 6px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ddd;
    float: left;
}

.customoverlay:nth-of-type(n) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
}

.customoverlay a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    background: #1487f1;
    background: #1487f1 url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;
}

.customoverlay .title {
    display: block;
    text-align: center;
    background: #fff;
    margin-right: 35px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}

.customoverlay:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: -12px;
    width: 22px;
    height: 12px;
    background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
}

/* math */
.math-bg {
    background: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    /* vertical-align: top; */
    border: 1px solid #ddd;
    line-height: 22px;
    margin: 0 5px 0 0;
    margin-right: 5px;
}

/* table */
table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

.vk table.dataTable {
    margin-top: 30px !important
}

.vk table.dataTable tbody tr.even td,
.vk table.dataTable tbody tr.odd td {}

.vk table.dataTable tbody tr.even td img,
.vk table.dataTable tbody tr.odd td img {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.vk table.dataTable.nowrap th:first-child {
    padding-left: 0;
    padding-right: 0
}

.vk table.dataTable tbody tr td:first-child {
    padding-left: 0;
    padding-right: 0
}

.vk table.dataTable.nowrap th .form-check,
.vk table.dataTable.nowrap td .form-check {
    display: none
}

html[data-bs-theme=dark] .vk table.dataTable.nowrap th {
    background: #333 !important
}

.vk table.dataTable th {
    background-color: #f9f9f9 !important;
    border-bottom: 0
}

table.dataTable>tbody>tr.child {
    background: #fafafa
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    padding: .5rem 0 .5rem 1rem !important;
    border-bottom: 0 !important
}

/* korean */
.studying_wrap {}

.studying_wrap .card {
    box-shadow: none
}

.koreanstd {
    padding: 1rem 1.5rem;
    /* border:1px solid #dfe3ee; */
    border-top: 0;
    border-radius: 0 0 .25rem .25rem
}

.studying_wrap .card>a {
    display: block
}

.studying_wrap .card>a>img.youtube-thumnail {
    display: block
}

.studying_wrap .card .card-img {}

.studying_wrap .card .card-img .badge {
    position: absolute;
    top: 10px;
}

.koreanstd .ellipsis {
    font-size: .96rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.koreanstd .ellipsis .text-title {
    color: var(--ct-tertiary-color);
}

.koreanstd .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1
}

.koreanstd .bottom span {}

.koreanstd .bottom span i {
    font-size: 16px;
    font-weight: bold
}

.koreanstd .bottom span b {
    vertical-align: top;
}

.sub_page {
    box-shadow: none;
    margin-top: 2rem;
    margin-bottom: 100px
}

.sub_page .card-body {
    padding: 0
}

html[data-bs-theme="dark"] .card.sub_page {
    background: transparent !important;
    box-shadow: none !important
}

.types-wrap {}

.types-wrap .button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: gray;
    height: 50px;
    width: 50px;
    margin: 10px;
    outline: none;
    display: inline-block;
    border-radius: 50%;
}

.types-wrap .button:checked {
    background: #fff;
}

.types-wrap.btn-group> :not(.btn-check:first-child)+.btn {}

.types-wrap.btn-group>.types-wrap.btn-group:not(:first-child) {
    background: #000
}

/* .types-wrap.btn-group {
    background:#000
} */

.types-wrap .btn {
    font-size: 1rem;
    color: #fff;
}

.types-wrap .btn:checked {
    background: #fff;
}

.app-wrap2 {
    position: relative;
}

/* mobile menu */
.offcanvas-header {
    background-color: var(--ct-offcanvas-bg)
}

.offcanvas-header .close {
    filter: none;
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    border-radius: 50%;
}

.offcanvas-header .close i {
    display: inline-block;
    font-size: 24px;
    height: 32px;
    font-weight: 100;
    color: var(--ct-body-color);
}

.offcanvas-header .close:hover {
    background: none
}

.mobile-menu {
    /* background:var(--ct-accordion-active-bg); */
    border-radius: 0.5rem 0.5rem;
    padding-left: 1.5rem;
    background: #fafafa
}

.mobile-menu li {
    list-style: none;
}

.mobile-menu li a {
    font-size: 1rem;
    font-weight: 500;
}

#accordion_mobilemenu .accordion-item {
    border: 0;
}

#accordion_mobilemenu .accordion-button {
    font-size: 1.2rem;
    color: var(--ct-tertiary-color);
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
}

#accordion_mobilemenu .accordion-button::after {
    background-color: #fafafa;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-position: center 50%;
    border-radius: 50%;
    background-size: 10px;
}

#accordion_mobilemenu .accordion-button:not(.collapsed) {
    border-radius: 1.5rem 1.5rem 0 0;
    background-color: transparent;
    box-shadow: none
}

#accordion_mobilemenu .accordion-button:not(.collapsed)::after {
    background-color: #fafafa;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-position: center 50%;
    border-radius: 50%;
}

.accordion-button.solo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--ct-accordion-btn-padding-y) var(--ct-accordion-btn-padding-x);
    font-size: 0.9rem;
    color: var(--ct-accordion-btn-color);
    text-align: left;
    background-color: var(--ct-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: var(--ct-accordion-transition);
    transition: var(--ct-accordion-transition);
    box-shadow: none
}

.accordion-button.solo:after {
    background: none;
    background-color: var(--ct-offcanvas-bg) !important
}

.card-radio .form-check-label {
    border: none;
    background-color: none;
    padding: 0;
    line-height: 24px;
    overflow: initial;
}

.card-radio .form-check-input+.form-check-label::before {
    display: none;
    content: "\f05e0";
    font-family: "Material Design Icons";
    position: absolute;
    top: -7px;
    right: -5px;
    font-size: 16px;
    color: #cad1db;
}

.card-radio .form-check-input:checked+.form-check-label::before {
    display: block;
    content: "\f05e0";
    font-family: "Material Design Icons";
    position: absolute;
    top: -7px;
    right: -5px;
    font-size: 16px;
    color: var(--ct-success);
    line-height: 1;
    bottom: auto;
    z-index: 34;
    background: #fff;
    border-radius: 50%;
}

.card-radio .form-check-input:checked+.form-check-label #topnav-color {
    border: 2px solid #4ad3a1
}

.style-box {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: inherit;
}

.style-box span[class*=bar] {
    z-index: 10;
    overflow: hidden;
    position: relative;
    display: block;
    height: 5px;
    border-radius: 3px;
}

.style-box .bar1 {
    background-color: #3a67ea;
    margin-top: 5px;
}

.style-box .bar2 {
    width: 33px;
    margin-top: 5px;
    background-color: #555
}

.style-box .bar3 {
    margin-top: 5px;
    background-color: #d3d5d7
}


/* comment */
.card.comment {}

.card.comment .card-body {
    padding: 0;
}

.card.comment .card-body .form-control {
    font-size: .8rem;
    color: #777;
    padding: 0.45rem 0.9rem;
    /* border-radius:0.25rem 0.25rem 0 0; */
    line-height: 1.5;
    border-radius: 0;
}

.card.comment .card-body .form-control:valid:focus {
    font-weight: 400;
}

.card.comment .card-body .text-end {
    background: #fff;
    border: 1px solid #f1f3fa;
    padding: 3px
}

.card.comment .card-body .text-end .btn.btn-secondary {
    background-color: #f1f2f2;
    border: 0;
    color: #888;
    font-size: .8rem;
    font-weight: 600;
    box-shadow: none;
    transition: ease-in-out .3s;
}

.card.comment .card-body .text-end .btn.btn-secondary:hover,
.card.comment .card-body .text-end .btn.btn-secondary:active {
    color: #555;
    box-shadow: none;
    outline: 0;
}

.card.comment h5 {}

.card.comment .comment-box {
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0
}

.card.comment .comment-box h6 {
    font-size: .9rem;
    color: #555;
    cursor: pointer;
}

.card.comment .comment-box h6:hover {
    text-decoration: underline;
}

.card.comment .comment-box h6>span {
    font-size: 11px;
    font-weight: 400;
    color: #999;
    letter-spacing: -.1px;
    margin-left: 10px;
}

.card.comment .comment-box img.avatar-sm {
    object-fit: cover;
}

.card.comment .comment-box.reple {
    /* background:#FBFCFD */
    background: #F7F8F9;
    padding-left: 1rem;
}

.card.comment .comment-box.reple a img.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.card.comment .comment-box.reple .opt {
    right: .5rem
}

.card.comment .comment-box .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.card.comment .comment-box .bottom a {
    color: #999;
    font-size: 11.5px
}

.card.comment .comment-box .bottom a span i {
    margin-right: 3px
}

.card.comment .comment-box .bottom a span.reple_number {
    font-weight: 600;
    font-size: .8rem;
    color: #000;
}

.card.comment .comment-box .bottom a span>img {
    margin-right: 5px;
    margin-top: -2px
}

.card.comment .comment-box .bottom a em {
    font-style: normal;
    line-height: 1;
    font-weight: 600;
    font-size: .8rem
}

.card.comment .dropdown.opt {
    top: 1rem;
    right: 0
}

.reple_write {}

.reple_close {
    border-bottom: 1px solid #f0f0f0
}

.reple_close button {
    color: #555;
    font-size: .75rem;
}

/* e74 */
.page-visual {
    position: relative
}

.page-visual .top {}

.page-visual .top::before {
    display: block;
    content: "";
    width: 250px;
    height: 50%;
    position: absolute;
    background: rgba(151, 19, 225, 0.5);
    transform: skewX(120deg);
    top: -40px;
    left: 43%;
    margin-left: -125px;
    z-index: -1;
}

.page-visual .top::after {
    display: block;
    content: "";
    width: 250px;
    height: 50%;
    position: absolute;
    background: linear-gradient(180deg, rgba(58, 4, 253, 0.9) 0%, rgba(79, 22, 238, 0.5) 40%, rgba(123, 11, 223, 0.5) 100%);
    transform: skewX(120deg);
    top: -40px;
    left: 43%;
    margin-left: -125px;
    z-index: -1;
}

.page-visual .application {
    margin-top: -140px !important
}

.page-visual img {}

.page-visual .btn-primary {
    background: #432beb;
    border: 0;
}

/* f2r */
.page-visual2 {
    position: relative
}

.page-visual2 .top {}

.page-visual2 .top::before {
    display: block;
    content: "";
    width: 250px;
    height: 20%;
    position: absolute;
    background: rgba(20, 135, 241, 0.9);
    transform: skewX(120deg);
    top: -40px;
    left: 42%;
    margin-left: -125px;
    z-index: -1;
}

.page-visual2 .top::after {
    display: block;
    content: "";
    width: 250px;
    height: 20%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 76, 255, 0.8) 0%, rgba(45, 60, 185, 0.5) 40%, rgba(137, 23, 239, 0) 100%);
    transform: skewX(120deg);
    top: -40px;
    left: 42%;
    margin-left: -125px;
    z-index: -1;
}

.page-visual2 .application {
    margin-top: -7px !important
}

.page-visual2 img {}


.what {
    position: relative
}

.what .navbar {
    align-items: start;
}

.what .scrollspy-example {
    height: 100%
}

.what .scrollspy-example h4 {}

.what .scrollspy-example h5 {}

.page {
    position: relative;
    padding: 1rem 0;
}

.page img {
    margin-left: 14px;
    width: 20%;
}

.page h4 {
    /* position: absolute;
    top: 70px;
    left: 50%;
    font-size: 2rem;
    color: #fff;
    transform: translateX(-50%); */
}

.page.inbox-widget {
    padding: 0 1rem
}

.page.inbox-widget .inbox-item {
    display: flex;
    align-items: center;
}

.page.inbox-widget .inbox-item .inbox-item-author {
    display: inline-block;
    margin: 0 10px 0 0;
}

.page.inbox-widget .inbox-item .inbox-item-author>i {
    font-size: 1.5rem;
    line-height: 1.32;
}

.page.inbox-widget .inbox-item .inbox-item-text {
    display: inline-block;
    font-size: 1rem;
    color: var(--ct-gray-dark)
}

.page.inbox-widget .inbox-item-block {
    display: block
}

.page.inbox-widget .inbox-item-block .inbox-item-author {
    display: inline-block;
    margin: 0 10px 0 0;
}

.page.inbox-widget .inbox-item-block .inbox-item-author>i {
    font-size: 1.5rem;
    line-height: 1.32;
}

.page.inbox-widget .inbox-item-block .inbox-item-text {
    display: inline-block;
    font-size: 1rem;
    color: var(--ct-gray-dark)
}







/* address */
.vk-zip {
    position: relative;
}

.vk-zip .zip-btn {
    /* margin-bottom:0.5rem */
}

.vk-zip-btn {
    border: 0;
    padding: 0.35rem 0.7rem;
    border-radius: 1rem;
    background: #386edd;
    font-size: 10px;
    color: #fff;
    transition: ease-in-out .3s;
}

.form-control.number_address {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 11px;
    background-color: transparent;
}

/* finish */
.finish {}

.finish img {
    max-height: 400px;
}

canvas {
    z-index: 10;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: scale(1.1);
}

/* story-box */
.story-box {
    background: #fff;
}

/* hr */
.hr-page {}

.hr-page img {
    width: 20%
}

/* youtube */
.youtube-thumnail {
    width: 100%;
    height: 140px;
}

.video-container {
    width: 100%
}

.video-container iframe {
    width: 100%;
    min-height: auto
}

.hpp iframe {
    width: 100%;
    min-height: 235px;
    max-width: 100%;
}

.youtube-url-area {
    background: #f1f1f1;
    padding: 0 10px;
    margin-left: 10px;
    line-height: 1;
    border-radius: 3px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

/* main popup 231207 */
.main_popup {
    position: fixed;
    z-index: 1005;
    -webkit-box-shadow: 0px 5px 10px -6px #17324d;
    box-shadow: 0px 5px 10px -6px #17324d;
    top: 10%;
    left: 20%;
    /* margin-left:-250px;
    transform: translateY(-50%); */
    display: none;
}

.main_popup.on {
    display: block;
    /* background-color: #fff; */
    border-radius: 15px;
}

.main_popup .layer_cont {
    display: flex;
    flex-direction: column;
}

.main_popup .img_wrap {
    width: 500px;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_popup .img_wrap img {
    border-radius: 15px 15px 0 0;
}

.main_popup .btn_close.abs {
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    top: 17px;
    right: 17px;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: transparent !important;
}

.main_popup .btn_close.abs::before {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 15px;
    transform: rotate(45deg);
}

.main_popup .btn_close.abs::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 10px;
    left: 6px;
    transform: rotate(45deg);
}

.main_popup .btn_wrap {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.main_popup .btn_wrap .btn_close {
    width: 50%;
    height: 45px;
    background-color: #2b2b2b;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border: 0;
    border-radius: 0 0 0 15px
}

.main_popup .btn_today_close {
    width: 50%;
    height: 45px;
    background-color: #264047;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border: 0;
    border-radius: 0 0 15px 0
}

.main_popup .btn_today_close span {
    display: block;
    line-height: 40px;
    vertical-align: bottom;
    opacity: 0.8;
}

.main_popup_button {
    position: absolute;
    bottom: 70px;
    width: 60%;
    text-align: center;
}

.main_popup_button a {
    background: #18917b;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 1rem;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    border-radius: 26px;
}

.visual-title .title-box .page-title-box p {
    display: none;
}

.visual-title .title-box h4 {
    display: none;
}

.application-form {
    width: 90%;
    margin: auto;
    padding: 10px;
}

.step-btn-wrap {
    width: 100%;
    margin: auto;
    flex-direction: column;
    /* 세로 정렬 */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 25px;
}

.mm_write_wrap {
    width: 90%;
    margin: 20px auto;
    background-color: #fff;
    /* border: 1px solid black; */
    z-index: 1;
    border-radius: 10px;
}

.home-button-span {
    word-wrap: break-word;
    word-break: break-word;
    font-size: 3.5vw;
    font-weight: 800;

}

.studying-nav {
    background: linear-gradient(100deg, rgba(58, 39, 204, 0.9) 0%, rgba(7, 4, 117, 0.8) 45%, rgba(26, 28, 187, 0.9) 100%) !important;
}

.square-box:last-child {
    margin-right: 0;
    /* 마지막 박스 여백 제거 */
}

.square-box {
    aspect-ratio: 1 / 1; /* 정사각형 비율 유지 */
    width: 150px; /* 너비만 설정하면 높이 자동 조정 */
}

.hr-box {
    gap: 5rem;
}

.request-button-body-box {
    background: #fff;
    gap: 2.5rem;
    padding: 2.5rem 1.75rem;
}

/* 자식 컨테이너 정렬 */
.request-button-body {
    position: relative; /* 상위 요소에서 아이콘을 기준으로 위치 조정 */
    overflow: visible; /* 아이콘이 버튼 밖으로 나와도 보이도록 설정 */
    display: flex;
    background-color: #f7f7f7; /* 연한 배경색 */
    flex-direction: column; /* 세로 방향으로 정렬 */
    justify-content: center; /* 세로 중앙 정렬 */
    align-items: center; /* 가로 중앙 정렬 */
    width: 80%; /* 필요시 너비 지정 */
    text-align: center;
    height: 20%;
    border-radius: .77rem; /* 버튼 모서리 둥글기 */
}

/* 아이콘 스타일 */
.request-button-icon {
    position: absolute; /* 상단부에 배치 */
    top: -25%; /* 상단으로 이동하여 절반만 걸치도록 설정 */
    width: 40px; /* 아이콘 영역 */
    height: 40px; /* 아이콘 영역 */
    line-height: 40px; /* 텍스트 수직 정렬 */
    background-color: #FFD166; /* 배경색 (예시) */
    border-radius: 50%; /* 원형 */
    text-align: center; /* 텍스트 중앙 정렬 */
}

/* 버튼 스타일 */
.request-button-a {
    position: absolute; /* 하단부에 고정 */
    bottom: -10%; /* 하단 여백 */
    background-color: #FFAA4C; /* 버튼 배경색 */
    padding: 0.35rem;
    border-radius: 1.0rem; /* 버튼 모서리 둥글기 */
    color: #fff; /* 텍스트 색상 */
    text-decoration: none; /* 밑줄 제거 */
    font-size: .8rem; /* 텍스트 크기 */
    text-align: center;
    font-weight: 400;
}

.request-button-body-h3 {
    font-size: 1.2rem;
}
/* important 덮어쓰기 */

/* media */
@media (min-width: 1400px) {
    .studying-nav {
        background: none !important;
    }

    .home-button-span {
        word-wrap: break-word;
        word-break: break-word;
        font-size: 1.5vw !important;
        font-weight: 800;
    }

    .swiper.conSwiper {
        padding: 0 30px !important
    }

    .visual-title {
        padding-top: var(--ct-topbar-height);
        display: block;
        background: linear-gradient(100deg, rgba(58, 39, 204, 0.9) 0%, rgba(7, 4, 117, 0.8) 45%, rgba(26, 28, 187, 0.9) 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 292px;
    }

    .application-form {
        width: 50% !important;
    }

    .types-wrap .btn {
        background: none;
    }

    .mm_write_wrap {
        padding-top: 50px;
        width: 50%;
    }

    .visual-title .title-box {
        position: relative;
        max-width: 1080px;
        width: 100%;
        padding: 0 1.5rem;
        margin: 60px auto 0;
        /* text-align: center; */
    }

    .visual-title .title-box h4 {
        display: block;
        font-size: 2rem;
        color: #fff;
        line-height: 1;
    }

    .visual-title .title-box .page-title-box p {
        display: block;
        color: #fff;
        margin-bottom: 0;
        margin-top: 5px;
        font-size: 1rem;

    }

    .app-wrap {
        padding-top: 50px
    }

    .app-wrap2 {
        padding-top: 162px;
    }
}

@media (min-width: 992px) {
    .home-button-span {
        word-wrap: break-word;
        word-break: break-word;
        font-size: 2.0vw !important;
        font-weight: 800;
    }

    .application-form {
        width: 50%;
    }

    .font-lg-14 {
        font-size: 14px !important;
    }

    .fs-lg-2 {
        font-size: calc(1.2753rem + 0.3036vw) !important
    }

    .w-lg-auto {
        width: auto !important
    }

    .border-end-lg-0 {
        border-right: 0 !important;
    }

    .border-end-lg-1 {
        border-right: var(--ct-border-width) var(--ct-border-style) var(--ct-border-color) !important;
    }

    .w-lg-50 {
        width: 50%;
    }

    .w-lg-60 {
        width: 60%;
    }

    .w-lg-70 {
        width: 70%;
    }

    .w-lg-80 {
        width: 80%;
    }

    .what .text-box {
        height: 500px;
    }

    .what .scrollspy-example {
        /* min-height: 500px; */
        scrollbar-width: thin;
        scroll-snap-type: inline;
        scroll-behavior: smooth;
        scroll-snap-stop: always;
        overflow: hidden;
        scrollbar-gutter: stable;
    }

    .what .scrollspy-example p {
        min-height: 100px;
        height: 100%
    }

    .video-container iframe {
        width: 70%;
        max-width: 702px;
        min-height: 400px;
    }

    .hpp iframe {
        width: 100% !important;
        min-height: 580px !important;
        max-width: 100% !important;
    }

    .appli-box .choice1,
    .appli-box .choice2 {
        background: #f7f7f7;
        height: 120px
    }

    .appli-box .choice1 h3,
    .appli-box .choice2 h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    html[data-bs-theme="dark"] .appli-box .choice1,
    html[data-bs-theme="dark"] .appli-box .choice2 {
        background: none
    }

    html[data-bs-theme="dark"] .appli-box .choice1 h3 span {
        color: #c391ff
    }

    .appli-box .choice1 i,
    .appli-box .choice2 i {
        margin-top: -30px
    }

    .swiper.conSwiper {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    .appli-box {
        height: 230px
    }

    .hpp iframe {
        min-height: 480px;
    }
}

@media (max-width: 767.98px) {
    .home-button-span {
        word-wrap: break-word;
        word-break: break-word;
        font-size: 4.0vw !important;
        font-weight: 800;

    }

    .mainSwiper {
        height: 230px;
        margin-bottom: 1.5rem
    }

    .btn_modify_wrap {
        position: absolute;
        top: 1.5rem;
        right: 1rem;
    }

    .page-title-box .page-title.sub {
        line-height: 30px;
        visibility: hidden;
    }

    .modify .widget-flat {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    html[data-bs-theme=dark] .modify .widget-flat {
        background: var(--ct-card-bg);
    }

    .visual-section {
        padding: 20px 0;
        border-radius: 1rem;
    }

    .visual-section::before {
        border-radius: 1rem;
    }

    html[data-bs-theme=dark] .visual-section::before {
        border-radius: 1rem;
    }

    .character1,
    .character2 {
        text-align: left;
    }

    .korean .character1 img {
        height: 280px
    }

    .korean .character2 img {
        height: 280px
    }

    html[data-bs-theme="dark"] .card.list {
        background: none;
        box-shadow: none;
    }

    .card.list {
        box-shadow: none
    }

    .list .card-body {
        padding: 0
    }

    div.dataTables_wrapper div.dataTables_length {
        text-align: left !important;
    }

    .dataTables_filter {
        position: absolute;
        top: 0;
        right: 0;
        width: 70%
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 84% !important
    }

    /* div.dataTables_wrapper div.dataTables_filter, 
    div.dataTables_wrapper div.dataTables_info, 
    div.dataTables_wrapper div.dataTables_paginate {

    } */

    .page img {
        width: 50%
    }

    .mainSwiper .swiper-wrapper .swiper-slide.num4>img.img-left {
        display: none
    }

    .hpp iframe {
        min-height: 300px !important;
    }
}

@media (max-width: 576px) {
    .mainSwiper .swiper-wrapper .swiper-slide.num3>img {
        object-position: 5% 50%;
    }

    .application {
        box-shadow: none;
        background: none
    }

    .application .card-body {
        padding: 0
    }

    .sub_page {
        box-shadow: none;
        background: none
    }

    .sub_page .card-body {
        padding: 0
    }

    .visual-section {
        padding: 0
    }

    .korean .character1 img {
        height: 200px
    }

    .korean .character2 img {
        height: 220px
    }

    .slide_text {
        top: 40%;
        background: rgba(0 0 0 / 30%);
        padding: 5px 10px;
        border-radius: 10px;
    }

    .slide_text2 {
        top: 40%;
        background: rgba(255 255 255 / 30%);
        padding: 5px 10px;
        border-radius: 10px;
    }

    .slide_btn {
        right: auto;
        left: 10%;
        padding: .5rem 1rem !important;
        line-height: 1.3;
    }

    .slide_btn a {
        font-size: .9rem
    }

    .studying_wrap .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .koreanstd {
        padding: 1rem
    }

    .modify .widget-flat {
        background: #f6f9fd;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        border-radius: 1rem;
        /* border-bottom:none !important */
    }

    .modify .widget-flat .text-muted {
        font-size: 12px
    }

    .hpp iframe {
        min-height: 242px !important;
    }

    .main_popup {
        top: 10%;
        left: 20px;
        width: calc(100% - 40px)
    }

    .main_popup .img_wrap {
        width: 100%;
        max-height: 469px;
    }

    .main_popup .img_wrap img {
        width: 100%
    }

    .main_popup_button {
        bottom: 55px
    }

    .swiper.conSwiper {
        height: 250px
    }

    .swiper.conSwiper .hoogi {
        height: 250px
    }

    .swiper.conSwiper .hoogi .swiper-slide img+.con {
        padding: 0.5rem 1rem;
    }

    .page-visual img {
        height: 200px;
    }

    .page-visual .application {
        margin-top: 0 !important
    }

    .page-visual .top::before,
    .page-visual .top::after {
        display: none;
    }

    .page-visual2 img {
        height: 200px;
    }

    .page-visual2 .application {
        margin-top: 0 !important
    }

    .page-visual2 .top::before,
    .page-visual2 .top::after {
        display: none;
    }
}

.request-button-body-box {
    background: #fff;
    gap: 2.5rem; /* 기본값 */
    padding: 2.5rem 1.75rem; /* 기본값 */
}

@media (min-width: 1400px) {
    .request-button-body-box {
        gap: 3.3rem; /* 가장 큰 해상도 */
        padding: 3.0rem 1.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .request-button-body-box {
        gap: 3.1rem; /* 가장 큰 해상도 */
        padding: 2.6rem 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .request-button-body-box {
        gap: 2.0rem; /* 작은 해상도 */
        padding: 1.25rem 0.5rem;
    }
    .request-button-body-h3 {
        font-size: 1.0rem;
    }
}

@media (min-width: 570px) and (max-width: 767px) {
    .request-button-body-box {
        gap: 2.0rem; /* 작은 해상도 */
        padding: 1.5rem 0.75rem;
    }
    .request-button-body-h3 {
        font-size: 1.0rem;
    }
}