header.masthead {
  padding-top: 13.5rem;
  padding-bottom: calc(10rem - 1.5rem);
  position: relative;
  overflow: hidden;
  min-height: 635px;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("https://cdn.weaversmind.com/nordkin/prd1/prd1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.section-1{
    background:#FAFAFA;
    height:60%;
}
.prd1_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%);
    width: 780px;
    height: auto;
    object-fit: cover;
}
.prd1_1_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 300%);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.responsive-title {
    white-space: nowrap; /* PC: 한 줄 유지 */
}


.prd1_1_txt1 {
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
    color: #212121;
    text-align: center;
    margin-bottom: 10px;
}
.prd1_1_txt2 {
    font-weight: 700;
    font-size: 72px;
    line-height: 120%;
    color: #FF0200;
    text-align: center;
    margin-bottom: 60px;
}

.inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    gap: 80px;
}

.title-box {
    display: flex;
    align-items: flex-start;
    min-width: 250px;
    flex-direction: column;
}


.title-box h3 {
    font-size: 24px;
    color: #999;
    margin-bottom: 10px;
}

.title-box h2 {
    font-size: 46px;
    font-weight: 700;
    color: #000;
}


.value-title {
    color: #212121;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 28px;
}
.value-desc{
    color: #212121;
    font-weight: 400;
    font-size: 20px;
    line-height: 190%;
    margin-bottom: 0;
}
.brand-value-section {
    background-color: #fff;
    padding: 120px 0;
}
    
.brand-value-item {
    margin-bottom: 170px;
    padding:20px;
}

.brand-value-item hr {
    width:80%;
}
.brand-value-item img{
    width:100%;
}

.brand-value-image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 72px;
}

.brand-value-image img {
    width: 100%;
    height: auto;
    display: block;
}

.brand-value-title {
    color: #212121;
    font-weight: 700;
    font-size: 66px;
    line-height: 1;
    margin-bottom: 0;
}
    
.brand-value-desc {
    color: #424242;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
}

.img_left{
    text-align:left;
}
.img_right{
    text-align:right;
}
    
@media (max-width: 991px) {
    .brand-value-section {
        padding: 130px 0;
    }
    .brand-value-item {
        margin-bottom: 60px;
    }
    .brand-value-content {
        padding: 30px 0 0 0;
        text-align: center;
    }
    .brand-value-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .brand-value-desc {
        font-size: 14px;
    }
}
    
@media (max-width: 575px) {
    .section-1{
        background:#FAFAFA;
        height:40%;
    }
    .brand-value-item hr {
        width:100%;
    }

    .img_left,.img_right{
        order: 0;
        text-align:center;
    }
    .section-4-btm-txt-box{
        order: 1;
    }
    .value-title{
        padding: 20px 0;
    }
    .brand-value-title {
        font-size: 20px;
    }

    .brand-value-image {
        margin-bottom: 0px;
    }
    .responsive-title {
        width:70%;
        white-space: normal; /* Mobile: 줄바꿈 허용 */
        word-break: keep-all; /* 단어 중간에서 끊기지 않게 */
        text-align: center; /* 필요 시 중앙 정렬 */
     }
	.prd1_1_txt2 {
		font-weight: 700;
		font-size: 52px;
		line-height: 120%;
		color: #FF0200;
		text-align: center;
		margin-bottom: 60px;
	}
	.prd1_1 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -38%);
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}


.section-7 {
	position: relative;
	background-image: url('https://cdn.weaversmind.com/nordkin/main/section7_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 150px 0;
	min-height: 567px;
	display: flex;
	align-items: center;
}

.section-7-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.section-7 .container {
	position: relative;
	z-index: 2;
}

.section-7-subtitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #9E9E9E;
	margin-bottom: 6px;
}

.section-7-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 17px;
}

.section-7-desc {
	font-weight: 400;
	font-size: 20px;
	line-height: 190%;
	color: #dadada;
	margin-bottom: 39px;
}

.btn-contact {
	display: inline-block;
	padding: 20px 20px;
	background-color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
	border-radius: 8px;
	line-height: 150%;
	color: #FD6C01;
	text-decoration: none;
	max-width: 290px;
	width: 100%;
}

.btn-contact:hover {
	background-color: #E5612F;
	color: #FFFFFF;
}

.masthead-center {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2; /* 배경 위에 표시되도록 */
  justify-content: center; /* 수평 중앙 */
  align-items: center;
}

header.masthead h1,
header.masthead .h1 {
  font-size: 2.25rem;
}


@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1,
  header.masthead .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1,
  header.masthead .h1 {
    font-size: 4.5rem;
  }
}

.masthead-logo img {
  width: 100%;
}

@media (min-width: 768px) {
  .masthead-logo img {
    width: 197px;
  }
}
@media (min-width: 1200px) {
  .masthead-logo img {
    width: auto;
  }
}

