@charset "UTF-8";

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-gsans: 'GmarketSansMedium';
  --font-ptd: 'Pretendard-Regular';
}

:root {
  --color-wt: #FFFFFF;
  --color-org: #EF7A1A;
  --color-primary: #0F0F0F;
  --color-second: #333333;
  --color-gray: #999999;
}

* {
  margin: 0;
  padding: 0;
}

body,
input,
textarea,
select,
button,
table {
  font-family: 'Pretendard-Regular', 'GmarketSansMedium';
  font-size: 24px;
  word-break: keep-all;
  color: var(--color-primary);
  line-height: 1.3;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

ol,
ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

em {
  color: var(--color-org);
  font-style: normal;
}

/* Helper Classes */
.no_style {
  margin: 0;
  padding: 0;
  border: 0;
  background: none
}

/* Button */
.btn-right-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 61px;
  padding: 16px 32px;
  border: none;
  border-radius: 100px;
  font-family: var(--font-ptd);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
  background-color: var(--color-org);
  color: var(--color-wt);
  cursor: pointer;
}

.sm-btn_b {
  height: 40px;
  gap: 4px;
  padding: 12px 16px;
  background: var(--color-primary);
  color: var(--color-wt);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.wrap {
  min-width: 1290px;
  overflow: hidden;
}

section {
  width: 100%;
  box-sizing: border-box;
}

.container {
  width: 1290px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

/*section1*/
.section1-wrap {
  height: 900px;
  padding-top: 80px;
  background-image: url(../img/main-bg.png);
}

.section1-wrap h6 {
  font-family: var(--font-gsans);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 130px;
}

.section1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section1 h2 {
  font-family: var(--font-gsans);
  font-size: 105px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 12px;
}

.section1 p.txt {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 48px;
}

/*---section1---*/


/* common-section */
.common-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.common-section .common-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.common-section .common-title h2 {
  font-size: 48px;
  line-height: 1.3;
}

.common-section .common-title p {
  font-size: 28px;
  line-height: 1.3;
}

.common-section em {
  line-height: 1.3;
}

/* ---common-section--- */

/* section2 */
.section2-wrap {
  padding-top: 30px;
  height: 737px;
}

.section2 {
  padding-top: 50px;
}

.section2 .section2-title {
  margin-bottom: 72px;
}

.section2 em {
  margin-top: 50px;
}

.section2 .input-wrap {
  margin-bottom: 32px;
}

.section2 .form-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1160px;
  padding: 48px 120px;
  margin-bottom: 14px;
  background-color: #f8f8f8;
  border-radius: 100px;
  box-sizing: border-box;
}

.section2 .form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.section2 .form-group input {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  border: none;
  background: transparent;
  outline: none;
  color: var(--color-gray);
}

.section2 .form-group input:hover {
  text-decoration: underline;
}

.divider {
  height: 80px;
  width: 2px;
  background-color: #ccc;
}

.section2 .checkbox-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding-left: 120px;
}

.section2 .checkbox-area label {
  font-size: 20px;
  font-weight: 500;
}

.section2 .checkbox-area a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-gray);
}

.section2 .checkbox-area input[type="checkbox"] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-gray);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.section2 .checkbox-area input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 6px;
  width: 10px;
  height: 18px;
  border: solid var(--color-org);
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.section2 .btn-center-wrap {
  margin-bottom: 120px;
}

/*---section2---*/

/* section3 */
.section3-wrap {
  height: 713px;
  padding-top: 120px;
  background: #FFE1C9;
}

.section3 .common-title {
  margin-bottom: 48px;
}

.section3 .section3-icon-box {
  position: relative;
  background: var(--color-wt);
  padding: 42px 175px;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 36px 80px;
}

.section3-wrap img.section3-img {
  position: absolute;
  right: -160px;
  bottom: -90px;
}

/*---section3---*/

/* section4 */
.section4 {
  height: 908px;
}

.section4 .section4-list {
  margin-top: 56px;
}

.section4 .section4-list ul {
  display: flex;
  justify-content: center;
  gap: 64px;
}

.section4 .section4-list ul li {
  width: 596px;
}

.section4 .section4-list ul li>p:first-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.section4 .section4-list ul li>p:last-child {
  font-size: 17px;
  font-weight: 400;
  color: var(--color-second);
  margin-top: 8px;
}

.section4 .section4-list ul li dl {
  margin-bottom: 24px;
}

.section4 .section4-list ul li dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  border: 1px solid var(--color-org);
  border-radius: 16px;
  font-weight: 700;
  overflow: hidden;
}

.section4 .section4-list ul li dt div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 100%;
  font-size: 20px;

  background-color: var(--color-org);
  color: var(--color-wt);
}

.section4 .section4-list ul li dt div:last-child {
  padding-left: 20px;
  font-size: 24px;
}

.section4 .section4-list ul li dd {
  display: flex;
  align-items: flex-end;
  gap: 13px;
}

.section4 .section4-list ul li dd>img {
  padding-bottom: 112px;
}

.section4 .section4-list .list {
  box-sizing: border-box;
  width: 270px;
}

.section4 .section4-list .list .list-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 3.3px;
  margin-bottom: 20px;
  margin-top: 39px;
}

.section4 .section4-list .list .list-title p {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.section4 .section4-list .list .list-box {
  height: 250px;
  box-sizing: border-box;
  border: 3px solid #0051A3;
  border-radius: 16px;
}

.section4 .section4-list .list .list-box .list-icon {
  padding: 24px 45px;
}

.section4 .section4-list .list .list-box .list-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 140px;
  background-color: #0051A3;
  color: var(--color-wt);
  border-radius: 0 0 10px 10px;
}

.section4 .section4-list .list .list-box .list-txt p {
  font-family: var(--font-gsans);
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
}

.section4 .section4-list .list .list-box .list-txt span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

/*---section4---*/

/* section5 */
.section5-wrap {
  height: 600px;
  background-image: url(../img/section5-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section5 {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.section5 .section5-title em {
  font-size: 40px;
  font-weight: 700;
}

.section5 .section5-title h2 {
  font-family: var(--font-gsans);
  font-size: 62px;
  font-weight: 900;
  color: var(--color-wt);
}

.section5 .section5-title p {
  color: var(--color-wt);
  font-size: 28px;
  font-weight: 500;
}

.section5 .section5-title p>span {
  font-size: 16px;
}

/*---section5---*/

/* section6 */
.section6 {
  height: 914px;
}

.section6 .section6-icon-box {
  margin-top: 48px;
}

.section6 .section6-icon-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.section6 .section6-icon-box ul:nth-child(2) {
  margin-top: 30px;
}

.section6 .section6-icon-box ul li {
  width: 270px;
  height: 270px;
  /* border: 1px solid var(--color-gray); */
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.section6 .section6-icon-box ul li>div a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section6 .section6-icon-box ul li:hover {
  transform: scale(1.05);
}

.section6 .section6-icon-box ul li>div>a>p {
  font-weight: 700;
}

.section6 .section6-icon-box ul li>div>a>span {
  font-size: 18px;
  color: var(--color-gray);
  margin-top: 12px;
  font-weight: 600;

}

.section6 .section6-icon-box>span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: var(--color-gray);
  margin-top: 48px;
}

/*---section6---*/

/* section7 */
.section7-wrap {
  background: #FFE1C9;
  padding: 120px 0;
}

.section7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section7 .common-section .common-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

.section7 .common-section .common-title em.last {
  margin-top: 36px;
}

.section7 .form-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  background-color: var(--color-wt);
  padding: 48px;
  border-radius: 16px;
  box-sizing: border-box;
}

.section7 .form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.section7 .form-group input {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  border: none;
  background: transparent;
  outline: none;
  color: var(--color-gray);
}

.section7 .divider {
  height: 2px;
  width: 80px;
  background-color: #ccc;
}

.section7 .form-group input:hover {
  text-decoration: underline;
}

.section7 .checkbox-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.section7 .checkbox-area label {
  font-size: 20px;
  font-weight: 500;
}

.section7 .checkbox-area a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-org);
}

.section7 .checkbox-area input[type="checkbox"] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-gray);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.section7 .checkbox-area input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 6px;
  width: 10px;
  height: 18px;
  border: solid var(--color-org);
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.section7 .btn-wrap {
  margin-top: 32px;
}

/*---section7---*/

/* section8 */
.section8-wrap {
  padding: 120px 0;
  color: var(--color-wt);
  background-color: var(--color-second);
}

.section8 dl dt {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
}

.section8 dl dd {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 10px;
}

.section8 ul {
  margin-top: 25px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}

/*---section8---*/