

@import url(typography.css);

* {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  /* line-height:1; */
}

html, body {
  width: 100%;
  overflow: auto;
}

html {
  font-size: 12px;
  min-height: 100% !important;
  height: 100%; 
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  overflow-x: hidden;
  min-height: 100% !important;
  height: 100%;
  color:#484848;
  letter-spacing: -.0625rem;
  font-family: 'Noto Sans KR', 'Noto Sans KR';
  background: #ffffff; 
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}
 

.filters .row,
.tags .row {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  position: relative;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


a {
  color: #5c5c5c;
}

a:hover {
  text-decoration: none; 
  color: #5c5c5c;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

img {
    /* max-width:100%;
    height:auto; */
}

input::-ms-clear {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-appearance: none;
  border:0;
}

input:focus {
  outline: none;
}

input:focus,
textarea:focus {
  /*border-color: rgba(68, 154, 255, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 0.8rem rgba(68, 154, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 0.8rem rgba(68, 154, 255, 0.5);*/
  outline: 0 none;
}
 

.lg-hidden {
  display: none;
}

.hidden {
  display: none;
}

textarea {
  resize: none;
}

input {
  font-weight: 400;
}

button:focus,
button:active {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
 



div.scroll { 
    /*min-height: 100% !important;
    height: 100%;*/
    position: relative; 
}
div.scroll:nth-child(even) {
    /* background-color: #f5f5f5; */
} 



.mobile {
    display: none;
}

.pull-left {
    float: left;
    position: relative;
}
.pull-right {
    float: right;
    position: relative;
}
.pull-remainder {
    overflow: hidden;
    position: relative;
}

p, .desc {
  word-break: keep-all;
}




.wrap {
  overflow: hidden;
  background: #fffdf6;
}
.wrap .section {

}
.wrap .section .area {
  overflow: hidden;
  width: 100%;
  max-width: 1472px;
  min-width: 1400px;
  margin: 0 auto;
  padding: 150px 20px;
}



.section > .desc,
.section > .area > .desc {
  margin-bottom: 45px;
  font-size: 30px;
  color: #525252;
}
.section > .desc > p,
.section > .area > .desc > p {
  font-size: 30px;
}
.desc h3 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section > .area > .desc h3 + p {
  line-height: 27px;
  font-size: 20px;
}
.desc h3 strong {
  font-weight: 800;
}


.gradient-yellow {
  text-transform: uppermongtae;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,#ffcb1e, #ffa200);
}


@media (max-width: 721px) {
  .mobile {
      display: block;
  }
  .pc {
    display: none;
  }

  /* 1111111111111111111 */
  .wrap .section .area {
    width: 100% !important;
    min-width: initial;
  }
  .section > .desc,
  .section > .area > .desc {
    text-align: center;
    font-size: 20px;
  }
  .section > .desc > p,
  .section > .area > .desc > p {
    font-size: 20px;
  }
  .desc h3 {
    margin-bottom: 16px;
    font-size: 33px;
    font-weight: 800;
  }

  .pull-left,
  .pull-right {
    float: none;
  }

}
