/* intro 페이지 */
#intro{ position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background-color: #fff; overflow: hidden; }
#intro::before{ content: ""; width: 130px; height: 130px; background-color: #D3C2A8; border-radius: 50%; box-shadow: 0 0 255px 255px #D3C2A8; position: absolute; top: -28px; left: -87px; opacity: 0.35; }
#intro::after{ content: ""; width: 286px; height: 286px; background-color: #D3C2A8; border-radius: 50%; box-shadow: 0 0 250px 250px #D3C2A8; position: absolute; bottom: -150px; right: -15px; opacity: 0.3; }

#intro > div{ height: 100%; }
#intro .flex-box{ width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; }
#intro .intro-wrap.moblie{ display: none; }
#intro .intro-wrap{ width: 100%; position: relative; }
#intro .intro-wrap::before{ content: ""; width: 3px; height: 3px; border-radius: 50%; border: 1px solid #B8926E; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); }
#intro .intro-wrap::after{ content: ""; width: 3px; height: 3px; border-radius: 50%; border: 1px solid #B8926E; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); }

#intro .intro-wrap ul{ width: 100%; display: flex; align-items: center; position: relative; }
#intro .intro-wrap ul::before{ content: ""; width: 1px; height: 100%; background-color: #B8926E; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#intro .intro-wrap ul li{ width: 50%; display: flex; flex-direction: column; padding: 40px 0; position: relative; }
#intro .intro-wrap ul li::after{ content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#intro .intro-wrap ul li:hover::after{ display: none; }
#intro .intro-wrap ul li.the_yoon{ align-items: center; padding-right: 48px; padding-left: 160px; }
#intro .intro-wrap ul li.hanol{ padding-left: 130px; }

#intro .intro-wrap ul li figure{ position: relative; transition: all 1s; }
#intro .intro-wrap ul li figure.opacity{ opacity: 0.8; transform: scale(0.5); }
#intro .intro-wrap ul li figure a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

#intro .intro-wrap ul li .hover{ display: none; }
#intro .intro-wrap ul li.the_yoon .hover{ max-width: auto; width: 100%; }
#intro .intro-wrap .hover dl{ font-family: 'SCoreDream'; line-height: 1.5; text-align: center; margin-top: 50px; }
#intro .intro-wrap .hover dt{  font-size: 2.2rem; font-weight: 500; color: #222; }
#intro .intro-wrap .hover dd{ font-size: 1.8rem; font-weight: 300; color: #666; }
#intro .intro-wrap .hover dd span{ font-weight: 500; color: #222; }
#intro .intro-wrap .hover dd:not(:last-of-type){ margin-bottom: 35px; }

#intro .intro-wrap .hover .text{ margin: 45px 0 118px; }
#intro .intro-wrap .hover .text p{ font-family: 'SCoreDream'; font-size: 1.6rem; font-weight: 300; color: #000; line-height: 1.75; }
#intro .intro-wrap .hover .text p:not(:last-of-type){ margin-bottom: 15px; }
#intro .intro-wrap .hover .text p span{ color: #B8926E; }
#intro .intro-wrap .hover .btns{ display: flex; align-items: center; }
#intro .intro-wrap .hover .btns a{ display: flex; justify-content: space-between; align-items: center; width: 205px; height: 50px; font-family: 'SunBatang-Light'; font-size: 1.6rem; font-weight: 500; color: #000; border-radius: 990px; padding: 0 30px; }
#intro .intro-wrap .hover .btns a i{ transition: all 0.5s; }
#intro .intro-wrap .hover .btns a.register{ background-color: #E4D3B4; margin-right: 15px; }
#intro .intro-wrap .hover .btns a.login{ border: 1px solid #B8926E; }

#intro .intro-wrap .hover .btns a:hover i{ margin-right: 10px; }
 
@media screen and (max-width: 1440px){
	#intro .intro-wrap ul li.the_yoon{ padding-right: 80px; }
	#intro .intro-wrap ul li.hanol{ padding-left: 80px; }
}

@media screen and (max-width: 1250px){
	#intro .intro-wrap .hover .btns a{ width: 170px; height: 45px; }
	#intro .intro-wrap .hover dt{ font-size: 2rem; }
	#intro .intro-wrap .hover dd{ font-size: 1.6rem; }
	#intro .intro-wrap .hover dd:not(:last-of-type){ margin-bottom: 20px; }
	#intro .intro-wrap .hover dl{ margin-top: 10px; }
	#intro .intro-wrap .hover .text{ margin: 30px 0 50px; }
}

@media screen and (max-width: 1000px){
	#intro .intro-wrap.pc{ display: none; }
	#intro .intro-wrap.moblie{ display: block; }
	#intro .intro-wrap{ height: 100%; }
	#intro .intro-wrap::before{ display: none; }
	#intro .intro-wrap::after{ display: none; }
	#intro .intro-wrap ul{ height: 100%; flex-direction: column; justify-content: center; }
	#intro .intro-wrap ul::before{ display: none; }
	#intro .intro-wrap ul li{ width: 80%; padding: 40px 0; }
	#intro .intro-wrap ul li.the_yoon{ padding-right: 0; justify-content: flex-end; align-items: center; border-bottom: 1px solid #B8926E; padding-left: 0; }
	#intro .intro-wrap ul li.hanol{ padding-left: 0; justify-content: flex-start; align-items: center; }
	#intro .intro-wrap ul li.hanol{ padding: 40px 5%; }
	#intro .intro-wrap ul li::before{ content: ""; width: 3px; height: 3px; border-radius: 50%; border: 1px solid #B8926E; position: absolute; }
	#intro .intro-wrap ul li.the_yoon::before{ bottom: -3px; left: -4px; }
	#intro .intro-wrap ul li.hanol::before{ top: -3px; right: -4px; }
	#intro .intro-wrap .hover .text{ text-align: center; }
	#intro .intro-wrap .hover .btns{ justify-content: center; }
}

@media screen and (max-width: 750px){
	#intro .intro-wrap ul li figure{ transform: scale(0.8); }
}

@media screen and (max-width: 600px){
	#intro .intro-wrap ul li figure{ transform: scale(0.7); }
}


/* 메인 페이지 */
#main{ padding-top: 140px; }
#main section{ position: relative; }
#main section.blur{ position: relative; }
#main section.blur::before{ content: ""; width: 230px; height: 235px; background-color: #D3C2A8; border-radius: 50%; box-shadow: 0 0 255px 255px #D3C2A8; position: absolute; z-index: -5; }


/* 메인 페이지 - 드래그 커서 */
.drag{ width: 80px; height: 80px; border-radius: 50%; background: rgba(184, 146, 110, 0.4); font-family: 'Cormorant', serif; font-size: 1.4rem; font-weight: 500; color: #604926; text-align: center; line-height: 80px; position: absolute; z-index: 50; pointer-events: none; overflow: hidden; transform-origin: center center; animation: cursor_remove 0.5s ease forwards; }
.drag.scale{ animation: cursor_scale 0.5s ease forwards; }
.drag::before{ content: "\e93d";  font-family: 'xeicon'; font-weight: normal; font-style: normal; color: #604926; position: absolute; top: 50%; left: 7.5px; transform: translateY(-50%); }
.drag::after{ content: "\e940";  font-family: 'xeicon'; font-weight: normal; font-style: normal; color: #604926; position: absolute; top: 50%; right: 7.5px; transform: translateY(-50%); }

@keyframes cursor_scale{
	0%{ transform: scale(0); }
	100%{ transform: scale(1); }
}

@keyframes cursor_remove{
	0%{ transform: scale(1); }
	100%{ transform: scale(0); }
}
 
@media screen and (max-width: 1000px){
	#main{ padding-top: 100px; }
}

@media screen and (max-width: 565px){
	#main{ padding-top: 120px; }
}

/* sec01 - main-wrapper */
#main .sec01{ padding: 10px 0; }
#main .sec01 .main-wrapper{ width: 100%; overflow-x: hidden; }
/* #main .sec01 .main-wrapper .slick-list{ margin-right: -30px; } */
#main .sec01 .main{ max-width: 1440px; width: 100%; margin-right: 30px; transition: 0.3s; }

#main .sec01 .bg{ width: 100%; height: calc(100vh - 260px); position: relative; /* padding-bottom: 47.2%; */ border-radius: 10px; }
/*#main .sec01 .bg.bg01{ background: url("/img/main/main_visual01.jpg") no-repeat center center / cover; }
#main .sec01 .bg.bg02{ background: url("/img/main/main_visual02.jpg") no-repeat center center / cover; }
#main .sec01 .bg.bg03{ background: url("/img/main/main_visual03.jpg") no-repeat center center / cover; }
#main .sec01 .bg.bg04{ background: url("/img/main/main_visual04.jpg") no-repeat center center / cover; }*/

#main .sec01 .content{ position: absolute; top: 50%; left: 11%; transform: translateY(-50%); }
#main .sec01 .text{ color: #5A4A1E; }
#main .sec01 .text h1{ font-family: 'Butler'; font-size: 6rem; font-weight: normal; opacity: 0; }
#main .sec01 .text p{ font-family: 'Pretendard', sans-serif; font-size: 3.8rem; font-weight: 200;  margin: 5px 0 40px; opacity: 0; }
#main .sec01 .content .delay{ opacity: 0; }
#main .sec01 .content a{ display: inline-block; font-family: 'Pretendard', sans-serif; font-size: 1.4rem; font-weight: 300; color: #424242; border: 1px solid rgba(66, 66, 66, 0.2); padding: 14px 40px; transition: 0.5s; }

#main .sec01 .slick-active .text h1{ animation: textAnimation 1.2s ease forwards; animation-delay: 0.3s; }
#main .sec01 .slick-active .text p{ animation: textAnimation 1.2s ease forwards; animation-delay: 0.5s; }
#main .sec01 .slick-active .delay{ animation: btnUp 1.2s ease-out forwards; animation-delay: 1s; }

@keyframes textAnimation{
	0%{ opacity: 0; transform: translateX(15%); }
	100%{ opacity: 1; transform: translateX(0); }
}

@keyframes btnUp{
	0%{ opacity: 0; transform: translateY(20%); }
	100%{ opacity: 1; transform: translateY(0); }
}


#main .sec01 .text.green{ color: #54565A}/*{ color: #426E6F; }*/
#main .sec01 .text.pink{ color: #83605F; }
#main .sec01 .text.light{ color: #7A6658; }

#main .sec01 .content a:hover{ background-color: #424242; border: 1px solid #424242; color: #fff; }

#main .sec01 .main-btn{ max-width: 1440px; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 0 30px; pointer-events: none; }
#main .sec01 .main-btn button{ border: none; width: 55px; height: 70px; pointer-events: auto; }
#main .sec01 .main-btn button.prev{ background: url("/img/main/main_prev.png") no-repeat center center / auto; }
#main .sec01 .main-btn button.next{ background: url("/img/main/main_next.png") no-repeat center center / auto; float: right; }

#main .sec01 .slick-dots{ display: flex; position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); }
#main .sec01 .slick-dots li{ width: 15px; height: 15px; background-color: transparent; border: 1px solid #fff; border-radius: 50%; cursor: pointer; }
#main .sec01 .slick-dots li.slick-active{ background-color: #fff; }
#main .sec01 .slick-dots li:not(:last-of-type){ margin-right: 10px; }
#main .sec01 .slick-dots li button{ display: none; }


@media screen and (max-width: 1600px){
	/* #main .sec01 .main-wrapper .slick-list{ margin-right: -30px; } */
	#main .sec01 .text h1{ font-size: 6.5rem; }
	#main .sec01 .text p{ font-size: 4rem; margin: 0 0 30px; }
	#main .sec01 .content a{ padding: 10px 25px; }
	#main .sec01 .content{ left: 7%; }
	#main .sec01 .main{ max-width: calc(100vw - 160px); }
	#main .sec01 .main-btn{ max-width: 100%; width: calc(100vw - 180px); padding: 0; }
}

@media screen and (max-width: 1350px){
	/* #main .sec01 .bg{ background-position: center right !important; } */
}

@media screen and (max-width: 1200px){
	#main .sec01 .main{ max-width: 100vw; margin-right: 0; }
	#main .sec01 .bg{ border-radius: 0; }

	#main .sec01 .main-btn{ display: none; }
	#main .sec01 .content{ left: 5%; }
}

@media screen and (max-width: 920px){
	#main .sec01 .content{ width: 60%; top: 30%; left: 10%; }
	#main .sec01 .text h1{ font-size: 7rem; }
	#main .sec01 .text p{ font-size: 3.5rem; }
	#main .sec01 .content a{ padding: 14px 40px; } 

	/* #main .sec01 .bg.bg01{ background: url("/img/main/main_visual01_moblie.jpg") no-repeat bottom right / cover !important; }
	#main .sec01 .bg.bg02{ background: url("/img/main/main_visual02_moblie.jpg") no-repeat bottom right / cover !important; }
	#main .sec01 .bg.bg03{ background: url("/img/main/main_visual03_moblie.jpg") no-repeat bottom right / cover !important; }
	#main .sec01 .bg.bg04{ background: url("/img/main/main_visual04_moblie.jpg") no-repeat bottom right / cover !important; } */
}

@media screen and (max-width: 620px){
	#main .sec01 .content{ width: 100%; top: 26%; left: 0%; padding: 0 7%; }
	#main .sec01 .text h1{ font-size: 6.5rem; }
	#main .sec01 .text p{ font-size: 2.8rem; }
}


/* sec02 - banner */
#main .sec02{ padding: 70px 0 100px; }
#main .sec02 .flex-box{ display: flex; justify-content: space-between; align-items: center; }
#main .sec02 .banner{ display: flex; justify-content: space-between; align-items: center; width: calc((100% - 30px) / 2); border-radius: 8px; padding: 3.3% 50px; }
#main .sec02 .banner.bg01{ background: url("/img/main/main_banner_bg01.jpg") no-repeat center center / cover; }
#main .sec02 .banner.bg02{ background: url("/img/main/main_banner_bg02.jpg") no-repeat center center / cover; }
#main .sec02 .banner .text span{ display: inline-block; font-size: 1.7rem; font-weight: normal; color: #333; margin-bottom: 5px; }
#main .sec02 .banner .text p{ font-size: 2.8rem; font-weight: 500; color: #333; }
#main .sec02 .banner a{ display: inline-block; width: 50px; height: 50px; border: 1px solid #333; border-radius: 50%; position: relative; transition: 0.5s; }
#main .sec02 .banner a i{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #333; transition: 0.5s; }
#main .sec02 .banner a:hover{ background-color: #fff; border: 1px solid #fff; }
#main .sec02 .banner a:hover i{ margin-left: 3px; }
#main .sec02 .banner a.pink:hover i{ color: #E9B3B3; }
#main .sec02 .banner a.green:hover i{ color: #D8C799; }

@media screen and (max-width: 1200px){
	#main .sec02{ padding: 50px 0 80px; }
}

@media screen and (max-width: 1000px){
	#main .sec02 .flex-box{ flex-direction: column; }
	#main .sec02 .banner{ width: 100%; }
	#main .sec02 .banner:first-of-type{ margin-bottom: 20px; }
	#main .sec02 .banner .text span{ font-size: 1.6rem; }
	#main .sec02 .banner .text p{ font-size: 2.3rem; }
}

@media screen and (max-width: 800px){
	#main .sec02 .banner{ padding: 30px 50px; }
}

/* sec03, sec04 - tab-slide */
#main .tab-slide{ padding-bottom: 100px; }
#main .tab-slide .flex-box{ display: flex; justify-content: space-between; }
#main .tab-slide .tab-menu .title{ font-size: 2rem; font-weight: 500; color: #222; padding-bottom: 13px; position: relative; }
#main .tab-slide .tab-menu .title::after{ content: ""; width: 88px; height: 3px; background: url("/img/main/tab_after.png") no-repeat center center / auto; position: absolute; bottom: 0; left: 0; }
#main .tab-slide .tab-menu ul{ padding-top: 17px; }
#main .tab-slide .tab-menu ul li{ font-size: 1.4rem; font-weight: normal; color: #666; padding: 10px 0; cursor: pointer; }
#main .tab-slide .tab-menu ul li.on{ font-weight: 700; color: #846B45; }

#main .tab-slide .tab-wrapper{ cursor: none; }
#main .tab-slide .tab-wrapper .slick-list{ margin-right: -30px; }
#main .tab-slide .tab-content{ width: calc(100% - 180px); }
#main .tab-slide .tab-box{ overflow: hidden; }
#main .tab-slide .tab-box:not(:first-of-type){ display: none; }
#main .tab-slide .tab-box .tab{ max-width: 270px; width: 100%; position: relative; margin-right: 30px; }
#main .tab-slide .tab-box .tab figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 134%; border-radius: 8px; }
#main .tab-slide .tab-box .tab figure::after{ content: url("/img/common/watermark.png"); position: absolute; top: 50%; left: 50%; z-index: 3; transform: translate(-50%, -50%); }
#main .tab-slide .tab-box .tab figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#main .tab-slide .tab-box .tab .text{ width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 15px; }
#main .tab-slide .tab-box .tab .text span.type{ font-size: 1.4rem; font-weight: 300; color: #222; }
#main .tab-slide .tab-box .tab .text span.number{ font-size: 1.6rem; font-weight: normal; color: #222; }
#main .tab-slide .tab-box a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; cursor: none; }

@media screen and (max-width: 1720px){
	#main .inner1700{ padding-left: 20px; }
}

@media screen and (max-width: 1200px){
	#main .tab-slide{ padding-bottom: 50px; }
}

@media screen and (max-width: 820px){
	#main .tab-slide .tab-content{ width: calc(100% - 150px); }
}

@media screen and (max-width: 600px){
	#main .tab-slide .tab-content{ width: calc(100% - 120px); }
}

/* sec03, sec04 -blur */
#main .sec03.blur::before{ opacity: 0.25; top: -159px; left: -67px; }
#main .sec04.blur::before{ opacity: 0.2; top: -238px; right: -40px; }


@media screen and (max-width: 600px){
	#main .sec04.blur::before{ top: 100%; right: 0; }
}

/* sec05 - introduce */
#main .sec05{ padding: 60px 0 85px; position: relative; }
#main .sec05 .bg{ background: url("/img/main/introduce_bg.jpg") no-repeat center center / cover; padding: 12% 0; border-radius: 10px; }
#main .sec05 .text{ padding: 0 100px; }
#main .sec05 .text h2{ font-size: 3.7rem; font-weight: 500; color: #222; }
#main .sec05 .text p{ max-width: 860px; font-size: 1.7rem; font-weight: normal; color: #222; line-height: 1.8823; margin: 15px 0 70px; }
#main .sec05 .text a{ display: flex; justify-content: space-between; align-items: center; width: 205px; height: 50px; border-radius: 990px; border: 1px solid #B8926E; padding: 0 30px; font-family: 'SunBatang-Light'; font-size: 1.6rem; font-weight: normal; color: #000; }
#main .sec05 .text a i{ font-size: 1.3rem; transition: 0.5s; }

#main .sec05 .text a:hover i{ margin-right: 10px; } 

@media screen and (max-width: 1440px){
	#main .sec05 .text h2{ font-size: 3.3rem; }
	#main .sec05 .text p{ max-width: calc(100% - 380px); font-size: 1.6rem; }
	#main .sec05 .text a{ width: 170px; }
}

@media screen and (max-width: 1340px){
	#main .sec05 .text{ padding: 0 60px; }
	/* #main .sec05 .text p{ max-width: 700px; } */
}

@media screen and (max-width: 1200px){
	#main .sec05{ padding: 30px 0 55px; }
}

@media screen and (max-width: 1140px){
	#main .sec05 .text p{ max-width: calc(100% - 240px); }
}

@media screen and (max-width: 960px){
	#main .sec05 .bg{ background-position: center right -170px; }
	#main .sec05 .text p{ margin: 15px 0 40px; }
}


@media screen and (max-width: 765px){
	#main .sec05 .bg{ background-position: center left; }
	#main .sec05 .text p{ max-width: 100%; }
}