img-comparison-slider:focus,
img-comparison-slider:focus-within,
img-comparison-slider:focus-visible {outline: none !important; box-shadow: none !important;}
img-comparison-slider {-webkit-tap-highlight-color: transparent;}

#header {z-index: 99999}
#pcHeader {background: rgba(255,255,255,0.68); box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.16);}
#pcHeader .inner {padding: 3.8rem 0; max-width: 171rem; margin: 0 auto; transition: 0.4s;}
#pcHeader .logo {}
#pcHeader .gnb {margin-left: 10.9rem; gap: 9rem;}
#pcHeader .gnb li {flex-shrink: 0}
#pcHeader .gnb li a {}
#pcHeader.on .inner {padding: 2rem 0}

@media all and (max-width: 880px){
    #header {}
    #moHeader {}
    #moHeader .moHead {background: rgba(255,255,255,0.68); box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.16);}
    #moHeader .moHead .inner {max-width: var(--innerMo); margin: 0 auto; padding: 2rem 0; transition: 0.4s;}
    #moHeader .moHead .logo {margin-left: auto; width: 21.4rem;}
    #moHeader .moHead .menuBtn {margin-left: 4.5rem;}
    #moHeader .menuWrap {position: fixed; width: 100%; height: 100vh; top: 0; background: rgba(0, 0, 0, 0.25); display: none;}
    #moHeader .menuWrap .box {height: 100%; background: #fff; width: 62.7%; margin-left: auto; padding: 10rem 2.5rem; right: -100%; transition: 0.6s;}
    #moHeader .menuWrap .box.act {right: 0;}
    #moHeader .menuWrap .box .gnb {}
    #moHeader .menuWrap .box .gnb li {}
    #moHeader .menuWrap .box .gnb li + li {margin-top: 3rem;}
    #moHeader .menuWrap .box .closeBtn {right: 2.8rem; top: 2.8rem;}
    #moHeader.on .inner {padding: 1.6rem 0}
}

#floating {z-index: 9999; bottom: 22%;}
#floating .lstArea {box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.16); background: #fff; border-radius: 3rem 0 0 3rem; padding: 3rem 0.6rem; display: block}
#floating .lstArea .lst {width: 8.8rem;}
#floating .lstArea .lst + .lst {padding-top: 1.25rem; margin-top: 1.25rem;}
#floating .lstArea .lst + .lst::before {content: ''; display: block; position: absolute; width: 5.8rem; height: 1px; background: #C9CDD2; top: 0; left: 50%; transform: translateX(-50%);}
#floating .lstArea .lst a {}
#floating .lstArea .lst a .ico {}
#floating .lstArea .lst a .txt {padding-top: 0.5rem}
#floating .top {right: 14rem; filter: drop-shadow(0 0.3rem 1.5rem rgba(0,0,0,0.16)); cursor: pointer; transition: 0.6s; bottom: 0; width: 10rem}
#floating .top.on {bottom: -17rem;}

@media all and (max-width: 880px){
    #floating {right: 2rem; bottom: 7%;}
    #floating .lstArea {padding: 2.1rem 1.1rem; border-radius: 5rem; display: none;}
    #floating .lstArea .lst {width: 3.8rem;}
    #floating .lstArea .lst + .lst {padding-top: 1.3rem; margin-top: 1.3rem;}
    #floating .lstArea .lst + .lst::before {width: 100%;}
    #floating .lstArea .lst a {}
    #floating .lstArea .lst a .ico {width: 2.1rem}
    #floating .lstArea .lst a .txt {display: none;}
    #floating .btns {width: 6rem; margin-top: 0.4rem;}
    #floating .btns .plus {filter: drop-shadow(0 0.3rem 0.6rem rgba(0,0,0,0.16)); transition: 0.4s;}
    #floating .btns .plus.on {transform: rotate(90deg);}
    #floating .btns .top {right: auto; filter: drop-shadow(0 0.3rem 0.6rem rgba(0,0,0,0.16)); margin-top: 0.4rem; width: auto}
}


#footer {}
#footer .inner {}

@media all and (max-width: 880px){
    #footer {}
    #footer .inner {max-width: var(--innerMo); padding: 3rem 0 8rem; line-height: 2.8rem}
}

#apply {z-index: 9999}
#apply .btnArea {background: #A8814D; bottom: calc(100% - 0.1rem); padding: 1.2rem 0; width: 25rem; gap: 0.5rem; border-radius: 3rem 3rem 0 0; cursor: pointer;}
#apply .btnArea .ico {}
#apply .contArea {background: #A8814D;}
#apply .contArea .inner {max-width: 107rem; padding: 5rem 0; align-items: flex-start; justify-content: space-between;}
#apply .contArea .formArea {}
#apply .contArea .iptArea {gap: 1.5rem;}
#apply .contArea .iptArea input[type="text"] {width: 28rem; height: 5rem; background: #fff; border-radius: 2.5rem; padding: 0 2.5rem; font-size: 1.7rem; color: inherit; border: 0; box-shadow: none;}
#apply .contArea .iptArea select {width: 28rem; height: 5rem; background: #fff; border-radius: 2.5rem; padding: 0 2.5rem; font-size: 1.7rem; color: inherit; border: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url('../img/ic_select_arr.svg') right 2rem center / 1.1rem 0.6rem no-repeat;}
#apply .contArea .agrArea {margin-top: 1.8rem; gap: 0.8rem}
#apply .contArea .agrArea input[type="checkbox"] {}
#apply .contArea .agrArea label {cursor: pointer;}
#apply .contArea .submitBtn {padding: 0.8rem 3.6rem; background: #fff; border-radius: 2.5rem; color: #222222}

@media all and (max-width: 880px){
    #apply {}
    #apply .btnArea {width: 24rem; border-radius: 2rem 2rem 0 0;}
    #apply .btnArea .ico {}
    #apply .contArea {}
    #apply .contArea .inner {max-width: 36.6rem; flex-direction: column; gap: 2.8rem; padding: 3rem 0 2.3rem;}
    #apply .contArea .formArea {width: 100%;}
    #apply .contArea .iptArea {flex-direction: column; gap: 0.8rem;}
    #apply .contArea .iptArea input[type="text"] {width: 100%; height: 4.8rem}
    #apply .contArea .iptArea select {width: 100%; height: 4.8rem}
    #apply .contArea .agrArea {justify-content: center; font-size: 1.8rem; gap: 0.6rem; margin-top: 2.2rem;}
    #apply .contArea .agrArea input[type="checkbox"] {}
    #apply .contArea .agrArea label {}
    #apply .contArea .submitBtn {width: 100%; border-radius: 1.4rem;}
}

#wrap {}

#s1 {}
#s1 .vdoArea {height: 100vh}
#s1 .vdoArea video {width: 100%; height: 100%; object-fit: cover}
#s1 .vdoArea .img {height: 100%}
#s1 .vdoArea .img img {height: 100%; object-fit: cover;}

@media all and (max-width: 880px){
    html, body {overflow-x: hidden;}

    #wrap {overflow: hidden; max-width: 100vw; width: 100%;}

    #s1 {}
    #s1 .vdoArea {}
    #s1 .vdoArea video {}
}

#s2 {}
#s2 .inner {padding: 16.3rem 0;}
#s2 .inner .ico {}
#s2 .inner .subt {padding-top: 1.5rem; letter-spacing: -0.07em}
#s2 .inner .tit {padding: 3.4rem 0; letter-spacing: -0.02em}
#s2 .inner .wrt {letter-spacing: -0.048em}

@media all and (max-width: 880px){
    #s2 {}
    #s2 .inner {padding: 9.2rem 0 6.5rem;}
    #s2 .inner .ico {width: 20.8rem;}
    #s2 .inner .subt {font-size: 3rem; padding-top: 2.3rem;}
    #s2 .inner .tit {font-size: 4rem; padding: 2.2rem 0 3.8rem;}
    #s2 .inner .wrt {font-size: 2rem; line-height: 2.9rem;}
}

#s3 {}
#s3::before {content: ''; display: block; position: absolute; width: 100%; height: 52.7rem; background: url('../img/s3_bg.jpg') center/cover no-repeat; bottom: 0}
#s3 .inner {padding-bottom: 11rem;}
#s3 .title {margin-bottom: 9rem;}
#s3 .lstArea {gap: 6.8rem;}
#s3 .lstArea .lst {}

@media all and (max-width: 880px){
    #s3 {}
    #s3::before {background: url('../img/s3_bg_mo.jpg') center/cover no-repeat; height: 22rem;}
    #s3 .inner {max-width: 38rem; padding-bottom: 7.5rem;}
    #s3 .title {font-size: 3.2rem; margin-bottom: 3.6rem;}
    #s3 .s3Swiper {overflow: hidden;}
}

#s4 {}
#s4 .inner {padding: 18rem 0 20rem; justify-content: space-between;}
#s4 .txtArea {z-index: 1}
#s4 .txtArea .subt {letter-spacing: -0.07em}
#s4 .txtArea .tit {padding: 0.8rem 0 3rem; letter-spacing: -0.035em}
#s4 .txtArea .wrt {margin-bottom: 4.7rem; line-height: 2.8rem;}
#s4 .txtArea .lst {gap: 1.5rem;}
#s4 .txtArea .lst li {width: 13rem; border-radius: 1.5rem;}
#s4 .txtArea .lst li .df {}
#s4 .txtArea .lst li .hv {opacity: 0; transition: 0.2s;}
#s4 .txtArea .lst li:hover .hv {opacity: 1;}
#s4 .imgArea {gap: 5rem;}
#s4 .imgArea .imgA {bottom: -20rem;}
#s4 .imgArea .imgB {}
#s4 .imgArea .imgT {max-width: 66rem; right: 5rem; top: 55%;}

@media all and (max-width: 880px){
    #s4 {}
    #s4 .inner {padding: 17rem 0 9.5rem; flex-direction: column; flex-direction: column;}
    #s4 .txtArea {text-align: center;}
    #s4 .txtArea .subt {font-size: 2.2rem;}
    #s4 .txtArea .tit {font-size: 3.2rem; letter-spacing: -0.086em; padding: 2.4rem 0 1.7rem;}
    #s4 .txtArea .wrt {font-size: 1.8rem; margin-bottom: 3rem;}
    #s4 .txtArea .lst {flex-wrap: wrap; gap: 1.3rem 1.5rem; justify-content: center;}
    #s4 .txtArea .lst li {width: 13rem; background: #fff;}
    #s4 .txtArea .lst li .df {}
    #s4 .txtArea .lst li .hv {}
    #s4 .imgArea {gap: 0; margin-top: -8.5rem;}
    #s4 .imgArea .imgA {bottom: 0}
    #s4 .imgArea .imgB {}
    #s4 .imgArea .imgT {max-width: 37rem; width: 100%; right: 50%; transform: translateX(50%); bottom: 5.2rem;}
}

#s5 {}
#s5 .inner {padding: 17rem 0 26.5rem;}
#s5 .titArea {margin-bottom: 8rem;}
#s5 .titArea .tit {padding-bottom: 2rem; letter-spacing: -0.02em}
#s5 .titArea .wrt {}
#s5 .tabArea {margin-bottom: 10.5rem;}
#s5 .tabArea .tab {width: 32.2rem; text-align: center; padding-bottom: 1rem; border-bottom: 0.2rem solid #B8B8B8;}
#s5 .tabArea .tab.on {color: var(--fcp); font-weight: bold; border-bottom: 0.2rem solid #A8814D}
#s5 .tabCont {display: none; gap: 3.5rem;}
#s5 .tabCont.on {display: flex;}
#s5 .tabCont .tabLst {width: calc((100% - 10.5rem) / 4);}

@media all and (max-width: 880px){
    #s5 {}
    #s5 .inner {padding: 9.5rem 0 11rem;}
    #s5 .titArea {margin-bottom: 4.2rem;}
    #s5 .titArea .tit {padding-bottom: 3rem; font-size: 3.4rem;}
    #s5 .titArea .wrt {font-size: 1.8rem; line-height: 2.8rem;}
    #s5 .s5Swiper {max-width: 33rem; margin: 0 auto; overflow: hidden; padding-top: 3rem;}
    #s5 .s5Swiper .s5Pg {top: 0; bottom: auto;}
    #s5 .s5Swiper .s5Pg .swiper-pagination-bullet {width: 1.4rem; height: 1.4rem; opacity: 1; background: #E2E2E2;}
    #s5 .s5Swiper .s5Pg .swiper-pagination-bullet-active {background: #A8814D}
    #s5 .s5Swiper .s5Pg {}
    #s5 .slideTit {margin-bottom: 3.2rem; padding-bottom: 1rem; text-align: center; border-bottom: 0.2rem solid #A8814D}
    #s5 .s5SwiperInn {}
}


#s6 {height: 100vh; display: flex; align-items: center; justify-content: center;}
#s6 .inner {max-width: 164.8rem; width: 100%;}
#s6 .s6Swiper {position: relative; overflow: hidden; height: 84.9rem; width: 100%;}
#s6 .s6Swiper .swiper-wrapper {display: block; height: 100%;}
#s6 .s6Swiper .slide {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#s6 .s6Swiper .title {top: 10.5rem; left: 11rem;}
#s6 .s6Swiper .txts {left: 82rem; bottom: 13rem; letter-spacing: -0.02em; width: 66.5rem;}
#s6 .s6Swiper .txts .ico {display: none}
#s6 .s6Swiper .txts .subt {}
#s6 .s6Swiper .txts .tit {padding-bottom: 2rem; margin-bottom: 2.4rem;}
#s6 .s6Swiper .txts .tit::before {content: ''; display: block; position: absolute; width: 100%; height: 1px; background: #fff; bottom: 0; left: 0;}
#s6 .s6Swiper .txts .wrt {line-height: 3.1rem;}
#s6 .s6Swiper .pgLst {left: 11rem; bottom: 13rem; z-index: 1;}
#s6 .s6Swiper .pgLst .lst {gap: 1.2rem;}
#s6 .s6Swiper .pgLst .lst + .lst {margin-top: 1rem;}
#s6 .s6Swiper .pgLst .lst .ico {width: 6rem;}
#s6 .s6Swiper .pgLst .lst .ico .df {}
#s6 .s6Swiper .pgLst .lst .ico .hv {opacity: 0;}
#s6 .s6Swiper .pgLst .lst .txt {opacity: 0;}
#s6 .s6Swiper .pgLst .lst.on .ico .hv {opacity: 1;}
#s6 .s6Swiper .pgLst .lst.on .txt {opacity: 1;}

#s6 .s6Swiper .txts .ico {right: -4rem; opacity: 0; transition: 0.6s;}
#s6 .s6Swiper .txts .subt {right: -4rem; opacity: 0; transition: 0.6s;}
#s6 .s6Swiper .txts .tit {right: -4rem; opacity: 0; transition: 0.6s;}
#s6 .s6Swiper .txts .tit::before {width: 0; opacity: 0; transition: 0.6s;}
#s6 .s6Swiper .txts .wrt {bottom: -4rem; opacity: 0; transition: 0.6s;}
#s6 .s6Swiper .txts.on .ico {right: 0; opacity: 1;}
#s6 .s6Swiper .txts.on .subt {right: 0; opacity: 1;}
#s6 .s6Swiper .txts.on .tit {right: 0; opacity: 1;}
#s6 .s6Swiper .txts.on .tit::before {width: 100%; opacity: 1;}
#s6 .s6Swiper .txts.on .wrt {bottom: 0; opacity: 1;}

@media all and (max-width: 880px) {
    #s6 {height: auto; display: block;}
    #s6 .inner {}
    #s6 .s6Swiper {height: auto;}
    #s6 .s6Swiper .swiper-wrapper {display: flex; height: 100%;}
    #s6 .s6Swiper .slide {position: relative; }
    #s6 .s6Swiper .title {left: 50%; transform: translateX(-50%); top: 7.8rem; width: 100%; max-width: var(--innerMo)}
    #s6 .s6Swiper .txts {left: 50%; transform: translateX(-50%); top: 55%; bottom: auto; width: 100%; max-width: var(--innerMo)}
    #s6 .s6Swiper .txts .ico {display: flex; margin-bottom: 1.5rem; gap: 1.2rem;}
    #s6 .s6Swiper .txts .ico img {width: 6rem; gap: 1.2rem;}
    #s6 .s6Swiper .txts .subt {font-size: 1.8rem;}
    #s6 .s6Swiper .txts .tit {font-size: 3.7rem; padding-bottom: 1.35rem; margin-bottom: 1.35rem}
    #s6 .s6Swiper .txts .wrt {font-size: 1.6rem; line-height: 2.6rem;}
    #s6 .s6Swiper .pgLst {display: none}
}

#s7 {}
#s7 .inner {padding-top: 29rem;}
#s7 .lstArea {justify-content: center; gap: 7rem;}
#s7 .lstArea .lst {gap: 2rem;}
#s7 .lstArea .lst .ico {}
#s7 .lstArea .lst .txts {}
#s7 .lstArea .lst .txts .tit {padding-bottom: 0.8rem;}
#s7 .lstArea .lst .txts .wrt {}

@media all and (max-width: 880px) {
    #s7 {}
    #s7 .inner {padding-top: 14rem;}
}

.commTit {}
.commTit .subt {letter-spacing: 0.5em; text-transform: uppercase; z-index: 1}
.commTit .tit {padding: 4.2rem 0 3.4rem; letter-spacing: -0.02em; z-index: 1}
.commTit .wrt {margin-bottom: 5.5rem; letter-spacing: -0.048em; z-index: 1}
.commTit .ico {width: 55.7rem; right: 8%; bottom: -5%;}

.icoSwiper {}
.icoSwiper .ico {}
.icoSwiper .tit {}
.icoSwiper .wrt {}

@media all and (max-width: 880px) {
    .commTit {padding-top: 7.4rem}
    .commTit .subt {font-size: 1.6rem; letter-spacing: 0.2em}
    .commTit .tit {font-size: 3.4rem; line-height: 4.4rem; padding: 1.8rem 0 3rem;}
    .commTit .wrt {font-size: 1.8rem; line-height: 2.8rem;}
    .commTit .ico {width: 17.8rem; right: auto; bottom: auto; top: 0; left: 50%; transform: translateX(-50%);}

    .icoSwiper {overflow: hidden; max-width: var(--innerMo); margin: 0 auto; padding-bottom: 0.8rem; padding: 3rem 0 2.3rem; box-shadow: 0rem 0.3rem 0.6rem rgba(0,0,0,0.16)}
    .icoSwiper .ico {width: 8.4rem;}
    .icoSwiper .tit {padding: 1.5rem 0 0.8rem;}
    .icoSwiper .wrt {}
}

#s8 {}
#s8 .inner {padding: 20rem 0 26rem; justify-content: space-between;}
#s8 .txtArea {width: 50%;}
#s8 .txtArea .tit {letter-spacing: -0.02em;}
#s8 .txtArea .wrt {padding: 3.5rem 0 7rem; letter-spacing: -0.048em;}
#s8 .txtArea .img {}
#s8 .txtArea .lst {}
#s8 .txtArea .lst li {gap: 4.5rem; letter-spacing: -0.048em;}
#s8 .txtArea .lst li + li {padding-top: 2.4rem; margin-top: 2.4rem; border-top: 1px solid #E2E2E2;}
#s8 .txtArea .lst li .ico {width: 8.6rem;}
#s8 .imgArea {}

@media all and (max-width: 880px) {
    #s8 {}
    #s8 .inner {padding: 10rem 0 10.6rem; max-width: var(--innerMo); margin: 0 auto;}
    #s8 .txtArea {width: 100%;}
    #s8 .txtArea .tit {text-align: center; font-size: 3.4rem; line-height: 4.4rem;}
    #s8 .txtArea .wrt {text-align: center; font-size: 2rem; line-height: 3rem; padding: 3rem 0;}
    #s8 .txtArea .img {}
    #s8 .txtArea .lst {margin-top: 5.7rem;}
    #s8 .txtArea .lst li {font-size: 2rem; line-height: 2.7rem; gap: 1.2rem;}
    #s8 .txtArea .lst li + li {}
    #s8 .txtArea .lst li .ico {width: 6rem;}
}

#s9 {}
#s9 .txtArea {margin-bottom: 3rem;}
#s9 .txtArea .tit {letter-spacing: -0.02em;}
#s9 .txtArea .wrt {letter-spacing: -0.048em; padding: 2.6rem 0 3rem; line-height: 4.2rem;}
#s9 .txtArea .prg {letter-spacing: -0.048em;}
#s9 .s9Swiper {overflow: hidden;}
#s9 .s9Swiper .txt {padding-top: 1.5rem; line-height: 3.3rem; letter-spacing: -0.048em;}
#s9 .s9Swiper .lock {top: 0; background: rgba(0, 0, 0, 0.66); padding-top: 19.2rem; gap: 5.2rem;}
#s9 .s9Swiper .lock .lockTxt {line-height: 4.7rem;}
#s9 .s9Swiper .lock .loginBtn {background: #A8814D; border-radius: 3.6rem; line-height: 1.1; padding: 1.5rem 5.5rem; color: #fff}

img-comparison-slider {--divider-width: 0.4rem; --divider-color: #fff; outline: none;}
img-comparison-slider:focus {outline: none;}
img-comparison-slider [slot="handle"] {width: 60px; height: 60px; cursor: ew-resize; object-fit: contain;}

@media all and (max-width: 880px) {
    #s9 {}
    #s9 .txtArea {text-align: center; margin-bottom: 3.2rem;}
    #s9 .txtArea .tit {font-size: 3.5rem; line-height: 4.8rem;}
    #s9 .txtArea .wrt {font-size: 2rem; line-height: 3rem; padding: 2rem 0 3.2rem;}
    #s9 .txtArea .prg {font-size: 1.4rem; line-height: 2rem;}
    #s9 .s9Swiper {}
    #s9 .s9Swiper .txt {padding-top: 3rem;}
    #s9 .s9Swiper .lock {}
    #s9 .s9Swiper .lock .lockTxt {}
    #s9 .s9Swiper .lock .loginBtn {}

    img-comparison-slider [slot="handle"] {width: 40px; height: 40px;}
}

#s10 {}
#s10 .inner {padding: 26rem 0 22rem;}
#s10 .lstArea {gap: 5rem 11rem; flex-wrap: wrap; justify-content: center; width: 55%; margin: 0 auto;}
#s10 .lstArea .lst {width: calc((100% - 11rem) / 2); gap: 2rem}
#s10 .lstArea .lst .ico {}
#s10 .lstArea .lst .txts {}
#s10 .lstArea .lst .txts .tit {padding-bottom: 0.8rem; letter-spacing: -0.048em;}
#s10 .lstArea .lst .txts .wrt {letter-spacing: -0.048em;}

@media all and (max-width: 880px) {
    #s10 {}
    #s10 .inner {padding: 10rem 0 5rem}
}

#s11 {background: #F1F1F1; background: linear-gradient(180deg,rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 1) 10%, rgba(241, 241, 241, 1) 90%, rgba(241, 241, 241, 0) 100%);}
#s11 .inner {padding: 14rem 0;}
#s11 .s11Swiper {overflow: hidden; height: 87rem; width: 100%}
#s11 .s11Swiper .s11Pg {display: none; bottom: auto; top: 0; justify-content: center; gap: 1rem; }
#s11 .s11Swiper .s11Pg .swiper-pagination-bullet {width: 1.4rem; height: 1.4rem; background: #E2E2E2; opacity: 1; margin: 0}
#s11 .s11Swiper .s11Pg .swiper-pagination-bullet-active {background: #A8814D}

@media all and (max-width: 880px) {
    #s11 {}
    #s11 .inner {padding: 12rem 0 15rem; max-width: var(--innerMo);}
    #s11 .s11Swiper {height: auto; padding-top: 3rem;}
    #s11 .s11Swiper .s11Pg {display: flex;}
}

#s12 {}
#s12 .inner {padding: 22rem 0 30rem;}
#s12 .wrt {margin: 0}

@media all and (max-width: 880px) {
    #s12 {}
    #s12 .inner {padding: 2rem 0 4rem}
}

#s13 {}
#s13 .inner {max-width: 167.3rem; margin-left: auto; padding-bottom: 11rem;}
#s13 .txtArea {width: 100%; top: -1.7rem;}
#s13 .txtArea .tit {letter-spacing: -0.048rem}
#s13 .txtArea .wrt {padding: 7.5rem 0 4.4rem; letter-spacing: -0.048rem}
#s13 .txtArea .nav {gap: 2rem}
#s13 .txtArea .nav .navBtn {width: 8.2rem; height: 8.2rem; cursor: pointer;}
#s13 .s13Swiper {overflow: hidden; width: 96rem; flex-shrink: 0}

@media all and (max-width: 880px) {
    #s13 {}
    #s13 .inner {max-width: var(--innerMo); margin: 0 auto; flex-direction: column; gap: 3.7rem; padding-bottom: 6rem;}
    #s13 .txtArea {display: flex; flex-direction: column; align-items: center; text-align: center; top: auto}
    #s13 .txtArea .tit {font-size: 3.2rem; line-height: 4.2rem;}
    #s13 .txtArea .wrt {font-size: 1.8rem; line-height: 2.8rem; padding: 1.4rem;}
    #s13 .txtArea .nav {justify-content: center;}
    #s13 .txtArea .nav .navBtn {width: 5.2rem; height: 5.2rem}
    #s13 .s13Swiper {width: 100%; max-width: 33rem; margin: 0 auto}
}

#s14 {}
#s14 .s14Swiper {overflow: hidden}
#s14 .bgArea {}
#s14 .txtArea {}
#s14 .txtArea .subt {letter-spacing: 0.5em; text-transform: uppercase;}
#s14 .txtArea .tit {padding: 3.4rem 0; letter-spacing: -0.048em; line-height: 8.8rem;}
#s14 .txtArea .tit span {color: #E3A757}
#s14 .txtArea .wrt {letter-spacing: -0.048em; margin-bottom: 6rem; line-height: 4.2rem;}
#s14 .txtArea .lst {color: var(--fcp)}
#s14 .txtArea .lst li {letter-spacing: -0.048em; width: 51.4rem; background: #fff; border-radius: 2.3rem; line-height: 1; padding: 0.85rem 0; padding-left: 3.2rem;}
#s14 .txtArea .lst li + li {margin-top: 1.6rem;}

#s14 .txtArea .subt {left: -4rem; opacity: 0; transition: 2s;}
#s14 .txtArea .tit {left: -4rem; opacity: 0; transition: 2s;}
#s14 .txtArea .wrt {left: -4rem; opacity: 0; transition: 2s;}
#s14 .txtArea .lst {bottom: -3rem; opacity: 0; transition: 2s;}
#s14 .txtArea.on .subt {left: 0; opacity: 1;}
#s14 .txtArea.on .tit {left: 0; opacity: 1;}
#s14 .txtArea.on .wrt {left: 0; opacity: 1;}
#s14 .txtArea.on .lst {bottom: 0; opacity: 1;}

@media all and (max-width: 880px) {
    #s14 {}
    #s14 .s14Swiper {}
    #s14 .bgArea {}
    #s14 .txtArea {max-width: var(--innerMo); height: 100%; padding: 5.8rem 0 4.6rem; display: flex; flex-direction: column; }
    #s14 .txtArea .subt {font-size: 1.4rem;}
    #s14 .txtArea .tit {font-size: 3.5rem; line-height: 4.9rem; padding: 2.8rem 0 2.6rem;}
    #s14 .txtArea .wrt {font-size: 2rem; line-height: 3.2rem;}
    #s14 .txtArea .lst {margin-top: auto; width: 100%;}
    #s14 .txtArea .lst li {width: 100%; line-height: 3.6rem; text-align: center; padding: 1.2rem 0; border-radius: 5rem;}
    #s14 .txtArea .lst li + li {margin-top: 2.4rem;}
}

#s15 {}
#s15 .inner {padding: 25rem 0 14rem;}
#s15 .wrt {margin: 0;}

@media all and (max-width: 880px) {
    #s15 {}
    #s15 .inner {padding: 16rem 0 5rem;}
    #s15 .wrt {}
}

#s16 {}
#s16 .inner {justify-content: space-between;}
#s16 .txtArea {width: 50%;}
#s16 .txtArea .tit {letter-spacing: -0.02em;}
#s16 .txtArea .wrt {padding: 3.5rem 0 7rem; letter-spacing: -0.048em;}
#s16 .txtArea .img {}
#s16 .txtArea .lst {}
#s16 .txtArea .lst li {gap: 4.5rem; letter-spacing: -0.048em;}
#s16 .txtArea .lst li + li {padding-top: 2.4rem; margin-top: 2.4rem; border-top: 1px solid #E2E2E2;}
#s16 .txtArea .lst li .ico {width: 8.6rem;}
#s16 .imgArea {}

@media all and (max-width: 880px) {
    #s16 {}
    #s16 .inner {max-width: var(--innerMo); margin: 0 auto;}
    #s16 .txtArea {width: 100%;}
    #s16 .txtArea .tit {text-align: center; font-size: 3.4rem; line-height: 4.4rem;}
    #s16 .txtArea .wrt {text-align: center; font-size: 2rem; line-height: 3rem; padding: 2rem 0 4rem;}
    #s16 .txtArea .img {}
    #s16 .txtArea .lst {margin-top: 5.7rem;}
    #s16 .txtArea .lst li {font-size: 2rem; line-height: 2.7rem; gap: 1.2rem;}
    #s16 .txtArea .lst li + li {}
    #s16 .txtArea .lst li .ico {width: 6rem;}
}

#s17 {}
#s17 .inner {padding: 13rem 0 23rem;}
#s17 .titArea {margin-bottom: 4.5rem;}
#s17 .titArea .tit {padding-bottom: 2.6rem; letter-spacing: -0.02em}
#s17 .titArea .wrt {letter-spacing: -0.048em; line-height: 4.5rem;}
#s17 .s17Swiper {overflow: hidden;}

@media all and (max-width: 880px) {
    #s17 {}
    #s17 .inner {max-width: var(--innerMo); padding: 6rem 0 8rem}
    #s17 .titArea {margin-bottom: 2.6rem;}
    #s17 .titArea .tit {padding-bottom: 1rem; font-size: 3.4rem;}
    #s17 .titArea .wrt {font-size: 1.8rem; line-height: 2.8rem;}
    #s17 .s17Swiper {max-width: 33rem; margin: 0 auto}
}

#s18 {}
#s18 .inner {max-width: 167.3rem; margin-left: auto; justify-content: space-between; padding-bottom: 20rem}
#s18 .txtArea {padding-top: 7rem;}
#s18 .txtArea .tit {padding-bottom: 3rem; font-size: 8.3rem; line-height: 9.5rem;}
#s18 .txtArea .wrt {line-height: 3.5rem;}
#s18 .s18Swiper {overflow: hidden; max-width: 122rem; flex-shrink: 0; padding: 2rem 0 2rem 2rem;}
#s18 .s18SwiperLft {overflow: hidden;}
#s18 .s18SwiperRht {overflow: hidden;}
#s18 .slideImg {box-shadow: 0.1rem 0.1rem 1.5rem rgba(0,0,0,0.16); border-radius: 3rem; overflow: hidden;}

@media all and (max-width: 880px) {
    #s18 {}
    #s18 .inner {flex-direction: column; gap: 4rem; padding-bottom: 9.5rem;}
    #s18 .txtArea {max-width: var(--innerMo); margin: 0 auto; width: 100%;}
    #s18 .txtArea .tit {}
    #s18 .txtArea .wrt {}
    #s18 .s18Swiper {}
    #s18 .s18SwiperLft {padding: 2rem 0; padding-left: 1.4rem; max-width: 95%; margin-left: auto}
    #s18 .s18SwiperRht {padding: 2rem 0; padding-right: 1.4rem; max-width: 95%; margin-right: auto}
}

#s19 {}
#s19 .inner {max-width: 167.3rem; margin-left: auto; gap: 5.2rem}
#s19 .txtArea {width: 100%}
#s19 .locaArea {}
#s19 .locaArea .tit {padding-bottom: 1rem; margin-bottom: 2rem; border-bottom: 1px solid #d6d6d6}
#s19 .locaArea .wrt {line-height: 3.1rem;}
#s19 .locaArea .num {color: #950012}
#s19 .timeArea {margin: 2rem 0 6rem;}
#s19 .timeArea .tit {padding-bottom: 1rem; margin-bottom: 2rem; border-bottom: 1px solid #d6d6d6}
#s19 .timeArea .time {}
#s19 .timeArea .time li {}
#s19 .timeArea .time li.on {color: #950012}
#s19 .timeArea .time li + li {margin-top: 0.8rem;}
#s19 .timeArea .time li .opt {width: 8rem; display: flex; justify-content: space-between; margin-right: 1.5rem;}
#s19 .timeArea .time li .opt i {font-style: normal;}
#s19 .timeArea .time li .con {}
#s19 .timeArea .time li .pls {background: #950012; color: #fff; padding: 0 1rem; border-radius: 1.2rem; margin-left: 0.5rem;}
#s19 .timeArea .prg {margin-top: 1.8rem}
#s19 .infoArea {line-height: 2.8rem; padding-top: 9rem;}
#s19 .infoArea span {cursor: pointer}
#s19 .s19Swiper {overflow: hidden; max-width: 96rem; flex-shrink: 0}

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

@media all and (max-width: 880px) {
    #s19 {}
    #s19 .inner {flex-direction: column; gap: 0;}
    #s19 .txtArea {}
    #s19 .locaArea {max-width: var(--innerMo); margin: 0 auto}
    #s19 .locaArea .tit {}
    #s19 .locaArea .wrt {}
    #s19 .locaArea .num {}
    #s19 .timeArea {max-width: var(--innerMo); margin: 0 auto; padding: 2rem 0 8rem}
    #s19 .timeArea .tit {}
    #s19 .timeArea .time {font-size: 1.8rem;}
    #s19 .timeArea .time li {}
    #s19 .timeArea .time li + li {}
    #s19 .timeArea .time li .opt {margin-right: 0.6rem; width: 7.5rem;}
    #s19 .timeArea .time li .con {}
    #s19 .timeArea .time li .pls {margin-left: 0.8rem}
    #s19 .timeArea .prg {}
    #s19 .infoArea {display: none;}
    #s19 .s19Swiper {max-width: 100%; width: 100%;}
}




#board {padding: 25rem 0; max-width: 142.6rem; margin: 0 auto;}
#board.listBoard {padding-top: 0; padding-bottom: 17rem}
#board .util {margin-bottom: 3rem;}
#board .util .depth {color: #A8814D}
#board .util .btns {}
#board .util .btns .btn {}
#board .util .btns .btn + .btn {padding-left: 1.5rem; margin-left: 1rem;}
#board .util .btns .btn + .btn::before {content: '·'; display: block; position: absolute; left: 0}
#board .table {width: 100%; border-collapse: collapse; table-layout: fixed;}
#board .table th,
#board .table td {font-size: 2.4rem;}
#board .table thead th {padding: 1.4rem 0; font-weight: 700; color: #222; border-top: 0.5rem solid #A8814D; border-bottom: 0.1rem solid #E2E2E2; background: #F1F1F1;}
#board .table tbody td {padding: 1.5rem 0; border-bottom: 0.1rem solid #E2E2E2; vertical-align: middle; color: #707070}
#board .colNum {width: 12%; text-align: center;}
#board .colTitle {width: 63%; text-align: left; padding-left: 2rem;}
#board .colWriter {width: 25%; text-align: center;}
#board .table thead .colTitle {padding-left: 0; text-align: center;}
#board .mark {color: #707070;}
#board .subject {color: #707070; text-decoration: none;}
#board .subject:hover {text-decoration: underline; text-underline-offset: 5px;}
#board .new {display: inline-block; margin-left: 1rem; font-size: 1.5rem; font-weight: 500; color: #F3830A; vertical-align: middle;}
#board .paging {margin-top: 3rem; text-align: center; font-size: 2.4rem; color: #333;}
#board .paging a {color: #333; text-decoration: none; margin: 0 0.6rem;}
#board .paging .pagingCurrent {color: #333;}
#board .paging .pagingArrow {color: #888;}

@media all and (max-width: 880px) {
    #board {padding: 15rem 0; max-width: var(--innerMo);}
    #board.listBoard {padding-bottom: 5rem}
    #board .util {margin-bottom: 1.4rem;}
    #board .util .depth {font-size: 1.8rem;}
    #board .util .btns {}
    #board .util .btns .btn {font-size: 1.4rem;}
    #board .util .btns .btn + .btn {padding-left: 0.9rem; margin-left: 0.5rem}
    #board .table {}
    #board .table th,
    #board .table td {font-size: 1.4rem;}
    #board .table thead th {}
    #board .table tbody td {}
    #board .colNum {}
    #board .colTitle {}
    #board .colWriter {}
    #board .table thead .colTitle {}
    #board .mark {}
    #board .subject {}
    #board .new {font-size: 1rem; padding-bottom: 0.4rem; margin-left: 0.4rem;}
    #board .paging {font-size: 1.4rem}
    #board .paging a {}
    #board .paging .pagingCurrent {}
    #board .paging .pagingArrow {}
}

#board .viewTop {border-top: 0.5rem solid #A8814D; }
#board .viewTop .lst {border-bottom: 1px solid #E2E2E2}
#board .viewTop .lst .opt {width: 36rem; text-align: center; background: #F1F1F1; padding: 1.5rem 0;}
#board .viewTop .lst .con {padding: 1.5rem 0 1.5rem 2.1rem;}
#board .viewCont {padding: 4rem 0 0 0}
#board .viewCont img {max-width: 100%}

@media all and (max-width: 880px) {
    #board .viewTop {font-size: 1.4rem;}
    #board .viewTop .lst {}
    #board .viewTop .lst .opt {width: 10rem; padding: 1rem 0;}
    #board .viewTop .lst .con {padding: 1rem 0 1rem 1.4rem;}
    #board .viewCont {}
}

#modal {z-index: 99999; display: none}
#modal .bg {background: rgba(0,0,0,0.6)}
#modal .box {}
#modal .box .suga {max-height: 88vh; overflow: auto;}
#modal .box .closeBtn {top: 0; right: -6rem; filter: brightness(100) invert(0); cursor: pointer;}

@media all and (max-width: 880px) {
    #modal {}
    #modal .bg {}
    #modal .box {width: 90%;}
    #modal .box .suga {max-height: 100%;}
    #modal .box .closeBtn {right: 0; top: -3rem;}
}





//
