#main {
    width: 100%;
    max-width: 100% !important;
    overflow: hidden;
    position: relative;
    top: -19px;
}

body {
    font-family: 'Pretendard', 'Ubuntu' !important;
    color: #fff;
    font-size: 16px;
}
 
a {
    display: block;
}

.pc_hidden {
    display: block;
}
.m_hidden {
    display: none;
}

.txtwrap {
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 999999999999;
    transform: translate(-50%);
    width: 1200px;
    text-align: center;
}



/**************************************************************/
/**************************************************************/
/**********************Hamburger&offcanvas*********************/
/**************************************************************/
/**************************************************************/

/* Style the tab */


/* ----------------------- visual ----------------------*/
.visual {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.visual .visual_wrap {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
}
.visual .caption h5 {
    font-family: var(--sub-font);
    font-size: var(--txt-3xl);
    font-weight: 500;
    text-shadow: 2px 0 6px rgba(50, 50, 50, 0.5);
}
.visual .caption h1 {
    font-family: var(--sub-font);
    font-size: var(--txt-7xl);
    font-weight: 500;
    margin: 24px 0 80px;
    line-height: 120%;
    text-shadow: 2px 0 6px rgba(50, 50, 50, 0.5);
}
.visual .caption button{
    width: 214px;
    height: 56px;
    font-size: var(--txt-lg);
    font-weight: 600;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.visual .caption .corner-arrow{
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
}
.visual .caption .corner-arrow::before{
    content: '';
    position: absolute;
    left: 9px;
    bottom: 11px;
    width: 16px;
    height: 2px;
    background-color: var(--c-black-1);
    transform: rotate(135deg);
    transform-origin: bottom left;
}
.visual .caption .corner-arrow::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--c-black-1);
    border-right: 2px solid var(--c-black-1);
}
.visual .caption button:hover{
    background-color: var(--main-color);
    color: #fff;
    .corner-arrow::before{
        background-color: #fff;
    }
    .corner-arrow::after{
        border-color: #fff;
    }
}

.main_slider li.visual01 { background:url(../images/visual01.png) center no-repeat; background-size: cover;}
.main_slider li.visual02 { background:url(../images/visual02.png) center no-repeat; background-size: cover;}
.main_slider li.visual03 { background:url(../images/visual03.png) center no-repeat; background-size: cover;}
.main_slider li.visual04 { background:url(../images/visual04.png) center no-repeat; background-size: cover;}
.main_slider li.visual05 { background:url(../images/visual05.png) center no-repeat; background-size: cover;}
#main .visual, #main .visual .main_visual, #main .main_visual .bx-wrapper .bx-viewport, .main_slider li {
    width: 100% !important;
    height: 100vh !important;
}

/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
    width: 100vw !important;
    height: 96px;
    background-color: transparent;
    position: fixed;
    transition: background-color 0.3s, color 0.3s;
    color: #fff;
    top: 0;
    z-index: 500;
    overflow: hidden;
}
.s-header.scrolled {
  background: white;
  border-bottom: 1px solid var(--c-black-5);
}
.header-inner{
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
}
.header-logo{
    width: 150px;
    height: auto;
}
.site-logo img{
    width: 100%;
}

/* -------------------------------------------------------------------
 * ## header menu
 * ------------------------------------------------------------------- */
.header-menu{
    display: flex;
    align-items: center;
    gap: 2rem;
}
.header-menu-text{
    color: #fff;
    font-size: var(--txt-md-1);
    font-weight: 500;
}


/* ------------------------------------------------------------------- 
 * ## sidebar
 * ------------------------------------------------------------------- */
.sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: var(--c-black-1);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease;
  z-index: 999;
  padding: 2rem;
}

.sidebar.open {
  right: 0;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sidebar-menu a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 500;
  transition: color 0.3s;
}

.sidebar-menu a:hover {
  color: var(--main-color);
}

.header-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.sidebar-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}

#about, #features, #preview, #guide, #contact {
  scroll-margin-top: 100px;
}


/* common-----*/
.cont_wrap{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.wrap1300{
    max-width: 1300px;
    margin: 0 auto;
}
.title_group{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 3rem;
}
.title_group .kor_tit{
    color: #222;
    font-size: var(--txt-6xl);
    font-weight: 600;
}
.tit{
    color: var(--c-black-1);
    font-size: var(--txt-3xl);
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left;
}
.check_green li, .check_white li{
    position: relative;
    padding-left: 28px;
    text-align: left;
    margin-bottom: 12px;
    color: var(--c-black-2);
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
}
.check_green li::before{
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/check_green.png);
    background-size: contain;
    background-repeat: no-repeat;    
}
.check_white li::before{
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/check_white.png);
    background-size: contain;
    background-repeat: no-repeat;    
}
.line li{
    padding-left: 24px;
    text-align: left;
    color: var(--c-black-2);
    font-size: var(--txt-lg);
    font-weight: 400;
    margin-bottom: 8px;
}

/* S⁺CMS 소개 */
.cont_wrap.about{
    padding: 48px;
}
.about_wrap{
    position: relative;
    display: flex;
    border: 1px solid #ddd;
    justify-content: center;    
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    align-items: stretch;
}
.about_wrap .tit{
    color: var(--c-black-1);
    font-size: var(--txt-3xl);
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left;
}
.about_wrap .left {
    flex: 1;
}
.about_wrap .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_wrap .middle{
    display: flex;
    flex: 2;
    flex-direction: column;
    width: 492px;
    height: auto;
}
.about_wrap .middle-top, .about_wrap .middle-bottom{
    padding: 30px;
    position: relative;
    height: 100%;
}

.about_wrap .middle-bottom::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 30px;
    width: 432px;
    height: 1px;
    background-color: #ddd;
}
.about_wrap .right::before{
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 373px;
    background-color: #ddd;
    align-self: anchor-center;
}
.about_wrap .right{
    display: flex;
    flex: 2;
    flex-direction: column;
    position: relative;
    padding: 30px;
    height: auto;
}



/* S⁺CMS 특장점 */
.cont_wrap.features{
    background-color: var(--sub-color);
    padding: 48px;
    width: 100%;
}
.features_wrap{
    display: flex;
    gap: 50px;
    margin: 0 auto;
}
.features_wrap .features_box{
    width: 50%;
}
.features_box .img_box{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}
.features_box .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.features_box .img_box .txt_box{
    width: 100%;
}


/* 미리보기 */
.cont_wrap.preview{
    margin: 3rem auto;
}
.tab{
    display:none
}
.tab.on{
    display:block
}
.tab-container{
    width: 904px;
    display:flex;
    justify-content:center;
    margin: 0 auto;
    font-size:var(--txt-lg-2);
    border: 1px solid var(--c-black-5);
    border-radius: 40px;
    color: var(--c-black-3);
    margin-bottom: 3rem;
}
.tabs{
    width: 180px;
    height: 50px;
    align-content: center;
    font-weight:500;
    cursor:pointer;
    transition:all .3s;
}
.tabs:first-child{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.tabs:last-child{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.tabs.on{
    color:#fff;
    background:var(--main-color);
    font-weight: 600;
}
.tab_wrap{
    text-align:center;
}
.image_slider{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 134px;
    position: relative;
}

.image_slider .tab_wrap img{
    width: 90%;
    max-width: 904px;
    border: 12px solid var(--c-black-1);
    border-radius: 16px;
}
.image_slider .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    width: 64px;
    height: 64px;
}
.image_slider .btn.prev{
    left: 0;
}
.image_slider .btn.next{
    right: 0;
}

/* 비용안내 및 이용절차 - 이용 비용 */
.cont_wrap.price{
    background-image: url(../images/guide_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 0;
}
.price_wrap{
    width: 100%;
    margin: 0 auto;
}
.guide_tit{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    font-size: var(--txt-3xl-1);
    color: var(--c-black-1);
    font-weight: 700;
}
.price_wrap p{
    text-align: right;
    font-size: var(--txt-md);
    color: var(--c-black-3);
    font-weight: 400;
    margin-bottom: 16px;
}
.price_box_group{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0 auto;
}
.price_box{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    padding: 32px;
    color: var(--c-black-1);
    margin: 0 auto;
}
.price_box .tit{
    font-size: var(--txt-3xl);
    text-align: center;
    margin-top: 16px;
}
.price_box .sub_tit{
    font-size: var(--txt-md);
    color: var(--c-black-3);
    font-weight: 400;
}
.price_box .sub_tit .bold{
    font-size: var(--txt-md-1);
}
.price_box .price{
    margin: 4px 0 12px;
}
.price_box .price .original, .arrow{
    font-size: var(--txt-md);
    color: var(--c-black-4);
    font-weight: 400;
    text-decoration: line-through;
}
.price_box .price .arrow{
    text-decoration: none;
}
.price_box .price .discount{
    font-size: var(--txt-2xl);
    color: var(--c-black-2);
    font-weight: 700;
}
.price_box .info_box{
    border: 1px solid var(--c-black-5);
    border-radius: 8px;
    font-size: var(--txt-lg);
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    padding: 10px 16px;
}
.price_box .info_group{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}
.price_box .info_box .entrance{
    color: var(--c-black-3);
}
.price_box .info_box .monthly{
    color: var(--c-black-2);
}
/* 비용안내 및 이용절차 - 이용절차 */
.cont_wrap.step{
    margin: 3rem auto;
}
.step_wrap{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.step_box_group{
    display: flex;
    gap: 36px;
    text-align: center;
    margin-top: 2rem;
    justify-content: center;
}
.step_box_group .step_box{
    width: 240px;
    align-items: flex-start;
}
.step_box_group .arrow{
    align-self: center;
}
.step_box_group .step_box .num_box{
    display: flex;
    flex-direction: column;
}
.step_box_group .step_box .num_box .step{
    font-size: var(--txt-md);
    color: var(--c-black-3);
    font-weight: 400;
}
.step_box_group .step_box .num_box .num{
    font-size: var(--txt-xl);
    color: var(--c-black-2);
    font-weight: 700;
}
.step_box_group .icon_box{
    margin: 16px 0;
}
.step_box_group .step_box .desc_box .tit{
    font-size: var(--txt-lg-2);
    color: var(--c-black-1);
    font-weight: 700;
    text-align: center;
}
.step_box_group .step_box .desc_box .desc{
    font-size: var(--txt-lg);
    color: var(--c-black-2);
    font-weight: 500;
    line-height: 140%;
}
.step_box_group .arrow{
    background-image: url(../images/step_arrow.png);
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* 문의하기 */
.cont_wrap.contact{
    background-color: var(--main-color);
    padding: 48px;
    width: 100%;
    align-items: stretch;
}
.cont_wrap.contact .kor_tit{
    color: #fff;
}
.contact_wrap{
    display: flex;
    gap: 50px;
    margin: 0 auto;
    justify-content: center;
}

.inquiry-form {
  max-width: 1000px;
  background-color: #fff;
  padding: 32px;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.two-cols {
  flex-direction: row;
  gap: 1rem;
}

.inquiry-form input,
.inquiry-form textarea {
  padding: 0.75rem 1rem;
  font-size: var(--txt-lg);
  border: 1px solid var(--c-black-5);
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
}
input::placeholder,
textarea::placeholder {
  font-size: var(--txt-lg)
}

.checkbox-row {
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: var(--c-black-1);
  font-size: var(--txt-lg);
  font-weight: 600;
}
input[type="checkbox"]{
    width: auto;
}

.agree_div, .agree_div li {
    background-color: var(--c-black-8);
    font-size: var(--txt-md);
    color: var(--c-black-3);
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    padding-left: 1rem;
    border-radius: 8px;
}
.agree_div li{
    padding: 0;
    margin-bottom: 0;
}
.submit-btn {
  background-color: var(--c-black-1);
  color: white;
  padding: 1rem;
  font-size: var(--txt-lg-2);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
}

.submit-btn:hover {
  background-color: #fff;
  border: 1px solid var(--c-black-1);
  color: var(--c-black-1);
}

/**************************************************************/
/**************************************************************/
/*****************************footer***************************/
/**************************************************************/
/**************************************************************/

.footer {
    background: var(--c-black-1);
}
.footer .wrapper {
    margin: 0 auto;
}
.footer .wrapper .top {
    width: var(--web-width);
    display: flex;
    justify-content: space-between;
    padding: 3rem 0;
    margin: 0 auto;
}
.footer .wrapper .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    margin: 0 auto;
}
.footer .wrapper .logo {
    width: 168px;
    align-content: center;
}
.footer .wrapper .logo img{
    width: 100%;
}
.footer .wrapper .center {
    width: calc(100% - 530px);
    margin-left: 50px;
    align-content: center;
}
.footer .wrapper .right {
    width: 330px;
}
.footer .wrapper .right li {
    margin: 0;
    font-size: var(--txt-lg);
    height: 30px;
    border-left: 1px solid var(--c-black-3);
    padding-left: 28px;
}
.footer .wrapper .right li strong {
    color: #fff;
    font-weight: 400;
    font-family: var(--sub-font);
}
.footer .wrapper .right li span {
    width: 70px;
    display: inline-block;
    font-weight: 400;
    color: var(--c-black-4);
    font-family: var(--sub-font);
}
.footer .wrapper .txt {
    font-size: var(--txt-md-1);
    color: var(--c-black-4);
    line-height: 1.625rem;
    font-weight: 500;
}


