@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding:wght@400;700&display=swap');


nav{max-width:1240px;height:47px;line-height:47px;margin:0 auto;}

li{list-style:none;}
a{text-decoration:none;}

.header{display:flex;}

.header__nav{color:green; float:right;width:820px;}
.header__nav a{color:inherit;}
.header__nav li{font-size:19px;font-family:'Noto Sans KR', sans-serif;text-align:center;width:20%;margin-right:3.5%;}
.header__nav li:last-child{margin-right:0;}
.header__nav-item{display:inline-block;}


.call__button {
      display: block;
      position: fixed;
      bottom: 30px;
      right: 20px;
      /* background-color: #28a745; */
      color: white;
      padding: 15px 20px;
      /* border-radius: 50px; */
      text-decoration: none;
      font-size: 18px;
      /* box-shadow: 0 4px 8px rgba(0,0,0,0.3); */
      z-index: 9999;
    }

.call__button img{width: 50px; height: 50px;}

.section{text-align: center;}
.header__section{display:inline-block; width:100vw; text-align: center;}


.best{display: inline-flex; gap:1em; margin-top: 0px;}
.best__card{padding: 20px; text-align: center; background-color:white; border-radius: 12px;}
.best__icon{width:150px; height:250px;}


.service{display: flex; align-items: center; justify-content: center;}
.service__contents{text-align: center; padding: 20px 0px; max-width: 540px;}
.service__contents li{text-align: left;}

.consulting{display: inline-flex; gap:1em; margin-top: 0px; text-align: left;}
.consult__item_icon{width: 150px; height: 150px;}
.consult__item_category {color:blue; font-size:20px}

.contact{grid-column: 1/-1;}
.contact__address{display: flex; flex-wrap: wrap; justify-content: center;}
.contact__table{text-align: left; border-spacing: 3em 1em;}
.contact__table th{padding-right: 2em; text-align: right; border-right: 4px solid #FFE6D6;}

footer{
  padding:0em;
  font-size: 18px;
  text-align: center;
  color: white;
  background-color: #DC9C86;
}

@media (max-width:930px){
  /* 모바일 화면 */
  .header{display:inline-block; width:100vw; text-align: center;}
  .header img{width:214px;height:45px;}
	.header__nav{display:none;}

  .best {flex-direction: column; width: 100%;}
  .product img{width: 100vw;}

  .consult__item_icon{width: 100px; height: 100px;}
}

@media (min-width:931px)
{
  /* PC 화면 */
  /* #main {
    display: grid;
    grid-template-columns: 1fr 1ft;
  }
  #best{
    grid-column: 1/-1;
  } */

  .header img{margin-left: 50px;}
  .call__button{display: none;}

  .best__card{
    position: relative;
    width: 250px;
  }
}