/* Google Web Fonts CDN */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&display=swap');
/* Google Web Font */
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
/* Google Web Font */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500&display=swap');
/* Fontawesome 4.7 */
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* 웹폰트로 사용 */
@font-face {
  font-family: 'Pretendard-Thin';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-ExtraLight';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Light';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@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;
}
@font-face {
  font-family: 'Pretendard-Medium';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-SemiBold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Bold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-ExtraBold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Black';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/* reset css */
h1,h2,h3,h4,h5,h6{
  margin: 0;
}
h4,h5,h6,p{
  font-family: 'Pretendard-light';
  line-height: 34px;
  word-break: keep-all;
}
a{
  text-decoration: none;
}
button{
  cursor: pointer;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
*{
  /* font-family:'Montserrat', sans-serif; */
}
body {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #222;
  line-height: 1.5em;
}
/* common css */
.inner{
  /* border: 1px solid #000; */
  width: 1300px;
  margin: auto;
}

/* header */
header{
  position: fixed;
  width: 100%;
}
.banner{
  /* background-color: #a89c92; */
  background-color: #333;
  height: 60px;
  display: flex;
  align-items: center;
}
.lnb{
  /* border: 1px solid red; */
  width: 1300px;
  margin: auto;
  text-align: right;
  display: flex;
  justify-content: space-between;
}
.logo_name a{
  color: #fff;
  font-size: 22px;
  font-family: 'montserrat', sans-serif;
  font-weight: 900;
}
.lnb .info{
  font-weight: 500;
  font-size: 16px;
}
.lnb .info a{
  color: #999;
  margin-left: 30px;
}
.lnb a:hover{
  color: #fff;
}

/* intro */
header{}
.intro{
  /* border: 1px solid red; */
  height: 100vh;
  /* background: url(/image/intro.png) no-repeat center center; */
  /* background-size: cover; */
  display: flex;
  align-items: center;
}
.heading{
  padding-left: 100px;
  padding-right: 50px;
  display: flex;
  /* border: 1px solid red; */
  align-items: center;
  justify-content: space-between;
  
}
.heading_image img{
  width: 430px;
}
.heading h1{
  font-size: 64px;
  margin-bottom: 50px;
  margin-top: 80px;
  font-family: 'Pretendard-ExtraBold';
  color: #A89C92;
}
.heading h2{
  font-size: 34px;
  margin-bottom: 70px;
  letter-spacing: -1px;
  font-weight: 300;
  color: #A89C92;
}
.heading p{
  font-size: 26px;
  font-family: 'Pretendard-Bold';
  letter-spacing: -0.5px;
  color: #333;
}
.heading button{
  padding: 10px;
  width: 150px;
  text-align: center;
  font-size: 18px;
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  font-family: 'Pretendard-regular';
  border: none;
}
.heading button a{
  color: white;
}

/* terms&conditions */
.main{
  /* border: 1px solid red; */
  /* height: 100vh; */
  /* background: url(/image/intro.png) no-repeat center center; */
  /* background-size: cover; */
  display: flex;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f8f8f8;
}
.termsConditions{
  /* border: 1px solid red; */
  text-align: center;
  background-color: #fff;
  padding: 100px;
  width: 720px;
}
.comment{
  text-align: left;
  font-size: 18px;
}
.comment h1{
  padding-top: 20px;
  margin-bottom: 70px;
  font-size: 42px;
  font-family: 'pretendard-bold';
}
.comment p, .comment-list-original{
  font-family:'pretendard-regular';
  line-height: 1.6em;
}
.comment p em{
  display: block;
  font-style: normal;
  font-family: 'pretendard-bold';
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.comment-list li{
  font-family:'pretendard-regular';
  color: #777;
  font-size: 18px;
  line-height: 1.6em;
}


@media screen and (max-width: 768px) {
  /* inner */
  .inner{
    width: 100%;
  }
  /* header */
  header{
    width: 100%;
    position: relative;
  }
  .banner{
    flex-direction: column;
    height: 190px;
    justify-content: center;
    margin: 0px;
  }
  .lnb{
    /* border: 1px solid red; */
    text-align: center;
    width: 100%;
    flex-direction: column;
    margin-top: 35px;
  }
  .lnb .logo_name a{
    color: #fff;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    margin-bottom: 15px;
  }
  .lnb .info a{
    color: #999;
    margin-left: 0px;
  }
  .lnb a{
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4em;
  }
  /* intro */
  .intro{
    flex-direction: column;
    height: 100%;
    margin: 20px;
    /* border: 1px solid red; */
  }
  .heading{
    flex-direction: column;
    padding: 0px;
  }
  .heading_image{
    text-align: right;
  }
  .heading_image img{
    width: 94%;
    /* border: 1px solid red; */
    margin-bottom: 30px;
  }
  .heading_text{
    text-align: center;
  }
  .heading h1{
    font-size: 58px;
    margin-bottom: 38px;
    margin-top: 100px;
    text-align: center;
    font-family: 'Pretendard-ExtraBold';
    color: #A89C92;
  }
  .heading h2{
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: -1px;
    font-weight: 300;
    /* color: #A89C92; */
  }
  .heading p{
    font-size: 22px;
    text-align: center;
    font-family: 'Pretendard-Bold';
    letter-spacing: -0.5px;
    color: #333;
    margin-bottom: 30px;
  }
  .heading button{
    padding: 10px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    font-family: 'Pretendard-regular';
    border: none;
    margin-bottom: 30px;
  }
  .heading button a{
    color: white;
  }
  /* terms&conditions */
  .main{
    padding: 0px;
  }
  .termsConditions{
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 50px 30px;
    width: 80%;
    border-radius: 5px;
  }
  .comment h1{
    padding-top: 20px;
    margin-bottom: 50px;
    font-size: 36px;
    font-family: 'pretendard-bold';
  }

}
