@charset "utf-8";

.sub-visual-wrap {
  position: relative; width: 100%; height: 240px; background-color: #d9d9d9; display: flex; align-items: center; background: url('../images/sub_visual.jpg') no-repeat center; background-size: cover; justify-content: center;
}

.sub-visual-wrap .sub-visual {text-align: left; width: 1280px; padding: 0 15px; margin-top: 40px;}
@keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.sub-visual-wrap .sub-visual h2 {font-size: 4rem; font-weight: 700; color: #fff; margin-bottom: 10px;}
.sub-visual-wrap .sub-visual p {font-size: 1.6rem; font-weight: 500; color: #E1E1E1; letter-spacing: 2px; line-height: 1.5;}


.sub-nav-inner {padding: 0;}
.sub-nav-inner .sub-nav {display: none;}
.sub-nav-inner .sub-depth-1 {display: flex; justify-content: center;}
.sub-nav-inner .sub-depth-1 a {font-size: 1.8rem; width: calc(100%/4); text-align: center; padding: 30px 0; display: flex; justify-content: center; align-items: center;}
.sub-nav-inner .sub-depth-1 li {color: #222222; transition: all .2s; font-weight: 400;}
.sub-nav-inner .sub-depth-1 a:hover li {color: #4AB7B3; font-weight: 700;}
.sub-nav-inner .sub-depth-1 a.on {border-bottom: 3px solid #4AB7B3;}
.sub-nav-inner .sub-depth-1 a.on li {color: #4AB7B3; font-weight: 600;}

@media all and (min-width: 768px) {

  .sub-nav-inner {max-width: 1280px; margin: 0 auto;}

  .sub-visual-wrap {height: 430px;}
  .sub-visual-wrap .sub-visual {margin-top: 80px;}
  .sub-visual-wrap .sub-visual h2 {font-size: 4.8rem;}
  .sub-visual-wrap .sub-visual p {font-size: 1.8rem;}
}
@media all and (min-width: 1280px) {
  .sub-visual-wrap .sub-visual {margin-top: 100px;}
.sub-nav-inner .sub-nav {display: block;}
.sub-nav-wrap {background: #FAFAFA; border: 1px solid #E9E9E9;}
}

/* mo-sub-nav */
.customer-pb {padding-bottom: 60px;}
.dropdown {display: block; position: absolute; width: 100%; font-weight: 500; color: #3455AB; text-align: center; font-size: 1.5rem; z-index: 1; padding: 10px;}
.dropdown a {display: block; position: relative; padding: 16px 20px;}
.dropdown .dropdown-label {background-color: #3455AB; transition-property: background-color, border-radius; transition-delay: 0.3s; color: #fff;}
.dropdown.active .dropdown-label {position: relative; background-color: #F4F7F9;  transition-delay: 0s; color: #3455AB; border: 2px solid #1D2088;}
.dropdown .dropdown-label::before {content: "\f078"; display: inline-block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); font-family: "Font Awesome 6 Free"; font-weight: 900;}
.dropdown.active .dropdown-label::before {transform: translateY(-50%) rotate(180deg);}
.dropdown .option-list {display: none; top: calc(100% - 2px); width: 100%; border: 2px solid #3455AB; border-top: 0; background-color: #fff; z-index: 999;}
.dropdown .option-list .option-item {border-bottom: 1px solid #CED3D7; transition: all .2s ease-in-out;}
.dropdown .option-list .option-item:hover {background-color: #3455AB;}
.dropdown .option-list .option-item a {color: #A9A9A9;}
.dropdown .option-list .option-item:hover a {color: #fff; font-weight: 700;}

@media all and (min-width: 1280px) {
  .dropdown {display: none;}
}


/* sub-content-wrap common css */

.sub-content-inner {padding: 60px 0 100px 0;}

.sub-content-inner .sub-content-tit {margin-bottom: 40px;}
.sub-content-inner .sub-content-tit .title h3 {font-size: 2.8rem; font-weight: bold; position: relative; line-height: 1.4; font-family: 'Gmarketsans', 'san-serif'; position: relative; padding-left: 35px;}
.sub-content-inner .sub-content-tit .title h3::before {content: ''; width: 6px; height: 32px; background-color: #5AB6CD; position: absolute; position: absolute; top: 35%; transform: translateY(-35%); left: 10px;}


@media all and (min-width: 768px) {
  .sub-content-inner .title {margin: 0 auto;}
  /* .sub-content-inner .sub-content-tit {margin-bottom: 80px;} */
  .sub-content-inner .sub-content-tit .title h3 {font-size: 3.6rem;}

  .technology-inner .sub-content:not(:first-child),
.process-inner .sub-content:not(:first-child) {margin-top: 100px;}
}
@media all and (min-width: 1280px) {
  .sub-content-inner {padding: 80px 0 200px 0;}  
}


/* sub-content-wrap common css end */

/* 센터소개 css */
/* 인사말 */
.greeting-content-txt {padding-top: 20px;}
.greeting-inner .sub-content-txt .greeting-wrap .main-text {margin-top: 20px;}
.greeting-inner .sub-content-txt .greeting-wrap .main-text h4{font-size: 2.4rem; line-height: 1.35; font-family: 'Jeju Myeongjo', serif; position: relative; padding: 0 40px; width: 330px; margin: 0 auto;}
.greeting-inner .sub-content-txt .greeting-wrap .main-text h4::before {content: ''; width: 34px; height: 65px; background: url('../images/sub1/quotes_left_s.png') no-repeat; position: absolute; display: block; left: 0; top: 50%; transform: translateY(-50%);}
.greeting-inner .sub-content-txt .greeting-wrap .main-text h4::after {content: ''; width: 34px; height: 65px; background: url('../images/sub1/quotes_right_s.png') no-repeat; position: absolute; display: block; right: 10px; top: 100%; transform: translateY(-50%);}



.greeting-inner .sub-content-txt .greeting-wrap .main-text p {font-size: 1.5rem; font-weight: 400; line-height: 1.6; margin: 40px 0;}
.greeting-inner .sub-content-txt .greeting-wrap .main-text p em {font-weight: 700;}
.greeting-inner .sub-content-txt .greeting-wrap .text {margin-top: 40px;}
.greeting-inner .sub-content-txt .greeting-wrap .text p {font-size: 1.6rem; line-height: 1.6;}
.greeting-inner .sub-content-txt .greeting-wrap .text p:not(:last-child) {margin-bottom: 30px;}

.greeting-inner .sub-content-txt .greeting-wrap .text p em {color: #5AB6CD; font-weight: 700;}

@media all and (min-width: 400px) {
  .greeting-inner .sub-content-txt .greeting-wrap .main-text h4::after {content: ''; width: 34px; height: 65px; background: url('../images/sub1/quotes_right_s.png') no-repeat; position: absolute; display: block; right: 10px; top: 100%; transform: translateY(-50%);}
}
@media all and (min-width: 580px) {

}
@media all and (min-width: 660px) {
  /* .greeting-inner .sub-content-txt .greeting-wrap .main-text h4::after {right: 2%;} */
}

@media all and (min-width: 768px) {
  .greeting-content-txt {padding-top: 60px;}
  .greeting-inner .sub-content-txt .greeting-wrap .main-text {text-align: center;}
  .greeting-inner .sub-content-txt .greeting-wrap .main-text h4{font-size: 4rem; width: 65%;}
  .greeting-inner .sub-content-txt .greeting-wrap .main-text h4::before {content: ''; width: 45px; height: 87px; background: url('../images/sub1/quotes_left.png') no-repeat; position: absolute; display: block; left: 0; top: 50%; transform: translateY(-50%);}
  .greeting-inner .sub-content-txt .greeting-wrap .main-text h4::after {content: ''; width: 45px; height: 87px; background: url('../images/sub1/quotes_right.png') no-repeat; position: absolute; display: block; right: 0; top: 50%; transform: translateY(-50%);}

  .greeting-inner .sub-content-txt .greeting-wrap .main-text p {font-size: 1.8rem; font-weight: 300; margin: 60px 0 70px 0;}
  .greeting-inner .sub-content-txt .greeting-wrap .text {width: 75%; margin: 0 auto; margin-top: 70px;}
  .greeting-inner .sub-content-txt .greeting-wrap .text p {font-size: 1.8rem; line-height: 1.75;}
  .greeting-inner .sub-content-txt .greeting-wrap .text p:not(:last-child) {margin-bottom: 35px;}
}
@media all and (min-width: 821px) {
  .greeting-inner .sub-content-txt .greeting-wrap .main-text h4::before {left: 0;}
  .greeting-inner .sub-content-txt .greeting-wrap .main-text h4::after {right: 0;}
}

@media all and (min-width: 990px) {
  /* .greeting-inner .sub-content-txt .greeting-wrap .main-text h4::before {left: 10%; top: 50%; transform: translateY(-50%);} */
  /* .greeting-inner .sub-content-txt .greeting-wrap .main-text h4::after {right: 6%; top: 50%; transform: translateY(-50%);} */
}
@media all and (min-width: 1024px) {
  .greeting-inner .sub-content-txt .greeting-wrap .text p:not(:last-child) {margin-bottom: 40px;}
}

@media all and (min-width: 1260px) {
  .greeting-inner .sub-content-txt .greeting-wrap .text p span {display: block;}
}
@media all and (min-width: 1300px) {
  .greeting-inner .sub-content-txt .greeting-wrap .main-text h4::before {top: 50%; transform: translateY(-50%);}
  .greeting-inner .sub-content-txt .greeting-wrap .main-text h4::after {top: 50%; transform: translateY(-50%);}
}

/* 내부전경 css */

.slider .img{padding: 0.5rem;}
.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

.slider-single .slick-prev, 
.slider-single .slick-next {
  width: 30px; height: 30px; background-color: #00A287; border-radius: 50%; z-index: 99; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.slider-single .slick-prev {position: absolute; top: 50%; left: -10px; color: transparent;}
  .slider-single .slick-next {position: absolute; top: 50%; right: -10px; color: transparent;}

.slider-single .slick-prev:before
{  content: ''; display: block; width: 24px; height: 24px; background: url('../images/sub1/left-button.png') no-repeat center center;
    top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute;
}
.slider-single .slick-next:before
{
  content: ''; display: block; width: 24px; height: 24px; background: url('../images/sub1/right-button.png') no-repeat center center;
    top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute;
}

.slider-nav .slick-slide { cursor: pointer; }
.slider-nav button {display: none !important;}

.slick-slide.is-active h3 {
	color: #c00;
	background-color: #fff
}


@media all and (min-width: 768px) {
  .slider-single .slick-prev, 
  .slider-single .slick-next {
    width: 50px; height: 50px;
  }
  .slider-single .slick-prev {left: -25px;}
  .slider-single .slick-next {right: -25px;}
}


/* 내부전경 css end */

/* 오시는 길 css */
.map-info-wrap {border: 1px solid #ededed; display: flex; flex-direction: column; padding: 30px 20px; gap: 20px;}
/* .map-info-wrap .map-info {display: flex; flex-direction: column;} */
.map-info-wrap .map-info h2 {color: #5BB84D; font-size: 2rem; line-height: 1.3; background: url("../images/sub/map_bullet.png") no-repeat center left; padding-left: 28px;}
/* .sub-content .content h2 {font-size: 2.4rem; font-family: 'yg-jalnan'; font-weight: bold; background: url("../images/sub/bullet.png") no-repeat center left; padding-left: 28px; margin: 0 0 20px 0; text-align: left;} */
.map-info-wrap .map-info ul li {display: flex; line-height: 2.2; font-size: 1.8rem; align-items: center; flex-wrap: wrap; margin-top: 10px;}

.map-info-wrap .map-info ul li p {font-weight:700; position: relative; font-size: 1.5rem; width: 25%;}
.map-info-wrap .map-info ul li span {font-weight: 400; font-size: 1.4rem; color: #222 !important; line-height: 1.5; padding-left: 16px; width: 75%;}
.map-info-wrap .map-button {background-color: #c7c7c7; display: flex; flex-direction: column; transition: all .3s; border-radius: 15px; border: 1px solid #EAF0FF; transition: all .3s; width: 100%; gap: 40px;}

.map-info-wrap .map-button:hover {background-color: #5AB6CD !important;}
.map-info-wrap .map-button a {display: block; padding: 20px 25px; height: 100%; font-size: 0px;}
.map-info-wrap .map-button a p {font-size: 1.6rem; color: #fff; text-align: center; font-weight: 500;}
.map-info-wrap .map-button:hover a p {color: #fff;}

@media all and (min-width: 420px) {
  .map-info-wrap .map-info ul li {flex-direction: row; margin-top: 0;}
  .map-info-wrap .map-info ul li span {font-size: 1.5rem;}
}

@media all and (min-width: 768px) {
  .location-wrap {padding: 0;}

  .map-info-wrap {padding: 40px 50px 50px 50px;}
  .map-info-wrap .map-info h2 {font-size: 2.4rem;}
  .map-info-wrap .map-info ul li {flex-direction: row;}
  .map-info-wrap .map-info ul li p {font-size: 1.7rem; width: 80px;}
  .map-info-wrap .map-info ul li span {font-size: 1.8rem; width: auto;}
  .map-info-wrap .map-button {gap: 0;}
}

@media all and (min-width: 1200px) {
  .map-info-wrap .map-info span {font-size: 1.7rem;}
}

@media all and (min-width: 1280px) {
  .map-info-wrap {flex-direction: row; justify-content: space-between; align-items: center;}
  /* .map-info-wrap .map-info {display: flex; flex-direction: row; gap: 40px;} */
  .map-info-wrap .map-button {width: auto;}
  .map-info-wrap .map-button a {padding: 30px 25px;}
}
/* 오시는 길 css end */
/* 센터소개 css end */

/* 상담진 소개 css */
.counselor-inner .sub-content-tit .title ul {border: 4px solid rgba(93,185,208,0.5); padding: 20px 20px;}
.counselor-inner .sub-content-tit .title ul li { font-size: 1.6rem; font-weight: 600; color: #444444; line-height: 1.6;}

.counselor-wrap {padding-top: 20px;}
.counselor:not(:last-child) {margin-bottom: 60px;}
.counselor .counselor_name {margin-bottom: 20px;}
.counselor .counselor_name h3 {font-size: 2.4rem; font-weight: bold; position: relative; line-height: 1.4; font-family: 'Gmarketsans', 'san-serif'; position: relative; padding-left: 35px;}
.counselor .counselor_name h3::before {content: ''; width: 6px; height: 32px; background-color: #5AB6CD; position: absolute; position: absolute; top: 35%; transform: translateY(-35%); left: 10px;}
.counselor .counselor_name {display: flex; gap: 20px; align-items: center;}
.counselor .counselor_name span {font-size: 1.8rem;}

.counselor .counselor_content {display: flex; flex-wrap: wrap; gap: 20px;}
.counselor .counselor_content > div {width: 100%;}
.counselor .counselor_content .img {text-align: center; padding: 0 30px 0 30px;}
/* .counselor .counselor_content .img img {width: 230px;} */
.counselor .counselor_content .counselor_career h4 {font-size: 2rem; font-weight: 600; display: block; padding: 10px 0 25px 0; text-align: center;}
.counselor .counselor_content .counselor_career .carrer_inner {padding: 0 10px;}
.counselor .counselor_content .counselor_career .carrer_inner .carrer {display: flex; flex-direction: column; padding: 25px 0; margin-left: 20px;}
.counselor .counselor_content .counselor_career .carrer_inner .carrer02 {border-top: 1px dashed #C1C1C1;}
.counselor .counselor_content .counselor_career .carrer_inner .carrer03 {border-top: 1px dashed #C1C1C1;}
.counselor .counselor_content .counselor_career .carrer_inner .carrer p {width: 100px; font-size: 1.7rem; font-weight: 600; margin-bottom: 20px;}
.counselor .counselor_content .counselor_career .carrer_inner .carrer ul {padding-left: 10px;}
.counselor .counselor_content .counselor_career .carrer_inner .carrer ul li {font-size: 1.5rem; line-height: 1.7; text-indent: -13px;}
.counselor .counselor_content .counselor_career .carrer_inner .carrer ul li:not(:last-child) {margin-bottom: 8px;}
.counselor .counselor_content .counselor_career .carrer_inner .carrer ul li>span {display: block; padding-left: 14px;}


@media all and (min-width: 560px) {
  .counselor .counselor_content .counselor_career .carrer_inner .carrer ul li>span {display: inline-block;}
}

@media all and (min-width: 768px) {
  .counselor-wrap {padding-top: 40px;}
  .counselor-inner .sub-content-tit .title ul {padding: 40px 50px; text-align: center;}
  .counselor-inner .sub-content-tit .title ul li {font-size: 2rem;}
  .counselor .counselor_name h3 {font-size: 3.2rem;}
  .counselor .counselor_name span {font-size: 2rem;}

  .counselor:not(:last-child) {margin-bottom: 80px;}
  .counselor .counselor_content {gap: 40px;}
  .counselor .counselor_content .counselor_career h4 {font-size: 2.4rem; text-align: left;}

  .counselor .counselor_content .counselor_career .carrer_inner {padding: 0;}
  /* .counselor .counselor_content .counselor_career .carrer_inner .carrer {padding: 35px 0; flex-direction: row; gap: 20px;} */
  .counselor .counselor_content .counselor_career .carrer_inner .carrer p {width: 140px; font-size: 2rem; font-weight: 700;} 
    .counselor .counselor_content .counselor_career .carrer_inner .carrer ul li {font-size: 1.8rem;}

}
@media all and (min-width: 900px) {
.counselor .counselor_content .img {width: 30%}
/* .counselor .counselor_content .img img {width: 100%;} */
.counselor .counselor_content .counselor_career {width: 60%;}
}
@media all and (min-width: 1200px) {
.counselor .counselor_content .counselor_career .carrer_inner .carrer {padding: 35px 0; flex-direction: row; gap: 20px;}
}
/* 상담진 소개 css end */

/* 훌륭한 상담사란? css */
/* .sub3-1-content-wrap article:not(:last-child) {margin-bottom: 40px;} */
.sub3-1-content-wrap .article01 {padding-bottom: 80px;}
.sub3-1-content-wrap .article01 .article01_top {display: flex; gap: 40px; flex-wrap: wrap; border: 4px solid rgba(93,185,208,0.5); padding: 30px 30px; align-items: center; margin-bottom: 30px;}
.sub3-1-content-wrap .article01 .article01_top ul
.sub3-1-content-wrap .article01 .article01_top .img {width: 100%;}

  .sub3-1-content-wrap .article01 .article01_top ul li {font-size: 1.6rem; line-height: 1.5; text-indent: -2px; position: relative; padding-left: 30px;}
  .sub3-1-content-wrap .article01 .article01_top ul li::before {content: ''; width: 20px; height: 20px; display: inline-block; position: absolute; top: 5px; left: -10px;}
  .sub3-1-content-wrap .article01 .article01_top ul li:nth-child(1):before {background: url('../images/sub3/bullet_01.png') no-repeat;}
  .sub3-1-content-wrap .article01 .article01_top ul li:nth-child(2):before {background: url('../images/sub3/bullet_02.png') no-repeat;}
  .sub3-1-content-wrap .article01 .article01_top ul li:nth-child(3):before {background: url('../images/sub3/bullet_03.png') no-repeat;}
  .sub3-1-content-wrap .article01 .article01_top ul li:nth-child(4):before {background: url('../images/sub3/bullet_04.png') no-repeat;}
  .sub3-1-content-wrap .article01 .article01_top ul li:nth-child(5):before {background: url('../images/sub3/bullet_05.png') no-repeat;}
  .sub3-1-content-wrap .article01 .article01_top ul li:nth-child(6):before {background: url('../images/sub3/bullet_06.png') no-repeat;}
  .sub3-1-content-wrap .article01 .article01_top ul li:not(:last-child) {margin-bottom: 20px;}

  .sub3-1-content-wrap .article01 .article01_bottom {background-color: rgba(93,185,208,0.2); padding: 40px 30px;}
  .sub3-1-content-wrap .article01 .article01_bottom p {font-size: 1.6rem; line-height: 1.75;}

  .sub3-1-content-wrap .article01 .article01_bottom p span em {font-weight: bold;}


  /* .sub3-1-content-wrap .article02 {background-color: #333333; padding: 80px 0;} */
  .sub3-1-content-wrap .article02 {background: url('../images/sub3/article02.jpg') no-repeat; padding: 80px 0; background-size: cover;}
  .sub3-1-content-wrap .article02 .article02_inner h4 {font-family: 'Jeju Myeongjo', serif; color: #fff; font-size: 2.4rem; transform: rotate(-0.03deg); line-height: 1.5; margin-bottom: 40px;}
  .sub3-1-content-wrap .article02 .article02_inner p {font-size: 1.6rem; color: #fff; line-height: 1.75; font-weight: 300;}

  .sub3-1-content-wrap .article03 {padding: 80px 15px;}
  .sub3-1-content-wrap .article03 .title h4 {font-size: 2.4rem; font-weight: bold; position: relative; line-height: 1.4; font-family: 'Gmarketsans', 'san-serif';}

  .sub3-1-content-wrap .article03 .content > div:not(:last-child) {margin-bottom: 30px;}
  .sub3-1-content-wrap .article03 .content .content01 ul {display: flex; gap: 40px; flex-wrap: wrap; margin-top: 20px;}
  .sub3-1-content-wrap .article03 .content .content01 ul li {border: 1px solid #DDDDDD; padding: 30px 30px; border-top: 3px solid #5AB6CD;}
  .sub3-1-content-wrap .article03 .content .content01 ul li .tit {display: flex; padding-bottom: 20px; border-bottom: 1px dashed #CDCDCD; justify-content: space-between;}
  .sub3-1-content-wrap .article03 .content .content01 ul li .tit h5 {font-family: 'Gmarketsans', 'san-serif'; font-size: 2.4rem; font-weight: bold; transform: rotate(-0.03deg);}
  .sub3-1-content-wrap .article03 .content .content01 ul li .tit em {font-family: 'Gmarketsans', 'san-serif'; font-size: 2.4rem; font-weight: bold; transform: rotate(-0.03deg);}
  .sub3-1-content-wrap .article03 .content .content01 ul li .txt {margin-top: 30px;}
  .sub3-1-content-wrap .article03 .content .content01 ul li .txt p {font-size: 1.6rem; line-height: 1.75; text-indent: 8px;}

  .sub3-1-content-wrap .article03 .content .content02 {background-color: rgba(93,185,208,0.2); padding: 40px 30px;}
  .sub3-1-content-wrap .article03 .content .content02 p {font-size: 1.6rem; line-height: 1.75;}
  .sub3-1-content-wrap .article03 .content .content02 p span {display: block;}
  .sub3-1-content-wrap .article03 .content .content02 p span em {font-weight: bold;}

  .sub3-1-content-wrap .article03 .content .content03 .content03_inner {padding: 30px; border: 4px solid rgba(93,185,208,0.5); padding: 30px; display: flex; gap: 40px; flex-wrap: wrap;}
  .sub3-1-content-wrap .article03 .content .content03 .content03_inner > div {width: 100%;}
  .sub3-1-content-wrap .article03 .content .content03 .content03_inner .txt p {font-size: 1.6rem; line-height: 1.75;}

@media all and (min-width: 768px) {
  .sub3-1-content-wrap .article01 {padding-bottom: 120px;}
  .sub3-1-content-wrap .article01 .article01_top {padding: 55px 60px;}
  .sub3-1-content-wrap .article01 .article01_top ul li {font-size: 1.7rem;} 
  .sub3-1-content-wrap .article01 .article01_top ul li::before { top: 50%; transform: translateY(-50%);}

  .sub3-1-content-wrap .article01 .article01_top ul li span {display: block;}
  .sub3-1-content-wrap .article01 .article01_bottom p {text-align: center; font-size: 1.8rem;}
  /* .sub3-1-content-wrap .article01 .article01_bottom p span {display: inline-block;} */


  .sub3-1-content-wrap .article02 {padding: 130px 0 160px 0;}
  .sub3-1-content-wrap .article02 .article02_inner h4 {font-size: 3rem; text-align: center; margin-bottom: 60px;}
  .sub3-1-content-wrap .article02 .article02_inner p {padding: 0 40px; font-size: 1.8rem;}

  .sub3-1-content-wrap .article03 {padding: 120px 15px 0;}
  .sub3-1-content-wrap .article03 .title h4 {font-size: 3.2rem; text-align: center;}

  .sub3-1-content-wrap .article03 .content > div:not(:last-child) {margin-bottom: 60px;}
  .sub3-1-content-wrap .article03 .content .content01 ul {margin-top: 50px;}
  .sub3-1-content-wrap .article03 .content .content01 ul li {width: calc((100% - 40px)/2); padding: 40px 45px;}
  .sub3-1-content-wrap .article03 .content .content01 ul li .tit h5 {font-size: 3rem;}
  .sub3-1-content-wrap .article03 .content .content01 ul li .tit em {font-size: 3rem;}
  .sub3-1-content-wrap .article03 .content .content01 ul li .txt p {font-size: 1.8rem;}

  .sub3-1-content-wrap .article03 .content .content02 {padding: 50px 45px;}
  .sub3-1-content-wrap .article03 .content .content02 p {font-size: 1.8rem;}
  .sub3-1-content-wrap .article03 .content .content03 .content03_inner {padding: 50px 45px;}
  .sub3-1-content-wrap .article03 .content .content03 .content03_inner .txt {width: calc(70% - 40px);}
  .sub3-1-content-wrap .article03 .content .content03 .content03_inner .img {width: calc(30% - 40px);}
  .sub3-1-content-wrap .article03 .content .content03 .content03_inner .txt p {font-size: 1.8rem;}
}
@media all and (min-width: 970px) {
  .sub3-1-content-wrap .article01 .article01_bottom p span {display: block;}
}
@media all and (min-width: 1280px) {
.sub3-1-content-wrap .article01 .article01_top ul {width: calc(70% - 20px);}
.sub3-1-content-wrap .article01 .article01_top .img {width: calc((30% - 20px));}
}
/* 훌륭한 상담사란? css end */

/* 상담으로 해결가능한 문제 css */
.sub4-1-content-wrap ul {display: flex; flex-wrap: wrap; gap: 40px; justify-content: center;}
.sub4-1-content-wrap ul li {width: calc((100% - 80px)/2); background-color: #F2F7F8; display: flex; align-items: center; justify-content: center; padding: 30px 15px; flex-direction: column; text-align: center; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; color: #222;}
.sub4-1-content-wrap ul li {font-size: 1.6rem; font-weight: 500; line-height: 1.5;}
.sub4-1-content-wrap ul li p {font-size: 1.5rem; font-weight: 500; color: #585858; margin-top: 10px;}


@media all and (min-width: 768px) {
  .sub4-1-content-wrap ul li {width: calc((100% - 120px)/3); font-size: 1.8rem; font-weight: 600;}
}

@media all and (min-width: 1024px) {
  .sub4-1-content-wrap ul li {width: calc((100% - 200px)/6); font-size: 1.8rem; font-weight: 600;}
}
/* 상담으로 해결가능한 문제 css end */

/* 상담과정 css */
  .sub5-1-content-txt {padding-top: 10px;}
  .sub5-1-content-wrap .process:not(:last-child) {margin-bottom: 40px;}
  .sub5-1-content-wrap .process .step_tit {display: flex; gap: 10px; align-items: center; margin-bottom: 20px;}
  .sub5-1-content-wrap .process .step_tit p,
  .sub5-1-content-wrap .process .step_tit h4 {font-family: 'Gmarketsans', 'san-serif'; font-weight: bold; transform: rotate(-0.03deg);}
  .sub5-1-content-wrap .process .step_tit p { font-size: 1.6rem; color: #4AB7B3;}
  .sub5-1-content-wrap .process .step_tit h4 {font-size: 2rem;}

  .sub5-1-content-wrap .process ul {background-color: #F2F7F8; padding: 30px 25px; border-radius: 20px;}
  .sub5-1-content-wrap .process ul li {font-size: 1.6rem; line-height: 1.5; text-indent: -12px; padding-left: 12px;}
  .sub5-1-content-wrap .process ul li:not(:last-child) {margin-bottom: 10px;}

  @media all and (min-width: 768px) {
    .sub5-1-content-txt {padding-top: 20px;}
    .sub5-1-content-wrap .process:not(:last-child) {margin-bottom: 50px;}
    .sub5-1-content-wrap .process .step_tit {gap: 15px;}
    .sub5-1-content-wrap .process .step_tit p { font-size: 1.8rem; color: #4AB7B3;}
    .sub5-1-content-wrap .process .step_tit h4 {font-size: 2.4rem;}
    .sub5-1-content-wrap .process ul {padding: 45px 50px;}
    .sub5-1-content-wrap .process ul li {font-size: 1.8rem; font-weight: 500;}

  }
/* 상담과정 css end */




/* 온라인 문의 css */
.contact-wrap #wrap #content {padding: 0;}
.contact-wrap #wrap #content #title {display: none;}
.contact-wrap #wrap #content form {text-align: center;}
.contact-wrap #wrap #content .check {font-size: 1.5rem; margin-bottom: 20px; text-align: left; padding-left: 15px;}
.contact-wrap #wrap #content table { font-size: 1.5rem;}
.contact-wrap #wrap #content table tr th {padding: 20px; font-weight: 500;}
.contact-wrap #wrap #content table tr td {padding:0 20px;}
.contact-wrap #wrap #content table tr td select {border-radius: 5px; border: 1px solid #f1f1f1}
.contact-wrap #wrap #content table tr td textarea {background-color: #f1f1f1;}
.contact-wrap #wrap #content table tr input[type="text"] {background-color: #f1f1f1; border: none; border-radius: 5px;}


.contact-wrap #wrap #content form .join {margin-top: 40px;}
.contact-wrap #wrap #content form .join .rwrap .inwrap{ font-size: 1.4rem;}
.contact-wrap #wrap #content form .join .rwrap .inwrap h4 {text-align: left; font-size: 1.5rem; font-weight: 500; margin-bottom: 20px;}
.contact-wrap #wrap #content form .join .rwrap .inwrap textarea {margin-bottom: 20px;}
.contact-wrap #wrap #content form .join .rwrap .inwrap label input { font-size: 1.5rem;}
.contact-wrap #wrap #content form .btn {margin-top: 20px;}
.contact-wrap #wrap #content form .btn input {font-size: 1.5rem;}

@media all and (min-width: 360px) {
.contact-wrap #wrap #content table tr input[type="text"] {width: 80%;}
}
/* 온라인 문의 css end*/

/* etc */
.util-content {text-align: left; margin-top: 40px;}
.sub-content .util-txt1 {border: 4px solid rgba(0,162,135,0.5); padding: 30px 20px;} 
.sub-content .util-txt1 p {font-size: 1.6rem; text-indent: -10px; padding-left: 10px; line-height: 1.5;}

.sub-content .util-txt2 {padding-top: 50px; padding-left: 20px;}
.sub-content .util-txt2>p {font-size: 2rem; position: relative; font-weight: 600;}
.sub-content .util-txt2>p::before {content: ''; position: absolute; width: 6px; height: 16px; background-color: #00A287; left: -20px; top: 8px}
.sub-content .util-txt2 ul {padding: 10px;}
.sub-content .util-txt2 ul p {font-size: 1.6rem; font-weight: 500;}
.sub-content .util-txt2 ul li {font-size: 1.5rem; font-weight: 400; color: #6d6d6d; padding: 8px 0 0 20px; text-indent: -20px; margin-left: 15px;}
.sub-content .util-txt2 ul li span {display: block; padding-top: 8px;}

.terms {font-size: 1.7rem; text-align: left; margin-top: 60px;}

/* etc css end */
