#sec1, #sec2{ scroll-margin-top:200px; }

.addrres{}
.address .ctt{}
.api{width:100% !important;height:450px;border-radius:15px;overflow:hidden !Important;z-index:0;}


.address_box{display:flex;flex-wrap:wrap;width:100%;}
.address_txt{width:50%;margin-top:60px;padding-top:60px;border-top:1px solid #e4e4e4}
.address_txt:nth-child(-n+2){border:0;margin-top:0;}
.address_txt2{width:100%;}
.address_txt h4{display:flex;align-items:center;gap:0 8px;}
.address_txt h4 img{width:22px;}
.address_txt p{font-weight:bold}
.address_txt i{display:block;color:#555;}
.naver_btn{display:flex;gap: 0 20px}
.naver_btn a:hover{background:#000;color:#fff;}

.address_txt a{border: 1px solid #000;width:260px;padding: 15px 0px;text-align:Center;border-radius: 50px;font-weight: 600;margin-top: 15px;display: block;}

.tre_time{}
.tre_time .page_tit{display:flex;align-items:end;justify-content:space-between;}
.tre_time .page_tit strong{font-weight: 400;padding: 8px 12px;border-radius: 100px;background: #fff2f2;font-size: 13px;display: flex;align-items: center;gap: 0 5px;color: #e50000;}
.tre_time .page_tit strong i{width: 15px;height: 15px;background: #eb0909;color: #fff;display: inline-block;text-align: center;border-radius: 10px;line-height: 15px;font-size: 10px;font-weight: 900;}
.tre_time ul{display:grid;grid-template-columns:repeat(5, 1fr);gap:20px;}
.tre_time ul li{background:#f7f7f7;padding:40px 0px;text-align:center;border-radius:10px}
.tre_time ul li span{display:block;font-weight:bold;}
.tre_time ul li h4{color:#000}
.tre_time ul li strong{font-weight:400;text-align:center;display:block;color:#555;}

@media screen and (max-width:768px){
 
  .api {height:300px !important}
  .address_box{margin-top:30px}
  .address_txt{margin-top:0;padding:20px 0;width:100%;}
  .address_txt:nth-child(-n+2){border-bottom:1px solid #e4e4e4;}
  .address_txt h4 img{width:17px}
  
  .naver_btn{gap:10px 0;flex-direction:column;margin-top:20px;}
  .address_txt a{width:100%;margin-top:0;}
  
  .address_txt2{flex-wrap:wrap}
  .address_txt2 p{width:100%;margin-top:0px;}
  
  .tre_time .page_tit{flex-wrap:wrap}
  .tre_time .page_tit div{width:100%}
  .tre_time .page_tit strong{margin-top:10px}
  .tre_time ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;}
}