@charset "utf-8";
/* 갑상선(목멍울) */
.wrap_sub04 article{
  width: 1520px;
  margin: 0 auto;
}
.wrap_sub04 h2{
  font-family: 'Pretendard-Bold';
  font-size: 60px;
}
.wrap_sub04 .sub_sec02{
  padding: 140px 0 156px;
}
.wrap_sub04 .sub_sec02>div{
  width: 1520px;
  margin: 0 auto;
}
.wrap_sub04 .sub_sec02 .sub_sec02_art01{
  width: 100%;
  height: 400px;
  background: url(../images/sub/sub04_back.png) center center;
}
.wrap_sub04 .sub_sec02 .sub_sec02_txtbox{
  display: flex;
  padding-top: 40px;
}
.wrap_sub04 .sub_sec02 .sub_sec02_txtbox p{
  margin-left: auto;
  font-family: 'NanumSquareNeo-Variable';
  font-size: 21px;
  text-align: left;
  line-height: 35px;
}
.wrap_sub04 .sub_sec02 .sub_sec02_txtbox div{
  margin-left: auto;
}
.wrap_sub04 .sub_sec02 .sub_sec02_txtbox div p:nth-child(2){
  letter-spacing: .85px;
}
.wrap_sub04 .sub_sec02 .sub_sec02_txtbox div p:nth-child(3){
  letter-spacing: .5px;
}
.wrap_sub04 .sub_sec02 .sub_sec02_txtbox h2{
  font-family: 'Pretendard-Bold';
  font-size: 60px;
  line-height: 65px;
  text-indent: 20px;
  position: relative;
}
.wrap_sub04 .sub_sec02 .sub_sec02_txtbox h2::after{
  display: inline-block;
  content: "";
  position: absolute;
  height: 55px;
  width: 10px;
  background: #ff2f73;
  left: 0;
  top: 7px;
}
/* 세번째 섹션 */
.wrap_sub04 .sub_sec03{
  padding: 140px 0 146px;
  width: 100%;
  background: url(../images/sub/sub04_back02.png) center center no-repeat;
  height: 795px;
}
.wrap_sub04 .sub_sec03 h2{
  text-align: center;
}
.wrap_sub04 .sub_sec04{
  padding: 140px 0;
}
.wrap_sub04 .sub_sec04 .art01 h2{
  text-align: center;
}
.sub_sec04_list ul{
  display: flex;
  width: 100%;
  gap: 40px;
  padding: 60px 0 140px;
}
.sub_sec04_list ul li{
  text-align: center;
  width: 100%;
  padding: 50px 0 62px;
  border: 1px solid #aaaaaa;
}
.sub_sec04_list ul li img{
  padding-bottom: 29px;
}
.sub_sec04_list ul li p{
  font-size: 30px;
  font-family: 'NanumSquareNeo-Variable';
  font-weight: 600;
}
/* 네번째섹션 */
.wrap_sub04 .sub_sec04 .art02{
  height: 100%;
  background: #e6e6e6;
  display: flex;
  padding: 78px 0;
}
.wrap_sub04 .sub_sec04 .art02 h3{
  font-family: 'Pretendard-Bold';
  font-size: 40px;
  padding-bottom: 29px;
}
.wrap_sub04 .sub_sec04 .art02 .img_box{
  width: 390px;
  background: url(../images/sub/sub04_warning.png) center center no-repeat;
}
.wrap_sub04 .sub_sec04 .art02 .txt_box ul{
  font-family: 'NanumSquareNeo-Variable';
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wrap_sub04 .sub_sec04 .art02 .txt_stress{
  padding-top: 30px;
}
.wrap_sub04 .sub_sec04 .art02 .txt_stress p{
  line-height: 60px;
  background: #b42151;
  display: inline-block;
  font-family: 'NanumSquareNeo-Variable';
  font-size: 22px;
  color: #fff;
  padding: 0 25px;
  font-weight: 200;
}