/* 모달 Alert */
.modal a.close-modal[class*="icon-"] {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: #900;
    border: 2px solid #fff;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    -ms-border-radius: 26px;
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999998;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}

    .blocker:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.05em;
    }

    .blocker.behind {
        background-color: transparent;
    }

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 999999;
    max-width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 15px 15px;
    /*padding: 15px 30px;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

    .modal-spinner > div {
        border-radius: 100px;
        background-color: #fff;
        height: 20px;
        width: 2px;
        margin: 0 1px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .modal-spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .modal-spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .modal-spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/* 모달 끝 */

/* Ajax Loading Spinner */

#overlay {
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #ff842c solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}
/* Ajax Loading Spinner  ENd */

/* 필수데이터 입력 표시*/
.error {
    -webkit-animation: flash .87s forwards;
    animation: flash .87s forwards;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    color: #ff2e00;
    margin-bottom: 10px;
    padding-left: 18px;;
    font-size: 12px;
}

.color-red {
    color: #ff2e00;
}
.modal-stage9-share {
    width: 335px;
}
.modal-header-share-leftpadding {
    padding-left: 23px!important;
}

.modal-header{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-share-url{
    background: #e9e9e9;
    text-shadow: none;
}
/*selectbot 배경색 조정*/
.select-init select {
    background-color : #fff;
    font-family: "Pretendard","aria",sans-serif;
    padding: 5px 16px;
}

@media (max-width: 767px) {
    .footer-news-wrap .footer-news-cont div {
        height: 18px;
        display: block;
        white-space: nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        width: 96%;
    }
    .gnb-promotion .slick-list {
        height:50px !important;
    }
}

.new_icon {
    font-size: 0.7em;
    color: #fff;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 3px;
    font-weight: 800;
    text-align: center;
    line-height: 1.2;
    border-radius: 100%;
    background-color: #ff6b00;
    margin-right: 0.3rem;
    position: relative;
}
.gnb-menu-wrap .gnb-menu dl dd .menu li .info {
    min-width: 80px !important;
}
@media (max-width: 767px){
    /* 개인처리방침 라인 size 조절*/
    .footer-info-top .footer-info-topInner [class=footer-info-menu2]{
        font-size:9pt;
    }

    /* 모바일 이벤트 페이지 이미지 좌우 여백 */
    .layout-event .layout-contents-center.event {
        padding-left: 0;
        padding-right: 0;
    }
    .layout-event .noti-info-inputs {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*메인 입주사 소개 */
.rolling-banner {display: none;}
.rolling-banner.slick-initialized {display: block;}
/*메인 동영상 중단..2022-12-29*/
.main-top-visual {display: none;}
.main-top-visual.slick-initialized {display: block;}

.main-top-visual .main-visual-video::before{background-color:transparent;}    /*메인이미지 커튼*/
/*메인메뉴 흰식고정 시작*/
.header-outer{background-color:white !important;}
.gnb-menu-wrap .gnb-menu dl dt {color:var(--txt-primary);}
body:not(.menu-open) .header-outer:not(.sticky):not(.sub-page) .btn-mobile-menu .icon-menu, body:not(.menu-open) .header-outer:not(.sticky):not(.sub-page) .btn-mobile-menu .icon-menu::before, body:not(.menu-open) .header-outer:not(.sticky):not(.sub-page) .btn-mobile-menu .icon-menu::after {
    background-color:var(--dark);;
}
/*메인메뉴 흰식고정 끝*/
/*상단 이미지 사이즈 조정*/
@media (min-width: 1199px){
    .sub-visual-top { height: 520px; }
    .sub-visual-top.center-style {height: 520px;}
}
@media (max-width: 1199px){
    /* 서브페이지 메인 이미지 사이즈 조정
    .sub-visual-top { height: 410px; }
    .sub-visual-top.center-style {height: 410px;}
    */
}

@media (max-width: 1199px){
    .main-top-visual .main-visual-video img {
        transform: translateX(0) !important;
        position: absolute;
        left: 0 !important;
        top: 0;
        object-fit: cover;
        width: auto;
        height: auto;
    }
}
.main-top-visual .main-visual-video img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.main-top-visualOuter {max-height: 520px !important;}
.main-top-visual .main-visual-video .video-label-txt {bottom:25%}
.main-top-visual .main-visual-video .video-label-txt .btn-area {
    margin-top: 0;
}

@media (min-width: 767px){
    /* 메인페이지 메인 이미지 사이즈 조정
    .has-event .header-outer+.layout-main-wrap .main-top-visualOuter {
        height: calc(70vw - 50px);
        max-height: 410px;
        min-height: 410px;
    }
    */
}

/*메인 이미지 위치 조정*/
@media (max-width: 767px){
    .header-outer+.layout-main-wrap .main-top-visualOuter, .header-outer+.layout-sub-wrap .sub-visual-top {
        /*margin-top: -85px !important;*/
        /* ↑ 주석처리 함. margin-top -85 주게 된 히스토리 파악 및 필요하다면 다른 조치 필요. */
    }
}
.header-outer+.layout-main-wrap .main-top-visualOuter, .header-outer+.layout-sub-wrap .sub-visual-top {
    margin-top: 0px;
}
/*//메인 동영상 중단..2022-12-29*/


@media (max-width: 767px){
    #main-top-img {height:400px !important;width:auto !important; }
    /*ios 계열 메뉴 표시 및 이벤트 수정 */

    .has-event .gnb-menu {
        padding-bottom:110px !important;
    }

    /*메인 SNS IOS 계열 오류 Fix */
    .common-list-wrap .txt .desc:not(ellipsis-none) {
        display: block !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-all;
        overflow:hidden;
        text-overflow:ellipsis;
        height: 50px;
        pointer-events: auto;
    }

    .tablet2combo .txt .desc:not(ellipsis-none) {
        height: auto;
    }
    .tablet2combo .txt {
        margin-bottom: 30px;
    }

    .layout-productSel-wrap .product-select-wrap
    {
        z-index: 10000;
    }
}

/* 단어별 줄 바꿈*/
.txt, .desc {
    word-break:keep-all !important;
}

@media (min-width: 1199px){
    #main-top-img {height:750px !important; width:100% !important;}
}

/* 지점별 특별한 혜택 */
.common-slider {display: none;}
.common-slider.slick-initialized {display: block;}


/*비상주 계약서 width 고정*/
@media (min-width: 1199px){
    .contract-fixwidth {width:1024px;margin-right:auto;margin-left:auto;}
    /* 문의신청 간격 조정 */
    .layout-counseling .inputs .counseling-inputs {
        gap : 5%;
    }
}
/*비상주 계약.. 센트로드점 솔드아웃 관련*/
.layer-popup-position {
    position: fixed;
    top: 430px;
    left: 50%;
    width: 340px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    box-shadow: 2px;
}

.hidden {
    display: none!important;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

/*비상주 계약.. 센트로드점 솔드아웃 관련 end*/

/*quick menu image width*/
.footer-outer .quick-info-wrap .quick-info .img
{
    width:60px !important;
    height:60px !important;
}

.banner-none {top:0px !important;}

/* 상단 띠베너*/
.event-promotion .inner {justify-content:center !important;}

.mobile-call-button {
    position: fixed;
    right: 15px;
    z-index: 1000;
    background: #00c73c !important;
    color: #fff !important;
    font-size: 24px;
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 15%);
}

.counseling-inputs-agree2 {
    display: flex;
    flex-direction: row;
}
/*다이브나인 몰입을위한 공간*/
.layout-vffice-wrap .sub-visual .thumb .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: absolute;
    left: 15%;
    top: 5%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #000;
    border-radius: 60px;
    padding: 8px 22px;
}
/* 미팅룸 */
.meeting-list a{
    display: block; /* 영역적용위해 사용 */
    width: 100%; height: 100%;
    overflow: hidden;
    position: relative; /* absolute의 기본기준은 body로 처리 - 현재 요소로 기준변경 */
  }

  .meeting-list figure{
    width: 100%; height: 100%;
  }


  .meeting-list a:hover figcaption, .meeting-list a:focus figcaption{
    /* 마우스를 올리면 보이게 처리 */
    opacity: 1;
  }

  .layout-productSel-wrap.lecture::before {width:0px;border:0;}
  .layout-productSel-wrap .product-info-wrap{max-width:100%}

@media (max-width: 1199px) {
    .meetingroom [class*=btn-slick] {
        transition: opacity .7s;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        width: 60px;
        height: 60px;
        z-index: 1;
        opacity: .4;
    }
    .meeting-list figcaption{
        width: 100%; height: 100%;
        background-color: rgba(0,0,0,0.7);
        position: absolute; /* 이미지와 겹치게 처리 */
        top: 0; left: 0;
        color: #fff; text-align: center;
        line-height: 130px;
        opacity: 0; /* 처음엔 안보이고 */
        transition: 0.3s;
      }
      .gnb-menu-wrap .gnb-menu dl dt.active+dd {
        max-height: 750px;
    }
}

@media (min-width: 767px) {
    .meetingroom [class*=btn-slick] {
        transition: opacity .7s;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        width: 60px;
        height: 60px;
        z-index: 1;
        opacity: .4;
    }

    .meeting-list figcaption{
        width: 100%; height: 100%;
        background-color: rgba(0,0,0,0.7);
        position: absolute; /* 이미지와 겹치게 처리 */
        top: 0; left: 0;
        color: #fff; text-align: center;
        line-height: 130px;
        opacity: 0; /* 처음엔 안보이고 */
        transition: 0.3s;
      }
}

@media (max-width: 531px) {
    .meeting-list figcaption{
        width: 100%; height: 100%;
        background-color: rgba(0,0,0,0.7);
        position: absolute; /* 이미지와 겹치게 처리 */
        top: 0; left: 0;
        color: #fff; text-align: center;
        line-height: 130px;
        opacity: 0; /* 처음엔 안보이고 */
        transition: 0.3s;
      }
}
.meetingroom .btn-slick-prev {
    left: 4px;
}
.meetingroom .btn-slick-next {
    transform: translateY(-50%) rotate(180deg);
    right: 4px;
}

.meetingroom [class*=btn-slick]::before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(https://d3aagqziupmf3f.cloudfront.net/theme/stage9/assets/images/main/main-visual-arrow.svg);
    content: "";
    width: 80%;
    height: 80%;
    background-color:#777777;
}

.meetingroomshowbuttonup {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    background-image: url(https://d3aagqziupmf3f.cloudfront.net/theme/stage9/assets/images/icons/arrow.svg);
    transition: transform .3s;
    content: "";
    width: 9px;
    height: 6px;
    margin-left: 10px;
    transform: rotate(180deg);
}
.meetingroomshowbuttondown {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    background-image: url(https://d3aagqziupmf3f.cloudfront.net/theme/stage9/assets/images/icons/arrow.svg);
    transition: transform .3s;
    content: "";
    width: 9px;
    height: 6px;
    margin-left: 10px;
}
  /* /미팅룸 */

.sub-visual-top .visual-bg.office.visual04 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(https://d3aagqziupmf3f.cloudfront.net/theme/stage9/assets/images/bg/sub/office/visual-top04.png);
}

.pri-hundred-space {
    padding-top:85px !important;
    padding-bottom:85px !important;
}
.pri-hundred-space-none {
    padding-top:0px !important;
}
.pri-hundred-bgcolor {
    background-color:#F9FAFB;
}

.pri-hundred .btns {
    width:56%;
}

.pri-hundred2 .cont {
    width:44%;
}

.pri-hundred2 .first {
    width:56%;
}
.pri-hundred2 .slick-slide img {
    width:100%;
}
.pri-hundred2 {
    gap: 5%;
}

.pri-hundred2 .cont .txt .tit {
    font-size: 32px;
}

.pri-hundred3 .cont {
    width:50%;
}

.pri-hundred3 .thumb {
    width:50%;
    max-width:none !important;
}
.pri-hundred3 {
    gap: 10% !important;
}

.pri-hundred3 .txt .desc:not([class*=color-]) {
    color: var(--txt-primary);
    font-weight: 400;
}

.hund-width .thumb img {
    height: none !important;
}

.hund-width .common-list .thumb {
    max-width: none !important;
    width:51% !important;
}

.pri-hundred3 .tit::before, .pri-hundred4 .tit::before {
    height: 0 !important;
}

.pri-hundred4 .tit strong {
    font-size: 24px !important;
}

.pri-hundred4 .tit img {
    min-width: 54%;
    height: auto;
}
.pri-hundred4 .txt .tit {
    display: initial !important;
}
.pri-hundred4 .txt .desc {
    display: initial !important;
}
.pri-hundred4 iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(max-width:1199px) {
    .common-list-wrap.tablet2combo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1199px) {
    .common-sub-title .tit.sub {
        font-size: 35px;
    }
}

@media (max-width: 1199px) {
    .common-sub-title .tit.sub {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .common-sub-title .tit.sub {
            font-size: 20px;
        }
    }

@media(max-width:767px) {
    .common-list-wrap.tablet2combo {
        display:list-item;
    }
    .pri-hundred .btns {
        width:100%;
    }
    .hund-width .common-list .thumb {
        width:100% !important;
    }
    .pri-hundred2 .first {
        width:100%;
    }
    .pri-hundred2 .cont {
        width:100%;
        margin-top:30px !important;
        margin-left:10px !important;
    }
    .pri-hundred2 .cont .txt .tit {
        font-size: 18px;
    }

    .pri-hundred3.sort .cont {
        order:2;
        text-align: left !important;
    }
    .pri-hundred3.sort .thumb {
        order:1;
    }
}

@media(max-width:959px) {
    .pri-hundred3 .cont {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .pri-hundred2 .cont {
        margin-top: 0px;
    }


}
@media (min-width: 1199px) {
    .pri-hundred4.logo.company1 {
        width: 128px;
    }
    .pri-hundred4 .logo {
        min-height: 110px;
    }
}

.layout-point-info .thumb .info-bottom {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: absolute;
    padding-left: 50px;
    bottom: 0%;
    width: 100%;
    height: 60px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    background-color: rgba(44,44,44,.3);
}

/* /80인 이상 커스텀 오피스 */

/*청아 */
@media(min-width: 1199px){.success-company-outer .success-company-wrap{margin-bottom:300px}}@media(max-width: 1199px){.success-company-outer .success-company-wrap{margin-bottom:200px}}@media(max-width: 767px){.success-company-outer .success-company-wrap{margin-bottom:100px}}.success-info-list{gap:4%}@media(min-width: 1199px){.success-info-list{margin-top:100px}}@media(max-width: 1199px){.success-info-list{margin-top:70px}}@media(max-width: 767px){.success-info-list{margin-top:40px}}.success-info-list>div{flex:1}.success-info-list .video-wrap,.success-info-list .thumb-img{min-width:54%}@media(max-width: 959px){.success-info-list{flex-direction:column}.success-info-list .video-wrap{flex:none;width:100%}}.success-info-list .thumb-img img{width:100%;height:100%;object-fit:cover}.success-info-list .success-info-company{transition:1s;transform:translateX(50px);opacity:0}.success-info-list .success-info-company.visible{transform:translateX(0);opacity:1}.success-info-list .success-info-company .logo{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}@media(min-width: 1199px){.success-info-list .success-info-company .logo{min-height:110px}}@media(max-width: 1199px){.success-info-list .success-info-company .logo{min-height:96px}}@media(max-width: 767px){.success-info-list .success-info-company .logo{min-height:62px}}@media(min-width: 1199px){.success-info-list .success-info-company .logo.company1{width:128px}}@media(max-width: 1199px){.success-info-list .success-info-company .logo.company1{width:96px}}@media(max-width: 767px){.success-info-list .success-info-company .logo.company1{width:70px}}@media(min-width: 1199px){.success-info-list .success-info-company .logo.company2{width:279px}}@media(max-width: 1199px){.success-info-list .success-info-company .logo.company2{width:181px}}@media(max-width: 767px){.success-info-list .success-info-company .logo.company2{width:134px}}.success-info-list .success-info-company .logo img{max-width:100%}@media(max-width: 959px){.success-info-list .success-info-company .logo{margin-top:5%}}.success-info-list .success-info-company .txt{position:relative;padding:0 3%}@media(min-width: 1199px){.success-info-list .success-info-company .txt{margin-top:52px}}@media(max-width: 1199px){.success-info-list .success-info-company .txt{margin-top:40px}}@media(max-width: 767px){.success-info-list .success-info-company .txt{margin-top:28px}}.success-info-list .success-info-company .txt::before{background-repeat:no-repeat;background-size:contain;background-position:0 0;background-image:url("https://d3aagqziupmf3f.cloudfront.net/theme/stage9/assets/images/icons/quotes-case.svg");content:"";position:absolute;left:0;top:-24px}@media(min-width: 1199px){.success-info-list .success-info-company .txt::before{width:64px}}@media(max-width: 1199px){.success-info-list .success-info-company .txt::before{width:50px}}@media(max-width: 767px){.success-info-list .success-info-company .txt::before{width:30px}}@media(min-width: 1199px){.success-info-list .success-info-company .txt::before{height:64px}}@media(max-width: 1199px){.success-info-list .success-info-company .txt::before{height:50px}}@media(max-width: 767px){.success-info-list .success-info-company .txt::before{height:30px}}@media(max-width: 767px){.success-info-list .success-info-company .txt::before{top:-14px}}.success-info-list .success-info-company .tit{position:relative;z-index:1;line-height:1.3}@media(min-width: 1199px){.success-info-list .success-info-company .tit{font-size:26px}}@media(max-width: 1199px){.success-info-list .success-info-company .tit{font-size:20px}}@media(max-width: 767px){.success-info-list .success-info-company .tit{font-size:14px}}@media(min-width: 1199px){.success-info-list .success-info-company .desc,.success-info-list .success-info-company .name{font-size:16px}}@media(max-width: 1199px){.success-info-list .success-info-company .desc,.success-info-list .success-info-company .name{font-size:14px}}@media(max-width: 767px){.success-info-list .success-info-company .desc,.success-info-list .success-info-company .name{font-size:12px}}.success-info-list .success-info-company .desc{margin:2% 0 3%;color:var(--txt-gray);line-height:1.5}.success-info-list .success-info-company .name{color:var(--txt-gray2)}.success-info-list .success-info-company .name strong{margin-right:10px}@media(min-width: 1199px){.success-info-consept{margin-top:70px}}@media(max-width: 1199px){.success-info-consept{margin-top:60px}}@media(max-width: 767px){.success-info-consept{margin-top:40px}}.success-info-consept .consept-wrap{transition:.3s;overflow:hidden;max-height:0;opacity:0}.success-info-consept .active+.consept-wrap{max-height:300px;opacity:1}@media(min-width: 1199px){.success-info-consept .consept-info .tit{margin:40px 0 20px}}@media(max-width: 1199px){.success-info-consept .consept-info .tit{margin:30px 0 18px}}@media(max-width: 767px){.success-info-consept .consept-info .tit{margin:30px 0 18px}}@media(min-width: 1199px){.success-info-consept .consept-info .tit{font-size:24px}}@media(max-width: 1199px){.success-info-consept .consept-info .tit{font-size:18px}}@media(max-width: 767px){.success-info-consept .consept-info .tit{font-size:16px}}.success-info-consept .consept-info .info{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;font-size:var(--size-normal)}.success-info-consept .consept-info .info>div{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}.success-info-consept .consept-info .info strong{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}.success-info-consept .consept-info .info strong::after{content:"";width:1px;height:10px;background-color:var(--line);margin:2px 8px 0}.success-info-consept .consept-info .info span{color:var(--txt-gray);margin-right:14px}@media(max-width: 767px){.success-info-consept .consept-info .info{flex-direction:column;align-items:flex-start}.success-info-consept .consept-info .info>div{margin-bottom:10px}.success-info-consept .consept-info .info strong{display:flex;justify-content:space-between;align-items:center;flex-direction:row;min-width:80px}.success-info-consept .consept-info .info span{padding-left:10px}}.success-info-consept .consept-img-list{display:flex;justify-content:initial;align-items:initial;flex-direction:row;gap:2%;overflow:hidden;overflow-x:auto}@media(min-width: 1199px){.success-info-consept .consept-img-list{margin-top:25px}}@media(max-width: 1199px){.success-info-consept .consept-img-list{margin-top:18px}}@media(max-width: 767px){.success-info-consept .consept-img-list{margin-top:18px}}.success-info-consept .consept-img-list>div{flex:none}@media(min-width: 1199px){.success-info-consept .consept-img-list>div{width:280px}}@media(max-width: 1199px){.success-info-consept .consept-img-list>div{width:178px}}@media(max-width: 767px){.success-info-consept .consept-img-list>div{width:148px}}.success-info-consept .consept-img-list>div img{max-width:100%;object-fit:cover}

.pri-button-toggle.round-btn.active {
    background: linear-gradient(269.77deg, #ff5600 0.24%, #ff6b00 99.86%);
    border-color: rgba(0,0,0,0);
    color: #fff;
}

.pri-button-toggle.round-btn {
    background: linear-gradient(269.77deg, #ff5600 0.24%, #ff6b00 99.86%);
    border-color: rgba(0,0,0,0);
    color: #fff;
    webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-image: url(https://d3aagqziupmf3f.cloudfront.net/theme/stage9/assets/images/icons/concept-sel.svg);
    -webkit-mask-position: center center;
}


.common1-btn-more{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;display:inline-flex;position:relative}.common1-btn-more{color:#ffa235;color:#fff;}@media(min-width: 1199px){.common1-btn-more{padding:0 36px}}@media(max-width: 1199px){.common1-btn-more{padding:0 24px}}@media(max-width: 767px){.common1-btn-more{padding:0 12px}}@media(min-width: 1199px){.common1-btn-more{font-size:18px}}@media(max-width: 1199px){.common1-btn-more{font-size:14px}}@media(max-width: 767px){.common1-btn-more{font-size:14px}}.common1-btn-more::before{transition:.5s;transform:translateY(-50%);position:absolute;left:0;top:50%;content:"";background-color:#ffa235;border-radius:75px}@media(min-width: 1199px){.common1-btn-more::before{width:100%}}@media(max-width: 1199px){.common1-btn-more::before{width:100%}}@media(max-width: 767px){.common1-btn-more::before{width:100%}}@media(min-width: 1199px){.common1-btn-more::before{height:75px}}@media(max-width: 1199px){.common1-btn-more::before{height:54px}}@media(max-width: 767px){.common1-btn-more::before{height:42px}}@media(max-width: 1199px){.common1-btn-more::before{border-radius:54px}}@media(max-width: 767px){.common1-btn-more::before{border-radius:42px}}.common1-btn-more.active-all::before,.common1-btn-more.active::before,.common1-btn-more:hover::before{width:100%;background-color:#ffa235;opacity:1}.common1-btn-more.active-all .txt,.common1-btn-more.active .txt,.common1-btn-more:hover .txt{color:#fff}.common1-btn-more.active-all .txt::after,.common1-btn-more.active .txt::after,.common1-btn-more:hover .txt::after{background-color:#fff}.common1-btn-more.b .txt::after{-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-image:url("https://d3aagqziupmf3f.cloudfront.net/theme/stage9/assets/images/icons/more-bold.svg");-webkit-mask-position:0 0}@media(min-width: 1199px){.common1-btn-more.medium{padding:0 26px}}@media(max-width: 1199px){.common1-btn-more.medium{padding:0 14px}}@media(max-width: 767px){.common1-btn-more.medium{padding:0 12px}}@media(min-width: 1199px){.common1-btn-more.medium::before{height:47px}}@media(max-width: 1199px){.common1-btn-more.medium::before{height:37px}}@media(max-width: 767px){.common1-btn-more.medium::before{height:28px}}@media(min-width: 1199px){.common1-btn-more.sel{padding-right:10px}}@media(max-width: 1199px){.common1-btn-more.sel{padding-right:10px}}@media(max-width: 767px){.common1-btn-more.sel{padding-right:8px}}.common1-btn-more.sel .txt::after{-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-image:url("https://d3aagqziupmf3f.cloudfront.net/theme/stage9/assets/images/icons/concept-sel.svg");-webkit-mask-position:center center}.common1-btn-more.sel.active .txt::after{transform:rotate(180deg)}.common1-btn-more.white{color:#fff}.common1-btn-more.white .txt::after{-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-image:url("https://d3aagqziupmf3f.cloudfront.net/theme/stage9/assets/images/icons/more-bold.svg");-webkit-mask-position:0 0;background-color:#fff}.common1-btn-more .txt{display:flex;justify-content:space-between;align-items:center;flex-direction:row;transition:.2s;position:relative;flex:1;z-index:1}.common1-btn-more .txt::after{-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-image:url("https://d3aagqziupmf3f.cloudfront.net/theme/stage9/assets/images/icons/more.svg");-webkit-mask-position:0 0;transition:.2s;content:"";margin-left:10px;background-color:#fff}@media(min-width: 1199px){.common1-btn-more .txt::after{width:20px}}@media(max-width: 1199px){.common1-btn-more .txt::after{width:15px}}@media(max-width: 767px){.common1-btn-more .txt::after{width:12px}}@media(min-width: 1199px){.common1-btn-more .txt::after{height:18px}}@media(max-width: 1199px){.common1-btn-more .txt::after{height:13px}}@media(max-width: 767px){.common1-btn-more .txt::after{height:10px}}
/*.common1-btn-more{margin-top:7%;justify-content:center}*/
@media(max-width: 1199px){.solution-list-wrap .txt .common1-btn-more{margin-top:30px}}@media(max-width: 767px){.solution-list-wrap .txt .common1-btn-more{margin-top:20px}}.solution-list-wrap>div:nth-child(even){flex-direction:row-reverse;text-align:right}@media(max-width: 767px){.solution-list-wrap>div:nth-child(even){flex-direction:column;text-align:left}}.solution-list-wrap>div:nth-child(even) .tit::before{right:initial;left:calc(100% + 50px)}@media(max-width: 1199px){.solution-list-wrap>div:nth-child(even) .tit::before{left:calc(100% + 20px)}}.solution-list-wrap>div:nth-child(even) .common1-btn-more{justify-content:flex-end}

/*
@media(min-width: 1199px){.common-btn-more.sel{padding-right:10px}}@media(max-width: 1199px){.common-btn-more.sel{padding-right:10px}}@media(max-width: 767px){.common-btn-more.sel{padding-right:8px}}.common-btn-more.sel .txt::after{-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-image:url("/theme/stage9/assets/images/concept-sel.svg");-webkit-mask-position:center center}.common-btn-more.sel.active .txt::after{transform:rotate(180deg)}
@media(min-width: 1199px){.common1-btn-more.sel{padding-right:10px}}@media(max-width: 1199px){.common1-btn-more.sel{padding-right:10px}}@media(max-width: 767px){.common1-btn-more.sel{padding-right:8px}}.common1-btn-more.sel .txt::after{background-image:url("/theme/stage9/assets/images/icons/concept-sel.svg");}.common1-btn-more.sel.active .txt::after{transform:rotate(180deg)}.common1-btn-more.white{color:#fff}.common1-btn-more.white .txt::after{-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-image:url("/theme/stage9/assets/images/icons/icons/more-bold.svg");-webkit-mask-position:0 0;background-color:#fff}.common1-btn-more .txt{display:flex;justify-content:space-between;align-items:center;flex-direction:row;transition:.2s;position:relative;flex:1;z-index:1}.common1-btn-more .txt::after{-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-image:url("/theme/stage9/assets/images/icons/more.svg");-webkit-mask-position:0 0;transition:.2s;content:"";margin-left:10px;background-color:#000}@media(min-width: 1199px){.common1-btn-more .txt::after{width:20px}}@media(max-width: 1199px){.common1-btn-more .txt::after{width:15px}}@media(max-width: 767px){.common1-btn-more .txt::after{width:12px}}@media(min-width: 1199px){.common1-btn-more .txt::after{height:18px}}@media(max-width: 1199px){.common1-btn-more .txt::after{height:13px}}@media(max-width: 767px){.common1-btn-more .txt::after{height:10px}}
*/
/* /청아 */


/* 비상주 쿠폰코드 */
.common-product-selectWrap .common-product-input {
    transition: .3s;
    width: 100%;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 7px;
    width: 100%;
    padding: 18.5px 20px;
    color:000;
    justify-content: flex-start;
    font-size:18px;
    font-weight: bold;
}

.common-product-selectWrap .common-product-input:focus {
    outline-color: var(--primary);
}

.common-product-selectWrap[disabled] .common-product-input {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    color: #ccc;
}

.common-product-selectWrap[disabled] .common-product-input::placeholder {
    color: #ccc;
}

.product-input-button {
    position: absolute; right: 0;height:100%;padding: 10px 20px;
}
.common-product-selectWrap[disabled] .product-input-button {
    display: none;
}


.coupon-title { font-size: 12px; }

@media (max-width: 959px) {
    .common-product-selectWrap .common-product-input {
        padding: 15px 20px;
        font-size:12px;
    }
}
/* /비상주 쿠폰코드 */

/*한강뷰 아이콘*/
[class*=icons-]:not(.img).icons-hanriverview, [class*=icons-].mask.icons-hanriverview {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-image: url(/theme/stage9/assets/images/icons/hanriverview.png);
    -webkit-mask-position: 0 0;
    background-color: #181818;
    -webkit-mask-position:center;
    width:78px;
    height:64px;
}
[class*=icons-]:not(.img).icons-dive9, [class*=icons-].mask.icons-dive9 {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-image: url(/theme/stage9/assets/images/icons/dive9.png);
    -webkit-mask-position: 0 0;
    background-color: #181818;
    -webkit-mask-position:center;
    width:78px;
    height:64px;
}
@media(max-width: 767px) {
    [class*=icons-].mask.icons-hanriverview, [class*=icons-].mask.icons-dive9 {
        width:32px;
        height:26px;
    }
}
