@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Noto%20Sans%20KR); 

html {
  scroll-behavior: smooth;
}

.ol{display: none; }
/*****************************************************/
/*************************** // ***************************/

/*header*/
.scrolled .gnb {
  background-color: #fff;
}

.header.scrolled .gnb {
  background-color: white;
}


.header{
  position: fixed; 
  left:0; 
  top:0; 
  z-index:30; 
  width:100%; 
  height:10%; 
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.5s ease-in-out;
}

header nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav ul li {
  margin: 0 10px;
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}

.menu-section {
  height: 800px; /* 메뉴 section의 높이를 임의로 지정 */
  background-color: #fff;
  padding: 50px;
}




.header .logo{float:left; padding-top:20px; margin-left: 50px; }
.header .logo img{width:354px;}

.menu_btn{float: right; transform: translateY(50%); margin-right: 50px; width: 138px; height: 52px; cursor: pointer; display: none; }

.call_num{float: right; padding-top: 40px; margin-right: 50px; }
.call_num h3{color: #fff; font-size: 24px; font-weight: 500; }

.cont{position:relative; margin:0 auto; padding:120px 20px; max-width:1200px;}
.contt{position:relative; margin:0 auto; padding:120px 20px; max-width:100%;}

.gnb a.active {
  color: red; /* 현재 링크에 적용될 스타일 */
}

.gnb {
  position: fixed;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
.gnb.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.gnb.fixed a {
  color: #000;
}

.gnb>ul{display: inline-block; }
.gnb>ul>li{float:left; margin:0 30px; transition-duration: .5s; }
.gnb>ul>li:first-child{margin-left: 0;}
.gnb>ul>li:last-child{margin-right:0;}
.gnb>ul>li:hover{border-bottom: 1px solid #fff; }
.gnb>ul>li>a{font-size:20px; color: #fff; }
.gallery_gnb>ul>li>a, .gallery_call_num>h3{color: #000; } 
.s_gnb{display:none;}

.total_menu{position:fixed; right:-300px; top:0; bottom:0; z-index:20; width:250px; background-color:rgba(0,0,0,0.8); box-shadow:2px 4px 5px 3px rgba(100,100,100,0.3);}
.total_menu ul{border-top:1px solid rgba(255,255,255,0.3);}
.total_menu ul li{border-bottom:1px solid rgba(255,255,255,0.3);}
.total_menu ul li a{padding:15px 20px; display:block; font-size:15px; color:#fff;}
.menu_close{position:relative; padding:30px 20px; width:30px; height:30px; display:block;}
.menu_close:after{position:absolute; width:30px; height:2px; background-color:#fff; border-radius:10px; transform:translate3d(0,0,0) rotate(45deg); display:block; content:"";}
.menu_close:before{position:absolute; width:30px; height:2px; background-color:#fff; border-radius:10px; transform:translate3d(0,0,0) rotate(-45deg); display:block; content:"";}

/*section_1*/
.section_1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section_1 .s1_banner_wrap {
  width: 400%;
  height: 100vh;
}
/** 기존소스
.section_1 .s1_banner_wrap {
  width: 400%;
  height: auto;
}
**/
.section_1 .s1_banner {
  float: left;
  background: url(../img/s1_bg.jpg) no-repeat center 0;
  background-size: cover;
  width: 25%;
  height: 100%;
}

/* 모바일에서의 배경 이미지 */
@media (max-width: 767px) {
  .section_1 .s1_banner {
    background: url(../img/s1_bg_mobile.jpg) no-repeat center 0;
    background-size: cover;
  }
}

/* 모바일에 최적화된 사이즈로 배경 이미지가 나오도록 수정 
@media (max-width: 767px) {
  .section_1 .s1_banner {
    background-size: contain;
    background-position: center center;
  }
}

/* 나머지 스타일들은 동일하게 유지 */
.section_1 .s1_banner .cont {
  padding: 12% 0;
  text-align: left;
}




.section_1 .s1_banner .cont .txt_1 {
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
}

.section_1 .s1_banner .cont .txt_2 {
  position: relative;
  font-size: 25px;
  color: #fff;
  overflow: hidden;
}

.section_1 .s1_banner .cont h1 {
  position: relative;
  margin-bottom: 40px;
  font-size: 70px;
  font-weight: 400;
  line-height: 66px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -4px;
  overflow: hidden;
}

.section_1 .s1_banner .cont h1 strong {
  display: block;
  color: #de1717;
  font-weight: 700;
}

.section_1 .s1_banner .cont .txt_1 img {
  transform: translate(0, 120%);
  -webkit-transition: all 0.65s ease-out;
  -moz-transition: all 0.65s ease-out;
  -ms-transition: all 0.65s ease-out;
  -o-transition: all 0.65s ease-out;
  transition: all 0.65s ease-out;
}

.section_1.visual_on .s1_banner .cont .txt_1 img {
  transform: translate(0, 0);
}

/* Commenting out the following section for now, as it is not being used.
.section_1 .s1_banner .cont span {
  display: block;
  font-size: 30px;
  color: #396be5;
  margin: 50px 0 30px 0;
}
*/

.section_1 .s1_banner .cont p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 120px;
}

.section_1 .s1_banner .cont h3 {
  font-size: 36px;
  color: #fff;
  display: none;
}

.section_1 .s1_banner .cont .txt_2 span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  transform: translate(0, 120%);
  display: block;
  -webkit-transition: all 0.65s ease-out;
  -moz-transition: all 0.65s ease-out;
  -ms-transition: all 0.65s ease-out;
  -o-transition: all 0.65s ease-out;
  transition: all 0.65s ease-out;
  transition-delay: 0.8s;
}

.section_1 .s1_banner .cont h1 span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  transform: translate(0, 120%);
  display: block;
  -webkit-transition: all 1s ease-out;
  -

-moz-transition: all 1s ease-out;
-ms-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
transition: all 1s ease-out;
transition-delay:0.2s;
}
.section_1.visual_on .s1_banner .cont h1 span,
.section_1.visual_on .s1_banner .cont .txt_2 span{transform: translate(0, 0);}
.section_1 .scroll-down{position: absolute; bottom: 80px; left: 50%; z-index: 9;  background:url(../img/scroll-down.png) no-repeat center 0; background-size:cover; width: 75px; height: 42px;  animation: arrowDown 1s infinite ease-in-out alternate; -webkit-animation: arrowDown 1s infinite ease-in-out alternate; -moz-animation: arrowDown 1s infinite ease-in-out alternate; -ms-animation: arrowDown 1s infinite ease-in-out alternate; -o-animation: arrowDown 1s infinite ease-in-out alternate;  }
@keyframes arrowDown{
    from{
        transform: translate(-50%,0);
    }
    to{
        transform: translate(-50%,-20px);
    }
}

.title_style_1{margin-bottom:15px; line-height:1.2; text-align:center; font-size:40px; color:#222; font-weight:600; }
.top_txt_style{margin-bottom:10px; text-align:center; font-size:20px; color:#222;}






.section_2{position: relative; padding-bottom: 30px; }
.section_2 .s2_container{max-width: 1200px; padding-bottom:100px;}
.section_2 .s2_con_wrap{/*margin-bottom: 50px; */max-width: 1200px; }
.section_2 .s2_con{overflow: hidden; padding: 108px 0 0; width: 100%; }
.section_2 .s2_con:nth-child(3){padding-top: 45px;}
.section_2 .s2_con:nth-child(3) .title_style_1{margin-bottom: 30px; }/*60계 치킨*/
.section_2 .s2_con .top_txt_style strong
{color: #cf2938; font-weight: 400; }

.section_2 .store_wrap{padding: 30px 10px; margin: 45px auto 50px; width: calc(100% - 20px); border-top: 1px solid #c4c4c4; border-bottom: 1px solid #c4c4c4; }
.section_2 .store_wrap li{display: inline-block; margin-right: /*60px*/ 5%; margin-bottom: 20px; width: 20.833%; }
.section_2 .store_wrap li:nth-child(4),
.section_2 .store_wrap li:nth-child(8),
.section_2 .store_wrap li:nth-child(12)
{margin-right: 0; }

.s2_header_img{margin-bottom: 25px; width: 70%; margin: 0 auto; }
.s2_header_img img{display: block; margin: 0 auto; }

/*빨래방*/
.section_2 .s2_con:nth-child(4){padding-top: 50px; }
.s2_con:nth-child(4) .s2_header_img{margin-bottom: 20px; }
.s2_con:nth-child(4) .title_style_1{margin-bottom: 15px; }
.s2_con:nth-child(4) .title_style_1 strong{color: #3365e5; font-weight: 500; }
.s2_con:nth-child(4) .top_txt_style{margin-bottom: 50px; }
.s2_con:nth-child(4) .top_txt_style strong{color: #000; font-weight: 700; }

.section_3{position: relative; width: 100%; }
.section_3 .title_style_1{position: relative; z-index: 1; padding-top: /*120px*/ 3.5%; color: #fff; }

.s3_con_wrap{width: 33.333%; position: absolute; top: 0; overflow: hidden; }
.s3_con_wrap:hover .s3_img{transform: scale(1.5); }
.s3_con_wrap:hover .s3_con{width: 50%; height: 50%; }
.s3_left{left: 0; }
.s3_middle{left: 33.333%; }
.s3_right{right: 0; }
.s3_img{position:relative; padding-bottom:50.6%; transition-duration: 0.5s; overflow:hidden;}
.s3_img img{position:absolute; left:50%; top:50%; width:100%; transform: translate(-50%,-50%);}
.s3_con{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 95%; text-align: center; border: 1px solid rgba(255,255,255,0.3); transition-duration: 0.5s; }
.s3_con_txt{position: relative; top: 50%; transform: translateY(-50%); }
.s3_con_txt h1{margin-bottom: 30px; line-height: 50px;  color: #fff; font-size: 52px; font-weight: 500; }
.s3_con_txt h6{color: #f4d56a; font-size: 20px; font-weight: 100; }
.s3_con_txt p{color: #fff; font-size: 15px; font-weight: 100; }
/* 대응 화면 폭 : 768px 이하 */
@media (max-width: 768px) {
  .section_3 {
    display: flex;
    flex-direction: column;
  }

  .s3_con_wrap {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }

  .s3_con_wrap:hover .s3_img {
    transform: scale(1.1);
  }

  .s3_con_wrap:hover .s3_con {
    width: 100%;
    height: 70%;
  }

  .s3_img {
    padding-bottom: 0;
  }

  .s3_con {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 30%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition-duration: 0.5s;
  }

  .s3_con_txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .s3_con_txt h1 {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
  }

  .s3_con_txt h6 {
    font-size: 12px;
    font-weight: 100;
  }

  .s3_con_txt p {
    font-size: 10px;
    font-weight: 100;
  }
}



.section_4 .title_style_1{margin-bottom: 20px; }
.section_4 .title_style_1 strong{color: #396be5; font-weight: 500; }
.section_4 .top_txt_style{margin-bottom: 20px; }
.section_4 .top_txt_style strong{color: #396be5; font-weight: 500; display:block;}
.section_4 .txt_1{margin-bottom:60px; text-align:center; font-size:20px;}
.section_4 .s4_con_bg{width: 100%; height: 100%;  background:url(../img/s4_bg.jpg) no-repeat center 0; background-size:cover; }
.section_4 .s4_con_bg .s4_con{float: left; text-align: center; width: 25%; height: 100%; }
.s4_con_img{padding-top: 120px;  height:110px;}
.s4_con_txt h3{font-size: 24px; margin-top: 40px; margin-bottom: 15px; color: #fff; }
.s4_con_txt p{font-size: 17px; color: #d0d0d0; }
.s4_self_cctv{margin: 30px auto; }

.section_5{background-color: #fcfcfc; }
.section_5 .top_txt_style{margin-bottom: 40px; }
.section_5 table{width: 100%; border-bottom: 1px solid black; }
.section_5 table th{padding: 20px 0; background-color: #396be5; font-size: 22px; font-weight: 500; color: #fff; }
.section_5 table th span{display: inline-block; width: 100%; border-right: 1px solid #fff; }
.section_5 tbody tr:first-child td{padding-top: 40px; }
.section_5 tbody tr:last-child td{padding-bottom: 40px; }
.section_5 table tbody td{padding: 20px 0; text-align: center; font-size: 18px; font-weight: 500; color: #000; border-right: 1px solid #cecece; }
.section_5 table tbody tr td:last-child{border-right: 0; }
.section_5 .txt_r{padding-top:10px; font-size:16px; color:#898989; }

.section_6 .cont .title_style_1{margin-bottom: 30px; }

.section_7 .title_style_1{font-size:32px; font-weight:500;}
.section_7 .top_txt_style{margin-bottom: 40px; }
.section_7 .storage_tb table{width: 100%; border-bottom: 1px solid black; }
.section_7 .storage_tb th{padding: 12px 0; background-color: #396be5; font-size: 20px; font-weight: 400; color: #fff; }
.section_7 .storage_tb th span{display: inline-block; width: 100%; border-right: 1px solid #fff; }
.section_7 .storage_tb tbody td{padding: 12px 0; text-align: center; font-size: 18px; font-weight:300; color: #000; border-right: 1px solid #cecece; }
.section_7 .storage_tb tbody td .f-small{display:block; font-size:16px; color:#777; }
.section_7 .storage_tb tbody tr td:nth-child(3),
.section_7 .storage_tb tbody tr td:last-child
{border-right: 0; }
.section_7 .hddAdd_tb .top_txt_style{margin-top: 10px; margin-bottom: 10px; }
.section_7 .hddAdd_tb table{width: 100%; border-top: 1px solid black; border-bottom: 1px solid black; }
.section_7 .hddAdd_tb td{padding: 10px 0; text-align: center; font-size: 18px; font-weight: 300; color: #000; }
.section_7 .hddAdd_tb tr td:nth-child(2),
.section_7 .hddAdd_tb tr td:last-child{background-color: #f4f7fe; }
.section_7 .hddAdd_tb tbody tr:first-child td{padding-top: 40px; }
.section_7 .hddAdd_tb tbody tr:last-child td{padding-bottom: 40px; }
.section_7 .s6_text_wrap{width: 100%; margin-top: 35px; }
.section_7 .s6_text_leftArea{display: inline-block; padding-left: 50px; padding-right: 30px; border-right: 1px solid #c1c1c1; }
.section_7 .s6_text_leftArea img{width: 52px; float: left;}
.section_7 .s6_text_leftArea h3{float: left; font-size: 22px; color: #000; line-height: 50px; padding-left: 25px; }
.section_7 .s6_text_rightArea{display: inline-block; padding-right: 50px; padding-left: 30px; }
.section_7 .s6_text_rightArea p{float: right; font-size: 17px; color: #000; }

.section_8{background:url(../img/s7_bg.jpg) no-repeat center center; background-size:cover;}
.section_8 .title_style_1{margin-bottom:60px; color:#fff; font-weight:600;}
.section_8 .txt_area{float:left; width:50%; }
.section_8 .form_area{float:left; width:50%; }
.section_8 .txt_1{font-size:38px; line-height:1.2; color:#fff; font-weight:500; }
.section_8 .txt_1:after{margin:25px 0; display:block; width:40px; height:2px; background-color:#fff; display:block; content:""; }
.section_8 .tel{margin-bottom:25px; font-size:52px; line-height:1; font-weight:600; color:#fff; }
.section_8 .txt_2{font-size:18px; color:#fff; }
.section_8 .form_area li{float:left; width:100%; margin-bottom:10px; }
.section_8 .form_area li input[type=text]{width:100%; height:50px; line-height:50px; border-radius:5px; border:none;}
.section_8 .form_area li.w_50{width:49.14%;}
.section_8 .form_area li.right{float:right;}
.section_8 .form_area li textarea{padding:15px; box-sizing:border-box; width:100%; height:64px; background-color:#fff; border-radius:5px; border:none; overflow:auto; font-size:16px; color:#7a7a7a;}
.section_8 .form_area .agree{padding:2px 0 12px; font-size:16px; color:#fff;}
.section_8 .form_area .btn_submit{width:290px; height:50px; line-height:50px; text-align:center; display:inline-block;  background-color:#396be5; border-radius:5px;  border:none; font-size:16px; color:#fff; cursor:pointer; 
font-family:"'Noto Sans KR', sans-serif;";}

/*footer*/
footer{font-weight:200;}
footer .cont{padding:0 20px; }
.footer_menu{border-top:1px solid #eee; border-bottom:1px solid #eee;}
.footer_menu .cont{padding-right:0;}
.footer_menu .btn_company_intro{float:left; margin-top:15px; padding: 0 15px; /*width:70px;*/ height:24px; line-height:22px; text-align:center; display:inline-block; border-right:1px solid #717171; font-size:16px; color: #717171; }
.footer_menu .cont .btn_company_intro:first-child{padding-left: 0; }
.footer_menu .cont .btn_company_intro:nth-child(3){/*width: 120px;*/ color: #000; }
.footer_menu .right_area{float:right; }
.footer_menu .sns{float:left; padding:15px 0; }
.footer_menu .sns li{float:left; position:relative; padding:0 15px; }
.footer_menu .sns li:before{position:absolute; left:0; top:50%; margin-top:-6px; width:1px; height:12px; background-color:#ddd; display:block; content:"";}
.footer_menu .sns li:first-child:before{display:none;}
.footer_menu .family_site{float:left; border-left:1px solid #eee; border-right:1px solid #eee;}
.footer_menu .family_site button{width:170px; padding:0 40px 0 20px; height:58px; line-height:58px; display:block; background:url(../img/family_site.gif) no-repeat right 18px center;  font-size:14px; }

.footer_cont{position:relative; margin:0 auto; padding:35px 20px 30px; max-width:1170px; }
.footer_cont .left_area{float:left;}
.footer_cont .left_area ul li{float:left; position:relative; margin-bottom:5px; padding:0 10px; font-size:15px; color:#535353;}
.footer_cont .left_area ul li:before{position:absolute; left:0; top:50%; margin-top:-5px; width:1px; height:10px; background-color:#ddd; display:block; content:"";}
.footer_cont .left_area ul li:first-child{padding-left:0;}
.footer_cont .left_area ul li:first-child:before{display:none;}
.footer_cont .left_area .copyright{font-size:13px; color:#717171;}
.footer_cont .cs{float:right; box-sizing:border-box; text-align:right;}
.footer_cont .cs .tel{margin-bottom:5px; font-size:24px; color:#717171; line-height:1;}
.footer_cont .cs .time{font-size:13px; color:#717171;}
.btn_top{position:absolute; right:-100px; top:25px;}


.quick{position:fixed; right:0; top:50%; z-index:20; margin-top:-250px; padding:10px 10px 10px 10px; width:100px; text-align:center; border:1px solid #ddd; box-sizing:border-box; background-color:#fff; }
.quick li{padding:10px 0 0; height:100px; box-sizing:border-box; border-top:1px solid #ddd; }
.quick li:first-child{border-top:none;}
.quick li .icon_area{margin-bottom:5px; }
.quick li .txt{font-size:12px; color:#3f3f3f; }
.quick li .txt strong{display:block; font-weight:600; }

.main_title_area:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}
.main_title_area{padding-bottom:10px;}
.main_title_area .title_style_1{float:left; }
.section_4 .title_style_1{font-weight:800;}
.section_4 .title_style_1 img{vertical-align:top;}
.section_4 .title_style_1 span{display:block; font-size:20px; margin-bottom:10px; font-weight:500;}
.main_title_area .right_txt{float:right; font-size:16px; padding-top:20px; color:#777;}
.main_txt_type_1{padding-top:10px; font-size:16px; }
.main_txt_type_1 .c-red{color:#ff0000; font-weight:600;}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{background-color:#777;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{background-color:#000;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{position:relative; bottom:0; padding-top:20px; }

.section4_list:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}
.section4_list>li{float:left; position:Relative; margin:0 0 20px 0; padding:30px 20px 0 150px; width:49%; box-sizing:border-box; border:1px solid #ddd; box-sizing:border-box;  min-height:170px;  border-radius:20px; box-shadow:5px 5px 5px rgba(0,0,0,0.1);}
.section4_list>li:nth-child(2n){float:right; }
.section4_list>li .img_area{position:absolute; left:20px; top:30px; }
.section4_list>li .img_area img{width:110px; }
.section4_list>li .txt_area{}
.section4_list>li .txt_area .title{font-size:20px; font-weight:500; margin-bottom:10px; }
.section4_list>li .txt_area .txt{font-size:16px; line-height:1.4; }
#hd_login_msg{position:absolute; left:-9999px; }

.product_list ul:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}
.product_list ul li{float:left; width:32%; margin:0 2% 30px 0; }
.product_list ul li:nth-child(3n){margin-right:0;}
.product_list ul li .txt_area{font-size:18px; font-weight:400;  text-align:center; }
.product_list ul li .txt_area strong{margin-bottom:10px; display:block; font-weight:600; font-size:32px; color:#02909c;}
.product_list ul li .txt_area span{display:inline-block; padding:0 20px; height:32px; line-height:32px; }
.product_list ul li .txt_area .btn_area{padding-top:10px; }
.product_list ul li .txt_area .btn_area button{padding:0 30px; height:40px; line-height:40px; text-align:center; background-color:#104f8c; font-size:20px; font-weight:500; color:#fff;  border-radius:20px;}
.product_list ul li:nth-child(2n) strong{color:#524ead;}
.product_list ul li:nth-child(2n) .btn_area button{background-color:#0195a3;}

.popup {
  display: none;
}

.popup_cover {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 12;
  max-width: 1000px;
  width: 90%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.popup-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.popup-content .img_area {
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content .txt_area {
  position: relative;
  float: left;
  width: 50%;
  padding: 40px 20px 20px;
  box-sizing: border-box;
  max-height: 80vh;
}

.popup-content .txt_area h1 {
  font-size: 40px;
  font-weight: 600;
}

.popup-content .txt_area .s_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
}

.popup-content .txt_area .txt_1 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  display: block;
}

.popup-content .txt_area ul li {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1.6;
}

.popup-content .txt_area ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 1px;
  background-color: #111;
  display: block;
  content: "";
}

.popup-content .btn_popup_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
}

.popup-content .btn_popup_close:before {
  position: absolute;
  left: 20px;
  top: 0;
  width: 2px;
  height: 36px;
  background-color: #333;
  display: block;
  content: "";
  transform: rotate(-45deg);
}

.popup-content .btn_popup_close:after {
  position: absolute;
  left: 20px;
  top: 0;
  width: 2px;
  height: 36px;
  background-color: #333;
  display: block;
  content: "";
  transform: rotate(45deg);
}

.popup-content .txt_2 {
  padding-top: 10px;
  line-height: 1.6;
  font-size: 16px;
}

.s4_con_txt p br {
  display: none;
}

/* 모바일에서 팝업창 스타일 */
@media (max-width: 768px) {
  .popup {
    position: relative;
  }

  .popup-content {
    top: -900px;
    width: 90%;
    max-width: 500px;
    padding: 20px;
    height: auto;
    overflow-y: scroll;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .popup-content .img_area,
  .popup-content .txt_area {
    width: 100%;
    float: none;
  }

  .popup-content .txt_area {
    padding: 20px;
    padding-top: 50px; /* close버튼 위에 여백 추가 */
  }

  .popup-content .btn_popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 9999;
    cursor: pointer;
  }

  .popup-content .btn_popup_close:before,
  .popup-content .btn_popup_close:after {
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 5px;
    top: 14px;
    content: "";
  }

  .popup-content .btn_popup_close:before {
    transform: rotate(45deg);
  }

  .popup-content .btn_popup_close:after {
    transform: rotate(-45deg);
  }
}



.s4_con_txt p br{display:none;}

@media screen and (max-width: 1430px){
    
.footer_cont{right:0; padding-bottom:80px; }
.btn_top{right:20px; bottom:10px; top:auto; }

.section_1 .s1_banner .cont h1{font-size:50px;}
.section_1 .s1_banner .cont .txt_2{font-size:20px;}
.gnb>ul>li{margin:0 15px; }
}

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

.gnb>ul>li{margin:0 20px;}
.section_1 .solution_area .left_area{padding:0 220px 0 20px; }
.section_1 .solution_area .right_area{padding:0 220px 0 20px; }
.section_1 .solution_area h2{font-size:32px; }
.section_1 .solution_area li{font-size:22px; }
.section_3 .title_style_1{padding-top: /*65px*/ 3.5%; }
.section_3 .s3_con_wrap{pointer-events: none;}
.section_3 li{margin:0 20px; }
.section_3 li.btm_li{margin:0 15px; }
.section_7 .s6_text_wrap{text-align: center; }
.s6_text_wrap .s6_text_leftArea{padding-left: 0; border-right: 0; }

.call_num{display:none;}
.gnb{left:auto; right:20px; transform:translateX(0);}
.section_1 .s1_banner .cont .txt_1 img{width:200px; }
.section_1 .scroll-down{bottom:40px;}
.section_1 .s1_banner .cont{padding:20% 20px;}
.section4_list>li{float:none; width:100%; }
.section4_list>li:nth-child(2n){float:none; }

}


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

.gnb{position:fixed; right:-300px; top:0; bottom:0; z-index:1000; width:280px; height:100vh;  background-color:#011952; display:block; overflow:auto;  left:auto; box-shadow:5px 5px 10px 10px rgba(0,0,0,0.1);}
.gnb>ul{display:block; padding-top:100px; }
.gnb>ul>li{float:none; margin:0; padding:10px 20px;  width:100%; box-sizing:border-box;}
.gnb_close{position:absolute; right:20px; top:20px; width:40px; height:40px;}
.gnb_close:before{position:absolute; left:20px; top:0; width:2px; height:36px; background-color:#fff; display:block; content:""; transform: rotate( -45deg );}
.gnb_close:after{position:absolute; left:20px; top:0; width:2px; height:36px; background-color:#fff; display:block; content:""; transform: rotate( 45deg );}
    .menu_btn{display: block; }
    .call_num{display: none; }
    .section_1 .s1_banner .cont h3{display: block; }
    .section_1 .scroll-down{bottom: 45px; }
/*.header .logo{padding-top:15px;}
    .gnb{top: 15px; }*/
.util{padding:40px 0 0; margin-bottom:0;}
.header_wrap{height:100px;}
/*.menu_btn{transform: translateY(10%); }*/

.section_8 .txt_area{float:none; margin-bottom:30px; width:100%;}
.section_8 .form_area{float:none; width:100%;}
.cont{padding:50px 20px;}
    .gallery_section .cont{padding-top: 100px; }

/*.section_1 .s1_banner .cont{padding-top: 15.625%; }*/
.section_1 h1{font-size:45px; }
.section_1 .top_txt{font-size:18px; margin-bottom:50px; }
.title_style_1{font-size:34px; }
.top_txt_style{font-size:16px;}
    
.section_3{margin-bottom: 50px; }
.section_3 .title_style_1{margin-bottom: 0; }
.section_4 .price_tb .txt_r{font-size:13px;}
.section_7 .hddAdd_tb .top_txt_style{font-size: 22px; }
.section_8 .txt_1{font-size:36px; }


.footer_cont .cs{float:none; margin-bottom:20px; padding-right:0; width:100%; text-align:center;}
.footer_cont .left_area{float:none; width:100%; text-align:center;}
.footer_cont .left_area ul li{float:none; display:inline-block; }

.quick{left:0; bottom:0; right:auto; top:auto; margin:0; padding:10px 0; width:100%; height:auto;  border:1px solid #ddd; box-shadow:2px 2px 5px 5px rgba(100,100,100,0.3);}
.quick li{float:left; padding-top:0; width:100%; height:auto; border-left:1px solid #ddd; border-top:none;}
.quick li .icon_area img{width:40px;}
.quick li:first-child{border-left:none;}
.footer_cont{padding-bottom:120px;}
.btn_top{bottom:auto; top:10px;}
    
#bo_gall .gall_li{width: 50%; }

.section_1 .s1_banner .cont h1{font-size:40px;}
.section_1 .s1_banner .cont .txt_2{font-size:16px;}
.s3_con_txt h1{font-size:26px;}
.s3_con_txt p{font-size:16px;}
.section4_list>li .txt_area .txt br{display:none;}
.section_4 .txt_1{font-size:16px;}
.s4_con_txt h3{margin:40px 0 10px; font-size:20px; }
.s4_con_txt p{font-size:15px;}
.s4_con_txt p br{display:block;}
.s4_con_img{ height:110px; }
.section_7 .storage_tb th{font-size:16px;}
.section_7 .hddAdd_tb td{font-size:16px;}
.section_7 .storage_tb tbody td{font-size:14px;}
.section_7 .title_style_1{font-size:28px;}
.product_list ul li .txt_area strong{font-size:26px;}
.product_list ul li .txt_area .btn_area button{font-size:15px;}

}


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

.header_wrap{height:70px; }
.header .logo img{width:100px;}
.util{padding:20px 0 0; }
.util li{margin:0 7px;}
.util li a{font-size:12px;}
.util ul li.tel{display:none;}
    
.title_style_1{font-size:28px;}
.top_txt_style{font-size:14px; }
.gallery_section .cont .title_style_1{margin-top: 50px; }

.section_8 .txt_area .txt img{height:170px;}
.section_8 .txt_1{font-size:15px;}
.section_8 .form_area li.w_50{width:100%;}

    .section_1 .s1_banner .cont{padding-top: 25%; }
.section_1 .s1_banner .cont h1{font-size: 5em; }
.section_1 .s1_banner .cont span{font-size: 2em; }
.section_1 .s1_banner .cont p{font-size: 1em; }
.section_1 .top_txt{font-size:14px; }

.section_2 .cont{padding:40px 20px;}
.section_2 .store_wrap li{margin-right: 4%; margin-bottom: 0; }
.s2_con:nth-child(4) .top_txt_style{margin-bottom: 30px; }
/*.section_3 .title_style_1{margin-bottom:30px; }*/
.section_3 .s3_con_wrap{width: 100%; }
	.section_3 .s3_right{top: 50%;}
.s3_con_square h3{font-size: 2em;}
.s3_con_square p{font-size: 1.2em; }

.section_4 .title_style_1{margin-bottom:15px; }
.section_4 .s4_con_bg .s4_con{width: 50%; height: 50%; }
.s4_con_img{padding-top: 20px; }
.s4_con_txt h3{font-size: 1.8em; margin-top: 0; }
.s4_con_txt p{font-size: 1.2em; }

.section_5 table th{font-size: 1.5em; }
.section_5 table tbody td{font-size: 1.2em; }
    
.section_7 .storage_tb th{font-size: 1.5em; }
.section_7 .storage_tb tbody td{font-size: 1.2em; }
    
.section_8 .title_style_1{margin-bottom:30px; }
.section_8 .tel{font-size:40px; }
.section_8 .form_area li input[type=text]{height:45px; line-height:45px; font-size:14px; }
.section_8 .form_area li textarea{padding:10px; font-size:14px; }
.section_8 .form_area .agree{font-size:14px;}

.footer_menu .sns li{padding:0 5px; }
.footer_menu .sns{padding-top:15px;}
.footer_menu .family_site button{padding:0 20px 0 10px; width:120px; height:50px; line-height:50px; background:url(../img/family_site.gif) no-repeat right 5px center; text-align:left;}
.footer_menu .btn_company_intro{margin-top:12px;}
.footer_cont .cs .tel{font-size:20px;}
.footer_cont .cs .time{font-size:12px;}
.btn_top img{width:50px;}
.footer_cont .left_area ul li{padding:0 5px; font-size:11px;}
.footer_menu .family_site button{line-height:40px; height:40px; }
.footer_menu .sns{padding-top:7px; }
.footer_menu .btn_company_intro{margin-top:7px;}

.section_2 .s2_con{padding:50px 20px 0; box-sizing:border-box;}
.section_2 .title_style_1 strong{display:block;}
.section_2 .s2_container{padding-bottom:20px;}
.section_3 .title_style_1{padding-top:50px;}
.section4_list>li{padding:20px 10px 20px 80px; height:auto; min-height:60px; border-radius:10px;}
.section4_list>li .img_area{left:10px; top:50%; width:60px; transform: translate(0, -50%);}
.section4_list>li .txt_area .title{font-size:16px;}
.section4_list>li .txt_area .txt{font-size:14px;}
.section_4 .title_style_1 img{margin:0 auto; display:block;}
.section_4 .txt_1{font-size:14px;}
.section_4 .txt_1 br{display:none;}
.section_4 .s4_con_bg .s4_con{margin-bottom:20px; }
.section_7 .storage_tb th{font-size:11px;}
.section_7 .title_style_1{margin-bottom:0; font-size:24px; }
.main_title_area .right_txt{font-size:12px; padding-top:10px;}
.pt_20{padding-top:20px !important;}
.section_7 .storage_tb tbody td .f-small{font-size:11px;}
.section_7 .s6_text_rightArea p{font-size:12px;}
.section_7 .s6_text_rightArea p br{display:none;}
.product_list ul li{width:49%; margin:0 0 30px;}
.product_list ul li:nth-child(2n){float:Right; }
.product_list ul li .txt_area strong{font-size:18px;}
.product_list ul li .txt_area span{padding:0; font-size:16px;}
.product_list ul li .txt_area .btn_area button{font-size:13px;}
.section_8 .txt_1 img{width:200px;}
.quick ul li .icon_area{margin-right:10px; display:inline-block; vertical-align:middle;}
.quick ul li .txt{display:inline-block; font-size:14px; vertical-align:middle;}
.quick li .txt strong{font-weight:600; font-size:17px;}

}

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

.title_style_1{font-size: 24px; }
    .section_2 .title_style_1{font-size: 20px; }
    
.header .logo{margin-left: 10px; }
.menu_btn{width: 100px; height: auto; margin-right: 10px; line-height: 0px; }
    
.section_1 .s1_banner .cont{padding: 40% 20px; }
.section_1 .s1_banner .cont h1{font-size: 4em; }
.section_1 .s1_banner .cont span{font-size: 1.5em; }
.section_1 .banner_btn_wrap{left: 10px; }
    .section_1 .s1_banner .cont h3{font-size: 24px; }
    
.section_2 .store:first-child{margin-top: 0; }
.section_2 .store:last-child{margin-bottom: 0; }
.section_2 .s2_btn_wrap{bottom: 40px; }
    
.section_4 .s4_con_bg{height: 1200px; }
.section_4 .s4_con_bg .s4_con{width: 100%; height: 25%; }
    
.section_5 table th, .section_5 table tbody td
{font-size: 0.7em; }
    
.section_7 .storage_tb th{font-size: 1em; }
.section_7 .storage_tb tbody td{font-size: 0.7em; }
.section_7 .hddAdd_tb .top_txt_style{font-size: 14px; }
.section_7 .hddAdd_tb td{font-size: 1.2em; }
.section_7 .s6_text_leftArea img{width: 25px; }
.section_7 .s6_text_leftArea h3{font-size: 1em; line-height: 24px; }
.section_7 .s6_text_rightArea{padding-left: 50px; padding-right: 30px;}
.section_7 .s6_text_rightArea p{text-align: left; font-size: 0.8em; }

.section_1 .s1_banner .cont .txt_1 img{width:150px;}
.section_1 .s1_banner .cont h1{font-size:30px;}
    
}

.swiper-pagination-bullet{background: #dcd9d9; }
.swiper-pagination-bullet-active{background: #007aff; }

/*견적형 문의*/
.const_header{border-bottom: 1px solid #e1e1e1; }
.const_section .cont{padding-top: 100px; }
.const_img{width: 100%; margin-bottom: 50px; }
.const_img:last-child{margin-bottom: 0; }
.const_img img{display: block; margin: 0 auto; }

/*시공갤러리*/
.gallery_section .cont .title_style_1{margin-bottom: 50px; }
#bo_btn_top{display: none; }
#bo_gall .gall_img{border: 0; height: auto; }
#bo_gall .bo_cnt{display: none; }
}
}

/********************************************************* kor / eng **************************************************************/
.m-top-lang ul {margin:0 -12px;}
.m-top-lang ul:after {content:""; display:block; clear:both;}
.m-top-lang ul li {float:left; padding:0 12px; position:relative;}
.m-top-lang ul li:after {content:" "; position:absolute; top:50%; left:0; width:1px; height:20px; margin-top:-10px; background:#dfdfdf;}
.m-top-lang ul li:first-child:after {content:" "; display:none;}
.m-top-lang ul li a {display:block; width:32px; height:32px; border-radius:50%; text-align:center; font-size:11px;line-height:32px;font-weight:700;letter-spacing:0; color:#2c2c2c;}
.m-top-lang ul li.active a {background:#333; color:#fff;}

/*kor / eng 끝*/