@charset "utf-8";

/* m_txt */
.m_txt{}
.m_txt h4{font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; color: #b7945e; margin-bottom: 40px;}
.m_txt h3{font-size: 50px; font-weight: 400; color: #3c2d15; line-height: 1.5em; word-break: keep-all;}
.m_txt p{font-size: 18px; font-weight: 500; color: #90887f; opacity: 0.7; line-height: 1.8em; margin-top: 20px; word-break: keep-all;}

@media all and (max-width:1280px){
	.m_txt h4{font-size: 12px; margin-bottom: 32px;}
	.m_txt h3{font-size: 44px;}
	.m_txt p{font-size: 17px; margin-top: 16px;}
}
@media all and (max-width:1024px){
	.m_txt h3{font-size: 38px;}
}
@media all and (max-width:768px){
	.m_txt h4{font-size: 11px; margin-bottom: 25px;}
	.m_txt h3{font-size: 33px; transform: rotate(0.1deg);}
	.m_txt p{font-size: 16px; margin-top: 12px;}
	.m_txt p br{display: none;}
}
@media all and (max-width:500px){
	.m_txt h4{margin-bottom: 18px;}
	.m_txt h3{font-size: 26px;}
}

/* #mVisual */
#mVisual{width: 100%; height: 100vh; min-height: 680px; max-height: 1000px;}
#mVisual .visual{width: 100%; height: 100%; background: url(/images/main/mv1_250327.webp?v=250318) no-repeat center center / cover;}
#mVisual .visual .inner{height: 100%; display: flex; align-items: flex-end;}
#mVisual .visual .inner .txt{color: #fff; padding-bottom: 120px;}
#mVisual .visual .inner .txt h3{font-weight: 400; font-size: 65px; margin-bottom: 20px;}
#mVisual .visual .inner .txt p{font-size: 18px; line-height: 1.8em; word-break: keep-all;}

@media all and (max-width:1280px){
	#mVisual{height: 85vh;}
	#mVisual .visual .inner .txt{padding-bottom: 100px;}
	#mVisual .visual .inner .txt h3{font-size: 56px;}
	#mVisual .visual .inner .txt p{font-size: 17px;}
}
@media all and (max-width:1024px){
	#mVisual .visual .inner .txt h3{font-size: 48px;}
}
@media all and (max-width:768px){
	#mVisual{min-height: 640px;}
	#mVisual .visual .inner .txt{padding-bottom: 80px;}
	#mVisual .visual .inner .txt h3{font-size: 40px; margin-bottom: 15px;}
	#mVisual .visual .inner .txt p{font-size: 16px;}
	#mVisual .visual .inner .txt p br{display: none;}
}
@media all and (max-width:500px){
	#mVisual .visual .inner .txt{padding-bottom:60px;}
	#mVisual .visual .inner .txt h3{font-size: 32px;}
}


/* sec1 */
.sec1{ padding: 130px 0 200px; position: relative;}
.sec1 .inner{}
.sec1 .inner .m_txt{text-align: center;}
.sec1 .inner .cont{margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap:20px;}
.sec1 .inner .cont li{border-radius: 10px; position: relative; height: 19.271vw; max-height: 370px; border-radius: 10px; overflow: hidden;}
.sec1 .inner .cont li a{display: block; width: 100%; height: 100%;}
.sec1 .inner .cont li a .img{height: 100%;}
.sec1 .inner .cont li a .img img{width: 100%; height: 100%; object-fit: cover; transition: .6s;}
.sec1 .inner .cont li:hover a .img img{transform: scale(1.1); filter: brightness(1.2)}
.sec1 .inner .cont li a .txt{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; color: #fff;}
.sec1 .inner .cont li a .txt h4{font-size: 20px; opacity: 0.2;}
.sec1 .inner .cont li a .txt h3{font-size: 24px; margin-top: 15px;}
.sec1 .b_text{font-family: "Playfair Display", serif; color: #b7945e; opacity: 0.1; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%); text-align: center; font-size: 100px; width: 100%;}

@media all and (max-width:1400px){
	.sec1 .b_text{font-size: 7vw;}
}
@media all and (max-width:1280px){
	.sec1{padding: 110px 0 160px;}
	.sec1 .inner .cont{margin-top: 50px; gap:16px;}
	.sec1 .inner .cont li a .txt h4{font-size: 19px;}
	.sec1 .inner .cont li a .txt h3{font-size: 23px; margin-top: 12px;}
}
@media all and (max-width:1024px){
	.sec1{padding: 90px 0 140px;}
	.sec1 .inner .cont{margin-top: 45px;}
	.sec1 .inner .cont li a .txt h4{font-size: 18px;}
	.sec1 .inner .cont li a .txt h3{font-size: 22px;}
}
@media all and (max-width:768px){
	.sec1{padding: 80px 0 120px;}
	.sec1 .m_txt h3{width: 85%; margin-left: auto; margin-right: auto;}
	.sec1 .inner .cont{margin-top: 40px; grid-template-columns: repeat(2, 1fr);}
	.sec1 .inner .cont li{height: 34vw;}
	.sec1 .inner .cont li a .txt h4{font-size: 17px;}
	.sec1 .inner .cont li a .txt h3{font-size: 21px; margin-top: 10px;}
	.sec1 .b_text{bottom: 15px;}
}
@media all and (max-width:500px){
	.sec1{padding: 70px 0 100px;}
	.sec1 .inner .cont{margin-top: 36px; gap:10px;}
	.sec1 .inner .cont li{border-radius: 8px;}
	.sec1 .inner .cont li a .txt h4{font-size: 16px;}
	.sec1 .inner .cont li a .txt h3{font-size: 20px; margin-top: 8px;}
}


/* sec2 */
.sec2{position: relative;display: flex;}
.sec2 .l_cont{width: 50%; background: url(/images/main/sec2_bg1.webp) no-repeat center center / cover;}
.sec2 .l_cont .box{position: relative; padding: 100px 0;}
.sec2 .l_cont .tit{position: absolute; left: 140px; top: 155px;}
.sec2 .l_cont .tit h4{font-weight: 600; font-size: 18px; color: #b7945e; transform: rotate(0.1deg);}
.sec2 .l_cont .tit h3{font-size: 35px; font-weight: 600; color: #3c2d15;}
.sec2 .l_cont .img{text-align: center;}
.sec2 .l_cont .img img{max-width: 100%;}
.sec2 .l_cont .text{position: absolute; right: 140px; bottom: 155px;}
.sec2 .l_cont .text p{font-weight: 600; font-size: 20px; color: #625850; line-height: 1.8em;}
.sec2 .r_cont{width: 50%; background: url(/images/main/sec2_bg2.webp) no-repeat center center / cover;}
.sec2 .r_cont .box{padding: 150px 140px; color: #fff;}
.sec2 .r_cont .box .tit{}
.sec2 .r_cont .box .tit h3{font-weight: 600; font-size: 32px; word-break: keep-all; line-height: 1.5em;}
.sec2 .r_cont .box .cont{margin-top: 40px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.2); display: flex;}
.sec2 .r_cont .box .cont h3{font-weight: 600; font-size: 22px; width: 130px;}
.sec2 .r_cont .box .cont dl{width: calc(100% - 130px);}
.sec2 .r_cont .box .cont dl dd{font-size: 17px; font-weight: 500; line-height: 1.8em; word-break: keep-all;}
.sec2 .r_cont .box .line_box{display: flex; justify-content: space-between; align-items: center;margin-top: 25px;}
.sec2 .r_cont .box .line_box .line{height: 1px; background-color: rgba(255,255,255,0.2); width: 83%;}
.sec2 .r_cont .box .line_box a{font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #fff;}

@media all and (max-width:1720px){
	.sec2 .l_cont .tit{left: 12%; top: 17%;}
	.sec2 .l_cont .text{right: 9%; bottom: 18%;}
	.sec2 .r_cont .box{padding: 120px 100px;}
}
@media all and (max-width:1400px){
	.sec2 .r_cont .box{padding: 120px 80px;}
	.sec2 .r_cont .box .cont h3{width: 100px;}
	.sec2 .r_cont .box .cont dl{width: calc(100% - 100px);}
}
@media all and (max-width:1280px){
	.sec2 .l_cont{display: flex; justify-content: center; align-items: center;}
	.sec2 .l_cont .box{padding:60px 0; width: 100%;}
	.sec2 .l_cont .tit{left: 12%; top: 12%;}
	.sec2 .l_cont .tit h4{font-size: 17px;}
	.sec2 .l_cont .tit h3{font-size: 32px;}
	.sec2 .l_cont .text{right: 6%; bottom: 14%;}
	.sec2 .l_cont .text p{font-size: 19px;}
	.sec2 .l_cont .img img{max-width: 65%}
	.sec2 .r_cont{display: flex; align-items: center;}
	.sec2 .r_cont .box{padding: 100px 60px;}
	.sec2 .r_cont .box .tit h3{font-size: 27px;}
	.sec2 .r_cont .box .cont{margin-top: 35px; padding-top: 35px;}
	.sec2 .r_cont .box .cont h3{font-size: 20px;}
	.sec2 .r_cont .box .cont dl dd{font-size: 16px; line-height: 1.7em;}
	.sec2 .r_cont .box .line_box a{font-size: 12px;}
	.sec2 .r_cont .box .line_box .line{width: 73%;}
}
@media all and (max-width:1024px){
	.sec2 .l_cont .tit{position: static; text-align: center; margin-bottom: 20px;}
	.sec2 .l_cont .tit h4{font-size: 16px; margin-bottom: 4px;}
	.sec2 .l_cont .tit h3{font-size: 28px;}
	.sec2 .l_cont .text{position: static; text-align: center; padding-top: 20px;}
	.sec2 .l_cont .text p{font-size: 18px; transform: rotate(0.1deg);}
	.sec2 .l_cont .img img{max-width: 62%}
	.sec2 .r_cont .box{padding: 80px 50px;}
	.sec2 .r_cont .box .tit h3{font-size: 24px;}
	.sec2 .r_cont .box .cont{margin-top: 25px; padding-top: 25px; flex-direction: column;}
	.sec2 .r_cont .box .cont h3{font-size: 18px; width: 100%; margin-bottom: 10px;}
	.sec2 .r_cont .box .cont dl{width: 100%;}
	.sec2 .r_cont .box .line_box{margin-top: 20px;}
}
@media all and (max-width:768px){
	.sec2{flex-direction: column;}
	.sec2 .l_cont{width: 100%;}
	.sec2 .l_cont .box{padding: 80px 0;}
	.sec2 .l_cont .text p{font-size: 17px;}
	.sec2 .l_cont .img img{max-width: 50%;}
	.sec2 .r_cont{width: 100%;}
	.sec2 .r_cont .box{padding: 80px 3%;}
	.sec2 .r_cont .box .tit h3{font-size: 22px;}
	.sec2 .r_cont .box .cont{margin-top: 22px; padding-top: 22px;}
	.sec2 .r_cont .box .cont dl dd{line-height: 1.6em;}
	.sec2 .r_cont .box .line_box .line{width: 78%;}
}
@media all and (max-width:500px){
	.sec2 .l_cont .box{padding: 65px 0;}
	.sec2 .l_cont .tit h4{font-size: 15px;}
	.sec2 .l_cont .tit h3{font-size: 25px;}
	.sec2 .l_cont .text p{font-size: 16px;}
	.sec2 .l_cont .img img{max-width: 60%;}
	.sec2 .r_cont .box{padding: 65px 3%;}
}


/* sec3 */
.sec3{padding: 160px 0 170px;}
.sec3 .top{display: flex; justify-content: space-between; align-items: flex-end;}
.sec3 .top .arrows{display: flex; align-items: center; gap:2px;}
.sec3 .top .arrows .arrow{cursor: pointer;}
.sec3 .top .arrows .arrow img{max-width: 100%;}
.sec3 .top .arrows .prev{}
.sec3 .top .arrows .next{}
.sec3 .bottom{margin-top: 55px;}
.sec3 .bottom .list{}
.sec3 .bottom .list li{margin-right: 30px; max-width: 570px;}
.sec3 .bottom .list li .img{}
.sec3 .bottom .list li .img img{max-width: 100%;}
.sec3 .bottom .list li .txt{display: flex; margin-top: 46px;}
.sec3 .bottom .list li .txt .num{font-size: 70px; color: #b7945e; opacity: 0.3; font-family: "Philosopher", serif; line-height: 1em; width: 100px;}
.sec3 .bottom .list li .txt .text{margin-top: 6px; width: calc(100% - 100px);}
.sec3 .bottom .list li .txt .text h3{font-size: 24px; color: #3c2d15;}
.sec3 .bottom .list li .txt .text p{font-size: 18px; font-weight: 500; color: #90887f; opacity: 0.9; line-height: 1.8em; margin-top: 18px; word-break: keep-all;}

@media all and (max-width:1280px){
	.sec3{padding: 120px 0 130px;}
	.sec3 .top .arrows .arrow img{max-width: 56px;}
	.sec3 .bottom{margin-top: 45px;}
	.sec3 .bottom .list li{max-width: 520px; margin-right: 25px;}
	.sec3 .bottom .list li .txt{margin-top: 40px;}
	.sec3 .bottom .list li .txt .num{font-size: 64px; width: 80px;}
	.sec3 .bottom .list li .txt .text{width: calc(100% - 80px);}
	.sec3 .bottom .list li .txt .text h3{font-size: 22px;}
	.sec3 .bottom .list li .txt .text p{font-size: 17px; margin-top: 15px; line-height: 1.7em;}
}
@media all and (max-width:1024px){
	.sec3{padding: 100px 0 110px;}
	.sec3 .top .arrows .arrow img{max-width: 54px;}
	.sec3 .bottom .list li{max-width: 480px; margin-right: 22px;}
	.sec3 .bottom .list li .txt{margin-top: 32px;}
	.sec3 .bottom .list li .txt .num{font-size: 58px;}
	.sec3 .bottom .list li .txt .text{}
	.sec3 .bottom .list li .txt .text h3{font-size: 21px;}
}
@media all and (max-width:768px){
	.sec3{padding: 80px 0 90px;}
	.sec3 .m_txt h3 br{display: none;}
	.sec3 .top .arrows{display: none;}
	.sec3 .bottom{margin-top: 40px;}
	.sec3 .bottom .list li{max-width: 64vw; margin-right: 18px;}
	.sec3 .bottom .list li .txt{margin-top: 25px;}
	.sec3 .bottom .list li .txt .num{font-size: 52px; width: 80px;}
	.sec3 .bottom .list li .txt .text{width: calc(100% - 80px);}
	.sec3 .bottom .list li .txt .text h3{font-size: 20px;}
	.sec3 .bottom .list li .txt .text p{font-size: 16px; margin-top: 12px; line-height: 1.6em;}
	.sec3 .bottom .list li .txt .text p br{display: none;}
}
@media all and (max-width:500px){
	.sec3{padding: 70px 0 80px;}
	.sec3 .bottom .list li .txt{margin-top: 20px; flex-direction: column;}
	.sec3 .bottom .list li .txt .num{font-size: 40px;}
	.sec3 .bottom .list li .txt .text{width: calc(100%); margin-top: 13px;}
	.sec3 .bottom .list li .txt .text h3{font-size: 19px;}
	.sec3 .bottom .list li .txt .text p{margin-top: 10px;}
}


/* sec4 */
.sec4{position: relative; padding: 100px;}
.sec4::before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 830px; background-color: #fbf9f6; z-index: 0;}
.sec4 .inner{}
.sec4 .inner .m_txt{text-align: center;}
.sec4 .inner .cont{margin-top: 60px;}
.sec4 .inner .cont .img{}
.sec4 .inner .cont .img img{max-width: 100%;}
.sec4 .inner .cont .slick-dots{position: static;margin-top: 25px;}
.sec4 .inner .cont .slick-dots li{background-color: #e9dfce; width: 10px; height: 10px;}
.sec4 .inner .cont .slick-dots li.slick-active{background-color: #b7945e;}

@media all and (max-width:1280px){
	.sec4{padding: 90px 60px;}
	.sec4::before{height: 55vw;}
	.sec4 .inner .cont{margin-top: 50px;}
	.sec4 .inner .cont .slick-dots{margin-top: 20px;}
	.sec4 .inner .cont .slick-dots li{width: 9px; height: 9px;}
}
@media all and (max-width:1024px){
	.sec4{padding: 82px 42px;}
	.sec4::before{height: 75%;}
	.sec4 .inner .cont{margin-top: 45px;}
}
@media all and (max-width:768px){
	.sec4{padding: 77px 3%;}
	.sec4 .m_txt h3{width: 85%; margin-left: auto; margin-right: auto;}
	.sec4 .inner .cont{margin-top: 40px;}
}
@media all and (max-width:500px){
	.sec4{padding: 70px 3%;}
	.sec4 .inner .cont{margin-top: 36px;}
}


/* sec5 */
.sec5{background: url(/images/main/sec5_bg.webp) no-repeat center center / cover; padding: 145px 0;}
.sec5 .inner{display: flex; justify-content: space-between; align-items: center;}
.sec5 .inner .l_cont{width: 50%; color: #fff; padding: 20px 0;}
.sec5 .inner .l_cont .tit{margin-bottom: 60px;}
.sec5 .inner .l_cont .tit h3{font-size: 45px; color: #fff; font-weight: 400;}
.sec5 .inner .l_cont .box{}
.sec5 .inner .l_cont .box h3{font-size: 18px; font-weight: 600; margin-bottom: 10px;}
.sec5 .inner .l_cont .box p{font-size: 16px; opacity: 0.7; font-weight:500; position: relative; padding-left: 14px; line-height: 1.6em;}
.sec5 .inner .l_cont .box p::before{content: '·'; font-weight: 600; font-size: 20px; position: absolute; left: 0; top: 0; line-height: 1.2em;}
.sec5 .inner .l_cont .box .time{display: flex; gap:30px; align-items: center; margin-bottom: 13px;}
.sec5 .inner .l_cont .box .time dl{display: flex; align-items: center; gap:12px;}
.sec5 .inner .l_cont .box .time dl dt{font-size: 18px; font-weight: 600;}
.sec5 .inner .l_cont .box .time dl dd{font-size: 18px; font-weight: 600; opacity: 0.7;}
.sec5 .inner .l_cont .box h4{font-family: "Philosopher", serif; font-size: 32px; font-weight: 400; margin-bottom: 10px;}
.sec5 .inner .l_cont .box + .box{margin-top: 35px;}
.sec5 .inner .r_cont{width: 50%;}
.sec5 .inner .r_cont .root_daum_roughmap .wrap_controllers{display: none;}
.sec5 .inner .r_cont .root_daum_roughmap .cont{display: none;}

@media all and (max-width:1280px){
	.sec5{padding: 120px 0;}
	.sec5 .inner .l_cont .tit{margin-bottom: 50px;}
	.sec5 .inner .l_cont .tit h3{font-size: 40px;}
	.sec5 .inner .l_cont .box + .box{margin-top: 30px;}
	.sec5 .inner .l_cont .box h3{font-size: 17px;}
	.sec5 .inner .l_cont .box p{font-size: 15px; padding-left: 12px;}
	.sec5 .inner .l_cont .box p::before{font-size: 19px;}
	.sec5 .inner .l_cont .box h4{font-size: 27px;}
	.sec5 .inner .l_cont .box .time{gap:20px;}
	.sec5 .inner .l_cont .box .time dl dt{font-size: 17px;}
	.sec5 .inner .l_cont .box .time dl dd{font-size: 17px;}
}
@media all and (max-width:1024px){
	.sec5{padding: 100px 0;}
	.sec5 .inner .l_cont .box .time{gap:10px; flex-direction: column; align-items: flex-start;}
	.sec5 .inner .l_cont .box .time dl{gap:7px;}
	.sec5 .inner .l_cont .tit{margin-bottom: 45px;}
	.sec5 .inner .l_cont .tit h3{font-size: 36px;}
	.sec5 .root_daum_roughmap .wrap_map{height: 420px !important;}
}
@media all and (max-width:768px){
	.sec5{padding: 80px 0;}
	.sec5 .inner{flex-direction: column;}
	.sec5 .inner .l_cont{width: 100%; margin-bottom: 30px; padding: 0;}
	.sec5 .inner .l_cont .box + .box{margin-top: 25px;}
	.sec5 .inner .l_cont .tit{margin-bottom: 30px;}
	.sec5 .inner .l_cont .tit h3{font-size: 32px;}
	.sec5 .inner .l_cont .box h4{font-size: 24px;}
	.sec5 .inner .l_cont .box .time{flex-direction: row;}
	.sec5 .inner .l_cont .box .time dl dt{font-size: 16px;}
	.sec5 .inner .l_cont .box .time dl dd{font-size: 16px;}
	.sec5 .inner .r_cont{width: 100%;}
	.sec5 .root_daum_roughmap .wrap_map{height: 360px !important;}
}
@media all and (max-width:500px){
	.sec5{padding: 70px 0;}
	.sec5 .inner .l_cont .tit{margin-bottom: 25px;}
	.sec5 .inner .l_cont .tit h3{font-size: 27px;}
	.sec5 .inner .l_cont .box .time{gap:10px; flex-direction: column; align-items: flex-start;}
	.sec5 .root_daum_roughmap .wrap_map{height: 300px !important;}
}