#header {z-index: 9999}
#header .pcHeader {background: rgba(255,255,255,0.2); transition: 0.2s;}
#header .pcHeader .inner {max-width: 135rem; padding: 2.7rem 0;}
#header .pcHeader .logo {}
#header .pcHeader .logo .dimg {transition: 0.2s;}
#header .pcHeader .logo .aimg {opacity: 0; transition: 0.2s;}
#header .pcHeader .gnb {gap: 5rem; margin-left: auto; margin-right: 4rem; color: #fff}
#header .pcHeader .call {}
#header .pcHeader .call .dimg {transition: 0.2s;}
#header .pcHeader .call .aimg {opacity: 0; transition: 0.2s;}

#header .pcHeader.act {background: #fff}
#header .pcHeader.act .logo .dimg {opacity: 0}
#header .pcHeader.act .logo .aimg {opacity: 1}
#header .pcHeader.act .gnb {color: #202020}
#header .pcHeader.act .call .dimg {opacity: 0}
#header .pcHeader.act .call .aimg {opacity: 1}

@media all and (max-width: 880px){
    #header {}

    #header .moHead {background: rgba(255,255,255,0.05); transition: 0.2s;}
    #header .moHead .inner {max-width: 89.3%; padding: 1rem 0;}
    #header .moHead .logo {width: 15.2rem;}
    #header .moHead .logo .dimg {transition: 0.2s;}
    #header .moHead .logo .aimg {opacity: 0; transition: 0.2s;}
    #header .moHead .menuBtn {width: 3rem;}
    #header .moHead .menuBtn .dimg {transition: 0.2s;}
    #header .moHead .menuBtn .aimg {opacity: 0; transition: 0.2s;}

    #header .moHead.act {background: #fff; box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.16)}
    #header .moHead.act .logo .dimg {opacity: 0;}
    #header .moHead.act .logo .aimg {opacity: 1;}
    #header .moHead.act .menuBtn .dimg {opacity: 0}
    #header .moHead.act .menuBtn .aimg {opacity: 1}

    #header .menuWrap {position: fixed; width: 100%; height: 100%; top: 0; display: none;}
    #header .menuWrap .menuBg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: absolute; top:0; left: 0;}

    #header .menuBox {width: 70%; height: 100%; margin-left: auto; background: #fff; right: -100%; transition: 1s; padding: 5.6rem 2.8rem}
    #header .menuBox .menuLogo {width: 17rem;}

    #header .menuGnb {margin-top: 3.5rem;}
    #header .menuGnb li {}
    #header .menuGnb li + li {margin-top: 3.8rem;}
    #header .menuGnb li a {display: block;}
    #header .menuGnb li span {display: block;}

    #header .menuClose {width: 1.6rem; height: 1.6rem; top: 2.4rem; right: 2.4rem;}
}

#float {z-index: 9999; right: 4rem; bottom: 4%; width: 13rem}
#float .lst {background: #fff; padding: 3.4rem 0; border-radius: 2rem; width: 13rem; display: none;}
#float .lst li {}
#float .lst li + li {padding-top: 2.8rem; margin-top: 2.8rem;}
#float .lst li + li::before {content: ''; display: block; position: absolute; width: 4rem; height: 1px; background: #313131; top: 0; left: 50%; transform: translateX(-50%);}
#float .lst li a {display: flex; flex-direction: column; align-items: center; gap: 1.6rem;}
#float .lst li a .ico {}
#float .toggle {display: flex; width: 100%; justify-content: center; margin-top: 1rem;}
#float .toggle .ico {filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.16));}
#float .top {text-align: center; display: flex; flex-direction: column; align-items: center; color: #fff; gap: 1rem; margin-top: 1.6rem;}
#float .top .ico {filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.16)); transition: 0.2s;}

#float.act .top {}
#float.act .top .ico {transform: scaleY(-1);}
#float.act .top .txt {opacity: 0}

@media all and (max-width: 880px){
    #float {right: 0; width: 6rem;}
    #float .lst {width: auto; padding: 1.8rem 0; width: 6.4rem; border-radius: 2rem 0 0 2rem; filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2));}
    #float .lst li {}
    #float .lst li + li {padding: 0; margin-top: 1.5rem;}
    #float .lst li + li::before {display: none;}
    #float .lst li a {}
    #float .lst li a .ico {transform: scale(0.9);}
    #float .lst li a .txt {display: none;}
    #float .toggle {}
    #float .toggle .ico {width: 4rem;}
    #float .top {margin-top: 1rem;}
    #float .top .ico {width: 4rem;}
    #float .top .txt {display: none;}
}

#modal {z-index: 9999; display: none;}
#modal .modalBg {background: rgba(0,0,0,0.5)}
#modal .modalBox {max-width: 52.5rem;}
#modal .mdClose {top: 2rem; right: 2rem; width: 2rem; cursor: pointer}

@media all and (max-width: 880px){
    #modal {}
    #modal .modalBg {}
    #modal .modalBox {max-width: 86%; width: 100%;}
    #modal .mdClose {}
}

#footer {background: #363332; padding: 4.8rem;}
#footer .txt {color: #A8A8A8; line-height: 3rem;}

@media all and (max-width: 880px){
    #footer {padding: 4rem 0;}
    #footer .txt {line-height: 2.6rem; font-size: 1.8rem;}
}

#wrap {overflow: hidden;}

#s1 {height: 100vh}
#s1 .bgImg {height: 100%}
#s1 .bgImg .img {height: 100%}
#s1 .bgImg .img img {height: 100%; object-fit: cover}
#s1 .bgImg .img video {width: 100%; height: 100%; object-fit: cover;}
#s1 .txtArea {bottom: 12.4rem;}
#s1 .txtArea .tit {padding-bottom: 4.8rem; line-height: 5.4rem;}
#s1 .txtArea .subt {}
#s1 .txtArea .subt i {font-style: normal; padding: 0 1rem;}

@media all and (max-width: 880px){
    #s1 {}
    #s1 .bgImg {}
    #s1 .txtArea {max-width: var(--innerMo); left: 50%; transform: translateX(-50%); bottom: 10%;}
    #s1 .txtArea .tit {font-size: 2.8rem; text-align: left; line-height: 4rem; padding-bottom: 3.3rem;}
    #s1 .txtArea .subt {text-align: left}
    #s1 .txtArea .subt li {display: flex; gap: 1rem; line-height: 1.5;}
    #s1 .txtArea .subt li + li {margin-top: 1rem;}
    #s1 .txtArea .subt li .line {}
}

#s2 {background: url('../img/s2_bg.jpg') center/cover;}
#s2 .inner {padding: 14.5rem 0;}
#s2 .img {width: 50%}
#s2 .txts {width: 50%; padding-left: 9rem;}
#s2 .txts .tit {line-height: 7rem; padding-bottom: 3.6rem;}
#s2 .txts .tit b {font-weight: bold;}
#s2 .txts .wrt {line-height: 4rem;}

@media all and (max-width: 880px){
    #s2 {background: url('../img/s2_bg_mo.jpg') center/cover;}
    #s2 .inner {padding: 8.8rem 0 11.5rem; flex-direction: column; align-items: baseline;}
    #s2 .img {width: 95%}
    #s2 .txts {width: 100%; text-align: center; padding: 0; margin-top: 6.4rem;}
    #s2 .txts .tit {font-size: 3.5rem; line-height: 5rem;}
    #s2 .txts .wrt {font-size: 2.8rem;}
}

#s3 {background: #F8F8F8}
#s3 .inner {padding: 16.5rem 0; justify-content: flex-end; gap: 4.6rem;}
#s3 .txtArea {width: 100%; max-width: 67rem;}
#s3 .txtArea .tit {line-height: 5.2rem; padding-bottom: 5.2rem;}
#s3 .txtArea .lst {}
#s3 .txtArea .lst li {}
#s3 .txtArea .lst li + li {padding-top: 2.4rem; margin-top: 2.4rem; border-top: 1px solid #C2C2C2}
#s3 .txtArea .lst li .ltit {gap: 2.7rem;}
#s3 .txtArea .lst li .ltit .num {line-height: 1; top: -0.2rem;}
#s3 .txtArea .lst li .ltit .txt {}
#s3 .txtArea .lst li .lwrt {line-height: 2.4rem; padding-top: 1rem;}
#s3 .txtArea .lst li .lprg {padding-top: 1.7rem;}
#s3 .s3Swiper {overflow: hidden; width: 100%; max-width: 90rem;}

@media all and (max-width: 880px){
    #s3 {}
    #s3 .inner {flex-direction: column-reverse; gap: 0; padding: 10rem 0 12.5rem;}
    #s3 .txtArea {max-width: 92%; margin-left: auto; padding-top: 4.5rem}
    #s3 .txtArea .lst li .ltit .txt {line-height: 4rem;}
    #s3 .txtArea .lst li .lwrt {padding-top: 1.5rem;}
    #s3 .txtArea .lst li .lprg {font-size: 1.2rem;}
    #s3 .motitle {line-height: 4.6rem; padding-bottom: 3.4rem;}
}

#s4 {}
#s4 .title {margin: 9.4rem 0 0; line-height: 5.2rem;}
#s4 .tab {margin: 3rem 0 6rem; gap: 0.8rem;}
#s4 .tab li {width: 19rem;}
#s4 .tab li a {display: block; border: 1px solid #231815; border-radius: 2.3rem; text-align: center; padding: 1rem 0;}
#s4 .tab li:hover a {border: 1px solid #D94655; background: #D94655; color: #fff;}
#s4 .cont {}
#s4 .cont .ctit {z-index: 99; top: 11rem;}
#s4 .cont .ctit .subt {letter-spacing: 1em; text-transform: uppercase; padding-bottom: 3rem;}
#s4 .cont .ctit .tit {letter-spacing: 1em;}
#s4 .cont .lst {}
#s4 .cont .lst li {cursor: pointer;}
#s4 .cont .lst li .img {}
#s4 .cont .lst li .img .dimg {transition: 0.2s;}
#s4 .cont .lst li .img .himg {transition: 0.2s; opacity: 0}
#s4 .cont .lst li:hover .img .dimg {}
#s4 .cont .lst li:hover .img .himg {opacity: 1}

@media all and (max-width: 880px){
    #s4 {}
    #s4 .title {font-size: 3.6rem;}
    #s4 .title span {font-size: 4rem;}
    #s4 .tab {flex-wrap: wrap; max-width: 81.4%; margin: 0 auto; padding: 2rem 0 5.7rem; justify-content: space-between;}
    #s4 .tab li {width: calc((100% - 0.8rem) / 2);}
    #s4 .tab li a {}
    #s4 .tab li.on a {}
    #s4 .cont {}
    #s4 .cont .ctit {display: none}
    #s4 .cont .lst {flex-direction: column;}
}

#s5 {background: #F9F7F2}
#s5 .inner {padding: 14.4rem 0 9.6rem;}
#s5 .title {line-height: 5.2rem;}
#s5 .tab {margin: 2.8rem 0 4rem; gap: 0.8rem;}
#s5 .tab li {cursor: pointer; width: 19rem; border: 1px solid #DBD9D5; background: #fff; border-radius: 2.3rem; text-align: center; padding: 1rem 0;}
#s5 .tab li.on {border: 1px solid #D94655; background: #D94655; color: #fff;}
#s5 .cont {max-width: 136rem; margin: 0 auto;}
#s5 .cont .box {background: #FFFFFF; padding-top: 2rem; display: flex; gap: 4rem; justify-content: center; display: none;}
#s5 .cont .box.on {display: flex;}
#s5 .cont .box .img {}
#s5 .cont .box .txts {padding-top: 4rem;}
#s5 .cont .box .txts .ico {}
#s5 .cont .box .txts .name {padding: 1.6rem 0 2.6rem;}
#s5 .cont .box .txts .name span {}
#s5 .cont .box .txts .hst {line-height: 2.8rem; display: flex; gap: 5rem;}
#s5 .cont .box .txts .hst .htxt {}

@media all and (max-width: 880px){
    #s5 {}
    #s5 .inner {padding: 13rem 0 9rem}
    #s5 .title {font-size: 3.6rem; line-height: 4.8rem;}
    #s5 .tab {margin: 3rem 0 3.7rem; gap: 0.6rem;}
    #s5 .tab li {}
    #s5 .tab li.on {}
    #s5 .cont {max-width: 83.7%;}
    #s5 .cont .box {padding: 1rem 0 3.5rem; gap: 1.6rem; flex-direction: column;}
    #s5 .cont .box.on {}
    #s5 .cont .box .img {}
    #s5 .cont .box .txts {padding: 0; max-width: 81%; margin: 0 auto;}
    #s5 .cont .box .txts .ico {}
    #s5 .cont .box .txts .name {}
    #s5 .cont .box .txts .name span {}
    #s5 .cont .box .txts .hst {font-size: 1.6rem; line-height: 2.4rem; flex-direction: column; gap: 2rem; height: 24.4rem; overflow: auto;}
    #s5 .cont .box .txts .hst .htxt {}
}

#s6 {background: url('../img/s6_bg.jpg') center/cover}
#s6 .inner {padding: 17.6rem 0;}
#s6 .tit {line-height: 6rem; margin-bottom: 5rem;}
#s6 .tit b {font-weight: bold;}
#s6 .imgs {}
#s6 .imgs .img {}

@media all and (max-width: 880px){
    #s6 {background: url('../img/s6_bg_mo.jpg') center/cover}
    #s6 .inner {padding: 12rem 0 11rem}
    #s6 .tit {font-size: 3.2rem; line-height: 4.8rem; margin-bottom: 4rem;}
    #s6 .imgs {max-width: var(--innerMo); margin: 0 auto}
    #s6 .imgs .img {}
}

#s7 {background: #F9F7F2}
#s7 .inner {padding: 16.4rem 0 8.2rem;}
#s7 .titArea {margin-bottom: 5rem;}
#s7 .titArea .subt {padding-bottom: 2.8rem;}
#s7 .titArea .tit {line-height: 6rem;}
#s7 .s7Swiper {overflow: hidden;}
#s7 .s7Swiper .slide {color: #363332}
#s7 .s7Swiper .slide .img {}
#s7 .s7Swiper .slide .tit {padding: 2.2rem 0 0.8rem;}
#s7 .s7Swiper .slide .wrt {}
#s7 .utilArea {gap: 1.3rem; align-items: center; margin-top: 7.5rem;}
#s7 .utilArea .current {}
#s7 .utilArea .total {color: #B5B5B5}
#s7 .utilArea .bar {width: 21rem; height: 0.2rem; background: #E1E1E1}
#s7 .utilArea .bar .progress {background: #D94655; transition: 0.4s; height: 100%}

@media all and (max-width: 880px){
    #s7 {}
    #s7 .inner {max-width: var(--innerMo); padding: 13rem 0 6.4rem; margin: 0 auto;}
    #s7 .titArea {}
    #s7 .titArea .subt {padding-bottom: 2.4rem; font-size: 2.4rem;}
    #s7 .titArea .tit {font-size: 3.6rem; line-height: 5rem;}
    #s7 .s7Swiper {overflow: hidden;}
    #s7 .s7Swiper .slide {}
    #s7 .utilArea {margin-top: 4.3rem;}
    #s7 .utilArea .current {font-size: 1.8rem;}
    #s7 .utilArea .total {font-size: 1.8rem;}
    #s7 .utilArea .bar {width: 15rem;}
    #s7 .utilArea .bar .progress {}
}

#s8 {}
#s8 .inner {padding: 15rem 0 9rem;}
#s8 .titArea {margin-bottom: 3rem;}
#s8 .titArea .t1 {color: #B5B5B5; text-transform: uppercase; letter-spacing: 0.5em}
#s8 .titArea .t2 {padding: 2.6rem 0 1.2rem;}
#s8 .titArea .t3 {}
#s8 .imgArea {}
#s8 .wrtArea {padding-top: 3rem; line-height: 3.2rem;}
#s8 .wrtArea b {}

@media all and (max-width: 880px){
    #s8 {}
    #s8 .inner {padding: 12rem 0 4rem;}
    #s8 .titArea {margin-bottom: 4rem;}
    #s8 .titArea .t1 {font-size: 1.4rem; letter-spacing: 0.3em}
    #s8 .titArea .t2 {font-size: 3.4rem; padding: 2rem 0 1.2rem; line-height: 4.6rem;}
    #s8 .titArea .t3 {font-size: 3.8rem; line-height: 5.1rem;}
    #s8 .imgArea {}
    #s8 .wrtArea {}
    #s8 .wrtArea b {}
}

#s9 {}
#s9 .inner {padding: 15rem 0;}
#s9 .inner::before {content: ''; display: block; position: absolute; width: 100%; height: 4.8rem; bottom: 0; background: #D94655}
#s9 .titArea {margin-bottom: 5.4rem;}
#s9 .titArea .subt {padding-bottom: 1rem;}
#s9 .titArea .tit {}
#s9 .contArea {}
#s9 .contArea .s9Swiper {overflow: hidden;; max-width: 150.9rem; margin: 0 auto;}
#s9 .contArea .s9prev,
#s9 .contArea .s9next {position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer;}
#s9 .contArea .s9prev {left: 6rem;}
#s9 .contArea .s9next {right: 6rem;}

@media all and (max-width: 880px){
    #s9 {}
    #s9 .inner {padding: 11.2rem 0; max-width: var(--innerMo); margin: 0 auto}
    #s9 .inner::before {height: 4rem;}
    #s9 .titArea {margin-bottom: 4rem;}
    #s9 .titArea .subt {font-size: 2.2rem; line-height: 3rem;}
    #s9 .titArea .tit {font-size: 3.8rem; line-height: 5rem;}
    #s9 .contArea {}
    #s9 .contArea .s9Swiper {}
    #s9 .contArea .s9prev,
    #s9 .contArea .s9next {z-index: 1; bottom: 3rem; top: auto; transform: none; width: 3.2rem;}
    #s9 .contArea .s9prev {left: 15rem;}
    #s9 .contArea .s9next {right: 15rem;}
}

#s10 {background: rgba(248,248,248,0.7)}
#s10 .inner {max-width: 149.6rem; margin: 0 auto; padding: 12.2rem 0; justify-content: space-between;}
#s10 .txtArea {align-items: baseline; padding-left: 7.4rem;}
#s10 .txtArea .ico {}
#s10 .txtArea .tit {padding: 3.2rem 0 2.4rem; line-height: 6.8rem;}
#s10 .txtArea .wrt {line-height: 3.2rem;}
#s10 .lstArea {}
#s10 .lstArea .lst {gap: 4.4rem; padding: 2.3rem 4.4rem; background: #fff; border: 1px solid #E9E6DB; border-radius: 2.8rem; min-width: 74.8rem;}
#s10 .lstArea .lst + .lst {margin-top: 1.6rem;}
#s10 .lstArea .lst .imgs {}
#s10 .lstArea .lst .txts {}
#s10 .lstArea .lst .txts .tit {padding-bottom: 1.4rem;}
#s10 .lstArea .lst .txts .wrt {line-height: 2.4rem;}

@media all and (max-width: 880px){
    #s10 {}
    #s10 .inner {max-width: var(--innerMo); margin: 0 auto; padding: 10.6rem 0; flex-direction: column;}
    #s10 .txtArea {align-items: center; padding: 0; text-align: center; margin-bottom: 5rem;}
    #s10 .txtArea .ico {width: 7.4rem;}
    #s10 .txtArea .tit {font-size: 3.8rem; line-height: 5rem;}
    #s10 .txtArea .wrt {font-size: 2rem; line-height: 3rem;}
    #s10 .lstArea {}
    #s10 .lstArea .lst {min-width: 100%; padding: 3.8rem 1.8rem; gap: 2.2rem;}
    #s10 .lstArea .lst + .lst {margin-top: 1.1rem;}
    #s10 .lstArea .lst .imgs {width: 13rem;}
    #s10 .lstArea .lst .txts {}
    #s10 .lstArea .lst .txts .tit {font-size: 2.4rem; line-height: 3.2rem; padding-bottom: 1rem;}
    #s10 .lstArea .lst .txts .wrt {font-size: 1.4rem; line-height: 2rem;}
}

#s11 {}
#s11 .inner {padding: 18.6rem 0 15.8rem; max-width: 108.9rem; margin: 0 auto;}
#s11 .tit {line-height: 7rem;}
#s11 .tit .t1 {}
#s11 .tit .t2 {}
#s11 .wrt {margin: 4rem 0 3rem; line-height: 4.6rem;}
#s11 .prg {background: rgba(31,35,30,0.5); border: 2px solid #E6BA4D; border-radius: 1.2rem; padding: 3.2rem 0; width: 100%; max-width: 79.4rem; line-height: 3.6rem;}
#s11 .prg .ico {left: -5rem;}
#s11 .cont {margin-top: 4.3rem; gap: 0.9rem;}
#s11 .cont .img {}
#s11 .cont .lst {}
#s11 .cont .lst li {gap: 1.2rem; background: rgba(0,0,0,0.4); border-radius: 2rem; padding: 4.2rem 3.4rem; width: 48rem;}
#s11 .cont .lst li + li {margin-top: 1.2rem;}
#s11 .cont .lst li .ico {}
#s11 .cont .lst li .txt {}

@media all and (max-width: 880px){
    #s11 {}
    #s11 .inner {max-width: 90.7%; margin: 0 auto; padding: 13rem 0 9.5rem;}
    #s11 .tit {line-height: 5.3rem;}
    #s11 .tit .t1 {font-size: 3.4rem;}
    #s11 .tit .t2 {font-size: 3.8rem;}
    #s11 .wrt {margin: 3rem 0 9rem; font-size: 2rem;}
    #s11 .wrt b {font-size: 3rem;}
    #s11 .prg {padding: 6rem 0 3.6rem; font-size: 2rem; line-height: 3rem;}
    #s11 .prg .ico {left: 50%; transform: translateX(-50%); top: -7rem;}
    #s11 .cont {flex-direction: column; gap: 1rem; margin-top: 1.2rem;}
    #s11 .cont .img {}
    #s11 .cont .lst {flex-wrap: wrap; gap: 0.8rem; display: flex;}
    #s11 .cont .lst li {width: calc((100% - 0.8rem) / 2); padding: 1.8rem 0; flex-direction: column; text-align: center; gap: 0.8rem;}
    #s11 .cont .lst li + li {margin: 0}
    #s11 .cont .lst li .ico {}
    #s11 .cont .lst li .txt {font-size: 1.8rem}
}

#s12 {}
#s12 .inner {padding: 16rem 0 13rem;}
#s12 .area {}
#s12 .area + .area {margin-top: 11rem;}
#s12 .area .imgArea {width: 50%}
#s12 .area .txtArea {width: 50%}
#s12 .area .txtArea .t1 {color: #D8D8D8; text-transform: uppercase; letter-spacing: 0.4em;}
#s12 .area .txtArea .t2 {padding: 2.8rem 0 1.8rem;}
#s12 .area .txtArea .t3 {line-height: 5.6rem; padding-bottom: 2.2rem;}
#s12 .area .txtArea .t4 {line-height: 3.4rem;}
#s12 .area .txtArea .t4 b {}
#s12 .areaA .txtArea {padding-left: 9rem}
#s12 .areaB .txtArea {text-align: right; padding-right: 9rem;}

@media all and (max-width: 880px){
    #s12 {}
    #s12 .inner {padding: 8rem 0 12rem;}
    #s12 .area {flex-direction: column; gap: 5.2rem;}
    #s12 .area + .area {margin-top: 8.8rem}
    #s12 .area .imgArea {width: 91.6%}
    #s12 .area .txtArea {width: 100%}
    #s12 .area .txtArea .t1 {font-size: 1.4rem; letter-spacing: 0.2em;}
    #s12 .area .txtArea .t2 {font-size: 2.2rem; padding: 2rem 0 1rem;}
    #s12 .area .txtArea .t3 {font-size: 3.2rem; line-height: 4.2rem;}
    #s12 .area .txtArea .t4 {font-size: 2rem;}
    #s12 .area .txtArea .t4 b {font-size: 2.2rem;}
    #s12 .areaA {align-items: baseline;}
    #s12 .areaA .txtArea {padding-left: 3.7rem;}
    #s12 .areaB {flex-direction: column-reverse; align-items: flex-end;}
    #s12 .areaB .txtArea {padding-right: 3.7rem;}
}

#s13 {background: url('../img/s13_bg.jpg') center/cover}
#s13 .inner {max-width: 118rem; margin: 0 auto; padding: 17rem 0 16rem}
#s13 .title {margin-bottom: 4rem; text-align: center; line-height: 5.8rem;}
#s13 .title i {font-style: normal;}
#s13 .lstArea {justify-content: space-between;}
#s13 .lstArea li {}
#s13 .lstArea li .thumbs {}
#s13 .lstArea li .tit {height: 10.5rem; line-height: 3.8rem; text-align: center;}
#s13 .lstArea li .wrt {line-height: 2.6rem; padding-top: 2rem; border-top: 1px solid #C9CDD2; width: 90%; margin: 0 auto;}

@media all and (max-width: 880px){
    #s13 {background: url('../img/s13_bg_mo.jpg') center/cover}
    #s13 .inner {padding: 14rem 0 12rem;}
    #s13 .title {font-size: 3.4rem; line-height: 5.4rem; margin-bottom: 3.2rem;}
    #s13 .title i {font-size: 4rem;}
    #s13 .lstArea {max-width: 79%; margin: 0 auto; flex-direction: column; gap: 3.4rem;}
    #s13 .lstArea li {}
    #s13 .lstArea li .thumbs {}
    #s13 .lstArea li .tit {height: auto; padding: 1.8rem 0; font-size: 3rem; line-height: 4rem;}
    #s13 .lstArea li .wrt {}
}

#s14 {height: 90vh; background: url('../img/s14_bg_1.jpg') center/cover}
#s14 .txtBox {background: rgba(23,23,23,0.25); padding: 6rem 0 8rem}
#s14 .txtBox .tit {line-height: 5.4rem;}
#s14 .txtBox .tit span {background: #D94655; padding: 0.4rem;}
#s14 .txtBox .wrt {padding-top: 2rem; line-height: 3rem;}

@media all and (max-width: 880px){
    #s14 {background: url('../img/s14_bg_1_mo.jpg') center/cover}
    #s14 .txtBox {padding: 4rem 0;}
    #s14 .txtBox .tit {line-height: 4rem;}
    #s14 .txtBox .tit span {}
    #s14 .txtBox .wrt {font-size: 1.4rem; line-height: 2.2rem; padding-top: 1.6rem;}
}

#s15 {}
#s15::before {content: ''; display: block; position: absolute; width: 100%; height: 50%; background: #F9F7F2; bottom: 0;}
#s15 .inner {padding: 15rem 0 9rem; max-width: 132.3rem;}
#s15 .title {text-align: center; margin-bottom: 6.5rem;}
#s15 .cont {justify-content: space-between;}
#s15 .cont .place {}
#s15 .cont .place .imgs {z-index: 1}
#s15 .cont .place .txts {background: #fff; padding-bottom: 3rem; border-radius: 2rem; line-height: 2.6rem; margin-top: -7rem; height: 20.4rem; display: flex; justify-content: flex-end; flex-direction: column; width: 98%; margin-left: auto;}
#s15 .cont .place .txts > div {align-items: baseline; gap: 1rem; padding-left: 8.3rem;}
#s15 .cont .place .txts .prg {background: #000; padding: 0.9rem 3.5rem; border-radius: 5rem;}
#s15 .cont .place .txts .txt {}
#s15 .cont .place .txts .txt span {font-size: 1.6rem; font-weight: 400;}
#s15 .cont .park {gap: 1rem;}
#s15 .cont .park li {}
#s15 .cont .park li + li {}
#s15 .cont .park li .img {z-index: 1}
#s15 .cont .park li .txt {background: #fff; padding-bottom: 3rem; border-radius: 2rem; line-height: 2.6rem; margin-top: -7rem; height: 20.4rem; display: flex; justify-content: flex-end; flex-direction: column;}
#s15 .info {margin-top: 2.8rem; left: 30%;}
#s15 .info li {align-items: center; gap: 1.3rem;}
#s15 .info li + li {margin-top: 1rem;}
#s15 .info li .prg {padding: 0.8rem 2.8rem; background: #D94655; border-radius: 1.9rem; width: 14.4rem; text-align: center;}
#s15 .info li .txt {}
#s15 .info li .txt b {text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 0.05rem;}

@media all and (max-width: 880px){
    #s15 {}
    #s15::before {height: 80%}
    #s15 .inner {padding: 9.5rem 0 8rem;}
    #s15 .title {font-size: 3.8rem; line-height: 5rem; margin-bottom: 2rem;}
    #s15 .cont {flex-direction: column; max-width: var(--innerMo); margin: 0 auto;}
    #s15 .cont .place {}
    #s15 .cont .place .imgs {}
    #s15 .cont .place .txts {height: 22.5rem; padding-bottom: 2.26rem; margin-top: -8rem;}
    #s15 .cont .place .txts > div {padding: 0; flex-direction: column; align-items: center; text-align: center;}
    #s15 .cont .place .txts .prg {line-height: 1; padding: 0.5rem 3rem;}
    #s15 .cont .place .txts .txt {font-size: 2rem;}
    #s15 .cont .place .txts .txt span {font-size: 1.4rem;}
    #s15 .cont .park {}
    #s15 .cont .park li {}
    #s15 .cont .park li + li {}
    #s15 .cont .park li .img {}
    #s15 .cont .park li .txt {height: 17.6rem; font-size: 1.8rem; line-height: 2.2rem; padding-bottom: 2.3rem; margin-top: -5rem;}
    #s15 .cont .park li:nth-child(2) .txt {padding-bottom: 3.3rem;}
    #s15 .info {margin: 2rem 0 5rem; left: auto;}
    #s15 .info li {flex-direction: column;}
    #s15 .info li + li {margin-top: 2.4rem;}
    #s15 .info li .prg {font-size: 1.6rem; width: 13.4rem;}
    #s15 .info li .txt {font-size: 1.6rem; line-height: 2.6rem; text-align: center;}
    #s15 .info li .txt b {font-size: 1.8rem;}
}

#s16 {display: flex;}
#s16 .txtBox {width: 50%; display: flex; flex-direction: column; align-items: baseline; justify-content: center; padding: 1rem 0 0 21rem;}
#s16 .txtBox .logo {}
#s16 .txtBox .place {padding: 2.7rem 0 2.4rem;}
#s16 .txtBox .place .t1 {}
#s16 .txtBox .place .t2 {padding-top: 0.5rem;}
#s16 .txtBox .call {margin-bottom: 2.8rem;}
#s16 .txtBox .call .t1 {gap: 1.8rem;}
#s16 .txtBox .call .t1 img {}
#s16 .txtBox .call .t2 {font-weight: 600;}
#s16 .txtBox .time {border: 1px solid #E1E1E1; padding: 3.8rem 3.5rem; border-radius: 1.6rem; width: 100%; max-width: 64.2rem; gap: 3rem}
#s16 .txtBox .time .lst {display: flex; flex-direction: column; gap: 0.5rem;}
#s16 .txtBox .time .lst li {display: flex; align-items: center; gap: 1.8rem;}
#s16 .txtBox .time .lst li b {min-width: 6rem; display: flex; justify-content: space-between;}
#s16 .txtBox .time .lst li b i {font-style: normal;}
#s16 .txtBox .kakao {width: 100%; max-width: 64.2rem; border: 1px solid #E1E1E1; border-radius: 1.6rem; padding: 2.7rem 3rem; margin-top: 1.2rem;}
#s16 .txtBox .kakao img {position: absolute; width: 22rem; left: 0; top: 0;}
#s16 .txtBox .kakao .txt {padding-left: 36%;}
#s16 .txtBox .kakao .txt .t1 {}
#s16 .txtBox .kakao .txt .t2 {padding-top: 0.6rem;}
#s16 .mapBox {width: 50%}

.root_daum_roughmap .wrap_controllers {display: none;}
.root_daum_roughmap .cont {display: none;}

@media all and (max-width: 880px){
    #s16 {flex-direction: column-reverse;}
    #s16 .txtBox {width: 100%; max-width: var(--innerMo); margin: 0 auto; padding: 6rem 0 7.5rem;}
    #s16 .txtBox .logo {}
    #s16 .txtBox .place {}
    #s16 .txtBox .place .t1 {font-size: 2.6rem;}
    #s16 .txtBox .place .t2 {font-size: 2.2rem;}
    #s16 .txtBox .call {}
    #s16 .txtBox .call .t1 {}
    #s16 .txtBox .call .t1 img {}
    #s16 .txtBox .call .t2 {}
    #s16 .txtBox .time {flex-direction: column; gap: 0.6rem;}
    #s16 .txtBox .time .lst {}
    #s16 .txtBox .time .lst li {gap: 1.5rem;}
    #s16 .txtBox .time .lst li b {min-width: 8rem;}
    #s16 .txtBox .kakao {padding: 7.5rem 0 2.2rem;}
    #s16 .txtBox .kakao img {width: 100%;}
    #s16 .txtBox .kakao .txt {padding: 0; text-align: center;}
    #s16 .txtBox .kakao .txt .t1 {}
    #s16 .txtBox .kakao .txt .t2 {font-size: 1.4rem;}
    #s16 .mapBox {width: 100%}
}













/****/
