
*{font-family: 'Noto Sans KR', sans-serif;
    list-style: none; 
text-decoration: none;
border-collapse: collapse;
margin: 0px;
paffing:0px;
color: #000;

}

h1{ font-size: 38;
font-weight: 100;
font-family:ONE 모바일고딕 Title;
}

.contenrs{font-size: 20px;}

.intro_bg{ background-image:url('https://store.img11.co.kr/69122131/462483a6-498f-4572-9142-081d4597ac41_1652164264788.jpg');
width: 100%;
    height: 714px;
;
}

.header{ width:1280px;
    margin:auto;
    display:flex;
    height: 86px;

}
.searchArea{width: 300px;    
    height:40px;
background-color: rgba(0,0,0.5);
border-radius: 5px;
margin-top: 24px;}

.searchArea > form > input{border: none;
background: rgba(0, 0, 0, 0.0);
width: 250px;
height: 40px;
color:#fff;
padding-left: 10px;

}

.searchArea > form > span{
        width:50px; 
        color:#fff;
        font-weight: bold;
        cursor:pointer;

}

.nav{
    display: flex;
width: calc(1280px - 300px);
justify-content: flex-end;
line-height: 86px;
}

.nav > li{
    margin-left: 84px;
}

.nav>li >a { color: black}

.intro_text{
width: 100%;
margin: 231px auto 231px auto;

text-align: center;
}



.amount> li{flex: 1;
height: 132px;}


.amount> li> div{
    text-align: center;
    margin-top: 37px;
    height: 57px;
}

.amount > li:not(:last-child) > div{
    border-right:1px solid #E1E1E1;}
  


 .amount{
     position: relative;
     width: 1280px;
     display: flex;
     background: #fff;
     top:-66px;
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin:auto;
 }

 
.main_text0{
    width: 100%;
    height:630px;
    margin-top:-132px;
    background: #f1f2f3;
  }
  .main_text0 > h1{
    padding-top:116px;
    text-align: center;
  }
  .main_text0 > .contents1 {
    text-align: center;
  }
  
  .icons{
    display: flex;
    width:1280px;
    height: 302px;
    /* background: orange; */
    margin:auto;
  }
  .icons > li {
    flex: 1;
   
    margin-top:49px;
    height:302px;
    text-align: center;
  }
  .icons > li > .icon_img{
    margin-top:18px;
  }
  
  .icons > li:not(:last-child){
    margin-right: 15px;
  }
  
  .icons .contents2 {
    width:250px
    margin:auto;
    letter-spacing: -1px;
  }
 
  
  .main_text1{
      width: 100%;
      height: 659;

  }
  
  .main_text1{
    width: 100%;
    height:659px;
 background-color: antiquewhite;
  }
  .main_text1 > h1{
    padding-top:50px;
    text-align: center;
  }
  .main_text1 > .contents1 {
    text-align: center;
  }
  .service {
    width:1280px;
    display: flex;
    margin: 49px auto;
    height:427px;

  }
  
  .service > .contents2 {
    padding: 20px;
  }
  .service > .contents2 > h2{
    margin-bottom: 27px}
  

    .main_text2{
        width: 100%;
        height: 418px;
        background-image: url(https://store.img11.co.kr/69122131/af1503b5-24b7-41e2-8b96-3735f57e2e85_1652336799316.jpg);
        background-size:COVER;
    background-repeat: no-repeat;            }


    .main_text2>ul {
        display:flex;
;       padding-top: 138px;
    }


    .main_text2> ul>li{
        flex:1;
        text-align: center; 
    }

    .main_text2>ul>li>div,
    .main_text2>ul>li>div >H1{
        color: #fff;
    }

    .more2{
        width: 220px;
        height: 40px;
        border: 1px solid #fff;
        color: #fff;
        line-height: 40px;
        cursor: pointer;
        margin:16px auto;
        
    }
    .inst{width: 220px;
        height: 40px;
        border: 1px solid #fff;
        color: #fff;
        line-height: 40px;
        cursor: pointer;
        margin:16px auto;
        font-size: large;

    }
    .utb{width: 220px;
        height: 40px;
        border: 1px solid #fff;
        color: #fff;
        line-height: 40px;
        cursor: pointer;
        margin:16px auto;
        font-size: large;
    }
    
    .footer{
        display: flex;
        background: #1f1f1f;
        padding:50px;
        text-align: center;
      
      }
      .footer > div:first-child {
        flex:3;
        text-align: center;
        color: #fff;
      
        margin-left: 620px;
      }
      .footer > div:last-child {
        flex:9;
        color: #fff;
      }
      .logo{ display: flex;
        margin-left: 100px;
      height: 150px; 
     
      }
  