@charset "UTF-8";

body,html{
    overflow-x: hidden;
    overflow-y: auto !important;
}

/* 상단 헤더 */
#header {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    z-index: 5000;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

#header h1 {
    padding: 10px;
    font-size: 0;
}

#header h1 a {
    display: block;
    color: #fff;
}

#header h1 a em.logo-mark {
    display: inline-block;
    width: 80px;
    height: 40px;
    background: url("../images/common/logo_w.svg") no-repeat center/100%;
    vertical-align: top;
}

#header h1 a span.txt {
    display: inline-block;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: top;
}

#header h1 a span.txt b {
    font-weight: 700;
}

#header .phonenum {
    position: absolute;
    top: 5px;
    right: 60px;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#header .phonenum a {
    display: block;
    width: 40px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

#header .phonenum a em {
    display: block;
    width: 40px;
    font-size: 20px;
}

#header .phonenum a span {
    display: none;
}

.scrollOn #header,
.fp-viewing-2rdPage #header,
.fp-viewing-3rdPage #header,
.fp-viewing-4rdPage #header,
.fp-viewing-5rdPage #header,
.fp-viewing-6rdPage #header, 
.fp-viewing-lastPage #header {
    border-color: rgba(0,0,0,0.1);
    background-color: #fff;
}

#header.open {
    height: 310px;
    background-color: rgba(255,255,255,1);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}

.scrollOn #header h1 a,
.fp-viewing-2rdPage #header h1 a,
.fp-viewing-3rdPage #header h1 a,
.fp-viewing-4rdPage #header h1 a,
.fp-viewing-5rdPage #header h1 a,
.fp-viewing-6rdPage #header h1 a, 
.fp-viewing-lastPage #header h1 a,
#header.open h1 a {
    color: #9b005a;
}

.scrollOn #header h1 a em.logo-mark,
.fp-viewing-2rdPage #header h1 a em.logo-mark,
.fp-viewing-3rdPage #header h1 a em.logo-mark,
.fp-viewing-4rdPage #header h1 a em.logo-mark,
.fp-viewing-5rdPage #header h1 a em.logo-mark,
.fp-viewing-6rdPage #header h1 a em.logo-mark, 
.fp-viewing-lastPage #header h1 a em.logo-mark,
#header.open h1 a em.logo-mark {
    background: url("../images/common/logo.svg") no-repeat center/100%;
}

.scrollOn #header .phonenum a,
.fp-viewing-2rdPage #header .phonenum a,
.fp-viewing-3rdPage #header .phonenum a,
.fp-viewing-4rdPage #header .phonenum a,
.fp-viewing-5rdPage #header .phonenum a,
.fp-viewing-6rdPage #header .phonenum a, 
.fp-viewing-lastPage #header .phonenum a,
#header.open .phonenum a {
    color: #334395;
}

#gnb ul li {
    position: relative;
    width: 100%;
    border-top: 1px solid #eee;
}

#gnb ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #212121;
}

#gnb ul li.active a {
    color: #BF276F !important;
    font-weight: 700;
}

@media screen and (min-width:979px) {
    #header {
        height: 80px;
    }

    #header h1 {
        padding: 20px 30px;
    }

    #header .phonenum {
        top: 15px;
        right: 30px;
    }
    
    #header .phonenum a {
        width: 50px;
    }
    
    #header .phonenum a em {
        width: 50px;
    }

    #gnb {
        position: absolute;
        top: 15px;
        right: 90px;
        font-size: 0;
    }

    #gnb ul li {
        display: inline-block;
        width: auto;
        border-top: none;
    }

    #gnb ul li a {
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 14px;
    }

    .scrollOn #gnb ul li a,
    .fp-viewing-2rdPage #gnb ul li a,
    .fp-viewing-3rdPage #gnb ul li a,
    .fp-viewing-4rdPage #gnb ul li a,
    .fp-viewing-5rdPage #gnb ul li a,
    .fp-viewing-6rdPage #gnb ul li a, 
    .fp-viewing-lastPage #gnb ul li a {
        color: #333;
    }
}

@media screen and (min-width:1139px) {
    #header {
        height: 100px;
    }

    #header h1 {
        padding: 25px 30px;
    }

    #header h1 a em.logo-mark {
        width: 100px;
        height: 50px;
    }
    
    #header h1 a span.txt {
        line-height: 50px;
        padding-left: 15px;
        font-size: 18px;
    }

    #header .phonenum {
        top: 25px;
    }

    #header .phonenum a {
        width: auto;
    }

    #header .phonenum a em {
        display: inline-block;
        width: auto;
        vertical-align: top;
    }

    #header .phonenum a span {
        display: inline-block;
        padding-left: 10px;
        font-size: 20px;
        font-weight: 400;
        vertical-align: top;
    }

    #header .phonenum a span b {
        font-weight: 700;
    }

    #gnb {
        position: absolute;
        top: 25px;
        right: 220px;
    }
}

@media screen and (min-width:1280px) {.scrollOn #header,
    .fp-viewing-2rdPage #header,
    .fp-viewing-3rdPage #header,
    .fp-viewing-4rdPage #header,
    .fp-viewing-5rdPage #header,
    .fp-viewing-6rdPage #header, 
    .fp-viewing-lastPage #header {
        background-color: rgba(255,255,255,0.9);
    }
}

@media screen and (min-width:1439px) {
    .fp-viewing-2rdPage #header,
    .fp-viewing-3rdPage #header,
    .fp-viewing-4rdPage #header,
    .fp-viewing-5rdPage #header,
    .fp-viewing-6rdPage #header, 
    .fp-viewing-lastPage #header {
        height: 80px;
    }

    .fp-viewing-2rdPage #header h1,
    .fp-viewing-3rdPage #header h1,
    .fp-viewing-4rdPage #header h1,
    .fp-viewing-5rdPage #header h1,
    .fp-viewing-6rdPage #header h1, 
    .fp-viewing-lastPage #header h1 {
        padding: 15px 30px;
    }

    .fp-viewing-2rdPage #header .phonenum,
    .fp-viewing-3rdPage #header .phonenum,
    .fp-viewing-4rdPage #header .phonenum,
    .fp-viewing-5rdPage #header .phonenum,
    .fp-viewing-6rdPage #header .phonenum, 
    .fp-viewing-lastPage #header .phonenum {
        top: 15px;
    }

    #gnb {
        position: absolute;
        top: 25px;
        right: 220px;
    }

    #gnb {
        width: 1000px;
        left: 50%;
        margin-left: -500px;
        right: auto;
        text-align: center;
    }

    #gnb ul li a {
        padding: 0 40px;
        font-size: 18px;
    }

    .fp-viewing-2rdPage #gnb,
    .fp-viewing-3rdPage #gnb,
    .fp-viewing-4rdPage #gnb,
    .fp-viewing-5rdPage #gnb,
    .fp-viewing-6rdPage #gnb, 
    .fp-viewing-lastPage #gnb {
        top: 15px;
    }
}


/* 상단 이미지 */
.sct1 {
    padding: 0;
}

.sct1 .visual_area .ctrlbox {
    display: none;
    z-index: 2000;
    position: absolute;
    top: 295px;
    width: 100%;
    text-align: center;
}

.sct1 .visual_area .ctrlbox {
    margin-bottom: 15px;
}

.sct1 .visual_area .ctrlbox button {
    position: relative;
    width: 36px;
    height: 36px;
    border: none;
    background-color: rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
}

.sct1 .visual_area .ctrlbox button.next {
    padding-left: 9px;
}

.sct1 .visual_area .ctrlbox button.pause, .sct1 .visual_area .ctrlbox button.play {
    width: 25px;
}

.sct1 .visual_area .ctrlbox .list_num {
    position: relative;
    top: 2px;
    display: inline-block;
    padding: 0 5px;
    font-size: 17px;
    color: #fff;
}

.sct1 .visual_area .ctrlbox .list_num span {
    padding: 0 7px;
}

.sct1 .visual_area {
    position: relative;
}

.sct1 .visual_area .list {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sct1 .visual_area .list .cont {
    float: left;
    width: 100%;
    height: 100vh;
}

.sct1 .visual_area .list .cont .visual_tx {
    position: absolute;
    top: 160px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    letter-spacing: -.5pt;
}

.sct1 .visual_area .list .cont .visual_tx .slogan {
    position: relative;
    padding-top: 70px;
    transition: 1s .1s;
    opacity: 0;
}

.sct1 .visual_area .list .cont .visual_tx .slogan img {
    position: absolute;
    top: 0;
    left: 0;
}

.sct1 .visual_area .list .cont .visual_tx .open-month {
    position: absolute;
    top: -50px;
    right: -10px;
    width: 100px;
    height: 100px;
    line-height: 26px;
    padding-top: 25px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    transition: 1s .1s;
    opacity: 0;
}

.sct1 .visual_area .list .cont .visual_tx .open-month:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 88px;
    height: 88px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    content: '';
}

.sct1 .visual_area .list .cont .visual_tx .open-month em {
    display: block;
    color: #BF276F;
    font-size: 26px;
}

.sct1 .visual_area .list .cont .visual_tx .open-month span {
    display: block;
    color: #334395;
    font-size: 16px;
}

.sct1 .visual_area .list .cont .img {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sct1 .visual_area .list .cont .img span {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: 2s .1s;
}

.sct1 .visual_area .list .cont[class*=slick-active].on .visual_tx .slogan {
    padding-top: 0;
    transition-delay: 800ms;
    opacity: 1;
}

.sct1 .visual_area .list .cont[class*=slick-active].on .visual_tx .open-month {
    transition-delay: 1200ms;
    opacity: 1;
}

.sct1 .visual_area .list .cont[class*=slick-active].on .img span {
    transform: scale(1);
    transform: rotate(.001deg);
}

.sct1 .visual_area .list .cont .img .v1,
.sct1 .visual_area .list .cont .img .v2 {
    background: #95ADD3 url('../images/teaser/m_teaser_topimg.jpg') no-repeat center center/cover;
}

#mainSlide .mouse {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -10px;
    z-index: 3500;
    text-align: center;
}

#mainSlide .mouse .mouse_ico {
    position: relative;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    overflow: hidden;    
    opacity: 0.6;    
    overflow: visible;
    opacity: 1;
    height: auto;
    bottom: 0;
    -webkit-animation: nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
    animation: nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
    width: 20px;
    margin-top: 20px;   
}

#mainSlide .mouse .mouse_ico::before{ 
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    margin-left: -1px;
    top: 16px;
    background-color: rgba(255,255,255,0.7);
    width: 2px;
    height: 6px;
    border-radius: 10px;
    transition: background-color .55s cubic-bezier(.5,.1,.07,1);
    -webkit-animation: trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
    animation: trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
}

@-webkit-keyframes trackBallSlide { 
    0% {
        opacity:1;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }

    45% {
        opacity:0;
        -webkit-transform:scaleY(0.5) translateY(13px);
        transform:scaleY(0.5) translateY(13px);
    }

    46% {
        opacity:0;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }

    65%, 100% {
        opacity:1;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }
}

@keyframes trackBallSlide { 
    0% {
        opacity:1;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }

    45% {
        opacity:0;
        -webkit-transform:scaleY(0.5) translateY(13px);
        transform:scaleY(0.5) translateY(13px);
    }

    46% {
        opacity:0;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }

    65%, 100% {
        opacity:1;
        -webkit-transform:scaleY(1) translateY(-10px);
        transform:scaleY(1) translateY(-10px);
    }
}

@keyframes nudgeMouse { 
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }

    45% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px);
    }

    65%, 100% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
}

@-webkit-keyframes nudgeMouse { 
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }

    45% {
        -webkit-transform:translateY(8px);
        transform:translateY(8px);
    }

    65%, 100% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
}

@media screen and (min-width:1139px) {
    .sct1 .visual_area .list .cont .visual_tx {
        top: 150px;
        width: 500px;
        margin-left: 50px;
    }
    
    .sct1 .visual_area .list .cont .visual_tx .open-month {
        top: -40px;
        right: -20px;
        width: 150px;
        height: 150px;
        line-height: 40px;
        padding-top: 35px;
    }
    
    .sct1 .visual_area .list .cont .visual_tx .open-month:after {
        top: 10px;
        left: 10px;
        width: 128px;
        height: 128px;
    }
    
    .sct1 .visual_area .list .cont .visual_tx .open-month em {
        font-size: 40px;
    }
    
    .sct1 .visual_area .list .cont .visual_tx .open-month span {
        font-size: 26px;
    }

    .sct1 .visual_area .list .cont .img .v1,
    .sct1 .visual_area .list .cont .img .v2 {
        background: #95ADD3 url('../images/teaser/teaser_topimg.jpg') no-repeat center bottom/cover;
    }
}

@media screen and (min-width:1439px) {
    .sct1 .visual_area .list .cont .visual_tx {
        top: 180px;
    }
}


/* 프리미엄 */
#premium {
    position: relative;
    padding-top: 60px;
    background: url("../images/teaser/premium_titbg.jpg") no-repeat center top/100% auto;
}

#premium h2.mobile-only {
    padding: 20px;
    text-align: center;
}

#premium h2.mobile-only img {
    width: 200px;
}

#premium ul li {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 0;
}

#premium ul li.premiumtit {
    display: none;
}

#premium ul li .pic img {
    width: 100%;
}

#premium ul li .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 20px 20px;
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,0.5); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.5)',GradientType=0 ); /* IE6-9 */
}

#premium ul li .txt em {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.5pt;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

#premium ul li .txt span {
    display: block;
    line-height: 1.5;
}

#premium ul li .txt span br {
    display: none;
}

#premium ul li .num {
    position: absolute;
    bottom: -30px;
    right: 0px;
    font-size: 50px;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #fff;
    opacity: 0.4;
}

@media screen and (min-width:767px) {
    #premium {
        padding: 0px;
        background: none;
    }

    #premium h2.mobile-only {
        display: none;
    }

    #premium ul li {
        width: 50%;
    }

    #premium ul li.premiumtit {
        display: block;
    }

    #premium ul li.premiumtit .pic {
        opacity: 1 !important;
    }

    #premium ul li.premiumtit:hover .pic img {
        transform: scale(1) !important;
    }

    #premium ul li.premiumtit h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -100px;
    }

    #premium ul li.premiumtit h2 img {
        width: 200px;
    }
}

@media screen and (min-width:1280px) {
    #premium ul li.premiumtit h2 {
        margin-top: 0;
    }

    #premium ul li {
        width: 33.3333%;
        height: 50vh;
        background-color: #000;
    }
    
    #premium ul li .pic,
    #premium ul li .pic img {
        height: 100%;
    }
    
    #premium ul li .txt {
        overflow: hidden;
        padding: 40px;
    }
    
    #premium ul li .txt span {
        height: 10px;
        opacity: 0;
    }

    #premium ul li:hover .pic {
        opacity: 0.5;
    }

    #premium ul li:hover .pic img {
        transform: scale(1.2);
    }
    
    #premium ul li:hover .txt span {
        height: 40px;
        opacity: 1;
    }
}

@media screen and (min-width:1480px) {
    #premium ul li.premiumtit h2 {
        margin-top: -20px;
        margin-left: -150px;
    }

    #premium ul li.premiumtit h2 img {
        width: 300px;
    }

    #premium ul li .txt em {
        font-size: 30px;
    }

    #premium ul li .txt span {
        font-size: 16px;
    }

    #premium ul li .txt span br {
        display: block;
    }
    
    #premium ul li .num {
        bottom: -50px;
        font-size: 80px;
    }
}


/* 입지환경 */
#bestLocation {
    position: relative;
    padding-top: 80px;
}

#bestLocation .bl-con h2 {
    width: 100px;
    height: 100px;
    line-height: 30px;
    padding-top: 20px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
}

#bestLocation .bl-con h2 em {
    display: block;
    font-size: 30px;
}

#bestLocation .bl-con h2 span {
    display: block;
    color: #999;
    font-weight: 400;
}

#bestLocation .bl-con h3 {
    line-height: 1.4;
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.5pt;
}

#bestLocation .bl-con h3 em {
    display: block;
}

#bestLocation .bl-con h3 span {
    display: block;
}

#bestLocation .bl-con h3 b {
    font-weight: 700;
}

#bestLocation .bl-con ul {
    margin-top: 30px;
}

#bestLocation .bl-con ul li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
}

#bestLocation .bl-con ul li .icobox {
    width: 100px;
    height: 100px;
    line-height: 1.4;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
}

#bestLocation .bl-con ul li .icobox em {
    display: block;
    font-size: 30px;
}

#bestLocation .bl-con ul li .icobox span {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

#bestLocation .bl-con ul li p {
    margin-top: 10px;
}

#bestLocation .bl-con ul li p br {
    display: none;
}

#bestLocation .bl-map {
    position: relative;
    font-size: 0;
}

#bestLocation .bl-map .mapbox {
    display: none;
}

@media screen and (min-width:639px) {
    #bestLocation .bl-con ul {
        padding: 0 50px;
        margin-top: 50px;
    }

    #bestLocation .bl-con ul li p {
        text-align: center;
    }

    #bestLocation .bl-con ul li p br {
        display: block;
    }

    #bestLocation .bl-map {
        margin-top: 40px;
    }
}

@media screen and (min-width:960px) {
    #bestLocation .bl-con {
        width: 50%;
    }

    #bestLocation .bl-con ul {
        padding: 0;
    }

    #bestLocation .bl-map .mobile-only {
        display: none;
    }

    #bestLocation .bl-map {
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        margin-top: 0;
        background: url("../images/teaser/m_locationmap.jpg") no-repeat center/cover;
    }
}

@media screen and (min-width:1280px) {
    #bestLocation {
        padding: 0;
    }

    #bestLocation .bl-con h2 {
        width: 120px;
        height: 120px;
        line-height: 36px;
        padding-top: 25px;
        margin-top: 20px;
        font-size: 20px;
        transition: 1s .1s;
    }
    
    #bestLocation .bl-con h2 em {
        display: block;
        font-size: 40px;
    }
    
    #bestLocation .bl-con h3 {
        font-size: 34px;
        transition: 1s .1s;
    }

    #bestLocation .bl-con ul {
        max-width: 600px;
        margin: 50px auto 0;
    }

    #bestLocation .bl-con ul li {
        margin-bottom: 40px;
    }

    #bestLocation .bl-con ul li:nth-child(3),
    #bestLocation .bl-con ul li:nth-child(4) {
        margin-bottom: 0;
    }

    #bestLocation .bl-con ul li p {
        font-size: 16px;
    }

    #bestLocation .bl-map {
        background: url("../images/teaser/locationmap.jpg") no-repeat center/cover;
    }

    #bestLocation .bl-map .mapbox {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0;
        width: 100%;
        display: block;
        font-size: 0;
    }

    #bestLocation .bl-map .mapbox a {
        position: absolute;
        bottom: 30px;
        right: 80px;
        width: 530px;
        opacity: 0;
        cursor: default;
    }

    #bestLocation .bl-map .mapbox:hover a {
        opacity: 1;
    }
}

@media screen and (min-width:1439px) {
    #bestLocation .bl-con ul li .icobox {
        width: 150px;
        height: 150px;
        line-height: 1.6;
        padding-top: 25px;
    }
    
    #bestLocation .bl-con ul li .icobox em {
        font-size: 40px;
    }
    
    #bestLocation .bl-con ul li .icobox span {
        font-size: 20px;
    }
}

@media screen and (min-width:1639px) {
    #bestLocation .bl-con h3 {
        line-height: 1.2;
        font-size: 40px;
    }
}


/* 사업개요 */
#introduce {
    position: relative;
    padding: 80px 20px 0;
    background: #BF276F url("../images/teaser/introduce_bg.png") no-repeat center/cover;
}

#introduce h2 {
    margin-bottom: 20px;
    text-align: center;
}

#introduce h2 img {
    width: 150px;
}

#introduce .introduce-info {
    max-width: 1200px;
    padding: 30px 20px 20px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

#introduce .introduce-info ul li {
    width: 100%;
    margin-bottom: 10px;
}

#introduce .introduce-info ul li dl dt {
    display: block;
}

#introduce .introduce-info ul li dl dt em {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    background-color: #333;
    border-radius: 16px;
    color: #fff;
    text-align: center;
}

#introduce .introduce-info ul li dl dd {
    margin-top: 10px;
    text-align: center;
}

#introduce .introduce-pic {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 -20px;
    font-size: 0;
    border-radius: 10px 10px 0 0;
}

#introduce .introduce-pic img {
    width: 170%;
    max-width: 170%;
    margin-left: -32%;
}

@media screen and (min-width:767px) {
    #introduce {
        padding: 80px 40px 0;
    }

    #introduce .introduce-info {
        padding: 40px 40px 30px;
    }

    #introduce .introduce-info ul li dl {
        display: table;
        width: 100%;
    }

    #introduce .introduce-info ul li dl dt {
        display: table-cell;
        width: 120px;
        vertical-align: middle;
    }

    #introduce .introduce-info ul li dl dt em {
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 16px;
    }

    #introduce .introduce-info ul li dl dd {
        display: table-cell;
        padding-left: 20px;
        margin-top: 0;
        vertical-align: middle;
        font-size: 16px;
        text-align: left;
        letter-spacing: -.5pt;
    }

    #introduce .introduce-pic {
        margin: 0 -40px;
    }

    #introduce .introduce-pic img {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (min-width:1280px) {
    #introduce {
        padding: 0;
    }

    #introduce h2 {
        padding-top: 100px;
    }

    #introduce h2 img {
        width: 200px;
    }

    #introduce .introduce-info {
        padding-bottom: 20%;
    }

    #introduce .introduce-info ul li {
        width: 50%;
    }

    #introduce .introduce-pic {
        position: absolute;
        bottom: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30%;
        margin: 0;
        background: url("../images/teaser/introduce_pic.jpg") no-repeat center/cover;
    }

    #introduce .introduce-pic img {
        display: none;
    }
}

@media screen and (min-width:1400px) {
    #introduce .introduce-pic {
        left: 50%;
        height: 40%;
        margin-left: -700px;
    }
}

@media screen and (min-width:1400px) {
    #introduce .introduce-info ul li {
        margin-bottom: 20px;
    }
}


/* 브랜드 */
#brand {
    padding: 80px 20px 20px;
}

#brand .brand-con {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

#brand .brand-con h2 {
    text-align: center;
}

#brand .brand-con h2 em {
    display: block;
}

#brand .brand-con h2 em img {
    width: 150px;
}

#brand .brand-con h2 span {
    display: block;
    color: #2266B2;
}

#brand .brand-con p.txt {
    margin-top: 20px;
}

#brand .brand-con p.txt span {
    display: block;
    margin-top: 10px;
}

#brand .brand-con p.txt span:first-child {
    margin-top: 0;
}

#brand .brand-con p.txt span br {
    display: none;
}

#brand .brand-con .brand-point {
    margin-top: 20px;
}

#brand .brand-con .brand-point ul li {
    width: 32%;
    margin-left: 2%;
    text-align: center;
}

#brand .brand-con .brand-point ul li:first-child {
    margin-left: 0;
}

#brand .brand-con .brand-point ul li em {
    display: block;
    padding: 20px 0;
    background-color: #2266B2;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

#brand .brand-con .brand-point ul li span {
    display: block;
    line-height: 1.4;
    margin-top: 10px;
}

#brand .brand-img {
    max-width: 1200px;
    margin: 20px auto 0;
    font-size: 0;
}

#brand .brand-img ul li {
    margin-top: 10px;
}

#brand .brand-img ul li span {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 3px;
}

#brand .brand-img ul li span:first-child {
    margin-top: 0;
}

#brand .brand-img ul li img {
    width: 100%;
}

@media screen and (min-width:767px) {
    #brand .brand-con h2 {
        text-align: center;
    }
    
    #brand .brand-con h2 em img {
        width: 225px;
    }
    
    #brand .brand-con h2 span {
        padding-top: 5px;
        font-size: 30px;
    }

    #brand .brand-con p.txt {
        margin-top: 30px;
        font-size: 18px;
        letter-spacing: -.5pt;
        text-align: center;
    }
    
    #brand .brand-con p.txt span {
        margin-top: 5px;
    }

    #brand .brand-con .brand-point {
        width: 600px;
        margin: 50px auto 0;
    }

    #brand .brand-con .brand-point ul li em {
        width: 130px;
        height: 130px;
        padding: 30px 0;
        margin: 0 auto;
        font-size: 36px;
    }

    #brand .brand-con .brand-point ul li span {
        font-size: 18px;
    }

    #brand .brand-img {
        margin-top: 40px;
    }

    #brand .brand-img ul li {
        width: 32%;
        margin-left: 2%;
    }

    #brand .brand-img ul li:first-child {
        margin-left: 0;
    }

    #brand .brand-img ul li span {
        margin-top: 15px;
    }
}

@media screen and (min-width:1139px) {
    #brand .brand-con {
        margin-top: 80px;
        padding-right: 50%;
    }

    #brand .brand-con h2 {
        text-align: left;
    }

    #brand .brand-con p.txt {
        text-align: left;
    }

    #brand .brand-con p.txt span br {
        display: block;
    }

    #brand .brand-con .brand-point {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        margin-top: 0;
    }
}

@media screen and (min-width:1280px) {
    #brand {
        padding: 0;
    }

    #brand .brand-con {
        padding-right: 0;
    }
}


/* 오시는 길 */
#locationMap .lm-map {
    position: relative;
    font-size: 0;
}

#locationMap .lm-map img {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
}

#locationMap .lm-map .map-box {
    width: 100%;
    height: 400px;
}

#locationMap .lm-con ul li {
    overflow: hidden;
    width: 100%;
    padding: 30px;
    border-top: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}

#locationMap .lm-con ul li .icobox {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#locationMap .lm-con ul li .icobox:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    background-color: #dcdcdc;
    content: '';
}

#locationMap .lm-con ul li .icobox span.ico {
    display: block;
    font-size: 30px;
}

#locationMap .lm-con ul li .icobox em {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

#locationMap .lm-con ul li p {
    color: #666;
}

#locationMap .lm-con ul li p b {
    font-size: 26px;
    font-weight: 800;
    color: #212121;
}

#locationMap .lm-con ul li a {
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    margin: 10px auto 0;
    background-color: #212121;
    color: #fff;
    border-radius: 20px;
}

#locationMap .lm-con ul li:last-child {
    background-color: #333;
}

#locationMap .lm-con ul li:last-child .icobox span.ico {
    color: #fff;
    opacity: 0.3;
}

#locationMap .lm-con ul li:last-child .icobox em {
    color: #fff;
}

#locationMap .lm-con ul li:last-child p {
    color: #999;
}

@media screen and (min-width:767px) {
    #locationMap .lm-map img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    #locationMap .lm-con ul li {
        width: 50%;
    }

    #locationMap .lm-con ul li:nth-child(2n) {
        border-left: 1px solid rgba(0,0,0,0.1);
    }
}

@media screen and (min-width:1280px) {
    #locationMap {
        padding: 0;
    }

    #locationMap .lm-map {
        position: absolute;
        top: 0;
        left: 0;
        right: 50%;
        bottom: 0;
        background: url("../images/teaser/location_naver.png") no-repeat center/cover;
    }

    #locationMap .lm-map img {
        display: none;
    }

    #locationMap .lm-con {
        margin-left: 50%;
    }

    #locationMap .lm-con ul li {
        height: 50vh;
        display: flex;
        padding: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #locationMap .lm-con ul li .icobox span.ico {
        font-size: 40px;
    }
    
    #locationMap .lm-con ul li .icobox em {
        font-size: 20px;
    }
    
    #locationMap .lm-con ul li p {
        font-size: 16px;
    }
}


/* 하단 푸터 */
.sct7 {
    padding: 0;
}

.sct7.fp-section.fp-table,
.sct7 .fp-tableCell {
    display: block;
    height: auto !important;
}

#footer {
    position: relative;
    height: auto;
    padding: 20px;
    border-top: 1px solid #dcdcdc;
}

#footer .site-guide {
    padding: 0 20px 20px;
    margin: 0 -20px 20px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 12px;
    color: #999;
}

#footer h1 {
    font-size: 0;
}

#footer h1 a {
    display: block;
}

#footer h1 a img {
    width: 120px;
}

#footer .build-info {
    margin-top: 10px
}

#footer .build-info .big-txt {
    font-size: 16px;
    color: #212121;
}

#footer .build-info .small-txt {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

#footer .copyright-marketing {
    position: relative;
    max-width: 1200px;
    padding-top: 10px;
    margin: 20px auto 0;
    border-top: 1px solid #dcdcdc;
    font-size: 12px;
    color: #999;
}

@media screen and (min-width:767px) {
    #footer {
        padding: 20px 40px 40px;
        text-align: center;
    }

    #footer .site-guide {
        padding: 0 20px 20px;
        margin: 0 -40px 20px;
    }
}

@media screen and (min-width:1139px) {
    #footer .copyright-marketing {
        padding-top: 20px;
        text-align: left;
    }

    #footer .copyright-marketing .marketing {
        position: absolute;
        top: 20px;
        right: 0;
        text-align: right;
    }
}

@media screen and (min-width:1639px) {
    #footer {
        padding: 20px 0;
    }
}


/* 모바일 메뉴 */
.mnubtn {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 6000;
}

@media screen and (min-width:979px) {
    .mnubtn {
        display: none;
    }
}


/* 팝업 존 */
#popupZone {
    position: absolute;
    top: 100px;
    left: 0;
    width: 350px;
    padding-right: 50px;
    z-index: 4000;
    font-size: 0;
}

#popupZone .popupCloseArea {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background-color: #666;
}

#popupZone .popupCloseArea a {
    display: block;
    height: 100%;
    padding-top: 20px;
    text-align: center;
}

#popupZone .popupCloseArea a:after {
    position: absolute;
    bottom: 25px;
    left: 15px;
    width: 20px;
    height: 24px;
    background: url("../images/common/popup_arrow.png") no-repeat center;
    transform: rotate(180deg);
    transition: .3s ease-in-out;
    content: '';
}

#popupZone.open {
    left: -350px;
}

#popupZone.open .popupCloseArea {
    right: -50px;
}

#popupZone.open .popupCloseArea a:after {
    transform: rotate(0);
}

@media screen and (min-width:639px) {
    #popupZone {
        width: 450px;
    }

    #popupZone.open {
        left: -450px;
    }
}