.lead { font-size:16px; color:#555; letter-spacing:-0.02em; line-height:1.75; font-weight:400}
@media screen and (max-width:640px) {
input {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
.lead { font-size:17px}
}


/*메인배너*/
/* #main-carousel{padding:0; display:block}
#main-carousel .li{height:800px; background-size:cover; background-position:center; position:relative}
#main-carousel .li .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/sub_visual_cover.png) center bottom no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:300px;opacity:.6;z-index:1}
#main-carousel .jarallax {height: 800px;}
#main-carousel .img01 { background-image:url(../img/main_banner_img01.jpg);}
#main-carousel .img02 { background-image:url(../img/main_banner_img02.jpg);}
#main-carousel .img03 { background-image:url(../img/main_banner_img03.jpg);}
#main-carousel .li .copy_area_wrap {max-width:1400px; margin:auto;}
#main-carousel .li .copy_area{position: absolute; top:45%; -ms-transform: translateY(-50%); transform: translateY(-50%); color:#fff; padding:0 0 0 30%; z-index:2}
#main-carousel .li .copy_area h2{font-size:20px;font-weight:500; line-height:1.3; text-decoration:underline; letter-spacing:-1px;text-align:left; padding-bottom:20px; word-break: keep-all;}
#main-carousel .li .copy_area h3{font-size:80px;font-weight:100;text-align:left; letter-spacing:-5px; color:#fff; line-height:1.2;}
#main-carousel .li .copy_area h3 span{ color:#afa05d; font-weight:bold; }
#main-carousel .li .copy_area h4{font-size:17px;font-weight:500;text-align:left; max-width:500px; word-break:keep-all;}
#main-carousel .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto;bottom:100px;}
#main-carousel .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:70px;height:6px;display:inline-block;margin-left:10px; border:0}
#main-carousel .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}
#main-carousel .owl-nav{position:absolute;width:100%;bottom:50%}
#main-carousel .owl-prev {position:absolute;top:50%;left:5%;z-index:999;background:url(../img/arrow_left.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
#main-carousel .owl-next {position: absolute; top: 50%; right: 5%;z-index: 999;background:url(../img/arrow_right.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
#main-carousel .owl-prev:hover { background: url("../img/arrow_on_left.png") no-repeat;}
#main-carousel .owl-next:hover { background: url("../img/arrow_on_right.png") no-repeat;}

@media screen and (max-width:640px) {
	#main-carousel .li{height:100vh}
	#main-carousel .li .copy_area { padding:0 20px}
	#main-carousel .li .copy_area h2{font-size:17px;}
	#main-carousel .li .copy_area h3{font-size:60px;}
	#main-carousel .li .copy_area h4{font-size:17px;}
	#main-carousel .img01 { background-image:url(../img/main_banner_img01.jpg);}
	#main-carousel .img02 { background-image:url(../img/main_banner_img02.jpg);}
	#main-carousel .img03 { background-image:url(../img/main_banner_img03.jpg);}
} */
/*메인배너*/



/*메인배너*/
#mainVisual{position:relative}

#mainVisual .main_slide{position:relative;width:100%;height:900px;}
#mainVisual .swiper-wrapper{height:100%}
#mainVisual .swiper-slide {position: relative;}
#mainVisual .swiper-slide::after {position: absolute; content: ''; width: 100%; height: 100%; background-color: rgba(0,0,0,.2);}
#mainVisual .swiper-slide.bg01{position:relative;background:url(../img/main_banner_img01.jpg) no-repeat center / cover}
#mainVisual .swiper-slide.bg02{position:relative;background:url(../img/main_banner_img02.jpg) no-repeat center / cover}
#mainVisual .swiper-slide.bg03{position:relative;background:url(../img/main_banner_img03.jpg) no-repeat center / cover}
#mainVisual .swiper-slide > a {position: absolute; width: 100%; height: 100%; z-index: 2;}

#mainVisual .main_txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 100%; padding: 0 20px;}
#mainVisual .main_txt .slidelogo {margin-bottom: 10px; display: flex; justify-content: center;}
#mainVisual .main_txt .flex_box {display: flex; align-items: center; justify-content: center; gap: 60px; margin-bottom: 40px; flex-wrap: wrap;}
#mainVisual .main_txt .flex_box h2 {font-size: 80px; color: #fff; font-family: "Cormorant Garamond", serif;}
#mainVisual .main_txt .flex_box .bar {display: block; width: 135px; height: 2px; background-color: rgba(255, 255, 255, 0.5);}
#mainVisual .main_txt p {font-size: 20px; text-align: center; color: #fff; line-height: 1.5; word-break: keep-all; font-weight: 300;}
/* 스크롤다운 */
#mainVisual .scroll {font-family: "Cormorant Garamond", serif; z-index: 3; position: absolute; left: 50%; bottom: 50px; transform: translateX(-50%); font-size: 18px; color: #fff; display: flex; align-items: center; justify-content: center; gap: 10px;}
#mainVisual .scroll span {position: relative; display: inline-block; width: 10px; margin-left: 12px; }
#mainVisual .scroll span img {position: absolute; top: 0; left: 0; animation: scrollMove 1.4s infinite; }
#mainVisual .scroll span img:first-of-type {top: -6px; animation: scrollMove02 1.4s infinite; }
@keyframes scrollMove02 {
    0% {
        top: -14px;
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        top: 4px;
        opacity: 0;
    }
}
/* Pager */
#mainVisual .pager{display:flex;justify-content:center;gap:15px; width: max-content; margin: 0 auto;}
#mainVisual .pager button{position:relative;display:flex;justify-content:center;align-items:center;width:30px;height:30px;background:transparent;border:0;cursor:pointer}
#mainVisual .pager .diamond{width:8px;height:8px;background:#fff;transform:rotate(45deg);border-radius:2px;z-index:2}
#mainVisual .pager .progress{position:absolute;inset:0;transform:rotate(-90deg);z-index:1}
#mainVisual .pager .circle-origin{fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-dasharray:90;stroke-dashoffset:90;transition:stroke .2s}
#mainVisual .pager .swiper-pagination-bullet {opacity: 0.3;}
#mainVisual .pager .swiper-pagination-bullet.on{opacity: 1;}
#mainVisual .pager button.on .diamond{background:#fff}
#mainVisual .pager button.on .circle-origin{stroke:#fff;animation:circle-progress 3.5s linear forwards} 

@keyframes circle-progress{
  0%{stroke-dashoffset:90}
  100%{stroke-dashoffset:0}
}


@media screen and (max-width: 1200px) {
	#mainVisual .main_txt .flex_box {gap: 30px; margin-bottom: 30px;}
	#mainVisual .main_txt .flex_box h2 {font-size: 60px;}
	#mainVisual .main_txt .flex_box .bar {width: 10%;}
	#mainVisual .main_txt p {font-size: 18px;}
}

@media screen and (max-width: 960px) {
	#mainVisual .main_slide {height: 800px;}
	#mainVisual .main_txt .flex_box h2 {font-size: 50px;}
	#mainVisual .main_txt p {font-size: 16px;}
}
@media screen and (max-width: 800px) {
	#mainVisual .main_txt .flex_box {gap: 10px;}
	#mainVisual .main_txt .flex_box h2 {width: 100%; text-align: center;}
	#mainVisual .main_txt .flex_box .bar {width: 2px; height: 60px;}
}
@media screen and (max-width: 640px) {
	#mainVisual .main_slide {height: 700px;}
	#mainVisual .swiper-slide.bg01 {background-image: url(../img/m_main_banner_img01.jpg);}
	#mainVisual .swiper-slide.bg02 {background-image: url(../img/m_main_banner_img02.jpg);}
	#mainVisual .swiper-slide.bg03 {background-image: url(../img/m_main_banner_img03.jpg);}
	#mainVisual .main_txt .flex_box h2 {font-size: 40px;}
	#mainVisual .main_txt .flex_box .bar {height: 40px;}
}
/*메인배너*/






/*메인공통*/
.ltailc {font-style: italic;}
.txt_center {text-align: center;}
.flex_box {display: flex; flex-wrap: wrap;}
.Cormorant {font-family: "Cormorant Garamond", serif;}
.section {}
.section * {color: #222; word-break: keep-all;}
.section .main_tit_box {}
.section .main_tit_box .sub_tit {color: #bda88f; font-size: 20px; font-weight: 700; display: block; line-height: 1; margin-bottom: 20px;}
.section .main_tit_box .main_tit {font-size: 40px;}
.section .more_btn_box .more_btn {display: flex; font-weight: 600; transition: .4s; align-items: center; gap: 10px; font-size: 18px; color: #7b6e66;}
.section .more_btn_box .more_btn .icon_box {width: 30px; display: grid; place-content: center; aspect-ratio: 1 / 1; border-radius: 50%; background-color: #7b6e66;}
.section .more_btn_box .more_btn .icon_box img {filter: brightness(0) invert(1);}
.section .more_btn_box .more_btn:hover {gap: 15px;}

@media screen and (max-width: 1200px) {
	.section .main_tit_box .sub_tit {margin-bottom: 10px;}
	.section .main_tit_box .main_tit {font-size: 35px;}
}
@media screen and (max-width: 960px) {
	.section .main_tit_box .sub_tit {font-size: 18px;}
	.section .main_tit_box .main_tit {font-size: 32px;}
	.section .more_btn_box .more_btn {font-size: 16px;}
}
@media screen and (max-width: 640px) {
	.section .main_tit_box .main_tit {font-size: 28px;}
	.section .more_btn_box .more_btn {font-size: 14px;}
}
@media screen and (max-width: 500px) {
	.section .more_btn_box .more_btn .icon_box {width: 26px;}
	.section .more_btn_box .more_btn .icon_box img {width: 6px;}
}

/*메인공통*/





/*content01*/
.content01 {background: url(../img/con1_bg.png) no-repeat 50% 50% / cover; padding: 160px 0; overflow: hidden;}
.content01 .con_tit_box {margin-bottom: 130px;}
.content01 .con_tit_box .animate_tit {will-change:filter; backface-visibility:hidden; font-size: 80px; filter: blur(20px); letter-spacing: 0.07em; transition: all 1s linear; font-family: "Cormorant Garamond", serif; line-height: 1.1;}
.content01 .con_tit_box .animate_tit.animate {filter: blur(0px); letter-spacing: -0.025em; white-space: nowrap;}
.content01 .con_tit_box .animate_tit span {display: block; color: #7b6e66; font-size: 100px;}
.content01 .flex_box {justify-content: space-between; align-items: flex-end; gap: 30px;}
.content01 .flex_box .desc_box {}
.content01 .flex_box .desc_box a {font-size: 20px; display: flex; gap: 10px; align-items: center; font-weight: 700;}
.content01 .flex_box .desc_box a img {}
.content01 .flex_box .desc_box a:hover {transition: .4s; gap: 15px;}
.content01 .flex_box .desc_box p {margin-top: 30px; font-size: 18px; color: #666; line-height: 1.4;}
.content01 .flex_box .menu_box {gap: 10px;}
.content01 .flex_box .menu_box a {display: block; padding: 12px 0; transition: .4s; width: 120px; text-align: center; border: 1px solid #222; border-radius: 30px; font-size: 16px;}
.content01 .flex_box .menu_box a:hover {background-color: #7b6e66; color: #fff; border-color: #7b6e66;}

@media screen and (max-width: 1200px) {
	.content01 .con_tit_box .animate_tit {font-size: 70px;}
	.content01 .con_tit_box .animate_tit span {font-size: 110%;}
}
@media screen and (max-width: 1060px) {
	.content01 .flex_box {justify-content: center;}
	.content01 .flex_box .desc_box {width: 100%; text-align: center;}
	.content01 .flex_box .desc_box a {justify-content: center;}
}
@media screen and (max-width: 960px) {
	.content01 {padding: 120px 0;}
	.content01 .con_tit_box {margin-bottom: 80px;}
	.content01 .con_tit_box .animate_tit {font-size: 60px;}
	.content01 .flex_box .desc_box p {font-size: 16px; margin-top: 20px;}
	.content01 .flex_box .menu_box a {font-size: 14px; padding: 10px 0; width: 100px;}
}
@media screen and (max-width: 640px) {
	.content01 {padding: 100px 0;}
	.content01 .con_tit_box {margin-bottom: 50px;}
	.content01 .con_tit_box .animate_tit {font-size: 45px;}
	.content01 .flex_box .desc_box a {font-size: 18px;}
}
@media screen and (max-width: 500px) {
	.content01 .flex_box .desc_box p br {display: none;}
}
/*content01*/





/*content02*/
.content02 {padding: 160px 0; overflow: hidden;}
.content02 .main_tit_box {margin-bottom: 50px;}
.content02 .main_tit_box span {}
.content02 .main_tit_box h3 {}
.content02 .menu_box {position: relative; margin-bottom: 70px;}
.content02 .menu_box::before {content: ""; width: 100vw; position: absolute; left: 0; bottom: 0; height: 1px; background-color: #f6f6f6; z-index: -1;}
.content02 .menu_box .menu {width: 25%; cursor: pointer; font-size: 18px; font-weight: 700; text-align: center; color: #999; border-bottom: 2px solid transparent; padding: 30px 0;  transition: .4s;}
.content02 .menu_box .menu.active {border-color: #7b6e66; color: #7b6e66;}
.content02 .tab_box {}
.content02 .tab_box .tab {gap: 30px;}
.content02 .tab_box .tab .img_box {width: calc(50% - 15px);}
.content02 .tab_box .tab .img_box img {width: 100%; border-radius: 10px;}
.content02 .tab_box .tab3 .img_box img, .content02 .tab_box .tab4 .img_box img {border: 1px solid #ddd;}
.content02 .tab_box .tab .txt_box {padding: 30px; width: calc(50% - 15px);}
.content02 .tab_box .tab .txt_box h3 {font-size: 35px; line-height: 1.4; margin-bottom: 50px;}
.content02 .tab_box .tab .txt_box h3 span {color: #7b6e66; display: block;}
.content02 .tab_box .tab .txt_box p {font-size: 18px; line-height: 1.5; color: #666; margin-bottom: 40px;}

@media screen and (max-width: 1200px) {
	.content02 .menu_box .menu {padding: 20px 0;}
	.content02 .tab_box .tab .txt_box h3 {font-size: 32px; margin-bottom: 30px;}
}
@media screen and (max-width: 960px) {
	.content02 {padding: 120px 0;}
	.content02 .menu_box {margin-bottom: 50px;}
	.content02 .menu_box .menu {font-size: 16px;}
	.content02 .tab_box .tab .img_box {width: 100%;}
	.content02 .tab_box .tab .txt_box {width: 100%; padding: 0;}
	.content02 .tab_box .tab .txt_box h3 {font-size: 28px; margin-bottom: 10px;}
}
@media screen and (max-width: 640px) {
	.content02 {padding: 100px 0;}
	.content02 .tab_box .tab .txt_box h3 {font-size: 24px;}
	.content02 .tab_box .tab .txt_box p {font-size: 16px; margin-bottom: 20px;}
}
@media screen and (max-width: 500px) {
	.content02 .main_tit_box {margin-bottom: 30px;}
	.content02 .menu_box .menu {width: 50%; border-bottom: 2px solid #f6f6f6; font-size: 15px;}
	.content02 .tab_box .tab .txt_box p .pc_br {display: none;}
	.content02 .menu_box::before {display: none;}
}

/*content02*/





/*content03*/
.content03 {position: relative; overflow: hidden; padding-bottom: 160px;}
.content03 .flex_box {width: 100%; max-width: 1640px; padding: 0 20px; margin: 0 auto 90px; justify-content: space-between; align-items: flex-end;}
.content03 .flex_box .main_tit_box {}
.content03 .flex_box .main_tit_box span {}
.content03 .flex_box .main_tit_box h3 {}
.content03 .flex_box .slide_nav {display: flex; align-items: center; gap: 10px;}
.content03 .flex_box .slide_nav .button {width: 50px; height: 50px; border-radius: 50%; border: none; outline: none; display: grid; place-content: center; background-color: #f5f5f5; position: static; margin: 0; padding: 0;}
.content03 .flex_box .slide_nav .button:hover {transition: .4s; background-color: #7b6e66;}
.content03 .flex_box .slide_nav .button:hover img {transition: .4s; filter: brightness(0) invert(1);}
.content03 .flex_box .slide_nav .button img {}
.content03 .flex_box .slide_nav .button .swiper-button-prev {}
.content03 .flex_box .slide_nav .button .swiper-button-next {}
/* .content03 .con3_swiper {width:calc(100% + ((100% - 1600px) / 2));  margin-left:calc((100% - 1600px) / 2);} */
.content03 .con3_swiper .slide {}
.content03 .con3_swiper .slide .img_box {position: relative; border-radius: 10px; overflow: hidden; margin-bottom: 30px;}
.content03 .con3_swiper .slide .img_box img {width: 100%;}
.content03 .con3_swiper .slide .img_box .more_btn {transition: .4s; z-index: 2; position: absolute; top: -200%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(0, 0, 0, 0.05); width: 100px; aspect-ratio: 1 / 1; border-radius: 50%; color: #fff; display: flex; justify-content: center; backdrop-filter: blur(20px); align-items: center; gap: 10px; font-size: 18px;}
.content03 .con3_swiper .slide .img_box .more_btn img {width: auto; filter: brightness(0) invert(1);}
.content03 .con3_swiper .slide .img_box:hover {}
.content03 .con3_swiper .slide .img_box:hover::before {content: ""; z-index: 1; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.4);}
.content03 .con3_swiper .slide .img_box:hover .more_btn {top: 50%;}
.content03 .con3_swiper .slide .img_box:hover .more_btn img {}
.content03 .con3_swiper .slide .txt_box {}
.content03 .con3_swiper .slide .txt_box h3 {font-size: 26px; padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #f6f6f6;}
.content03 .con3_swiper .slide .txt_box p {font-size: 18px; color: #666;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {display: none;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {display: none;}


@media screen and (max-width: 1600px) {
	.content03 .con3_swiper {padding: 0 20px;}
}
@media screen and (max-width: 1200px) {
	.content03 .con3_swiper .slide .txt_box h3 {font-size: 24px; margin-bottom: 20px;}
}
@media screen and (max-width: 960px) {
	.content03 {padding-bottom: 120px;}
	.content03 .flex_box {margin-bottom: 50px;}
	.content03 .con3_swiper .slide .txt_box h3 {font-size: 22px;}
	.content03 .con3_swiper .slide .txt_box p {font-size: 16px;}
}
@media screen and (max-width: 640px) {
	.content03 {padding-bottom: 100px;}
	.content03 .flex_box .slide_nav {gap: 5px; display: none;}
	.content03 .con3_swiper .slide .img_box::before {content: ""; z-index: 1; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.4);}
	.content03 .con3_swiper .slide .img_box .more_btn {top: 50%;}
	/* .content03 .flex_box .slide_nav .button {width: 40px; height: 40px;} */
}
@media screen and (max-width: 500px) {
	.content03 .flex_box {margin-bottom: 30px;}
	.content03 .con3_swiper .slide .txt_box h3 {margin-bottom: 10px; padding-bottom: 10px; font-size: 20px;}
}
/*content03*/





/*content04*/
.content04 {position: relative; overflow:hidden;}
.content04 .text_box {width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; z-index: 2;}
.content04 .text_box .tit_box {}
.content04 .text_box .tit_box .fill_text {position:relative;color:#ddd;}
.content04 .fill_text .line {display:block; font-size:80px; line-height:1.3; font-weight:700; --fill:0%; background:linear-gradient( to right, #2f3a4a 0%, #2f3a4a var(--fill), #ddd var(--fill), #ddd 100% ); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.content04 .text_box .tit_box .fill_text {position:relative;color:#ddd;}
.content04 .text_box p {font-size: 18px; color: #666; margin-top: 50px; line-height: 1.3;}
.content04 .video_wrap {position:absolute; top:120%; left:50%; transform:translate(-50%, -50%); width:100%; max-width:1200px; z-index:3; border-radius: 20px; overflow: hidden;}
.content04 .video_ratio {position:relative; width:100%; padding-top:56.25%; overflow: hidden;}
/* .content04 .video_ratio iframe {position:absolute; top:50%; left:50%; width:120%; height:120%; transform:translate(-50%, -50%); pointer-events:none; } */
.content04 .video_ratio iframe {position:absolute; top:50%; left:50%; width:100%; height:100%; transform:translate(-50%, -50%) scale(1.05); pointer-events:none; }

@media screen and (max-width: 1200px) {
	.content04 .fill_text .line {font-size: 70px;}
	.content04 .text_box p {margin-top: 30px;}
	.content04 .video_wrap {width: calc(100% - 40px); max-width: 70%;}
}
@media screen and (max-width: 960px) {
	.content04 .fill_text .line {font-size: 60px;}
	.content04 .text_box p {font-size: 17px;}
}
@media screen and (max-width: 640px) {
	.content04 .fill_text .line {font-size: 50px;}
	.content04 .text_box p {font-size: 16px;}
  .content04 {padding-bottom:60px; }
  .content04 .video_wrap {position:relative; top:auto; transform:none; margin:40px auto 0; max-width:100%; left: auto; }
  .content04 .text_box {height:auto; padding-top:100px; }
}
@media screen and (max-width: 500px) {
	.content04 .fill_text .line {font-size: 40px;}
}
/*content04*/





/*content05*/
.content05 {padding: 160px 0;}
.content05 .top_box {justify-content: space-between; align-items: flex-end; margin-bottom: 50px; gap: 30px;}
.content05 .top_box .main_tit_box {}
.content05 .top_box .main_tit_box span {}
.content05 .top_box .main_tit_box h3 {}
.content05 .top_box .more_btn_box {}
.content05 .latest_box {margin-bottom: 50px;}
.content05 .menu_box {gap: 30px;}
.content05 .menu_box li {width: calc(50% - 15px); background-color: #fbfaf6; padding: 54px 30px; border-radius: 10px; align-items: center; gap: 50px;}
.content05 .menu_box li:last-child {background-color: #f8f1e4;}
.content05 .menu_box li .icon_box {width: 76px;}
.content05 .menu_box li .icon_box img {}
.content05 .menu_box li .desc_box {width: calc(100% - 126px); justify-content: space-between; align-items: center;}
.content05 .menu_box li .desc_box .txt_box {}
.content05 .menu_box li .desc_box .txt_box h3 {font-size: 26px; margin-bottom: 20px;}
.content05 .menu_box li .desc_box .txt_box p {font-size: 18px; color: #666;}
.content05 .menu_box li .desc_box .btn_box {}
.content05 .menu_box li .desc_box .btn_box a {transition: .4s; width: 50px; aspect-ratio: 1 / 1; border-radius: 50%; display: grid; place-content: center; background-color: #fff;}
.content05 .menu_box li .desc_box .btn_box a:hover {background-color: #7b6e66; transition: .4s;}
.content05 .menu_box li .desc_box .btn_box a:hover img {transition: .4s; filter: brightness(0) invert(1);}

@media screen and (max-width: 1200px) {
	.content05 .menu_box li {gap: 30px;}
	.content05 .menu_box li .icon_box {width: 15%;}
	.content05 .menu_box li .icon_box img {width: 100%;}
	.content05 .menu_box li .desc_box {width: calc(85% - 30px);}
	.content05 .menu_box li .desc_box .txt_box {width: calc(100% - 70px);}
	.content05 .menu_box li .desc_box .txt_box h3 {font-size: 24px;}
	.content05 .menu_box li .desc_box .txt_box p br {display: none;}
	.content05 .menu_box li .desc_box .btn_box {width: 50px;}
}
@media screen and (max-width: 960px) {
	.content05 {padding: 120px 0;}
	.content05 .menu_box li {width: 100%;}
	.content05 .menu_box li .icon_box {width: 70px;}
	.content05 .menu_box li .desc_box {width: calc(100% - 100px);}
	.content05 .menu_box li .desc_box .txt_box h3 {font-size: 22px; margin-bottom: 10px;}
	.content05 .menu_box li .desc_box .txt_box p {font-size: 16px;}
}
@media screen and (max-width: 640px) {
	.content05 {padding: 100px 0;}
	.content05 .top_box {margin-bottom: 30px;}
	.content05 .menu_box li .desc_box .txt_box h3 {font-size: 20px;}
}
@media screen and (max-width: 500px) {
	.content05 .top_box .more_btn_box {width: 100%; display: flex; justify-content: flex-end;}
	.content05 .menu_box li {padding: 20px 30px; gap: 20px;}
	.content05 .menu_box li .icon_box {width: 60px;}
	.content05 .menu_box li .desc_box {width: 100%;}
}
/*content05*/





/*content06*/
.content06 {padding: 160px 0; background: url(../img/con6_bg.jpg) no-repeat 50% 50% / cover; height: 500px; display: flex; align-items: center; justify-content: center;}
.content06 .main_tit_box {}
.content06 .main_tit_box * {color: #fff;}
.content06 .main_tit_box span {color: #fff !important;}
.content06 .main_tit_box h3 {margin-bottom: 40px;}
.content06 .main_tit_box p {font-size: 18px; line-height: 1.4;}
.content06 .main_tit_box .btn_box {display: flex; align-items: center; margin-top: 30px;}
.content06 .main_tit_box .btn_box a {margin: 0 auto; background-color: rgba(255, 255, 255, 0.2); font-size: 16px; display: block; width: max-content; border-radius: 30px; padding: 10px 20px;}
.content06 .main_tit_box .btn_box a:hover {transition: .4s; background-color: #fff; color: #222;}

@media screen and (max-width: 640px) {
	.content06 {height: auto; padding: 100px 0;}
	.content06 .main_tit_box h3 {margin-bottom: 20px;}
	.content06 .main_tit_box p {font-size: 16px;}
	.content06 .main_tit_box .btn_box a {font-size: 14px;}
}
/*content06*/



/* 퀵메뉴 */
.quick_box {position: fixed; z-index: 90; right: 80px; bottom: 90px; display: flex; flex-direction: column; gap: 10px;}
.quick_box li {}
.quick_box li a {width: 50px; aspect-ratio: 1 / 1; border-radius: 50%; border: 1px solid #ddd; background-color: #fff; display: flex; align-items: center; justify-content: center;}
.quick_box li a img {}
@media screen and (max-width: 1600px) {
	.quick_box {right: 20px;}
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 640px) {

}
/* 퀵메뉴 */




.formmail input { height: 40px; background: #fff;border: 1px solid #ccc;font-size: 14px;box-sizing: border-box;transition: all 1s;}
.formmail h2 { width: 200px; float: left; font-size: 18px; font-weight: 500;color: #555; padding: 5px 10px 5px 0;}
.formmail .radio { height:32px}
.formmail .clearfix {  padding:10px 0}
.formmail .line { border-bottom:1px solid #ddd}
.formmail p {font-size: 16px; color: #555;}
.formmail .company .text { width:400px} 
.formmail #email_list { width:200px; margin-left:10px}
.formmail textarea { width: 900px; height: 130px; line-height: 1.5; padding: 5px;border: 1px solid #bbb; box-sizing: border-box;resize: none;}
.formmail span.bar { display: inline-block; width:20px; text-align: center; vertical-align: middle; line-height: 35px;}
.formmail .type label { font-size:16px; color:#555}
.formmail .type .radio { width: 15px;height: 15px; border: 1px solid #ddd; background-color: #fff; margin:0 5px; color:#555}
.formmail .btn_submit{ width: 180px; height: 55px;line-height: 55px; border: 0; color: #fff;font-size: 18px; text-align: center;}
.formmail .form-radio { display: inline-block; margin-right: 10px; line-height: 28px;}

.formmail .co_hp { width:15%}
.formmail .co_hp2 { width:15%}
.formmail .co_hp3 { width:15%}
.formmail .co_varchar_1 { width:15%}
.formmail .co_varchar_2 { width:15%}
.formmail #email_list { width:15%}


@media all and (max-width: 576px) { 

	.formmail h2 { width:100%}
	.formmail .co_hp { width:28%}
	.formmail .co_hp2 { width:28%}
	.formmail .co_hp3 { width:28%}
	.formmail .company .text { width:100%}
	.formmail .co_varchar_1 { width:28%}
	.formmail .co_varchar_2 { width:28%}
	.formmail #email_list { width:34%}
	.formmail  .textarea { width:100%}
}


/*서브상단*/
.sub_visual{position:relative;max-width:95%;margin:80px auto 0;height:522px;overflow:hidden;background-repeat:no-repeat;background-position:center top; border-radius: 20px; transition: all 0.8s ease-out;}
.sub_visual.visual01 .bg{background-image:url(../img/sub_visual01.jpg)}
.sub_visual.visual02 .bg{background-image:url(../img/sub_visual02.jpg)}
.sub_visual.visual03 .bg{background-image:url(../img/sub_visual03.jpg)}
.sub_visual.visual04 .bg{background-image:url(../img/sub_visual04.jpg)}
.sub_visual.visual05 .bg{background-image:url(../img/sub_visual05.jpg)}
.sub_visual.visual06 .bg{background-image:url(../img/sub_visual06.jpg)}
.sub_visual.visual07 .bg{background-image:url(../img/sub_visual07.jpg)}




.sub_visual .title_warp { max-width:1240px; margin:0 auto; }
.sub_visual .title_warp .title_page { height:522px; position: relative;text-align:center; margin:0 auto; transform:translateY(40%);  z-index:2}
.sub_visual h3{font-size:16px;font-weight:400; padding-bottom:20px; color:#fff; opacity:0.8}
.sub_visual .main_title{font-size:45px; font-weight: 600; text-align:center; color:#fff; margin-bottom: 10px; }
.sub_visual .inBox {font-size:14px; color:#fff}
.sub_visual .inBox i { font-size:14px; color:#fff; display:inline-block;}
.sub_visual .inBox a { padding:0 13px 0 0}
.sub_visual .inBox span {padding:0 13px; opacity:0.8}
.sub_visual .inBox span.strong { opacity:1; padding:0 0 0 13px}
.sub_visual .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/sub_visual_cover.png) center bottom no-repeat;
-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:1200px;opacity:.4;z-index:1}
.sub_visual .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.sub_visual.tmp {height:100px; background-color:#000;}
.sub_visual.tmp .title_warp {display:none;}

.sub_visual h3,
.sub_visual .main_title ,
.sub_visual .inBox {
	animation-duration: 0.7s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s;
	animation-name:visual-tit;
	 -webkit-animation-name:visual-tit;
}

.sub_visual .main_title {animation-delay: 0.3s; -webkit-animation-delay: 0.3s;} 
.sub_visual .inBox {animation-delay: 0.9s; -webkit-animation-delay: 0.9s;} 
 
.sub_visual .bg{ 
	content:'';
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.4s;
	 -webkit-animation-delay: 0.4s;
	animation-name:visual-zoom;
	 -webkit-animation-name:visual-zoom;
}
 

 
@keyframes visual-zoom {
	0% {transform:scale(1.2);}
	100% {transform:scale(1);}
}
@-webkit-keyframes visual-zoom {
	0% {transform:scale(1.2);}
	100% {transform:scale(1);}
}

@keyframes visual-tit {
	0% {opacity:0; -webkit-opacity:0; transform:translateY(20px);}
	100% {opacity:1; -webkit-opacity:1; transform:translateY(0px);}
}
@-webkit-keyframes visual-tit {
	0% {opacity:0; -webkit-opacity:0; transform:translateY(20px);}
	100% {opacity:1; -webkit-opacity:1; transform:translateY(0px);}
}




 @media screen and (max-width: 640px) { 
    .sub_visual { height:422px; margin-top: 60px;}
	.sub_visual .title_warp { width:100%;}
	.sub_visual .title_warp .title_page { height:355px}
	.sub_visual h3 { font-size:12px}
	.sub_visual .main_title { font-size:34px;}
	.sub_visual .inBox { font-size:12px}
	/* .sub_visual.visual02 .bg{background-image:url(../img/m_sub_visual02.jpg)} */
 }
/*서브상단*/





/*서브 제목*/
.content_wrap { width:100%; padding: 100px 0 150px;}
.content_wrap  .content_area { width:100%; margin:0 auto; max-width:1600px}
.content_wrap .txtCon .sub_title { text-align:center; padding:100px 20px 100px 20px; display: none;}
.content_wrap .txtCon .sub_title h2 {font-size:40px; color:#000;}
.content_wrap .txtCon .sub_title p {font-size: 16px; color:#555; padding-top:10px; word-break:keep-all;}
.content_wrap .txtboard { max-width:1640px; margin:0 auto; padding:20px 20px 0 20px; font-size:14px; line-height:1.5; clear:both}
.content_wrap .txtboard span { font-size:14px}

@media screen and (max-width:640px) {
	.content_wrap {padding: 50px 0 80px;}
	.content_wrap .txtCon { max-width:1400px; margin:0 auto; padding:50px 20px 0 20px; clear:both}
	.content_wrap .txtCon .sub_title{padding:50px 0;}
	.content_wrap .txtCon .sub_title h2 { font-size:32px}
}
/*서브 제목*/







/*서브 하단 네비*/
.share-area {float: right; display:block; padding-top:16px;box-sizing: border-box; display: none;}
.share-area .hide-wrap{width:151px;height:34px;overflow:hidden;float:left}
.share-area .hide-wrap .hide-area{width:151px;height:34px;position:relative;left:200px}
.share-area .hide-wrap .hide-area ul {overflow: hidden; padding:0; margin:0}
.share-area .hide-wrap .hide-area ul li {float: left;margin-left: 13px; cursor:pointer}
.share-area .hide-wrap .hide-area ul li:first-child {margin-left: 0;}
.share-area .share-btn{width:34px;height:34px;background-image:url(../img/share_open_bt.png);float:right;text-indent:-9999px;padding-left:18px;box-sizing:unset;background-repeat:no-repeat;background-position-x:right;transition:all .5s ease;     background-color: inherit; border:0; margin-right:20px}
.share-area .share-btn.active {background-image: url(../img/share_close_bt.png);border-left: 1px solid #fff;}
@media screen and (max-width: 770px) {

	 .share-area { display:none}
}
@media screen and (max-width: 640px) {
	 .share-area .share-btn { display:none}
	 .share-area { display:none}
}
/*서브 하단 네비*/








/*푸터*/
#footer { width:100%; height:auto; background:#211d1c; clear:both; padding: 20px 0;}
.foot_menu{width:100%; padding:20px 0; background:#211d1c; border-bottom:1px solid rgba(255,255,255,0.2); max-width: 1600px; margin: 0 auto;}
#footer .flex_box {justify-content: space-between; align-items: flex-end; gap: 30px;}
.ft_logo {}
.ft_logo a {background: url(../img/ft_logo.png) no-repeat 0% 50% / contain; display: block; width: 174px; height: 45px;}
.foot_menu .fm{ float:right}
.foot_menu .fm li{ display:inline-block; line-height:2em; margin-right:15px; padding-right:15px;}
.foot_menu .fm li a{font-size:14px; font-weight: 600; color:rgba(255,255,255,0.9);}
.foot_menu .fm li a.point{color:#bda88f;}
.foot_menu .fm li:last-child{border-right:0; margin-right:0}
.foot_menu .sns{  float:right}
.foot_menu .sns li{ display:inline-block; margin-left:10px}
.foot_menu .sns li:first-child {margin-left:0;}

.foot_menu .sns li a { color:#777}
.foot_menu .sns li a:hover { color:#fff}
.foot_menu .menu { margin-top:20px; }
.foot_menu #phone { display:inline-block; color:#fff; font-size:12px; text-align:center; padding: 0px 20px; background-color:#6C6}
.foot_menu #kakao{ display:inline-block; color:#000; font-size:12px; text-align:center; padding: 0px 20px; background-color:#ffeb33}

.footer_in{ max-width:1640px; height:auto; padding:38px 20px; margin:0 auto; box-sizing:border-box}
.footer_in address h1 {}

.footer_in address p{ overflow:hidden; font-size:14px; color: #fff;}
.footer_in address p strong{ font-weight: 500;  color:#fff;}
.footer_in address p span{display:inline-block;margin-right:10px; line-height:1.8em;}
.footer_in address p.addr{margin-top:18px;}
.footer_in address p.copylight{ font-size:14px; color:rgba(255,255,255,0.3); margin-top:18px;}
.footer_in address p.copylight strong {font-weight: 400; color: inherit;}


.footer_in address{float:left; width:65%; font-style:normal}
.footer_in .customer{float:right; color:rgba(255,255,255,0.5); margin-left:20px; padding-left:30px; border-left:1px solid rgba(255,255,255,0.05); font-size:13px;}
.footer_in .customer .main_tel{font-size:15px; font-weight:300; color:#fff; margin-bottom:20px; margin-top:20px;}
.footer_in .customer .main_tel span{font-size:20px; font-weight:bold; color:#32c0eb; display:block; margin-top:10px;}
@media screen and (max-width: 1700px) {
#footer { margin-top:0}
}

@media screen and (max-width: 640px) {
	.footer_in address { width:100%}
	.footer_in .customer { width:100%; border-left:0; margin-left:0; padding-left:0}
	.foot_menu .sns { float:left; padding-top:20px}
	.foot_menu .fm li {padding-right: 0; margin-right: 10px;}
	.ft_logo a {width: 150px;}
}
/*푸터*/






.tl_pop_con{background:#fff;} 
.tl_pop_con h2.f_pop_tit{width:100%;height:80px;line-height:80px;background:#076aa3;font-size:20px;color:#fff;}
.tl_pop_con h2.f_pop_tit img {display:inline-block;margin-left:50px;margin-right:5px;margin-top:-10px;width:120px;}
.tl_pop_con h2.f_pop_tit span {display:inline-block; padding-left:50px;}
.f_pop_wrap {line-height:23px;text-align:justify;word-break:break-all;font-size:15px;overflow-y:auto;}
.f_pop_wrap strong {color:#00a19a;font-weight:normal;}
.f_pop_wrap p { color:#333; padding:40px 50px; line-height:1.6;}
.mfp-close:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url("../img/w_btn_close.png") no-repeat center center; -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; border-radius: 50%; }
.mfp-close { width: 40px; height: 40px; text-indent: -999px;opacity: 1; overflow: hidden; background-color:transparent; border:0; }
button.mfp-close:hover:after { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
















