@charset "utf-8";

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap);

html,body{height: 100%;font-family:'Noto Sans KR',sans-serif;}
.wrap{height: 100%;min-width: 1300px;position: relative;max-width:2000px;margin:0 auto;}
.inner{width: 1200px;margin: 0 auto;position: relative;}


/*header*/
header{position: absolute;top: 0;left: 0;width: 100%;z-index: 99;padding: 0 20px;transition: all 0.2s;text-align: center;height: 90px;}
header:before {content:"";display:block;width:100%;height:1px;background:rgba(255,255,255,.2);position:absolute;left:0;top:89px;opacity:0;transition:0.2s;}
header .head_in{max-width: 1600px;margin: 0 auto;position: relative;height: 90px;overflow: hidden;z-index: 10;;transition: 0.2s;}
header h1{position: absolute;top: 32px;left: 0;}
header h1 a{display: block;width: 288px;height: 31px;background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/logo2.png) no-repeat center;background-size: contain;}
header .menu{display: inline-block;z-index:111}
header .menu ul::after{content: "";display: block;clear: both;}
header .menu .gnb1{float: left;}
header .menu .gnb1 > a{display: block;line-height: 90px;color: #fff;font-size: 18px;padding: 0 25px;font-weight: 400;transition: 0.2s;position:relative;}
header .menu .gnb1 > a > span {display:block;position:relative;padding:0 10px;}
header .menu .gnb1 > a > span:before{content:"";position:absolute; bottom:-1px;left:50%;transform:translateX(-50%); background:#fff;width:0%;height:3px;opacity:0;transition:.5s;z-index:111}
header .menu .gnb1:hover > a > span:before{opacity:1;width:100%;}
header .menu .gnb2{margin-top: 38px;}
header .menu .gnb2 li a{display: inline-block;font-size: 16px;color: #fff;padding-bottom:10px; margin-bottom:10px;letter-spacing: 0px;position:relative;}
header .menu .gnb2 li a:before{content:"";position:absolute; bottom:0;right:0;width:0; height:1px ;background:#fff; transition:.3s}
header .menu .gnb2 li a:hover:before{width:100%;}
header .menu .gnb2 li a:hover{color:#fff;}
header .rig{position: absolute;right: 0px;top: 32px;display:flex;align-items:center;}
header .tel{display:flex;     align-items: baseline;}
header .tel img:nth-child(2){display:none;}
header .tel img{padding-right:7px}
header .tel p {font-size:28px; color:#fff;font-family:'Jost';font-weight:600;position:relative;  }
header:hover{background-color: #0961a7;box-shadow: 5px 5px 6.93px 0.07px rgb(0 0 0 / 10%);}
header:hover,
header:hover .head_in {height:360px;}
header:hover:before {opacity:1;}
header:hover .menu .gnb1 > a{color: #fff;}
header:hover h1 a {background-image:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/logo2.png);}
header:hover .tel p {color:#fff}
header.sub h1 a {background-image:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/logo2.png);}
header.sub .radio {display: none;}

header.sub .tel p{color:#fff}

/* radio */
.main_audio {display:flex;width:120px;color:#fff;text-align:center;box-sizing:border-box;font-size:13px;font-family:'Jost';margin-left:30px;}
.main_audio > span{display:flex;align-items: center; width:120px;justify-content: space-between;}
.main_audio .tit {display:block;line-height: 1.8;display:flex;}
.main_audio .tit ul{display:inline-block;margin-left:5px;margin-right:5px;}
.main_audio .tit ul li{width:2px;background-color:#fff;display:inline-block;transition:0.3s;}
.main_audio .tit ul li:nth-child(1){height:6px;}
.main_audio .tit ul li:nth-child(2){height:14px;}
.main_audio .tit ul li:nth-child(3){height:16px;}
.main_audio .tit ul li:nth-child(4){height:5px;}
.main_audio .tit ul li:nth-child(5){height:12px;}
.main_audio .tit ul.active li:nth-child(1){animation: soundbar1 1.0s 0.4s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(2){animation: soundbar2 1.0s 0.3s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(3){animation: soundbar3 2.0s 0.3s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(4){animation: soundbar4 1.0s 0.3s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(5){animation: soundbar5 1.0s 0.2s infinite alternate linear;}
@keyframes soundbar1{
  0%{height:6px;}
  20%{height:10px;}
  40%{height:3px;}
  60%{height:14px;}
  80%{height:6px;}
  100%{height:12px;}
}
@keyframes soundbar2{
  0%{height:14px;}
  20%{height:16px;}
  40%{height:5px;}
  60%{height:13px;}
  80%{height:4px;}
  100%{height:10px;}
}
@keyframes soundbar3{
  0%{height:16px;}
  20%{height:10px;}
  40%{height:15px;}
  60%{height:7px;}
  80%{height:12px;}
  100%{height:4px;}
}
@keyframes soundbar4{
   0%{height:5px;}
  20%{height:10px;}
  40%{height:7px;}
  60%{height:13px;}
  80%{height:5px;}
  100%{height:10px;}
}
@keyframes soundbar5{
  0%{height:12px;}
  20%{height:5px;}
  40%{height:13px;}
  60%{height:3px;}
  80%{height:8px;}
  100%{height:2px;}
}
.main_audio .audio_play_btn1, .main_audio .audio_pause_btn1 {cursor:pointer;}
header:hover .main_audio{color:#222;}
header:hover .main_audio .tit ul li{background-color:#222;}

/* vide-wrap */
.video-wrap { position:relative;padding-bottom:56.25%;height:0px;overflow:hidden; }
.video-wrap iframe { position:absolute;top:0;left:0;width:100%;height:100%; }

/*ban*/
/* .ban{position: fixed;right: 0;top: 220px;z-index: 50;} */
 .ban{position: absolute;right: 0;top:0; z-index: 111;    display: flex;flex-direction: column;align-items: center;background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/ban-bg.png)no-repeat center; height:795px;}
.ban > a{position:relative;}


/* main2 */
.main2{padding:160px 0 315px; position:relative;opacity:0;transition:.5s;}
.main2.once{opacity:1;}
.main2 h2{margin-bottom:225px;opacity:0;transition:.5s;transition-delay:1s;}
.main2.once h2{opacity:1;}
.main2 .inner3{max-width:480px;}
.main2 .inner3 ul{display:flex;justify-content: space-between;}
.main2 .inner3 ul li{opacity:0;transition:.5s;transform:translateY(50px);}
.main2.once .inner3 ul li{opacity:1;transform:translateY(0);}
.main2 .inner3 ul li:nth-child(1){transition-delay:1.3s;}
.main2 .inner3 ul li:nth-child(2){transition-delay:1.6s;}
.main2 .inner3 ul li:nth-child(3){transition-delay:1.9s;}
.main2 .inner3 ul li:nth-child(4){transition-delay:2.2s;}
.main2 .inner3 ul li a{display:flex;flex-direction: column; align-items: center; justify-content: center;width:140px; height:140px;padding:37px 0 30px;background:#fff; border-radius: 5px;transition:.3s;position:relative;}
.main2 .inner3 ul li a:hover{transform:translateY(-20px);border:2px solid #42c2e0}
.main2 .inner3 ul li a img{margin-bottom:20px}
.main2 .bg1{position:absolute;right:0;}
.main2 .bg2{position:absolute ;top:0;left:50%;transform:translateX(-50%);width:1200px;}
.main2 .bg2 img{position:absolute; top:0;left:calc(50% + 100px);transition:.5s;transition-delay:.5s; opacity:0;overflow:hidden;}
.main2.once .bg2 img{opacity:1}
.main2 .wave{position:absolute;z-index:-1;right:0;bottom:160px;width:1800px;height:0;background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/main2-gra.png);overflow:hidden;;background-size:cover;border-radius:0 0 50px 50px;transition:1.5s;}
.main2 .wave > div{background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/main2-wave2.png) center top;background-size: 100% 100%;height:100%;width:100%;}
.main2 .wave .w2{position:absolute;right:calc(100% - 58px);top:0;}
.main2.once .wave{height:457px;}
.main2.once .wave > div{animation: w1 6s infinite linear;animation-delay: 2s;}
@keyframes w1 {
	0% {transform: translate(0,0);height:457px;}
	50% {transform: translate(435px,0);height:150px;}
	100% {transform: translate(870px,0);height:457px;}
}

/* main3 */
.main3{padding:225px 0 225px;overflow:hidden;}
.main3 .inner4{width:1600px; margin:0 auto;display:flex;position:relative;}
.main3  .box{width:50%;height:704px}
.main3 .box1{background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/main3-bg.jpg)no-repeat center ;background-size:cover;padding:215px 0 150px 200px;position: relative;}
.main3 .box1 .tit > img{margin-bottom:55px;}
.main3 .box1 .tit a{position:relative; display:block;width:180px; height:50px;background:transparent}
.main3 .box1 .tit a:before{position:absolute; top:0;left:0;width:0;overflow:hidden; transition:.5s; height:100%;background:#f7941d;content:"";color:#fff;}
.main3 .box1 .tit a:hover:before{width:100%;}
.main3 .box1 .tit a span{position:relative;z-index:1; line-height:49px;text-align:center;border-top:1px solid #5e6367;border-bottom:1px solid #5e6367;font-size:14px; font-family: 'Cinzel', serif;font-weight:600;display:block}
.main3 .box1 .tit a:hover span{border-top:1px solid #f7941d;border-bottom:1px solid #f7941d;color:#fff;}
.main3 .box1 .tit a img:nth-child(2){display:none;}
.main3 .box2{position:absolute;width:1000px;left: calc(100% - 800px);top:0;overflow:hidden;}
.main3 .box2 .swiper-slide{width:1000px !important;position:relative;transform: scale(0.85) translateY(0%);transition: 0.2s;}
.main3 .box2 .swiper-slide-active,
.main3 .box2 .swiper-slide-duplicate-active{transform: scale(1) translateY(0%);transition: 0.9s 0.7s;}
.main3 .box2 .swiper-slide a:nth-child(1){overflow:hidden;transition:.5s;transition-delay:.2s}}
.main3 .box2 .swiper-slide a{display:block;}

.main3 .box1 .txt_box{position:absolute;bottom:0;left: calc(100% - 85px);width:480px;height:360px;padding:85px 0 90px 85px;background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/main3-box-bg.png)no-repeat right center;background-size:480px 360px; z-index:11;border-radius: 100px 0 0 0;overflow: hidden;transition:1s;}
.main3 .box1 .txt_box.on{background-size:1200px 360px;}
.main3 .box1 .txt_box::before{content:"";position:absolute;right:0;top:0;width:81px;height:80px;background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/main3-box-line.png)no-repeat center;}
.main3 .box1 .swiper-slide a span{display:block;color:#fff;font-weight:bold;opacity:0;transition:0.5s;transform:translateY(50px);}
.main3 .box1 .swiper-slide a span:nth-child(1){font-family: 'Cinzel', serif;font-weight:600; font-size:40px;margin-bottom:30px;    display: flex;align-items: center;}
.main3 .box1 .swiper-slide a span:nth-child(1) img{margin-right:10px; display:inline-block}
.main3 .box1 .swiper-slide a span:nth-child(2){font-size:26px;margin-bottom:30px;margin-left:8px}
.main3 .box1 .swiper-slide a span:nth-child(3){font-size:16px;margin-bottom:15px; font-weight:400;line-height:1.2;margin-left:8px}
.main3 .box1 .swiper-slide a span:nth-child(4){font-size:20px;margin-left:8px }
.main3 .box1 .swiper-slide a span:nth-child(4) em{font-size:16px;font-weight:400}

.main3 .box1 .swiper-slide-duplicate-active a{opacity:0;}
.main3 .box1 .swiper-slide.swiper-slide-active a span,
.main3 .box1 .swiper-slide-duplicate-active a span{transform:translateY(0);opacity:1}
.main3 .box1 .swiper-slide.swiper-slide-active a span:nth-child(1),
.main3 .box1 .swiper-slide-duplicate-active a span:nth-child(1){transition-delay:0.4s}
.main3 .box1 .swiper-slide.swiper-slide-active a span:nth-child(2),
.main3 .box1 .swiper-slide-duplicate-active a span:nth-child(2){transition-delay:0.6s}
.main3 .box1 .swiper-slide.swiper-slide-active a span:nth-child(3),
.main3 .box1 .swiper-slide-duplicate-active a span:nth-child(3){transition-delay:0.8s}
.main3 .box1 .swiper-slide.swiper-slide-active a span:nth-child(4),
.main3 .box1 .swiper-slide-duplicate-active a span:nth-child(4){ transition-delay:1s}

.main3 .s-btn{position:absolute; bottom:0;left:calc(50% - 85px);; transform:translateX(-50%);display:flex;z-index:140;width: 100%; align-items: center; justify-content: center;}
.main3 .main3-prev{width:50px;height:50px;margin-right:1px;cursor:pointer;box-shadow: 5px 5px 6.93px 3.07px rgba(0,0,0,.2);}
.main3 .main3-prev img{image-rendering: pixelated;}
.main3 .main3-next img{image-rendering: pixelated;}
.main3 .main3-next{width:50px;height:50px;right:auto;cursor:pointer;box-shadow: 10px 5px 6.93px 3.07px rgba(0,0,0,.2);}

.main3 .swiper-container{overflow:visible;}

/* main4 */
.main4{padding-bottom:210px}
.main4 .inner{width:1600px;}
.main4 .inner a{display:block;text-align:center;}
.main4 .inner .fix-bg{background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/main4-img.jpg)no-repeat bottom;     background-attachment: fixed; text-align: center;height:500px;padding-top:125px;    background-size: cover;}
.main4 .inner a img{display:block;margin:0 auto}

/* main5 */
.main5{background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/main5-bg.jpg)no-repeat center;padding:100px 0;background-size:cover; }
.main5 .inner h2{text-align:center;margin-bottom:70px}
.main5 .inner > div{display:flex;    justify-content: center;}
.main5 .inner > div > div {display:flex;    flex-direction: column;}
.main5 .inner > div > div > div{display:flex; padding:20px 20px 20px 30px;justify-content: space-between}
.main5 .inner > div > div > div dl {display:flex;color:#fff;font-size:17px}
.main5 .inner > div > div > div dl dt{margin-right:15px}
.main5 .inner > div > div:nth-child(1) > div{background:#0961a7}
.main5 .inner > div > div:nth-child(2) > div{background:#123f77}
.main5 .inner > div > div ~ div{margin-left:27px;}
.main5 .tel{font-size:30px; color:#fff;display:flex;    align-items: baseline; font-family:'Jost';font-weight:bold;margin-top:45px}
.main5 .tel span{color:#999999;font-size:18px;font-family:'Noto Sans KR';margin-right:5px}

/*footer*/
footer{background-color: #262626;padding: 70px 20px 100px;position:relative;}
footer .foot_in{max-width: 1600px;margin: 0 auto;position:relative;}
footer .foot_logo{margin-bottom: 55px;}
footer .foot-info{margin-bottom: 15px;color: #999;font-size: 14px;}
footer .ori{line-height: 20px;color: #747575;font-size: 12px;}
footer address{color: #aaabab;font-size: 14px;margin-top: 60px; font-family:'Jost';}
footer .fr{position:absolute;top:0;right:0;}
footer .fr .foot-tel{display:flex;       justify-content: flex-end;margin-bottom:25px;    align-items: center;}
footer .fr .foot-tel img{margin-right:10px;}
footer .fr .foot-tel p{font-size:20px; color:#fff; font-family:'Jost';font-weight:600}
footer .foot-t img{display:block;}
footer .foot-t img:nth-child(1){margin-bottom:30px}
footer .foot-t img:nth-child(2){margin-left:20px;}
footer #top{position:absolute; top:0;right:0;cursor:pointer;}

/*vis_wrap*/
.vis_wrap,
.vis_wrap .vis_slide,
.vis_wrap .slick-list,
.vis_wrap .slick-track,
.vis_wrap .slick-slide > div,
.vis_wrap .vis{height: 100vh;}
.vis_wrap .vis .bg{height: 100vh;background-repeat: no-repeat;background-size:cover;}
.vis_wrap .vis1 .bg{background-image: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis1_1.jpg);}
.vis_wrap .vis2 .bg{background-image: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis2_1.jpg);}
.vis_wrap .vis3 .bg{background-image: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis3_1.jpg);}
.vis_wrap .vis4 .bg{background-image: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis4_1.jpg);}
.vis_wrap .vis5 .bg{background-image: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis5_1.jpg);}
.vis_wrap .vis6 .bg{background-image: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis6_1.jpg);}

/*txt*/
.vis_wrap .vis_txt{position: absolute;z-index: 10;}
.vis_wrap .vis_txt p{font-size:35px;color:#fff;font-weight:500;letter-spacing:0.01em;line-height:1.3em;margin-bottom:25px;}
.vis_wrap .vis_txt p span{display:block;opacity:0;transform:translate(0,60%);transition:0.8s;}
.vis_wrap .vis_txt img{display:inline-block;}
.vis_wrap .vis1 .vis_txt.vis_txt1{left:33%;top: 25%;margin-left:-240px;text-align:center;}
.vis_wrap .vis2 .vis_txt.vis_txt1{left:33%;top: 35%;margin-left:-320px;text-align:center;}
.vis_wrap .vis_txt.vis_txt1 img{margin:0 auto;}
.vis_wrap .vis_txt.vis_txt2{width:470px;left: calc(50% - 70px);top: 37%;margin-left:-600px;}
.vis_wrap .vis_txt.vis_txt2:before{content:"";position:absolute; top:90px;left:0;background:#fff;width:0;height:2px;transition:0s;transition-delay:0.2s;}
.vis_wrap .vis_txt.vis_txt1 > div{overflow:hidden;}
.vis_wrap .vis_txt.vis_txt1 .back{position:absolute;left:0;top:0;transition-delay:0.2s;}
.vis_wrap .vis_txt.vis_txt1 .txt1{margin-bottom:20px;}
.vis_wrap .vis_txt.vis_txt1 .txt2{margin-bottom:40px;}
.vis_wrap .vis_txt.vis_txt1 .co{position:relative;display:inline-block;}
.vis_wrap .vis_txt.vis_txt1 .co span{position:absolute;left:0;top:0;opacity:0;transition-delay:0.2s;}
.vis_wrap .vis1 .vis_txt.vis_txt1 .co span{background-color: #166eb7;}
.vis_wrap .vis2 .vis_txt.vis_txt1 .co span{background-color: #2a3c92;}
.vis_wrap .vis_txt.vis_txt1 .co span img{position:relative;left:-130px;transition-delay:0.2s;}
.vis_wrap .vis1 .vis_txt.vis_txt1 .txt1 .co span{-webkit-mask-image: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis1-txt1-co.png);-webkit-mask-position: left center;-webkit-mask-repeat: no-repeat;}
.vis_wrap .vis1 .vis_txt.vis_txt1 .txt2 .co span{-webkit-mask-image: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis1-txt2-co.png);-webkit-mask-position: left center;-webkit-mask-repeat: no-repeat;}
.vis_wrap .vis2 .vis_txt.vis_txt1 .txt1 .co span{-webkit-mask-image: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis2-txt1-co.png);-webkit-mask-position: left center;-webkit-mask-repeat: no-repeat;}
.vis_wrap .vis2 .vis_txt.vis_txt1 .txt2 .co span{-webkit-mask-image: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis2-txt2-co.png);-webkit-mask-position: left center;-webkit-mask-repeat: no-repeat;}
.vis_wrap .vis_txt.vis_txt1 .up{transform:translate(0,110%);transition:0s;transition-delay:0.2s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt p span{transform:none;opacity:1;}
.vis_wrap .active .slick-active .vis_txt.vis_txt p span:nth-child(1){transition-delay:0.2s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt p span:nth-child(2){transition-delay:0.4s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt1 .up{transform:translate(0,0);}
.vis_wrap .active .slick-active .vis_txt.vis_txt1 .up1{transition:0.8s;transition-delay:0.6s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt1 .up2{transition:0.8s;transition-delay:0.9s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt1 .up3{transition:0.8s;transition-delay:1.2s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt1 .co span img{left: 0;transition:1s;transition-delay:1.7s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt1 .back{opacity:0;transition:0.6s;transition-delay:1.5s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt1 .co span{opacity:1;transition:0.6s;transition-delay:1.5s;}

.vis_wrap .vis_txt.vis_txt2 > div{overflow:hidden;}
.vis_wrap .vis_txt.vis_txt2 .rig{transform:translate(-110%,0);transition:0s;transition-delay:0.2s;}
.vis_wrap .vis_txt.vis_txt2 .up{transform:translate(0,110%);transition:0s;transition-delay:0.2s;}
.vis_wrap .vis_txt.vis_txt2 .txt1{margin-bottom:90px;}
.vis_wrap .vis_txt.vis_txt2 .txt2{margin-bottom:30px;}

.vis_wrap .active .slick-active .vis_txt.vis_txt2:before{width:50px;transition:0.4s;transition-delay:1.2s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt2 .rig{transform:translate(0,0);transition:0.8s;transition-delay:0.6s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt2 .up{transform:translate(0,0);transition:0.8s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt2 .up1{transition-delay:1.4s;}
.vis_wrap .active .slick-active .vis_txt.vis_txt2 .up2{transition-delay:1.6s;}
/*txt*/

.vis_wrap .cont {position:absolute; left:300px; bottom:0;width:300px; height:65px; background:rgba(18,18,18,0.7); }
.vis_wrap .cont .num {position:absolute;left:46px;top:23px;color:#fff; font-size:0px;}
.vis_wrap .cont .num span {display:inline-block;vertical-align:bottom;font-size:20px;font-weight:normal;position:relative; color:#fff;}
.vis_wrap .cont .num span.present-page {color:#df7200;}
.vis_wrap .cont .num span ~ span {margin-left:2px;padding-left:10px;} 
.vis_wrap .cont .num span ~ span:before {content:"";display:block;width:8px;height:20px;background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/num-bar.png) no-repeat;position:absolute;left:0;top:50%;margin-top:-8px;}
.vis_wrap .cont .arr {position:absolute;right:0;top:0;height:65px; width:100%;}
.vis_wrap .cont .arr a {display:block;width:13px;height:23px;text-indent:-9999px;background-repeat:no-repeat;background-position:50% 50%;position:absolute;top:50%; margin-top:-11.5px;}
.vis_wrap .cont .arr .prev {left:14px;background-image:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis-prev.png);}
.vis_wrap .cont .arr .next {right:14px;background-image:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/vis-next.png);}
.vis_wrap .cont .bar {display:block; width:137px; height:3px;background:rgba(255,255,255,0.3);position:relative; left:94px; top:32px;}
.vis_wrap .cont .bar span {display:block;position:absolute;left:0;top:0;width:0;height:100%;background:#fff;animation-fill-mode:forwards;z-index:999;}
.vis_wrap .cont .bar.active span {animation:visBar 5.8s linear;}

.vis_wrap .slick-dots{position:absolute;  left:calc(50% - 70px); transform:translateX(-50%); display:flex;color:#fff;max-width:1200px;width:100%;font-family: 'Cinzel', serif;font-weight:600}
.vis_wrap .slick-dots  li span{margin-left: 10px;cursor:pointer;}
.vis_wrap .slick-dots  li:nth-child(1) span{margin-right:0}
.vis_wrap .slick-dots  li:nth-child(1) span.now_pagi{margin-left:0}
.vis_wrap .slick-dots .slick-active button{background:#fff}
.vis_wrap .slick-dots  li a{display:inline-block}
@keyframes visBar {
	0% {width:0;}
	100% {width:100%;}
}
.vis_wrap .slick-dots  li:nth-child(1) .bar:after{left:25px}
.vis_wrap .slick-dots.right{z-index:111;bottom:100px;margin-left:0}
.vis_wrap .slick-dots  li{display: flex; align-items: center; flex-direction: row-reverse;position:relative;overflow:hidden;}
.vis_wrap .slick-dots  li:before{display:inline-block; background:#fff;opacity:.3; height:1px; width:60px;content:"";display:none;}
.vis_wrap .slick-dots  em:after{content:"";position:absolute; left:37px;top:50%; transform:rotate(180deg); height:0px;width:0px; background:#fff;transition:5.8s;opacity:0;overflow:hidden;}
.vis_wrap .slick-dots.active .slick-active em:after{width:60px;height:1px; opacity:1;}
.vis_wrap .slick-dots  li.slick-active:before{display:block}

.vis_wrap .scroll{position:absolute;bottom:60px;right:36px;    animation: scroll 2.5s ease infinite;}
@keyframes scroll {
    0% {bottom:25px}
    50% {bottom:55px}
    100% {bottom:25px}
} 

.vis_wrap .indicaotr.right{bottom:102px;z-index:111;left:575px;position:absolute;}
.vis_wrap .indicaotr .prevArrow{margin-right:10px;cursor:pointer;}
.vis_wrap .indicaotr .nextArrow{cursor:pointer;}

.con_btn {position:absolute; top:22px; right:36px;}
.con_btn > button {display: block;border:none;width:7px; height:15px; cursor:pointer; padding:10px;}
.con_btn > button.stop {background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/icon_pause.png) center center no-repeat;}
.con_btn > button.play {background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/icon_play.png) center center no-repeat;}





/* 프리미엄 */

#main1{overflow:hidden;position:relative;}
#main1 .box{position:absolute; bottom:300px; width:100%;left:0}
#premium {  position: relative;    width: 1920px;    height: 1040px;    left: 50%;   margin-left: -960px;	transition: all 1s;}
#premium:before{	content: "";	display: block;	width: 1307px;	height: 751px;	position: absolute;	background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/premium_deco.png) no-repeat;	top: 56px;right: 280px;}
.premiumtitle{text-align: center;position: relative;top: 100px;}
.loarr {position: absolute;top: 285px;width: 100px; left: 50%; margin-left: -590px;  }
.loarr:before{content: "";display: block;position: absolute;width:1px;height: 10px;bottom: -15px;background-color: #111111;left: 63%;transform: translateX(-50%)}
.loarr .swiper-button-next {  left: 72px;  background: none; width:48px;  height:39px}
.loarr .swiper-button-prev{background: none;  width:48px; height:39px}
.loarr .swiper-button-next::after {  display: none;}
.loarr .swiper-button-prev::after { display: none;}
.gallery-top { overflow: inherit;  position: absolute;top: 400px; left: 50%;  width: 120%;  opacity: 1;}
.sspp {   position: relative;  top: 90px;}
#premium .swiper-slide .pup {  opacity:0;   transition: 0.2s;   bottom: -50px;}
#premium .swiper-slide-active .pup { opacity:1 !important;   bottom: 0;}   
#premium .swiper-slide-active .pup  img{ image-rendering: pixelated;}
#premium .pup {  position: absolute;}
.pobj {  position: absolute;}
.pobj li {  position: absolute;  top: 120px;}
.pobj li:nth-child(1) {left: 220px;}
.pobj li:nth-child(2) { top: 175px;  left: 290px;}
.pobj li:nth-child(3) {  top: 178px; left: 1440px;}

/*프리미엄 끝*/










/*con*/
.quick{padding: 100px 0 125px;}
.quick ul::after{content: "";display: block;clear: both;}
.quick li{float:left;width:22%; margin-left:4%;text-align:center;}
.quick li a{display:block;padding-top:65px;background-repeat:no-repeat;background-position:center  top;}
.quick li:nth-child(1) a{background-image:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/quick1.png)}
.quick li:nth-child(2) a{background-image:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/quick2.png)}
.quick li:nth-child(3) a{background-image:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/quick3.png)}
.quick li:nth-child(4) a{background-image:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/quick4.png)}
.quick li:nth-child(1) {margin-left:0;}
.quick li strong{display:block;color:#555;font-size:20px;font-weight:500;margin-bottom:20px;}
.quick li p {color:#555;font-size:16px;line-height:20px;}
.main1{background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/premium-bg.gif) no-repeat center top;padding: 100px 0 100px;background-size: cover;overflow: hidden;text-align: center;}
.main1-tit{margin-bottom: 60px;}
.main1-btn{position: absolute;top: 50%;width: 27px;height: 44px;margin-top: -22px;z-index: 10;cursor: pointer;}
.main1-next{background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/life-next.png) center center no-repeat;right: -30px;}
.main1-prev{background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/life-prev.png) center center no-repeat;left: -30px;}
.main1-pagination .swiper-pagination-bullet{background-color: #ccc;opacity: 1;;margin: 0 5px;}
.main1-pagination .swiper-pagination-bullet-active{background-color: #db7000;}



/*sub*/
.sub_top{position: relative;background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/sub-top-bg.jpg) no-repeat center;background-size: cover;height: 418px;}
.sub_tit{padding-top: 190px;}
.sub_tit h2{font-size: 45px;color: #fff;font-weight: bold;text-align: center;}
.sub_tit  p{color: #9f9d9d;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -.8px;padding-top:20px;line-height:30px;color:#ffffff;opacity:.8}
.sub_tit  p span{font-size:24px}
.sub_tit h2 img{display:block; margin:0 auto;padding-top:20px;}
.sub_menu{position: absolute;left: 0;bottom: -30px;width: 100%;}
.sub_menu .inner::after{content: "";display: block;clear: both;}
.sub_menu .inner{display:flex;box-shadow: 0px 10px 11.31px 1.69px rgba(0, 0, 0, 0.2);}
.sub_menu .inner > div{float: left;}
.sub_menu .home{width: 60px;height: 60px;background:#0961a7}
.sub_menu .home a{display: block;width: 100%;height: 100%;background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/ico-home.png) no-repeat center;}
.sub_menu .depth{position: relative;width:calc(100% - 60px);background-image: linear-gradient( 45deg, rgb(67,196,224) 0%, rgb(47,153,204) 49%, rgb(23,111,184) 100%);}
.sub_menu .depth > a{display: block;line-height: 60px;font-size: 15px;color: #333;width: 240px;padding: 0 20px;background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/ico-arr.png) no-repeat 90% 50%;}
.sub_menu .depth ul {display:flex;width:100%;    align-items: center;justify-content: center;}
.sub_menu .depth ul li{padding:0 30px;position:relative;}
.sub_menu .depth ul li:before{content:"";position:absolute; top:50%; right:0; transform:translateY(-50%);background:#fff;width:1px ;height:15px;}
.sub_menu .depth ul li:last-child:before{display:none;}
.sub_menu .depth ul a{display:block; padding:0 15px ;line-height:60px;color:#fff; font-size:18px;position:relative;}
.sub_menu .depth ul li.on a:before{content:"";position:absolute; bottom:0;left:0;width:100%; height:2px; background:#fff;}
.content{padding: 160px 0;}
.con_tit{text-align: center;margin-bottom: 60px;font-size: 32px;color: #222;}

.sub_tbl{margin-top: 60px;}
.sub_tbl table{width: 100%;border-top: 2px solid #0961a7;}
.sub_tbl table th{color: #555;font-weight: 500;text-align: center;font-size: 18px;border-bottom: 1px solid #e6e6e6;padding: 25px 0;position: relative;}
.sub_tbl table th::after{content: "";display: block;width: 1px;height: 20px;background-color: #e6e6e6;position: absolute;right: 0;top: 50%;margin-top: -10px;}
.sub_tbl table td{color: #555;font-weight: 400;font-size: 18px;border-bottom: 1px solid #e6e6e6;padding: 25px 0;padding-left: 30px;letter-spacing: -1.3px;}

.precaution{background-color: #f5f5f5;margin-top: 60px;padding: 30px 20px 30px 120px;position: relative;}
.precaution:before{content: "";display: inline-block;width: 50px;height: 50px;background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/precaution_icon.png) no-repeat;position: absolute;top: calc(50% - 25px);left: 40px;}
.precaution li{font-size: 13px;color: #999;line-height: 22px;position: relative;padding-left: 10px;}

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

/*customer*/
.bo_tbl{margin-bottom: 60px;}
.bo_tbl table{width: 100%;border-top: 1px solid #333;}
.bo_tbl table tr th{font-size: 17px;font-weight: 400;color: #333;padding: 30px 0 30px 40px;text-align: left;border-bottom: 1px solid #e5e5e5;}
.bo_tbl table tr td{border-bottom: 1px solid #e5e5e5;}
.bo_tbl table tr td > div{display: flex;align-items: center;}
.bo_tbl table tr td input[type="text"]{background-color: #f0f0f0;height: 50px;border: none;font-size: 16px;color: #999;padding: 0 20px;outline: none;}
.bo_tbl table tr td select{width: 227px;height: 50px;border: none;font-size: 16px;color: #999;padding: 0 20px;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #f0f0f0 url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/select-icon.png) no-repeat 90% 52%;outline: none;}
.bo_tbl table tr td select ~ select{margin-left: 10px;}
.bo_tbl table tr td em{font-size: 16px;color: #666;margin: 0 10px;}
.bo_tbl table tr td .personnel label ~ label{margin-left: 20px;}
.bo_tbl table tr td .personnel label span{margin-left: 5px;}
.bo_tbl table tr td p{margin-top: 10px;font-size: 14px;}
.bo_tbl table tr td input:focus,
.bo_tbl table tr td select:focus{border: 1px solid #35343a;background: #fff;}
.terms{margin-top: 60px;}
.terms dl{margin-bottom: 15px;}
.terms dl dt{margin-bottom: 10px;font-size: 20px;font-weight: 600;color: #333;}
.terms dl dd{font-size: 15px;line-height: 20px;color: #666;}
.terms table{border-top: 1px solid #707070;width: 100%;margin-bottom: 50px;}
.terms table th{font-size: 14px;font-weight: 600;color: #666;vertical-align: middle;border-bottom: 1px solid #d5d5d5;border-right: 1px solid #d5d5d5;padding: 15px 0;}
.terms table td{font-size: 14px;line-height: 22px;color: #666;padding: 15px 0 15px 30px;border-bottom: 1px solid #d5d5d5;}
.terms table.type2 th:last-child{border-right: none;}
.terms table.type2 td{text-align: center;border-right: 1px solid #d5d5d5;padding: 15px 0;}
.terms table.type2 td:last-child{border-right: none;}
.agree > div{background-color: #f5f5f5;padding: 25px 40px;margin-bottom: 10px;display: flex;align-items: center;justify-content: space-between;}
.agree p{font-size: 18px;color: #333;}
.agree p span{font-size: 15px;}
.agree ul{display: flex;}
.agree ul li ~ li{margin-left: 20px;}
.agree ul li span{padding-left: 5px;}
.btn_area{margin-top: 50px;}
.btn_area ul{display: inline-block;overflow: hidden;}
.btn_area ul li{float: left;}
.btn_area ul li ~ li{margin-left: 10px;}
.btn_area ul li.black button,
.btn_area ul li.black a{color: #fff;background-color: #353535;}
.btn_area ul li.black button:hover,
.btn_area ul li.black a:hover{color: #353535;background-color: #fff;border: 1px solid #353535;}
.btn_area ul li.white button,
.btn_area ul li.white a{color: #353535;background-color: #fff;border: 1px solid #353535;}
.btn_area ul li.white button:hover,
.btn_area ul li.white a:hover{color: #fff;background-color: #353535;}
.btn_area ul li button,
.btn_area ul li a{display: block;font-size: 16px;font-weight: 600;width: 160px;height:50px;line-height: 48px;border: none;transition: 0.2s;}

/*news*/
.search_area{display: flex;justify-content: flex-end;}
.search_area form{display:flex;}
.search_area select{border: 1px solid #c1c1c1;height: 35px;width: 100px;padding: 0 10px;color: #666;margin-right: 5px;}
.search_area input{border: 1px solid #c1c1c1;height: 35px;width: 240px;padding: 0 10px;color: #666;}
.search_area button{border: 1px solid #c1c1c1;border-left: none;background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/search-icon.gif) no-repeat center;width: 35px;height: 35px;}
.news_tbl{margin-top: 20px;}
.news_tbl table{border-top: 2px solid #6b6b6b;width: 100%;table-layout: fixed;}
.news_tbl table td{padding: 25px 0;font-size: 14px;color: #666;border-bottom: 1px solid #dcdcdc;text-align: center;}
.news_tbl table td a{display: block;text-align: left;font-size: 18px;width: 80%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news_tbl table tr:hover td{background: #f9f9f9;}

/*schedule*/
.sche_tab{margin-bottom: 60px;}
.sche_tab::after{content: "";display: block;clear: both;}
.sche_tab li{width: 50%;float: left;position: relative;}
.sche_tab li::after{content: "";position: absolute;position: absolute;left: 50%;margin-left: -7px;border-top: 8px solid #3b7387;border-left: 8px solid transparent;border-right: 8px solid transparent;display: none;}
.sche_tab li a{display: block;width: 100%;text-align: center;font-size: 20px;color: #888;background: #f0f0f0;border: 1px solid #dedede;line-height: 60px;}
.sche_tab li.on::after{display: block;}
.sche_tab li.on a{background-color: #3b7387;border: 1px solid #3b7387;color: #fff}
.sche_tab li a:hover{background-color: #3b7387;border: 1px solid #3b7387;color: #fff}
.step{display: flex;margin-bottom: 30px;}
.step_tit{width: 240px;background-color: #999;display: flex;align-items: center;justify-content: center;border-radius: 10px 0 0 10px;}
.step_tit strong{color: #fff;font-weight: 400;padding-right: 30px;background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/step-arr.png) no-repeat right center;}
.step ul{width: calc(100% - 240px);;border: 1px solid;border: 1px solid #ddd;border-left: none;border-radius: 0px 10px 10px 0px;display: flex;}
.step ul li{width: 33.33%;height: 100px;display: flex;align-items: center;padding: 0 80px;position: relative;}
.step ul li dl{display: inline-block;}
.step ul li dl dt{font-size: 14px;color: #9a9a9a;font-weight: 400;margin-bottom: 7px;}
.step ul li dl dd{font-size: 18px;font-weight: 500;}
.step ul li::after{content: "";position: absolute;right: 0;top: 50%;width: 1px;;height: 40px;margin-top: -20px;background-color: #ddd;}
.step ul li:last-child:after{display: none;}
.notice_box{background-color: #f9f9f9;color: #222;border-radius: 10px;margin-bottom: 70px;padding: 30px 0;text-align: center;}
.notice_box p{line-height: 26px;font-size: 20px;}
.notice_box ul{margin-top: 30px;display: inline-block;text-align: left;}
.notice_box ul li{line-height: 26px;font-size: 16px;}
.notice_box span{color: #ff3333;}
.sche_tit{margin-bottom: 50px;color: #333;font-size: 30px;}
.sche_tit strong{color: #000;margin-right: 10px;}
.calendar_box{display: flex;justify-content: space-between;margin-bottom: 70px;}
.calendar{width: calc(50% - 20px);border: 1px solid #efefef;}
.calendar .top{background-color: #f1f1f1;line-height: 50px;text-align: center;color: #222;font-weight: 500;}
.calendar .date{padding: 15px 60px;background-color: #fcfcfc;height: 320px;overflow-y: auto;}
.calendar .date .month{text-align: center;position: relative;}
.calendar .date .month strong{font-size: 24px;font-weight: 400;color: #222;line-height: 50px;}
.calendar .date .month button{position: absolute;top: 50%;margin-top: -16px;width: 33px;height: 33px;border: none;}
.calendar .date .month .prev{left: 0;background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/calen-prev.gif) no-repeat center;background-size: contain;}
.calendar .date .month .next{right: 0;background: url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/calen-next.gif) no-repeat center;background-size: contain;}
.calendar table{width: 100%;margin-top: 5px;}
.calendar table thead th{padding: 5px 0;color: #555;font-weight: 500;}
.calendar table td{text-align: center;line-height: 35px;color: #777;}
.calendar table td.sun{color: #de1818;}
.calendar table td.sat{color: #2653b9;}
.calendar table td input{width: 100%;height: 100%;border: none;color: #777;background-color:transparent;}
.calendar table td.res input{background-color: #d7d7d7;}
.calendar table td.on input{background-color: rgba(25,115,135,0.5);color:#fff;}
.calendar table td.on input.active{background-color: #3b7387;}
.calendar .bot{background-color: #f1f1f1;line-height: 50px;display: flex;justify-content: space-between;padding: 0 40px;}
.calendar .bot span{font-size: 14px;color: #777;position: relative;}
.calendar .bot .lef span{padding-left:15px;margin-right: 20px;display:inline-block;}
.calendar .bot .lef span::before{content: "";position: absolute;left: 0;top: 50%;margin-top: -4px;width: 9px;height: 9px;}
.calendar .bot .lef .res::before{background-color: #d7d7d7;}
.calendar .bot .lef .possi::before{background-color: rgba(25,115,135,0.5);}
.calendar .bot .rig span strong{font-weight: 500;color: #222;}
.calendar .date .time li ~ li{margin-top: 10px;}
.calendar .date .time li button{background-color: transparent;border: none;font-size: 16px;color: #555;padding: 5px 10px;}
.calendar .date .time li button.active{background-color: #3b7387;color: #fff;}
.terms_area{padding: 30px;overflow-y: scroll;font-size: 14px;border: 1px solid #dedede;line-height: 1.5em;height: 170px;margin-bottom: 20px;}
.complete{background: #eee;padding: 60px 20px 80px;text-align: center;}
.complete_tit{font-size: 36px;color: #121212;font-weight: 300;margin-bottom: 30px;}
.complete_txt{font-size: 18px;color: #121212;font-weight: 300;margin-bottom: 40px;}
.complete_box{display: inline-block;width: 600px;border-top: 1px solid #222;border-bottom: 1px solid #222;padding: 30px 0;color: #222;font-weight: 500;font-size: 32px;line-height: 52px;}
.complete_box span{color: #000;font-weight: 600;}
.confirm_tit{margin-bottom: 60px;text-align: center;font-weight: 300;font-size: 26px;line-height: 1.3em;color: #444;}
.confirm_tit span{font-weight: 500;color: #000;}
.confirm_tbl table{width: 100%;border-top: 1px solid #000;}
.confirm_tbl table th{position: relative;padding: 25px 0;text-align: center;font-size: 18px;color: #333;font-weight: 400;border-bottom: 1px solid #e5e5e5;}
.confirm_tbl table th::after{content: "";display: block;background-color: #999;width: 1px;height: 16px;position: absolute;right: 0;top: 50%;margin-top: -8px;}
.confirm_tbl table td{padding: 25px 0;text-align: left;font-size: 18px;color: #333;font-weight: 400;padding-left: 40px;border-bottom: 1px solid #e5e5e5;}
.confirm_tbl table td .cancel{background: none;border: none;border-bottom: 1px solid #ff0000;color: #ff0000;font-size: 15px;line-height: 1.3em;}
.confirm_tbl table td .no_result{padding: 40px 0;text-align: center;font-size: 15px;}

/*pagination*/
.pagination{margin-top:80px;text-align:center;}
.pagination ul{display:inline-block;}
.pagination ul::after{content:"";display:block;clear:both;}
.pagination ul li{float:left; width:40px;}
.pagination ul li a{display:block;height:40px;line-height:40px;font-family: 'Spoqa Han Sans';font-size: 20px;color: #abaaaa;}
.pagination ul li.on a{color: #535353;text-decoration: underline;text-underline-position: under;}
.pagination ul li.pg_st{margin-right:5px;}
.pagination ul li.pg_st a{background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/pg_start.png) no-repeat center;border: 1px solid #e5e5e5;}
.pagination ul li.pg_ed{margin-left:5px;}
.pagination ul li.pg_ed a{background:url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/pg_end.png) no-repeat center;border: 1px solid #e5e5e5;}


.sub31{display:flex;}
.sub31.sub31_1{display:flex;     justify-content: center; padding-top:60px}

/*vd_pop*/
.black_overlay22{ position:fixed; top:0px;  left: 0px;  width:100%;  height:100%; background-color: black;   z-index:1180;  -moz-opacity: 0.60;   opacity:.60;   filter: alpha(opacity=50);  } 
.white_content{ margin-left:-700px;  animation-duration:2s;animation-name:pr;width:1400px; height:675px;  position: fixed;  top:100px;    left: 50%;z-index: 90000;} 
#player3 { z-index:10000;animation-duration:2s; animation-name:pr;position: fixed; top: 100px; left: 50%; margin-left: -700px; }
#movie-close { position: absolute; top:0px; right: -40px;z-index: 1189;}
@keyframes pr {
	from { opacity:0; margin-top:-1000px; }
	50% {opacity:0;  margin-top:-1000px;}
	to { }
}


/* tab 유니트1 */
.with_tab{margin-bottom:60px;}
.with_tab ul{display:flex;}
.with_tab ul.block{display:block}
.with_tab ul li{background-color:#fff;text-align:center;cursor:pointer;font-size:18px;border:1px solid #d4d4d4;line-height:50px; color:#222; width: calc(100% + 1px);}
.with_tab ul li~li{margin-left: -1px;}
.with_tab ul li.on{background-color:#0961a7;color:#fff;border:1px solid #0961a7;font-weight:400;}/*컬러변경*/
.tab1 ul li{width:100%;}
.tab2 ul li{width:50%;}
.tab3 ul li{width:calc(33.33% + 1px);}
.tab5 ul li{width:20%;}
.with_box{display:none; text-align:center;}
.with_box.on{display:block;}
.tab7 ul li{width:25%;}
.tab7.tab8 ul li{width:50%;}
.tab4 .block li{float:left; width:12.333%}

.tab_in{display:flex;margin-bottom:50px;}
.tab_in.t3 li{width:33.33%;}
.tab_in li{background-color:#eee;line-height:50px;text-align:center;color:#9999a3;font-size:18px;border:1px solid #dbdbdb;cursor:pointer;}
.tab_in li.on{color:#0961a7;border:none;border-top:1px solid #0961a7;background-color:#fff;}

/* tab 유니트2 */
.tabsub { border-top:1px solid #e6e6e6;  border-bottom:1px solid #e6e6e6;background:#fff; overflow:hidden; height:60px; box-sizing:border-box;margin-bottom:60px}
.tabsub li { float:left; width:33%; text-align:center; box-sizing:border-box; }
.tabsub li { display:inline-block;  cursor:pointer; }
.tabsub li {font-size:18px; color:#888;position:relative;  display:block;  height:60px; padding:20px; box-sizing:border-box; }
.tabsub li.on  {  color:#00393b; font-weight:bold;}/*폰트 색변경*/
.tabsub li.on:after {content:''; width:100%; height:2px; background:#00393b; position:absolute; left:0; bottom:2px; }/*밑줄 색변경*/

.tab_con{display:none; text-align:center;}
.tab_con.on{display:block;}

.tabsub2 { border-top:1px solid #e6e6e6;  border-bottom:1px solid #e6e6e6;background:#fff; overflow:hidden; height:60px; box-sizing:border-box;}
.tabsub2 li { float:left; width:50%; text-align:center; box-sizing:border-box; }
.tabsub2 li { display:inline-block;  cursor:pointer; }
.tabsub2 li a {font-size:18px; color:#888;position:relative;  display:block;  height:60px; padding:20px; box-sizing:border-box; }
.tabsub2 li.on  a {  color:#cba160; font-weight:bold;}
.tabsub2 li.on  a:after {content:''; width:100%; height:2px; background:#cba160; position:absolute; left:0; bottom:2px; }

.tabsub.tab2 li{width:50%;}
.tabsub.tab4 li{width:25%;}


/* tab 유니트3 */
.floorplan_tab{border-top:1px solid #00393b;border-bottom:1px solid #00393b;margin-bottom:55px;}/* tab 라인 색변경*/
.floorplan_tab ul{display:flex;justify-content: center;}
.floorplan_tab ul li ~ li{margin-left:170px;}
.floorplan_tab ul li a{line-height:60px;color:#888;display:block;position:relative;}
.floorplan_tab ul li.active a{color:#00393b}/* 폰트색변경*/
.floorplan_tab ul li.active a:before{content:"";display:inline-block;position:absolute;bottom:-1px;left:50%;margin-left:-3px;;border-bottom:6px solid #00393b;border-left:5px solid transparent;border-right:5px solid transparent;}/* tab 화살표색변경*/
.floorplan_tab ul li a span strong{font-weight:600;}
.floorplan_tab ul li a span em{font-size:18px;font-family:'Noto Sans KR';}
.floorplan{padding-bottom:90px;}
.floorplan > li{display:none;}
.floorplan > li > div{display:flex;align-items: center;justify-content: center;}
.floorplan > li .lef_box{width:25%;}
.floorplan > li .rig_box{width:75%;display:flex;align-items: center;}
.floor_info .info_top{background:#8d7249 url(https://pub-1ba04624ab07480a8ab7889ce8ba42ee.r2.dev/projects/iushell/img/sub11-bg.png) no-repeat center top;background-size:cover;text-align:center;padding:50px 0 40px;}
.floor_info .info_top .floor_area{color:#fff;font-size:2.5rem;font-family:'Noto Sans KR';}
.floor_info .info_top .floor_area span{font-size:3.75rem;font-family:'Jost';display:inline-block;}
.floor_info .info_top .floor_area span strong{font-weight:600;}
.floor_info .info_top .floor_area span em{font-size:2.5rem;font-family:'Noto Sans KR';}
.floor_info .info_top p{color:#d5ba91;font-size:1.25rem;line-height:1.3em;margin:15px 0 20px;}
.floor_info .info_top > span{color:#fff;font-weight:600;font-size:1.75rem;}
.floor_info .info_bot{background-color:#f7f3ea;padding: 30px;}
.floor_info .info_bot ul li{padding:0 10px;border-bottom:1px solid #dedad6;line-height:36px;color:#2a2d2e;font-size:1.125rem;display:flex;justify-content: space-between;}
.floor_info .info_bot ul li:last-child{border-bottom:none;}
.keymap img{width:100%;}
.floor_type1,
.floor_type2{width:50%;text-align:center;}

/* 모집공고 */
.mo-jip{display:flex;text-align:center;}
.mo-jip a{display:block;color:#fff;display:flex;    align-items: center;justify-content: center;line-height:100px;}
.mo-jip a:nth-child(1){font-size:26px;background:#00393b;width:790px;}
.mo-jip a:nth-child(1) span{font-weight:300;}
.mo-jip a:nth-child(2){font-size:22px;background:#025558;width:410px;}
.mo-jip a:nth-child(2) img{margin-right:15px}

@media(min-width:2001px){
.main4 .inner .fix-bg{background-size:cover;}
}
@media(max-width:1822px){
	header .rig{right:150px}
}
@media(max-width:1380px){
	header .rig{right:80px}
}

/* 이벤트 당첨자 */
.event-box{display: none;}
.event-box.active{display: block;}

.event-box p { margin-bottom:40px; color:#555; font-weight:500; font-size:20px; line-height:1.3em; text-align:center; } 
.event-box:after { display:block; clear:both; content:''; } 
.event-box li{display: flex;align-items: flex-start;justify-content: space-between; width: 100%;}

.event-box table { width:580px; border-top:1px solid #ccc; } 
.event-box table caption{font-size:26px;text-indent:0;height:auto;color:#222;font-weight:500;margin-bottom:40px;}
.event-box table th, .event-box table td { padding:14px 0; font-size:15px; text-align:center; } 
.event-box table th { border:1px solid #ccc; border-top:none; background:#0b1047; color:#fff; font-weight:400; } 
.event-box table td { border:1px solid #ccc; color:#333; } 