@charset "UTF-8";
/* 공지사항 */
.list_type1 {
  width: 1160px;
  margin: auto;
  position: relative;
  padding-bottom: 200px;
}

.list_type1 .srch_area {
  position: absolute;
  top: -70px;
  right: 0;
  height: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.list_type1 .srch_area input {
  width: 175px;
  height: 30px;
  margin-right: 10px;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  border: 0;
}

.list_type1 .srch_area .bts {
  position: absolute;
  top: 0px;
  left: auto;
  width: 30px;
  height: 30px;
  right: 0;
}

.list_type1 .srch_area .bts a.srchbt1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
}

.list_type1 .srch_area .bts a.srchbt1 img {
  width: 30px;
}

.list_type1 .srch_area .bts a.srchbt2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  opacity: 0;
}

.list_type1 .srch_area .bts a.srchbt2 img {
  width: 30px;
}

.list_type1 .srch_area .mobile_area {
  display: none;
}

@media all and (max-width: 768px) {
  .list_type1 .srch_area {
    height: 25px;
  }
  .list_type1 .srch_area a {
    position: absolute;
    top: 0px;
    left: auto;
    width: 25px;
    right: 0;
  }
  .list_type1 .srch_area a img {
    width: 100%;
  }
  .list_type1 .srch_area input {
    padding: 0;
    width: 140px;
    height: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 14px;
  }
}

.list_type1 .total_result {
  position: absolute;
  top: -70px;
  right: 0;
  height: 30px;
  color: #333;
}

.list_type1 .total_result span {
  font-weight: 600;
  color: #8b2332;
}

.list_type1 .list_area {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.list_type1 .list_area:after {
  content: "";
  display: block;
  clear: both;
}

.list_type1 .list_area.hei240 a {
  height: 280px;
}

.list_type1 .list_area a {
  position: relative;
  width: 100%;
  display: block;
  width: 360px;
  height: 440px;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 53px 60px 0;
  line-height: 1.7;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: box-shadow, border;
  transition-property: box-shadow, border, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.list_type1 .list_area a:after {
  content: "";
  display: block;
  clear: both;
}

.list_type1 .list_area a:hover {
  -webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #8b2332;
}

.list_type1 .list_area a:nth-child(3n) {
  margin-right: 0;
}

.list_type1 .list_area a .txt1 {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 27px;
  width: 100%;
  height: 102px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  word-break: keep-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.list_type1 .list_area a .txt2 {
  /* multiAbbr는 IE에서 사용금지 */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: keep-all;
  line-height: 1.8;
  letter-spacing: 0;
}

.list_type1 .list_area a .date, .list_type1 .list_area a .noti {
  position: absolute;
  bottom: 55px;
  left: 60px;
  font-size: 16px;
}

.list_type1 .list_area a .noti {
  left: auto;
  right: 60px;
}

@media all and (max-width: 1280px) {
  .list_type1 .list_area a {
    padding: 43px 50px 0;
    width: calc((100% - 82px) / 3);
  }
}

@media all and (max-width: 981px) {
  .list_type1 .list_area a {
    width: calc((100% - 42px) / 2);
  }
  .list_type1 .list_area a:nth-child(3n) {
    margin-right: 40px;
  }
  .list_type1 .list_area a:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media all and (max-width: 768px) {
  .list_type1 .list_area a {
    padding: 35px 26px 0;
    margin-right: 4%;
    margin-bottom: 20px;
    width: calc(96% / 2);
    height: 305px;
  }
  .list_type1 .list_area a:nth-child(3n) {
    margin-right: 4%;
  }
  .list_type1 .list_area a .txt1 {
    margin-bottom: 9px;
    height: 85px;
    font-size: 19px;
    line-height: 27px;
  }
  .list_type1 .list_area a .txt2 {
    height: 75px;
    font-size: 14px;
  }
  .list_type1 .list_area a .date, .list_type1 .list_area a .noti {
    left: 26px;
    bottom: 30px;
    font-size: 13px;
  }
  .list_type1 .list_area a .noti {
    left: auto;
    right: 26px;
    font-size: 13px;
  }
}

@media all and (max-width: 500px) {
  .list_type1 .list_area a {
    width: 100%;
    margin-right: 0;
  }
  .list_type1 .list_area a:nth-child(3n) {
    margin-right: 0px;
  }
  .list_type1 .list_area a:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1280px) {
  .list_type1 {
    width: 100%;
    padding: 0 5% 200px;
  }
  .list_type1 .srch_area {
    right: 5%;
  }
  .list_type1 .total_result {
    right: 5%;
  }
}

@media all and (max-width: 981px) {
  .list_type1 .total_result {
    top: -50px;
  }
}

@media all and (max-width: 768px) {
  .list_type1 {
    padding: 0 5% 100px;
  }
  .list_type1 .srch_area {
    top: -40px;
  }
  .list_type1 .srch_area .bts {
    position: absolute;
    top: 0px;
    left: auto;
    width: 25px;
    height: 25px;
    right: 0;
  }
  .list_type1 .srch_area .bts a.srchbt1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
  }
  .list_type1 .srch_area .bts a.srchbt1 img {
    width: 25px;
  }
  .list_type1 .srch_area .bts a.srchbt2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
  }
  .list_type1 .srch_area .bts a.srchbt2 img {
    width: 25px;
  }
  .list_type1 .list_area.hei240 a {
    height: 208px;
  }
  .list_type1 .total_result {
    top: -30px;
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .list_type1 {
    padding: 0 5% 100px;
  }
  .list_type1 .srch_area {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0px;
    width: 100%;
    padding: 20px 5%;
    height: 80px;
    overflow: visible;
    z-index: 1;
  }
  .list_type1 .srch_area input {
    position: relative;
    display: none;
    opacity: 0;
    width: calc(100% - 45px);
    height: 40px;
    line-height: 40px;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
  }
  .list_type1 .srch_area .bts {
    position: fixed;
    top: auto;
    bottom: 80px;
    left: auto;
    width: 40px;
    height: 40px;
    right: 5%;
    border-radius: 20px;
  }
  .list_type1 .srch_area .bts.on {
    top: 25px;
  }
  .list_type1 .srch_area .bts a.srchbt1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    z-index: 1;
    opacity: 1;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  .list_type1 .srch_area .bts a.srchbt1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    border-radius: 20px;
    background: #666;
    -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.4);
  }
  .list_type1 .srch_area .bts a.srchbt2 {
    position: absolute;
    top: 65px;
    left: 0px;
    width: 40px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    z-index: 0;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  .list_type1 .srch_area .bts a.srchbt2 img {
    position: absolute;
    top: 5px;
    left: 20px;
    width: 20px;
  }
  .list_type1 .srch_area .mobile_area {
    display: none;
    position: absolute;
    top: auto;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: 0px;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  .list_type1 .srch_area .mobile_area .xbt {
    position: absolute;
    top: -40px;
    left: auto;
    width: 25px;
    right: 5%;
    z-index: 2;
    height: 25px;
  }
  .list_type1 .srch_area .mobile_area .xbt img {
    width: 25px;
  }
  .list_type1 .srch_area.click {
    overflow: visible;
    z-index: 22;
    position: fixed;
    bottom: 0;
  }
  .list_type1 .srch_area.click input {
    display: block;
    opacity: 1;
  }
  .list_type1 .srch_area.click .bts a.srchbt1 {
    top: 65px;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
    z-index: 0;
  }
  .list_type1 .srch_area.click .bts a.srchbt2 {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    top: 65px;
    opacity: 1;
    z-index: 1;
  }
  .list_type1 .srch_area.click .mobile_area {
    display: block;
    opacity: 1;
  }
}

/* 검색결과 없을 경우 */
.no_list_area {
  position: relative;
  width: 100%;
  height: 440px;
  background: #f8f8f8;
}

.no_list_area:after {
  content: "";
  display: block;
  clear: both;
}

.no_list_area p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 68px;
  background: url("../images/nodata-icon.png") no-repeat center 0;
  font-size: 20px;
  color: #333;
  font-weight: 300;
  text-align: center;
}

@media all and (max-width: 768px) {
  .no_list_area {
    height: 260px;
  }
  .no_list_area p {
    padding-top: 60px;
    font-size: 15px;
    background-size: auto 40px;
  }
}

/* 더보기 버튼 */
.more_bt {
  display: block;
  position: relative;
  width: 71px;
  font-weight: 700;
  color: #333;
  line-height: 30px;
  margin: auto;
}

.more_bt span {
  display: inline-block;
  padding-right: 20px;
  background: url("../images/morebt-icon.png") no-repeat right center;
}

.more_bt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #1c1f20;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.more_bt:hover:after {
  width: 100%;
}

@media all and (max-width: 768px) {
  .more_bt {
    font-size: 14px;
  }
  .more_bt:hover:after {
    display: none;
  }
  .more_bt span {
    background: url("../images/m-morebt-icon.png") no-repeat right center;
    background-size: 10px;
  }
}

/*
.webzine_div{
    .visual_area{
        @include hybridBox();
        height:100vh;
        overflow:hidden;

        .bg{
            @include positionAb(100%, 50%, 50%);
            transform:translate(-50%, -50%);
            height:100vh;
            background-size:cover;
        }
        .inner{
            @include hybridBox();
            @include widthGuide();
            height:100vh;
            .txt_pack{
                @include positionAb(100%, 50%, 0%);
                transform:translate(0%, -50%);
                color:#fff;
                // opacity:0;
                .txt1{
                    font-weight:700;
                    letter-spacing:3px;
                    margin-bottom:20px;
                    position: relative;
                    opacity:0;
                    top:50px;
                }
                h2{
                    width:600px;
                    font-weight:300;
                    font-size:90px;
                    position: relative;
                    opacity:0;
                    top:50px;
                }
                .motionBt1{
                    margin-top:70px;
                    font-size:14px;
                    font-weight:700;
                    color:#fff;
                    position: relative;
                    opacity:0;
                    top:50px;
                    span:nth-child(3){
                        border:1px solid #fff;
                    }
                }
            }

            .path{
                @include positionAb(auto, auto, 0);
                bottom:30px;
                font-size:14px;
                color:#fff;
                opacity:0;
                span{
                    display:inline-block;
                    padding-right:20px;
                    margin-right:8px;
                    background:url('../images/path-line.gif') no-repeat center right;
                }
                span:last-child{
                    padding-right:0px;
                    margin-right:0px;
                    background:none;
                }
            }
        }
        .thumb_area{
            @include positionAb(300px, 50%, auto);
            transform:translate(0, -50%);
            right:0px;
            opacity:0;
            a{
                @include hybridBox();
                display:block;
                height:200px;
                border-bottom:1px solid rgba(255, 255, 255, 0.2);

                .txt{
                    @include positionAb(100%, 50%, 0);
                    transform:translate(0, -50%);
                    color:#fff;
                    .txt1{
                        display:block;
                        margin-bottom:12px;
                        font-size:14px;
                    }
                    .txt2{
                        display:block;
                        width:210px;
                        font-size:20px;
                        font-weight:700;
                        line-height:$_lineHeightB;
                    }
                }

                .img{
                    @include positionAb(188px, 50%, auto);
                    transform:translate(0, -50%);
                    right:0px;
                    opacity:0;
                    overflow:hidden;
                    transition:opacity 0.5s ease-out;
                }

                &:last-child{
                    border:none;
                }

                &:hover{
                    .img{
                        opacity:1;
                        transition:right,opacity 0.5s ease-out;
                    }
                }
            }
        }


    }

    .list_area{
        .section{
            @include hybridBox();
            height:1030px;
            .inner{
                @include positionAb(1160px, 50%, 50%);
                transform:translate(-50%, -50%);
                color:#333;

                .year{
                    font-size:50px;
                    font-weight:300;
                    margin-bottom:31px;
                    position: relative;
                    top: 110px;
                    opacity: 0;
                    -webkit-transition: all 1.5s cubic-bezier(0.19, 0.35, 0.54, 0.93);
                    transition: all 1.5s cubic-bezier(0.19, 0.35, 0.54, 0.93);
                    &.active{
                        top:0;
                        opacity: 1;
                    }
                }

                .swiper-container{
                    cursor: url(../images/drag-cursor.cur.ico), auto;
                    cursor: image-set(url(../images/drag-cursor.cur.ico), url(../images/drag-cursor.cur.ico)), auto;
                    -webkit-transition: all 1.5s cubic-bezier(0.19, 0.35, 0.54, 0.93);
                    transition: all 1.5s cubic-bezier(0.19, 0.35, 0.54, 0.93);
                    opacity: 0;
                    top: 50px;
                    &.active{
                        opacity: 1;
                        top: 0;
                        transition-delay: 0.4s;
                    }
                    .swiper-slide{
                        display:block;
                        width:560px;
                        cursor: url(../images/drag-cursor.cur.ico), auto;
                        cursor: image-set(url(../images/drag-cursor.cur.ico), url(../images/drag-cursor.cur.ico)), auto;
                        .img{
                            width:560px;
                            height:420px;
                            overflow:hidden;

                            img{
                                width:100%;
                            }
                        }

                        .txt-pack{
                            @include hybridBox();
                            margin-top:40px;
                            padding-left:75px;
                            color:#333;
                            .num{
                                @include positionAb(auto, 0, 0);
                                font-size:14px;
                            }
                            .txt{
                                width:245px;
                                float:left;
                                span{
                                    display:block;
                                }
                                .txt1{
                                    font-size:14px;
                                    margin-bottom:11px;
                                }
                                .txt2{
                                    font-size:24px;
                                    font-weight:700;
                                    line-height:$_lineHeightB;
                                }
                            }
                        }
                    }

                    .drag_cursor{
                        @include positionAb(auto, 0, 0);
                        z-index:1;
                        width:180px;
                        height:180px;
                        .bg{
                            @include positionAb(180px, 0, 0);
                            height:180px;
                            transform:rotate(180deg) scale(0.5);
                            opacity:0;
                            transition:all 0.5s ease-out;
                            img{
                                width:100%;
                            }

                            .over &{
                                transform:rotate(0deg) scale(1);
                                opacity:1;
                            }
                        }
                        .txt{
                            @include positionAb(180px, 50%, 0);
                            transform:translate(0, -50%);
                            font-size:14px;
                            font-weight:700;
                            text-align:center;
                            text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
                            color:#fff;
                            opacity:0;
                            transition:all 0.5s ease-out;
                            .over &{
                                opacity:1;
                            }
                        }
                    }
                    .drag_cursor.over{
                        .bg{
                            transform:scale(1);
                            opacity:1;
                        }
                        .txt{
                            opacity:1;
                        }
                    }
                }
            }
            &:nth-child(2n-1){
                background:#000;
                .inner{
                    color:#fff;

                    .swiper-container{
                        .swiper-slide{
                            .txt-pack{
                                color:#fff;
                            }
                        }
                    }
                }
            }
        }
    }

    .view_area{
        @include hybridBox()
    }
}*/
/*로그인*/
.login_div {
  width: 1160px;
  margin: auto;
  padding-bottom: 200px;
}

.login_div.input_area {
  padding-bottom: 0;
}

.login_div.input_area .input_div input {
  width: 570px;
}

@media all and (max-width: 1280px) {
  .login_div.input_area {
    width: 90%;
  }
}

.login_div .add_bottom {
  position: relative;
  padding-left: 18px;
  margin-top: 20px;
  font-size: 16px;
  color: #888;
}

.login_div .add_bottom:nth-of-type(2) {
  margin-top: 30px;
}

.login_div .add_bottom:before {
  display: block;
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
}

.login_div .txt {
  font-size: 28px;
  color: #333;
  font-weight: 300;
  line-height: 1.7;
  margin: -9px 0 80px;
}

.login_div .txt2 {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 40px;
}

.login_div .txt3 {
  margin-top: 28px;
  font-size: 16px;
  color: #888;
}

.login_div .input_box {
  position: relative;
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
  margin: 80px 0 40px;
  padding: 40px 0 104px;
}

.login_div .input_box:after {
  content: "";
  display: block;
  clear: both;
}

.login_div .input_box input[type="text"] {
  width: 570px;
  height: 46px;
  float: left;
}

.login_div .input_box input[type="password"] {
  width: 570px;
  height: 46px;
  float: right;
}

.login_div .input_box .cus_check {
  position: absolute;
  top: auto;
  left: 0;
  width: auto;
  bottom: 40px;
}

.login_div .sns_login {
  height: 46px;
  margin-top: 60px;
  text-align: center;
}

.login_div .sns_login a {
  width: 250px;
  height: 46px;
  font-size: 16px;
}

.login_div .sns_login a span {
  line-height: 46px;
}

.login_div .sns_login a.naver span:nth-child(1) {
  padding-left: 37px;
  background: url("../images/icon-naver.png") no-repeat 0 center;
}

.login_div .sns_login a.naver span:nth-child(2) {
  width: 130px;
  padding-left: 37px;
  background: url("../images/icon-naver-on.png") no-repeat 0 center;
}

.login_div .sns_login a.kakao {
  padding: 0 55px;
}

.login_div .sns_login a.kakao span:nth-child(1) {
  padding-left: 37px;
  background: url("../images/icon-kakao.png") no-repeat 0 center;
}

.login_div .sns_login a.kakao span:nth-child(2) {
  width: 140px;
  padding-left: 37px;
  background: url("../images/icon-kakao-on.png") no-repeat 0 center;
}

.login_div .login_util {
  margin-top: 40px;
  text-align: center;
}

.login_div .login_util a {
  position: relative;
  width: auto;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding-right: 30px;
  margin-right: 26px;
}

.login_div .login_util a:after {
  content: "";
  display: block;
  clear: both;
}

.login_div .login_util a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  width: 1px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 16px;
  background: #e5e5e5;
}

.login_div .login_util a:last-child {
  padding-right: 0;
  margin-right: 0;
}

.login_div .login_util a:last-child:after {
  display: none;
}

.login_div .personalId {
  position: relative;
  width: 100%;
}

.login_div .personalId:after {
  content: "";
  display: block;
  clear: both;
}

.login_div .personalId a {
  display: table;
  width: 560px;
  height: 190px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: box-shadow, border;
  transition-property: box-shadow, border, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.login_div .personalId a span {
  display: table-cell;
  height: 190px;
  vertical-align: middle;
  font-size: 24px;
  color: #333;
}

.login_div .personalId a span img {
  margin-right: 34px;
  vertical-align: middle;
}

.login_div .personalId a span img.onlyWeb {
  display: inline-block;
}

.login_div .personalId a.ipin {
  float: right;
}

.login_div .personalId a:hover {
  border: 1px solid #8b2332;
  -webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
}

.login_div .ta_c {
  margin-top: 40px;
}

@media all and (max-width: 1280px) {
  .login_div {
    width: 90%;
  }
  .login_div.list_type1 {
    width: 100%;
  }
  .login_div.input_area {
    padding: 0;
  }
  .login_div .input_box input[type="text"] {
    width: 48%;
    float: left;
  }
  .login_div .input_box input[type="password"] {
    width: 48%;
    float: right;
  }
  .login_div .personalId a {
    width: calc((100% - 20px) / 2);
  }
  .login_div .personalId a:first-child {
    margin-right: 20px;
  }
  .login_div .personalId a span {
    font-size: 22px;
  }
  .login_div .personalId a span img {
    margin-right: 25px;
  }
}

@media all and (max-width: 981px) {
  .login_div.input_area .input_div input {
    width: 100%;
  }
  .login_div .txt {
    font-size: 25px;
    line-height: 1.5;
  }
}

@media all and (max-width: 768px) {
  .login_div {
    padding-bottom: 100px;
  }
  .login_div.input_area .input_div .tit {
    margin-bottom: 15px;
  }
  .login_div.input_area .input_div input {
    width: 100%;
  }
  .login_div .txt {
    margin: -9px 0 50px;
    font-size: 19px;
    line-height: 25px;
    word-break: keep-all;
  }
  .login_div .input_box {
    margin: 40px 0 20px;
    padding: 20px 0 69px;
  }
  .login_div .input_box input[type="text"] {
    font-size: 14px;
    height: 38px;
  }
  .login_div .input_box input[type="password"] {
    font-size: 14px;
    height: 38px;
  }
  .login_div .input_box .cus_check {
    position: absolute;
    top: auto;
    left: 0;
    width: auto;
    bottom: 20px;
  }
  .login_div .sns_login {
    height: 40px;
    margin-top: 40px;
    text-align: center;
  }
  .login_div .sns_login a {
    width: 200px;
    height: 40px;
    font-size: 14px;
  }
  .login_div .sns_login a span {
    line-height: 40px;
  }
  .login_div .personalId a {
    float: none;
    width: 100%;
    height: 103px;
  }
  .login_div .personalId a:first-child {
    margin: 0 0 20px 0;
  }
  .login_div .personalId a.ipin span img.onlyMob {
    height: 41px;
    width: auto;
  }
  .login_div .personalId a span {
    font-size: 17px;
    height: 103px;
  }
  .login_div .personalId a span img.onlyMob {
    display: inline-block;
    margin-right: 15px;
    width: 25px;
  }
  .login_div .personalId a span img.onlyWeb {
    display: none;
  }
  .login_div .add_bottom {
    margin-top: 12px;
    font-size: 13px;
    line-height: 19px;
    word-break: keep-all;
  }
  .login_div .add_bottom:nth-of-type(2) {
    margin-top: 17px;
  }
  .login_div .login_util {
    margin-top: 30px;
  }
  .login_div .login_util a {
    font-size: 15px;
    padding-right: 20px;
    margin-right: 16px;
  }
  .login_div .ta_c {
    margin-top: 20px;
  }
}

@media all and (max-width: 500px) {
  .login_div .input_box {
    margin: 40px 0 20px;
    padding-bottom: 69px;
  }
  .login_div .input_box input[type="text"] {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .login_div .input_box input[type="password"] {
    width: 100%;
    float: none;
  }
  .login_div .input_box .cus_check {
    position: absolute;
    top: auto;
    left: 0;
    width: auto;
    bottom: 20px;
  }
  .login_div .sns_login {
    height: 36px;
    text-align: center;
    margin-top: 30px;
  }
  .login_div .sns_login a {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0 4px;
    font-size: 16px;
  }
  .login_div .sns_login a span {
    line-height: 36px;
  }
  .login_div .sns_login a.naver span:nth-child(1) {
    padding-left: 36px;
    background: url("../images/icon-naver.png") no-repeat 6px center;
  }
  .login_div .sns_login a.naver span:nth-child(2) {
    width: 36px;
    padding-left: 36px;
    background: url("../images/icon-naver-on.png") no-repeat 6px center;
  }
  .login_div .sns_login a.kakao {
    padding: 0 0 0 0;
  }
  .login_div .sns_login a.kakao span:nth-child(1) {
    padding-left: 36px;
    background: url("../images/icon-kakao.png") no-repeat 6px center;
  }
  .login_div .sns_login a.kakao span:nth-child(2) {
    width: 36px;
    padding-left: 36px;
    background: url("../images/icon-kakao-on.png") no-repeat 6px center;
  }
  .login_div .login_util a {
    font-size: 14px;
    padding-right: 15px;
    margin-right: 11px;
  }
  .login_div .personalId a span img {
    width: 25px;
  }
  .login_div .personalId a span img.onlyMob {
    display: inline-block;
    margin-right: 15px;
  }
  .login_div .personalId a span img.onlyWeb {
    display: none;
  }
}

.result_area {
  padding: 100px 0 220px;
  background: #f6f6f6;
}

/*회원가입*/
.join_mem_div {
  width: 1160px;
  margin: auto;
  margin-bottom: 200px;
}

.join_mem_div .tab_type1 {
  margin-top: 75px;
}

.join_mem_div .terms {
  margin: 65px 0 75px;
}

.join_mem_div .terms .txt {
  margin-top: 0;
}

.join_mem_div .terms .info_tit {
  padding: 35px 60px 38px;
}

.join_mem_div .terms .info_tit .txt {
  font-size: 18px;
}

.join_mem_div .terms .info_tit .chkBox {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.join_mem_div .txt {
  margin-top: 71px;
  font-size: 28px;
  color: #333;
  line-height: 40px;
}

.join_mem_div .text {
  color: #333;
}

.join_mem_div .txt3 {
  margin-top: 28px;
  font-size: 16px;
  color: #888;
}

@media all and (max-width: 1280px) {
  .join_mem_div {
    width: 90%;
  }
  .join_mem_div .tab_type1 {
    width: 100%;
  }
  .join_mem_div .input_area {
    padding: 0;
    width: 100%;
  }
}

@media all and (max-width: 981px) {
  .join_mem_div .terms {
    margin: 45px 0 55px;
  }
  .join_mem_div .terms .info_tit {
    padding: 25px 30px 28px;
  }
  .join_mem_div .terms .info_tit .chkBox {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .join_mem_div .txt {
    margin-top: 61px;
    font-size: 24px;
    word-break: keep-all;
  }
}

@media all and (max-width: 768px) {
  .join_mem_div {
    margin-bottom: 100px;
  }
  .join_mem_div .terms {
    margin: 35px 0 45px;
  }
  .join_mem_div .terms .txt_area {
    display: block;
  }
  .join_mem_div .terms .txt_area .txt {
    display: block;
    margin-bottom: 10px;
  }
  .join_mem_div .terms .txt_area .agree_btn {
    width: 100%;
  }
  .join_mem_div .terms .info_tit {
    padding: 15px 40px 18px 15px;
  }
  .join_mem_div .terms .info_tit .txt {
    font-size: 15px;
  }
  .join_mem_div .terms .info_tit .chkBox {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .join_mem_div .txt {
    margin-top: 31px;
    font-size: 21px;
    line-height: 30px;
  }
  .join_mem_div .text {
    margin-top: 10px;
    font-size: 14px;
  }
  .join_mem_div .tab_type1 {
    margin-top: 40px;
  }
}

/* 인증절차 */
.join_process {
  position: relative;
  width: 100%;
  height: 53px;
}

.join_process:after {
  content: "";
  display: block;
  clear: both;
}

.join_process:before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 3px;
  height: 1px;
  background: #ddd;
}

.join_process.pop p {
  width: 20%;
}

.join_process.thr p {
  width: 33%;
}

.join_process p {
  position: relative;
  width: 25%;
  height: 53px;
  float: left;
  font-size: 20px;
  color: #aaa;
  font-weight: 500;
}

.join_process p:after {
  content: "";
  display: block;
  clear: both;
}

.join_process p:before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  width: 7px;
  bottom: 0;
  height: 7px;
  border-radius: 50%;
  background: #aaa;
}

.join_process p.current {
  color: #333;
  font-weight: 700;
}

.join_process p.current::before {
  background: #333;
}

.join_process p.current .step_txt {
  color: #333;
}

.join_process .step_txt {
  position: absolute;
  top: -20px;
  left: 0;
  width: auto;
  color: #aaa;
  font-weight: 400;
  font-size: 14px;
}

@media all and (max-width: 981px) {
  .join_process {
    height: 48px;
  }
  .join_process p {
    height: 48px;
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .join_process p {
    width: 33%;
    font-size: 15px;
  }
  .join_process p:last-child {
    width: 0 !important;
  }
  .join_process.thr p {
    width: 50%;
  }
}

.win_area.id_result {
  width: 1160px;
  margin: auto;
}

.win_area.id_result .win_div {
  padding: 110px 0 0 0;
  background: url(../images/icon-idresult.png) no-repeat center 0;
}

.win_area.id_result .win_div .find_id {
  color: #8b2332;
}

.win_area.id_result .win_div .txt {
  font-size: 18px;
  color: #666;
  margin: 5px 0 0;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0;
}

@media all and (max-width: 1280px) {
  .win_area.id_result {
    width: 100%;
  }
}

@media all and (max-width: 981px) {
  .win_area.id_result .win_div {
    padding: 90px 0 0 0;
  }
  .win_area.id_result .win_div .txt {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .win_area.id_result .win_div {
    padding: 60px 0 0 0;
    background: url(../images/m-icon-idresult.png) no-repeat center 0;
    background-size: 34px auto;
  }
  .win_area.id_result .win_div .txt {
    font-size: 15px;
  }
}

.win_area.send_mail .win_div {
  padding-top: 100px;
  background: url(../images/icon-send-mail.png) no-repeat center 0;
}

.win_area.send_mail .win_div .txt {
  font-size: 18px;
  color: #666;
}

@media all and (max-width: 768px) {
  .win_area.send_mail .win_div {
    padding-top: 60px;
    background: url(../images/m-icon-send-mail.png) no-repeat center 0;
    background-size: 39px auto;
  }
}

@media all and (max-width: 768px) {
  .win_area.send_mail {
    min-height: 300px;
  }
  .win_area.send_mail .win_div .txt {
    font-size: 15px;
  }
}

/* 비밀번호 찾기 */
.noti_box {
  font-size: 24px;
  font-weight: 500;
  color: #8b2332;
  padding: 67px 0 68px;
  text-align: center;
  background: #f8f8f8;
}

#cover {
  position: absolute;
  top: 100vh;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #8b2332;
}

/* 메인*/
#fullpageArea {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#fullpageArea.clicked {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.sec_one {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sec_one .visual_wrap {
  height: 100vh;
}

.sec_one .visual_wrap .visual {
  height: 100%;
  overflow: hidden;
}

.sec_one .visual_wrap .visual .txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}

.sec_one .visual_wrap .visual .txt_wrap .slogan {
  font-family: "ENBASKVL", "Malgun Gothic", "sans-serif"!important;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 0;
}

.sec_one .visual_wrap .visual .txt_wrap .txt_img {
  font-family: "SCDreamExlight", "Malgun Gothic", "sans-serif"!important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.sec_one .visual_wrap .visual .txt_wrap .motion {
  position: relative;
  -webkit-transform: translate(0, 200px);
          transform: translate(0, 200px);
  opacity: 0;
}

.sec_one .visual_wrap .visual .txt_wrap .txt_img {
  margin: 50px 0 80px;
}

.sec_one .swiper-pagination {
  position: absolute;
  top: 50%;
  left: 80px;
  width: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 15px;
}

.sec_one .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
  vertical-align: middle;
  margin: 0 30px 0 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.sec_one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0);
}

@media all and (max-width: 1280px) {
  .sec_one .visual_wrap .visual .txt_wrap .slogan {
    font-size: 54px;
  }
  .sec_one .visual_wrap .visual .txt_wrap .txt_img {
    font-size: 16px;
  }
  .sec_one .visual_wrap .visual .txt_wrap .motion {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  .sec_one .visual_wrap .visual .txt_wrap .txt_img {
    margin: 40px 0 70px;
  }
}

@media all and (max-width: 1024px) {
  .sec_one .visual_wrap {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .sec_one .visual_wrap .visual .txt_wrap .slogan {
    font-size: 44px;
  }
  .sec_one .visual_wrap .visual .txt_wrap .txt_img {
    font-size: 15px;
  }
  .sec_one .visual_wrap .visual .txt_wrap .txt_img {
    margin: 30px 0 60px;
  }
  .sec_one .swiper-pagination {
    position: absolute;
    top: calc(10% + 100px);
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  .sec_one .swiper-pagination .swiper-pagination-bullet {
    margin: 0 14px 0 16px;
  }
}

@media all and (max-width: 768px) {
  .sec_one .visual_wrap .visual .txt_wrap {
    width: 80%;
  }
  .sec_one .visual_wrap .visual .txt_wrap .slogan {
    font-size: 40px;
    word-break: keep-all;
  }
  .sec_one .visual_wrap .visual .txt_wrap .txt_img {
    font-size: 15px;
    word-break: keep-all;
  }
  .sec_one .visual_wrap .visual .txt_wrap .txt_img {
    margin: 20px 0 40px;
  }
  .sec_one .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px 0 11px;
  }
}

@media all and (max-width: 500px) {
  .sec_one .visual_wrap .visual .txt_wrap .slogan {
    font-size: 20px;
    line-height: 24px;
  }
  .sec_one .visual_wrap .visual .txt_wrap .txt_img {
    font-size: 13px;
    line-height: 19px;
  }
  .sec_one .visual_wrap .visual .txt_wrap .txt_img {
    margin: 20px 0 40px;
  }
  .sec_one .swiper-pagination {
    position: absolute;
    top: calc(5% + 68px);
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
    height: 10px;
  }
  .sec_one .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 7px 0 8px;
  }
  .sec_one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}

@media all and (max-width: 375px) {
  .sec_one .visual_wrap .visual .txt_wrap .slogan {
    letter-spacing: 3px;
  }
}

.sec_one .visual_wrap .visual .txt_wrap .a_img {
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  color: #fff;
  padding: 0;
  width: 144px;
  height: 40px;
  -webkit-transform: translate(0, 200px);
          transform: translate(0, 200px);
  opacity: 0;
  overflow: hidden;
}

.sec_one .visual_wrap .visual .txt_wrap .a_img span {
  line-height: 40px;
}

.sec_one .visual_wrap .visual .txt_wrap .a_img span:nth-child(3) {
  border: 1px solid #fff;
}

.sec_one .visual_wrap .visual .bg_area {
  position: relative;
  height: 100%;
}

/* 20220504 메인 dimm 삭제 */
/* .sec_one .visual_wrap .visual .bg_area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
} */

.sec_one .visual_wrap .visual .m_bgArea {
  display: none;
}

.sec_one .visual_indi {
  position: absolute;
  left: 80px;
  top: 41%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec_one .visual_indi a {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  text-align: center;
  /*border:1px solid red;*/
}

.sec_one .visual_indi a:nth-child(2) {
  margin: 0 22px;
}

.sec_one .visual_indi a span {
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
}

.sec_one .visual_indi a.on span {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
}

.sec_one .s_new_area {
  position: absolute;
  bottom: 80px;
  left: 80px;
  color: #fff;
  z-index: 10;
}

.sec_one .s_new_area .rolling_area {
  position: relative;
  width: 240px;
  height: 100px;
  overflow: hidden;
}

.sec_one .s_new_area .rolling_area .roll_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 90px;
}

.sec_one .s_new_area .rolling_area .roll_div .txt2 {
  line-height: 28px;
  /* multiAbbr는 IE에서 사용금지 */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sec_one .s_new_area .controller {
  position: relative;
  width: 126px;
  height: 16px;
  overflow: hidden;
}

.sec_one .s_new_area .controller .bar {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100px;
  height: 2px;
  overflow: hidden;
  background: #8e8f90;
}

.sec_one .s_new_area .controller .bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.sec_one .s_new_area .controller a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.sec_one .s_new_area .controller a span.stop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../images/main-con1-stopbt.png) 0 0 no-repeat;
  -webkit-transition: .5s;
  transition: .5s;
}

.sec_one .s_new_area .controller a span.play {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../images/main-con1-playbt.png) 0 0 no-repeat;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.sec_one .s_new_area .controller a.on span.stop {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  opacity: 0;
}

.sec_one .s_new_area .controller a.on span.play {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}

.sec_one .s_new_area a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.sec_one .s_new_area a .txt1 {
  overflow: hidden;
  margin-bottom: 16px;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
}

.sec_one .s_new_area a .txt1 span {
  display: inline-block;
  width: 58px;
  height: 24px;
  margin-right: 6px;
  text-align: center;
  line-height: 23px;
  border: 1px solid #fff;
  font-size: 13px;
}

@media all and (max-width: 1024px) {
  .sec_one .s_new_area {
    display: none;
  }
  .sec_one .visual_wrap .visual .bg_area {
    display: none;
  }
  .sec_one .visual_wrap .visual .m_bgArea {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.sec_one .le_el {
  position: absolute;
  left: calc(100% - 60px);
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.sec_one .scroll_icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1px;
  width: 1px;
  height: 80px;
  background: #8e8f90;
  z-index: 1;
}

.sec_one .scroll_icon .scroll_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  -webkit-animation: scrollMotion 1.8s infinite ease-out;
          animation: scrollMotion 1.8s infinite ease-out;
}

.sec_one_left {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.sec_one_left.hovered {
  z-index: 10;
}

.sec_one_left.clicked {
  z-index: 1;
}

/*.sec_one_right .le_el_dimd{position:absolute; left:0; top:0; width:100%; height:100%; background:#8d734a; opacity:0.7;}*/
@-webkit-keyframes scrollMotion {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes scrollMotion {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.sec_two .sales_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.sec_two .sales_bg .bg_default {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.sec_two .sales_bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}

.sec_two .sales_bg .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
}

.sec_two .sales_list_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec_two .sales_list_wrap .sales {
  position: relative;
  padding: 230px 0 0 80px;
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.sec_two .sales_list_wrap .sales .dimd_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #63232c;
  opacity: 0;
  /*transition:all 0.5s ease;*/
}

.sec_two .sales_list_wrap .sales .txt_area {
  position: relative;
  top: 200px;
  opacity: 0;
  width: 312px;
}

.sec_two .sales_list_wrap .sales .txt_area:hover .dimd_bg {
  opacity: 0.6;
}

.sec_two .sales_list_wrap .sales .txt_area:hover .process_rate {
  display: none;
}

.sec_two .sales_list_wrap .sales .txt_area:hover .hover_txt {
  display: block;
}

.sec_two .sales_list_wrap .sales .txt_area .info_text1 {
  position: relative;
  top: -5px;
  height: 300px;
}

.sec_two .sales_list_wrap .sales .txt_area .txt1 {
  position: relative;
  word-break: keep-all;
}

.sec_two .sales_list_wrap .sales .txt_area .txt1 span {
  display: inline-block;
  margin: 5px 5px 0 0;
  width: 74px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  border: 1px solid #fff;
  font-size: 16px;
}

.sec_two .sales_list_wrap .sales .txt_area .txt2 {
  margin-top: 43px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  word-break: keep-all;
}

.sec_two .sales_list_wrap .sales .txt_area .txt3 {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.sec_two .sales_list_wrap .sales .txt_area .info_text2 {
  position: relative;
  padding-top: 20px;
}

.sec_two .sales_list_wrap .sales .txt_area .info_text2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
}

.sec_two .sales_list_wrap .sales .txt_area .info_text2 .before {
  position: relative;
  font-size: 16px;
}

.sec_two .sales_list_wrap .sales .after {
  display: block;
  font-size: 16px;
  margin-top: 19px;
  opacity: 0;
}

.sec_two .sales_list_wrap .sales .after li {
  display: table;
  margin-bottom: 13px;
}

.sec_two .sales_list_wrap .sales .after li .tit {
  display: table-cell;
  width: 78px;
}

.sec_two .sales_list_wrap .sales .after li .txt {
  color: #fff;
}

.sec_two .sales_list_wrap .sales .after li .txt a {
  color: #fff;
}

.sec_two .sales_list_wrap .sales .bts {
  margin-top: 60px;
  opacity: 0;
}

.sec_two .sales_list_wrap .sales .bts a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-right: 36px;
}

.sec_two .sales_list_wrap .sales .bts a span {
  padding-left: 21px;
}

.sec_two .sales_list_wrap .sales .bts a.homepage span {
  background: url(../images/sales_txt_homepage.png) 0 center no-repeat;
}

.sec_two .sales_list_wrap .sales .bts a.like span {
  background: url(../images/sales_txt_like.png) 0 center no-repeat;
}

.sec_two .sales_list_wrap .sales .bts a.like.on span {
  background: url(../images/sales_txt_like_on.png) 0 center no-repeat;
}

.sec_two .sales_list_wrap .sales .txt_area .info_text2 .before {
  font-size: 16px;
}

.sec_two .sales_roll_indi {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.sec_two .popCont {
  position: absolute !important;
}

.sec_two .dimd {
  position: absolute !important;
}

.sec_two .swiper-button-next {
  width: 40px;
  height: 14px;
  top: auto;
  left: auto;
  bottom: 80px;
  right: 80px;
  background: url(../images/mainsec2_right.png) 0 center no-repeat;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 12;
}

.sec_two .swiper-button-prev {
  width: 40px;
  height: 14px;
  top: auto;
  left: auto;
  bottom: 80px;
  right: 150px;
  background: url(../images/mainsec2_left.png) 0 center no-repeat;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 12;
}

.sec_two .swiper-pagination {
  display: none;
}

@media all and (max-width: 1700px) {
  .sec_two .sales_list_wrap .sales {
    padding: 200px 0 0 50px;
  }
  .sec_two .sales_list_wrap .sales .txt_area {
    top: 180px;
    width: 312px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text1 {
    height: 250px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .txt2 {
    margin-top: 37px;
    font-size: 25px;
    line-height: 35px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .txt3 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text2 {
    padding-top: 18px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text2:before {
    width: 190px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text2 .before {
    font-size: 15px;
  }
  .sec_two .sales_list_wrap .sales .after {
    font-size: 15px;
    margin-top: 17px;
  }
  .sec_two .sales_list_wrap .sales .bts {
    margin-top: 50px;
  }
  .sec_two .sales_list_wrap .sales .bts a {
    font-size: 15px;
    margin-right: 36px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text2 .before {
    font-size: 15px;
  }
}

@media all and (max-width: 1280px) {
  .sec_two .sales_list_wrap .sales {
    position: relative;
    padding: 180px 0 0 5%;
  }
  .sec_two .sales_list_wrap .sales .txt_area {
    top: 150px;
    width: 90%;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text1 {
    height: 200px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .txt1 span {
    width: 70px;
    height: 26px;
    line-height: 24px;
    font-size: 15px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .txt2 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 35px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .txt3 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text2:before {
    width: 60%;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text2 .before {
    font-size: 15px;
  }
  .sec_two .sales_list_wrap .sales .after {
    font-size: 15px;
    margin-top: 15px;
  }
  .sec_two .sales_list_wrap .sales .after li {
    margin-bottom: 10px;
  }
  .sec_two .sales_list_wrap .sales .after li .tit {
    display: table-cell;
    width: 65px;
  }
  .sec_two .sales_list_wrap .sales .bts {
    margin-top: 40px;
    opacity: 0;
  }
  .sec_two .sales_list_wrap .sales .bts a {
    font-size: 15px;
    margin-right: 30px;
  }
  .sec_two .sales_list_wrap .sales .bts a span {
    padding-left: 25px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text2 .before {
    font-size: 15px;
  }
}

@media all and (max-width: 1024px) {
  .sec_two .sales_list_wrap {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .sec_two .sales_list_wrap .sales {
    padding: calc(10% + 100px) 0 0 5%;
  }
  .sec_two .sales_list_wrap .sales .txt_area {
    word-break: keep-all;
  }
  .sec_two .sales_list_wrap .sales .dimd_bg {
    opacity: 0 !important;
  }
  .sec_two .sales_list_wrap .sales .before {
    opacity: 0 !important;
  }
  .sec_two .sales_list_wrap .sales .after {
    opacity: 1 !important;
  }
  .sec_two .sales_list_wrap .sales .bts {
    opacity: 1 !important;
  }
  .sec_one_left {
    height: calc(var(--vh, 1vh) * 100);
  }
}

@media all and (max-width: 768px) {
  .sec_two .sales_bg .bg::after {
    opacity: 0.35;
  }
  .sec_two .swiper-button-next {
    right: 5%;
    bottom: 40px;
  }
  .sec_two .swiper-button-prev {
    right: auto;
    left: 5%;
    bottom: 40px;
  }
  .sec_two .swiper-pagination {
    display: block;
    color: #fff;
    bottom: 35px;
    font-size: 20px;
    font-family: "Manrope", "Malgun Gothic", "sans-serif";
  }
  .sec_two .swiper-pagination .swiper-pagination-current {
    font-weight: 600;
    margin-right: 6px;
  }
  .sec_two .swiper-pagination .swiper-pagination-total {
    margin-left: 6px;
  }
  .sec_two .sales_bg .bg_default {
    background-size: auto 100%;
  }
  .sec_two .sales_bg .bg {
    background-size: auto 100%;
  }
  .sec_two .sales_list_wrap .sales .bts a.homepage span {
    background: url(../images/m-sales_txt_homepage.png) no-repeat 0 center/13px auto;
  }
  .sec_two .sales_list_wrap .sales .bts a.like span {
    background: url(../images/m-sales_txt_like.png) no-repeat 0 center/13px auto;
  }
  .sec_two .sales_list_wrap .sales .bts a.like.on span {
    background: url(../images/m-sales_txt_like_on.png) no-repeat 0 center/13px auto;
  }
}

@media all and (max-width: 500px) {
  .sec_two .sales_list_wrap .sales {
    position: relative;
    padding: calc(5% + 68px) 0 0 5%;
  }
  .sec_two .sales_list_wrap .sales .txt_area {
    top: 0px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text1 {
    height: 180px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .txt2 {
    margin-top: 25px;
    font-size: 23px;
    line-height: 33px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .txt3 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text2:before {
    width: 20px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text2 .before {
    font-size: 14px;
  }
  .sec_two .sales_list_wrap .sales .after {
    font-size: 14px;
    margin-top: 0px;
  }
  .sec_two .sales_list_wrap .sales .after li {
    margin-bottom: 10px;
  }
  .sec_two .sales_list_wrap .sales .after li .tit {
    width: 60px;
  }
  .sec_two .sales_list_wrap .sales .bts {
    margin-top: 30px;
  }
  .sec_two .sales_list_wrap .sales .bts a {
    font-size: 13px;
    margin-right: 30px;
  }
  .sec_two .sales_list_wrap .sales .bts a span {
    padding-left: 21px;
  }
  .sec_two .sales_list_wrap .sales .txt_area .info_text2 .before {
    font-size: 14px;
  }
}

.sec_thr {
  background: #efefef;
}

.sec_thr .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 160px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec_thr .list_box .list_div {
  display: block;
  position: relative;
  margin-right: 20px;
  width: 330px;
  height: 570px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.sec_thr .list_box .list_div span {
  display: block;
  position: absolute;
}

.sec_thr .list_box .list_div span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#8b2332));
  background: linear-gradient(90deg, transparent, #8b2332);
}

.sec_thr .list_box .list_div span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#8b2332));
  background: linear-gradient(180deg, transparent, #8b2332);
}

.sec_thr .list_box .list_div span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#8b2332));
  background: linear-gradient(270deg, transparent, #8b2332);
}

.sec_thr .list_box .list_div span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#8b2332));
  background: linear-gradient(360deg, transparent, #8b2332);
}

.sec_thr .list_box .list_div:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 20px 20px 54px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 20px 54px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.sec_thr .list_box .list_div:hover span:nth-child(1) {
  left: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.sec_thr .list_box .list_div:hover span:nth-child(2) {
  top: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.sec_thr .list_box .list_div:hover span:nth-child(3) {
  right: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.sec_thr .list_box .list_div:hover span:nth-child(4) {
  bottom: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.sec_thr .list_box .list_div .tit {
  position: absolute;
  top: 80px;
  left: 40px;
  width: auto;
  padding-top: 87px;
  font-size: 30px;
  color: #333;
  font-weight: 300;
  line-height: 40px;
}

.sec_thr .list_box .list_div:nth-child(1) .tit {
  background: url(../images/thr_list_icon1.png) 0 0 no-repeat;
}

.sec_thr .list_box .list_div:nth-child(2) .tit {
  background: url(../images/thr_list_icon2.png) 0 0 no-repeat;
}

.sec_thr .list_box .list_div:nth-child(3) .tit {
  background: url(../images/thr_list_icon3.png) 0 0 no-repeat;
}

.sec_thr .list_box .list_div .bts {
  position: absolute;
  top: auto;
  left: 40px;
  width: auto;
  bottom: 80px;
}

.sec_thr .list_box .list_div .bts a {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  color: #666;
}

.sec_thr .txt_right_area {
  position: absolute;
  top: 44%;
  right: 160px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}

.sec_thr .txt_right_area .txt1 {
  font-size: 70px;
  color: #333;
  font-weight: 300;
  letter-spacing: 10px;
  margin-right: -10px;
  margin-bottom: 6px;
}

.sec_thr .txt_right_area .txt2 {
  font-size: 26px;
  color: #666;
  font-weight: 400;
}

.sec_thr .txt_right_area.active .text {
  letter-spacing: 10px;
}

.sec_thr .ask-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 270px;
  width: 98px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.sec_thr .ask-btn span {
  position: absolute;
  line-height: 39px;
}

.sec_thr .ask-btn span:nth-child(3) {
  border: 1px solid #333;
}

@media all and (max-width: 1700px) {
  .sec_thr .list_box {
    left: 5%;
  }
  .sec_thr .list_box .list_div {
    margin-right: 10px;
    width: 280px;
    height: 500px;
  }
  .sec_thr .list_box .list_div .tit {
    position: absolute;
    top: 60px;
    left: 40px;
    width: auto;
  }
  .sec_thr .txt_right_area {
    right: 5%;
  }
  .sec_thr .txt_right_area .txt1 {
    font-size: 55px;
  }
  .sec_thr .txt_right_area .txt2 {
    font-size: 20px;
  }
}

@media all and (max-width: 1280px) {
  .sec_thr .list_box {
    left: auto;
    top: auto;
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .sec_thr .list_box .list_div {
    margin-right: 20px;
    width: 280px;
    height: 400px;
  }
  .sec_thr .list_box .list_div .tit {
    position: absolute;
    top: 60px;
    left: 40px;
    width: auto;
    padding-top: 57px;
    font-size: 25px;
    line-height: 35px;
  }
  .sec_thr .list_box .list_div:nth-child(1) .tit {
    background: url(../images/thr_list_icon1.png) 0 0 no-repeat;
    background-size: 35px;
  }
  .sec_thr .list_box .list_div:nth-child(2) .tit {
    background: url(../images/thr_list_icon2.png) 0 0 no-repeat;
    background-size: 35px;
  }
  .sec_thr .list_box .list_div:nth-child(3) .tit {
    background: url(../images/thr_list_icon3.png) 0 0 no-repeat;
    background-size: 35px;
  }
  .sec_thr .list_box .list_div .bts {
    position: absolute;
    top: auto;
    left: 40px;
    width: auto;
    bottom: 60px;
  }
  .sec_thr .list_box .list_div .bts a {
    margin-top: 10px;
    font-size: 15px;
  }
  .sec_thr .txt_right_area {
    right: auto;
    top: auto;
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 200px;
    text-align: center;
  }
  .sec_thr .ask-btn {
    position: relative;
    right: auto;
    top: auto;
    margin: 30px auto 0;
  }
  .sec_thr .txt_right_area .txt1 {
    font-size: 55px;
  }
  .sec_thr .txt_right_area .txt2 {
    font-size: 20px;
  }
}

@media all and (max-width: 981px) {
  .sec_thr .list_box {
    margin-top: 30px;
  }
  .sec_thr .list_box .list_div {
    margin-right: 5px;
    margin-left: 5px;
    width: 280px;
    height: 350px;
  }
  .sec_thr .list_box .list_div .tit {
    position: absolute;
    top: 30px;
    left: 5%;
    width: auto;
    padding-top: 45px;
    font-size: 20px;
    line-height: 30px;
  }
  .sec_thr .list_box .list_div:nth-child(1) .tit {
    background: url(../images/thr_list_icon1.png) 0 0 no-repeat;
    background-size: 30px;
  }
  .sec_thr .list_box .list_div:nth-child(2) .tit {
    background: url(../images/thr_list_icon2.png) 0 0 no-repeat;
    background-size: 30px;
  }
  .sec_thr .list_box .list_div:nth-child(3) .tit {
    background: url(../images/thr_list_icon3.png) 0 0 no-repeat;
    background-size: 30px;
  }
  .sec_thr .list_box .list_div .bts {
    position: absolute;
    top: auto;
    left: 5%;
    width: auto;
    bottom: 30px;
  }
  .sec_thr .list_box .list_div .bts a {
    margin-top: 10px;
    font-size: 15px;
  }
  .sec_thr .txt_right_area {
    margin-top: 200px;
    text-align: center;
  }
  .sec_thr .ask-btn {
    position: relative;
    right: auto;
    top: auto;
    margin: 30px auto 0;
  }
  .sec_thr .txt_right_area .txt1 {
    font-size: 55px;
  }
  .sec_thr .txt_right_area .txt2 {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .sec_thr .list_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5% 100px;
  }
  .sec_thr .list_box .list_div {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
    height: 350px;
  }
  .sec_thr .list_box .list_div .tit {
    position: absolute;
    top: 30px;
    left: 5%;
    width: auto;
    padding-top: 45px;
    font-size: 20px;
    line-height: 30px;
  }
  .sec_thr .list_box .list_div:nth-child(1) .tit {
    background: url(../images/m-thr_list_icon1.png) 0 0 no-repeat;
    background-size: auto 32px;
  }
  .sec_thr .list_box .list_div:nth-child(2) .tit {
    background: url(../images/m-thr_list_icon2.png) 0 0 no-repeat;
    background-size: 30px auto;
  }
  .sec_thr .list_box .list_div:nth-child(3) .tit {
    background: url(../images/m-thr_list_icon3.png) 0 0 no-repeat;
    background-size: auto 39px;
  }
  .sec_thr .list_box .list_div .bts {
    position: absolute;
    top: auto;
    left: 5%;
    width: auto;
    bottom: 30px;
  }
  .sec_thr .list_box .list_div .bts a {
    margin-top: 10px;
    font-size: 15px;
  }
  .sec_thr .txt_right_area {
    margin-top: calc(5% + 100px);
  }
  .sec_thr .ask-btn {
    position: relative;
    right: auto;
    top: auto;
    margin: 30px auto 0;
  }
  .sec_thr .txt_right_area .txt1 {
    font-size: 45px;
    letter-spacing: 5px;
  }
  .sec_thr .txt_right_area .txt2 {
    font-size: 17px;
  }
}

@media all and (max-width: 500px) {
  .sec_thr .list_box .list_div {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
  }
  .sec_thr .list_box .list_div .tit {
    position: absolute;
    top: 30px;
    left: 5%;
    width: auto;
    padding-top: 52px;
    font-size: 20px;
    line-height: 30px;
  }
  .sec_thr .list_box .list_div:nth-child(1) .tit {
    background: url(../images/m-thr_list_icon1.png) 0 0 no-repeat;
    background-size: auto 32px;
  }
  .sec_thr .list_box .list_div:nth-child(2) .tit {
    background: url(../images/m-thr_list_icon2.png) 0 0 no-repeat;
    background-size: 30px auto;
  }
  .sec_thr .list_box .list_div:nth-child(3) .tit {
    background: url(../images/m-thr_list_icon3.png) 0 0 no-repeat;
    background-size: auto 39px;
  }
  .sec_thr .list_box .list_div .bts {
    position: absolute;
    top: auto;
    left: 5%;
    width: auto;
    bottom: 30px;
  }
  .sec_thr .list_box .list_div .bts a {
    margin-top: 10px;
    font-size: 15px;
  }
  .sec_thr .txt_right_area {
    margin-top: calc(5% + 100px);
  }
  .sec_thr .ask-btn {
    position: relative;
    right: auto;
    top: auto;
    margin: 30px auto 0;
  }
  .sec_thr .txt_right_area .txt1 {
    font-size: 45px;
    letter-spacing: 5px;
  }
  .sec_thr .txt_right_area .txt2 {
    font-size: 17px;
  }
}

/* 르엘 */
.leel_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
}

.leel_bar .leel_dimd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #8d734a;
  opacity: 0.7;
}

.leel_bar div {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.leel_bar .pc_ver {
  display: block;
}

.leel_bar .m_ver {
  display: none;
}

.leel_wrap {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 9;
  width: 100%;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}

.leel_wrap.clicked {
  position: relative;
}

.leel_wrap .leel_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  z-index: 2;
}

.leel_wrap .leel_header .leel_logo {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.leel_wrap .leel_header .sch_btn {
  position: absolute;
  right: 80px;
  top: 80px;
  z-index: 2;
}

.leel_wrap .inner_section0 {
  width: 100%;
  height: 100vh;
  background: url("../images/leel-background-img1.jpg") no-repeat 0 0;
  background-size: cover;
}

.leel_wrap .video_box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.leel_wrap .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
  width: 320px;
  height: 500px;
}

.leel_wrap .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.leel_wrap .txt_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #fff;
}

.leel_wrap .txt_wrap .txt2 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 42px;
}

.leel_wrap .txt_wrap2 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #fff;
}

.leel_wrap .txt_wrap2 .txt1 {
  font-size: 64px;
  letter-spacing: 25px;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.leel_wrap .txt_wrap2 .txt2 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 52px;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.leel_wrap .btn_bot {
  position: absolute;
  bottom: 90px;
  left: 50%;
  padding-bottom: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.leel_wrap .btn_bot:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

@media all and (max-width: 1024px) {
  .leel_bar {
    width: 100px;
    height: 100px;
    top: auto;
    bottom: 0;
  }
  .leel_bar .pc_ver {
    display: none;
  }
  .leel_bar .m_ver {
    display: block;
  }
  .leel_bar .m_ver img {
    width: 100%;
  }
  .leel_wrap .video {
    width: 30%;
    height: 40%;
  }
  .leel_wrap .btn_bot {
    z-index: 1;
  }
  .leel_wrap .leel_header {
    height: 100px;
  }
  .leel_wrap .leel_header .leel_logo {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
  }
  .leel_wrap .leel_header .sch_btn {
    position: absolute;
    right: 80px;
    top: 80px;
    z-index: 2;
  }
}

@media all and (max-width: 768px) {
  .leel_bar {
    width: 80px;
    height: 80px;
    top: auto;
    bottom: 0;
  }
  .leel_bar .pc_ver {
    display: none;
  }
  .leel_bar .m_ver {
    display: block;
  }
  .leel_bar .m_ver img {
    width: 100%;
  }
  .leel_wrap .video {
    width: 100%;
    height: 100%;
  }
  .leel_wrap .txt_wrap .txt1 img {
    width: 180px;
  }
  .leel_wrap .txt_wrap .txt2 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 42px;
  }
  .leel_wrap .txt_wrap2 {
    width: 80%;
    word-break: keep-all;
    right: 0;
    margin: auto;
  }
  .leel_wrap .txt_wrap2 .txt1 {
    font-size: 40px;
    letter-spacing: 15px;
  }
  .leel_wrap .txt_wrap2 .txt2 {
    font-size: 17px;
    line-height: 26px;
    margin-top: 30px;
  }
  .leel_wrap .btn_bot {
    bottom: 45px;
    font-size: 18px;
  }
  .leel_wrap .leel_header {
    height: 100px;
  }
  .leel_wrap .leel_header .leel_logo {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
  }
  .leel_wrap .leel_header .leel_logo img {
    width: 85px;
  }
  .leel_wrap .leel_header .sch_btn {
    position: absolute;
    right: 80px;
    top: 80px;
    z-index: 2;
  }
}

@media all and (max-width: 500px) {
  .leel_wrap .video {
    width: 100%;
    height: 100%;
  }
  .leel_wrap .txt_wrap .txt1 img {
    width: 123px;
  }
  .leel_wrap .txt_wrap .txt2 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 42px;
  }
  .leel_wrap .txt_wrap2 .txt1 {
    font-size: 30px;
    letter-spacing: 10px;
  }
  .leel_wrap .txt_wrap2 .txt2 {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
  }
  .leel_wrap .btn_bot {
    bottom: 45px;
    font-size: 16px;
  }
  .leel_wrap .leel_header {
    height: 68px;
  }
  .leel_wrap .leel_header .leel_logo {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
  }
  .leel_wrap .leel_header .leel_logo img {
    width: 60px;
  }
  .leel_wrap .leel_header .sch_btn {
    position: absolute;
    right: 80px;
    top: 80px;
    z-index: 2;
  }
}

.inner_section_wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.inner_section_wrap::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}

.inner_section_wrap .inner_section {
  position: relative;
  width: 100%;
  height: auto;
}

.inner_section_wrap .inner_section0 {
  height: 100vh;
}

.inner_section_wrap .inner_section1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.inner_section_wrap .inner_section1 .part1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  clip: rect(0, auto, auto, 0);
}

.inner_section_wrap .inner_section1 .part1 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../images/inner_section1_img1.jpg") no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}

.inner_section_wrap .inner_section1 .part2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.inner_section_wrap .inner_section1 .part2 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../images/inner_section1_img2.jpg") no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}

.inner_section_wrap .inner_section1 .txt {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  color: #fff;
}

.inner_section_wrap .inner_section1 .txt .txt_info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.inner_section_wrap .inner_section1 .txt .txt1 {
  font-size: 80px;
  letter-spacing: 20px;
}

.inner_section_wrap .inner_section1 .txt .txt2 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 24px;
}

@media all and (max-width: 1280px) {
  .inner_section_wrap .inner_section1 .txt .txt1 {
    font-size: 70px;
    letter-spacing: 20px;
  }
  .inner_section_wrap .inner_section1 .txt .txt2 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
}

@media all and (max-width: 1024px) {
  .inner_section_wrap .inner_section1 .txt .txt1 {
    font-size: 50px;
    letter-spacing: 15px;
  }
  .inner_section_wrap .inner_section1 .txt .txt2 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
}

@media all and (max-width: 768px) {
  .inner_section_wrap .inner_section1 .txt .txt1 {
    font-size: 40px;
  }
  .inner_section_wrap .inner_section1 .txt .txt2 {
    font-size: 15px;
    line-height: 25px;
  }
}

@media all and (max-width: 500px) {
  .inner_section_wrap .inner_section1 .txt {
    width: 90%;
    right: 0;
    margin: auto;
    word-break: keep-all;
  }
}

.inner_section_wrap .inner_section2 {
  position: relative;
  width: 100%;
  padding: 280px 160px;
}

.inner_section_wrap .inner_section2 .bg {
  position: absolute;
  top: 0;
  left: 0 !important;
  width: 100%;
  height: 100%;
  background: url("../images/leel-section2-bg.jpg") no-repeat 0 0;
  background-size: cover;
}

.inner_section_wrap .inner_section2 ul {
  position: relative;
}

.inner_section_wrap .inner_section2 li {
  position: relative;
  width: 100%;
  height: 440px;
  margin-bottom: 90px;
}

.inner_section_wrap .inner_section2 li:last-child {
  margin-bottom: 0px;
}

.inner_section_wrap .inner_section2 li .left {
  position: relative;
  padding-top: 40px;
  height: 440px;
  opacity: 0.2;
  z-index: 10;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.inner_section_wrap .inner_section2 li .left .txt1 {
  width: 49%;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  word-break: keep-all;
}

.inner_section_wrap .inner_section2 li .left .txt2 {
  margin: 25px 0 72px;
  width: 49%;
  font-size: 80px;
  line-height: 76px;
  word-break: keep-all;
}

.inner_section_wrap .inner_section2 li .left .txt2 a {
  color: #e1d1b0;
}

.inner_section_wrap .inner_section2 li .left .bts .step {
  font-size: 18px;
  color: #fff;
}

.inner_section_wrap .inner_section2 li .left .bts a {
  display: inline-block;
  margin-left: 46px;
  color: #fff;
}

.inner_section_wrap .inner_section2 li .left .bts a.like > span {
  background: url(../images/sales_txt_like.png) 0 center no-repeat;
  padding-left: 22px;
}

.inner_section_wrap .inner_section2 li .left .bts a.like.on > span {
  background: url(../images/sales_txt_like_on.png) 0 center no-repeat;
  padding-left: 22px;
}

.inner_section_wrap .inner_section2 li .img {
  position: absolute;
  top: 0;
  right: 0;
  height: 440px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.inner_section_wrap .inner_section2 li.on .left {
  opacity: 1;
}

.inner_section_wrap .inner_section2 li.on .img {
  opacity: 1;
}

.inner_section_wrap .inner_section2 .more_bt {
  margin: 0;
  color: #fff;
}

.inner_section_wrap .inner_section2 .more_bt span {
  background: url("../images/morebt-icon-w.png") no-repeat right center;
}

@media all and (max-width: 1700px) {
  .inner_section_wrap .inner_section2 li .left .txt1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inner_section_wrap .inner_section2 li .left .txt2 {
    font-size: 70px;
    line-height: 66px;
  }
}

@media all and (max-width: 1500px) {
  .inner_section_wrap .inner_section2 {
    padding: 200px 100px;
  }
  .inner_section_wrap .inner_section2 li {
    height: 400px;
    margin-bottom: 80px;
  }
  .inner_section_wrap .inner_section2 li .left .txt1 {
    font-size: 18px;
    line-height: 28px;
  }
  .inner_section_wrap .inner_section2 li .left .txt2 {
    font-size: 60px;
    line-height: 56px;
  }
  .inner_section_wrap .inner_section2 li .img {
    height: 400px;
  }
  .inner_section_wrap .inner_section2 li .img img {
    height: 400px;
  }
}

@media all and (max-width: 1280px) {
  .inner_section_wrap .inner_section2 {
    padding: 150px 5%;
  }
  .inner_section_wrap .inner_section2 li {
    height: 300px;
    margin-bottom: 70px;
  }
  .inner_section_wrap .inner_section2 li .left .txt1 {
    font-size: 18px;
    line-height: 28px;
  }
  .inner_section_wrap .inner_section2 li .left .txt2 {
    font-size: 50px;
    line-height: 56px;
    margin: 25px 0 40px;
  }
  .inner_section_wrap .inner_section2 li .img {
    height: 300px;
  }
  .inner_section_wrap .inner_section2 li .img img {
    height: 300px;
  }
}

@media all and (max-width: 1024px) {
  .inner_section_wrap .inner_section2 li {
    height: 250px;
    margin-bottom: 60px;
  }
  .inner_section_wrap .inner_section2 li .left .txt1 {
    font-size: 17px;
  }
  .inner_section_wrap .inner_section2 li .left .txt2 {
    font-size: 40px;
    line-height: 46px;
  }
  .inner_section_wrap .inner_section2 li .img {
    height: 250px;
  }
  .inner_section_wrap .inner_section2 li .img img {
    height: 250px;
  }
}

@media all and (max-width: 768px) {
  .inner_section_wrap .inner_section2 li {
    height: auto;
    margin-bottom: 80px;
  }
  .inner_section_wrap .inner_section2 li .left {
    height: auto;
    margin-bottom: 30px;
    opacity: 1;
  }
  .inner_section_wrap .inner_section2 li .left .txt1 {
    font-size: 18px;
  }
  .inner_section_wrap .inner_section2 li .img {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    width: 100%;
    opacity: 1;
  }
  .inner_section_wrap .inner_section2 li .img img {
    height: auto;
    width: 100%;
  }
  .inner_section_wrap .inner_section2 li .left .bts a {
    margin-left: 23px;
  }
  .inner_section_wrap .inner_section2 li .left .bts .step {
    font-size: 14px;
  }
  .inner_section_wrap .inner_section2 li .left .bts a.like > span {
    background: url(../images/sales_txt_like-m.png) no-repeat 0 4px/15px;
    font-size: 14px;
  }
  .inner_section_wrap .inner_section2 li .left .bts a.like.on > span {
    background: url(../images/sales_txt_like_on-m.png) no-repeat 0 4px/15px;
  }
}

@media all and (max-width: 768px) {
  .inner_section_wrap .inner_section2 li {
    margin-bottom: 40px;
  }
  .inner_section_wrap .inner_section2 li .left {
    margin-bottom: 20px;
  }
  .inner_section_wrap .inner_section2 li .left .txt1 {
    font-size: 16px;
    width: 100%;
  }
  .inner_section_wrap .inner_section2 li .left .txt2 {
    font-size: 31px;
    width: 100%;
    line-height: 32px;
    margin: 10px 0 20px;
  }
}

@media all and (max-width: 500px) {
  .inner_section_wrap .inner_section2 .bg {
    background: url("../images/leel-section2-bg-m.jpg") no-repeat 0 0;
    background-size: contain;
  }
}

.inner_section_wrap .inner_section3 {
  position: relative;
  height: 720px;
}

.inner_section_wrap .inner_section3 .sec3_divide {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  cursor: pointer;
  color: #fff;
}

.inner_section_wrap .inner_section3 .sec3_divide .dimd {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 0;
}

.inner_section_wrap .inner_section3 .sec3_divide .sec3_txt {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  font-weight: 400;
  z-index: 1;
}

.inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover .txt1 {
  font-size: 32px;
  font-weight: 400;
}

.inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover .txt2 {
  font-size: 18px;
  margin: 23px 0 55px;
}

.inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover a {
  position: relative;
  padding-bottom: 7px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5px;
}

.inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.inner_section_wrap .inner_section3 .sec3_divide:nth-child(1) .sec3_txt_hover {
  opacity: 1;
}

.inner_section_wrap .inner_section3 .sec3_divide:nth-child(2) .sec3_txt {
  opacity: 1;
}

@media all and (max-width: 1500px) {
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover .txt1 {
    font-size: 28px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover .txt2 {
    font-size: 16px;
  }
}

@media all and (max-width: 1280px) {
  .inner_section_wrap .inner_section3 {
    height: 650px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt {
    bottom: 50px;
    font-size: 18px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover .txt1 {
    font-size: 20px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover .txt2 {
    font-size: 14px;
    margin: 17px 0 48px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover a {
    font-size: 16px;
  }
}

@media all and (max-width: 981px) {
  .inner_section_wrap .inner_section3 {
    height: auto;
  }
  .inner_section_wrap .inner_section3 .sec3_divide {
    float: none;
    width: 100%;
    height: 260px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 400;
    z-index: 1;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 54%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover .txt1 {
    font-size: 25px;
    font-weight: 400;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover .txt2 {
    font-size: 16px;
    margin: 15px 0 30px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover a {
    position: relative;
    padding-bottom: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 5px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .inner_section_wrap .inner_section3 .sec3_divide:nth-child(1) .sec3_txt_hover {
    opacity: 1;
  }
  .inner_section_wrap .inner_section3 .sec3_divide:nth-child(2) .sec3_txt {
    opacity: 1;
  }
}

@media all and (max-width: 768px) {
  .inner_section_wrap .inner_section3 .sec3_divide {
    height: 240px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt {
    font-size: 15px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover .txt1 {
    font-size: 19px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover .txt2 {
    font-size: 15px;
    margin: 15px 0 25px;
  }
  .inner_section_wrap .inner_section3 .sec3_divide .sec3_txt_hover a {
    padding-bottom: 5px;
    font-size: 15px;
  }
}

.inner_section_wrap.fixed {
  position: fixed;
  left: 0;
  top: 0;
}

.goto_main {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 60px;
  height: 100vh;
  z-index: 10;
}

.goto_main div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.goto_main div p {
  width: 100%;
  text-align: center;
}

@media all and (max-width: 1024px) {
  .goto_main {
    top: auto;
    bottom: 0;
    width: 100px;
    height: 100px;
  }
  .goto_main .pc_ver {
    display: none;
  }
  .goto_main .m_ver {
    display: block;
  }
  .goto_main .m_ver img {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .goto_main {
    top: auto;
    bottom: 0;
    width: 80px;
    height: 80px;
  }
}

.sub {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.sub::-webkit-scrollbar {
  display: none;
}

/* 단지사이트 메인 */
#wrap.main {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}

#wrap.ap_main {
  overflow: hidden;
}

.ap-main-type1 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ap-main-type1:after {
  content: "";
  display: block;
  clear: both;
}

.ap-main-type1 .ap-main-v {
  height: 100%;
}

.ap-main-type1 .ap-main-v .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ap-main-type1 .ap-main-v .swiper-slide:after {
  content: "";
  display: block;
  clear: both;
}

.ap-main-type1 .ap-main-v .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ap-main-type1 .ap-main-v .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 1920px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}

.ap-main-type1 .ap-main-v .swiper-slide .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack {
  color: #fff;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type1 {
  position: absolute;
  top: 280px;
  left: 160px;
  width: auto;
  text-align: left;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type2 {
  position: absolute;
  top: 280px;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type3 {
  position: absolute;
  top: 280px;
  left: auto;
  width: auto;
  right: 160px;
  text-align: right;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type4 {
  position: absolute;
  top: 50%;
  left: 160px;
  width: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: left;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type6 {
  position: absolute;
  top: 50%;
  left: auto;
  width: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 160px;
  text-align: right;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type7 {
  position: absolute;
  top: auto;
  left: 160px;
  width: auto;
  bottom: 200px;
  text-align: left;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type8 {
  position: absolute;
  top: auto;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 200px;
  text-align: center;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type9 {
  position: absolute;
  top: auto;
  left: auto;
  width: auto;
  bottom: 200px;
  right: 160px;
  text-align: right;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack .txt1 {
  font-size: 64px;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack .txt2 {
  margin: 20px 0 72px;
  line-height: 28px;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  margin-top: 5px;
  background: #fff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.ap-main-type1 .ap-main-v .swiper-slide .txt_pack a:hover:after {
  width: 100%;
}

@media all and (max-width: 1024px) {
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack a:after {
    width: 100%;
  }
}

@media all and (max-width: 1280px) {
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack {
    color: #fff;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type1 {
    position: absolute;
    top: 230px;
    left: 100px;
    width: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type2 {
    position: absolute;
    top: 230px;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type3 {
    position: absolute;
    top: 230px;
    left: auto;
    width: auto;
    right: 100px;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type4 {
    position: absolute;
    top: 50%;
    left: 100px;
    width: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type5 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type6 {
    position: absolute;
    top: 50%;
    left: auto;
    width: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 100px;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type7 {
    position: absolute;
    top: auto;
    left: 100px;
    width: auto;
    bottom: 200px;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type8 {
    position: absolute;
    top: auto;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 200px;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type9 {
    position: absolute;
    top: auto;
    left: auto;
    width: auto;
    bottom: 200px;
    right: 100px;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack .txt1 {
    font-size: 55px;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    opacity: 0;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack .txt2 {
    margin: 15px 0 52px;
    line-height: 28px;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    opacity: 0;
  }
}

@media all and (max-width: 1024px) {
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type4 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type5 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type6 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type7 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    bottom: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type8 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    bottom: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type9 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    bottom: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack .txt1 {
    font-size: 45px;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack .txt2 {
    margin: 10px 0 40px;
  }
}

@media all and (max-width: 768px) {
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack {
    width: 70% !important;
    word-break: keep-all;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack .txt1 {
    font-size: 35px;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack .txt2 {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0 30px;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack a {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack {
    width: 70% !important;
    word-break: keep-all;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type4 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type5 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type6 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type7 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type8 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type9 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
  }
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack .txt1 {
    font-size: 30px;
  }
}

.ap-main-type1 .ap-main-v .swiper-pagination {
  position: absolute;
  top: 50%;
  left: 160px;
  width: auto;
  height: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.ap-main-type1 .ap-main-v .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  vertical-align: middle;
  margin: 0 30px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ap-main-type1 .ap-main-v .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.ap-main-type1 .ap-schedule {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100px;
  padding-left: 160px;
}

.ap-main-type1 .ap-schedule:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
}

.ap-main-type1 .ap-schedule:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: 4;
  width: 60px;
  height: 100%;
}

.ap-main-type1 .ap-schedule.isEnd:after {
  display: block;
  opacity: .8;
  right: auto;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.ap-main-type1 .ap-schedule.isBeginning:after {
  display: block;
  opacity: .8;
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.ap-main-type1 .ap-schedule .swiper-slide {
  width: auto;
  padding-right: 120px;
  height: 100px;
  color: #fff;
  opacity: 0.7;
}

.ap-main-type1 .ap-schedule .swiper-slide.on {
  opacity: 1;
  font-weight: 600;
}

.ap-main-type1 .ap-schedule .swiper-slide span {
  display: block;
}

.ap-main-type1 .ap-schedule .swiper-slide span:nth-child(1) {
  margin-top: 17px;
  font-size: 26px;
  font-weight: 400;
}

.ap-main-type1 .ap-schedule .swiper-slide span:nth-child(2) {
  margin-top: 8px;
  font-size: 16px;
}

@media all and (max-width: 1024px) {
  .ap-main-type1 .ap-schedule {
    height: 80px;
    padding-left: 90px;
    padding-right: 30px;
  }
  .ap-main-type1 .ap-schedule:before {
    height: 80px;
  }
  .ap-main-type1 .ap-schedule .swiper-slide {
    height: 80px;
    padding-right: 100px;
  }
  .ap-main-type1 .ap-schedule .swiper-slide span:nth-child(1) {
    margin-top: 15px;
    font-size: 22px;
  }
  .ap-main-type1 .ap-schedule .swiper-slide span:nth-child(2) {
    margin-top: 5px;
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .ap-main-type1 .ap-schedule .swiper-slide .img img {
    min-width: 100%;
  }
}

@media all and (max-width: 500px) {
  .ap-main-type1 .ap-schedule {
    height: 60px;
    padding-left: 20px;
    padding-right: 0px;
  }
  .ap-main-type1 .ap-schedule:before {
    height: 60px;
  }
  .ap-main-type1 .ap-schedule .swiper-slide {
    height: 60px;
    padding-right: 40px;
  }
  .ap-main-type1 .ap-schedule .swiper-slide span:nth-child(1) {
    margin-top: 10px;
    font-size: 15px;
  }
  .ap-main-type1 .ap-schedule .swiper-slide span:nth-child(2) {
    margin-top: 5px;
    font-size: 13px;
  }
}

@media all and (max-width: 981px) {
  .ap-main-type1 {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .ap-main-type1 .ap-main-v {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .ap-main-type1 .ap-main-v .swiper-wrapper {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .ap-main-type1 .ap-main-v .swiper-wrapper .swiper-slide {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .ap-main-type1 .ap-main-v .swiper-wrapper .swiper-slide .img {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  /* 20210525 추가 */
  .ap-main-type1 .ap-main-v .swiper-wrapper .swiper-slide .img img{min-width: auto;}
}

@media all and (max-width: 768px) {
  .ap-main-type1 .ap-main-v .swiper-slide .img:after {
    opacity: 0.5;
  }
}

.ap-main-type2 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ap-main-type2:after {
  content: "";
  display: block;
  clear: both;
}

.ap-main-type2 .swiper-container {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 708px;
  overflow: visible;
}

.ap-main-type2 .swiper-container .swiper-slide {
  position: relative;
  width: 100%;
  width: 1600px;
  height: 708px;
}

.ap-main-type2 .swiper-container .swiper-slide:after {
  content: "";
  display: block;
  clear: both;
}

.ap-main-type2 .swiper-container .swiper-slide .img {
  position: relative;
  width: 1600px;
  height: 708px;
  overflow: hidden;
}

.ap-main-type2 .swiper-container .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.ap-main-type2 .swiper-container .swiper-slide .img video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.ap-main-type2 .swiper-container .swiper-slide .txt_pack {
  position: absolute;
  top: 50%;
  left: auto;
  width: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 80px;
  text-align: right;
  color: #fff;
}

.ap-main-type2 .swiper-container .swiper-slide .txt_pack .txt1 {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
  font-size: 70px;
  letter-spacing: 10px;
  margin: 0 -12px 5px 0;
}

.ap-main-type2 .swiper-container .swiper-slide .txt_pack .txt2 {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
  font-size: 30px;
  opacity: 0;
}

.ap-main-type2 .swiper-container .swiper-button-next {
  display: block;
  top: -41px;
  right: 160px;
  width: 127px;
  height: 14px;
  background: url(../images/ap-mainc1-arrow.png) no-repeat right center;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 14px;
  letter-spacing: 2px;
}

.ap-main-type2 .swiper-container .swiper-button-next::after {
  display: none;
}

@media all and (max-width: 1700px) {
  .ap-main-type2 .swiper-container {
    height: 658px;
  }
  .ap-main-type2 .swiper-container .swiper-slide {
    width: 90%;
    height: 658px;
    overflow: hidden;
  }
  .ap-main-type2 .swiper-container .swiper-button-next {
    top: -31px;
    right: 5%;
  }
}

@media all and (max-width: 1280px) {
  .ap-main-type2 .swiper-container {
    height: 70vh;
  }
  .ap-main-type2 .swiper-container .swiper-slide {
    height: 100%;
  }
  .ap-main-type2 .swiper-container .swiper-slide .txt_pack .txt1 {
    font-size: 60px;
  }
  .ap-main-type2 .swiper-container .swiper-slide .txt_pack .txt2 {
    font-size: 25px;
  }
  .ap-main-type2 .swiper-container .swiper-slide .img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1600px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    right: 0;
  }
  .ap-main-type2 .swiper-container .swiper-button-next {
    top: -31px;
    right: 5%;
  }
}

@media all and (max-width: 1024px) {
  .ap-main-type2 .swiper-container .swiper-slide.on img {
    width: auto;
    height: 100%;
  }
  .ap-main-type2 .swiper-container .swiper-slide .img {
    width: 100%;
    height: 100%;
  }
  .ap-main-type2 .swiper-container .swiper-slide .img video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
  .ap-main-type2 .swiper-container .swiper-slide .txt_pack {
    right: 5%;
  }
  .ap-main-type2 .swiper-container .swiper-slide .txt_pack .txt1 {
    font-size: 50px;
  }
  .ap-main-type2 .swiper-container .swiper-slide .txt_pack .txt2 {
    font-size: 22px;
  }
  .ap-main-type2 .swiper-container .swiper-button-next {
    top: -31px;
    right: 5%;
    width: 95px;
    background: url(../images/m-ap-mainc1-arrow.png) no-repeat right center/30px auto;
  }
}

@media all and (max-width: 768px) {
  .ap-main-type2 .swiper-container {
    height: 65vh;
  }
  .ap-main-type2 .swiper-container .swiper-slide .txt_pack .txt1 {
    font-size: 40px;
  }
  .ap-main-type2 .swiper-container .swiper-slide .txt_pack .txt2 {
    font-size: 20px;
  }
  .ap-main-type2 .swiper-container .swiper-button-next {
    top: -21px;
    right: 5%;
  }
}

@media all and (max-width: 500px) {
  .ap-main-type2 .swiper-container .swiper-slide .txt_pack .txt1 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .ap-main-type2 .swiper-container .swiper-slide .txt_pack .txt2 {
    font-size: 18px;
  }
  .ap-main-type2 .swiper-container .swiper-button-next {
    top: -11px;
    right: 5%;
  }
}

@media all and (max-width: 981px) {
  .ap-main-type2 {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

.ap-main-type3 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ap-main-type3:after {
  content: "";
  display: block;
  clear: both;
}

.ap-main-type3 .swiper-container.gallery-top {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.ap-main-type3 .swiper-container.gallery-top .swiper-pagination {
  display: none;
}

.ap-main-type3 .swiper-container.gallery-top .swiper-slide {
  position: relative;
  width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ap-main-type3 .swiper-container.gallery-top .swiper-slide:after {
  content: "";
  display: block;
  clear: both;
}

.ap-main-type3 .swiper-container.gallery-top .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ap-main-type3 .swiper-container.gallery-top .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  min-width: 1920px;
}

.ap-main-type3 .swiper-container.gallery-top .swiper-slide .img img.onlyWeb {
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.ap-main-type3 .swiper-container.gallery-top .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
}

.ap-main-type3 .txt_pack {
  position: absolute;
  top: 50%;
  left: auto;
  width: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 160px;
  text-align: right;
  z-index: 2;
}

.ap-main-type3 .txt_pack .con_bt {
  display: block;
  position: relative;
  margin-top: 28px;
  height: 31px;
  font-size: 26px;
  letter-spacing: 3px;
  color: #fff;
  opacity: 0.2;
  -webkit-transition: .4s;
  transition: .4s;
}

.ap-main-type3 .txt_pack .con_bt.on {
  left: 8px;
  height: 102px;
  font-size: 70px;
  opacity: 1;
  padding-bottom: 38px;
  letter-spacing: 10px;
}

.ap-main-type3 .txt_pack a.e_model {
  display: inline-block;
  margin-top: 70px;
  height: 27px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  opacity: 1;
}

.ap-main-type3 .txt_pack a.e_model:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background: #fff;
}

.ap-main-type3 .swiper-container.gallery-thumbs {
  position: absolute;
  top: auto;
  left: 80px;
  width: 754px;
  height: 140px;
  bottom: 100px;
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide {
  position: relative;
  width: 250px;
  height: 140px;
  overflow: hidden;
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide:after {
  content: "";
  display: block;
  clear: both;
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide:hover:after {
  opacity: 0;
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide:hover img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide img {
  width: 100%;
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide.on::after {
  background-color: rgba(0, 0, 0, 0);
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-button-next {
  right: 15px;
  width: 20px;
  height: 37px;
  background: url(../images/ap-gallery-thumb-slide-next.png) no-repeat 0 0;
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-button-next.swiper-button-disabled {
  opacity: .5;
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-button-prev {
  left: 15px;
  width: 20px;
  height: 37px;
  background: url(../images/ap-gallery-thumb-slide-prev.png) no-repeat 0 0;
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-button-prev.swiper-button-disabled {
  opacity: .5;
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0);
  width: 20px;
  height: 37px;
  left: 15px;
  background: url(../images/ap-mainc2-left.png) no-repeat 0 0;
}

.ap-main-type3 .swiper-container.gallery-thumbs .swiper-button-next:after {
  color: rgba(0, 0, 0, 0);
  width: 20px;
  height: 37px;
  right: 15px;
  background: url(../images/ap-mainc2-right.png) no-repeat 0 0;
}

@media all and (max-width: 1280px) {
  .ap-main-type3 .txt_pack {
    right: 5%;
  }
  .ap-main-type3 .txt_pack .con_bt {
    margin-top: 20px;
    height: 25px;
    font-size: 22px;
  }
  .ap-main-type3 .txt_pack .con_bt.on {
    left: 10px;
    height: 80px;
    font-size: 60px;
    opacity: 1;
    margin-top: 40px;
  }
  .ap-main-type3 .txt_pack a.e_model {
    margin-top: 50px;
    font-size: 16px;
    color: #fff;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs {
    position: absolute;
    top: auto;
    left: 0;
    width: 660px;
    height: 120px;
    bottom: 70px;
    right: 0;
    margin: auto;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide {
    position: relative;
    width: 220px;
    height: 120px;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide:after {
    content: "";
    display: block;
    clear: both;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide::after {
    height: 120px;
  }
}

@media all and (max-width: 1024px) {
  .ap-main-type3 .txt_pack {
    right: 5%;
  }
  .ap-main-type3 .txt_pack .con_bt {
    margin-top: 20px;
    height: 25px;
    font-size: 22px;
  }
  .ap-main-type3 .txt_pack .con_bt.on {
    left: 10px;
    height: 80px;
    font-size: 60px;
    opacity: 1;
    margin-top: 40px;
  }
  .ap-main-type3 .txt_pack a.e_model {
    margin-top: 50px;
    font-size: 16px;
    color: #fff;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs {
    position: absolute;
    top: auto;
    left: 0;
    width: 600px;
    height: 100px;
    bottom: 50px;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide {
    position: relative;
    width: 200px;
    height: 100px;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide:after {
    content: "";
    display: block;
    clear: both;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide::after {
    height: 100px;
  }
}

@media all and (max-width: 981px) {
  .ap-main-type3 {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .ap-main-type3 .swiper-container.gallery-top .swiper-slide {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .ap-main-type3 .swiper-container.gallery-top .swiper-slide .img {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .ap-main-type3 .swiper-container.gallery-top .swiper-slide .img:after {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

@media all and (max-width: 768px) {
  .ap-main-type3 .txt_pack .con_bt {
    font-size: 18px;
  }
  .ap-main-type3 .txt_pack .con_bt.on {
    font-size: 45px;
  }
  .ap-main-type3 .swiper-container.gallery-top .swiper-pagination {
    display: block;
    bottom: 103px;
  }
  .ap-main-type3 .swiper-container.gallery-top .swiper-pagination .swiper-pagination-bullet {
    margin: 0 15px;
    background: #fff;
    opacity: .8;
  }
  .ap-main-type3 .swiper-container.gallery-top .swiper-pagination .swiper-pagination-bullet-active {
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
    background: none;
    border: 1px solid #fff;
  }
  .ap-main-type3 .swiper-container.gallery-top .swiper-slide .img img {
    width: 112%;
    min-width: 112%;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs {
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    width: 450px;
    height: 80px;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide {
    position: relative;
    width: 150px;
    height: 80px;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide:after {
    content: "";
    display: block;
    clear: both;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs .swiper-slide::after {
    height: 80px;
  }
}

@media all and (max-width: 500px) {
  .ap-main-type3 .txt_pack .con_bt {
    margin-top: 17px;
    height: 20px;
    font-size: 17px;
  }
  .ap-main-type3 .txt_pack .con_bt.on {
    padding-bottom: 0;
    left: 6px;
    height: 44px;
    font-size: 30px;
    margin-top: 30px;
    letter-spacing: 6px;
  }
  .ap-main-type3 .txt_pack a.e_model {
    margin-top: 30px;
    height: 23px;
    font-size: 15px;
  }
  .ap-main-type3 .swiper-container.gallery-thumbs {
    position: absolute;
    top: auto;
    left: 0;
    width: 200px;
  }
  .ap-main-type3 .swiper-container.gallery-top .swiper-slide .img img {
    width: 140%;
  }
}

.ap-main-type4 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ap-main-type4:after {
  content: "";
  display: block;
  clear: both;
}

.ap-main-type4 .left {
  position: absolute;
  top: auto;
  left: 0;
  width: 40%;
  bottom: 0;
  height: 760px;
  overflow: hidden;
  background: #6e6963;
  color: #fff;
}

.ap-main-type4 .left .swiper-container {
  height: 100%;
}

.ap-main-type4 .left .swiper-container .swiper-slide {
  padding: 140px 80px;
}

.ap-main-type4 .left .swiper-container .swiper-slide .txt1 {
  font-size: 28px;
  line-height: 40px;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
}

.ap-main-type4 .left .swiper-container .swiper-slide .txt2 {
  margin-top: 71px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
}

.ap-main-type4 .left .swiper-container .swiper-slide .txt3 {
  margin-top: 15px;
  font-size: 22px;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
}

.ap-main-type4 .left .swiper-container .swiper-button-next {
  top: auto;
  bottom: 140px;
  right: 80px;
  width: 30px;
  height: 59px;
  background: url(../images/ap-mainc3-right.png) no-repeat 0 0;
}

.ap-main-type4 .left .swiper-container .swiper-button-prev {
  top: auto;
  left: auto;
  bottom: 140px;
  right: 150px;
  width: 30px;
  height: 59px;
  background: url(../images/ap-mainc3-left.png) no-repeat 0 0;
}

.ap-main-type4 .left .swiper-container .swiper-num {
  position: absolute;
  top: auto;
  left: 80px;
  width: auto;
  bottom: 140px;
}

.ap-main-type4 .left .swiper-container .swiper-num span {
  display: inline-block;
  font-size: 14px;
  height: 14px;
}

.ap-main-type4 .left .swiper-container .swiper-num span.cur {
  font-weight: 900;
}

.ap-main-type4 .left .swiper-container .swiper-num span.line {
  vertical-align: middle;
  margin: 3px 16px 0;
}

.ap-main-type4 .left .swiper-container .swiper-pagination {
  display: none;
}

.ap-main-type4 .right {
  position: absolute;
  top: auto;
  left: auto;
  width: 60%;
  right: 0;
  bottom: 0;
  height: 760px;
  overflow: hidden;
}

.ap-main-type4 .right .rollUnit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ap-main-type4 .right .swiper-slide {
  height: 760px !important;
}

@media all and (max-width: 1700px) {
  .ap-main-type4 .left {
    height: 710px;
  }
  .ap-main-type4 .left .swiper-slide {
    padding: 140px 80px;
    word-break: keep-all;
  }
  .ap-main-type4 .left .swiper-slide br {
    display: none;
  }
  .ap-main-type4 .right {
    height: 710px;
  }
  .ap-main-type4 .right .swiper-slide {
    height: 710px !important;
  }
}

@media all and (max-width: 1280px) {
  .ap-main-type4 .left {
    width: 100%;
    height: 250px;
    bottom: 0;
    overflow: hidden;
  }
  .ap-main-type4 .left .swiper-container {
    width: 100%;
  }
  .ap-main-type4 .left .swiper-container .swiper-slide {
    padding: 65px 5%;
  }
  .ap-main-type4 .left .swiper-container .swiper-slide .txt1 {
    display: none;
  }
  .ap-main-type4 .left .swiper-container .swiper-slide .txt2 {
    margin-top: 0;
  }
  .ap-main-type4 .left .swiper-container .swiper-num {
    left: 5%;
    bottom: 55px;
  }
  .ap-main-type4 .left .swiper-container .swiper-button-next {
    right: 5%;
    bottom: 40px;
    width: 20px;
    height: 40px;
    background-size: 100%;
  }
  .ap-main-type4 .left .swiper-container .swiper-button-prev {
    right: calc(5% + 60px);
    bottom: 40px;
    width: 20px;
    height: 40px;
    background-size: 100%;
  }
  .ap-main-type4 .left .swiper-container .swiper-pagination {
    display: none;
  }
  .ap-main-type4 .right {
    width: 100%;
    bottom: 250px;
    overflow: hidden;
    height: calc(100vh - 456px);
  }
  .ap-main-type4 .right .swiper-slide {
    height: calc(100vh - 456px) !important;
    height: -webkit-calc(100vh - 456px) !important;
  }
}

@media all and (max-width: 1024px) {
  .ap-main-type4 .left {
    height: 200px;
  }
  .ap-main-type4 .left .swiper-container .swiper-slide {
    padding: 50px 5%;
  }
  .ap-main-type4 .left .swiper-container .swiper-num {
    display: none;
    bottom: 38px;
  }
  .ap-main-type4 .left .swiper-container .swiper-button-next {
    display: none;
    bottom: 30px;
    width: 15px;
    height: 30px;
  }
  .ap-main-type4 .left .swiper-container .swiper-button-prev {
    display: none;
    bottom: 30px;
    width: 15px;
    height: 30px;
  }
  .ap-main-type4 .left .swiper-container .swiper-pagination {
    display: block;
    width: auto;
    left: auto;
    right: 5%;
    bottom: auto;
    top: 45px;
  }
  .ap-main-type4 .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 0 0 30px;
    opacity: 1;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ap-main-type4 .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: none;
    border: 2px solid #fff;
  }
  .ap-main-type4 .right {
    bottom: 200px;
    height: calc(100vh - 300px);
  }
  .ap-main-type4 .right .swiper-slide {
    height: calc(100vh - 300px) !important;
    height: -webkit-calc(100vh - 300px) !important;
  }
}

@media all and (max-width: 981px) {
  .ap-main-type4 {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .ap-main-type4 .left {
    height: 150px;
  }
  .ap-main-type4 .left .swiper-container .swiper-slide {
    padding: 30px 5%;
  }
  .ap-main-type4 .left .swiper-container .swiper-slide .txt2 {
    font-size: 15px;
  }
  .ap-main-type4 .left .swiper-container .swiper-slide .txt3 {
    margin-top: 10px;
    font-size: 18px;
  }
  .ap-main-type4 .left .swiper-container .swiper-num {
    bottom: 30px;
  }
  .ap-main-type4 .left .swiper-container .swiper-button-next {
    bottom: 22px;
    width: 15px;
    height: 30px;
  }
  .ap-main-type4 .left .swiper-container .swiper-button-prev {
    bottom: 22px;
    width: 15px;
    height: 30px;
  }
  .ap-main-type4 .left .swiper-container .swiper-pagination {
    top: 25px;
  }
  .ap-main-type4 .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 0 0 20px;
  }
  .ap-main-type4 .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
  }
  .ap-main-type4 .right {
    bottom: 150px;
    height: calc(100vh - 250px);
    height: calc(var(--vh, 1vh) * 100 - 250px);
  }
  .ap-main-type4 .right swiper-slide {
    height: calc(100vh - 250px) !important;
    height: calc(var(--vh, 1vh) * 100 - 250px) !important;
  }
}

@media all and (max-width: 768px) {
  .ap-main-type4 .left {
    height: 100px;
  }
  .ap-main-type4 .left .swiper-container .swiper-slide {
    padding: 25px 5% 25px 5%;
  }
  .ap-main-type4 .left .swiper-container .swiper-slide .txt2 {
    font-size: 13px;
  }
  .ap-main-type4 .left .swiper-container .swiper-slide .txt3 {
    margin-top: 10px;
    font-size: 16px;
  }
  .ap-main-type4 .left .swiper-container .swiper-num {
    left: auto;
    right: 40px;
    bottom: 71px;
  }
  .ap-main-type4 .left .swiper-container .swiper-num span {
    font-size: 12px;
  }
  .ap-main-type4 .left .swiper-container .swiper-num span.line {
    margin: 3px 8px 0;
  }
  .ap-main-type4 .left .swiper-container .swiper-button-next {
    bottom: 67px;
    width: 10px;
    height: 20px;
  }
  .ap-main-type4 .left .swiper-container .swiper-button-prev {
    right: 120px;
    bottom: 67px;
    width: 10px;
    height: 20px;
  }
  .ap-main-type4 .left .swiper-container .swiper-pagination {
    top: 18px;
  }
  .ap-main-type4 .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 0 0 15px;
  }
  .ap-main-type4 .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
  }
  .ap-main-type4 .right {
    bottom: 100px;
    height: calc(100vh - 168px);
    height: calc(var(--vh, 1vh) * 100 - 168px);
  }
  .ap-main-type4 .right .swiper-slide {
    height: calc(100vh - 168px) !important;
    height: calc(var(--vh, 1vh) * 100 - 168px) !important;
  }
}

.ap-main-type5 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ap-main-type5:after {
  content: "";
  display: block;
  clear: both;
}

.ap-main-type5 .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ap-main-type5 .bgimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 1920px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ap-main-type5 .swiper-container {
  position: absolute;
  top: auto;
  left: 50%;
  width: 1600px;
  bottom: 20%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  color: #fff;
}

.ap-main-type5 .swiper-container .tit {
  font-size: 70px;
  font-weight: 400;
}

.ap-main-type5 .swiper-container a {
  color: #fff;
}

.ap-main-type5 .swiper-container .swiper-wrapper {
  margin-top: 65px;
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  width: 360px;
  height: 400px;
  padding: 60px;
  overflow: hidden;
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide:after {
  content: "";
  display: block;
  clear: both;
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt1 {
  font-size: 16px;
  margin-bottom: 12px;
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 28px;
  word-break: keep-all;
  max-height: 108px;
  /* multiAbbr는 IE에서 사용금지 */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt3 {
  font-size: 18px;
  line-height: 30px;
  word-break: keep-all;
  /* multiAbbr는 IE에서 사용금지 */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .date, .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .list_type1 .list_area a .noti, .list_type1 .list_area a .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .noti {
  position: absolute;
  top: auto;
  left: 60px;
  width: auto;
  bottom: 60px;
  font-size: 16px;
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide span {
  display: block;
  position: absolute;
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide span:nth-child(1) {
  top: 0;
  left: -150%;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide span:nth-child(2) {
  top: -150%;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide span:nth-child(3) {
  bottom: 0;
  right: -150%;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide span:nth-child(4) {
  bottom: -150%;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide:hover span:nth-child(1) {
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide:hover span:nth-child(2) {
  top: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide:hover span:nth-child(3) {
  right: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide:hover span:nth-child(4) {
  bottom: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.ap-main-type5 .swiper-container .swiper-pagination {
  display: none;
}

.ap-main-type5 .swiper-container .more {
  position: absolute;
  top: 35px;
  left: auto;
  width: auto;
  right: 0;
}

.ap-main-type5 .swiper-container .more span {
  font-weight: 600;
  padding-right: 20px;
  background: url(../images/icon-mycastle-more.png) no-repeat right center;
}

@media all and (max-width: 1700px) {
  .ap-main-type5 .swiper-container {
    width: 90%;
    bottom: 20%;
  }
}

@media all and (max-width: 1280px) {
  .ap-main-type5 .swiper-container {
    bottom: 20%;
  }
  .ap-main-type5 .swiper-container .tit {
    font-size: 60px;
  }
  .ap-main-type5 .swiper-container a {
    color: #fff;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper {
    margin-top: 65px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide {
    width: 360px;
    height: 430px;
    padding: 45px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
    max-height: 94px;
    /* multiAbbr는 IE에서 사용금지 */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt3 {
    font-size: 16px;
    line-height: 28px;
    /* multiAbbr는 IE에서 사용금지 */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 56px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .date, .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .list_type1 .list_area a .noti, .list_type1 .list_area a .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .noti {
    position: absolute;
    top: auto;
    left: 45px;
    width: auto;
    bottom: 45px;
    font-size: 15px;
  }
}

@media all and (max-width: 1024px) {
  .ap-main-type5 .swiper-container {
    overflow: visible;
  }
  .ap-main-type5 .swiper-container .tit {
    display: none;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper {
    margin-top: 0;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    width: 360px;
    height: 400px;
    padding: 30px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide:after {
    content: "";
    display: block;
    clear: both;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
    max-height: 90px;
    /* multiAbbr는 IE에서 사용금지 */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt3 {
    font-size: 17px;
    line-height: 28px;
    /* multiAbbr는 IE에서 사용금지 */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 56px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .date, .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .list_type1 .list_area a .noti, .list_type1 .list_area a .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .noti {
    position: absolute;
    top: auto;
    left: 30px;
    width: auto;
    bottom: 30px;
    font-size: 15px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide span:nth-child(2) {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide span:nth-child(4) {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
  .ap-main-type5 .swiper-container .swiper-pagination {
    display: block;
    width: auto;
    bottom: auto;
    top: -40px;
  }
  .ap-main-type5 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    margin: 0 30px 0 0px;
    opacity: 1;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ap-main-type5 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background: none;
    border: 2px solid #fff;
  }
  .ap-main-type5 .swiper-container .more {
    position: absolute;
    top: -35px;
    left: auto;
    width: auto;
    right: 0;
  }
  .ap-main-type5 .swiper-container .more span {
    font-size: 15px;
    padding-right: 20px;
    background: url(../images/icon-mycastle-more.png) no-repeat right center;
  }
}

@media all and (max-width: 981px) {
  .ap-main-type5 {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .ap-main-type5 .bgimg {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

@media all and (max-width: 768px) {
  .ap-main-type5 .bgimg img {
    min-width: auto;
    width: auto;
    height: 100%;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    width: 360px;
    padding: 30px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide:after {
    content: "";
    display: block;
    clear: both;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt1 {
    font-size: 14px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt2 {
    font-size: 20px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt3 {
    font-size: 16px;
  }
  .ap-main-type5 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 20px 0 0px;
  }
  .ap-main-type5 .swiper-container .more {
    position: absolute;
    top: -35px;
    left: auto;
    width: auto;
    right: 0;
  }
  .ap-main-type5 .swiper-container .more span {
    font-size: 14px;
    padding-right: 20px;
    background: url(../images/m-icon-mycastle-more.png) no-repeat right center/10px auto;
  }
}

@media all and (max-width: 500px) {
  .ap-main-type5 .swiper-container {
    height: 272px;
    bottom: 18%;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    width: 300px;
    height: 272px;
    padding: 35px 5%;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide:after {
    content: "";
    display: block;
    clear: both;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt1 {
    font-size: 13px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt2 {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 25px;
    max-height: 75px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .txt3 {
    height: 42px;
    font-size: 14px;
    line-height: 20px;
  }
  .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .date, .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .list_type1 .list_area a .noti, .list_type1 .list_area a .ap-main-type5 .swiper-container .swiper-wrapper .swiper-slide .noti {
    bottom: 35px;
    left: 15px;
  }
  .ap-main-type5 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 15px 0 0px;
  }
  .ap-main-type5 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
  }
  .ap-main-type5 .swiper-container .more {
    position: absolute;
    top: -35px;
    left: auto;
    width: auto;
    right: 0;
  }
  .ap-main-type5 .swiper-container .more span {
    font-size: 14px;
    padding-right: 20px;
    background: url(../images/m-icon-mycastle-more.png) no-repeat right top 6px/10px auto;
  }
}

.ap-main-type6 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ap-main-type6:after {
  content: "";
  display: block;
  clear: both;
}

.ap-main-type6 .txt_area {
  position: absolute;
  top: 50%;
  left: 80px;
  width: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #333;
  font-size: 58px;
  line-height: 70px;
  width: 30%;
  word-break: keep-all;
}

.ap-main-type6 .bts_area {
  position: absolute;
  top: 50%;
  left: auto;
  width: 960px;
  -webkit-transform: translate(0, -20%);
          transform: translate(0, -20%);
  right: 26px;
}

.ap-main-type6 .bts_area .swiper-wrapper {
  display: block;
}

.ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide {
  display: inline-block;
  width: 316px;
  height: 270px;
  padding-right: 66px;
  padding-bottom: 10px;
}

.ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide .txt1 {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide .txt2 {
  margin-top: 13px;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}

.ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide .img img {
  width: 48px;
  height: auto;
}

.ap-main-type6 .bts_area .swiper-pagination {
  display: none;
}

.ap-main-type6 .bts_area.reset .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

@media all and (max-width: 1700px) {
  .ap-main-type6 .txt_area {
    position: absolute;
    top: 50%;
    left: 80px;
    width: 90%;
    top: calc(10% + 136px) !important;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    color: #333;
    font-size: 58px;
    line-height: 70px;
  }
  .ap-main-type6 .txt_area strong {
    font-weight: 500;
  }
  .ap-main-type6 .bts_area {
    position: absolute;
    top: 50%;
    left: 80px;
    width: 100%;
    top: auto !important;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    right: auto;
    bottom: 50px;
  }
  .ap-main-type6 .bts_area .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide {
    display: inline-block;
    width: 316px;
    height: 270px;
    padding-right: 66px;
    padding-bottom: 10px;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide .txt1 {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide .txt2 {
    margin-top: 13px;
    font-size: 18px;
    line-height: 28px;
    color: #666;
  }
  .ap-main-type6 .bts_area .swiper-pagination {
    display: block;
    width: auto;
    bottom: 5%;
  }
  .ap-main-type6 .bts_area .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #9e9e9e;
    margin: 0 30px 0 0;
    opacity: 1;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ap-main-type6 .bts_area .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: none;
    border: 2px solid #9e9e9e;
  }
}

@media all and (max-width: 1280px) {
  .ap-main-type6 .txt_area {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    top: calc(10% + 136px) !important;
    font-size: 50px;
    line-height: 60px;
  }
  .ap-main-type6 .txt_area .swiper-wrapper a.swiper-slide {
    height: 270px;
  }
  .ap-main-type6 .bts_area {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 100%;
    bottom: 50px;
  }
}

@media all and (max-width: 1024px) {
  .ap-main-type6 .txt_area {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    top: calc(10% + 100px) !important;
    font-size: 40px;
    line-height: 50px;
  }
  .ap-main-type6 .bts_area {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 100%;
    bottom: 13%;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide {
    height: 250px;
    padding-right: 40px;
    padding-bottom: 10px;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide .txt1 {
    margin-top: 15px;
    font-size: 15px;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide .txt2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide .img img {
    width: 52px;
    height: auto;
  }
  .ap-main-type6 .bts_area .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 20px 0 0;
  }
  .ap-main-type6 .bts_area .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
  }
}

@media all and (max-width: 981px) {
  .ap-main-type6 {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

@media all and (max-width: 768px) {
  .ap-main-type6 .txt_area {
    position: absolute;
    top: 50%;
    left: 5%;
    width: auto;
    top: calc(10% + 100px) !important;
    font-size: 36px;
    line-height: 46px;
  }
  .ap-main-type6 .bts_area {
    bottom: 23%;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide {
    height: 225px;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide .txt2 {
    word-break: keep-all;
  }
  .ap-main-type6 .bts_area .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 15px 0 0;
  }
  .ap-main-type6 .bts_area .swiper-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    border: 1px solid #9e9e9e;
  }
}

@media all and (max-width: 500px) {
  .ap-main-type6 .txt_area {
    position: absolute;
    top: 50%;
    left: 5%;
    width: auto;
    top: calc(10% + 68px) !important;
    font-size: 30px;
    line-height: 40px;
  }
  .ap-main-type6 .bts_area {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 100%;
    bottom: 16%;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide {
    width: 250px;
    height: 220px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide .txt1 {
    margin-top: 13px;
    font-size: 14px;
  }
  .ap-main-type6 .bts_area .swiper-wrapper a.swiper-slide .txt2 {
    margin-top: 8px;
    font-size: 15px;
    line-height: 25px;
  }
  .ap-main-type6 .bts_area .swiper-pagination {
    bottom: 3%;
  }
}

@media all and (max-width: 320px) {
  .ap-main-type6 .bts_area {
    bottom: 13%;
  }
}

/*영상*/
.view_map.video_area .vm_swipe {
  border: none;
  padding-bottom: 0;
}

.view_map.video_area .swiper-slide iframe {
  width: 100%;
  height: 100%;
}

.view_map.video .vm_swipe {
  border: none;
  padding-bottom: 0;
}

.view_map.video .vm_swipe .swipe_top .swiper-pagination-fraction {
  bottom: auto;
  top: 40px;
  right: 124px;
  left: auto;
  width: auto;
  text-align: left;
  font-family: "Manrope", "Malgun Gothic", "sans-serif";
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
}

.view_map.video .vm_swipe .swipe_top .swiper-pagination-current {
  margin-right: 16px;
  font-weight: bold;
}

.view_map.video .vm_swipe .swipe_top .swiper-pagination-total {
  margin-left: 16px;
}

.view_map.video .vm_swipe .swipe_top .swiper-button-next {
  top: 63px;
}

.view_map.video .vm_swipe .swipe_top .swiper-button-prev {
  top: 63px;
}

.view_map.video .vm_swipe .vm_top .swiper-slide {
  width: 1160px;
  height: 653px;
  overflow: hidden;
}

.view_map.video .vm_swipe .vm_top .swiper-slide iframe {
  width: 1160px;
  height: 653px;
}

.view_map.video .vm_swipe .vm_thumbs {
  width: 1160px;
  height: 181px;
}

.view_map.video .vm_swipe .vm_thumbs .swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.view_map.video .vm_swipe .vm_thumbs .swiper-slide {
  margin: 0px;
}

.view_map.video .vm_swipe .vm_thumbs .swiper-slide .img {
  height: 145px;
}

.view_map.video .vm_swipe .swiper-button-next1 {
  position: absolute;
  top: auto;
  left: auto;
  width: 20px;
  bottom: 90px;
  right: -60px;
  height: 38px;
  background: url(../images/video-swiper-right.png) no-repeat right center;
  z-index: 10;
}

.view_map.video .vm_swipe .swiper-button-prev1 {
  position: absolute;
  top: auto;
  left: -60px;
  width: 20px;
  bottom: 90px;
  height: 38px;
  background: url(../images/video-swiper-left.png) no-repeat right center;
  z-index: 10;
}

/*디자인 아이덴티티*/
.design_identity {
  position: relative;
  width: 100%;
}

.design_identity:after {
  content: "";
  display: block;
  clear: both;
}

.design_identity .section.sec1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
}

.design_identity .section.sec1 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.design_identity .section.sec1 .di_dimd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.9;
}

.design_identity .section.sec1 .fir_txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  text-align: center;
}

.design_identity .section.sec1 .fir_txt span {
  display: block;
}

.design_identity .section.sec1 .fir_txt span.txt1 {
  font-size: 24px;
  opacity: 0.5;
  letter-spacing: 5px;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
}

.design_identity .section.sec1 .fir_txt span.txt2 {
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 20px;
  margin-top: 52px;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
}

.design_identity .section.sec1 .scroll_icon {
  position: absolute;
  top: auto;
  left: 50%;
  width: 1px;
  position: absolute;
  bottom: 0;
  margin-left: -1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
}

.design_identity .section.sec1 .scroll_icon span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  -webkit-animation: scrollMotion 1.8s infinite ease-out;
          animation: scrollMotion 1.8s infinite ease-out;
}

@keyframes scrollMotion {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.design_identity .section.sec2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
}

.design_identity .section.sec2 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../images/design-identity1-img.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.design_identity .section.sec3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
}

.design_identity .section.sec3 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../images/design-identity2-img.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.design_identity .section.sec4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}

.design_identity .section.sec4 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../images/design-identity3-img.jpg) center center no-repeat;
  background-size: cover;
}

.design_identity .section.sec5 {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.design_identity .section.sec5:after {
  content: "";
  display: block;
  clear: both;
}

.design_identity .section.sec5 div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  height: 100%;
}

.design_identity .section.sec5 div .txt1 {
  display: block;
  letter-spacing: 3px;
  font-size: 40px;
  line-height: 52px;
  color: #333;
  font-weight: 900;
  opacity: 0;
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  position: absolute;
  top: 17%;
  left: 50%;
  width: 100%;
}

.design_identity .section.sec5 div .txt2 {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #333;
  opacity: 0;
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  position: absolute;
  top: 27%;
  left: 50%;
  width: 100%;
}

.design_identity .section.sec5 div .txt3 {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #333;
  opacity: 0;
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  position: absolute;
  top: 43%;
  left: 50%;
  width: 100%;
}

.design_identity .section.sec5 div .txt4 {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #333;
  opacity: 0;
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  position: absolute;
  top: 56%;
  left: 50%;
  width: 100%;
}

.design_identity .section.sec5 div .txt5 {
  display: block;
  font-size: 100px;
  line-height: 110px;
  font-weight: 900;
  letter-spacing: 10px;
  color: #333;
  opacity: 0;
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  position: absolute;
  top: 67%;
  left: 50%;
  width: 100%;
}

.design_identity .section.sec5 div .txt6 {
  opacity: 0;
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  position: absolute;
  top: 85%;
  left: 50%;
  width: 100%;
}

/* 20210125 IE 틀어짐 수정 */
#wrap .design_identity .section.sec5 div .txt1,
#wrap .design_identity .section.sec5 .txt2,
#wrap .design_identity .section.sec5 .txt3,
#wrap .design_identity .section.sec5 .txt4,
#wrap .design_identity .section.sec5 .txt5,
#wrap .design_identity .section.sec5 .txt6{
    left:0!important;transform:translate(0, 50px);
}

.design_identity .section.sec5 div .txt6 a {
  display: inline-block;
}

.design_identity .design_id_txt_div {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 345px;
  z-index: 1;
}

.design_identity .design_id_txt_div .sec_txt {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 0;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 20px;
  color: #fff;
  text-align: center;
  opacity: 0;
}

.design_identity .design_id_txt_div .thr_txt {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  font-size: 100px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.design_identity .design_id_txt_div .thr_txt span {
  display: inline-block;
  opacity: 0;
  padding: 0 7px;
}

.design_identity .design_id_txt_div .for_txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 20px;
  color: #fff;
  text-align: center;
  opacity: 0;
}

.design_identity .design_id_txt_div .sec_subTxt1 {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  opacity: 0;
}

.design_identity .design_id_txt_div .sec_subTxt2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  opacity: 0;
}

.design_identity .design_id_txt_div .sec_thrTxt {
  position: absolute;
  top: 130%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  opacity: 0;
}

@media all and (max-width: 1280px) {
  .design_identity .design_id_txt_div {
    height: calc(345px / 1.25);
  }
  .design_identity .design_id_txt_div .sec_txt {
    font-size: 80px;
    letter-spacing: 15px;
  }
  .design_identity .design_id_txt_div .thr_txt {
    font-size: 80px;
  }
  .design_identity .design_id_txt_div .thr_txt span {
    padding: 0 4px;
  }
  .design_identity .design_id_txt_div .for_txt {
    font-size: 80px;
    letter-spacing: 15px;
  }
  .design_identity .design_id_txt_div .sec_subTxt1 {
    font-size: 28px;
    line-height: 40px;
  }
  .design_identity .design_id_txt_div .sec_subTxt2 {
    font-size: 28px;
    line-height: 40px;
  }
  .design_identity .design_id_txt_div .sec_thrTxt {
    font-size: 28px;
    line-height: 40px;
  }
}

@media all and (max-width: 1024px) {
  .design_identity .design_id_txt_div {
    height: calc(345px / 1.25);
  }
  .design_identity .design_id_txt_div .sec_txt {
    font-size: 65px;
    letter-spacing: 12px;
  }
  .design_identity .design_id_txt_div .thr_txt {
    font-size: 65px;
  }
  .design_identity .design_id_txt_div .thr_txt span {
    padding: 0 4px;
  }
  .design_identity .design_id_txt_div .for_txt {
    font-size: 65px;
    letter-spacing: 12px;
  }
  .design_identity .design_id_txt_div .sec_subTxt1 {
    font-size: 26px;
    line-height: 38px;
  }
  .design_identity .design_id_txt_div .sec_subTxt2 {
    font-size: 26px;
    line-height: 38px;
  }
  .design_identity .design_id_txt_div .sec_thrTxt {
    font-size: 26px;
    line-height: 38px;
  }
}

@media all and (max-width: 981px) {
  .design_identity .design_id_txt_div {
    height: calc(345px / 1.5);
  }
  .design_identity .design_id_txt_div .sec_txt {
    font-size: 60px;
    letter-spacing: 8px;
  }
  .design_identity .design_id_txt_div .thr_txt {
    font-size: 60px;
  }
  .design_identity .design_id_txt_div .thr_txt span {
    padding: 0 3px;
  }
  .design_identity .design_id_txt_div .for_txt {
    font-size: 60px;
    letter-spacing: 8px;
  }
  .design_identity .design_id_txt_div .sec_subTxt1 {
    font-size: 22px;
    line-height: 34px;
  }
  .design_identity .design_id_txt_div .sec_subTxt2 {
    font-size: 22px;
    line-height: 34px;
  }
  .design_identity .design_id_txt_div .sec_thrTxt {
    font-size: 22px;
    line-height: 34px;
  }
}

@media all and (max-width: 768px) {
  .design_identity .design_id_txt_div {
    height: calc(345px / 2.5);
  }
  .design_identity .design_id_txt_div .sec_txt {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .design_identity .design_id_txt_div .thr_txt {
    font-size: 40px;
  }
  .design_identity .design_id_txt_div .thr_txt span {
    padding: 0 2px;
  }
  .design_identity .design_id_txt_div .for_txt {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .design_identity .design_id_txt_div .sec_subTxt1 {
    font-size: 15px;
    line-height: 22px;
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
  .design_identity .design_id_txt_div .sec_subTxt2 {
    font-size: 15px;
    line-height: 22px;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
  .design_identity .design_id_txt_div .sec_thrTxt {
    font-size: 15px;
    line-height: 22px;
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
}

@media all and (max-width: 1280px) {
  .design_identity .section.sec1 .fir_txt span.txt1 {
    font-size: 18px;
  }
  .design_identity .section.sec1 .fir_txt span.txt2 {
    font-size: 80px;
    letter-spacing: 18px;
    margin-top: 45px;
  }
  .design_identity .section.sec2 {
    padding-bottom: 145px;
  }
  .design_identity .section.sec2 .txt_area {
    padding-top: 500px;
  }
  .design_identity .section.sec2 .txt_area .txt1 {
    font-size: 80px;
  }
  .design_identity .section.sec2 .txt_area .txt2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    margin-top: 170px;
  }
  .design_identity .section.sec2 .txt_area .txt3 {
    font-size: 25px;
    line-height: 45px;
    margin-top: 300px;
  }
  .design_identity .section.sec3 .txt_area .txt1 {
    font-size: 25px;
  }
  .design_identity .section.sec3 .txt_area .txt2 {
    font-size: 80px;
    letter-spacing: 18px;
  }
  .design_identity .section.sec5 div {
    width: 100%;
  }
  .design_identity .section.sec5 div .txt1 {
    font-size: 35px;
    line-height: 45px;
  }
  .design_identity .section.sec5 div .txt2 {
    font-size: 20px;
    line-height: 28px;
  }
  .design_identity .section.sec5 div .txt3 {
    font-size: 20px;
    line-height: 28px;
  }
  .design_identity .section.sec5 div .txt4 {
    font-size: 20px;
    line-height: 28px;
  }
  .design_identity .section.sec5 div .txt5 {
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 10px;
  }
}

@media all and (max-width: 1024px) {
  .design_identity .section.sec1 .fir_txt span.txt1 {
    font-size: 15px;
  }
  .design_identity .section.sec1 .fir_txt span.txt2 {
    font-size: 65px;
    letter-spacing: 15px;
    margin-top: 35px;
  }
  .design_identity .section.sec2 {
    padding-bottom: 100px;
  }
  .design_identity .section.sec2 .txt_area {
    padding-top: 400px;
  }
  .design_identity .section.sec2 .txt_area .txt1 {
    font-size: 65px;
  }
  .design_identity .section.sec2 .txt_area .txt2 {
    font-size: 18px;
    line-height: 35px;
    margin-top: 140px;
  }
  .design_identity .section.sec2 .txt_area .txt3 {
    font-size: 18px;
    line-height: 35px;
    margin-top: 200px;
  }
  .design_identity .section.sec3 .txt_area .txt1 {
    font-size: 18px;
  }
  .design_identity .section.sec3 .txt_area .txt2 {
    font-size: 65px;
    letter-spacing: 15px;
  }
  .design_identity .section.sec5 div .txt1 {
    font-size: 32px;
    line-height: 42px;
  }
  .design_identity .section.sec5 div .txt2 {
    font-size: 19px;
    line-height: 27px;
  }
  .design_identity .section.sec5 div .txt3 {
    font-size: 19px;
    line-height: 27px;
  }
  .design_identity .section.sec5 div .txt4 {
    font-size: 19px;
    line-height: 27px;
  }
  .design_identity .section.sec5 div .txt5 {
    font-size: 75px;
    line-height: 85px;
  }
}

@media all and (max-width: 981px) {
  .design_identity .section.sec1 .fir_txt span.txt1 {
    font-size: 15px;
  }
  .design_identity .section.sec1 .fir_txt span.txt2 {
    font-size: 60px;
  }
  .design_identity .section.sec2 .txt_area .txt1 {
    font-size: 60px;
  }
  .design_identity .section.sec3 .txt_area .txt2 {
    font-size: 60px;
  }
  .design_identity .section.sec5 div .txt1 {
    font-size: 30px;
    line-height: 40px;
  }
  .design_identity .section.sec5 div .txt2 {
    font-size: 16px;
    line-height: 24px;
  }
  .design_identity .section.sec5 div .txt3 {
    font-size: 16px;
    line-height: 24px;
  }
  .design_identity .section.sec5 div .txt4 {
    font-size: 16px;
    line-height: 24px;
  }
  .design_identity .section.sec5 div .txt5 {
    font-size: 70px;
    line-height: 80px;
  }
  .design_identity .section.sec5 div .txt6 .motionBt1 {
    height: 43px;
    font-size: 15px;
  }
  .design_identity .section.sec5 div .txt6 .motionBt1:last-child {
    margin-bottom: 0;
  }
  .design_identity .section.sec5 div .txt6 .motionBt1 span {
    line-height: 43px;
  }
}

@media all and (max-width: 768px) {
  .design_identity .section.sec1 .fir_txt span.txt1 {
    font-size: 15px;
  }
  .design_identity .section.sec1 .fir_txt span.txt2 {
    font-size: 35px;
    letter-spacing: 10px;
    margin-top: 20px;
    word-break: keep-all;
  }
  .design_identity .section.sec2 {
    padding-bottom: 200px;
  }
  .design_identity .section.sec2 .txt_area {
    padding-top: 250px;
  }
  .design_identity .section.sec2 .txt_area .txt1 {
    font-size: 35px;
  }
  .design_identity .section.sec2 .txt_area .txt2 {
    font-size: 15px;
    line-height: 25px;
    margin-top: 100px;
  }
  .design_identity .section.sec2 .txt_area .txt3 {
    font-size: 15px;
    line-height: 25px;
    margin-top: 150px;
  }
  .design_identity .section.sec3 .txt_area .txt1 {
    font-size: 15px;
  }
  .design_identity .section.sec3 .txt_area .txt2 {
    font-size: 35px;
    letter-spacing: 10px;
  }
  .design_identity .section.sec5 div {
    height: auto;
  }
  .design_identity .section.sec5 div .txt1 {
    font-size: 15px;
    line-height: 25px;
    position: relative;
    -webkit-transform: translate(-50%, 70%);
            transform: translate(-50%, 70%);
    opacity: 0;
  }
  .design_identity .section.sec5 div .txt2 {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    opacity: 0;
  }
  .design_identity .section.sec5 div .txt3 {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    -webkit-transform: translate(-50%, 60%);
            transform: translate(-50%, 60%);
    opacity: 0;
  }
  .design_identity .section.sec5 div .txt4 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    -webkit-transform: translate(-50%, 70%);
            transform: translate(-50%, 70%);
    opacity: 0;
  }
  .design_identity .section.sec5 div .txt5 {
    margin-top: 28px;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 1px;
    word-break: keep-all;
    position: relative;
    -webkit-transform: translate(-50%, 70%);
            transform: translate(-50%, 70%);
    opacity: 0;
  }
  .design_identity .section.sec5 div .txt6 {
    margin-top: 31px;
    position: relative;
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
    opacity: 0;
  }
  .design_identity .section.sec5 div .txt6 .motionBt1 {
    margin-bottom: 7px;
    width: 90%;
    height: 38px;
    font-size: 13px;
  }
  .design_identity .section.sec5 div .txt6 .motionBt1:last-child {
    margin-bottom: 0;
  }
  .design_identity .section.sec5 div .txt6 .motionBt1 span {
    line-height: 38px;
  }
}

/* 202104 메인 링크영역 수정 */
.sec_two .sales_list_wrap .sales {position: relative;padding: 0;width: 25%;border-right: 1px solid rgba(255, 255, 255, 0.15);color: #fff;}
.sec_two .sales_list_wrap .sales>div {position: relative;height: 100%;z-index: 1;}
.sec_two .sales_list_wrap .sales .txt_area {padding: 180px 0 0 0;width: 100%;height: 100%;z-index: 10;}
.sec_two .sales_list_wrap .sales .info_link_new{padding:50px 75px;display:block;color:#fff;}
.sec_two .sales_list_wrap .sales .txt_area .bts {margin-top:0;margin-left:45px;}
.sec_two .sales_list_wrap .sales .txt_area .bts a {display:inline-block;padding: 30px;margin-right:20px;position: relative;z-index: 100;}
.sec_two .sales_list_wrap .sales .txt_area .bts .like.btn_intrt{margin-right:0;}

@media (max-width: 1280px){
    .sec_two .sales_list_wrap .sales .txt_area{padding:150px 0 0 0;}
    .sec_two .sales_list_wrap .sales .txt_area .bts{margin-left:55px;}
    .sec_two .sales_list_wrap .sales .txt_area .bts a{padding:20px}
}
@media all and (max-width: 500px) {
    .sec_two .sales_list_wrap .sales .txt_area{padding:calc(5% + 68px) 3% 0 5%;}
    .sec_two .sales_list_wrap .sales .info_link_new{padding:0;}
    .sec_two .sales_list_wrap .sales .txt_area .bts{margin-left:0;}
    .sec_two .sales_list_wrap .sales .txt_area .bts a{padding:15px 0;}
}

.flex_box{display:flex;align-items:center;gap:20px;}

/* s : 20250331 메인 알림 텍스트 추가 */
.ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type10 {
    position: absolute;
    top: auto;
    left: 160px;
    width: auto;
    bottom: 20px;
    text-align: left;
}

@media all and (max-width: 1280px) {
    .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type10 {
        position: absolute;
        top: auto;
        left: 100px;
        width: auto;
        bottom: 20px;
    }   
}

@media all and (max-width: 1024px) {
    .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type10 {
        position: absolute;
        top: auto;
        bottom: 20px;
        left: 50%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-align: center;
    }   
}

@media all and (max-width: 500px) {
    .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type10 {
        position: absolute;
        top: auto;
        bottom: 20px;
        left: 50%;
    }   
}
/* e : 20250331 메인 알림 텍스트 추가 */

/* s : 20250403 메인 알림 텍스트 폰트 사이즈 수정 */
.ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type10 .txt2 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .ap-main-type1 .ap-main-v .swiper-slide .txt_pack.type10 .txt2 {
      font-size: 19px;
  }
}
/* e : 20250403 메인 알림 텍스트 폰트 사이즈 수정 */
