
@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');


/* 초기화 */
html {font-size:10px;}
body {margin:0;padding:0;font-family:  'Poppins', sans-serif;color:#222;font-weight:400;font-size: 1.5rem; color:#222}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;     font-weight: 700;}
h1, h2, h3, h4, h5, h6 {}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
b, strong{font-weight: bold;}
ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;}
input, button {margin:0;padding:0;font-family:  'Poppins', sans-serif;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}
p{margin: 0px; padding: 0px;}
*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
a {color:#222;text-decoration:none}
a:hover{color:#222;text-decoration: none;}
img{max-width: 100%;}

.container{padding-left: 20px; padding-right: 20px;}
.fc_gray{color:#94A0A9}
.shrikhand{font-family: 'Shrikhand', sans-serif; line-height: 130%;}


.con1{   background: url('../img/bg.jpg')  bottom no-repeat; padding-bottom: 5rem ; background-size: cover;}
.con1 .con_box{font-size: 1.5rem;padding-top: 10%;padding-bottom: 40rem; text-shadow: 0 0px 5px rgba(0,0,0,0.3);}
.con1 .logo{  }
.con1 .tit1{font-size: 2rem;margin-bottom: 3rem;}


.con2{padding-top:8rem ; padding-bottom:8rem }
.con2 .tit1{  font-size: 3rem;}
.con2 .slider{text-align: center;}
.con2 .slick-slide img{display: inline-block;    width: 500px;}
.con2 .slider h3{font-size: 1.6rem; padding:0rem 2rem; margin-top: 6rem;}
.con2 .slick-arrow {display: none !important;}

.con3{ background:  url('../img/circle.png')   top repeat-x #F4F6F8;padding-top:8rem ; padding-bottom:4rem}
.con3 .tit1{color:#02A256 ; font-size: 2.2rem; margin-bottom: 3rem;}
.con3 .txt1{font-size: 1.4rem;margin-top: 1rem;}
.con3 .txt2{font-size: 1.5rem;font-weight: 600; margin-bottom: 1rem;}

/*슬라이드*/
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #27AF6F;
}
.slick-dots{    position: absolute;
    bottom: 50px;
    width: 100%;}
 /* 상품리스트 */

 .news_ul{display: flex; flex-wrap: wrap; margin: 0rem ;}
.news_ul>li{width: 50%; padding: 0 0.5rem; margin-bottom: 3rem;}
.news_card .rect{border-radius: 2rem;}
.news_card .rect::after{padding-bottom: calc(370/370*100%);}
.news_card_tit{font-size: 1.8rem; font-weight: 700; margin-top: 2rem; margin-bottom: 0.5rem;}

 
 .news_card .rect{border-radius: 1.5rem;}
 .news_tags {    display: flex; font-size: 1.2rem; flex-wrap: wrap;}
 .news_tags img{width:13px}
.rect {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.btn-outline-secondary{    color: #94A0A9; border-color: #94A0A9; background: #fff;     padding: 1rem 1rem;}
.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #02A256;
    border-color: #02A256;
}
/*글자자르기*/
.line_text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; word-break: break-all; } 

.line1_text { 
    white-space: normal; 
    overflow: hidden; 
    text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
} 
.rect:after {
content: "";
display: block;
padding-bottom: 100%;
}
.rect img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    }


/*하단*/
.footer{width:100%; background:#F4F6F8; padding:25px 0px; font-size: 1.4rem;}
.footer h3{margin-bottom:10px; margin-top:10px}

/*팝업*/
.popup{
    color:#fff;
    font-size: 1.6rem;
    position: fixed;
    width:100%;
    border-radius: 40px 40px 0px 0px;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0px;
    padding: 5rem 2rem 4rem;
    z-index: 100;
    text-align: center;
 }
.logo_pop  {   
    border-radius: 2.5rem;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}
.pop_close{padding:1rem;display: inline-block;position: absolute;position: absolute;right: 1.5rem;top: 1.5rem;}
.pop_tit1{font-size: 2.5rem;}

.pop_btn{display: inline-block;
    max-width: 400px;
    padding: 1.5rem 1rem;
    background: #00C96D;
    border-radius: 30px;
    margin-top: 2rem;
    color: #fff;
    font-size: 1.5rem;
    width: 100%;}
  
  


@media (min-width: 1000px) {
    .news_ul{margin: 0 -1.5rem  ;}
    .news_ul>li{width: 25%; padding: 0 1.5rem; margin-bottom: 5rem;}
  }

/*반응형 */
@media (min-width: 769px) {
    .con1{  /*background: linear-gradient(45deg, #09A9DD, #1ED5AC);*/  background: url('../img/bg3.jpg')  top no-repeat; background-size: cover;}
    .con1 .con_box{    padding-top: 20%;     font-size: 2rem; padding-bottom: 20rem;}
    .con1 .tit1{    font-size: 4rem;}
    
    .con2 .slider h3{font-size:2.6rem}
    .con2 .tit1{  font-size: 5rem;}

    .con3{padding-top: 12rem;}

    .con3 .tit1{font-size: 4.5rem;margin-bottom: 4rem;}
    .con3 .txt2{font-size: 2rem;}
    .news_tags{    font-size: 1.3rem;}
    .news_tags img{width:15px}

   
}

@media (max-width: 340px) {
    .news_tags {font-size: 1.1rem;}
     
}