@charset "utf-8";
/********************************************
  헤더
********************************************/
.temp_header_skin1.on{background: rgba(0, 0, 0, 0.5);}

.imgCenter_type {text-align:center; position:relative;}
.imgCenter_type img {max-width: 100%;}
@media screen and (max-width: 1024px) {
  .imgCenter_type {padding: 0 20px;}
}

/********************************************
  크게보기 버튼
********************************************/
.button_group {text-align: center; padding: clamp(20px, calc(40/640 * 100vw), 40px) 0;}
.button_group .round_btn {
  background: #003a31;
  border-radius: clamp(20px, calc(30/640 * 100vw), 30px); 
  padding: clamp(10px, calc(15/640 * 100vw), 15px) clamp(20px, calc(40/640 * 100vw), 40px); 
  color: #fff; 
  display: inline-block; 
  font-size: clamp(14px, calc(18/640 * 100vw), 18px);
  transition: all .3s;
}
.button_group .round_btn i {margin-right: 10px; position: relative; top: 2px;}
/* .button_group .round_btn:hover {
    background:var(--point_color);
    box-shadow: rgb(0 0 0 / 19%) 0px 0.3rem 1rem, rgb(0 0 0 / 23%) 0px 0.2rem 0.2rem;
} */
.button_group .round_btn span {margin-left: 10px;}
.button_group .round_btn.gradient {background: linear-gradient(to right, rgba(0,44,139,1) 0%, rgba(0,146,117,1) 100%);}

/******************************************
  오리발
******************************************/
.foot_summary {color: #000; text-align: left; max-width: 1510px; margin: 100px auto 0;}
.foot_summary li{color: #000; font-family: 'SUIT'; font-size: 18px; font-weight: 300;}
@media screen and (max-width: 1600px) {
  .foot_summary{padding: 0 25px;}
}
@media screen and (max-width: 600px) {
  .foot_summary{margin: 20px auto 0;}
  .foot_summary li{font-size: 14px;}
}

/******************************************
  컨텐츠 영역
******************************************/

.page_content .page_container  {
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
}
.page_content .page_container img {max-width: 100%;}
@media screen and (max-width: 1024px) {
  .page_content .page_container{padding-bottom: 100px;}
}

/******************************************
  컨텐츠 타이틀
******************************************/
.page_container .tit_wrap{display: flex; justify-content: space-between; align-items: flex-start; max-width: 1580px; width: 100%; margin: auto; gap: 60px; margin-top: 140px; margin-bottom: 100px;; overflow: hidden;}
.page_container .tit_wrap h3{color: #000; font-family: 'Audiowide'; font-size: 100px; font-weight: 400; white-space: nowrap; transform-origin: left;}
.page_container .tit_wrap p{color: #403E3B; font-size: 30px; font-weight: 600; margin-top: 30px; white-space: nowrap; display: none;}

@media screen and (max-width: 1600px) {
  .page_container .tit_wrap{gap: 30px; padding: 0 25px;}
  .page_container .tit_wrap h3{transform-origin: center;}
}
@media screen and (max-width: 1250px) {
  .page_container .tit_wrap p{font-size: 25px;}
}
@media screen and (max-width: 1150px) {
  .page_container .tit_wrap h3{font-size: 80px;}
}

@media screen and (max-width: 1024px) {
  .page_container .tit_wrap{flex-direction: column; margin-top: 130px; justify-content: unset; gap: 50px; margin-bottom: 80px;}
  .page_container .tit_wrap h3{font-size: 40px;}
  .page_container .tit_wrap p{font-size: 24px; white-space: unset; word-break: keep-all;}
  .page_container .tit_wrap p span{font-size: 30px; font-weight: 800;}
}

/******************************************
  사업개요
******************************************/
.overview .sub_content{margin-top: 100px;}
.overview .sub_content .top_content{width: 100%; height: 792px; position: relative; background: url('/resources/img/sub/overview_bg.jpg') center center/cover no-repeat;}
.overview .sub_content .top_content .bi{position: absolute; bottom: -45px; left: 0; right: 0; width: 100%; max-width: 1720px; margin: auto;}
.overview .sub_content .top_content .txt_box{position: absolute; bottom: 100px; left: 0; right: 0; bottom: 80px; width: 100%; max-width: 1560px; margin: auto; padding: 0 20px;}
.overview .sub_content .top_content .txt_box p{color: #fff; font-family: 'SUIT'; font-size: 72px; font-weight: 700;}
.overview .sub_content .top_content .txt_box p strong{color: #65A83A;}
.overview .sub_content .top_content .txt_box h3{color: #65A83A; font-family: 'SUIT'; font-size: 100px; font-weight: 800;}

.overview .sub_content .btm_content{display: flex; width: 100%; max-width: 1560px; margin: 100px auto; justify-content: space-between; gap: 180px; padding: 0 20px;}
.overview .sub_content .btm_content .l_box{display: flex; flex-direction: column; justify-content: space-between; gap: 50px;}
.overview .sub_content .btm_content .l_box .txt_box p{color: #403E3B; font-size: 42px; font-weight: 300;}
.overview .sub_content .btm_content .l_box .txt_box p strong{font-weight: 800;}
.overview .sub_content .btm_content .r_box{width: 100%; max-width: 710px;}
.overview .sub_content .btm_content .r_box ul{border-top: 1px solid #000; border-bottom: 1px solid #000;}
.overview .sub_content .btm_content .r_box ul li{display: flex; padding: 37px 30px; gap: 100px; border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
.overview .sub_content .btm_content .r_box ul li .tit{width: 120px; color: #000; font-family: 'SUIT'; font-size: 20px; font-weight: 700;}
.overview .sub_content .btm_content .r_box ul li .txt{color: #000; font-family: 'SUIT'; font-size: 20px; font-weight: 400;}

@media screen and (max-width: 1600px) {
  .overview .sub_content .btm_content{padding: 0 25px; gap: 30px;}
}
@media screen and (max-width: 1250px) {
  .overview .sub_content .btm_content .r_box{max-width: 600px;}
  .overview .sub_content .btm_content .r_box ul li{padding: 26px 20px; gap: 50px;}
}

@media screen and (max-width: 1024px) {
  .overview .sub_content .top_content{background: url('/resources/img/sub/m_overview_bg.jpg') center center/cover no-repeat; height: 478px; display: flex; align-items: flex-end; padding: 40px 25px;}
  .overview .sub_content .top_content .bi{display: none;}
  .overview .sub_content .top_content .txt_box{position: relative; bottom: 0; left: 0;}
  .overview .sub_content .top_content .txt_box p{font-size: 40px;}
  .overview .sub_content .top_content .txt_box h3{font-size: 55px;}

  .overview .sub_content .btm_content{margin: 0 auto 20px; flex-direction: column-reverse; gap: 80px; padding: 200px 0 0; position: relative;}
  .overview .sub_content .btm_content .l_box{gap: 0; display: block; padding: 0 25px;}
  .overview .sub_content .btm_content .l_box .img_box{width: 100%}
  .overview .sub_content .btm_content .l_box .img_box img{width: 100%}
  .overview .sub_content .btm_content .l_box .txt_box{position: absolute; top: 90px; left: 25px;}
  .overview .sub_content .btm_content .l_box .txt_box p{font-size: 30px;}
  .overview .sub_content .btm_content .r_box{max-width: 100%;}
  .overview .sub_content .btm_content .r_box ul li{gap: 20px;}
  .overview .sub_content .btm_content .r_box ul li .tit{width: 103px; font-size: 18px;}
  .overview .sub_content .btm_content .r_box ul li .txt{font-size: 18px;}
}

@media screen and (max-width:600px) {
  .overview .sub_content .btm_content .r_box ul li .txt{width: 260px;}
}






/******************************************
  프리미엄
******************************************/
.premium .sub_content{max-width: 1390px; width: 100%; margin: 100px auto 0; }
.premium .sub_content .tit_box{margin-bottom: 200px;}
.premium .sub_content .tit_box h3{color: #65A83A; text-align: center; font-family: 'Audiowide'; font-size: 80px; font-weight: 400; margin-bottom: 60px;}
.premium .sub_content .tit_box p{color: #222; font-size: 45px; font-weight: 400; text-align: center;}
.premium .sub_content .tit_box p strong{font-weight: 700;}
.premium .sub_content .slide_inner{position: relative; width: 100%;}
.premium .sub_content .slide_inner::after{content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 370px; border-radius: 50px 50px 0 0; background: #A29D94;}
.premium .sub_content .slide_inner > .bg{position: absolute; top: -145px; left: 0;}
.premium .sub_content .slide_wrap{padding: 0 80px 80px;}
.premium .sub_content .main-slide{width: 100%; height: 770px; position: relative;}
.premium .sub_content .main-slide .bg{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.premium .sub_content .main-slide .bg img{width: 100%; height: 100%; object-fit: cover;}
.premium .sub_content .main-slide .txt_box{position: absolute; bottom: 120px; left: 0; right: 0; margin: auto; text-align: center;}
.premium .sub_content .main-slide .txt_box h3{color: #FFF; text-align: center; text-shadow: 0 0 20px rgba(0, 0, 0, 0.80); font-size: 45px; font-weight: 700; margin-bottom: 14px;}
.premium .sub_content .main-slide .txt_box p{color: #FFF; text-align: center; text-shadow: 0 0 20px rgba(0, 0, 0, 0.80); font-size: 20px; font-weight: 500; height: 84px;}
.premium .sub_content .main-slide .txt_box p span{font-size: 16px;}

.premium .sub_content .option_box{width: 100%; max-width: 1230px; height: 70px; position: absolute; bottom: 80px; left: 0; right: 0; margin: auto; overflow: hidden; padding-top: 10px; z-index: 1; box-sizing: content-box; display: flex; align-items: center;}
.premium .sub_content .option_box::after{content: ""; position: absolute; width: 100%; height: 1px; background: #fff; opacity: 0.5; top: 12px; left: 0;}
.premium .pagination-swiper{width: 100%; max-width: 1112px; height: 100%; margin: auto; overflow: hidden;}
.premium .pagination-swiper .swiper-slide{color: #fff; font-family: 'Audiowide'; font-size: 30px; font-weight: 400; text-transform: uppercase; opacity: 0.5; display: flex; align-items: center; justify-content: center; width: 33%;}
.premium .pagination-swiper .swiper-slide-active{opacity: 1;}
.premium .pagination-swiper .swiper-slide::after{content: ""; position: absolute; top: 0; left: 0; right: 0; width: 0%; height: 5px; background: #fff; transition: all 0.5s; margin: auto;}
.premium .pagination-swiper .swiper-slide-active::after{width: 100%;}
.premium .swiper-button-prev, 
.premium .swiper-button-next{position: relative; top: 0; width: 58px; height: 70px; left: unset; right: unset; color: #fff; margin: 0;}
.premium .swiper-button-next{transform: scaleX(-1);}
.premium .swiper-button-prev:after, .premium .swiper-button-next:after{display: none;}


@media screen and (max-width: 1550px) {
  .premium .sub_content{width: calc(100% - 40px);}
  .premium .sub_content .slide_wrap{width: 100%;}
  .premium .sub_content .option_box{max-width: calc(100% - 160px);}
}

@media screen and (max-width: 1024px) {
  .premium .sub_content{margin: 100px auto 0;}
  .premium .sub_content .tit_box{margin-bottom: 100px; position: relative; z-index: 1;}
  .premium .sub_content .tit_box h3{font-size: 40px; margin-bottom: 30px;}
  .premium .sub_content .tit_box p{font-size: 25px;}

  .premium .sub_content .slide_inner > .bg {top: -50px; left: unset; right: 0;}
  .premium .sub_content .slide_inner > .bg img{content: url('/resources/img/sub/m_premium_bg.svg');}
  .premium .sub_content .main-slide{height: 600px;}
}

@media screen and (max-width: 800px){
  .premium .sub_content .slide_wrap{padding: 0 12px 190px;}
  .premium .sub_content .main-slide{height: 400px;}
  .premium .sub_content .option_box{bottom: 190px; max-width: calc(100% - 25px);}
  .premium .pagination-swiper .swiper-slide{width: 100%; font-size: 25px;}
  .premium .sub_content .slide_wrap > .swiper{overflow: unset;}
  .premium .sub_content .main-slide .txt_box{bottom: -150px;}
  .premium .sub_content .main-slide .txt_box h3{text-shadow: unset; font-size: 28px; margin-bottom: 8px;}
  .premium .sub_content .main-slide .txt_box p{height: 71px; font-size: 17px; text-shadow: unset; font-weight: 400;}
  .premium .sub_content .main-slide .txt_box p span{font-size: 15px;}
}
@media screen and (max-width: 600px){
  .premium .sub_content .main-slide{height: 220px;}
}




/******************************************
  오시는길
******************************************/

.contact .map_box{margin: 100px auto 60px; max-width: 800px; width: 100%; overflow: hidden;}
.contact .map_box .img_box{border-radius: 15px 15px 0 0; border: 1px solid #C8C8C8; overflow: hidden; font-size:0;;}
.contact .map_box .txt_box{ overflow: hidden; text-align: center;}
.contact .map_box .txt_box p{padding: 13px 20px; color: #FFF; font-size: 28px; font-weight: 400; line-height: 60px;}
.contact .map_box .txt_box p strong{font-weight: 700;}
.contact .map_box .inner {background: #2C3D33; border-radius:0 0 15px 15px; overflow: hidden;}
.contact .map_box .btn_box{display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom:40px;}
.contact .map_box .btn_box a{display: flex; align-items: center; border-radius: 40px; border: 1px solid #2C3D33; background: #FFF; padding: 7px 6px 7px 22px; width: 242px; height: 54px;}
.contact .map_box .btn_box a .icon{margin-right: 26px; position: relative; z-index: 2;}
.contact .map_box .btn_box a svg{display: block;}
.contact .map_box .btn_box a svg path{transition: all 0.3s;}
.contact .map_box .btn_box a span{display: block; color: #2C3D33; font-size: 16px; font-weight: 400; margin-right: 60px; white-space: nowrap; position: relative; z-index: 2; transition: all 0.3s;}
.contact .map_box .btn_box a .arrow{position: relative; padding: 13px 11px; z-index: 1;}
.contact .map_box .btn_box a .arrow::after{position: absolute; content: ""; top: 0; right: 0; width: 40px; height: 40px; border-radius: 40px; background: #2C3D33; z-index: -1; transition: all 0.5s;}
.contact .map_box .btn_box a:hover svg path{fill: #fff;}
.contact .map_box .btn_box a:hover span{color: #fff;}
.contact .map_box .btn_box a:hover .arrow::after{width: 230px;}

@media screen and (max-width: 1300px){
  .contact .txt{gap: 30px;}
  .contact .txt h3{font-size: 20px;}
  .contact .txt p{font-size: 20px;}
  .contact .btn_box a{width: 190px;}
  .contact .btn_box a .icon{margin-right: 10px;}
  .contact .btn_box a span{margin-right: 20px;}
  .contact .btn_box a:hover .arrow::after{width: 170px;}
  .contact .info p{font-size: 24px;}
  .contact .info span{font-size: 20px;}
}

@media screen and (max-width: 1024px) {
  .contact .map_box{margin: 100px auto 55px; padding: 0 20px;}
  .contact .txt{flex-direction: column; align-items: center; margin-bottom: 40px; gap: 20px;}
  .contact .txt h3{font-size: 30px;}
  .contact .btn_box{flex-direction: column; margin-bottom: 30px;}
  .contact .btn_box a {width: 242px;}
  .contact .btn_box a .icon {margin-right: 26px;}
  .contact .btn_box a span {margin-right: 60px;}
  .contact .btn_box a:hover .arrow::after {width: 230px;}
  .contact .info p{font-size: 26px;}
  .contact .info span{font-size: 22px;}
}
@media screen and (max-width: 550px){
  .contact .map_box{max-width: 353px; padding: 0;}
  .contact .map_box .txt_box p{font-size: 22px; display: flex; flex-direction: column; align-items: center; padding: 25px 0;}
}






/***************************************
  브랜드
****************************************/
.brand .sub_content{max-width: 1510px; width: 100%; margin: 100px auto 0; border-radius: 20px; background: rgba(235, 231, 226, 0.50); overflow: hidden; position: relative;}
.brand .patten_bg{position: absolute; top: 45%; left: -75px;}
.brand .brand_cont01{display: flex; justify-content: center; align-items: center; gap: 100px; padding: 180px 150px;}
.brand .brand_cont01 .txt h3{color: #003A31; font-size: 55px; font-weight: 700; letter-spacing: -1.1px; margin-bottom: 20px;}
.brand .brand_cont01 .txt p{color: #666; font-size: 20px; font-weight: 400; letter-spacing: -0.4px;}
.brand .brand_cont02{width: 100%; height: 800px; background: url('/resources/img/sub/brand_bg.jpg') center center/cover no-repeat; position: relative; overflow: hidden;}
.brand .brand_cont02 .bi{position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.brand .brand_cont03{display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 100px; padding: 150px 150px 100px;}
.brand .brand_cont03 ul{display: flex; justify-content: center; gap: 90px;}
.brand .brand_cont03 ul li h3{color: #003A31; font-size: 30px; font-weight: 700; line-height: 100%; letter-spacing: -0.6px; margin-bottom: 30px; position: relative; padding-left: 15px;}
.brand .brand_cont03 ul li h3::after{content: ""; width: 5px; height: 100%; background: #003A31; position: absolute; left: 0; top: 0;}
.brand .brand_cont03 ul li p{color: #444; font-size: 22px; font-weight: 400; letter-spacing: -0.44px;}
.brand .brand_cont04{padding: 0 80px 111px; position: relative;}
.brand .brand_cont04 .silde_wrap{padding: 0 75px 75px; position: relative;}
.brand .brand_cont04 .silde_wrap::after{content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 330px; background: #003A31;}
.brand .brand_cont04 .swiper-slide{position: relative;}
.brand .brand_cont04 .swiper-slide .txt{position: absolute; top: 0; left: 0; padding: 21px 30px; background: rgba(0, 0, 0, 0.7);}
.brand .brand_cont04 .swiper-slide .txt p{color: #FFF; text-align: center; font-size: 24px; font-weight: 500; letter-spacing: -0.48px;}
.brand .brand_cont04 .swiper-button-prev, 
.brand .brand_cont04 .swiper-button-next{top: 50%; width: 78px; height: 78px; margin: 0; color: unset; background: url('/resources/img/sub/brand_arrow.svg') center center/cover no-repeat;}
.brand .brand_cont04 .swiper-button-prev:after, 
.brand .brand_cont04 .swiper-button-next:after{display: none;}

.brand .brand_cont04 .swiper-button-prev{left: 36px;}
.brand .brand_cont04 .swiper-button-next{right: 36px; transform: scaleX(-1);}

@media screen and (max-width: 1550px) {
  .brand .sub_content{width: calc(100% - 40px);}
  .brand .brand_cont01{padding: 180px 50px;}
  .brand .brand_cont03{padding: 150px 50px 100px;}
}
@media screen and (max-width: 1230px){
  .brand .brand_cont01 .txt h3{font-size: 45px;}
  .brand .brand_cont01 .txt p{font-size: 16px;}
  .brand .brand_cont03 ul li p{font-size: 16px;}
}

@media screen and (max-width: 1024px) {
  .brand .sub_content{margin: 100px auto 0;}

  .brand .patten_bg{width: 210px; top: 47%;}
  .brand .patten_bg img{width: 100%;}

  .brand .brand_cont01{flex-direction: column; padding: 90px 18px; gap: 70px;}
  .brand .brand_cont01 .logo{width: 270px;}
  .brand .brand_cont01 .logo img{width: 100%;}
  .brand .brand_cont01 .txt h3{font-size: 30px;}
  .brand .brand_cont01 .txt p{font-size: 22px;}

  .brand .brand_cont02{height: 280px;}
  .brand .brand_cont02 .bi{transform: translate(100%, -50%); animation: brand_cont02 10s infinite linear; width: 450px;}
  @keyframes brand_cont02 {
    0%{transform: translate(100%, -50%);}
    100%{transform: translate(-100%, -50%);}
  }
  .brand .brand_cont02 .bi img{width: 100%;}

  .brand .brand_cont03{padding: 100px 20px 75px;}
  .brand .brand_cont03 .logo{width: 250px;}
  .brand .brand_cont03 .logo img{width: 100%;}
  .brand .brand_cont03 ul{flex-direction: column; gap: 50px;}
  .brand .brand_cont03 ul li h3{font-size: 28px; margin-bottom: 25px;}
  .brand .brand_cont03 ul li p{font-size: 20px;}
}
@media screen and (max-width: 800px){
  .brand .brand_cont04{padding: 0 12px 50px;}
  .brand .brand_cont04 .silde_wrap{padding: 0 17px 20px;}
  .brand .brand_cont04 .swiper-button-prev, .brand .brand_cont04 .swiper-button-next{width: 36px; height: 36px;}
  .brand .brand_cont04 .swiper-button-prev{left: 0;}
  .brand .brand_cont04 .swiper-button-next{right: 0;}
  .brand .brand_cont04 .silde_wrap::after{height: 75px;}
  .brand .brand_cont04 .swiper-slide .txt{padding: 10px 12px;}
  .brand .brand_cont04 .swiper-slide .txt p{font-size: 14px;}
}
@media screen and (max-width: 500px){
  .brand .brand_cont01 .txt p {font-size: 4.4vw;}
}

/******************************************
  커뮤니티
******************************************/
.temp_community_skin .community .floor_list {position: relative;}
.temp_community_skin .community .community_tab {position: absolute; right: 1rem; top: 1rem; display: flex;}
.temp_community_skin .community .community_tab li a {
    font-size: 1.4rem;
    display: flex;
    width: 5rem;
    height: 5rem;
    color: #fff;
    font-weight: 600;
    background: #888;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}
.temp_community_skin .community .community_tab li a.on {background:var(--community_tab_on);}
.temp_community_skin .community .community_tab.en_txt li a {font-family: "Roboto", sans-serif;}

.temp_community_skin .community .community_con {border: 1px solid #efefef; padding: 4rem 0;}
.temp_community_skin .community .community_con li {padding:0 2rem;}
.temp_community_skin .community .community_info {margin-top: 4rem;}
.temp_community_skin .community .community_info ul {display: grid; grid-template-columns: 1fr 1fr; text-align: left; gap: 1rem;}
.temp_community_skin .community .community_info ul li {display: flex; flex-direction: row; margin-bottom: 2rem;}
.temp_community_skin .community .community_info ul li .icon {display: flex; align-items: center; justify-content: center; padding-right: 1.5rem;}
.temp_community_skin .community .community_info ul li .icon i {font-size: 3.2rem; color:var(--community_icon_color);}
.temp_community_skin .community .community_info ul li dl {flex: 1; padding-right: 1rem;}
.temp_community_skin .community .community_info ul li dl dt {font-weight: 600; font-size: 1.3rem; color:var(--community_title_color);}
.temp_community_skin .community .community_info ul li dl dd { padding-top: 0.5rem; word-break: keep-all; font-size: 1rem;}
.community .button_group {display: none;} 

@media screen and (max-width: 480px) {
  .temp_community_skin .community .community_tab li a {font-size: 1.1rem; width: 4rem; height: 4rem;}
  .temp_community_skin .community .community_info ul {grid-template-columns: 1fr;}
  .temp_community_skin .community .community_info ul li {margin-bottom: 1rem;}
  .temp_community_skin .community .community_info ul li .icon i {font-size: 2.3rem;}
  .community .button_group {display: block;}
}

/******************************************
  모집공고
******************************************/
.temp_gonggo_skin1 .gonggo_con {margin: 0 -1rem; position: relative; padding-top: 5rem;} 
.temp_gonggo_skin1 .gonggo_con .link_btns {position: absolute; left: 3rem; top: 0; display: flex;}
.temp_gonggo_skin1 .gonggo_con .link_btns li {display: inline-block;}
.temp_gonggo_skin1 .gonggo_con .link_btns li a {display:block; color: #fff; padding: 2.5rem; transition: all .3s; position:relative; overflow: hidden; font-weight: 500;}
.temp_gonggo_skin1 .gonggo_con .link_btns li:nth-child(1) a {background: var(--point_color);}
.temp_gonggo_skin1 .gonggo_con .link_btns li:nth-child(2) a {background: var(--second_color); color: #000; }
.temp_gonggo_skin1 .gonggo_con .link_btns li dl {text-align: left;}
.temp_gonggo_skin1 .gonggo_con .link_btns li dl dt {font-size: 0.92rem;}
.temp_gonggo_skin1 .gonggo_con .link_btns li dl dd {font-size: 1.4rem; font-weight: 500;}
.temp_gonggo_skin1 .gonggo_con .link_btns li dl dd.icon {text-align: right; padding-top: 1rem;}
.temp_gonggo_skin1 .gonggo_con .link_btns li dl dd i { font-size: 1.4rem;}
.temp_gonggo_skin1 .gonggo_con .link_btns li a:hover {transform:translate(-5px, -5px); box-shadow: rgb(0 0 0 / 19%) 0px 0.3rem 1rem, rgb(0 0 0 / 23%) 0px 0.2rem 0.2rem;}

@media screen and (max-width: 768px) {
  .temp_gonggo_skin1 .gonggo_con .link_btns li a {padding: 1.7rem;}
  .temp_gonggo_skin1 .gonggo_con .link_btns {left: 1rem;}
}
@media screen and (max-width: 480px) {
  .temp_gonggo_skin1 .gonggo_con .link_btns li dl dt {font-size: 0.87rem;}
  .temp_gonggo_skin1 .gonggo_con .link_btns li dl dd {font-size: 1.2rem;}
  .temp_gonggo_skin1 .gonggo_con .link_btns li dl dd.icon {padding-top:0;}
}


/******************************************
  입지환경
******************************************/
.environment .sub_content{max-width: 1510px; width: 100%; margin: 100px auto 0;}
.environment .sub_content .tit_box{margin-bottom: 120px;}
.environment .sub_content .tit_box h3{color: #65A83A; text-align: center; font-family: 'Audiowide'; font-size: 80px; font-weight: 400; margin-bottom: 58px;}
.environment .sub_content .tit_box p{color: #222; font-size: 45px; font-weight: 400; text-align: center;}
.environment .sub_content .tit_box p strong{font-weight: 700;}
.environment .sub_content .silde_wrap{width: 100%; height: 100%; position: relative; margin-bottom: 180px;}
.environment .sub_content .silde_wrap::after{content: ""; width: 100%; height: 465px; border-radius: 20px 0 0 0; background: rgba(235, 231, 226, 0.50); position: absolute; top: 0; left: 0;}
.environment .sub_content .silde_wrap .swiper{padding: 40px 0 0 75px;}
.environment .sub_content .silde_wrap .swiper .swiper-slide{width: 506px; margin-right: 110px;}
.environment .sub_content .map_box{width: 100%; max-width: 1200px; margin: 0 auto;}
.environment .sub_content .map_box img{width: 100%;}

@media screen and (max-width: 1550px) {
  .environment .sub_content{width: calc(100% - 40px);}
}
@media screen and (max-width: 1100px){
  .environment .sub_content .tit_box p{font-size: 40px;}
}

@media screen and (max-width: 1024px){
  .environment .sub_content{margin: 100px auto 0;}
  .environment .sub_content .tit_box{margin-bottom: 40px;}
  .environment .sub_content .tit_box h3{font-size: 40px; margin-bottom: 30px;}
  .environment .sub_content .tit_box p{font-size: 25px;}

  .environment .sub_content .silde_wrap{margin-bottom: 100px;}
  .environment .sub_content .silde_wrap::after{height: 292px; left: 40px;}
  .environment .sub_content .swiper-pagination{position: relative; bottom: 0; top: unset; margin-top: 20px;}
  .environment .sub_content .swiper-pagination-bullet-active{background: #65A83A;}
}
@media screen and (max-width: 630px){
  .environment .sub_content .silde_wrap{width: 100%; overflow: hidden;}
  .environment .sub_content .silde_wrap .swiper{width: 100%;}
  .environment .sub_content .silde_wrap .swiper .swiper-slide{width: 100%;}
  .environment .sub_content .silde_wrap .swiper .swiper-slide img{width: 100%;}
  .environment .sub_content .silde_wrap .swiper .swiper-slide01 img{content: url("/resources/img/sub/m_environment01.png");}
  .environment .sub_content .silde_wrap .swiper .swiper-slide02 img{content: url("/resources/img/sub/m_environment02.png");}
  .environment .sub_content .silde_wrap .swiper .swiper-slide03 img{content: url("/resources/img/sub/m_environment03.png");}
  .environment .sub_content .silde_wrap .swiper .swiper-slide04 img{content: url("/resources/img/sub/m_environment04.png");}
}





/******************************************
  단지배치
******************************************/
.danzi .imgCenter_type ~ .imgCenter_type {margin-top: 120px;}
@media screen and (max-width: 1024px){
  .danzi .imgCenter_type ~ .imgCenter_type {margin-top:80px;}
}


/***************************************
  분양일정
****************************************/
@media screen and (max-width: 1024px){
  .temp_schedule_skin .schedule.mOnly{display: block; max-width: 353px; margin: auto;}
  .temp_schedule_skin .schedule.mOnly ul{border-top: 1px solid #111; padding-top: 13px;}
  .temp_schedule_skin .schedule.mOnly ul li{display: flex; align-items: center; gap: 20px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #E9E9E9;}
  .temp_schedule_skin .schedule.mOnly ul li span{width: 178px; padding: 10px 0; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; font-weight: 600; border-radius: 10px 0 10px 0;}
  .temp_schedule_skin .schedule.mOnly ul li.li01 span{background: #023E97;}
  .temp_schedule_skin .schedule.mOnly ul li.li01 p {font-weight: bold;}
  .temp_schedule_skin .schedule.mOnly ul li.li02 span{background: #DFEFD1; color:#222}
  .temp_schedule_skin .schedule.mOnly ul li.li03 span{background: #CDE4B9; color:#222}
  .temp_schedule_skin .schedule.mOnly ul li.li04 span{background: #FFBAA5; color:#222}
  .temp_schedule_skin .schedule.mOnly ul li.li05 span{background: #FFDAA5; color:#222}
  .temp_schedule_skin .schedule.mOnly ul li.li06 span{background: #023E97;}
  .temp_schedule_skin .schedule.mOnly ul li.li07 span{background: #F39700;}
  .temp_schedule_skin .schedule.mOnly ul li p{font-size: 16px; color: #001241; font-weight: 300;}
}

/***************************************
  분양일정
****************************************/
.gonggo .imgCenter_type ~ .imgCenter_type {margin-top: 87px;;}
.gonggo .imgCenter_type .inner {display: inline-block; position:relative; font-size:0;;}
.gonggo .imgCenter_type a {position:absolute; text-indent:-9999px; overflow: hidden;}
.gonggo .imgCenter_type a:nth-of-type(1) {left:47.1%; top:54.8%; width:23.3%; height:34%;}
.gonggo .imgCenter_type a:nth-of-type(2) {left:71.2%; top:54.8%; width:23.3%; height:34%;}
@media screen and (max-width: 1024px){
  .gonggo .imgCenter_type a:nth-of-type(1) {left:7.5%; top:53.6%; width:85.5%; height:19.5%;}
  .gonggo .imgCenter_type a:nth-of-type(2) {left:7.5%; top:74.7%; width:85.5%; height:19.5%;}
}



/***************************************
  시스템
****************************************/
.system .tab_conlist {margin-top: 150px;;}
@media screen and (max-width: 1024px){
  .system .tab_conlist {margin-top: 70px;;}
}














.top_search_box {display: flex; padding: 2rem 0; justify-content: space-between;}
.top_search_box .news_tab {display: inline-flex;}
.top_search_box .news_tab li {margin-right: 1rem;}
.top_search_box .news_tab li a {
    display: block;
    position: relative;
    padding: 0.3rem;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    font-weight: 400;
    overflow: hidden;
}
.top_search_box .news_tab li a strong {display: inline-block; position: relative; padding:0.5rem 0.3rem;}
.top_search_box .news_tab li a strong::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;        
    background: transparent;
    bottom: 0;
    left: 0;
    right: 0;
}
.top_search_box .news_tab li a.on strong::before {background: #000;}
.top_search_box .news_tab li a.on {color: #000;}
.top_search_box .search_in {  
  margin-left: auto; 
  padding-left: 1rem;
  display: flex;
}
.top_search_box .search_in .inner_con {
  position: relative; 
  padding-right: 50px;
  background: #fff; 
  border: 1px solid #333; 
  margin-right: 1rem;
  display: flex;
}
.top_search_box .search_in .placeholder {display: inline-block; padding: 0 1rem;}
.top_search_box .search_in .placeholder label {font-size: 0.92rem; top: 0.7rem; left: 1rem; color: #999;}
.top_search_box .search_in .placeholder input { 
  height: 45px; 
  line-height: 45px; 
  border:0; 
  border: none;     
  padding-left: 0;
  font-size: 1rem;
}
.top_search_box .search_in .btn {
  display: inline-block; 
  height: 45px;
  color: transparent;
  background: none;  
  line-height: 45px;  
  font-size: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.top_search_box .search_in .btn::before {
    content: "\e86f";
    font-family: Linearicons-Free;    
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    padding: 0 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    text-indent:0;
    margin-top: 3px;    
    display: inline-block;
}
.top_search_box h4 {width: 100%;}

.list_toggle {display: flex;}
.list_toggle li {flex: 1;}
.list_toggle a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #909090;
    width: 3.2rem;
    margin-left: -1px;
    height: 100%;
}
.list_toggle a.thumb_btn .inner {  
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(auto, auto));
  gap: 0.1rem;
}
.list_toggle a.thumb_btn em { width: 0.4rem; height: 0.4rem; background: #909090;}
.list_toggle li.active a {border-color:#000; position: relative; z-index: 10;}
.list_toggle li.active a em {background: #000;}

.list_toggle i {font-size: 2rem;}

.notice_table {margin-top: 1.5rem; margin-bottom: 1rem;}
/* .notice_thumb {margin-top: 1.5rem; margin-bottom: 1rem;}
.notice_thumb ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, minmax(150px, auto));
  gap: 1.3rem;
}
.notice_thumb ul.less {grid-template-rows: repeat(1, minmax(150px, auto));}
.notice_thumb ul li {margin-bottom: 2.5rem;}
.notice_thumb ul li .thumbimg {
    /* background: linear-gradient(45deg, rgba(126,204,43,1) 0%, rgba(40,61,155,1) 87%, rgba(40,61,155,1) 100%); */
    /* position: relative;    
    padding-bottom: 70%;
    background: url("/resources/img/sub/no_thumb.jpg") no-repeat 0 0;
    background-size: 100% 100%; */
/* } */
.notice_thumb ul li .thumbimg span {
    display: block;    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;   
    background-repeat: no-repeat;    
    background-size: cover;
}
.notice_thumb ul li .thumbimg span.noimg { background-size: 50%;}
.notice_thumb ul li dl {color: #000;}
.notice_thumb ul li dt {
    font-weight: 500;
    font-size: 1.1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 1.3;
    margin: 1rem 0;
    height: 3.2rem;
    word-break: break-all;
}
.notice_thumb.galley_thumb ul li dd {padding-top: 1rem;}
.notice_thumb.galley_thumb ul li dt {margin-bottom: 0;}

.notice_thumb ul li dd {font-weight: 600;}
.notice_thumb ul li dd .cate {
  display: inline-block;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  color:#283d9b;
  padding-right: 1rem;
} */
.news_tbl_list tbody td.empty_data {padding: 5rem 0; text-align: center;}

/******************************************
  페이지네이션 (Pagination)
******************************************/
.pagination { 
  max-width: 1510px;
  margin: auto;
  clear:both;      
  font-family:"Montserrat", tahoma, sans-serif,arial;
  text-align:center;      
  font-weight:400;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {  
  width:1.7rem; 
  height:2rem;
  line-height:2rem;
  color:#333;
  font-size:1rem;
  text-align:center; 
  padding:0 !important;       
  margin: 0 3px;  
  display: inline-block; 
}
.pagination strong { 
  font-size:1rem;
  font-weight: 500;
  width:1.7rem; 
  height:2rem;
  line-height:2rem; 
  padding:0;
  border-bottom: 1px solid #333;       
  position: relative;
  text-align: center;
  color: #000;  
}
.pagination a.pagbtn {background-color: #fff; font-size: 0; color: transparent;}
.pagination a.prev, 
.pagination a.first,
.pagination a.next,
.pagination a.last {
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: transparent;
}
.pagination a.prev:before{font-family: 'FontAwesome'; content: "\f104"; font-size:1.3rem; color: #333; margin-left: -3px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.pagination a.first:before{font-family: 'FontAwesome'; content: "\f100"; font-size:1.3rem; color: #333; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.pagination a.next:before{font-family: 'FontAwesome'; content: "\f105"; font-size:1.3rem; color: #333; margin-left:3px;position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.pagination a.last:before{font-family: 'FontAwesome'; content: "\f101"; font-size:1.3rem; color: #333;position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.pagination button:disabled {opacity: 0.3; cursor:default;}
.pagination button.pagbtn {
  margin: 0 1rem;
  color: #333;
  cursor: pointer;
  border-radius: 1.5rem;
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  font-size: 0.87rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/******************************************
  보도자료
******************************************/
.news_tbl_th {
   display: grid;
   grid-template-columns: 80px 150px auto 100px;
   border-top: 2px solid var(--board_table_border);
}
.news_tbl_body .empty_data{text-align:center;padding:50px 0}
.news_tbl_th li {
  padding: 1.12rem 0;
  font-size: 1rem;
  background: #fff;
  color:var(--board_th_color);   
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #b5b6b6;
  font-weight: 500;
}
.news_tbl_body li a {
  display: grid;
  grid-template-columns: 80px 150px auto 100px;
  padding: 1rem 0;
  font-size: 1rem;
  word-break: break-all;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  color: #000; 
  line-height: 1.6;
  text-align: center; 
}
.news_tbl_body li a div{display: flex; align-items: center; justify-content: center;}
.news_tbl_body li .sbj {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 30px;
} 
.news_tbl_body .nodata {padding: 6rem 0;}
.news_tbl_body .media {padding: 0 1rem;}
.news_tbl_body .media span {
    display: block;
    background-color: #003a31;
    color: #fff;
    padding: 0.3rem 0;
    font-size: 0.87rem;
    width: 100%;
}
.news_tbl_body .sbj {text-align: left; font-weight: 500; padding-left: 1rem;}
.news_tbl_body .num {font-weight: 600;}
.news_tbl_body .date {font-weight: 600; color: #000; white-space: nowrap;}


@media screen and (max-width: 640px) {
  .news_tbl_th {grid-template-columns: 120px auto 80px;}
  .news_tbl_body li a {grid-template-columns: 120px auto 100px;}
  .news_tbl_body .media {padding: 0 0.3rem;}
  .news_tbl_th li:first-child {display: none;}
  .news_tbl_body .num {display: none;}
}
@media screen and (max-width: 480px) {
  .news_tbl_th {display: none;}
  .news_tbl_body {border-top: 1px solid var(--board_table_border);}
  .news_tbl_body li a {grid-template-rows: repeat(2, 1fr);}
  .news_tbl_body .media {padding-left: 0;}
  .news_tbl_body .sbj {grid-row-start: 2; grid-column-start: 1; grid-column-end: 4; padding-left: 0; padding-top: 0.5rem;}
  .news_tbl_body .date {grid-column-start: 3;}
}

.top_search_box {display: flex; padding: 2rem 0; justify-content: space-between;}
.top_search_box .news_tab {display: inline-flex;}
.top_search_box .news_tab li {margin-right: 1rem;}
.top_search_box .news_tab li a {
    display: block;
    position: relative;
    padding: 0.3rem;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    font-weight: 400;
    overflow: hidden;
}
.top_search_box .news_tab li a strong {display: inline-block; position: relative; padding:0.5rem 0.3rem;}
.top_search_box .news_tab li a strong::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;        
    background: transparent;
    bottom: 0;
    left: 0;
    right: 0;
}
.top_search_box .news_tab li a.on strong::before {background: #000;}
.top_search_box .news_tab li a.on {color: #000;}
.top_search_box .search_in {  
  margin-left: auto; 
  padding-left: 1rem;
  display: flex;
}
.top_search_box .search_in .inner_con {
  position: relative; 
  padding-right: 50px;
  background: #fff; 
  border: 1px solid #333; 
  margin-right: 1rem;
  display: flex;
}
.top_search_box .search_in .placeholder {display: inline-block; padding: 0 1rem;}
.top_search_box .search_in .placeholder label {font-size: 0.92rem; top: 0.7rem; left: 1rem; color: #999;}
.top_search_box .search_in .placeholder input { 
  height: 45px; 
  line-height: 45px; 
  border:0; 
  border: none;     
  padding-left: 0;
  font-size: 1rem;
}
.top_search_box .search_in .btn {
  display: inline-block; 
  height: 45px;
  color: transparent;
  background: none;  
  line-height: 45px;  
  font-size: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.top_search_box .search_in .btn::before {
    content: "\e86f";
    font-family: Linearicons-Free;    
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    padding: 0 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    text-indent:0;
    margin-top: 3px;    
    display: inline-block;
}
.top_search_box h4 {width: 100%;}

.list_toggle {display: flex;}
.list_toggle li {flex: 1;}
.list_toggle a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #909090;
    width: 3.2rem;
    margin-left: -1px;
    height: 100%;
}
.list_toggle a.thumb_btn .inner {  
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(auto, auto));
  gap: 0.1rem;
}
.list_toggle a.thumb_btn em { width: 0.4rem; height: 0.4rem; background: #909090;}
.list_toggle li.active a {border-color:#000; position: relative; z-index: 10;}
.list_toggle li.active a em {background: #000;}

.list_toggle i {font-size: 2rem;}

.notice_table {max-width: 1510px; width: 100%; margin: 100px auto 1rem;}
/* .notice_thumb {margin-top: 1.5rem; margin-bottom: 1rem;}
.notice_thumb ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, minmax(150px, auto));
  gap: 1.3rem;
}
.notice_thumb ul.less {grid-template-rows: repeat(1, minmax(150px, auto));}
.notice_thumb ul li {margin-bottom: 2.5rem;}
.notice_thumb ul li .thumbimg {
    /* background: linear-gradient(45deg, rgba(126,204,43,1) 0%, rgba(40,61,155,1) 87%, rgba(40,61,155,1) 100%); */
    /* position: relative;    
    padding-bottom: 70%;
    background: url("/resources/img/sub/no_thumb.jpg") no-repeat 0 0;
    background-size: 100% 100%; */
/* } */
.notice_thumb ul li .thumbimg span {
    display: block;    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;   
    background-repeat: no-repeat;    
    background-size: cover;
}
.notice_thumb ul li .thumbimg span.noimg { background-size: 50%;}
.notice_thumb ul li dl {color: #000;}
.notice_thumb ul li dt {
    font-weight: 500;
    font-size: 1.1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 1.3;
    margin: 1rem 0;
    height: 3.2rem;
    word-break: break-all;
}
.notice_thumb.galley_thumb ul li dd {padding-top: 1rem;}
.notice_thumb.galley_thumb ul li dt {margin-bottom: 0;}

.notice_thumb ul li dd {font-weight: 600;}
.notice_thumb ul li dd .cate {
  display: inline-block;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  color:#283d9b;
  padding-right: 1rem;
} */
.news_tbl_list tbody td.empty_data {padding: 5rem 0; text-align: center;}

/******************************************
  특별공급
******************************************/
.temp_docspecial_skin .docs_tab {display: flex; width: 100%; margin-bottom: 5rem;}
.temp_docspecial_skin .docs_tab li {flex: 1; margin-left: -1px;}
.temp_docspecial_skin .docs_tab li a {
  border: 1px solid #e5e5e5; 
  background: var(--docs_tab_bg); 
  color:var(--docs_tab_txt);
  display: block; 
  padding: 1.3rem 0; 
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
}
.temp_docspecial_skin .docs_tab li a.on{
  color: #fff;  
  background:var(--docs_tab_active);
  position: relative;
}
.temp_docspecial_skin .docs_tab li:first-child a {border-top-left-radius: 0.5rem; border-bottom-left-radius:0.5rem;}
.temp_docspecial_skin .docs_tab li:last-child a {border-top-right-radius: 0.5rem; border-bottom-right-radius:0.5rem;}
.temp_docspecial_skin .docs_con h3 {font-size: 2.3rem; padding-bottom: 1rem; letter-spacing: -2px; font-weight: 500; color: #333;}
.temp_docspecial_skin .docs_con h3 strong {font-size: 1.8rem; color:var(--docs_tab_active);}

@media screen and (max-width: 1100px) {
  .temp_docspecial_skin .docs_tab {margin-bottom: 2rem;}
  .temp_docspecial_skin .docs_con h3 { font-size: 1.8rem;}
}
@media screen and (max-width: 600px) {
  .temp_docspecial_skin .docs_tab {display: grid; grid-template-columns: repeat(3, 1fr);}
  .temp_docspecial_skin .docs_tab li {margin-left: 0; margin-top: -1px;}
  .temp_docspecial_skin .docs_tab li:first-child a {border-radius: 0;}
  .temp_docspecial_skin .docs_tab li:last-child a {border-radius: 0;}
  .temp_docspecial_skin .docs_tab li a {padding: 0.8rem 0; font-size: 0.87rem;}
  .temp_docspecial_skin .docs_con h3 { font-size: 1.4rem;}
}

/******************************************
  홍보영상
******************************************/
.temp_video_skin .movie_tab {display: flex; width: 100%; margin-bottom: 4rem;}
.temp_video_skin .movie_tab li {flex: 1; margin-left: -1px;}
.temp_video_skin .movie_tab li a {
  border: 1px solid #e5e5e5; 
  background: var(--docs_tab_bg); 
  color:var(--docs_tab_txt);
  display: block; 
  padding: 1.3rem 0; 
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
}
.temp_video_skin .movie_tab li a.on{
  color: #fff;  
  background:var(--docs_tab_active);
  position: relative;
}
.temp_video_skin .movie_tab li:first-child a {border-top-left-radius: 0.5rem; border-bottom-left-radius:0.5rem;}
.temp_video_skin .movie_tab li:last-child a {border-top-right-radius: 0.5rem; border-bottom-right-radius:0.5rem;}

@media screen and (max-width: 640px) {
  .temp_video_skin .movie_tab {margin-bottom: 2rem;}
}


.video_shorts {
  display:flex; 
  justify-content: center; 
  width:100%;
}

@media screen and (max-width: 640px) {
  .video_shorts iframe { 
    width:100%;
    height: 100vw;
  }
}

/************************************ 
  시스템 - AIQ 
*************************************/
.aiq { max-width: 1100px; margin: 0 auto;}
.aiq .aiq_top { margin: 0 0 40px; }
.aiq .aiq_tit { font-size: 40px; text-align: center; font-weight: 400; word-break: keep-all; margin: 20px 0;}
.aiq .aiq_tit strong { font-weight: 600; }
.aiq .aiq_tit[data-tit="1"] strong { color: #f0a440; }
.aiq .aiq_tit[data-tit="2"] strong { color: #813f99; }
.aiq .aiq_tit[data-tit="3"] strong { color: #0c9142; }
.aiq .aiq_img { margin: 50px 0 0; }
.aiq #tv_load {
  position: relative;
  padding: 56.2% 0 0;
}
.aiq #tv_load iframe { 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .aiq .aiq_tit { font-size: 30px; }
  .aiq .aiq_img { margin: 30px 0 0; }
}
@media screen and (max-width: 600px) { 
  .aiq .aiq_tit { font-size: 24px; }
  .aiq .aiq_img { margin: 20px 0 0; }  
}
@media screen and (max-width: 480px) {
  .aiq .aiq_tit { font-size: 18px; }
}


/***************************************
  이벤트 당첨자
****************************************/
.event_winner .result_inner {background: #fff; padding-top: 2rem;}
.event_winner .result_inner p.tit {padding: 1rem 0 0; text-align: center;}
.event_winner .result_inner p.tit span {display: inline-block; padding: 1rem 0; color: #fff; background: #064c44; font-weight: 600; font-size: 1.3rem; width: 970px;}
.event_winner .winner_list { max-width: 970px; width:100%; margin:0 auto; overflow: hidden; padding: 4rem 2rem; background:#fff; margin-top:-2rem; border-radius: 10px;}
.event_winner .winner_list ul.list_head { display: flex; flex-wrap:wrap; width:100%; }
.event_winner .winner_list ul.list_head li.user_tit { display: flex; font-size: 1.2rem; padding: 0.6rem 0; color: #000; font-weight: 500; width: 50%; background:#001241; color: #fff; font-weight: 500; justify-content: center; }
.event_winner .winner_list ul.list_head li.user_tit strong { display: block; width: 50%; padding: 0 5px; width: 40%; text-align: center;}
.event_winner .winner_list ul.list_head li.user_tit span { display: block; width: 50%; padding: 0 6px; width: 60%; text-align: center;}
.event_winner .winner_list ul.list_body { overflow: hidden; width:100%;}
.event_winner .winner_list ul.list_body li.user_data {float: left; width: 50%; padding: 0 1rem; text-align: center; }
.event_winner .winner_list ul.list_body li.user_data:nth-child(2n+1) {clear: both;}
.event_winner .winner_list ul.list_body li.user_data { display: flex; font-size: 1.2rem; padding: 0.6rem 0; color: #000; font-weight: 500; border-bottom: 1px solid #ddd; }
.event_winner .winner_list ul.list_body li.user_data strong { display: block; width: 50%; padding: 0 5px; width: 40%; text-align: center;}
.event_winner .winner_list ul.list_body li.user_data span { display:block; width:100%; padding: 0 6px;text-align: center;}
@media screen and (max-width: 1024px) {  
    .event_winner .result_winner {padding:0 5%;}
}
@media screen and (max-width: 600px) {  
    .event_winner .winner_list ul.list_head li.user_tit {width:100%}
    .event_winner .winner_list ul.list_head li:last-child {display:none;}
    .event_winner .winner_list ul.list_body li.user_data {width:100%; clear:both;}
}
.event_winner .winner_con {
  background-color: #001140;
  background-image: url("/resources/img/sub/event_winner_bg.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding: 0 0 50px;
}
.event_footer { 
  background: #001140;
  padding: 0 2rem 50px;  
}
.event_footer ul { max-width: 970px; width:100%; margin:0 auto; overflow: hidden; }
.event_footer ul li { color: #fff; font-weight: 400; font-size: 18px; text-indent: -22px; padding: 0 0 0 22px;}
@media screen and (max-width: 600px) {
  .event_winner .winner_con {
    background-image: url("/resources/img/sub/event_winner_bg_m.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding: 0 0 50px;
    background-size: 100% auto;
  }
  .event_footer ul li {  font-size: 16px; }
}
.event_winner h3 {
  padding: 10rem 0 5rem;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .event_winner h3 {
    padding: 6rem 0 3rem;
  }
}
.event_winner h4 {
  padding: 0 0 3rem;  
  font-family: "GmarketSansBold";
  text-align: center;
  font-size: 80px;
  color: #fff;
  line-height: 1.2;
}
.event_winner h4 br { display: none; }
@media screen and (max-width: 960px) {
  .event_winner h4 br { display: block; }
}
@media screen and (max-width: 800px) {
  .event_winner h4 {font-size: 12vw;}
}
.event_winner h5 {
  max-width: 700px;
  height: 60px;
  margin: 0 auto; 
  background: #7ec0ff;
  text-align: center;
  z-index: 999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;  
  border-radius: 60px;
}
.event_winner h5 span {
  color: #fff;
  font-size: 2rem;  
  font-family: "Pretendard";  
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .event_winner h5 { width: 80%; height: 4rem;}
  .event_winner h5 span { font-size: 3.5vw;}
}


.pc-only {display:block;}
.m-only {display:none;}

@media screen and (max-width: 1024px) {
  .pc-only {display:none !important;}
  .m-only {display:block;}
  }




  

/******************************************
  오시는 길
******************************************/

.location .location_list {
  display: flex;
  max-width: 1100px;
  margin-bottom: 30px;
}
.location .left_map { width: 50%;}
.location .left_map img {height: 100%;}
.location .right_info {background-color: #2e3c46; width:50%; max-height: 460px; text-align: left; display: flex; align-items: center; padding:2rem 3rem 1rem; position:relative; }
.location_icon {position:absolute; right:-5%; top:-10%; animation: rotateAni 20s linear infinite;}
.location .right_info div {width: 100%;}
.location .right_info dl dt {font-size: 26px; font-weight: 500; color: #fff; padding-bottom: 0.3rem;}
.location .right_info dl dd {font-size: 20px; font-weight:500; color:#bcc4c9;}
.location .right_info .button_group { width: 100%; display: flex; justify-content: space-between;}
.location .right_info .btn_map {
    padding: 1.0rem 1.2rem;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 16px;
    width: 49%;
    transition: all .3s;
}
.location .right_info .btn_map.map_naver {background: #6f7a81; color: #fff;}
.location .right_info .btn_map.map_kacao {background: #6f7a81; color: #fff;}
.location .right_info .btn_map:hover {box-shadow: rgb(0 0 0 / 19%) 0px 0.3rem 1rem, rgb(0 0 0 / 23%) 0px 0.2rem 0.2rem;}
.location .button_group { text-align: center; padding: 1rem 0; }

@media screen and (max-width: 1100px) {
  .location .location_list { display: block; min-width: auto; }
  .location .right_info { padding:3.2rem; }
  .location .left_map { width: 100%; }
  .location .left_map img { width: 100%; }
  .location .right_info { width: 100%; }
}
@media screen and (max-width: 480px) {
  .load_title { margin: 0 0 10vw;}
  .location .right_info { padding: 5vw 5vw 4vw; }
  .location .right_info dl dt {font-size: 4.1666vw;}
  .location .right_info dl dd {font-size: 3.6111vw;}
  .location .right_info .btn_map { font-size: 3vw; padding: 3vw 2vw 3vw 4vw;}
}


/******************************************
  영상공통
******************************************/
 .mov_responsive {
  position: relative;
  padding: 56.25% 0 0;
}
.mov_responsive iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.chungyak_video_table {
  width:100%;
  margin-top: 120px;
  /* background-color: wheat; */
  position: relative;
}
.chungyak_video_table h3 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.chungyak_video_table h3::before {
  content: "";
  width: 1px;
  height: 36px;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: -35%;
  left: 50%;
  display: block;
}
.chungyak_video_table table {
  width: 100%;
}
.chungyak_video_table table tbody {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.chungyak_video_table table tbody tr{
  width: 14.285%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.chungyak_video_table table tbody tr:not(:first-child) {
  border-left: none;
}

.chungyak_video_table table tbody tr th{
  background-color: #66A8C1;
  height: 65px;
  font-size: 17px;
  letter-spacing: -0.5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.chungyak_video_table table tbody tr td{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 0.5rem;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .chungyak_video_table table tbody tr{
    width: 50%;
  }
  .chungyak_video_table table tbody tr:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.5) ;
  }
  .chungyak_video_table h3::before {
    top: -15%;
  }
}

@media screen and (max-width: 360px) {
  .chungyak_video_table table tbody tr th{
    font-size: 18px;
  }
  .chungyak_video_table table tbody tr td{
    font-size: 16px;
  }
}


/******************************************
  VR
******************************************/
.areaVR .sub_content{max-width: 1510px; width: 100%; margin: 100px auto 0;}
.areaVR .vr_box{width: 100%; height: 100%; position: relative;}
.areaVR .vr_box iframe{width: 100%; height: 800px;}
.areaVR .vr_box .dim_wrap{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; background: rgba(0, 0, 0, 0.7); gap: 20px;}
.areaVR .vr_box .dim_wrap .play{cursor: pointer;}

@media screen and (max-width: 1550px) {
  .areaVR .sub_content{width: calc(100% - 40px);}
}

@media screen and (max-width: 1024px) {
  .areaVR .sub_content{margin: 100px auto 0;}
  .areaVR .vr_box iframe{height: 540px;}
}
@media screen and (max-width: 600px){
  .areaVR .vr_box .dim_wrap .logo{width: 250px;}
  .areaVR .vr_box .dim_wrap .logo img{width: 100%;}
  .areaVR .vr_box .dim_wrap .play{width: 80px;}
  .areaVR .vr_box .dim_wrap .play img{width: 100%;}
}


/******************************************
  사이버 모델하우스
******************************************/
.cyberhouse iframe{width: 100%; height: 800px;}

@media screen and (max-width: 1024px) {
  .cyberhouse iframe{height: 540px;}
}


/******************************************
  예비 당첨자
******************************************/

.contract_info3 .winning_wrap{max-width: 1200px; width: 100%; position: relative; margin: auto;}
.contract_info3 .winning_wrap1{margin: 0 auto 100px;}
.contract_info3 .winning_wrap .winning_tit{background: #003A31; padding: 36px; margin-bottom: 40px;}
.contract_info3 .winning_wrap .winning_tit p{color: #FFF; text-align: center; font-size: 30px; font-weight: 700;}
.contract_info3 .winning_inner{display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 34px;}
.contract_info3 .winning_box{width: 100%;}
.contract_info3 .winning_box .box_tit{color: #FFF; text-align: center; font-size: 22px; font-weight: 700; padding: 24px;}
.contract_info3 .winning_box.box32 .box_tit{background: #FFA750;}
.contract_info3 .winning_box.box47a .box_tit{background: #E07A87;}
.contract_info3 .winning_box.box47b .box_tit{background: #4CBCF1;}
.contract_info3 .winning_box.box47c .box_tit{background: #8FB949;}
.contract_info3 .winning_box.box47d .box_tit{background: #77BCB8;}
.contract_info3 .winning_box.box52 .box_tit{background: #EAAB92;}

.contract_info3 .winning_box table{width: 100%;}
.contract_info3 .winning_box table thead tr th{padding: 14px; background: #A29D94; color: #FFF; text-align: center; font-size: 18px; font-weight: 700; border-right: 1px solid #fff;}
.contract_info3 .winning_box table thead tr th:nth-child(1){width: 160px;}
.contract_info3 .winning_box table thead tr th:nth-child(2){width: 175px;}
.contract_info3 .winning_box table thead tr th:nth-child(3){width: 248px;}
.contract_info3 .winning_box table thead tr th:last-child{border-right: 0;}

.contract_info3 .winning_box table tbody tr td{padding: 14px; background: #F8F8F8; color: #666; text-align: center; font-size: 18px; font-weight: 500; border-right: 1px solid #B5B5B5; border-bottom: 1px solid #B5B5B5;}
.contract_info3 .winning_box table tbody tr td:last-child{border-right: 0;}

@media screen and (max-width: 1250px) {
  .contract_info3 .winning_wrap{padding: 0 20px;}
}

@media screen and (max-width: 770px) {
  .contract_info3 .winning_inner{grid-template-columns: repeat(1, 1fr); gap: 34px;}
}

@media screen and (max-width: 520px) {
  .contract_info3 .winning_wrap .winning_tit p{font-size: 5vw;}
}