

#hd_login_msg{display:none}


/* ==========================================================================
MAIN
========================================================================== */
.left_fix{
	position:fixed;
	right:0;
	bottom:40%;
	z-index:10;
}

.left_fix img{
	width:120px;
}

@media all and (max-width:1024px) {	
	.left_fix{
		bottom:0%
	}

	.left_fix img{
		width:50px;
	}
}
/*************** VISUAL.2***************/

main .visual {
  max-width:2100px;
  width:100%;
  height: 1000px;
  margin:0 auto;
  /*max-height: 100vh;*/
  position: relative;
   /*height: calc(var(--vh, 1vh) * 100);*/
   overflow:hidden;
}

/*
@supports (-webkit-touch-callout: none) {
  main .visual {
    height: -webkit-fill-available;
  }
}

main .visual :root {
  --vh: 100%;
}
*/
main .visual .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.68, 0.12, 0.28, 0.88);
          transition-timing-function: cubic-bezier(0.68, 0.12, 0.28, 0.88);
}

main .visual .box,
main .visual .slideBox,
main .visual .bg {
  width: 100%;
  height: 100%;

}

main .visual .slideBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/*
main .visual .bg {
  -webkit-clip-path: inset(88% 34% 0% 34%);
          clip-path: inset(88% 34% 0% 34%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

*/
main .visual .bg {
	 background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.swiper-fade .swiper-slide-active .bg{
background-position:50% 50%; 
	-webkit-animation-name: visualBg;
	animation-name: visualBg;
	-webkit-animation-duration:6s;
	animation-duration: 6s;
}


main .visual .bg.bg1 {
  background-image: url("/theme/simple/images/main/vis-img-1.png");
  background-position: center top;
}


.tx1-1  img{
	margin:60px auto 0;
	display:block;
}

.tx1-2  img{
	margin:0 auto;
	display:block;
}

.tx2-1  img{
	margin:0 auto;
	display:block;
}

.tx2-2  img{
	margin:20px auto;
	display:block;
}

main .visual .bg.bg2 {
  background-image: url("/theme/simple/images/main/vis-img-2.png");
}

/*
main .visual .bg.bg2::after {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: all 0s;
	transition: all 0s;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
}

main .visual .bg::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .visual .bg.on {
  -webkit-animation: clipOn 2.2s cubic-bezier(0.19, 0.82, 0.29, 1.01) forwards;
          animation: clipOn 2.2s cubic-bezier(0.19, 0.82, 0.29, 1.01) forwards;
}
*/


/*keyframes*/
/*
@-webkit-keyframes visualBg {
 from {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes visualBg {
 from {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

  */


@-webkit-keyframes clipOn {
  0% {
    -webkit-clip-path: inset(88% 34% 0% 34%);
            clip-path: inset(88% 34% 0% 34%);
  }
  55% {
    -webkit-clip-path: inset(15% 34% 15% 34%);
            clip-path: inset(15% 34% 15% 34%);
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  65% {
    -webkit-clip-path: inset(15% 34% 15% 34%);
            clip-path: inset(15% 34% 15% 34%);
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-clip-path: inset(0% 0%);
            clip-path: inset(0% 0%);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes clipOn {
  0% {
    -webkit-clip-path: inset(88% 34% 0% 34%);
            clip-path: inset(88% 34% 0% 34%);
  }
  55% {
    -webkit-clip-path: inset(15% 34% 15% 34%);
            clip-path: inset(15% 34% 15% 34%);
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  65% {
    -webkit-clip-path: inset(15% 34% 15% 34%);
            clip-path: inset(15% 34% 15% 34%);
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-clip-path: inset(0% 0%);
            clip-path: inset(0% 0%);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


main .visual .slideButtons {
  position: absolute;
  top:40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	text-align: center;
}

main .visual .text{
  position: absolute;
  top:40%;
  left: 20%;
  max-width:500px;
  width:100%;
  -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}


main .visual .text {
  z-index: 1;
}

main .visual .text * {
  color: #111111;
  display:none
}

main .visual .text p {
  margin: 0 auto
}

main .visual .text em {
  display: inline-block;
  font-size: 30rem;
  font-weight: 500;
  letter-spacing: 0.40em;
  position: relative;
}

main .visual .text h2 {
  white-space: nowrap;
  overflow: hidden;
  font-size:var(--font-size-3)
  text-align:center
}

main .visual .text h2 span {
  display: inline-block;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--font-pretendard);
  -webkit-transition: all 0.28s;
  transition: all 0.28s;
 
}

main .visual .text h2 .span1 img{
	display:block;
	margin:0 auto;
	width:300px;
}


main .visual .text h2 .logo_w {
	margin-top:50rem
}

main .visual .text h2 .logo_w img {
	width:280px;
	display:block; 
	margin:0 auto;
}

main .visual .text.on * {
  color: #fff;
  display:block
}

main .visual .text.on em {
  display: inline-block;
  color: transparent;
  opacity: 0;
  -webkit-transform: scaleY(1.12) rotateX(65deg);
          transform: scaleY(1.12) rotateX(65deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes em {
  10% {
    opacity: 0.8;
    -webkit-transform: scaleY(1.12);
            transform: scaleY(1.12);
  }
  40% {
    opacity: 0.2;
  }
  60% {
    -webkit-transform: scaleY(1.24) rotateX(65deg);
            transform: scaleY(1.24) rotateX(65deg);
  }
  100% {
    color: #fff;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes em {
  10% {
    opacity: 0.8;
    -webkit-transform: scaleY(1.12);
            transform: scaleY(1.12);
  }
  40% {
    opacity: 0.2;
  }
  60% {
    -webkit-transform: scaleY(1.24) rotateX(65deg);
            transform: scaleY(1.24) rotateX(65deg);
  }
  100% {
    color: #fff;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

main .visual .text.on h2 span {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

main .visual .slideButtons {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .visual .slideButtons em {
  padding: 0 20px;
}

main .visual button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 8px 0;
  color: rgba(255,255,255,0.5);
  font-size:16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  width:100px;
}

main .visual button::before, main .visual button::after {
  content: "";
  display:none;
  height:400px;
  height:400px;
  border-radius:200px;
  border:solid 1px rgba(255,255,255,0.5);

}

main .visual .prevButton {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main .visual .nextButton {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main .visual .swiper-slide-active .bg::after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

main .visual .swiper-slide-active .text.on em {
  -webkit-animation: em 1.0s ease-in-out forwards;
          animation: em 1.0s ease-in-out forwards;
}

main .visual .swiper-slide-active .text.on em.delay1 {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

main .visual .swiper-slide-active .text.on em.delay2 {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

main .visual .swiper-slide-active .text.on em.delay3 {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

main .visual .swiper-slide-active .text.on em.delay4 {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

main .visual .swiper-slide-active .text.on em.delay5 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

main .visual .swiper-slide-active .text.on em.delay6 {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}

main .visual .swiper-slide-active .text.on em.delay7 {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}

main .visual .swiper-slide-active .text.on em.delay8 {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}

main .visual .swiper-slide-active .text.on h2 span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
  -webkit-filter: inherit;
          filter: inherit;
}

main .visual .swiper-slide-active .text.on h2 span.span1 {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}


main .visual .swiper-slide-active .text.on h2 span.span2 {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}

main .visual .swiper-slide-active .text.on h2 span.span3 {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}

main .visual .swiper-slide-active .text.on h2 span.span4 {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;

}

main .visual .swiper-slide-active .text.on h2 span.span5 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

main .visual .swiper-slide-active .text.on h2 span.span6 {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}

main .visual .swiper-slide-active .text.on h2 span.span7 {
  -webkit-transition-delay: 1.54s;
          transition-delay: 1.54s;
}

main .visual .swiper-slide-active .text.on h2 span.span8 {
  -webkit-transition-delay: 1.76s;
          transition-delay: 1.76s;
}

main .visual .swiper-slide-active .text.on h2 span.span9 {
  -webkit-transition-delay: 1.98s;
          transition-delay: 1.98s;
}

main .visual .swiper-slide-active .text.on h2 span.span10 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}


@media screen and (max-width:1200px) {
	main .visual{
		height:1150px;
	}
	main .visual .bg{
		height:1150px;
	}
	
}

@media screen and (max-width:1024px) {
	main .visual .text{
		padding:0 60px;
		top:40%
		left:40%;
	}
	main .visual .text h2 .span4 img{
		width:200px;
		padding-left:0px;
	}

	main .visual .text h2 .logo_w{
		margin-top:30px
	}

	main .visual .text h2 .logo_w img{
		width:200px;
	}

	main .visual{
		height:500px;
	}

	main .visual .bg{
		height:550px;
	}

	main .visual .slideButtons{
		top:90%;
	}

	main .visual button{
		width:70px;
		font-size:14px;
	}


}


/*con*/


#main1 {
	position: relative;
	padding:0 0 100px 0;
}

#main1 .inner {
	width: 100%;
	margin: 0 auto;
}

#main1 .contents {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#main1 .sec2_50 {
	width: 30%;
}

#main1 .sec2_left {
	width: 37%;
	position: absolute;
	top: 25%;
	left: 10%;
}

/*con*/
.main1{padding: 0 0 100px 0; position:relative; overflow:hidden; }
.main1 .tit_premium{font-family: 'YUniverse-B'; font-size:70px; color:#58a8df;}
.main1-slide{position:relative;}
.main1-slide .swiper-slide{overflow:hidden;}
.main1-slide dl{display:flex;align-items:center;padding-top:250px;}
.main1-slide dl dt{width:54%;overflow:hidden; border-radius:0 500px 500px 0; position:relative}
.main1-slide dl dt a{display:block;width:100%;height:600px;background-repeat:no-repeat;background-size:cover;background-position:right center;}
.main1-slide .slide1 dl dt a{background-image:url(/theme/simple/images/main/main1-img1.jpg);}
.main1-slide .slide2 dl dt a{background-image:url(/theme/simple/images/main/main1-img2.jpg);}
.main1-slide .slide3 dl dt a{background-image:url(/theme/simple/images/main/main1-img3.jpg);}
.main1-slide .slide4 dl dt a{background-image:url(/theme/simple/images/main/main1-img4.jpg);}
.main1-slide .slide5 dl dt a{background-image:url(/theme/simple/images/main/main1-img5.jpg);}
.main1-slide .slide6 dl dt a{background-image:url(/theme/simple/images/main/main1-img6.jpg);}
.main1-slide dl dd{padding-left:80px;width:30%;}
.main1-slide dl dd strong{font-size:20px; font-family: 'YUniverse-B'; color:#007e83 }
.main1-slide dl dd h3{font-size:45px; font-family: 'YUniverse-B';margin:30px 0;}
.main1-slide dl dd p{line-height:1.75; color:#6f6f6f; font-size:21px; font-weight:300; letter-spacing:-1px}
.main1-slide dl dd a{border:solid 1px #dadada; border-radius:30px; font-size:13px; padding:10px; width:100px; text-align:center; transition:all .2s}
.main1-slide dl dd a:hover{background:#000; border:solid 1px #000; color:#fff}
.main1 .tit_premium{position:absolute; max-width:1200px; left:0; top:100px; bottom:auto; right:0; margin:0 auto; z-index:999}
.main1 .tit_premium img{max-width:500px;}
.main1-slide .main1-txt{margin-bottom:70px;overflow:hidden;}
.main1-slide .next_sd{position:absolute;width:100%;right:0;top:-350px;overflow:hidden;z-index:-1;}

.main1-slide .next_sd span{display:none;position:relative;background-repeat:no-repeat;overflow:hidden; border-radius:900px; background-position:center;width:600px;height:600px;  margin-left:auto;margin-right:180px;}
.main1-slide .next_sd span::before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(62,52,51,0.8); }
.main1-slide .slide1 .next_sd span{background-image:url(/theme/simple/images/main/main1-img1.jpg);}
.main1-slide .slide2 .next_sd span{background-image:url(/theme/simple/images/main/main1-img2.jpg);}
.main1-slide .slide3 .next_sd span{background-image:url(/theme/simple/images/main/main1-img3.jpg);}
.main1-slide .slide4 .next_sd span{background-image:url(/theme/simple/images/main/main1-img4.jpg);}
.main1-slide .slide5 .next_sd span{background-image:url(/theme/simple/images/main/main1-img5.jpg);}
.main1-slide .slide6 .next_sd span{background-image:url(/theme/ simple/images/main/main1-img6.jpg);}
.main1-slide .main1-cont{position:absolute;left:58.5%;bottom:0;display:flex;align-items:center;z-index:10;}
.main1-slide .main1-cont .num{position:absolute;top:-5px;font-family: 'Jost', sans-serif;color:#555;font-size:15px;font-weight:500;}
.main1-slide .main1-cont .first-num{left:0;}
.main1-slide .main1-cont .last-num{left:240px;transform:translate(-100% , 0);}
.main1-slide .main1-cont .swiper-pagination{position:static;background-color:#c5c1c1;width:240px;height:1px;}
.main1-slide .main1-cont .swiper-pagination-progressbar-fill{background-color:#3f3231;}
.main1-slide .main1-cont .main1-stop{width:6px;height:11px;background:url(/theme/simple/images/main/main1-stop.png) no-repeat center;cursor: pointer;margin-left:15px;}
.main1-slide .main1-cont .main1-btn{width: 33px;height: 33px;z-index: 10;cursor: pointer;margin-left:10px;}
.main1-slide .main1-cont .main1-next{background: url(/theme/simple/images/main/main1-next.png) center center no-repeat;}
.main1-slide .main1-cont .main1-prev{background: url(/theme/simple/images/main/main1-prev.png) center center no-repeat;}

.cir{position:absolute; right:-30%; top:150px; width:165px;height:165px;opacity:1;transition:0.8s;transition-delay:1.2s; z-index:99999999;}
.cir a{display: block;width:100%;height:100%;}
.cir .img{width:100%;height:100%;position:relative;}
.cir .img::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50%;background-color:#c49a68;transform:scale(0);transition:0.5s;}
.cir .img .txt{width:100%;height:100%;animation: rotate 8s linear infinite;background:url(/theme/simple/images/main/circle_text.png) no-repeat center;transition:0.5s;}
.cir:hover  .img .txt{width:100%;height:100%;animation: rotate 8s linear infinite;background:url(/theme/simple/images/main/circle_text_over.png) no-repeat center;transition:0.5s;}
.cir .img .arr{width:100%;height:100%;background:url(/theme/simple/images/main/site-go.png) no-repeat center;position:absolute;left:0;top:0;transition:0.5s;}
.cir:hover .img .arr{background-image:url(/theme/simple/images/main/site-go_over.png);}
.cir:hover .img::before{transform:scale(1);}
@keyframes rotate {
	0% {transform: rotate(0deg);}
	50% {transform: rotate(180deg);}
	100% {transform: rotate(360deg);}
}


@keyframes rotate {
	0% {transform: rotate(0deg);}
	50% {transform: rotate(180deg);}
	100% {transform: rotate(360deg);}
}


.left_fix{
	position:fixed;
	right:0;
	bottom:0;
	z-index:10;
}

.left_fix img{
	width:80px;
}

@media all and (max-width:1024px) {	
	.left_fix{
		bottom:0%
	}

	.left_fix img{
		width:50px;
	}
}

/* 프리미엄 */
#main2 {padding:100px 60px 60px 60px; position: relative; background:#f3f5f7  }
#main2 .title-wrap{text-align:center}
#main2 .tit_area .tit img{width:450px; max-width:100%}
#main2 .tit_area .sub_tit {}
#main2 .half_wrap {display: flex;  position: relative;}
#main2 .half_wrap .left {position: relative; width: 60%; padding:30px}
#main2 .half_wrap .left:after{display:block; content:""; position:absolute; right:-1000px; top:10%;z-index:999; width:410px; height:500px;}
#main2 .half_wrap .right {margin-left: 90px; margin-top:40px;width: calc(50% - 90px); width: -webkit-calc(50% - 90px);}
#main2 .half_wrap .right img{max-width:100%;}
#main2 .half_wrap .left .img_con_w {overflow: hidden; position: relative; top: 0; left: 0; width: 100%; height: 700px; z-index: 1;border-radius: 0 12px 12px 0; transition: border-radius .3s ease;}
#main2 .half_wrap .img_con_w .img_con { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
#main2 .half_wrap .img_con_w .img_con.on {z-index: 5; }
#main2 .half_wrap .img_con_w .img_con .img_resize_w {height: 100%;}
#main2 .half_wrap .img_con_w .img_con .img_resize_w img {position: absolute;}

#main2 .fix_con {display: flex; flex-wrap: wrap;}
#main2 .info {width:45%; padding:0 20px}
#main2 .info dl dt {font-size:18px;font-weight:500;color:#656565f;}
#main2 .info dl dd:before{content:""; position:absolute; left:0; width:30px; height:2px; background:#000; margin-top:16px; }
#main2 .info dl dd {font-size:28px;color:#;margin-top:22px; margin-bottom:20px; position:relative;padding-left:50px; }
#main2 .info .sum {font-size:16px;line-height:1.5; margin-bottom:50px; color:#656565}



/* --------------- main3 프리미엄 -------------------- */
#main3{background:url("../images/main/bottom_apt.jpg") no-repeat; background-size:cover; background-position:center top;  text-align:center; position:relative;}
#main3 .text-1{font-size:22px; color:#fff; margin-bottom:50px;}
#main3 .text-2{margin-bottom:50px; } 

#main3 strong.top-title{font-size:35px; width:100%;position:absolute; top:15%; right:0; bottom:0; right:0; margin:0 auto;  height:100px; z-index:10; color:#fff}
#main3 .linksListWrap{
	height:780px;
}

#main3 .linksListWrap ul {
    display: flex;
	justify-content: space-between;
	height:100%;
}

#main3 .linksListWrap ul li {
	width:25%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 20px) / 2);
    min-height: 180px;
    margin-bottom: 10px;
	border-right:solid 1px rgba(255,255,255,0.3);
	height:100%;
}

#main3 .linksListWrap ul li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
	padding:50px;
	color:#fff
}

#main3 .linksListWrap ul li .minwonicon {
    width: 50px;
    height: 60px;
	font-size:50px;
	font-weight:300;
    margin-bottom: 5px;
	overflow:hidden;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
	margin-bottom:50px;
	font-family: 'YUniverse-B';
}


#main3 .linksListWrap ul li a:hover{
	background:rgba(000,000,000,0.5);
	transition: 1s ease; 
	-webkit-transition: 1s ease; 
	-moz-transition: 1s ease;  
	-o-transition: 1s ease;
}

#main3 .linksListWrap ul li a p {
    font-size: 18px;
    font-weight: 400;
	line-height:1.75;
}


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




.s-title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #58a8df;
	margin-bottom: 20px;
	font-family: 'YUniverse-B';
}

.title-main {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 80px;
	letter-spacing: -0.36px;
	font-weight: 300;
	color: #111;
}

.title-main .highlight {
	font-weight: 500;
}

.details {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-family: 'pretendard';
}

.details th {
	border-bottom: 2px solid #7b5820;
	color: #111;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: -0.4px;
}

.details td {
	border-bottom: 2px solid #dedede;
	color: #111;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: -0.4px;
}

.details th,
.details td {
	text-align: center;
	padding: 8px 12px;

	font-size: 16px;
	line-height: 50px;
	font-weight: 400;
}

.details th {
	font-weight: bold;
	color: #111;
}

.disclaimer {
	font-size: 12px;
	color: #555;
	margin-top: 20px;
}

.detail-view-wrapper {
	font-family: 'Nanum Myeongjo';
	display: flex;
	align-items: center;
	gap: 0px;
	font-size: 14px;
	color: #111;
	cursor: pointer;
	flex-direction: column;
	width: 101px;

	line-height: 1.5;
	font-weight: 400;
}


.detail-view-wrapper img {
	max-width: 100%;
	height: auto;
}

#main1 .sec2_right {
	width: 50%;
	font-family: "pretendard";
}

#main1 .sec2_right img {
	max-width: 100%;
	height: 100vh;
}

/* --------------- mainCon4 문구-------------------- */

#mainCon4{
	padding:200px 0;
	background:url("../images/main/img_model_3.png") left 50% no-repeat; 
	background-size:450px

}

#mainCon4 .innerWrap{
	text-align:center
}


#mainCon4  img{
	display:block; 
	margin-left:100px;
}



/* --------------- mainCon5 관심고객등록-------------------- */

#mainCon5{
	padding:150px 0;
	background:url("../images/main/main_con_5_bg.png") left 50% no-repeat; 
	background-size:cover; 
}

#mainCon5 .innerWrap{
}

#mainCon5 .innerWrap:hover{

}

#mainCon5 .flex {
    display: flex;
    justify-content: space-between;
}

#mainCon5 .flex .tit img{
	min-width:210px;
}


#mainCon5 .flex .btn{
	
}

#mainCon5 .list {
	display: flex;
}



/* --------------- mainCon6 오시는 길-------------------- */

#mainCon6{
	padding:150px 0 80px 0;
}

#mainCon6 .innerWrap{

}

#mainCon6 .flex {
    display: flex;
    justify-content: space-between;
}

#mainCon6 .flex .tit{
	text-align:center;
	margin-bottom:50px;
}

#mainCon6 .flex> div{
	padding:20px;
}

#mainCon6 .flex .tit h2 img{
	max-width:100%;
	margin:0 auto;
}

#mainCon6 .flex .tit a{
	display:inline-block;
}

#mainCon6 .flex .btn {
	margin-top:40px;
}

#mainCon6 .flex .btn a img{
	width:200px
}


#mainCon6 .flex .btn{
	
}


@media all and (max-width:1024px) {
	#mainCon6{
		padding:80px 0
	}
	#mainCon6 .flex {
		display:block;
	}

	#mainCon6 .flex> div{
		padding:0;
		margin-bottom:50px;
	}

	#mainCon6 .flex .tit{
		width:100%;
		margin-top:0;
		margin-bottom:20px;
	}

	#mainCon6 .flex .tit h2 img{
		height:70px;
		display:block;
		margin:0 auto;
	}

	#mainCon6 .flex .btn img{
		width:120px;
	}

	#mainCon6 .flex .btn a{
		margin-bottom:10px;
	}

}



/*유니트*/


.business-list-wrap {background:url(/theme/simple/images/main/bg_shadow.jpg) left 50% no-repeat ; background-size:50%;  background-attachment: fixed;}

.business-sec .business-list-wrap .list {
    margin-bottom: 0;
    overflow: hidden
}

.business-sec .business-list-wrap .img-wrap {
    position: relative;
    top: 0;
    right: 0;
    padding-left: 60px;
    width: 100%
}


.business-sec .business-list-wrap .img-wrap .img {
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    width: 100%;
    padding-top: 100%
}


.business-sec .business-list-wrap .img-wrap .sub-img {
    position: absolute;
    bottom: -6%;
    left: 20px;
    max-width: 32.5%;
    padding-top: calc(122 / 160 *100%)
}


.business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 {
    margin: 0;
    margin-top: 70px
}

.business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 .title {
    font-size: 22px
}


.business-sec .business-list-wrap .desc-wrap .btn-more {
    display: block;
    margin-top: 30px
}


@media screen and (max-width: 1199.98px) {
    .business-sec .business-list-wrap .desc-wrap {
        opacity:0
    }
}

.business-sec .business-list-wrap .btn-view-more {
    margin-top: 30px
}

@media screen and (min-width: 1200px) {
	
    .business-sec .business-list-wrap.ani-active .img-wrap {
        position:fixed;
        right: 0;
        top: 0px;
		z-index:1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }

    .business-sec .business-list-wrap.ani-active .list {
        flex-direction: row
    }

	  .business-sec .business-list-wrap .list {
        display:flex;
        flex-direction: row-reverse;
        height: 100vh;
        margin-bottom: 0
    }

	.business-sec .business-list-wrap .list:not(:first-child) .img-wrap {
		opacity:0
    }

	.business-sec .business-list-wrap .img-wrap {
        width:50%;
        height: calc(100%);
        padding: 0
    }

	 .business-sec .business-list-wrap .img-wrap .img {
        padding-top:0;
        height: 100%
    }

	 .business-sec .business-list-wrap .desc-wrap {
        display:flex;
        align-items: center;
        justify-content: center;
        width: 50%
	  }

	  .business-sec .business-list-wrap .desc-wrap .inner {
        max-width:655px
	 }

	  .business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 {
        margin-top:0
    }

	 .business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 .title {
        font-size:32px
    }

	  .business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 .title {
        margin-bottom:40px;
        text-align: center
    }

	 .business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 .sub-title {
        margin:50px 0;
        text-align: center
    }

	 .business-sec .business-list-wrap .desc-wrap .btn-more {
        margin:auto;
        margin-top: 0
    }

	 .business-sec .business-list-wrap .desc-wrap .sub-img {
        margin:auto
    }

	 .business-sec .business-list-wrap .btn-view-more {
        margin-top:50px
    }
}


/*************** MAIN WRAP ***************/

.main{
	/*max-width:1200rem;*/
	width:100%;
	margin:250rem auto;
}


/* --------------- mainCon2 프리미엄 라이프-------------------- */

.premium2{overflow:hidden;text-align:center;  position:relative; padding:200px 0 0 0}
.premium2 .tit{margin-bottom:100px; margin:0 auto 100px; }
.premium2 .tit img{max-width:600px; width:100%; margin:0 auto; display:block} 
.premium2 .premium2-slide1{padding: 0 250px;padding-bottom:64px;overflow:visible; clear:both}
.premium2 .premium2-slide1 .swiper-slide{transition:0.3s; filter: grayscale(1); opacity:0.8}
.premium2 .premium2-slide1 .swiper-slide-active{padding-left:100px; padding-right:100px; filter: grayscale(0);  opacity:1}



.premium2 .premium2-slide1 .swiper-slide .textbox{
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	overflow:hidden; 
	 transition:all 1.2s cubic-bezier(0.25, 0.47, 0.12, 0.99) .3s;
	 padding:50px 0
}
.premium2 .premium2-slide1 .swiper-slide-active .textbox{
	 opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.premium2 .premium2-slide1 .swiper-slide .textbox img{
	width:70%;
	display:block;
	margin:0 auto;
	padding-left:80px
}

/*
.premium2 .premium2-slide2{padding:150px 0 0 150px;}
.premium2 .premium2-slide2 .swiper-slide{opacity:0 !important;transition:0.2s}
.premium2 .premium2-slide2 .swiper-slide-active{opacity:1 !important;transition-delay:0.4s;}
.premium2 .premium2-slide2 .swiper-slide::before{content:"";position:absolute;width:0;height:3px;background-color:#8b563a;left: -60px;top: 8px;}
.premium2 .premium2-slide2 .swiper-slide-active::before{width:40px;transition:0.3s;transition-delay:0.8s;}*/

.premium2-btn{top:auto; left:0; right:0; bottom:10%; margin:0 auto; z-index:20;}
.premium2-btn span{margin:0 5px;opacity:1;width:12px;height:20px;position:relative;background:none;}
.premium2-btn span::before{content:"";position:absolute;left:50%;top:50%;border-radius:50%;background-color:#eaeaea;width:12px;height:12px;margin-top:-6px;margin-left:-6px;}
.premium2-btn .swiper-pagination-bullet-active{border:1px solid #3a3331;width:20px;height:20px;}
.premium2-btn .swiper-pagination-bullet-active::before{background-color:#3a3331;width:8px;height:8px;margin-top:-4px;margin-left:-4px;}

.cir{position:absolute; left:22%; bottom:200px; width:165px;height:165px;opacity:1;transition:0.8s;transition-delay:1.2s; z-index:99999999;}
.cir a{display: block;width:100%;height:100%;}
.cir .img{width:100%;height:100%;position:relative;}
.cir .img::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50%;background-color:#c49a68;transform:scale(0);transition:0.5s;}
.cir .img .txt{width:100%;height:100%;animation: rotate 8s linear infinite;background:url(/theme/simple/images/main/circle_text.png) no-repeat center;transition:0.5s;}
.cir .img .arr{width:100%;height:100%;background:url(/theme/simple/images/main/site-go.png) no-repeat center;position:absolute;left:0;top:0;transition:0.5s;}
.cir:hover .img .arr{background-image:url(/theme/simple/images/main/site-go.png);}
.cir:hover .img::before{transform:scale(1);}
@keyframes rotate {
	0% {transform: rotate(0deg);}
	50% {transform: rotate(180deg);}
	100% {transform: rotate(360deg);}
}


@keyframes rotate {
	0% {transform: rotate(0deg);}
	50% {transform: rotate(180deg);}
	100% {transform: rotate(360deg);}
}

/* --------------- mainCon3 슬로건-------------------- */


#mainCon2{background:url("../images/main/bg_patten.png") no-repeat; background-size:cover; padding:100px 0}
#mainCon2 .title-wrap{text-align:center}
#mainCon2 .txt-wrap {
	margin-bottom:50px;
}
#mainCon2 .txt-wrap img{width:65%; display:block; margin:0 auto}
#mainCon2 .img-wrap{width:100%;}
#mainCon2 .img-wrap img{ margin:0 auto; display:block}
#mainCon2 .img-list {
	display: flex; 
	justify-content:  space-between;
	align-item: center;
	gap: 0 20px;
}
#mainCon2 .img-list > div{
    max-width:100%;
	width:25%;
	margin-bottom:60px;
}

/* --------------- mainCon4 유니트-------------------- */

#mainCon3{
	background:url("../images/main/bg_unit.png") left 50% no-repeat; 
	background-size:contain; 
	height:1000px;
	padding:200px 0;
}

#mainCon3 .flex {
    display: flex;
    justify-content: space-between;
}

#mainCon3 .flex .tit{
	width:40%;
}

#mainCon3 .flex .tit img{
	max-width:300px;
	width:100%;
}

#mainCon3 .flex .img-wrap{
	width:60%;
}

#mainCon3 .list {
	display: flex;
}

#mainCon3 .list > div {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	vertical-align:top;
	position:relative;
	overflow:hidden;
	background:#fff !important;
	width:50%;
}


#mainCon3 .list > div:hover, section#swconWrap-1 #mainCon3 .list > div:focus {
	border-color: #edebe9;
	box-shadow: 3px 4px 27px rgba(000,000,000, 0.2); 
	margin-top: -15px;
}

/*
#mainCon3 .list > div:hover .linkBox .textArea .img{
	transform: rotateY(360deg); 
	-webkit-transform: rotateY(360deg); 
	-moz-transform: rotateY(360deg); 
	-o-transform: rotateY(360deg); 
	transition: 1s ease; 
	-webkit-transition: 1s ease; 
	-moz-transition: 1s ease;  
	-o-transition: 1s ease;
}
*/

#mainCon3 .list > div .linkBox {
	position: relative;
	display: block;
	cursor: pointer;
	overflow:hidden;

}
#mainCon3 .list > div .linkBox .thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-height:600px;
	transition: all 1s ease-in-out;
	background:#fff
}
#mainCon3 .list > div .linkBox .thumb .thumbInner {
	width: 100%;
	height: 600px;
	transition: transform 1s ease-in-out;
	text-align:center;
}

#mainCon3 .list > div .linkBox .thumb .thumbInner img{opacity:1; height:100%; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }

#mainCon3 .list > div .linkBox .textArea {
	position: absolute;
	left: 0;
	top: 0;
	right:0; 
	bottom:0;
	height:100%;
	margin:0 auto;
	z-index:2;
}
#mainCon3 .list > div .linkBox .textArea a{display:block; padding:60px 60px 0 60px; }
#mainCon3 .list > div .linkBox .textArea h1{  font-size:50px; font-weight:300; margin-bottom:30px;}
#mainCon3 .list > div .linkBox .textArea h2{ text-align:right;  font-size:30px;  font-family: 'YUniverse-B';}
#mainCon3 .list > div .linkBox .textArea h2 span{font-size:18px}
#mainCon3 .list > div .linkBox .textArea h5{ font-size:17px;   font-weight:300; position:relative;}
#mainCon3 .list > div .linkBox .textArea h5:after{width:50%; height:1PX; display:block; content:""; background:#666; position:absolute; top:12px; right:0;}
#mainCon3 .list > div .linkBox .textArea .img{min-height:250px;display: flex; flex-direction: column;justify-content:center; align-item: center; }
#mainCon3 .list > div .linkBox .textArea .img > img{width:80%}
#mainCon3 .list > div .linkBox .textArea p{opacity:0; text-align:right}
#mainCon3 .list > div .linkBox .textArea .img:after{width:400px; height:400px; display:block; content:""; background:#eee; position:absolute; border-radius:50%;  right:-200px; top:calc(100vh - 100%); z-index:-1}
#mainCon3 .list > div .linkBox .textArea .more{display:none; opacity:1;position:absolute; left:0; top:0; z-index:99999; transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1)}
#mainCon3 .list > div .linkBox .textArea .icon{max-width:100%; position:absolute;  bottom:0}
#mainCon3 .list > div .linkBox .textArea  .btn {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    color: #666;
    line-height: 1;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	opacity:0;
	text-align:left;
	margin-top:20px;
	right:0; 
	bottom:0
}

#mainCon3 .list > div .linkBox .textArea  .btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    opacity: 0;
    margin-right: -7px;
	padding-left: 10px;
    background: url("../images/icon/btn_arrow_gray.png") no-repeat 50% 50%;
    background-size: contain;
    transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), margin-right cubic-bezier(0.19, 1, 0.22, 1), padding-left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#mainCon3 .list > div .linkBox .textArea  .btn.short {
    overflow: hidden;
    width:56px;
    height: 56px;
    line-height: 54px;
    padding:0;
    color: transparent;
    background-color:#000;
    transition: width 0.6s, color 0.5s, padding 0.5s ;
	transition-delay:.4s;
}
#mainCon3 .list > div .linkBox .textArea  .btn.short:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    opacity: 1;
}

#mainCon2 .list > div:hover  .linkBox .textArea  .btn.short{
    width: auto;
    padding: 0 70px 0 00px;
    color: #666;
    text-indent:25PX;
	text-align:left;
}

@media all and (max-width:1700px){
	#mainCon3 .list > div .linkBox .textArea h5:after{width:50%; }
	#mainCon3 .list > div .linkBox .textArea .img{min-height:200px;}
}	

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

	#mainCon3:after{display:none}
	#mainCon3 .list > div .linkBox .thumb{height:39rem;}
	#mainCon3 .list > div .linkBox .thumb .thumbInner{height:39rem;}
	#mainCon3 .list > div .linkBox .textArea .img{min-height:150px;}
	#mainCon3 .list > div .linkBox .textArea .img > img{width:60%; height:60%;}
	#mainCon3 .list > div .linkBox .textArea .more{display:none}
	#mainCon3 .list > div .linkBox .textArea  .btn {display:none}
	#mainCon3 .list > div .linkBox .textArea h1{font-size:2.5rem;}
	#mainCon3 .list > div .linkBox .textArea p{display:none}
}

@media all and (max-width:772px){
	#mainCon3 .list {flex-wrap: wrap;}
	#mainCon3 .list > div{width:100%; border-top:solid 1px #dadada}
	#mainCon3 .list > div .linkBox .thumb{height:35rem;}
	#mainCon3 .list > div .linkBox .thumb .thumbInner{height:35rem;}
	#mainCon3 .list > div .linkBox .textArea a{padding:40px 60px 40px 60px; }
	#mainCon3 .list > div .linkBox .textArea .img > img{width:70%; height:70%;}
	#mainCon3 .list > div .linkBox .textArea .img{margin-bottom:2rem}

	}

@media all and (max-width:430px){
	#mainCon3 .list > div .linkBox .thumb{height:29rem;}
	#mainCon3 .list > div .linkBox .thumb .thumbInner{height:29rem;}
	#mainCon3 .list > div .linkBox .textArea a{padding:30px 30px 30px 30px}
	#mainCon3 .list > div .linkBox .textArea .img > img{width:100%; height:100%;}
	}







/* ==========================================================================
sub
========================================================================== */

.subConts .visual_sub_img{
  background-image: url("/theme/simple/images/sub/vis-sub-img-1.jpg");
}


/*************** SUB VISUAL ***************/

/* visual_area */
.visual_area {position:relative;height:480px;background:#000;overflow:hidden;}
.visual_area .img {position:relative;height:500px;animation:visualBg both ease-in-out 3s; opacity:1}
.visual_area .pc_wrap{position:absolute; max-width:1450px; height:240px; top:0 ;left:0; bottom:0; right:0; margin:0 auto; z-index:9}
.visual_area .pc_wrap p img{max-width:40%; margin:0 auto;}
.visual_area .pc_wrap p{font-size:35px;color:#fff;text-transform:uppercase;line-height:1.75;position:relative;top:150px; padding:0 50px}
.visual_area .pc_wrap span{display: inline-block; font-size:20px; text-align:center; font-weight:400; margin:50px auto; line-height:1.75; color:#fff;letter-spacing:-1px;position:relative;top:270px;word-break:keep-all; }
.visual_area .pc_wrap em{display: block;font-size:18px;line-height:26px;letter-spacing:-0.02em;font-weight:400;;color:#fff;position:relative;top:180px;word-break:keep-all;}
.visual_area .pc_wrap a{display:inline-block;vertical-align:top;width:200px;height:50px;box-sizing:border-box;border-radius:30px;border:1px solid #e1e1e1;font-size:22px;font-weight:400;color:#fff;text-align:center;line-height:50px;position:relative;top:120px;transition:all 0.3s;}
.visual_area .pc_wrap a:hover{color:#fff;background-color:#ff3800;border-color:#ff3800;}
.visual_area .pc_wrap p{ animation-name:mv_p;-webkit-animation-name:mv_p; animation-duration:1.3s;  -webkit-animation-duration:1.3s;animation-iteration-count: 1; -webkit-animation-iteration-count: 1; animation-direction: alternate; -webkit-animation-direction: alternate; animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;}
.visual_area .pc_wrap span{animation-name:mv_span;-webkit-animation-name:mv_span; animation-duration:2s;  -webkit-animation-duration:2s;animation-iteration-count: 1; -webkit-animation-iteration-count: 1; animation-direction: alternate; -webkit-animation-direction: alternate; animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;}
.visual_area .pc_wrap em{animation-name:mv_em;-webkit-animation-name:mv_em; animation-duration:1.9s; -webkit-animation-duration:1.9s;animation-iteration-count: 1; -webkit-animation-iteration-count: 1; animation-direction: alternate; -webkit-animation-direction: alternate; animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;}
.visual_area .pc_wrap a{animation-name:mv_a;-webkit-animation-name:mv_a; animation-duration:2.5s; -webkit-animation-duration:2.5s;animation-iteration-count: 1; -webkit-animation-iteration-count: 1; animation-direction: alternate; -webkit-animation-direction: alternate; animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;}

/* Visual Text */
@keyframes mv_p{
	0% {opacity:0;transform:scale(1.90);  filter: blur(100px); -webkit-filter: blur(100px);}
	100% {opacity:1; transform:scale(1);  filter: blur(0px); -webkit-filter: blur(0px);}
	}
@keyframes mv_bar{
	0%{width:0;opacity:0;}
	20%{width:0;opacity:0;}
	100%{width:100%;opacity:1;}
	}
@keyframes mv_span{
	0%{top:240px;opacity:0;}
	50%{top:240px;opacity:0;}
	100%{top:270px;opacity:1;}
	}
@keyframes mv_em{
	0%{top:210px;opacity:0;}
	70%{top:210px;opacity:0;}
	100%{top:180px;opacity:1;}
	}
@keyframes mv_a{
	0%{top:150px;opacity:0;}
	70%{top:150px;opacity:0;}
	100%{top:120px;opacity:1;}
	}

/* Visual Area */
@keyframes visualBg {
	0% {transform:scale(1.03);}
	100% {transform:scale(1);}
	}
@keyframes title {
	0% {transform:translateY(120%);opacity:0;}
	100% {transform:translateY(0%);opacity:1;}
	}

@media all and (max-width:1119px){
	/* visual_area */
	.visual_area {height:450px;}
	.visual_area .img {height:450px;}
	.visual_area .pc_wrap{position:absolute; width:100%; top:0;  }
	}
@media all and (max-width:992px){
	/* visual_area */
	.visual_area .img {margin-left:-100px;}	
	.visual_area .pc_wrap{position:absolute; width:100%; top:-50px ;}
	.visual_area .pc_wrap p img{max-width:60%;}
	.visual_area .pc_wrap p{font-size:20px; line-height:1.75;position:relative; padding:0 20px}
	.visual_area .pc_wrap span{font-size:15px; text-align:center; font-weight:100; margin:50px auto; line-height:1.75;}
	}


/* --------------- 지역주택조합-------------------- */

.subCon1_2{
	line-height:1.75;
	margin-bottom:200px;
}

.subCon1_2 h3{
	font-weight:500;
	font-size:23px;
	margin:50px 0 20px 0;
}

.subCon1_2 .flex{
	display:flex;
	gap:20px;
}

.subCon1_2 .flex table{
	width:48%;
	margin-top:50px;
	border-top:solid 2px #000;
	font-size:15px;
}

.subCon1_2 .flex table:nth-child(1) .t-1{
	background:#666; 
	color:#fff;
	width:40%
}

.subCon1_2 .flex table:nth-child(1) .t-2{
	background:#89aac6; 
	color:#fff
	width:60%
}

.subCon1_2 .flex table:nth-child(2) .t-1{
	background:#666; 
	color:#fff;
	width:40%
}

.subCon1_2 .flex table:nth-child(2) .t-2{
	background:#f84819; 
	color:#fff
	width:60%
}

.subCon1_2 .flex table th{
	padding:10px  0;
}


.subCon1_2 .flex table tr{
	margin-bottom:5px;
	border-bottom:solid 5px #dadada
}

.subCon1_2 .img-wrap{
	padding:70px 0
}

.subCon1_2 .flex table td{
	padding:10px 10px
}

.subCon1_2 .flex table tr td:nth-child(1){
	background:#f1f3f6;
	text-align:center;

}

.subCon1_2 span{
	color:red
}


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

	.subCon1_2 h3{
		font-size:20px;
	}

	.subCon1_2 .img-wrap{
		padding:40px 0
	}

	.subCon1_2 .flex{
		display:block
	}

	.subCon1_2 .flex table{
		width:100%
	}

}

/* --------------- PC Lnb -------------------- */
.lnb_pc{ width:80%; box-sizing:border-box;  text-align:right; }
.lnb_pc #mysubmenu {display:flex; justify-content: flex-end;}
.lnb_pc #mysubmenu:after {display:block;clear:both;height:0;content:"";overflow:hidden;}
.lnb_pc #mysubmenu ul {}
.lnb_pc #mysubmenu .list0 .home {display:none}
.lnb_pc #mysubmenu .list0 .home a {display:block; width:80px;height:100px; background:url("../images/icon/icon_home.png") 50% 50% no-repeat; background-size:20px; padding-left:30px;}
.lnb_pc #mysubmenu li {
	position: relative;
	list-style: none;
	display: inline-block;
	}
.lnb_pc #mysubmenu li a {
	display: inline-block;
	padding:0 10px;
	text-align:center;
	font-weight:500;
	text-transform: uppercase;
	font-weight:500;
	min-width:80px;
	color:#b7b7b7;
	font-size:18px;
	line-height:50px;
	height:50px;
	}
.lnb_pc #mysubmenu li.open a{color:#204345 !important; font-weight:600;}
.lnb_pc #mysubmenu li.open a:after{display:block; content:""; width:100%; height:3px; margin-top:0px;  background:#204345}


/* --------------- Mobile Lnb -------------------- */
#lnb {display:none; position: absolute; z-index: 5; width:100%;height: 80px; background:var(--color-main)}
#lnb .lnb_home{position: absolute; left:0; background: rgba(0,0,0,1); display: block; content: ''; width:calc((100% - 1200px) / 2); height: 80px; text-align: right;transition: all .3s;}
.lnb_home a{display: block; position: relative; box-sizing: border-box; border-right: 1px solid var(--color-blue); padding: 0 40px 0 40px; font-size: 0; line-height: 80px; color: #fff;text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; box-sizing: border-box;}
.lnb_home a.home:before{display: block; content: ''; position: absolute; top: 30px; right: 20px; width:22px; height: 22px; background:url('../images/icon/icon_home.png') no-repeat; background-position: 0 0; transition: all .3s;}
#lnb > ul {width: 100%; max-width: 1200px; margin: 0 auto; font-size: 0; }
#lnb > ul > li {display: inline-block; width:30%;vertical-align: top; overflow: hidden;}
#lnb > ul > li.lnb02{background:var(--color-main)}
#lnb > ul > li.lnb03{background:var(--color-main)}
#lnb > ul > li > a {display: block; position: relative; box-sizing: border-box; border-right: 1px solid var(--color-blue); padding: 0 40px 0 40px; font-size: 18px; line-height: 80px; color: #fff; transition: all .3s; text-overflow:ellipsis; white-space:nowrap;word-wrap:normal;overflow:hidden;}
#lnb > ul > li > a:after {display: block; content: ''; position: absolute; top: 30px; right: 40px; width: 25px; height: 25px; background: url(../images/icon/icon_arrow_w.png') 0 0 no-repeat; transition: all .3s;}
#lnb ul li a.home:after, #lnb > ul > li.lnb01:hover > a:after,
#lnb > ul > li.lnb01:focus > a:after{background: none;}
#lnb > ul > li:hover > a:after,
#lnb > ul > li:focus > a:after {transform: rotate(-180deg);}
#lnb > ul > li:hover > a,
#lnb > ul > li:focus > a,
#lnb > ul > li.active > a,
#lnb > ul > li > a.arrow {border-color: var(--color-blue); font-weight: 700; color: #ffffff;}
#lnb > ul > li:hover > a:after,
#lnb > ul > li:focus > a:after,
#lnb > ul > li > a.arrow:after {background-image: url('../images/icon/icon_arrow_w.png');}
#lnb > ul > li .depth2 { display: none; height: 0; padding: 0; background:var(--color-main); transition: all .3s;}
#lnb > ul > li .depth2 > li {margin: 10px 0 0; }
#lnb > ul > li .depth2 > li:first-child {margin: 0;}
#lnb > ul > li .depth2 > li > a {display: block; position: relative; font-size: 16px; line-height: 1.5; color: #fff; }
#lnb > ul > li:hover .depth2,
#lnb > ul > li:focus .depth2,
#lnb > ul > li.active .depth2 {height: auto; padding: 15px 15px; display: block;}
#lnb > ul > li .depth2 > li > a:hover,
#lnb > ul > li .depth2 > li > a:focus {font-weight: 700; color: #ffffff;}



/*************** SUB TITLE ***************/

.sub-top{
	display:flex;
        align-items: center;
        justify-content: space-between; 
		padding:100px 0 50PX;
}

.sub-titleWrap .title-b{
	font-size:40px;
	color:#000;
	line-height:1.75;
	letter-spacing:-1px;
}

.sub-titleWrap .sub-title{
	font-size:20px;
	color:#9a9a9a
}

.sub-titleWrap .title-c .ic_bracket_bot:before {
	content: '';
	position: absolute;
	top:3rem;
	left: 0;
	right:0;
	bottom: 0;
	background: url(../images/main/line_bot.png) no-repeat 0 0;
	background-size: 100% 10px;
	transition: all .25s ease-in .2s;
	z-index:-1
}


@media screen and (max-width:1200px) {
	.sub-titleWrap{
		padding:50px 0 20px 0;
		text-align:centers
	}

	.sub-titleWrap .title-b{
		font-size:25px;
		text-align:center
	}

	.sub-titleWrap .sub-title{
		font-size:16px;	
	}

	.subConts .visual_sub .text{
		padding:0 40px
	}

	.sub-top{
	display:block;
        align-items: center;
        justify-content: space-between; 
		padding:0px 0 0PX;
}
}


/*************** SUB BRAND ***************/


#sub-page-layout-brand{
	margin-bottom:100px;
}

#sub-page-layout-brand .overview .flex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

#sub-page-layout-brand .overview .flex dl {
	width: 50%; 
	display: flex;
	justify-content: 
	space-between; 
	align-items: flex-start;
}

#sub-page-layout-brand .overview .flex dl:nth-child(7){
	width:100% !important
}

#sub-page-layout-brand .overview .flex dl dt {
	border:solid 1px #dadada; 
	width: 130px; 
	min-height: 40px; 
	padding: 10px;
	word-break: break-all;
	border-radius:50px;
	font-size:18px;
	text-align:center;
	font-weight:600
}

#sub-page-layout-brand .overview .flex dl dd {
	width: calc(100% - 150px); 
	margin-bottom: 40px; 
	transform: translateY(8px);
	padding-right: 30px; 
	min-height: 54px;
	text-align:left !important
}


#sub-page-layout-brand .info_box {
	font-size:14px; 
	margin-top:50px; 
	padding: 20px; 
	border: 1px solid #ede9ee; 
	text-align:left !important; 
	background:#eee;
}

#sub-page-layout{
	padding:0 0 150px 0;
}
#sub-page-layout .img-wrap img{
	display:block;
	margin:0 auto;
}



#mainCon10{position:relative;  padding:100px 0; background:#f3f3f3}
#mainCon10 .title-wrap{text-align:center}
#mainCon10 h2{margin-bottom:40px; font-size:20px;}
#mainCon10 .inner{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
	justify-content: space-between;
	position:relative; 
	
	}
#mainCon10 .inner > div{width:50%;  border-radius:30px; overflow:hidden}
#mainCon10 .inner .write{ width:45%; background:#fff; border:solid 1px #dadada;padding:85px 80px;}

@media screen and (max-width:1200px) {
	#mainCon10{padding:30px 0}
	#mainCon10 .inner .write{ 
		width:100%;
		padding:40px;
	}
}



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

	#sub-page-layout{
		padding:0px 0 100px 0;
	}

	#sub-page-layout-brand .overview .flex dl{
		width:100%;
	}

	#sub-page-layout-brand .overview .flex{
		margin-top:50px;
		
	}

	#sub-page-layout-brand .overview .flex dl {
		
	}

	#sub-page-layout-brand .overview .flex dl dt{
		width:110px;
		margin-right:10px;
		font-size:13px;
	}

	#sub-page-layout-brand .overview .flex dl dd{
		width:100%;
		padding-right:0;
		min-height:auto;
		font-size:12px;
	}

	#sub-page-layout-brand .info_box{
		font-size:11px;
	}



	.subConts .visual_sub .text h2 span:nth-child(1){
		font-size:16px;
		font-weight:500
	}

	.subConts .visual_sub .text h2 span:nth-child(2){
		font-size:16px;
		font-weight:500;
	}

	.subConts .visual_sub .text h2 span img{
		width:150px;
	}

	.subConts .visual_sub .bg{
		background-position:70% bottom
	}

	.lnb_pc{
		border:none;
		width:100%;
		margin-top:0;
		text-align:center
	}
		
	.lnb_pc #mysubmenu{
		justify-content: center;
		margin-bottom:30px;
	}

	.lnb_pc #mysubmenu ul{
		padding-left:0;
	}
	
	.lnb_pc #mysubmenu li a{
		height: 40px;
		line-height: 50px;
		padding: 0 10px;
		text-transform: uppercase;
		font-weight: 400;
		color: #b7b7b7;
		font-size:13px;
	}
}





