@charset UTF-8;

.wrap {width: 750px; margin: auto; border-left: 1px solid #ddd; border-right: 1px solid #ddd; box-sizing: border-box; overflow: hidden;}
.wrap img {display: block; margin: auto;}

/* 헤더 */
#header h1 {
  position: relative;
  height: 120px;
}
#header h1 > img {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 112px;
}
#header p > img {width: 750px;}

/* 컨텐츠 공통 */
#contents h2 {
  padding: 30px 30px;
  font-size: 48px;
  font-weight: 700;
  border-top: 2px solid #e9eced;
  border-bottom: 2px solid #e9eced;
}
#contents h2 > span {
  font-weight: 400;
}
[class ^=contents_] {
  margin: 0 36px;
  padding-top: 45px;
  padding-bottom: 55px;
}
[class ^=contents_]:not(:last-child) {
  border-bottom: 2px solid #e9eced;
}

#contents h3 {
  padding-left: 10px;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -0.7px;
  color: #005a2b;
}
#contents h3 + p {
  margin-top: 20px;
  padding-left: 10px;
  letter-spacing: -0.7px;
  font-size: 26px;
}
#contents img {
  margin-top: 55px;
}

/* 컨텐츠_01 */
.contents_01 {
  padding-left: 10px;
  font-size: 31px;
  font-weight: 700;
  color: #4a4f54;
}
.contents_01 p:not(:first-child) {
  margin-top: 40px;
}

.contents_01 p > span {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  font-weight: 400;
  color: #000;
}
.contents_01 p:last-child {
  font-size: 20px;
  font-weight: 400;
  color: #555;
  letter-spacing: -0.7px;
}

/* 컨텐츠_04,06 */
#contents .contents_04 h3,
#contents .contents_06 h3 {color: #4a4f54;}

.contents_04 button,
.contents_06 button {
  margin-top: 55px;
  width: 100%;
  height: 97px;
  background: #0c121c;
  font-size: 30px;
  letter-spacing: -0.7px;
  color: #fff;
  cursor: pointer;
}
.contents_04 button > span,
.contents_06 button > span {font-weight: 700;}

/* 푸터 */
#footer {
  padding: 30px 36px;
  background: #f7f8f8;
}
#footer h2 {
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px solid #e9eced;
  color: #4a4f54;
}
#footer h2::before {
  display: inline-block;
  content: '';
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: url(../images/icon.png);
}

.footer_contents {
  width: 95%;
  margin: auto;
  padding-top: 30px;
  color: #0c121c;
}
.footer_contents p:not(:last-child) {
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 18px;
  letter-spacing: -1.2px;
}
.footer_contents p:last-child {
  font-size: 20px;
  margin-left: -10px;
}
.footer_contents p::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -10px;
  width: 5px;
  height: 5px;
  margin-right: 20px;
  background: url(../images/icon_bullet.png) no-repeat center;
}