/* BASIC css start */
.h-title {width: 1200px; margin: 80px auto 0; font-size: 15px; line-height:10px; }
.h-title h1 { padding: 20px 0 20px 0; font-size: 40px; font-family: 'Pretendard-Regular'; line-height: 140%; color: #333333;}
.h-title h2 { font-size: 20px; font-family: 'Pretendard-Regular'; line-height: 150%; color: #666666;}

.h-title h3 { font-size: 20px; font-family: 'Pretendard-Regular'; line-height: 150%; font-weight: bold; }

.h-title h4 { font-size: 17px; text-align: right; font-family: 'Pretendard-Regular'; line-height: 150%; color: #999999;}

.h-title a {font-size: 40px; font-family: 'Pretendard-Regular'; line-height: 140%;color: #333333; font-weight: 800; }

.img_box {width: 1200px; }



p { 
text-align: center; font-weight: 550;
display:inline-block;
}

#round1 {font-family: Georgia, serif; font-size: 20px; width : 120px; height: 40px; line-height: 40px; border-radius : 50px; background : #E8E8E8; border:2px solid #E8E8E8; color: #FFFFFF;}
#round2 {font-family: Georgia, serif; font-size: 20px; width : 120px; height: 40px; line-height: 40px; border-radius : 50px; border:2px solid #E8E8E8; color: #E8E8E8;}
#round3 {font-family: 'Pretendard-Regular'; font-size: 30px; width : 250px; height: 60px; line-height: 60px; border-radius : 50px; background :  #584A3C; color: #FFFFFF;}
#round3:hover {backround: black; color:white;}


@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.btn1{font-family: 'Pretendard-Regular'; font-weight: 600; font-size: 30px; line-height: 50px;
display:inline-block; 
  width: 250px;
  height:60px;
color: #584A3C;
border:3px solid #584A3C;
  border-radius:50px;
  background: #FFFFFF;
}

.btn1:hover{
  background: #584A3C; color: #FFFFFF;
}
/* BASIC css end */

