/* COMMON */
.contents {
    padding:120px 0 140px;
}
.sub-visual-container{
    overflow: hidden; padding: 60px 0; height: 300px; background-repeat: no-repeat; background-position: center;
    background-size: cover; background-color: #ddd;
    -webkit-animation: visualFadeIn .4s ease-in-out .1s forwards; animation: visualFadeIn .4s ease-in-out .1s forwards; opacity: 0;
}
.sub-visual-wrapper{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    height: 100%;
}
.sub-visual-container .title { z-index: 2; position: relative; line-height: 1; text-align: center; font-size: 50px; font-weight: 600; color: #ffffff; letter-spacing: -0.04em; }
.sub-visual-container .title small { display: block; margin-bottom: 15px; font-size: 14px; color: #bcc5df; font-weight: 300; letter-spacing: 0.2em; }
.sv-history{ background-image:url(/child/img/sub/sv-history.png); }
.sv-friend{ background-image:url(/child/img/sub/sv-friend.png); }
.sv-branch{ background-image:url(/child/img/sub/sv-branch.png); }
.sv-story{ background-image:url(/child/img/sub/sv-story.png); }
.sv-news{ background-image:url(/child/img/sub/sv-news.png); }
.sv-event{ background-image:url(/child/img/sub/sv-event.png); }
@-webkit-keyframes visualFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes visualFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@media (max-width: 1024px){
    .contents {
        padding:80px 0;
    }
    .sub-visual-container { height: 250px; }
    .sub-visual-container .title { font-size: 34px; }
    .sub-visual-container .title small { font-size: 13px; }
}
@media (max-width: 768px){
    .contents {
        padding:60px 0;
    }
    .sub-visual-container { height: 120px; }
    .sub-visual-container .title { font-size: 24px; }
    .sub-visual-container .title small { margin-bottom: 10px; font-size: 11px; }
}

.page-section{
    position: relative;
    padding:130px 0;
}
.page-section--sm{
    padding:100px 0;
}
.page-section--first{
    padding-top: 120px;
    margin-top: -120px;
}
.page-section--last{
    padding-bottom: 140px;
    margin-bottom: -140px;
}
.page-text, .page-text p{
    font-size: 18px;
    line-height: 1.5;
    color: #777;
}
.page-text p{
    margin-top: 5px;
}
.page-text p:first-child{
    margin-top:0;
}
@media (max-width:1024px){
    .page-section{
        padding:80px 0;
    }
    .page-section--sm{
        padding:60px 0;
    }
    .page-section--first{
        padding-top: 80px;
        margin-top: -80px;
    }
    .page-section--last{
        padding-bottom: 80px;
        margin-bottom: -80px;
    }
    .page-text, .page-text p{
        font-size: 16px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .page-section{
        padding:60px 0;
    }
    .page-section--sm{
        padding:40px 0;
    }
    .page-section--first{
        padding-top: 60px;
        margin-top: -60px;
    }
    .page-section--last{
        padding-bottom: 60px;
        margin-bottom: -60px;
    }
    .page-text, .page-text p{
        font-size: 14px;
    }
}
@media (max-width:576px){
}

/* Sub Tab List */
.sub-tab-container { z-index: 2; position: relative; }
.sub-tab-lists { display: flex; flex-wrap: wrap; margin: auto; max-width: 1200px; width: 100%; background: rgba(0,0,0,.5); }
.sub-tab-lists li { flex: 1 1; }
.sub-tab-lists .link{
    display: flex; align-items: center; justify-content: center; position: relative; padding: 4px; height: 60px;
    line-height: 1.4; text-align: center; font-size: 18px; color: rgba(255,255,255,.8); font-weight: 300;
    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: #ffffff;
    -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: #272728; font-weight: 700; }
.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-lists .link { height: 50px; font-size: 16px; }
}
@media (max-width:768px){
    .sub-tab-lists { background: rgba(0,0,0,.9); }
    .sub-tab-lists .link { padding: 12px 10px; height: 100%; line-height: 1.3; font-size: 14px; }
}

/* sub-ani */
.sub-ani{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: -120px;
    background-color: #0b0e12;
    overflow: hidden;
}
.sub-ani__bg-wrap{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 74%;
    animation: subAniBgWrap 1s cubic-bezier(.69, .11, .18, .96) forwards;
    animation-delay: 1.8s;
}
.sub-ani__bg{
    position: relative;
}
.sub-ani__bg::before{
    content:'';
    position:absolute;
    top:-1px;
    left:-1px;
    z-index: 1;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border:3px solid #0b0e12;
    animation: subAniBgBefore 1s cubic-bezier(.69, .11, .18, .96) forwards;
    animation-delay: 1.8s;
}
.sub-ani__bg-inner{
    position: relative;
    display: block;
    width: 100%;
    padding-top:calc(550/2000 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-color: #0b0e12;
    overflow: hidden;
    animation: subAniBgInner 1s cubic-bezier(.69, .11, .18, .96) forwards;
    animation-delay: 1.8s;
}
.sub-ani__bg-inner::before, .sub-ani__bg-inner::after{
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 50%;
    height: calc(100% + 4px);
    background-color: #0b0e12;
}
.sub-ani__bg-inner::before{
    left:-50%;
    transform: translate(50%,-50%) skewX(340deg);
    transform-origin: left;
    animation: subAniBgInnerBefore .5s cubic-bezier(.69, .11, .18, .96) forwards;
    animation-delay: 2.2s;
}
.sub-ani__bg-inner::after{
    right:-50%;
    transform: translate(-50%,-50%) skewX(340deg);
    transform-origin: right;
    animation: subAniBgInnerAfter .5s cubic-bezier(.69, .11, .18, .96) forwards;
    animation-delay: 2.2s;
}
@keyframes subAniBgWrap {
    100% {
        width: 100%;
    }
}
@keyframes subAniBgInner {
    100% {
        padding-top: 100vh;
    }
}
@keyframes subAniBgBefore {
    99%{
        opacity: 1;
        border:3px solid #0b0e12;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
        border:0;
    }
}
@keyframes subAniBgInnerBefore {
    100% {
        left:-200%;
    }
}
@keyframes subAniBgInnerAfter {
    100% {
        right:-200%;
    }
}
.sub-ani__typo{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    animation: subAniTypo .3s cubic-bezier(.69, .11, .18, .96) forwards;
    animation-delay: 2.3s;
}
.sub-ani__typo span{
    padding:0 10px;
}
.sub-ani__con{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    opacity: 0;
    animation: subAniCon .3s cubic-bezier(.69, .11, .18, .96) forwards;
    animation-delay: 2.3s;
}
@keyframes subAniTypo {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes subAniCon {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.sub-ani__tit{
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
}
.sub-ani__txt{
    font-size: 28px;
    line-height: 1.5;
    margin-top:20px;
}
@media (max-width:1200px){
    .sub-ani{
        margin-top: -50px;
    }
}
@media (max-width:1024px){
    .sub-ani__typo span{
        padding:0 6px;
    }
    .sub-ani__tit{
        font-size: 100px;
    }
    .sub-ani__txt{
        font-size: 22px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .sub-ani__bg-wrap{
        width: 76%;
    }
    .sub-ani__tit{
        font-size: 60px;
    }
    .sub-ani__txt{
        font-size: 20px;
    }
}
@media (max-width:576px){
    .sub-ani__bg-wrap{
        width: 74%;
    }
    .sub-ani__typo span{
        padding:0 4px;
    }
    .sub-ani__tit{
        font-size: 50px;
    }
    .sub-ani__txt{
        font-size: 18px;
    }
}

/* 인사말 */
#vue-app .page-section--greeting .row{
    margin:0;
}
#vue-app .page-section--greeting [class*="col-"]{
    padding: 0;
}
.greeting-img{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    width: 960px;
    height: calc(100% + 261px);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-image:url(/child/img/sub/about/greeting-img2.png);
}
@media (max-width:1024px){
    .greeting-img{
        height: calc(100% + 160px);
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .greeting-img{
        position: static;
        top: auto;
        left: auto;
        transform:none;
        width: 100vw;
        height: 280px;
        margin:-60px 0 40px -15px;
    }
}
@media (max-width:576px){
    .greeting-img{
        height: 180px;
    }
}
.page-section--ceo{
    position: relative;
}
.page-section--ceo::before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    z-index: -1;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    /* background-size: cover; */
    background-image:url(/child/img/sub/about/greeting-bg.png);
}
.ceo-img-wrap{
    position: absolute;
    bottom: -125px;
    left: 0;
    max-width: 534px;
    width: 100%;
}
.ceo-img{
    width: 100%;
    padding-top: calc(800/534 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    background-image:url(/child/img/sub/about/greeting-img3.png);
}


/*220207 ceo 수정 css*/
.ceo-no--img::before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    z-index: -1;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position:left center;
    background-size: cover;
    background-image:url(/child/img/sub/about/greeting-bg-bak2.png);
}
.ceo-no--img p {color:#222 !important;}

@media (max-width:1200px){
    .page-section--ceo::before{
        background-size: cover;
    }
    .ceo-img-wrap{
        position: static;
        bottom:auto;
        left: auto;
    }
}
@media (max-width:1024px){
    .ceo-img-wrap{
        padding-right: 20px;
    }
}
@media (max-width:992px){
}
@media (min-width:768px) {
    /* .page-section--ceo .row {
        justify-content:flex-end;
    } */
}
@media (max-width:768px){
    .ceo-img-wrap{
        position: static;
        bottom: auto;
        left: auto;
        max-width: 320px;
        width: 100%;
        margin: -20px auto 10px;
        padding-right: 0;
    }


    /*220207 ceo 수정 css*/
    .ceo-no--img::before {display: none;}
    .ceo-no--img .ceo-img-wrap {
        position: static;
        top:auto;
        left:auto;
        transform: none;
        width:100vw;
        height:320px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image:url(/child/img/sub/about/greeting-bg-bak2.png);
        max-width: none;
        margin:-60px 0px 40px -15px;
    }

}
@media (max-width:576px){
    .page-section--ceo::before{display:none;}
    .ceo-no--img .ceo-img-wrap {height:200px;}
}
.greeting-item__img{
    width: 100%;
    padding-top: calc(350/282 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.greeting-item__tit{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 50px);
    height: 60px;
    margin:-30px auto 0;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .greeting-item__tit{
        width: calc(100% - 30px);
        height: 40px;
        font-size: 16px;
        margin-top:-20px;
    }
}
@media (max-width:576px){
}

/* 히스토리 */
.page-section--license{
    background-color: transparent !important;
}
.page-section--license::before{
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-image:url(/child/img/sub/about/history-bg.png);
}
.history-swiper{
    position: relative;
}
.history-swiper-thumb{
    position: relative;
    margin:10px 100px 20px;
}
.history-swiper-thumb::before, .history-swiper-thumb::after{
    content:'';
    position:absolute;
    bottom:-17px;
    display: block;
    width: 100vw;
    height: 1px;
}
.history-swiper-thumb::before{
    left:-55%;
    z-index: 1;
    background-color: #ab9154;
}
.history-swiper-thumb::after{
    right:-55%;
    background-color: #ccc;
}
.history-swiper__thumb{
    position: relative;
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    color:#ab9154;
    cursor: pointer;
}
.history-swiper__thumb::before{
    content:'';
    position:absolute;
    bottom:-20px;
    left:50%;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #ab9154;
}
.swiper-slide-thumb-active ~ .swiper-slide .history-swiper__thumb{
    color: #ccc;
}
.swiper-slide-thumb-active ~ .swiper-slide .history-swiper__thumb::before{
    background-color: #ccc;
}
.history-swiper .swiper-button-prev, .history-swiper .swiper-button-next{
    position: absolute;
    top:30px;
    display: block;
    width: 14px;
    height: 14px;
    border-top:1px solid #ab9154;
    border-left:1px solid #ab9154;
    transform-origin: center;
    cursor: pointer;
}
.history-swiper .swiper-button-prev{
    transform: rotate(315deg);
}
.history-swiper .swiper-button-next{
    transform: rotate(135deg);
}
.history-swiper .swiper-pagination-progressbar{
    position: absolute;
    top:50px;
    left:50%;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    width: calc(100% - 200px);
    height: 1px;
    background-color: #ccc;
}
.history-swiper .swiper-pagination-progressbar-fill{
    background-color: #ab9154;
}
.history-swiper__con{
    display: flex;
    flex-wrap: wrap;
    margin-top:100px;
}
.history-swiper__left{
    display: flex;
    justify-content: center;
    width: 40.5%;
}
.history-swiper__year{
    display: flex;
    flex-direction: column;
    font-size: 140px;
    line-height: 0.8;
    color: #ab9154;
}
.history-swiper__year span:last-child{
    display: inline-block;
    padding-left: 85px;
}
.history-swiper__right{
    width: 59.5%;
}
.history-swiper-contents{
    overflow: hidden;
}


/*history dask 추가 220126*/
.page-section--dask {
    padding: 80px 0 140px;
}
.page-section--dask .dask-info-list {
    display:flex;
}
.page-section--dask .dask-img {
    width:60%;
    position: relative;
    z-index:1;
}
.dask-img-ml {
    margin-left:80px;
}
.dask-img-mr {
    margin-right:80px;
}
.page-section--dask .dask-text {
    position:relative;
    z-index:1;
    width:40%;
    padding:80px 80px;
}
.page-section--dask .dask-img__thumb {
    position: absolute;
    width:100%;
    height:0;
    padding-top:calc(380/613*100%);
    top:50%;
    left: 0;
    transform: translateY(-50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-section--dask .dask-info-box {
    padding:80px 0px;
}
.page-section--dask .dask-info-list {
    position: relative;
}
.page-section--dask .dask-info-list.dask-order .dask-img {
    order: 2;
}
.page-section--dask .dask-info-list.dask-order .dask-text {
    order:1;
}

.page-section--dask .dask-info-list::before{
    content:"";
    display: block;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    width:100%;
    height:100%;
    background-color:#f7f7f7;
    z-index:0;
}
.page-section--dask .dask-img__thumb1 {
    background-image: url('/child/img/sub/about/desk-img1.png');
}
.page-section--dask .dask-img__thumb2 {
    background-image: url('/child/img/sub/about/desk-img2.png');
    padding-top:calc(445/613*100%);
}
.page-section--dask .dask-title {
    font-size:28px;
    font-weight:700;
    color:#ab9154;
    margin-bottom:30px;
}
.page-section--dask .dask-spec {
    margin: -6px 0;
}
.page-section--dask .dask-spec li {
    display: flex;
    align-items: center;
    padding:6px 0px;
}
.page-section--dask .dask-spec span {
    display: inline-block;
    font-size:18px;
    font-weight:400;
    color:#777777;
}
.page-section--dask .dask-spec .dask-spec__title {
    max-width:110px;
    width:100%;
    font-weight:700;
    color:#222222;
}
.page-section--dask .dask-list {margin: 60px 0 60px;}
.page-section--dask .dask-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
}
.page-section--dask .dask-ul li {
    flex:1 1 33.33%;
    max-width:33.33%;
    padding:0px 20px;
    text-align: center;
}
.page-section--dask .dask-ul .dask-li__thumb {
    padding:30px 20px;
    background-image: linear-gradient(to top, #f7f7f7 70%, #fff 30%)
}
.page-section--dask .dask-ul p {
    font-size:18px;
    color:#777777;
    line-height:1.6;
}
.page-section--dask .dask-ul .dask-li__tit {
    margin:20px 0px 10px;
    font-size:28px;
    font-weight:700;
    color:#222;
}
.page-section--dask .dask-ul .dask-li__tit span{
    color:#ab9154;
    margin-right:10px;
}
.page-section--dask .dask-alert {
    text-align: center;
    font-size:16px;
    color:#777777;
    line-height:1.6;
}
@media (max-width:1200px){
    /*history dask 추가 220126*/
    .page-section--dask .dask-info-box {padding:30px 0px;}
    .page-section--dask .dask-img {width:50%;}
    .dask-img-ml {margin-left:60px;}
    .dask-img-mr {margin-right:60px;}
    .page-section--dask .dask-text {width:50%; padding:80px 60px;}

}
@media (max-width:1024px){
    .history-swiper-thumb{
        margin:10px 50px 20px;
    }
    .history-swiper .swiper-pagination-progressbar{
        top:40px;
    }
    .history-swiper__thumb{
        font-size: 20px;
    }
    .history-swiper__con{
        margin-top: 60px;
    }
    .history-swiper__left{
        width: 30%;
    }
    .history-swiper__year{
        font-size: 80px;
    }
    .history-swiper__year span:last-child{
        padding-left: 50px;
    }
    .history-swiper__right{
        width: 70%;
    }

    /*history dask 추가 220126*/
    .page-section--dask {padding:50px 0px 80px;}
    .page-section--dask .dask-text {padding:80px 50px 80px 50px;}
    .page-section--dask .dask-title {font-size:22px; margin-bottom:20px;}
    .page-section--dask .dask-spec span {font-size:16px;}
    .page-section--dask .dask-spec .dask-spec__title {max-width:100px;}
    .page-section--dask .dask-list {margin:30px 0px 60px;}

    .page-section--dask .dask-ul {margin:0px -10px;}
    .page-section--dask .dask-ul li {padding:0px 10px;}
    .page-section--dask .dask-ul .dask-li__tit {font-size:22px; margin:15px 0px 7px;}
    .page-section--dask .dask-ul .dask-li__tit span {margin-right:5px;}
    .page-section--dask .dask-ul p {font-size:16px;}
}
@media (max-width:992px){
}
@media (max-width:768px){
    .history-swiper__left{
        width: 25%;
    }
    .history-swiper__year {
        font-size: 60px;
    }
    .history-swiper__year span:last-child {
        padding-left: 40px;
    }
    .history-swiper__right{
        width: 75%;
    }

    /*history dask 추가 220126*/
    .page-section--dask {padding:45px 0px 60px;}
    .page-section--dask .dask-info-list::before {
        top:0;
        transform: none;
    }
    .page-section--dask .dask-info-list {flex-wrap: wrap;}
    .page-section--dask .dask-img__thumb {
        padding-top:0;
        height:260px;
        background-size: contain;
        position:relative;
    }
    .page-section--dask .dask-info-box {padding:15px 0px;}
    .page-section--dask .dask-img {width:100%; padding:40px 30px;}
    .page-section--dask .dask-text {width:100%; padding:0px 30px 40px;}
    .dask-img-ml {margin-left:0;}
    .dask-img-mr {margin-right: 0;}

    .page-section--dask .dask-info-list.dask-order .dask-img {order:1;}
    .page-section--dask .dask-info-list.dask-order .dask-text {order:2;}

    .page-section--dask .dask-list {margin:20px 0px 40px;}
    .page-section--dask .dask-ul li {flex:1 1 50%; max-width:50%;}
}
@media (max-width:576px){
    .history-swiper-thumb, .history-swiper .swiper-pagination-progressbar{display:none;}
    .history-swiper__left, .history-swiper__right{
        width: 100%;
    }
    .history-swiper__left{
        margin-bottom: 30px;
    }
    .history-swiper__con{
        margin-top:0;
    }
    .history-swiper__year{
        font-size: 40px;
    }
    .history-swiper__year span:last-child {
        padding-left: 14px;
    }
    .history-swiper .swiper-button-prev, .history-swiper .swiper-button-next{
        top:46px;
    }
    /*history dask 추가 220126*/
    .page-section--dask .dask-img {padding:30px 20px;}
    .page-section--dask .dask-text {padding:0px 20px 30px;}
    .page-section--dask .dask-img__thumb {height:200px;}
    .page-section--dask .dask-title {font-size:20px;}
    .page-section--dask .dask-spec {margin:-3px 0px;}
    .page-section--dask .dask-spec li{padding:3px 0px;}
    .page-section--dask .dask-spec span {font-size:14px;}
    .page-section--dask .dask-spec .dask-spec__title {max-width:80px;}

    .page-section--dask .dask-ul li {flex:1 1 100%; max-width:100%;}
    .page-section--dask .dask-ul .dask-li__tit {font-size:20px;}
    .page-section--dask .dask-ul p {font-size:14px;}
    .page-section--dask .dask-alert {font-size:14px;}

}
.history-list{
    list-style: none;
}
.history-list >li{
    position: relative;
    display:flex;
    flex-wrap:wrap;
    font-size: 18px;
    line-height: 1.6;
    padding-left: 14px;
    margin-top:10px;
}
.history-list >li:first-child{
    margin-top:0;
}
.history-list >li::before{
    content:'';
    position:absolute;
    top:12px;
    left:0;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #ab9154;
}
.history-list__year{
    width: 60px;
    font-weight:500;
}
.history-list__txt{
    width:100%;
}
.history-list__year + .history-list__txt{
    width: calc(100% - 60px);
}
.history-list__box {display: flex;}
.history-list__box ul {flex:0 1 33.33%;}
@media (max-width:1024px){
    .history-list >li{
        font-size: 16px;
        padding-left: 10px;
    }
    .history-list >li::before{
        top:10px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .history-list >li{
        font-size: 14px;
        margin-top:5px;
    }
    .history-list__year, .history-list__year + .history-list__txt{
        width: 100%;
    }
}
@media (max-width:576px){
}

.license-swiper .swiper-container{
    padding-bottom: 40px;
}
.license-swiper .swiper-pagination{
    display: flex;
    bottom:0;
}
.license-swiper .swiper-pagination .swiper-pagination-bullet{
    flex: 1 1 auto;
    width: 100%;
    height: 2px;
    margin:0;
    background-color: #ddd;
    border-radius: 0;
    opacity: 1 !important;
}
.license-swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #222;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .license-swiper .swiper-container{
        padding-bottom: 25px;
    }
}
@media (max-width:576px){
}

/* 셀독프렌즈 */
.character-info{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.character-info__img{
    position: absolute;
    top: -100px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,0) !important;
    width: 1920px;
    height: calc(100% + 200px);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.character-info__img--sell{
    background-image:url(/child/img/sub/about/friend-sell-img.png);
}
.character-info__con{
    width: 40.5%;
    margin-left: auto;
}
@media (max-width:1024px){
    .character-info__img{
        position: static;
        top:auto;
        left:auto;
        transform: none !important;
        margin-top:-60px;
    }
    .character-info__img--sell{
        width: 100%;
        padding-top: calc(636/1016 * 100%);
        background-repeat: no-repeat;
        background-position:center;
        background-size: contain;
        background-image: url(/child/img/sub/about/friend-sell-img-sm.png);
    }
    .character-info__con{
        width: 100%;
        padding-top: 40px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .character-info__img{
        margin-top:-40px;
    }
}
@media (max-width:576px){
    .img-wrap--sell-name img{
        width: 180px;
    }
}
.character-view{
    display:flex;
    flex-wrap:wrap;
}
.character-view__left{
    width: 55.5%;
}
.character-view__img{
    position: relative;
    width: 100%;
    padding-top: calc(488/666 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-image:url(/child/img/sub/about/friend-sell-img3.png);
}
.character-view__img-con{
    position: absolute;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.character-view__img-con >div{
    flex:1 1 auto;
    text-align: center;
    padding:5px;
}
.character-view__img-tit{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}
.character-view__right{
    width:44.5%;
    padding-left: 44px;
}
.character-view__right-top{
    padding: 20px 0 25px;
}
.character-view__right-bottom{
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.character-view__badge{
    display:flex;
    flex-wrap:wrap;
    margin:-5px;
}
.character-view__badge .badge{
    margin:5px;
}
@media (max-width:1024px){
    .character-view__left, .character-view__right{
        width: 100%;
    }
    .character-view__right{
        padding-top: 20px;
        padding-left: 0;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .character-view__img-con{
        padding:15px;
    }
    .character-view__right{
        padding-top: 0;
    }
}
@media (max-width:576px){
    .character-view__img-tit{
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.friend-txt{
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
}
@media (max-width:1024px){
    .friend-txt{
        font-size: 80px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .friend-txt{
        font-size: 60px;
    }
}
@media (max-width:576px){
    .friend-txt{
        font-size: 30px;
    }
}

/* 셀독스타일 */
.page-section--sellstyle{
    position: relative;
    padding-top: 60px;
}
.sellstyle-bg{
    position: absolute;
    top:0;
    left:50%;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    width: 100vw;
    height: 380px;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-color: #f7f7f7;
}
.sellstyle-info__con{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
}
.sellstyle-swiper__con{
    position: relative;
}
.sellstyle-swiper .swiper-container{
    overflow: hidden;
}
.sellstyle-slide{
    width: 100%;
    padding-top:calc(600/1200 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.sellstyle-slide__tit{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    padding:100px 50px 40px;
    background-image: -webkit-linear-gradient(to top, rgba(0,0,0,.8), transparent);
    background-image: -moz-linear-gradient(to top, rgba(0,0,0,.8), transparent);
    background-image: -ms-linear-gradient(to top, rgba(0,0,0,.8), transparent);
    background-image: -o-linear-gradient(to top, rgba(0,0,0,.8), transparent);
    background-image: linear-gradient(to top, rgba(0,0,0,.8), transparent);
}
.sellstyle-swiper .swiper-button-prev, .sellstyle-swiper .swiper-button-next{
    width: 48px;
    height: 48px;
    color:#222;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    cursor: pointer;
}
.sellstyle-swiper .swiper-button-next:after, .sellstyle-swiper .swiper-button-prev:after{
    font-size: 22px;
}
.sellstyle-swiper .swiper-button-prev{
    left:-80px;
    right:auto;
}
.sellstyle-swiper .swiper-button-next{
    right:-80px;
    left:auto;
}
.sellstyle-swiper__thumb{
    margin-top:30px;
}
.sellstyle-swiper__thumb .sellstyle-slide{
    cursor: pointer;
}
.sellstyle-swiper__thumb .swiper-slide-thumb-active{
    position: relative;
}
.sellstyle-swiper__thumb .swiper-slide-thumb-active::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border:4px solid #ab9154;
}
@media (max-width:1380px){
    .sellstyle-swiper .swiper-button-prev{
        left:10px;
    }
    .sellstyle-swiper .swiper-button-next{
        right:10px;
    }
}
@media (max-width:1024px){
    .page-section--sellstyle{
        padding-top: 40px;
    }
    .sellstyle-info__img{
        width: 100%;
    }
    .sellstyle-info__con-inner{
        padding-left: 20px;
    }
    .sellstyle-swiper__thumb{
        margin-top:20px;
    }
    .sellstyle-slide__tit{
        font-size: 24px;
        padding: 50px 30px 25px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .sellstyle-info__con-inner{
        padding-top:10px;
        padding-left: 0;
    }
    .sellstyle-swiper .swiper-button-prev, .sellstyle-swiper .swiper-button-next{display:none;}
    .sellstyle-slide__tit{
        font-size: 18px;
        padding: 50px 20px 15px;
    }
    .sellstyle-swiper__thumb{
        margin-top:10px;
    }
}
@media (max-width:576px){
}

.page-section--sellstyle-text{
    padding:80px 0;
}
@media (max-width:1024px){
    .page-section--sellstyle-text{
        padding:60px 0;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .page-section--sellstyle-text{
        padding:40px 0;
    }
}
@media (max-width:576px){
}

/* 지점안내 */
.branch-map{
    position: relative;
    left: calc(50% + 7px);
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    max-width: 1920px;
    width: 100vw;
    height: 550px;
    background-color: #f8f8f8;
}
.branch-map >div{
    width: 100%;
    height: 100%;
}

/* 창업문의 */
.page-section--prepare::before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    z-index: -1;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    display: block;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-image:url(/child/img/sub/inquiry/business-bg.png);
    background-color: #a8a8a9;
}
.page-section--prepare .card{
    max-width: 510px;

}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
}
@media (max-width:576px){
}
.busi-special__img{
    width: 100%;
    padding-top: calc(300/600 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.busi-special__con{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding:0 40px;
    overflow: hidden;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .busi-special__con{
        padding:0 30px;
    }
}
@media (max-width:576px){
    .busi-special__con{
        padding:20px 10px 30px;
    }
}
.page-section--system::before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    z-index: -1;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    display: block;
    width: 100vw;
    height: 514px;
    background-color: #f2f4f6;
}
.busi-system-head{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 240px;
    font-size: 38px;
    font-weight: 300;
    color:#fff;
    padding: 30px;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-image:url(/child/img/sub/inquiry/business-bg2.png);
}
.busi-system-head strong{
    font-weight: 700;
}
.busi-system-item{
    margin-top:40px;
}
.busi-system-item__inner{
    overflow: hidden;
}
.busi-system-item__img{
    width: 100%;
    padding-top: calc(350/282 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.busi-system-item__tit{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top:20px;
}
@media (max-width:1024px){
    .page-section--system::before{
        height: 350px;
    }
    .busi-system-head{
        height: 180px;
        font-size: 30px;
    }
    .busi-system-item{
        margin-top: 15px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .page-section--system::before{
        height: 280px;
    }
    .busi-system-head{
        height: 120px;
        font-size: 22px;
        padding:25px;
    }
    .busi-system-item__tit{
        font-size: 16px;
        margin-top:15px;
    }
}
@media (max-width:576px){
}
.page-section--inquiry::before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    z-index: -1;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    display: block;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-image:url(/child/img/sub/inquiry/business-bg3.png);
}
.page-section--inquiry .info__time ul, .page-section--inquiry .info__call ul{
    justify-content: center;
}
.page-section--inquiry .info__time ul li{
    text-align: center;
}
.page-section--inquiry .info__time ul li, .page-section--inquiry .info__time ul li strong,
.page-section--inquiry .info__call ul li{
    color: #fff;
}


/*220126 소식수정*/
