@import url(//fonts.googleapis.com/earlyaccess/kopubbatang.css);
* {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

body {
  overflow-x: hidden;
  background-color: #ECECEC;
}

.kopubbatang {
  font-family: 'KoPub Batang', serif;
}

h1 {
  font-size: 6em;
  font-weight: 400;
}

h2 {
  font-size: 1.875em;
}

h3 {
  font-size: 1.25em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.table {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.dram {
  background-color: #ECECEC;
  margin-top: 50px;
}

.dram .wrapB {
  width: 75%;
  margin: 0 auto;
}

.dram .section {
  padding: 200px 0;
  width: 100%;
  float: left;
}

.dram .section .title-box h3 {
  margin-bottom: 60px;
}

.dram .section .title-box p {
  margin-bottom: 15px;
  font-size: 1.875em;
  font-weight: 600;
  width: 73%;
}

.dram .section .title-box p:last-child {
  margin: 0;
}

.dram .img {
  margin-bottom: 100px;
  width: 100%;
  float: left;
}

.dram .img img {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.dram .mobile {
  width: 1054px;
  margin: 0 auto;
}

.dram .mobile img {
  width: 427px;
}

.dram .section1 {
  background-image: url(../dram/img/dram1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: calc(100vh - 115px);
}

.dram .section1 .wrapB {
  position: relative;
  height: 100%;
}

.dram .section1 .top {
  width: 100%;
  float: left;
  margin-top: 5%;
}

.dram .section1 .top li {
  width: 25%;
  float: left;
  text-align: center;
}

.dram .section1 .top li h4 {
  margin: 0 0 10px 0;
  font-weight: 400;
}

.dram .section1 .top li p {
  margin: 0;
  font-weight: 600;
}

.dram .section1 .title {
  text-align: center;
}

.dram .section1 .title h1 {
  margin-top: 40px;
}

.dram .section1 .bottom {
  position: absolute;
  bottom: 5%;
  width: 100%;
}

.dram .section1 .bottom ul li {
  float: left;
}

.dram .section1 .bottom ul li h4 {
  font-weight: 400;
  margin-bottom: 10px;
}

.dram .section1 .bottom ul li p {
  font-weight: 600;
}

.dram .section1 .bottom ul li:nth-child(1) {
  width: 51%;
}

.dram .section1 .bottom ul li:nth-child(2) {
  margin-left: 40px;
  width: auto;
}

.dram .section1 .bottom .right {
  font-weight: 600;
}

.dram .section3 {
  background-image: url(../dram/img/dram2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: calc(100vh - 115px);
}

.dram .section3 .bottom {
  position: absolute;
  bottom: 200px;
}

.dram .section3 .bottom li {
  float: left;
  margin-right: 130px;
  width: auto;
}

.dram .section3 .bottom li strong {
  font-size: 3em;
  margin-bottom: 20px;
  float: left;
}

.dram .section5 {
  background-image: url(../dram/img/dram6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  float: left;
  padding-top: 25%;
}

.dram .section5 img {
  width: 427px;
}

.dram .section5 img:nth-child(1) {
  margin-top: 280px;
}

.dram .section5 img:nth-child(2) {
  margin-top: 420px;
}

.dram .section6 {
  padding-top: 850px;
  padding-bottom: 0;
}

.dram .section7 {
  width: 100%;
  float: left;
  position: relative;
}

.dram .section7 .mobile {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -527px;
}

.dram .section7 .mobile img:nth-child(1) {
  margin-top: 420px;
}

.dram .section7 .mobile img:nth-child(2) {
  margin-top: 200px;
}

.dram .section7 > img {
  left: 50%;
  position: relative;
  margin-left: -1089px;
  margin-top: 200px;
}

.dram .section8 {
  background-image: url(../dram/img/dram14.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  float: left;
  margin-top: 400px;
  text-align: center;
  padding: 250px 0;
}

.dram .section8 img {
  -webkit-box-shadow: 0 25px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 25px 30px rgba(0, 0, 0, 0.16);
}

.dram .section9 {
  padding-bottom: 0;
  position: relative;
}

.dram .section9 .wrapB {
  position: relative;
  z-index: 1;
}

.dram .section9 .wrapB img {
  margin-bottom: 600px;
}

.dram .section9 .back {
  width: 100%;
  float: left;
  background-color: #212223;
  text-align: center;
  color: #919293;
  position: absolute;
  bottom: 0;
  padding: 1200px 0 300px 0;
}

.dram .section9 .back .text p:nth-child(1) {
  margin-bottom: 30px;
}
/*# sourceMappingURL=custom.css.map */