/* 회사소개 시작 */
#meet_us_1 {
  width: 100%;
  height: auto;
  padding: 150px 0;
  background: url(../img/sub/meet_us_1/bg.png) no-repeat center / cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#meet_us_1 .wrap {
  width: fit-content;
  height: auto;
}

#meet_us_1 .wrap img {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}

#meet_us_1 .wrap .text {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #202020;
  margin-bottom: 20px;
}

#meet_us_1 .wrap .text:nth-last-child(1 of .text) {
  margin-bottom: 100px;
}

#meet_us_1 .wrap .text span {
  font-family: 'PB_B';
	font-weight: bold;
}

#meet_us_1 .wrap .info {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #202020;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

#meet_us_1 .wrap .info span {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  position: relative;
  z-index: 1;
}

#meet_us_1 .wrap .info span::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#meet_us_1 .circle {
  width: auto;
  height: auto;
  position: absolute;
  top: 200px;
  right: -180px;
  transform-origin: center;
  animation: circle 10s infinite linear;
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  #meet_us_1 .wrap img {
    width: 180px;
  }

  #meet_us_1 .wrap .text,
  #meet_us_1 .wrap .info {
    font-size: 18px;
  }

  #meet_us_1 .wrap .info span {
    font-size: 24px;
  }

  #meet_us_1 .wrap .info span::after {
    height: 15px;
  }

  #meet_us_1 .circle {
    width: 250px;
    top: 50px;
    right: -125px;
  }

  #meet_us_1 .wrap {
    width: 90%;
  }
}

@media (max-width: 700px) {
  #meet_us_1 .wrap .text br {
    display: none;
  }
}

@media (max-width: 500px) {
  #meet_us_1 {
    padding: 100px 0;
  }

  #meet_us_1 .wrap img {
    width: 140px;
  }

  #meet_us_1 .wrap .text, #meet_us_1 .wrap .info {
    font-size: 16px;
  }

  #meet_us_1 .circle {
    width: 180px;
    right: -90px;
  }
}

@media (max-width: 400px) {
  #meet_us_1 .wrap img {
    width: 120px;
  }

  #meet_us_1 .wrap .text, #meet_us_1 .wrap .info {
    font-size: 14px;
  }

  #meet_us_1 .circle {
    width: 140px;
    right: -70px;
  }

  #meet_us_1 .wrap .text:nth-last-child(1 of .text) {
    margin-bottom: 50px;
  }

  #meet_us_1 .wrap .info span {
    font-size: 20px;
  }

  #meet_us_1 .wrap .info span::after {
    height: 10px;
  }
}
/* 회사소개 종료 */

/* 조직도 시작 */
#meet_us_2 {
  width: 100%;
  height: auto;
  padding: 150px 0 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#meet_us_2 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#meet_us_2 .wrap h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 270px;
}

#meet_us_2 .wrap h3 span:first-of-type {
  color: #1862D6;
}

#meet_us_2 .wrap h3 span:last-of-type {
  color: #888888;
}

#meet_us_2 .wrap .inner {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 80px;
  position: relative;
}

#meet_us_2 .wrap .inner .box {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 200px;
}

#meet_us_2 .wrap .inner .box .item {
  width: 350px;
  height: auto;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

#meet_us_2 .wrap .inner .box .item:first-of-type {
  justify-content: flex-end;
}

#meet_us_2 .wrap .inner .box .item:last-of-type {
  justify-content: flex-start;
}

#meet_us_2 .wrap .inner .box .item img {
  width: auto;
  height: auto;
}

#meet_us_2 .wrap .inner .box .item .t_box {
  width: auto;
  height: auto;
}

#meet_us_2 .wrap .inner .box .item:first-of-type .t_box {
  text-align: right;
}

#meet_us_2 .wrap .inner .box .item .t_box h4 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #1862D6;
  margin-bottom: 20px;
}

#meet_us_2 .wrap .inner .box .item .t_box ul {
  width: auto;
  height: auto;
}

#meet_us_2 .wrap .inner .box .item .t_box ul li {
  list-style: disc inside;
  font-family: 'PB_B';
	font-weight: bold;
  color: #202020;
  margin-bottom: 10px;
  font-size: 16px;
}

#meet_us_2 .wrap .inner .box .item .t_box ul li:last-of-type {
  margin-bottom: 0;
}

#meet_us_2 .wrap .inner .bg {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#meet_us_2 .wrap .inner .bg img {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: meet_us_2 6s linear infinite;
  will-change: transform, opacity; 
}

#meet_us_2 .wrap .inner .bg img:nth-of-type(1) { animation-delay:   0s;   }
#meet_us_2 .wrap .inner .bg img:nth-of-type(2) { animation-delay:  -1.5s; }
#meet_us_2 .wrap .inner .bg img:nth-of-type(3) { animation-delay:  -3s;   }
#meet_us_2 .wrap .inner .bg img:nth-of-type(4) { animation-delay:  -4.5s; }

@keyframes meet_us_2 {
  0%   { opacity: 0;   transform: translate(-50%, -50%);}
  12%  { opacity: 1;   transform: translate(-50%, -50%);}
  55%  { opacity: .35; transform: translate(-50%, -50%);}
  100% { opacity: 0;   transform: translate(-50%, -50%);}
}

@media (max-width: 1400px) {
  #meet_us_2 .wrap {
    max-width: 90%;
  }

  #meet_us_2 .wrap h3 {
    font-size: 24px;
    margin-bottom: 150px;
  }

  #meet_us_2 .wrap .inner .box {
    flex-wrap: wrap;
    gap: 50px;
  }

  #meet_us_2 .wrap .inner {
    gap: 50px;
  }

  #meet_us_2 .wrap .inner .box .item {
    width: 100%;
  }

  #meet_us_2 .wrap .inner .box {
    width: 100%;
  }
}

@media (max-width: 500px) {
  #meet_us_2 {
    padding: 100px 0 150px;
  }

  #meet_us_2 .wrap h3 {
    font-size: 20px;
    margin-bottom: 100px;
  }

  #meet_us_2 .wrap .inner .box .item img {
    width: 70px;
  }

  #meet_us_2 .wrap .inner .box .item .t_box h4 {
    font-size: 18px;
  }

  #meet_us_2 .wrap .inner .box .item .t_box ul li {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  #meet_us_2 .wrap .inner .box .item img {
    width: 60px;
  }

  #meet_us_2 .wrap .inner .box .item .t_box h4 {
    font-size: 16px;
  }

  #meet_us_2 .wrap .inner .box .item .t_box ul li {
    font-size: 12px;
  }
}
/* 조직도 종료 */

/* 슬로건 & 맨파워 시작 */
#m_t_m_1 {
  width: 100%;
  height: auto;
}

#m_t_m_1 .mb {
  display: none;
}

#m_t_m_1 .sec_01,
#m_t_m_1 .sec_02 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
}

#m_t_m_1 .sec_01 .wrap,
#m_t_m_1 .sec_02 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#m_t_m_1 .sec_01 .wrap h3,
#m_t_m_1 .sec_02 .wrap h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 50px;
}

#m_t_m_1 .sec_01 .wrap h3 span:first-of-type,
#m_t_m_1 .sec_02 .wrap h3 span:first-of-type {
  color: #1862D6;
}

#m_t_m_1 .sec_01 .wrap h3 span:last-of-type,
#m_t_m_1 .sec_02 .wrap h3 span:last-of-type {
  color: #888888;
}

#m_t_m_1 .sec_01 .wrap .t_box,
#m_t_m_1 .sec_02 .wrap .t_box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

#m_t_m_1 .sec_01 .wrap .t_box h4,
#m_t_m_1 .sec_02 .wrap .t_box h4 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
}

#m_t_m_1 .sec_01 .wrap .t_box h4 span,
#m_t_m_1 .sec_02 .wrap .t_box h4 span {
  position: relative;
  z-index: 1;
}

#m_t_m_1 .sec_01 .wrap .t_box h4 span::after,
#m_t_m_1 .sec_02 .wrap .t_box h4 span::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#m_t_m_1 .sec_01 .wrap .t_box p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #202020;
  text-align: right;
}

#m_t_m_1 .sec_01 .wrap .t_box p span {
  font-family: 'PB_B';
	font-weight: bold;
  color: #1862D6;
}

#m_t_m_1 .sec_01 .wrap .i_box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

#m_t_m_1 .sec_01 .wrap .i_box img {
  width: calc((100% - 120px) / 4);
  height: auto;
}

#m_t_m_1 .sec_02 {
  background: #FAFAFA;
}

#m_t_m_1 .sec_02 .container {
  width: 100%;
  max-width: 1150px;
  height: auto;
  margin: 0 auto;
}

#m_t_m_1 .sec_02 .container .box_wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

#m_t_m_1 .sec_02 .container .box_wrap:last-of-type {
  margin-bottom: 0;
}

#m_t_m_1 .sec_02 .container .box_wrap .item {
  width: 50%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #ffff;
  padding: 0 50px;
}

#m_t_m_1 .sec_02 .container .box_wrap .item:last-of-type {
  border: 1px solid #8CB1EB;
  background: #EFF5FF;
  margin-top: 50px;
  margin-left: -50px;
}

#m_t_m_1 .sec_02 .container .box_wrap .item .tit {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 24px;
  color: #1862D6;
}

#m_t_m_1 .sec_02 .container .box_wrap .item .t_t {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #202020;
}

@media (max-width: 1400px) {
  #m_t_m_1 .sec_01 .wrap, #m_t_m_1 .sec_02 .wrap {
    max-width: 90%;
  }

  #m_t_m_1 .sec_01 .wrap .t_box, #m_t_m_1 .sec_02 .wrap .t_box {
    flex-wrap: wrap;
    gap: 30px;
  }

  #m_t_m_1 .sec_01 .wrap .t_box p {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #m_t_m_1 .sec_01 .wrap h3, #m_t_m_1 .sec_02 .wrap h3 {
    font-size: 24px;
  }

  #m_t_m_1 .sec_01 .wrap .t_box h4, #m_t_m_1 .sec_02 .wrap .t_box h4 {
    font-size: 24px;
  }

  #m_t_m_1 .sec_01 .wrap .t_box p {
    font-size: 16px;
  }

  #m_t_m_1 .sec_01 .wrap .i_box {
    gap: 20px;
  }

  #m_t_m_1 .sec_01 .wrap .i_box img {
    width: calc((100% - 60px) / 4);
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item {
    padding: 0 30px;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item .tit {
    font-size: 20px;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item .t_t {
    font-size: 16px;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item .t_t br {
    display: none;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item:last-of-type {
    margin-top: 30px;
    margin-left: -30px;
  }
}

@media (max-width: 900px) {
  #m_t_m_1 .sec_01 .wrap .t_box h4, #m_t_m_1 .sec_02 .wrap .t_box h4 {
    font-size: 20px;
  }

  #m_t_m_1 .sec_01 .wrap .t_box h4 span::after, #m_t_m_1 .sec_02 .wrap .t_box h4 span::after {
    height: 15px;
  }
}

@media (max-width: 700px) {
  #m_t_m_1 .sec_01 .wrap h3, #m_t_m_1 .sec_02 .wrap h3 {
    font-size: 20px;
  }

  #m_t_m_1 .sec_01 .wrap .t_box h4, #m_t_m_1 .sec_02 .wrap .t_box h4 {
    font-size: 18px;
  }

  #m_t_m_1 .sec_01 .wrap .t_box p {
    font-size: 14px;
  }

  #m_t_m_1 .sec_01 .wrap .i_box {
    flex-wrap: wrap;
  }

  #m_t_m_1 .sec_01 .wrap .i_box img {
    width: calc((100% - 20px) / 2);
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item .tit {
    font-size: 18px;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item .t_t {
    font-size: 14px;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item {
    gap: 10px;
  }
}

@media (max-width: 500px) {
  #m_t_m_1 .sec_01, #m_t_m_1 .sec_02 {
    padding: 100px 0;
  }

  #m_t_m_1 .mb {
    display: block;
  }

  #m_t_m_1 .sec_01 .wrap .t_box p br {
    display: none;
  }

  #m_t_m_1 .sec_01 .wrap .t_box h4, #m_t_m_1 .sec_02 .wrap .t_box h4 {
    font-size: 16px;
  }

  #m_t_m_1 .sec_01 .wrap .t_box h4 span::after, #m_t_m_1 .sec_02 .wrap .t_box h4 span::after {
    height: 10px;
  }

  #m_t_m_1 .sec_02 .wrap .t_box h4 span::after {
    width: 145%;
    height: 30px;
    left: 0;
    transform: unset;
  }

  #m_t_m_1 .sec_01 .wrap .i_box {
    gap: 10px;
  }

  #m_t_m_1 .sec_01 .wrap .i_box img {
    width: calc((100% - 10px) / 2);
  }

  #m_t_m_1 .sec_02 .container .box_wrap {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item {
    width: 90%;
    height: 150px;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item:last-of-type {
    margin-top: -15px;
    margin-left: 10px;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item:first-of-type {
    margin-right: 10px;
  }
}

@media (max-width: 400px) {
  #m_t_m_1 .sec_01 .wrap .t_box h4, #m_t_m_1 .sec_02 .wrap .t_box h4 {
    font-size: 14px;
  }

  #m_t_m_1 .sec_01 .wrap .t_box p {
    font-size: 12px;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item .tit {
    font-size: 14px;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item .t_t {
    font-size: 12px;
  }

  #m_t_m_1 .sec_02 .container .box_wrap .item {
    height: 120px;
  }
}
/* 슬로건 & 맨파워 종료 */

/* 브랜드 리포지셔닝 시작 */
#m_t_m_2 {
  width: 100%;
  height: auto;
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#m_t_m_2 .mb {
  display: none;
}

#m_t_m_2 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#m_t_m_2 .wrap h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 50px;
}

#m_t_m_2 .wrap h3 span:first-of-type {
  color: #1862D6;
}

#m_t_m_2 .wrap h3 span:last-of-type {
  color: #888888;
}

#m_t_m_2 .wrap h4 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 20px;
}

#m_t_m_2 .wrap h4 span {
  position: relative;
  z-index: 1;
}

#m_t_m_2 .wrap h4 span::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#m_t_m_2 .wrap h5 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #202020;
  margin-bottom: 50px;
}

#m_t_m_2 .wrap h5 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#m_t_m_2 .wrap .container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
}

#m_t_m_2 .wrap .container .box {
  width: calc((100% - 120px) / 4);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #202020;
}

#m_t_m_2 .wrap .container .box .top {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

#m_t_m_2 .wrap .container .box .top img {
  width: auto;
  height: auto;
}

#m_t_m_2 .wrap .container .box .top h6 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #202020;
}

#m_t_m_2 .wrap .container .box .line {
  width: 100%;
  max-width: 90%;
  height: 1px;
  margin: 0 auto;
  background: #202020;
  opacity: 0;
}

#m_t_m_2 .wrap .container .box.active .line {
  opacity: 1;
}

#m_t_m_2 .wrap .container .box .bottom {
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#m_t_m_2 .wrap .container .box.active .bottom {
  max-height: 250px;
  padding: 50px 30px;
}

#m_t_m_2 .wrap .container .box .bottom p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 16px;
  color: #202020;
}

#m_t_m_2 .wrap .container .box button {
  width: 100%;
  height: 50px;
  background: #1862D6;
  border: none;
}

#m_t_m_2 .wrap .container .box button img {
  width: auto;
  height: auto;
  transition: all 0.3s;
}

#m_t_m_2 .wrap .container .box.active button img {
  transform: rotate(180deg);
}

@media (max-width: 1400px) {
  #m_t_m_2 .wrap {
    max-width: 90%;
  }

  #m_t_m_2 .wrap .container {
    flex-wrap: wrap;
  }

  #m_t_m_2 .wrap .container .box {
    width: calc((100% - 40px) / 2);
  }
}

@media (max-width: 1200px) {
  #m_t_m_2 .wrap h3 {
    font-size: 24px;
  }

  #m_t_m_2 .wrap h4 {
    font-size: 24px;
  }

  #m_t_m_2 .wrap h4 span::after {
    height: 15px;
  }
}

@media (max-width: 700px) {
  #m_t_m_2 .wrap h3 {
    font-size: 20px;
  }

  #m_t_m_2 .wrap h4 {
    font-size: 18px;
  }

  #m_t_m_2 .wrap h5 {
    font-size: 16px;
  }

  #m_t_m_2 .wrap .container .box .top img {
    height: 40px;
  }

  #m_t_m_2 .wrap .container .box .top h6 {
    font-size: 18px;
  }

  #m_t_m_2 .wrap .container .box .top {
    height: 150px ;
  }

  #m_t_m_2 .wrap .container .box .bottom p {
    font-size: 14px;
  }

  #m_t_m_2 .wrap .container .box .bottom p br {
    display: none;
  }

  #m_t_m_2 .wrap .container .box.active .bottom {
    padding: 30px 15px;
  }

  #m_t_m_2 .wrap .container .box button {
    height: 40px;
  }
}

@media (max-width: 500px) {
  #m_t_m_2 {
    padding: 100px 0;  
  }

  #m_t_m_2 .wrap .container {
    gap: 20px;
  }

  #m_t_m_2 .mb {
    display: block;
  }
  
  #m_t_m_2 .wrap .container .box {
    width: calc((100% - 20px) / 2);
  }

  #m_t_m_2 .wrap .container .box .top img {
    height: 30px;
  }

  #m_t_m_2 .wrap .container .box .top h6 {
    font-size: 16px;
  }

  #m_t_m_2 .wrap .container .box .top {
    height: 130px;
  }

  #m_t_m_2 .wrap .container .box .bottom p {
    font-size: 12px;
  }

  #m_t_m_2 .wrap .container .box button {
    height: 30px;
  }

  #m_t_m_2 .wrap .container .box button img {
    width: 14px;
  }
}

@media (max-width: 400px) {
  #m_t_m_2 .wrap h3 {
    font-size: 18px;
  }

  #m_t_m_2 .wrap h4 {
    font-size: 16px;
  }

  #m_t_m_2 .wrap h5 {
    font-size: 14px;
  }

  #m_t_m_2 .wrap .container .box {
    width: 100%;
  }

  #m_t_m_2 .wrap .container .box .top img {
    height: 25px;
  }

  #m_t_m_2 .wrap .container .box .top h6 {
    font-size: 14px;
  }

  #m_t_m_2 .wrap .container .box .bottom p {
    font-size: 10px;
  }

  #m_t_m_2 .wrap .container .box button {
    height: 25px;
  }

  #m_t_m_2 .wrap .container .box button img {
    width: 12px;
  }
}
/* 브랜드 리포지셔닝 종료 */

/* IMC & 퍼널 구축 시작 */
#m_w_d_1 {
  width: 100%;
  height: auto;
}

#m_w_d_1 .mb {
  display: none;
}

#m_w_d_1 .sec_01 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
  background: url(../img/sub/m_w_d_1/sec_01_bg.png) no-repeat right center / cover;
}

#m_w_d_1 .sec_01 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#m_w_d_1 .sec_01 .wrap h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 50px;
}

#m_w_d_1 .sec_01 .wrap h3 span:first-of-type {
  color: #1862D6;
}

#m_w_d_1 .sec_01 .wrap h3 span:last-of-type {
  color: #888888;
}

#m_w_d_1 .sec_01 .wrap h4 {
  width: fit-content;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

#m_w_d_1 .sec_01 .wrap h4::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#m_w_d_1 .sec_01 .wrap h5 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #202020;
  margin-bottom: 50px;
}

#m_w_d_1 .sec_01 .wrap h5 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#m_w_d_1 .sec_01 .wrap .i_box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

#m_w_d_1 .sec_01 .wrap .i_box img {
  width: calc((100% - 140px) / 3);
  height: auto;
}

#m_w_d_1 .sec_02 {
  width: 100%;
  height: auto;
  padding: 150px 0;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
} 

#m_w_d_1 .sec_02 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#m_w_d_1 .sec_02 .wrap h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 20px;
}

#m_w_d_1 .sec_02 .wrap h3 span {
  position: relative;
  z-index: 1;
}

#m_w_d_1 .sec_02 .wrap h3 span::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#m_w_d_1 .sec_02 .wrap h4 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #202020;
  margin-bottom: 50px;
}

#m_w_d_1 .sec_02 .wrap h4 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#m_w_d_1 .sec_02 .wrap .container {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  text-align: center;
}

#m_w_d_1 .sec_02 .wrap .container h5 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #1862D6;
  margin-bottom: 50px;
}

#m_w_d_1 .sec_02 .wrap .container .inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

#m_w_d_1 .sec_02 .wrap .container .inner img {
  width: calc((100% - 180px) / 7);
  height: auto;
}

#m_w_d_1 .sec_03 {
  width: 100%;
  height: auto;
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#m_w_d_1 .sec_03 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#m_w_d_1 .sec_03 .wrap h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 20px;
}

#m_w_d_1 .sec_03 .wrap h3 span {
  position: relative;
  z-index: 1;
}

#m_w_d_1 .sec_03 .wrap h3 span::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#m_w_d_1 .sec_03 .wrap h4 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #202020;
  margin-bottom: 100px;
}

#m_w_d_1 .sec_03 .wrap h4 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#m_w_d_1 .sec_03 .wrap h5 {
  font-family: 'PB_B';
	font-weight: bold;
  text-align: center;
  font-size: 30px;
  color: #1862D6;
  margin-bottom: 50px;
}

#m_w_d_1 .sec_03 .wrap .inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

#m_w_d_1 .sec_03 .wrap .inner img {
  width: calc((100% - 120px) / 5);
  height: auto;
}

#m_w_d_1 .sec_04 {
  width: 100%;
  height: auto;
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
}

#m_w_d_1 .sec_04 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#m_w_d_1 .sec_04 .wrap h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 20px;
}

#m_w_d_1 .sec_04 .wrap h3 span {
  position: relative;
  z-index: 1;
}

#m_w_d_1 .sec_04 .wrap h3 span::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#m_w_d_1 .sec_04 .wrap h4 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #202020;
  margin-bottom: 100px;
}

#m_w_d_1 .sec_04 .wrap h4 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#m_w_d_1 .sec_04 .wrap img {
  width: 100%;
  height: auto;
}

#m_w_d_1 .sec_05 {
  width: 100%;
  height: auto;
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#m_w_d_1 .sec_05 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#m_w_d_1 .sec_05 .wrap h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 20px;
}

#m_w_d_1 .sec_05 .wrap h3 span {
  position: relative;
  z-index: 1;
}

#m_w_d_1 .sec_05 .wrap h3 span::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#m_w_d_1 .sec_05 .wrap h4 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #202020;
  margin-bottom: 50px;
}

#m_w_d_1 .sec_05 .wrap h4 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#m_w_d_1 .sec_05 .wrap img {
  width: 100%;
  height: auto;
}

#m_w_d_1 .sec_06 {
  width: 100%;
  height: auto;
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
}

#m_w_d_1 .sec_06 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#m_w_d_1 .sec_06 .wrap h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 20px;
}

#m_w_d_1 .sec_06 .wrap h3 span {
  position: relative;
  z-index: 1;
}

#m_w_d_1 .sec_06 .wrap h3 span::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

#m_w_d_1 .sec_06 .wrap h4 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #202020;
  margin-bottom: 50px;
}

#m_w_d_1 .sec_06 .wrap h4 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#m_w_d_1 .sec_06 .wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

#m_w_d_1 .sec_06 .wrap img:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  #m_w_d_1 .sec_01 .wrap,
  #m_w_d_1 .sec_02 .wrap,
  #m_w_d_1 .sec_03 .wrap,
  #m_w_d_1 .sec_04 .wrap,
  #m_w_d_1 .sec_05 .wrap,
  #m_w_d_1 .sec_06 .wrap {
    max-width: 90%;
  }
}

@media (max-width: 1200px) {
  #m_w_d_1 .sec_01 .wrap h4,
  #m_w_d_1 .sec_02 .wrap h3,
  #m_w_d_1 .sec_03 .wrap h3,
  #m_w_d_1 .sec_04 .wrap h3,
  #m_w_d_1 .sec_05 .wrap h3,
  #m_w_d_1 .sec_06 .wrap h3 {
    font-size: 24px;
  }

  #m_w_d_1 .sec_01 .wrap h4::after,
  #m_w_d_1 .sec_02 .wrap h3 span::after,
  #m_w_d_1 .sec_03 .wrap h3 span::after,
  #m_w_d_1 .sec_04 .wrap h3 span::after,
  #m_w_d_1 .sec_05 .wrap h3 span::after,
  #m_w_d_1 .sec_06 .wrap h3 span::after {
    height: 15px;
  }

  #m_w_d_1 .sec_01 .wrap .i_box {
    gap: 30px;
  }

  #m_w_d_1 .sec_01 .wrap .i_box img {
    width: calc((100% - 60px) / 3);
  }

  #m_w_d_1 .sec_03 .wrap .inner img {
    width: calc((100% - 90px) / 4);
  }
}

@media (max-width: 900px) {
  #m_w_d_1 .sec_01 .wrap h3 {
    font-size: 24px;
  }

  #m_w_d_1 .sec_01 .wrap .i_box {
    flex-wrap: wrap;
  }

  #m_w_d_1 .sec_01 .wrap .i_box img {
    width: auto;
  }

  #m_w_d_1 .sec_02 .wrap .container h5 {
    font-size: 24px;
  }

  #m_w_d_1 .sec_02 .wrap .container .inner {
    justify-content: center;
  }

  #m_w_d_1 .sec_02 .wrap .container .inner img {
    width: calc((100% - 120px) / 5);
  }

  #m_w_d_1 .sec_03 .wrap h5 {
    font-size: 24px;
  }
}

@media (max-width: 700px) {
  #m_w_d_1 .sec_01 .wrap h4,
  #m_w_d_1 .sec_02 .wrap h3,
  #m_w_d_1 .sec_03 .wrap h3,
  #m_w_d_1 .sec_04 .wrap h3,
  #m_w_d_1 .sec_05 .wrap h3,
  #m_w_d_1 .sec_06 .wrap h3 {
    font-size: 20px;
  }

  #m_w_d_1 .sec_01 .wrap h4::after,
  #m_w_d_1 .sec_02 .wrap h3 span::after,
  #m_w_d_1 .sec_03 .wrap h3 span::after,
  #m_w_d_1 .sec_04 .wrap h3 span::after,
  #m_w_d_1 .sec_05 .wrap h3 span::after,
  #m_w_d_1 .sec_06 .wrap h3 span::after {
    height: 10px;
  }

  #m_w_d_1 .sec_01 .wrap h5,
  #m_w_d_1 .sec_02 .wrap h4,
  #m_w_d_1 .sec_03 .wrap h4,
  #m_w_d_1 .sec_04 .wrap h4,
  #m_w_d_1 .sec_05 .wrap h4,
  #m_w_d_1 .sec_06 .wrap h4 {
    font-size: 16px;
  }

  #m_w_d_1 .sec_02 .wrap .container h5 {
    font-size: 20px;
  }

  #m_w_d_1 .sec_02 .wrap .container .inner img {
    width: calc((100% - 60px) / 3);
  }

  #m_w_d_1 .sec_03 .wrap h5 {
    font-size: 20px;
  }

  #m_w_d_1 .sec_03 .wrap .inner img {
    width: calc((100% - 60px) / 3);
  }
}

@media (max-width: 500px) {
  #m_w_d_1 .sec_01 .wrap .i_box img {
    width: 100%;
  }

  #m_w_d_1 .sec_01 .wrap h3 {
    font-size: 20px;
  }

  #m_w_d_1 .sec_01,
  #m_w_d_1 .sec_02,
  #m_w_d_1 .sec_03,
  #m_w_d_1 .sec_04,
  #m_w_d_1 .sec_05,
  #m_w_d_1 .sec_06 {
    padding: 50px 0;
  }

  #m_w_d_1 .sec_01 .wrap h4,
  #m_w_d_1 .sec_02 .wrap h3,
  #m_w_d_1 .sec_03 .wrap h3,
  #m_w_d_1 .sec_04 .wrap h3,
  #m_w_d_1 .sec_05 .wrap h3,
  #m_w_d_1 .sec_06 .wrap h3 {
    font-size: 16px;
  }

  #m_w_d_1 .sec_01 .wrap h5,
  #m_w_d_1 .sec_02 .wrap h4,
  #m_w_d_1 .sec_03 .wrap h4,
  #m_w_d_1 .sec_04 .wrap h4,
  #m_w_d_1 .sec_05 .wrap h4,
  #m_w_d_1 .sec_06 .wrap h4 {
    font-size: 14px;
  }

  #m_w_d_1 .sec_01 .wrap h5 br,
  #m_w_d_1 .sec_02 .wrap h4 br,
  #m_w_d_1 .sec_03 .wrap h4 br,
  #m_w_d_1 .sec_04 .wrap h4 br,
  #m_w_d_1 .sec_05 .wrap h4 br,
  #m_w_d_1 .sec_06 .wrap h4 br {
    display: none;
  }

  #m_w_d_1 .sec_02 .wrap .container {
    padding: 30px;
  }

  #m_w_d_1 .sec_02 .wrap .container .inner {
    gap: 10px;
  }

  #m_w_d_1 .sec_02 .wrap .container .inner img {
    width: calc((100% - 20px) / 3);
  }

  #m_w_d_1 .sec_02 .wrap .container h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #m_w_d_1 .sec_03 .wrap h5 {
    font-size: 18px;
  }

  #m_w_d_1 .sec_03 .wrap .inner {
    gap: 10px;
  }

  #m_w_d_1 .sec_03 .wrap .inner img {
    width: calc((100% - 20px) / 3);
  }

  #m_w_d_1 .mb {
    display: block;
  }

  #m_w_d_1 .sec_04 .wrap h4 {
    margin-bottom: 50px;
  }

  #m_w_d_1 .sec_04 .wrap h3 span::after {
    width: 115%;
    height: 35px;
    transform: unset;
    left: 0;
  }

  #m_w_d_1 .sec_06 .wrap img {
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  #m_w_d_1 .sec_03 .wrap .inner img {
    width: calc((100% - 10px) / 2);
  }
}
/* IMC & 퍼널 구축 종료 */

/* 리뷰 체험단 시작 */
#i_m_1 {
  width: 100%;
  height: auto;
}

#i_m_1 .sec {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
}

#i_m_1 .sec:nth-of-type(2n) {
  background: #FAFAFA;
}

#i_m_1 .sec .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  text-align: center;
}

#i_m_1 .sec .wrap h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 50px;
  text-align: left;
}

#i_m_1 .sec .wrap h3 span:first-of-type {
  color: #1862D6;
}

#i_m_1 .sec .wrap h3 span:last-of-type {
  color: #888888;
}

#i_m_1 .sec .wrap h4 {
  font-family: 'PB_B';
	font-weight: bold;
  width: fit-content;
  font-size: 30px;
  color: #202020;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}

#i_m_1 .sec .wrap h4::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

#i_m_1 .sec .wrap p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #202020;
  margin-bottom: 20px;
}

#i_m_1 .sec .wrap p:last-of-type {
  margin-bottom: 50px;
}

#i_m_1 .sec .wrap p span {
  font-family: 'PB_B';
	font-weight: bold;
  color: #1862D6;
}

#i_m_1 .sec .wrap .circle_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}

#i_m_1 .sec .wrap .circle_wrap .item {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #8CB1EB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'PB_B';
	font-weight: bold;
  color: #fff;
  font-size: 18px;
}

#i_m_1 .sec .wrap img {
  width: auto;
  height: auto;
}

@media (max-width: 1400px) {
  #i_m_1 .sec .wrap {
    max-width: 90%;
  }
}

@media (max-width: 1200px) {
  #i_m_1 .sec .wrap .circle_wrap {
    gap: 30px;
  }

  #i_m_1 .sec .wrap img {
    width: 100%;
  }
}

@media (max-width: 900px) {
  #i_m_1 .sec .wrap h3 {
    font-size: 24px;
  }

  #i_m_1 .sec .wrap h4 {
    font-size: 24px;
  }

  #i_m_1 .sec .wrap p {
    font-size: 16px;
  }

  #i_m_1 .sec .wrap .circle_wrap .item {
    width: 180px;
    height: 180px;
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  #i_m_1 .sec .wrap h4 {
    font-size: 20px;
  }

  #i_m_1 .sec .wrap h4::after {
    height: 15px;
  }

  #i_m_1 .sec .wrap .circle_wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  #i_m_1 .sec .wrap h3 {
    font-size: 16px;
  }

  #i_m_1 .sec .wrap p {
    font-size: 14px;
  }

  #i_m_1 .sec .wrap p br {
    display: none;
  }

  #i_m_1 .sec .wrap h4 {
    font-size: 18px;
  }

  #i_m_1 .sec .wrap h4::after {
    height: 10px;
  }

  #i_m_1 .sec .wrap .circle_wrap {
    gap: 10px;
  }

  #i_m_1 .sec .wrap .circle_wrap .item {
    width: 150px;
    height: 150px;
    font-size: 12px;
  }

  #i_m_1 .sec {
    padding: 50px 0;
  }
}

@media (max-width: 400px) {
  #i_m_1 .sec .wrap .circle_wrap .item {
    width: 120px;
    height: 120px;
    font-size: 10px;
  }
}
/* 리뷰 체험단 종료 */

/* 블로그 시딩 시작 */
#i_m_2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

#i_m_2 .mb {
  display: none;
}

#i_m_2 .sec_01 {
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding: 150px 0;
  text-align: center;
}

#i_m_2 .sec_01 h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 50px;
  text-align: left;
}

#i_m_2 .sec_01 h3 span:first-of-type {
  color: #1862D6;
}

#i_m_2 .sec_01 h3 span:last-of-type {
  color: #888888;
}

#i_m_2 h4 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  width: fit-content;
  position: relative;
  margin: 0 auto 50px;
  z-index: 1;
}

#i_m_2 h4::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

#i_m_2 .sec_01 .block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 30px;
  padding-left: 15px;
}

#i_m_2 .sec_01 .block:nth-last-child(1 of .block) {
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 0;
}

#i_m_2 .sec_01 .block .item {
  width: 400px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 16px;
  color: #A6A6A6;
  display: flex;
  align-items: center;
  justify-content: center;
}

#i_m_2 .sec_01 .block .item.blue {
  border: 1px solid #D1E0F7;
  background: #EFF5FF;
  color: #8CB1EB;
}

#i_m_2 .sec_01 .block .item:first-of-type {
  position: relative;
  z-index: -1;
}

#i_m_2 .sec_01 .block .item:last-of-type {
  margin-top: 30px;
  margin-left: -50px;
}

#i_m_2 .sec_01 .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}

#i_m_2 .sec_01 .circle .item {
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8CB1EB;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
}

#i_m_2 .sec_01 h5 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #1862D6;
  margin-bottom: 30px;
}

#i_m_2 .sec_01 h6 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #202020;
  margin-bottom: 30px;
}

#i_m_2 .sec_01 h6 span {
  font-family: 'PB_B';
	font-weight: bold;
  color: #1862D6;
}

#i_m_2 .sec_01 .t_box {
  width: 100%;
  max-width: 500px;
  height: 200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #EFF5FF;
  margin: 0 auto;
}

#i_m_2 .sec_01 .t_box .tit {
  font-family: 'PB_B';
	font-weight: bold;
  color: #1862D6;
  font-size: 18px;
}

#i_m_2 .sec_01 .t_box .t_i {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 16px;
  color: #202020;
}

#i_m_2 .sec_02 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  background: #D1E0F7;
}

#i_m_2 .sec_02 p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 30px;
  color: #202020;
}

#i_m_2 .sec_02 p span {
  font-family: 'PB_B';
	font-weight: bold;
  color: #1862D6;
}

#i_m_2 .sec_03 {
  width: 100%;
  height: auto;
  padding: 150px 0;
  background: #FAFAFA;
  text-align: center;
}

#i_m_2 .sec_03 img {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}

#i_m_2 .sec_03 p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #202020;
}

#i_m_2 .sec_04 {
  width: 100%;
  height: auto;
  padding: 150px 0;
  text-align: center;
}

#i_m_2 .sec_04 img {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}

#i_m_2 .sec_04 p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #202020;
  margin-bottom: 50px;
}

#i_m_2 .sec_04 h5 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #1862D6;
  margin-bottom: 50px;
}

#i_m_2 .sec_04 .last_img {
  width: auto;
  height: auto;
  margin-bottom: 0;
}

@media (max-width: 1400px ) {
  #i_m_2 .sec_01 {
    max-width: 90%;
  }

  #i_m_2 .sec_04 .last_img {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  #i_m_2 .sec_02 p {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  #i_m_2 .sec_01 h3 {
    font-size: 24px;
  }

  #i_m_2 h4 {
    font-size: 20px;
  }

  #i_m_2 h4::after {
    height: 15px;
  }

  #i_m_2 .sec_01 .block .item {
    width: 300px;
    height: 60px;
    font-size: 14px;
  }

  #i_m_2 .sec_01 .circle {
    gap: 30px;
  }

  #i_m_2 .sec_01 .circle .item {
    width: 180px;
    height: 180px;
    font-size: 16px;
  }

  #i_m_2 .sec_01 h5 {
    font-size: 24px;
  }

  #i_m_2 .sec_01 h6 {
    font-size: 16px;
  }

  #i_m_2 .sec_01 .t_box .tit {
    font-size: 16px;
  }

  #i_m_2 .sec_01 .t_box .t_i {
    font-size: 14px;
  }

  #i_m_2 .sec_01 .t_box {
    max-width: 400px;
    height: 150px;
  }

  #i_m_2 .sec_02 p {
    font-size: 20px;
  }

  #i_m_2 .sec_03 p {
    font-size: 18px;
  }

  #i_m_2 .sec_04 h5 {
    font-size: 24px;
  }

  #i_m_2 .sec_04 img {
    width: 80%;
  }
}

@media (max-width: 700px) {
  #i_m_2 .sec_01 .circle .item {
    width: 150px;
    height: 150px;
    font-size: 14px;
  }

  #i_m_2 .sec_01 .circle {
    flex-wrap: wrap;
  }

  #i_m_2 .sec_02 p {
    font-size: 18px;
  }

  #i_m_2 .sec_03 p {
    font-size: 14px;
  }

  #i_m_2 .sec_04 p {
    font-size: 14px;
  }

  #i_m_2 .sec_04 h5 {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  #i_m_2 .sec_01 h3 {
    font-size: 18px;
  }

  #i_m_2 h4 {
    font-size: 18px;
  }

  #i_m_2 h4::after {
    height: 10px;
  }

  #i_m_2 .sec_01 .block .item:last-of-type {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: 0;
  }

  #i_m_2 .sec_01 .block {
    flex-wrap: wrap;
    padding-left: 0;
  }

  #i_m_2 .sec_01 .block:nth-last-child(1 of .block) {
    padding-right: 0;
  }

  #i_m_2 .sec_01 .block .item {
    width: 90%;
    margin-right: -5px;
  }

  #i_m_2 h4::after {
    height: 80%;
  }

  #i_m_2 .sec_01 {
    padding: 100px 0;
  }

  #i_m_2 .sec_02 {
    padding: 50px 10px;
  }

  #i_m_2 .sec_02 p br {
    display: none;
  }

  #i_m_2 .sec_03 {
    padding: 100px 10px;
  }

  #i_m_2 .sec_03 img {
    width: 80%;
  }

  #i_m_2 .sec_03 p br {
    display: none;
  }

  #i_m_2 .sec_04 img {
    width: 90%;
  }

  #i_m_2 .sec_04 {
    padding: 100px 10px;
  }

  #i_m_2 .sec_04 p br {
    display: none;
  }

  #i_m_2 .sec_04 h5 {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  #i_m_2 h4 {
    font-size: 16px;
  }

  #i_m_2 .sec_01 .block .item {
    height: 50px;
    font-size: 12px;
  }

  #i_m_2 .sec_01 .circle .item {
    width: 120px;
    height: 120px;
    font-size: 12px;
  }

  #i_m_2 .sec_01 .circle {
    gap: 10px;
  }

  #i_m_2 .sec_01 h5 {
    font-size: 18px;
  }

  #i_m_2 .sec_01 h6 {
    font-size: 14px;
  }

  #i_m_2 .sec_01 .t_box .tit {
    font-size: 14px;
  }

  #i_m_2 .sec_01 .t_box .t_i {
    font-size: 12px;
  }

  #i_m_2 .sec_01 .t_box .t_i br {
    display: none;
  }

  #i_m_2 .sec_01 .t_box {
    padding: 10px;
  }

  #i_m_2 .sec_01 h6 br {
    display: none;
  }

  #i_m_2 .mb {
    display: block;
  }

  #i_m_2 .sec_02 p {
    font-size: 16px;
  }

  #i_m_2 .sec_03 p {
    font-size: 12px;
  }

  #i_m_2 .sec_04 p {
    font-size: 12px;
  }

  #i_m_2 .sec_04 h5 {
    font-size: 14px;
  }
}
/* 블로그 시딩 종료 */

/* SNS Viral 시작 */
#i_m_5 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

#i_m_5 .mb {
  display: none;
}

#i_m_5 .sec_01 {
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding: 150px 0;
  text-align: center;
}

#i_m_5 .sec_01 h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 50px;
  text-align: left;
}

#i_m_5 .sec_01 h3 span:first-of-type {
  color: #1862D6;
}

#i_m_5 .sec_01 h3 span:last-of-type {
  color: #888888;
}

#i_m_5 h4 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #202020;
  width: fit-content;
  position: relative;
  margin: 0 auto 50px;
  z-index: 1;
  text-align: center;
}

#i_m_5 h4::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #D1E0F7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

#i_m_5 .sec_01 .block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 30px;
  padding-left: 15px;
}

#i_m_5 .sec_01 .block:nth-last-child(1 of .block) {
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 0;
}

#i_m_5 .sec_01 .block .item {
  width: 400px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 16px;
  color: #A6A6A6;
  display: flex;
  align-items: center;
  justify-content: center;
}

#i_m_5 .sec_01 .block .item.blue {
  border: 1px solid #D1E0F7;
  background: #EFF5FF;
  color: #8CB1EB;
}

#i_m_5 .sec_01 .block .item:first-of-type {
  position: relative;
  z-index: -1;
}

#i_m_5 .sec_01 .block .item:last-of-type {
  margin-top: 30px;
  margin-left: -50px;
}

#i_m_5 .sec_01 h5 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #1862D6;
  margin-bottom: 50px;
}

#i_m_5 .sec_01 img {
  width: auto;
  height: auto;
}

#i_m_5 .sec_01 img:first-of-type {
  margin-bottom: 50px;
}

#i_m_5 .sec_02 {
  width: 100%;
  height: auto;
  background: #FAFAFA;
  padding: 150px 0;
  text-align: center;
}

#i_m_5 .sec_02 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1320px;
  gap: 30px;
  margin: 0 auto;
}

#i_m_5 .sec_02 .wrap img {
  width: calc((100% - 60px) / 3);
  height: auto;
}

#i_m_5 .sec_03 {
  width: 100%;
  height: auto;
  padding: 150px 0;
}

#i_m_5 .sec_03 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 55px;
}

#i_m_5 .sec_03 .wrap .box {
  width: calc((100% - 110px) / 3);
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#i_m_5 .sec_03 .wrap .box h5 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #1862D6;
}

#i_m_5 .sec_03 .wrap .box p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #202020;
}

#i_m_5 .sec_03 .wrap .box img {
  width: 100%;
  height: auto;
}

#i_m_5 .sec_04 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 150px 0;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  flex-direction: column;
  background: #FAFAFA;
  align-items: center;
}

#i_m_5 .sec_04 img {
  width: auto;
  height: auto;
}

#i_m_5 .sec_05 {
  width: 100%;
  height: auto;
  padding: 150px 0;
  text-align: center;
}

#i_m_5 .sec_05 img {
  width: auto;
  height: auto;
}

@media (max-width: 1400px ) {
  #i_m_5 .sec_01 {
    max-width: 90%;
  }

  #i_m_5 .sec_02 .wrap {
    max-width: 90%;
  }

  #i_m_5 .sec_03 .wrap {
    max-width: 430px;
    flex-wrap: wrap;
  }

  #i_m_5 .sec_03 .wrap .box {
    width: 100%;
    text-align: center;
  }

  #i_m_5 .sec_05 img {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  #i_m_5 .sec_01 h5 {
    font-size: 24px;
  }

  #i_m_5 .sec_01 img {
    width: 90%;
  }

  #i_m_5 .sec_04 img {
    width: 90%;
  }
}

@media (max-width: 900px) {
  #i_m_5 .sec_01 h3 {
    font-size: 24px;
  }

  #i_m_5 h4 {
    font-size: 20px;
  }

  #i_m_5 h4::after {
    height: 15px;
  }

  #i_m_5 .sec_01 .block .item {
    width: 300px;
    height: 60px;
    font-size: 14px;
  }

  #i_m_5 .sec_02 .wrap img {
    width: calc((100% - 30px) / 2);
  }
}

@media (max-width: 700px) {
  #i_m_5 .sec_01 .circle .item {
    width: 150px;
    height: 150px;
    font-size: 14px;
  }

  #i_m_5 .sec_01 h5 {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  #i_m_5 .sec_01 h3 {
    font-size: 18px;
  }

  #i_m_5 h4 {
    font-size: 18px;
  }

  #i_m_5 h4::after {
    height: 10px;
  }

  #i_m_5 .sec_01 .block .item:last-of-type {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: 0;
  }

  #i_m_5 .sec_01 .block {
    flex-wrap: wrap;
    padding-left: 0;
  }

  #i_m_5 .sec_01 .block:nth-last-child(1 of .block) {
    padding-right: 0;
  }

  #i_m_5 .sec_01 .block .item {
    width: 90%;
    margin-right: -5px;
  }

  #i_m_5 h4::after {
    height: 80%;
  }

  #i_m_5 .sec_01 {
    padding: 100px 0;
  }

  #i_m_5 .sec_01 h5 {
    font-size: 16px;
  }

  #i_m_5 .sec_01 img {
    width: 100%;
  }

  #i_m_5 .sec_02 {
    padding: 100px 0;
  }

  #i_m_5 .sec_02 .wrap {
    gap: 10px;
  }

  #i_m_5 .sec_02 .wrap img {
    width: calc((100% - 10px) / 2);
  }

  #i_m_5 .sec_03 .wrap .box h5 {
    font-size: 16px;
  }

  #i_m_5 .sec_03 .wrap .box p {
    font-size: 14px;
  }

  #i_m_5 .sec_03 .wrap {
    max-width: 90%;
  }

  #i_m_5 .sec_03 {
    padding: 100px 0;
  }

  #i_m_5 .sec_04 {
    padding: 100px 0;
  }

  #i_m_5 .sec_05 {
    padding: 100px 0;
  }
}

@media (max-width: 400px) {
  #i_m_5 h4 {
    font-size: 16px;
  }

  #i_m_5 .sec_01 .block .item {
    height: 50px;
    font-size: 12px;
  }

  #i_m_5 .mb {
    display: block;
  }

  #i_m_5 .sec_02 .wrap img {
    width: 100%;
  }

  #i_m_5 .sec_02 .wrap {
    max-width: 75%;
  }
}
/* SNS Viral 종료 */