/* COMMON */
.sub-visual-container { padding: 100px 0 80px; height: 460px; text-align: center; }
.sub-visual-container--narrow { padding-bottom: 0; }
[data-visual="0"] { background: url('/child/img/sub/sv1.jpg') no-repeat center / cover; }
[data-visual="1"] { background: url('/child/img/sub/sv1.jpg') no-repeat center / cover; }
[data-visual="2"] { background: url('/child/img/sub/sv2.jpg') no-repeat center / cover; }
[data-visual="3"] { background: url('/child/img/sub/sv3.jpg') no-repeat center / cover; }
[data-visual="4"] { background: url('/child/img/sub/sv4.jpg') no-repeat center / cover; }
[data-visual="5"] { background: url('/child/img/sub/sv5.jpg') no-repeat center / cover; }
.sub-visual { display: flex; align-items: center; justify-content: center; height: 100%; }
.sub-visual__title { font-size: 48px; color: #fff; font-weight: 800; }
@media(max-width:1200px){
    .sub-visual-container { padding: 50px 0 60px; height: 360px; }
    .sub-visual-container--narrow { padding-bottom: 0; }
    .sub-visual__title { font-size: 34px; }
}
@media(max-width:768px){
    .contents { padding-top: 60px; }

    .sub-visual-container { padding: 50px 0 45px; height: 240px; }
    .sub-visual-container--narrow { padding-bottom: 0; }
    .sub-visual__title { font-size: 20px; }
}


/* Sub Tab List */
.sub-tab-container { z-index: 2; position: relative; margin-top: -80px; }
.sub-tab-lists { display: flex; flex-wrap: wrap; margin: auto; max-width: 1200px; width: 100%; background: rgba(0,0,0,.7); }
.sub-tab-lists li { flex: 1 1; }
.sub-tab-lists .link{
    display: flex; align-items: center; justify-content: center; position: relative; height: 80px;
    font-size: 24px; color: rgba(255,255,255,.7);
    background-color: transparent;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
}
.sub-tab-lists .link::before{
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 100%; height: 100%; background: #00acb5;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
    -webkit-transform-origin: bottom; transform-origin: bottom;
    -webkit-transform: scaleY(0); transform: scaleY(0);
}
.sub-tab-lists .link span { display: block; z-index: 2; position: relative; }
.sub-tab-lists .link--on { color: #ffffff; font-weight: 800; }
.sub-tab-lists .link--on::before{
    -webkit-transform: scaleY(1); transform: scaleY(1);
}
@media(min-width:1201px){
	.sub-tab-lists .link:not(.link--on):hover::before{
        -webkit-transform: scaleY(0.1); transform: scaleY(0.1);
    }
}
@media (max-width:1200px){
    .sub-tab-container { margin-top: -60px; }
    .sub-tab-lists .link { height: 60px; font-size: 16px; }
}
@media (max-width:768px){
    .sub-tab-container { margin-top: -45px; }
    .sub-tab-lists .link { height: 45px; font-size: 13px; }
}


/* Contents */
.wrap .main--no-padding-top .contents,
.wrap--sub .main--no-padding-top .contents,
.wrap--mypage .main--no-padding-top .contents,
.wrap--products .main--no-padding-top .contents { padding-top: 0; }
.contents { padding-top: 100px; }
@media(max-width:1200px){
    .contents { padding-top: 60px; }
}
@media(max-width:768px){

}


/* 사업안내 - 사업개요 */
.business-intro { display: flex; }
.business-intro .image { flex: 1 1; position: relative; font-size: 0; }
.business-intro .image::before{
    content: ''; position: absolute; top: 0; right: -1px; width: 100%; height: 100%;
    background: #ffffff;
    -webkit-transition: all ease-in-out .8s; transition: all ease-in-out .8s;
    -webkit-transform-origin: right; transform-origin: right;
    -webkit-transform: scaleX(1); transform: scaleX(1);
}
.business-intro .context { z-index: 2; position: relative; margin-left: -235px; padding-top: 70px; width: 590px; text-align: right; }
.business-intro .line{
    display: inline-block; width: 1px; height: 200px; background: rgba(0,172,181,.3);
    -webkit-transition: all ease-out 1s; transition: all ease-out 1s;
    -webkit-transform-origin: top; transform-origin: top;
    -webkit-transform: scaleY(0); transform: scaleY(0);
}
.business-intro .title { margin: 16px 0 34px; line-height: 1; font-size: 60px; font-weight: 800; }
.business-intro .title small { display: block; margin-bottom: 16px; font-size: 28px; font-weight: 200; }
.business-intro .title b { font-weight: 800; }
.business-intro .pr { overflow: hidden; position: relative; padding: 12px 40px 10px 110px; font-size: 28px; font-weight: 200; letter-spacing: -0.06em; }
.business-intro .pr--background { padding: 12px 40px 10px 110px; color: #ffffff; }
.business-intro .pr--background::before{
    content: ''; position: absolute; top: 0; right: -60px;
    width: 100%; height: 100%; background: #00acb5;
    -webkit-transition: all ease-in-out .8s; transition: all ease-in-out .8s;
    -webkit-transform: translateX(105%) skewX(-45deg); transform: translateX(105%) skewX(-45deg);
    opacity: 0;
}
.business-intro .pr span { display: block; z-index: 2; position: relative; }

.business-bottom { overflow: hidden; position: relative; margin-top: 80px; padding-bottom: 120px; }
.business-bottom::before{
    content: ''; z-index: -1; position: absolute; right: 0; bottom: 0;
    width: 710px; height: 590px; background: url('/child/img/sub/business/business-background.png') no-repeat center;
    -webkit-transform-origin: right bottom; transform-origin: right bottom;
    pointer-events: none;
}

.table--business { display: table; width: 100%; border-top: 2px solid #999999; border-bottom: 2px solid #999999; }
.table--business [role="row"]{
    display: table-row;
    -webkit-transform-origin: right; transform-origin: right;
    -webkit-transform: translateX(100px); transform: translateX(100px);
    -webkit-transition: all cubic-bezier(0, 0, 0.38, 1.54) .5s; transition: all cubic-bezier(0, 0, 0.38, 1.54) .5s;
    opacity: 0;
}
.aos-animate .table--business [role="row"]:nth-child(1) { -webkit-transition-delay: .1s; transition-delay: .1s; }
.aos-animate .table--business [role="row"]:nth-child(2) { -webkit-transition-delay: .2s; transition-delay: .2s; }
.aos-animate .table--business [role="row"]:nth-child(3) { -webkit-transition-delay: .3s; transition-delay: .3s; }
.aos-animate .table--business [role="row"]:nth-child(4) { -webkit-transition-delay: .4s; transition-delay: .4s; }
.aos-animate .table--business [role="row"]:nth-child(5) { -webkit-transition-delay: .5s; transition-delay: .5s; }
.aos-animate .table--business [role="row"]:nth-child(6) { -webkit-transition-delay: .6s; transition-delay: .6s; }
.aos-animate .table--business [role="row"]:nth-child(7) { -webkit-transition-delay: .7s; transition-delay: .7s; }
.aos-animate .table--business [role="row"]:nth-child(8) { -webkit-transition-delay: .8s; transition-delay: .8s; }
.aos-animate .table--business [role="row"]:nth-child(9) { -webkit-transition-delay: .9s; transition-delay: .9s; }
.table--business [role="columnheader"] { display: table-cell; vertical-align: middle; padding: 4px 24px; width: 195px; height: 60px; text-align: center; font-size: 18px; color: #555555; font-weight: 800; background: #f5f5f5; border-bottom: 1px solid #ffffff; }
.table--business [role="cell"] { display: table-cell; vertical-align: middle; padding: 4px 24px; height: 60px; text-align: left; font-size: 18px; color: #555555; border-bottom: 1px solid #e6e6e6; }

.aos-animate.business-intro .line { -webkit-transform: scaleY(1); transform: scaleY(1); }
.aos-animate.business-intro .image::before { -webkit-transform: scaleX(0); transform: scaleX(0); }
.aos-animate.pr--background::before { -webkit-transform: translateX(0%) skewX(-45deg); transform: translateX(0%) skewX(-45deg); opacity: 1; }
.aos-animate .table--business [role="row"] { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
@media(max-width:1200px){
    .business-bottom { margin-top: 50px; padding-bottom: 80px; }
    .business-bottom::before { -webkit-transform: scale(.8); transform: scale(.8); }
    .business-intro .context { width: 550px; }
    .business-intro .line { height: 100px; }
    .business-intro .title { margin: 14px 0 20px; font-size: 50px; }
    .business-intro .title small { font-size: 26px; }
    .business-intro .pr { font-size: 25px; }

    .table--business [role="columnheader"] { font-size: 16px; }
    .table--business [role="cell"] { font-size: 16px; }
}
@media(max-width:768px){
    .business-intro { flex-wrap: wrap; }
    .business-bottom::before { -webkit-transform: scale(.35); transform: scale(.35); }
    .business-intro .image { flex: auto; width: 100%; }
    .business-intro .context { margin-left: 0; padding-top: 25px; width: 100%; }
    .business-intro .line { display: none; }
    .business-intro .title { font-size: 30px; }
    .business-intro .title small { margin-bottom: 10px; font-size: 18px; }
    .business-intro .pr { font-size: 16px; }
    .business-intro .pr--background { padding: 12px 16px 10px 80px; }

    .table--business [role="columnheader"] { padding: 4px 14px; width: 120px; height: 50px; font-size: 14px; }
    .table--business [role="cell"] { padding: 4px 14px; height: 50px; font-size: 14px; }
}


/* 사업안내 - 오시는 길 */
.business-location { overflow: hidden; }
.business-location .map { width: 100%; height: 730px; }
.business-location .flex { display: flex; align-items: center; justify-content: space-between; }
.business-location .pr { margin-top: 40px; line-height: 1; font-size: 18px; color: #555555; font-weight: 800; }
.business-location .pr em { display: block; position: relative; margin-top: 20px; padding-left: 58px; font-style: normal; font-size: 48px; color: #00acb5; }
.business-location .pr em svg { position: absolute; top: 0; left: 0; bottom: 0; margin: auto; width: 40px; height: 40px; }
.business-location .button { margin-top: 60px; width: 200px; height: 50px; font-size: 14px; }
@media(max-width:1200px){
    .business-location .map { height: 500px; }
    .business-location .pr { font-size: 16px; }
    .business-location .pr em { padding-left: 45px; font-size: 38px; }
    .business-location .pr em svg { width: 36px; height: 36px; }
}
@media(max-width:768px){
    .business-location .map { height: 250px; }
    .business-location .pr { margin-top: 30px; font-size: 15px; }
    .business-location .pr em { margin-top: 14px; padding-left: 38px; font-size: 28px; }
    .business-location .pr em svg { width: 30px; height: 30px; }
    .business-location .button { margin-top: 20px; height: 45px; font-size: 13px; }
    .business-location .flex { flex-direction: column; align-items: flex-start; }
}


/* 프리미엄 - 입지 프리미엄 */
.position-top { padding-bottom: 120px; }
.position-top .title { line-height: 1; font-size: 28px; font-weight: 200; }
.position-top .title b { font-weight: 800; }
.position-top .title strong { display: inline-block; vertical-align: -10px; margin-left: 12px; font-size: 60px; color: #00acb5; font-weight: 800; border-bottom: 3px solid #00acb5; }
.position-top .img { margin-top: 50px; font-size: 0; }

.position-feature { padding: 120px 0; background: url('/child/img/sub/premium/position/position-feature-background.jpg'); }
.position-title { display: flex; align-items: center; justify-content: space-between; margin-right: auto; margin-left: auto; width: 100%; line-height: 1; letter-spacing: -0.06em; }
.position-title b { font-weight: 800; }
.position-title .line { flex: 1 1; display: block; margin: 0 20px; width: 115px; height: 1px; background: rgba(0,172,181,.3); }
.position-title .left { font-size: 28px; font-weight: 200; }
.position-title .right { font-size: 60px; font-weight: 200; }
.position-title .color-point { display: inline-block; vertical-align: 2px; margin-left: 12px; font-size: inherit; color: #00acb5; font-weight: 800; border-bottom: 3px solid #00acb5; }

.feature-box-lists { margin: 80px -10px 0; font-size: 0; }
.feature-box-list { display: inline-block; vertical-align: top; padding-right: 10px; padding-left: 10px; width: 50%; }

.feature-box__head { overflow: hidden; display: flex; align-items: center; position: relative; padding: 0 50px; height: 290px; }
.feature-box__background{
    z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-image: linear-gradient(-45deg, #00acb5, #5d6fb7, #00acb5, #5d6fb7);
    background-size: 400% 100%;
    -webkit-transform-origin: left; transform-origin: left;
    -webkit-transition: all ease-in-out .8s; transition: all ease-in-out .8s;
    -webkit-transform: scaleX(0); transform: scaleX(0);
    animation: wave-right 10s linear infinite;
}
.feature-box__text{
    display: block;
    opacity: 0;
}
.feature-box__title { display: flex; align-items: center; z-index: 2; padding-bottom: 60px; line-height: 1; font-size: 24px; color: #ffffff; }
.feature-box__title b { display: block; margin-bottom: 16px; font-size: 32px; font-weight: 800; }
.feature-box__icon{
    display: block; position: relative; margin-right: 30px; width: 80px; height: 80px;
    opacity: 0;
}
.feature-box__icon::before{
    content: ''; z-index: 1; position: absolute; top: -12px;
    width: 30px; height: 30px;
    background: rgba(181,251,255,.5); border-radius: 50%;
    -webkit-transition: all ease-out .15s; transition: all ease-out .15s;
}
.feature-box__icon--1::before { right: -12px; }
.feature-box__icon--2::before { right: 6px; }
.feature-box__icon--3::before { right: -6px; }
.feature-box__icon--4::before { right: -6px; top: 14px; }
.feature-box__icon svg { width: 100%; height: 100%; fill: #ffffff; }

.feature-box__body{
    z-index: 2; position: relative; margin: -100px 0 0 10%; padding: 24px 30px;
    background: #ffffff;
    -webkit-transform-origin: bottom; transform-origin: bottom;
    -webkit-transform: scaleY(0); transform: scaleY(0);
    -webkit-transition: all .5s ease-out .5s; transition: all .5s ease-out .5s;
}
.feature-box__context{
    display: block; position: relative; margin-bottom: 14px; padding-left: 16px; line-height: 1.4; font-size: 18px;
    -webkit-transform: translateY(30px); transform: translateY(30px);
    -webkit-transition: all ease .3s; transition: all ease .3s;
    opacity: 0;
}
.feature-box__context:nth-child(1) { -webkit-transition-delay: 1s; transition-delay: 1s; }
.feature-box__context:nth-child(2) { -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }
.feature-box__context:nth-child(3) { -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }
.feature-box__context::before { content: ''; position: absolute; top: 8px; left: 0; width: 7px; height: 7px; background: url('/child/img/icon/list-style-diamond.gif') no-repeat; }
.feature-box__context:last-child { margin-bottom: 0; }

.aos-animate .feature-box__background { -webkit-transform: scaleX(1); transform: scaleX(1); }
.aos-animate .feature-box__body { -webkit-transform: scaleY(1); transform: scaleY(1); }
.aos-animate .feature-box__icon { animation: fade .5s linear .4s forwards; }
.aos-animate .feature-box__text { animation: fade .5s linear .5s forwards; }
.aos-animate .feature-box__context { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; }
@keyframes wave-right {
    0%, 100% { background-position-x: 0%; }
    50% { background-position-x: 100%; }
}

.position-bottom { overflow: hidden; position: relative; padding: 120px 0 0; }
.position-bottom .title { z-index: 2; position: relative; margin: auto; max-width: 1200px; width: 64%; line-height: 1; font-size: 60px; font-weight: 800; }
.position-bottom .title small { padding-right: 16px; font-size: 28px; font-weight: 200; }
.position-bottom .pillar { display: block; position: absolute; bottom: 0; left: 7.5%; max-width: 85px; width: 5%; }
.position-bottom .station { display: block; margin: auto; max-width: 1200px; width: 64%; }
.position-bottom .train { display: block; position: absolute; bottom: 0; right: -52px; max-width: 434px; width: 23%; }
.position-bottom .img { position: static; }
.position-bottom .band{
    display: block; width: 100%; height: 20px; background: #333333;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
}
@media(min-width:769px){
    .feature-box-list:nth-child(2) { margin-top: 250px; }
    .feature-box-list:nth-child(3) { margin-top: -100px; }
    .feature-box-list:nth-child(4),
    .feature-box-list:nth-child(5) { margin-top: 155px; }
}
@media(max-width:1200px){
    .position-title { flex-direction: column; align-items: center; justify-content: center; }
    .position-title .line { display: none; }
    .position-title .left { font-size: 24px; }
    .position-title .right { margin-top: 14px; font-size: 40px; }

    .position-top { padding-bottom: 100px; }
    .position-top .img { margin-top: 30px; }
    .position-top .title { font-size: 24px; }
    .position-top .title strong { vertical-align: -6px; font-size: 38px; }

    .position-feature { padding: 100px 0; }

    .feature-box-lists { margin: 60px -10px 0; }
    .feature-box__head { height: 200px; }
    .feature-box__icon { margin-right: 20px; width: 65px; height: 65px; }
    .feature-box__icon::before { width: 25px; height: 25px; }
    .feature-box__title { font-size: 20px; }
    .feature-box__title b { margin-bottom: 12px; font-size: 26px; }
    .feature-box__body { margin: -60px 0 0 10%; }
    .feature-box__context { font-size: 16px; }

    .position-bottom { padding: 100px 0 0; }
    .position-bottom .title { font-size: 40px; }
    .position-bottom .title small { font-size: 24px; }
}
@media(max-width:768px){
    .position-title .left { font-size: 18px; }
    .position-title .right { font-size: 22px; }
    .position-title .color-point { margin-left: 4px; }

    .position-top { padding-bottom: 60px; }

    .position-top .title { font-size: 18px; }
    .position-top .title strong { vertical-align: -2px; font-size: 26px; }

    .position-feature { padding: 60px 0; }

    .feature-box-lists { margin: 0; }
    .feature-box-list { margin: 25px 0; padding: 0; width: 100%; }
    .feature-box__head { padding: 0 15px 50px; }
    .feature-box__body { margin: -60px 15px 0; padding: 20px 15px; }
    .feature-box__icon { margin-right: 15px; width: 50px; height: 50px; }
    .feature-box__icon::before { top: -8px; width: 20px; height: 20px; }
    .feature-box__icon--4::before { top: 10px; }
    .feature-box__title { padding-bottom: 0; font-size: 16px; }
    .feature-box__title b { margin-bottom: 8px; font-size: 20px; }
    .feature-box__context { margin-bottom: 10px; padding-left: 14px; font-size: 13px; }
    .feature-box__context::before { top: 6px; width: 5px; height: 5px; background-size: auto 5px; }

    .position-bottom { padding: 60px 0 0; }
    .position-bottom .title { width: 100%; margin-bottom: 30px; padding: 0 15px; font-size: 26px; }
    .position-bottom .title small { font-size: 18px; }
}



/* 프리미엄 - 스페셜6 */
.special-top { overflow: hidden; }
.special-top .position-title { max-width: 850px; }

.special-box-lists { display: flex; flex-wrap: wrap; margin: 100px -10px -50px; }
.special-box-lists li { padding: 50px 10px; width: 33.33333%; }
.special-box { position: relative; padding: 2px; height: 100%; text-align: center; }
.special-box::before{
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 0;
    background-image: linear-gradient(-45deg, #5d6fb7, #00acb5);
    -webkit-transition: all .8s ease-in-out .3s; transition: all .8s ease-in-out .3s;
    opacity: 0;
}
.special-box .inner { z-index: 2; position: relative; padding: 120px 14px 60px; height: 100%; background: #ffffff; }
.special-box .icon{
    display: block; position: absolute; top: -80px; right: 0; left: 0;
    margin: auto; padding: 10px; width: 160px; height: 160px; background: #ffffff; border-radius: 50%;
}
.special-box .icon-inner{
    display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;
    background: #00acb5; border-radius: 50%;
    -webkit-transform: scale(0); transform: scale(0);
    -webkit-transition: all .5s ease-out .15s; transition: all .5s ease-out .15s;
}
.special-box .icon svg{
    width: auto; height: 60px;
    -webkit-transition: all .3s ease-out .5s; transition: all .3s ease-out .5s;
    -webkit-transform: scaleX(-1); transform: scaleX(-1);
    opacity: 0;
}
.special-box .context{
    display: block;
    -webkit-transition: all .3s ease-out .8s; transition: all .3s ease-out .8s;
    opacity: 0;
}
.special-box .title { display: block; line-height: 1; font-size: 32px; font-weight: 800; }
.special-box .pr { display: block; margin-top: 16px; line-height: 1.45; font-size: 24px; color: #555555; }
.special-box small { display: block; margin-top: 4px; font-size: 16px; color: #999999; }

.special-news { overflow: hidden; margin-top: 120px; padding: 115px 0 120px; text-align: center; background: url('/child/img/sub/premium/special/special-news-background.jpg') no-repeat center / cover; }
.special-news .title { font-size: 60px; font-weight: 200; }
.special-news .title .color-red { display: inline-block; line-height: 0.9; border-bottom: 4px solid #e60012; }
.special-news .title small { font-size: 32px; }
.special-news .title .background { display: inline-block; padding: 18px 50px; line-height: 1; background: #ffffff; }
.special-news .title small.background { margin-bottom: 20px; padding-top: 10px; padding-bottom: 10px; }
.special-news .title b { font-weight: 800; }

.special-article { display: inline-flex; margin: 45px -30px -15px; max-width: 1100px; width: 100%; }
.special-article article { padding: 15px 30px; width: 50%; }
.special-article img { display: block; }

.aos-animate .special-box::before { height: 100%; opacity: 1; }
.aos-animate .special-box .icon-inner { -webkit-transform: scale(1); transform: scale(1); }
.aos-animate .special-box .icon svg { -webkit-transform: scaleX(1); transform: scaleX(1); opacity: 1; }
.aos-animate .special-box .context { opacity: 1; }
@media(max-width:1200px){
    .special-box-lists { margin-top: 60px; }
    .special-box .inner { padding: 80px 14px 40px; }
    .special-box .icon { width: 140px; height: 140px; }
    .special-box .icon svg { height: 45px; }
    .special-box .title { font-size: 24px; }
    .special-box .pr { font-size: 18px; }

    .special-news { margin-top: 100px; padding: 100px 0; }
    .special-news .title small { font-size: 24px; }
    .special-news .title { font-size: 40px; }
    .special-news .title .background { padding: 14px 42px; }
}
@media(max-width:768px){
    .special-box-lists { margin: 50px -5px -50px; }
    .special-box-lists li { padding: 50px 5px; width: 50%; }
    .special-box .icon { width: 120px; height: 120px; }
    .special-box .icon svg { height: 40px; }
    .special-box .title { font-size: 20px; }
    .special-box .pr { font-size: 16px; }

    .special-news { margin-top: 60px; padding: 60px 0; }
    .special-news .title small { font-size: 18px; }
    .special-news .title small.background { margin-bottom: 14px; }
    .special-news .title { font-size: 26px; }
    .special-news .title .background { padding: 10px 28px; }

    .special-article { flex-wrap: wrap; margin: 30px 0 -7px; }
    .special-article article { padding: 7px 0; width: 100%; }
}


/* 프리미엄 - 프리미엄7 */
.premium-top .title { margin: 0 0 56px; line-height: 1; text-align: center; font-size: 60px; font-weight: 800; }
.premium-top .title small { display: block; margin-bottom: 16px; font-size: 28px; font-weight: 200; }
.premium-intro { display: flex; }
.premium-intro .image { order: 2; flex: 1 1; position: relative; font-size: 0; }
.premium-intro .image::before{
    content: ''; position: absolute; top: 0; right: -1px; width: 101%; height: 100%;
    background: #ffffff;
    -webkit-transition: all .8s ease-in-out .5s; transition: all .8s ease-in-out .5s;
    -webkit-transform-origin: right; transform-origin: right;
    -webkit-transform: scaleX(1); transform: scaleX(1);
}
.premium-intro .context { order: 1; z-index: 2; position: relative; margin-right: -235px; padding-top: 60px; width: 590px; text-align: right; }
.premium-intro .line{
    display: inline-block; margin: 65px 280px 20px 0; width: 1px; height: 200px; background: rgba(0,172,181,.3);
    -webkit-transition: all ease-out 1s; transition: all ease-out 1s;
    -webkit-transform-origin: top; transform-origin: top;
    -webkit-transform: scaleY(0); transform: scaleY(0);
}
.premium-intro .title b { font-weight: 800; }
.premium-intro .pr { overflow: hidden; position: relative; font-size: 28px; font-weight: 200; letter-spacing: -0.06em; }
.premium-intro .pr--background { padding: 12px 40px 10px 110px; color: #ffffff; }
.premium-intro .pr--background::before{
    content: ''; position: absolute; top: 0; right: -60px;
    width: 100%; height: 100%; background: #00acb5;
    -webkit-transition: all .8s ease-in-out .35s; transition: all .8s ease-in-out .35s;
    -webkit-transform: translateX(105%) skewX(-45deg); transform: translateX(105%) skewX(-45deg);
    opacity: 0;
}
.premium-intro .pr--normal { padding-right: 280px; }
.premium-intro .pr .eng { display: block; margin-top: 10px; font-weight: 800; opacity: .05; }
.premium-intro .pr span { display: block; z-index: 2; position: relative; }

.premium-box-lists { display: flex; flex-wrap: wrap; margin: 52px -10px -43px; }
.premium-box-lists li { padding: 42px 10px; width: 33.33333%; }
.premium-box { position: relative; padding: 70px 10px 36px; height: 100%; text-align: center; background: #f5f5f5; }
.premium-box .icon{
    display: flex; align-items: center; justify-content: center; position: absolute; top: -55px; right: 0; left: 0;
    margin: auto; width: 110px; height: 110px; background: #ffffff; border-radius: 50%;
    -webkit-transition: all .5s ease-out .15s; transition: all .5s ease-out .15s;
    -webkit-transform: scale(0); transform: scale(0);
}
.premium-box .icon svg{
    width: auto; height: 65px; fill: #00dce8;
    -webkit-transition: all .3s ease-out .5s; transition: all .3s ease-out .5s;
    -webkit-transform: scaleX(-1); transform: scaleX(-1);
    opacity: 0;
}
.premium-box .context{
    display: block;
    -webkit-transition: all .3s ease-out .8s; transition: all .3s ease-out .8s;
    opacity: 0;
}
.premium-box .title { display: block; line-height: 1; font-size: 24px; color: #00acb5; font-weight: 800; }
.premium-box .title small { font-size: 16px; color: #b8b8b8; }
.premium-box .pr { display: block; margin-top: 8px; line-height: 1.4; font-size: 18px; }


.aos-animate.premium-intro .line { -webkit-transform: scaleY(1); transform: scaleY(1); }
.aos-animate.premium-intro .image::before { -webkit-transform: scaleX(0); transform: scaleX(0); }
.aos-animate.pr--background::before { -webkit-transform: translateX(0%) skewX(-45deg); transform: translateX(0%) skewX(-45deg); opacity: 1; }

.aos-animate .premium-box .icon { -webkit-transform: scale(1); transform: scale(1); }
.aos-animate .premium-box .icon svg { -webkit-transform: scaleX(1); transform: scaleX(1); opacity: 1; }
.aos-animate .premium-box .context { opacity: 1; }
@media(max-width:1200px){
    .premium-top .title small { font-size: 24px; }
    .premium-top .title { font-size: 40px; }

    .premium-intro .context { width: 550px; }
    .premium-intro .line { height: 100px; }
    .premium-intro .title { margin: 14px 0 20px; font-size: 50px; }
    .premium-intro .title small { font-size: 26px; }
    .premium-intro .pr { font-size: 25px; }

    .premium-box .title { font-size: 20px; }
    .premium-box .title small { font-size: 15px; }
    .premium-box .pr { font-size: 16px; }
    .premium-box .icon { width: 100px; height: 100px; }
    .premium-box .icon svg { height: 50px; }
}
@media(max-width:768px){
    .premium-top .title small { font-size: 18px; }
    .premium-top .title { font-size: 26px; }

    .premium-intro { flex-wrap: wrap; }
    .premium-intro .image { order: 1; flex: auto; width: 100%; }
    .premium-intro .context { order: 2; margin-left: 0; padding-top: 25px; width: 100%; }
    .premium-intro .line { display: none; }
    .premium-intro .title { font-size: 30px; }
    .premium-intro .title small { margin-bottom: 10px; font-size: 18px; }
    .premium-intro .pr { font-size: 16px; }
    .premium-intro .pr--background { padding: 12px 20px 10px 60px; }
    .premium-intro .pr--normal { padding: 15px 0 0; }

    .premium-box-lists { margin: 52px -5px -43px; }
    .premium-box-lists li { padding: 40px 5px; width: 50%; }
    .premium-box .icon { width: 90px; height: 90px; }
    .premium-box .icon svg { height: 40px; }
    .premium-box .title { font-size: 18px; }
    .premium-box .title small { font-size: 13px; }
    .premium-box .pr { font-size: 14px; }
}


/* 단지안내 - 내부설계 */
.complex-title { margin: 0 0 -10px; line-height: 1.35; text-align: center; font-size: 60px; font-weight: 200; }
.complex-title b { font-weight: 800; }
.complex-title small { display: block; line-height: 1; font-size: 28px; }
.complex-title .line{
    display: block; margin: 20px auto 8px; width: 1px; height: 60px; background: rgba(0,172,181,.3);
    -webkit-transition: all ease .35s; transition: all ease .35s;
    -webkit-transform-origin: top; transform-origin: top;
    -webkit-transform: scaleY(0); transform: scaleY(0);
}
.complex-title .color-point:not(.no-border) { display: inline-block; vertical-align: 2px; margin-left: 12px; line-height: 0.9; border-bottom: 3px solid #00acb5; }
.complex-title .text{
    display: block;
    -webkit-transition: all .6s ease-out .35s; transition: all .6s ease-out .35s;
    opacity: 0;
}

.aos-animate.complex-title .line { -webkit-transform: scaleY(1); transform: scaleY(1); }
.aos-animate.complex-title .text { opacity: 1; }


.footnote { margin-top: 80px; font-family: NotoKR; text-align: center; font-size: 12px; color: rgba(85,85,85,.8); font-weight: 200; }

.complex-interior-top { overflow: hidden; padding: 100px 0 40px; background: url('/child/img/sub/complex/interior/complex-interior-background.jpg') repeat; }

.thumb-box-lists { display: flex; flex-wrap: wrap; margin: 135px -10px -20px; }
.thumb-box-list { padding: 20px 10px; width: 50%; }

.thumb-box-list--masonry:nth-child(odd) { margin-top: -80px; }
.thumb-box-list--masonry:nth-child(even) { text-align: right; }
.thumb-box-list--centered,
.thumb-box-list--centered .thumb-box__body { text-align: center; }

.thumb-box__head { position: relative; padding-top: calc(290 / 590 * 100%); width: 100%; height: 0; }
.thumb-box__thumbnail{
    overflow: hidden; position: absolute; top: 0;
    left: 0; width: 0%; height: 100%;
    -webkit-transition: all ease-in-out .8s; transition: all ease-in-out .8s;
}
.thumb-box__thumbnail-image { position: absolute; top: 0; left: 0; max-width: none; width: auto; height: 100%; }
.thumb-box__body{
    z-index: 2; display: inline-block; position: relative;
    margin: -55px 0 0; padding: 30px 40px 28px; width: 70%; text-align: left; background: #ffffff;
    -webkit-transition: all .5s ease-out .5s; transition: all .5s ease-out .5s;
    -webkit-transform-origin: bottom; transform-origin: bottom;
    -webkit-transform: scaleY(0); transform: scaleY(0);
}
.thumb-box__title{
    display: block; line-height: 1; font-size: 24px; color: #00acb5; font-weight: 800;
    -webkit-transition: .3s all ease 1s; transition: .3s all ease 1s;
    -webkit-transform: translateY(30px); transform: translateY(30px);
    opacity: 0;
}
.thumb-box__text{
    display: block; margin-top: 11px; line-height: 1.4; font-size: 18px; color: #555555;
    -webkit-transition: all .3s ease 1.1s; transition: all .3s ease 1.1s;
    -webkit-transform: translateY(30px); transform: translateY(30px);
    opacity: 0;
}

.aos-animate .thumb-box__thumbnail { width: 100%; }
.aos-animate .thumb-box__body { -webkit-transform: scaleY(1); transform: scaleY(1); }
.aos-animate .thumb-box__title { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; }
.aos-animate .thumb-box__text { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; }
@media(max-width:1200px){
    .complex-title { font-size: 40px; }
    .complex-title small { font-size: 22px; }
    .complex-title .line { margin: 16px auto 8px; height: 30px; }

    .complex-interior-top { padding: 60px 0 40px; }

    .thumb-box__body { padding: 26px 30px; }
    .thumb-box__title { font-size: 20px; }
    .thumb-box__text { font-size: 16px; }
}
@media(max-width:768px){
    .complex-title { font-size: 22px; }
    .complex-title small { font-size: 18px; }
    .complex-title .line { height: 26px; }

    .footnote { margin-top: 55px; font-size: 11px; }

    .thumb-box-lists { margin: 45px 0 -20px; }
    .thumb-box-list { padding: 20px 0; width: 100%; }
    .thumb-box-list--masonry:nth-child(odd) { margin-top: 0; }
    .thumb-box__body { display: block; margin: -40px 15px 0; padding: 18px 16px; width: auto; }
    .thumb-box__title { font-size: 16px; }
    .thumb-box__text { margin-top: 6px; font-size: 14px; }
}


/* 단지안내 - 내부설계 */
.complex-plan-top { padding: 100px 0 250px; background: url('/child/img/sub/complex/plan/complex-plan-background.jpg') no-repeat right bottom; }
.complex-plan-top .mobile-scroll-container { margin-top: 60px; }
@media(max-width:1200px){
    .complex-plan-top { padding: 60px 0 150px; background-size: auto 250px; }
    .complex-plan-top .mobile-scroll-container { margin-top: 55px; }
}
@media(max-width:768px){
    .complex-plan-top { background-size: auto 200px; }
    .complex-plan-top .mobile-scroll-container { margin-top: 45px; }
}


/* 단지안내 - 단지배치 */
.complex-place-top { padding: 100px 0 40px; }
.place-map { overflow: hidden; position: relative; }
.place-map::before{
    content: ''; z-index: 2; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px;
    background: transparent; border-radius: 50%; box-shadow: 0 0 0 760px rgb(255,255,255);
    -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all ease-in-out .8s; transition: all ease-in-out .8s;
}
.place-map img { display: block; margin-top: 76px; }

.aos-animate.place-map::before { -webkit-transform: translate(-50%, -50%) scale(160); transform: translate(-50%, -50%) scale(160); }
@media(max-width:1200px){
    .complex-place-top { padding: 60px 0 40px; }
}
@media(max-width:768px){
    .place-map::before { box-shadow: 0 0 0 480px rgb(255,255,255); }
    .aos-animate.place-map::before { -webkit-transform: translate(-50%, -50%) scale(110); transform: translate(-50%, -50%) scale(110); }
}


/* 세대안내 - 타입안내 */
.type-block-container .title-band { margin-top: 75px; }
.title-band { overflow: hidden; position: relative; }
.title-band .background{
    display: block; z-index: 1; position: absolute; top: 0; left: 0; right: 0;
    margin: auto; width: calc(100% - 65px); height: 100%; background: #00acb5;
    -webkit-transition: all cubic-bezier(0.9, 0, 0.58, 1) .5s; transition: all cubic-bezier(0.9, 0, 0.58, 1) .5s;
    -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: skewX(-45deg) scaleX(0); transform: skewX(-45deg) scaleX(0);
}
.title-band .text { display: block; z-index: 2; position: relative; padding: 16px 0 18px; line-height: 1; text-align: center; font-size: 28px; color: #ffffff; font-weight: 200; }
.title-band .text b { font-weight: 800; }
.title-band .text small { display: inline-block; margin-left: 8px; font-size: 18px; }

.type-block-list { overflow: hidden; padding: 100px 0; }
.type-block-list:nth-child(even) { background: #fbfbfb; }
.type-block-list:nth-child(1) .type-block,
.type-block-list:nth-child(3) .type-block { padding-left: 265px; }
.type-block-list:nth-child(2) .type-block,
.type-block-list:nth-child(4) .type-block { padding-right: 265px; }
.type-block-list:nth-child(4) .type-block { padding-left: 130px; }
.type-block-list:nth-child(1) .type-block .info,
.type-block-list:nth-child(3) .type-block .info { left: 0; }
.type-block-list:nth-child(2) .type-block .info,
.type-block-list:nth-child(4) .type-block .info { right: 0; }
.type-block-list:nth-child(2) .type-block .images { padding-top: 75px; }
.type-block-list:nth-child(3) .type-block .images { flex-direction: column; align-items: center; }
.type-block-list:nth-child(1) .type-block .images .img:nth-child(1),
.type-block-list:nth-child(3) .type-block .images .img:nth-child(1) { order: 2; z-index: 2; }
.type-block-list:nth-child(2) .type-block .images .img:nth-child(2) { margin-left: 35px; }
.type-block-list:nth-child(4) .type-block .images .img:nth-child(2) { margin-left: 70px; }
.type-block-list:nth-child(1) .type-block .images .img:nth-child(1){
    -webkit-transform: translate(-462px, 108px) rotate(-33deg) scale(.5); transform: translate(-462px, 108px) rotate(-33deg) scale(.5);
    -webkit-transition: all .6s ease-in-out .6s; transition: all .6s ease-in-out .6s;
    opacity: 0;
}
.type-block-list:nth-child(1) .type-block .images .img:nth-child(2){
    -webkit-transition: all .5s ease-out .3s; transition: all .5s ease-out .3s;
    opacity: 0;
}
.type-block-list:nth-child(2) .type-block .images .img:nth-child(1){
    -webkit-transform: translate(462px, 108px) rotate(-33deg) scale(.5); transform: translate(462px, 108px) rotate(-33deg) scale(.5);
    -webkit-transition: all .6s ease-in-out .6s; transition: all .6s ease-in-out .6s;
    opacity: 0; z-index: 2;
}
.type-block-list:nth-child(2) .type-block .images .img:nth-child(2){
    -webkit-transition: all .5s ease-out .3s; transition: all .5s ease-out .3s;
    opacity: 0;
}
.type-block-list:nth-child(3) .type-block .images .img:nth-child(1){
    -webkit-transform: translate(0, -454px) rotate(-26deg) scale(.5); transform: translate(0, -454px) rotate(-26deg) scale(.5);
    -webkit-transition: all .6s ease-in-out .6s; transition: all .6s ease-in-out .6s;
    opacity: 0; z-index: 2;
}
.type-block-list:nth-child(3) .type-block .images .img:nth-child(2){
    -webkit-transition: all .5s ease-out .3s; transition: all .5s ease-out .3s;
    opacity: 0;
}
.type-block-list:nth-child(4) .type-block .images .img:nth-child(1){
    -webkit-transform: translate(450px, 158px) rotate(-33deg) scale(.5); transform: translate(450px, 158px) rotate(-33deg) scale(.5);
    -webkit-transition: all .6s ease-in-out .6s; transition: all .6s ease-in-out .6s;
    opacity: 0; z-index: 2;
}
.type-block-list:nth-child(4) .type-block .images .img:nth-child(2){
    -webkit-transition: all .5s ease-out .3s; transition: all .5s ease-out .3s;
    opacity: 0;
}

.aos-animate.title-band .background { -webkit-transform: skewX(-45deg) scaleX(1); transform: skewX(-45deg) scaleX(1); }

.type-block-list:nth-child(1) .type-block .aos-animate.images .img:nth-child(1),
.type-block-list:nth-child(2) .type-block .aos-animate.images .img:nth-child(1),
.type-block-list:nth-child(3) .type-block .aos-animate.images .img:nth-child(1),
.type-block-list:nth-child(4) .type-block .aos-animate.images .img:nth-child(1) { -webkit-transform: translate(0, 0) rotate(0deg) scale(1); transform: translate(0, 0) rotate(0deg) scale(1); opacity: 1; }
.type-block-list:nth-child(1) .type-block .aos-animate.images .img:nth-child(2),
.type-block-list:nth-child(2) .type-block .aos-animate.images .img:nth-child(2),
.type-block-list:nth-child(3) .type-block .aos-animate.images .img:nth-child(2),
.type-block-list:nth-child(4) .type-block .aos-animate.images .img:nth-child(2) { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }


.type-block { position: relative; }
.type-block .info { position: absolute; top: 0; width: 220px; }
.type-block .info .title { line-height: 1; text-align: center; font-size: 24px; color: #d6d6d6; font-weight: 800; }
.type-block .info .title strong { padding-right: 2px; font-size: 80px; color: #00acb5; font-weight: 800; }
.type-block .info .caption { padding: 10px; line-height: 1; text-align: center; font-size: 24px; color: #ffffff; font-weight: 800; background: #00acb5; }
.type-block .images { display: flex; align-items: flex-end; }
.type-block .images img { display: block; }

.figure-spec-lists { overflow: hidden; border-bottom: 2px solid #999999; }
.figure-spec-lists li{
    padding: 14px 20px 13px; border-bottom: 1px solid #e6e6e6;
    -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out;
    -webkit-transition-property: all; transition-property: all;
    -webkit-transition-duration: .5s; transition-duration: .5s;
    -webkit-transform: translateX(-100px); transform: translateX(-100px);
    opacity: 0;
}
.figure-spec-lists li:nth-child(1) { -webkit-transition-delay: .4s; transition-delay: .4s; }
.figure-spec-lists li:nth-child(2) { -webkit-transition-delay: .5s; transition-delay: .5s; }
.figure-spec-lists li:nth-child(3) { -webkit-transition-delay: .6s; transition-delay: .6s; }
.figure-spec-lists li:nth-child(4) { -webkit-transition-delay: .7s; transition-delay: .7s; }
.figure-spec-lists li:nth-child(5) { -webkit-transition-delay: .8s; transition-delay: .8s; }
.figure-spec-lists li:last-child { border-bottom: none; }
.figure-spec-lists .spec { display: block; position: relative; padding-left: 20px; font-size: 16px; }
.figure-spec-lists .spec::before { content: ''; position: absolute; top: 9px; left: 0; width: 7px; height: 7px; background: url('/child/img/icon/list-style-diamond.gif') no-repeat; }
.figure-spec-lists .spec strong { padding-right: 16px; font-size: 18px; }

.aos-animate .figure-spec-lists li { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
@media(max-width:1200px){
    .title-band .text { padding: 14px 0 16px; font-size: 24px; }
    .title-band .text small { font-size: 16px; }

    .type-block-container .title-band { margin-top: 50px; }
    .type-block-list { padding: 80px 0; }
    .type-block .info .title { font-size: 18px; }
    .type-block .info .title strong { font-size: 52px; }
    .type-block .info .caption { font-size: 20px; }

    .figure-spec-lists li { padding: 14px 26px 13px; }
    .figure-spec-lists .spec { padding-left: 15px; font-size: 14px; }
    .figure-spec-lists .spec::before { background-size: auto 5px; }
    .figure-spec-lists .spec strong { font-size: 16px; }
}
@media(max-width:768px){
    .title-band .text { padding: 13px 0 15px; font-size: 20px; }
    .title-band .text small { display: block; margin: 4px 0 0; font-size: 14px; }

    .type-block-container .title-band { margin-top: 35px; }
    .type-block-list { padding: 60px 0; }
    .type-block .info { position: relative; width: 100%; }
    .type-block .info .title { font-size: 16px; }
    .type-block .info .title strong { font-size: 32px; }
    .type-block .info .caption { font-size: 18px; }
    .type-block-list:nth-child(1) .type-block,
    .type-block-list:nth-child(3) .type-block { padding-left: 0; }
    .type-block-list:nth-child(2) .type-block,
    .type-block-list:nth-child(4) .type-block { padding-right: 0; }
    .type-block-list:nth-child(4) .type-block { padding-left: 0; }
    .type-block-list:nth-child(2) .type-block .images { padding-top: 0; }
    .type-block-list:nth-child(2) .type-block .images .img:nth-child(1),
    .type-block-list:nth-child(4) .type-block .images .img:nth-child(1) { order: 2; }
    .type-block-list:nth-child(1) .type-block .images .img:nth-child(1),
    .type-block-list:nth-child(2) .type-block .images .img:nth-child(1),
    .type-block-list:nth-child(3) .type-block .images .img:nth-child(1),
    .type-block-list:nth-child(4) .type-block .images .img:nth-child(1){
        -webkit-transform: translate(0, -300px) rotate(-33deg) scale(.5); transform: translate(0, -300px) rotate(-33deg) scale(.5);
    }
    .type-block { display: flex; flex-wrap: wrap; }
    .type-block .images { flex-wrap: wrap; justify-content: center; margin-top: 25px; }

    .figure-spec-lists { display: flex; flex-wrap: wrap; }
    .figure-spec-lists li { padding: 10px 14px 9px; width: 50%; }
    .figure-spec-lists li:nth-child(odd) { border-right: 1px solid #e6e6e6; }
    .figure-spec-lists .spec { padding-left: 12px; font-size: 12px; }
    .figure-spec-lists .spec strong { padding-right: 6px; font-size: 14px; }
}


@media(max-width:1200px){

}
@media(max-width:768px){

}
