:root {
  --main-color:#0b0376;
}

@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream-4Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gosanja';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/Gosanja.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* normalize */
body,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border:none;
  background-color:transparent;
  margin:0;
  padding:0;
  cursor: pointer;
}

/* library */
.con {
  margin: 0 auto;
}

.con {
  width: 1280px;
  padding:0 40px;
  box-sizing: border-box;
}

.cell {
  float: left;
  box-sizing: border-box;
}

.cell-r {
  float:right;
  box-sizing: border-box;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

.img-box {
  overflow: hidden;
}

.img-box > img {
  width:100%;
  height:100%;
  object-fit: cover;
  display: block;
}

.score-r {
  font-family: 'S-CoreDream-4Regular';
}
.score-b {
  font-family:  'S-CoreDream-5Medium';
}

.gosanja {
  font-family: 'Gosanja';
}


/* custom */

/* header */

.header__logo > h1 > a {
  display: block;
  user-select: none;
}

.header__logo > h1 > a > img {
  margin-left:-40px;
  margin-bottom:-30px;
  position: relative;
  z-index: -1;
}


.header__menu {
  position: relative;
  display: inline-block;
  top:100px;
}


.header__menu > button {
  display: block;
  height: 30px;
  padding:0 12px;
  color:white;
  border-radius:5px;
  margin-left:5px;
  font-family: 'S-CoreDream-5Medium';
  font-size:16px;
}

.header__menu > .btn-login {
  background-color:var(--main-color);
}

.header__menu > .btn-join {
  background-color:#898989;
}

.header__menu > .btn-company,
.header__menu > .btn-qna {
  background-color:#565656;
}


/* nav */
nav {
  background-color:var(--main-color);
  color:white;
}

nav > .con {
  background-color:var(--main-color);

}

.main-menu > li {
  width: calc(100% / 7);
  text-align: center;
}

.main-menu > li > a {
  display: block;
  padding:12px 0;
  font-size:22px;
}


/* section-1 */

.section-1 {
  height:760px;
  background: rgb(236,241,245);
  background: linear-gradient(90deg, rgba(236,241,245,1) 50%, rgba(191,210,224,1) 50%);
}

.section-1 > .con {
  position: relative;
  background: rgb(236,241,245);
  background: linear-gradient(90deg, rgba(236,241,245,1) 50%, rgba(191,210,224,1) 50%);
}

.section-1 .qr-code {
  position:absolute;
  width:100%;
  top:-0px;
  left:0;
}

.section-1 .qr-code > div {
  text-align: center;
  width:50%;
  height:140px;
}

.section-1 .qr-code > .line {
  background-color:#00b900;
}

.section-1 .qr-code > .kakao {
  background-color:#e4d533;
}


/* section-2 */

.section-2 {
  background-color: #f8f8f8;
}

.section-2 > .con {
  padding-top:190px;
  padding-bottom:80px;
  background-color: #f8f8f8;
  height: 600px;

}

.section-2__title {
  margin-bottom:40px;
}

.section-2__title > div {
  font-size:42px;
}

.button-more {
  background-color:white;
  font-size:13px;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  padding: 20px 56px;
  border-radius: 50px;
}





.section-2__list-content {
  border:1px solid #dbdbdb;
  padding:0 10px;
}

.section-2__list-content > ul > li {
  margin:10px 0;
  width: 550px;
  background-color:transparent;
}

.section-2__list-content > ul > li > a > .txt {
  font-family:  'S-CoreDream-5Medium';
  font-size:18px;
  width:calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-2__list-content > ul > li > a > .date {
  width:80px;
  margin-top:4px;
  text-align: center;
  font-family:  'S-CoreDream-5Medium';
  font-size:13px;
  color:var(--main-color);
}







.section-2__info-list > ul {
  margin:0 -15px;
}

.section-2__info-list > ul > li {
  width:calc(90% / 3);
  padding:15px;
  background-color:transparent;
}

.section-2__info-list > ul > li > a {
  display:block;
  background-color:white;
  box-shadow: 0 0 20px rgba(0,0,0,0.02);
}

.section-2__info-list > ul > li > a > div > .img-box {
  height:254px;
  overflow: hidden;
}


.section-2__info-list > ul > li > a > div > .info-list__txt {
  height:120px;
  padding:30px;
}

.section-2__info-list > ul > li > a > div > .info-list__txt > .title {
  font-family: 'S-CoreDream-5Medium';
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size:18px;
  margin-bottom: 20px;
  height:50px;
}

.section-2__info-list > ul > li > a > div > .info-list__txt > .content {
  font-family: 'S-CoreDream-4Regular';
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size:13px;
}



/* section-3 */

.section-3 > .con {
  padding-top: 120px;
  padding-bottom: 120px;
  height: 1000px;
}

.section-3__title {
  margin-bottom:40px;
}

.section-3__title > div {
  font-size:42px;
}

.section-3__list > ul {
  margin:0 -20px;
}

.section-3__list > ul > li {
  width:calc(90% / 4);
  height:224px;
  padding:0 20px;
}

.section-3__list > ul > li:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

.section-3__list > ul > li > a {
  display:block;
  width:100%;
  height:100%;
  position:relative;
}

.section-3__list > ul > li > a > .img-box {
  width:100%;
  height:100%;
}

.section-3__list > ul > li > a > .content {
  position:absolute;
  top:30px;
  left:20px;
  right:20px;
  bottom:30px;
  background-color:rgba(255,255,255,0.8);
  padding:40px 35px;
}


.section-3__list > ul > li > a > .content > .txt {
  font-size:22px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section-3__list > ul > li > a > .content > .date {
  margin-top:12px;
  font-size:13px;
  color:var(--main-color);
}


.section-3__list-2 {
  margin:0 -20px;
  margin-top:80px;
}

.section-3__list-2 > div {
  width:calc(100% / 2);
  padding:10px;

}

.section-3__list-content {
  border:1px solid #dbdbdb;
  padding:0 10px;
}

.section-3__list-content > ul > li {
  margin:10px 0;
  width: 520px;
}

.section-3__list-content > ul > li > a > .txt {
  font-family:  'S-CoreDream-5Medium';
  font-size:18px;
  width:calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-3__list-content > ul > li > a > .date {
  width:80px;
  margin-top:4px;
  text-align: center;
  font-family:  'S-CoreDream-5Medium';
  font-size:13px;
  color:var(--main-color);
}

/* section-4 */

.section-4 {
  background-color: #f8f8f8;

  height: 500px;
width: 1280px;
}

.section-4 > .con {
  padding-top:120px;
  padding-bottom:120px;
  background-color: #f8f8f8;
}

.section-4 > .con > ul {
  margin:0 -20px;
}

.section-4 > .con > ul > li {
  width:calc(90% / 5);
  text-align: center;
  background-color:transparent;

}

.section-4 > .con > ul > li > a > .icon-txt {
  font-family:  'S-CoreDream-5Medium';
  margin-top:40px;
  font-size:18px;
}


/* section-5 */

.section-5 {
  height:300px;
  background-image:url("../img/image1.jpg");
  background-size: cover;
  background-position: 80% 45%;
  position:relative;
  min-width: 1280px;

  height: 300px;

}

.section-5__bg {
  position:absolute;
  background-color:rgba(0,0,0,0.5);
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.section-5__bg > .con {
  position:relative;
  height:100%;
}

.btn-txt {
  position:absolute;
  top:50%;
  transform: translatey(-50%);

}

.btn-apply {
  display: block;
  width:200px;
  height: 200px;
  border-radius: 50%;
  background-color:#ed5638;
  color:white;
  position:absolute;
  top: 50%;
  right:40px;
  transform: translatey(-50%);
}

.btn-apply > div {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  font-size:34px;
  white-space: nowrap;
  font-family:  'S-CoreDream-5Medium';
}


/* .section-6 */

.section-6 > .con {
  padding-top: 80px;
  padding-bottom: 80px;

  height: 800px;
padding-right: 0px;
padding-left: 0px;
}

.section-6__list-box > li {
  width:calc(100% / 4);
  height: 400px;
  padding:20px;
}


.section-6__list-box > li > cell {

  height: 400px;

}




.section-6__list-box > li > a {
  display: block;
  border-radius:32px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.section-6__list-box > li > a > .list__thumbnail {
  height:278px;
}

.section-6__list-box > li > a > .list__thumbnail > img {
  width:100%;
  height:100%;
  object-fit: cover;
}

.section-6__list-box > li > a > .list__content {
  height:128px;
  padding:16px 24px;
  box-sizing: border-box;
}

.section-6__list-box > li > a > .list__content > .title1 {
  color:#8269ff;
  margin-bottom:16px;
  font-size:18px;
}

.section-6__list-box > li > a > .list__content > .location {
  font-size:13px;
  font-family: 'S-CoreDream-4Regular';
}

.section-6__list-box > li > a > .list__content > .price {
  font-size:18px;
  font-family:  'S-CoreDream-5Medium';
}


/* footer */

footer {
  background-color:#1a1f23;
  color:white;
  font-size:14px;
  font-family: 'S-CoreDream-4Regular';
}

footer > .con {
  background-color:#1a1f23;
  padding-top:40px;
  padding-bottom: 40px;
}

.footer-info {
  margin-top:10px;
  margin-left:40px;
}

.footer-info > div:nth-child(2) {
  margin:20px 0;
}