.content-wide-container {
    width: 100%;
}

.flex-row-center-between {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.rpa-divided-banner-wrapper {
    max-width: 1400px;
    flex: 1;
    margin: 80px auto 120px;
    background: #FFF;
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
    border-radius: 32px;
}
.banner-half-wrapper {
    flex: 1;
    height: 100%;
}
.banner-half-wrapper.left {
    position: relative;
    padding: 60px;
    background-color: #ffffff;
    text-align: left;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}
.banner-half-wrapper.right {
    padding: 77px 0;
    color: #ffffff;
    background-color: #1AB6E4;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    text-align: center;
}
.banner-half-wrapper.left .main-text {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
}
.banner-half-wrapper.left .main-text-line span{
	display: inline;
	box-shadow: inset 0 -13px 0 #C3EDFF;
}
.banner-half-wrapper.left .small-text {
    font-size: 16px;
}
.banner-half-wrapper.left .explain, .banner-half-wrapper.left .explain-none {
    position: relative;
    margin-top: 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    z-index: 1;
}
.banner-half-wrapper.left .explain span.text-line{
	display: inline;
	box-shadow: inset 0 -12px 0 #C3EDFF;
}
.banner-half-wrapper.right .main-text {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;

}
.banner-half-wrapper.right .explain-white {
    margin-top: 32px;
    font-size: 20px;
    line-height: 30px;
}
.banner-half-wrapper.right .source {
    margin-top: 32px;
    font-size: 12px;
}

.rpa-intro-sec2-wrapper {
    text-align: center;
    padding: 80px 0 120px 0;
}
.underline-text-wrapper{
    margin: 40px 0 40px;
}
.underline-text-wrapper:last-child{
    margin-bottom: 0;
}
.underline-text-wrapper > div{
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #333333;
}

.underline-text-wrapper > div::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 16px;
    background: rgba(135, 220, 255, 0.5);
    z-index: -1;
}

.rpa-process-img-mb{
    display: none;
}

.rpa-intro-sec3-wrapper {
    padding: 80px 20px 120px;
    width: 100%;
    background-color: #F5FDFF;
    text-align: center;
    box-sizing: border-box;
}
.rpa-intro-sec3-text-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}
.rpa-intro-sec3-text-wrapper>div {
    flex: 1;
}
.rpa-intro-sec3-text-wrapper .main-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #222222;
}
.rpa-intro-sec3-text-wrapper .sub-text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #586063;
}
.rpa-intro-sec3-text-wrapper .sub-text ul{
    display: none;
}
.rpa-intro-sec4-wrapper {
    padding: 80px 0 120px 0;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}
.rpa-intro-sec5-wrapper {
    padding: 80px 0 0;
    margin: 0 auto;
    max-width: 610px;
    text-align: center;
}
.rpa-img-box-wrap{
    margin: 60px 0 30px;
}
/* swiper06 */
.rpa-intro-sec4-wrapper > .swiperArea{
    max-width: 1380px;
    padding: 20px 60px 45px;
    overflow: hidden;
    margin: 60px auto 0;
}
.rpa-intro-sec4-wrapper .swiper06{
    position: relative;
}
.rpa-intro-sec4-wrapper .swiperArea .imgArea{
    width: 100%;
    background: #FFF;
}
.rpa-intro-sec4-wrapper .swiper-slide{
}
.rpa-intro-sec4-wrapper .swiper-slide .swiperCard{
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
    border-radius: 32px;
    height: 432px;
}
.rpa-intro-sec4-wrapper .swiper-slide .imgArea{
    width: 50%;
    margin: 0;
    order: 2;
    background: #FAFAFA;
    border-radius: 0;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.rpa-intro-sec4-wrapper .swiper-slide .imgArea img{
    height: 430px;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea{
    width: 50%;
    margin: 0;
    order: 1;
    background: #FFF;
    padding: 60px 60px 40px;
    text-align: left;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .subTitle{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #1AB6E4;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .title{
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.01em;
    color: #333;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .desc{
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #000;
    margin: 0 0 20px;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .grayRoundBg{
    background: #F0F0F0;
    border-radius: 32px;
    padding: 30px;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .grayRoundBg .flexOrange{
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 12px;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .grayRoundBg .orangeTit{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FF4D4D;
    margin: 0;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .grayRoundBg .orangeDesc{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #333;
    margin: 0;
}
.rpa-intro-sec4-wrapper .swiperArea .swiper-button-prev{
    left: -40px!important;
    top: 205px;
}
.rpa-intro-sec4-wrapper .swiperArea .swiper-button-next{
    right: -40px!important;
    top: 205px;
}
.rpa-intro-sec4-wrapper .swiperArea .swiper-pagination-bullets06{
    bottom: -45px !important;
}
.rpa-intro-sec4-wrapper .swiperArea .swiper-pagination-bullets06 .swiper-pagination-bullet-active{
    background: #1AB6E4;
}
.rpa-banner-bg {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 315px;
    background-image: url("/images/rpa/rpa-banner-background.png");
    background-repeat: no-repeat;
    background-size: 100% 315px;
}
.rpa-banner-btn-text {
    display: inline-block;
    margin: 90px 0 0 32px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
span.title-underline.rpa {
    top: 305px;
    left: 60px;
    width: 316px;
}
.rpa-divided-banner-wrapper {
    flex: 1;
    margin: 80px auto 120px;
    background: #FFFFFF;
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
    border-radius: 32px;
}
.modal-form-wrapper {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 530px;
  }
.modal-input-wrapper>span, .modal-checkbox-wrapper>span {
    font-size: 15px;
    font-weight: 500;
}
.popup-checkbox-wrapper>span {
    font-size: 15px;
    font-weight: 500;
}
.modal-input-wrapper>input {
    width: 450px;
    font-size: 12px;
    padding: 16px;
    box-sizing: border-box;
    border: none;
    outline: 1px solid #B8C6CC;
    border-radius: 12px;
}

.modal-input-wrapper>textarea {
    width: 450px;
    font-size: 12px;
    padding: 16px;
    box-sizing: border-box;
    border: none;
    outline: 1px solid #B8C6CC;
    border-radius: 12px;
}
.modal-input-wrapper>input.error,
.modal-input-wrapper>textarea.error {
    outline: 1px solid red; 
}
.modal-input-wrapper>input.error::placeholder,
.modal-input-wrapper>textarea.error::placeholder {
    color: red;
}
.modal-input-wrapper>input.error:focus,
.modal-input-wrapper>textarea.error:focus {
    border: none;
    outline: 1px solid red; 
}
.modal-input-wrapper>textarea.hasError {
    border: 1px dashed red;
    background: #fee;
}
.modal-input-wrapper>input.hasError {
    border: 1px dashed red;
    background: #fee;
}
.modal-input-wrapper>textarea.hasError {
    border: 1px dashed red;
    background: #fee;
}
.modal-input-wrapper>input:focus {
    border: 1px solid #1AB6E4;
}
.modal-input-wrapper>textarea:focus {
    border: 1px solid #1AB6E4;
}
.modal-input-wrapper:not(:first-child) {
    margin-top: 20px;
}
.modal-checkbox-wrapper {
    margin-top: 20px;
    cursor: pointer;
}
.modal-checkbox-wrapper>div:first-child {
    flex: 1;
}
.modal-checkbox-wrapper>img {
    margin-left: 8px;
}
.modal-checkbox-wrapper div > span{
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000;
}
.popup-checkbox-wrapper {
    margin-top: 20px;
    cursor: pointer;
}
.popup-checkbox-wrapper>div:first-child {
    flex: 1;
}
.popup-checkbox-wrapper>img {
    margin-left: 8px;
}
input[id="cb"]+label {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/images/rpa/checkbox-default.png");
    cursor: pointer;
}
input[id="cb"]:checked+label {
    background: url("/images/rpa/checkbox-checked.png");
}
input[id="cb"] {
    display: none;
}
input[id="popupCheck"]+label {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/images/rpa/checkbox-default.png");
    cursor: pointer;
}
input[id="popupCheck"]:checked+label {
    background: url("/images/rpa/checkbox-checked.png");
}
input[id="popupCheck"] {
    display: none;
}
.terms-wrapper {
    display: none;
    margin-top: 20px;
    padding: 20px;
    height: 260px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 21px;
    color: #222222;
    border: 1px solid #AEE6F7;
    border-radius: 16px;
    overflow-y: auto;
    text-align: left;
}
.popup-wrapper {
    display: none;
    margin-top: 20px;
    padding: 20px;
    height: 150px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 21px;
    color: #222222;
    border: 1px solid #AEE6F7;
    border-radius: 16px;
    overflow-y: auto;
    text-align: left;
}
.full-w-btn {
    display: inline-block;
    margin-top: 40px;
    width: 100%;
    padding: 16px 0;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    background-color: #1AB6E4;
    border-radius: 8px;
}
.full-p-btn {
    display: inline-block;
    margin-top: 40px;
    width: 100%;
    padding: 16px 0;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    background-color: #1AB6E4;
    border-radius: 8px;
}
.bottom-wide-btn {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    text-align: center;
    background-color: #1AB6E4;
    border-radius: 8px;
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.16);
}
.bottom-wide-btn.big-text {
    margin-top: 90px;
    font-size: 32px;
}
.rpa-appl-sec2-wide{
    width: 100%;
    background-color: #6784AC;
}
.rpa-appl-sec2-wrapper {
    padding: 80px 0 120px 0;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.rpa-usage-img{
    margin-top: 80px;
}
.rpa-appl-sec2-wrapper>.tronics-main-title, .rpa-appl-sec2-wrapper>.tronics-explain{
    color: #FFF;
}
.rpa-appl-sec2-wrapper .chatArea{
    display: none;
}
.content-container{
    max-width: 1400px;
}
.rpa-software-img {
    margin: 80px 0 40px 0;
}
.rpa-exclamation-text {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #FF4D4D;
}


.rpa-small-explain {
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #586063;
}

.rpa-appl-sec4-bg{
    background: #FAFAFA;
    width: 100%;
}
.rpa-appl-sec4-wrapper{
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 0 120px 0;
    text-align: center;
}
.rpa-appl-sec4-wrapper .chatArea{
    display: none;
}




/* 모바일 */
@media screen and (max-width: 998px) {
.rpa-divided-banner-wrapper{
    display: block;
    margin: 40px 0 100px;
    box-shadow: none;
    border-radius: 0;
    background: none;
}
.banner-half-wrapper.left{
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin: 0 0 40px;
    background: none;
    box-sizing: border-box;
}
.banner-half-wrapper.left .main-text{
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #333333;
}
.banner-half-wrapper.left .explain{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000;
}
.banner-half-wrapper.left .explain::before{
    max-width: 270px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-half-wrapper.right{
    width: 100%;
    border-radius: 0;
    padding: 40px 20px;
    box-sizing: border-box;
}
.banner-half-wrapper.right .main-text{
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.01em;
}
.banner-half-wrapper.right .main-text span.space{
    display: block;
}
.banner-half-wrapper.right .explain-white{
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.01em;
}
.banner-half-wrapper.right .explain-white br{
    display: none;
}
.banner-half-wrapper.right .source{
    margin: 15px 0 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.01em;
}
.rpa-intro-sec2-wrapper{
    padding: 0 20px 0;
    text-align: center;
}
.rpa-process-img{
    display: none;
}
.rpa-process-img-mb{
    display: inline-block;
}
.underline-text-wrapper > div{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: inline;
    box-shadow: inset 0 -12px 0 #C3EDFF;
}
.rpa-intro-sec3-wrapper{
    margin: 80px 0 100px;
    padding: 60px 20px;
}
.rpa-img-box-wrap{
    margin: 40px 0;
}
.rpa-intro-sec3-text-wrapper{
    display: grid;
    gap: 20px;
}
.rpa-intro-sec3-text-wrapper .main-text{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.rpa-intro-sec3-text-wrapper .sub-text{
    margin-top: 12px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.rpa-intro-sec3-text-wrapper .sub-text p{
    display: none;
}
.rpa-intro-sec3-text-wrapper .sub-text ul{
    display: block;
    padding: 0;
    margin: 0;
}
.rpa-intro-sec3-text-wrapper .sub-text ul li{
    display: block;
    position: relative;
    padding-left: 12px;
}
.rpa-intro-sec3-text-wrapper .sub-text ul li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background: #586063;
}
.rpa-intro-sec4-wrapper{
    padding: 0 20px;
    margin: 0 0 80px;
    box-sizing: border-box;
}
.rpa-intro-sec4-wrapper > .swiperArea{
    margin: 30px 0 0;
    padding: 20px 10px 60px;
}
.rpa-intro-sec4-wrapper .swiper-slide .swiperCard{
    display: grid;
    height: auto;
    border-radius: 16px;
    min-height: 630px;
}
.rpa-intro-sec4-wrapper .swiper-slide .imgArea{
    width: 100%;
    order: 1;
}
.rpa-intro-sec4-wrapper .swiper-slide .imgArea img{
    height: 248px;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea{
    width: 100%;
    order: 2;
    padding: 28px;
    box-sizing: border-box;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .subTitle{
    color: #1A8FE4;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.01em;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .title{
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.01em;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin: 12px 0 20px;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .grayRoundBg{
    border-radius: 16px;
    padding: 20px 18px;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .grayRoundBg .orangeTit{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.rpa-intro-sec4-wrapper .swiper-slide .textArea .grayRoundBg .orangeDesc{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 0;
}
.rpa-intro-sec4-wrapper .swiperArea .swiper-button-prev, .rpa-intro-sec4-wrapper .swiperArea .swiper-button-next{
    display: none;
}
.rpa-banner-bg{
    text-align: center;
    background-size: cover;
    height: auto;
    margin: 0;
}
.rpa-banner-bg .flex-row-center-between{
    display: block;
    height: auto;
}
.rpa-banner-bg .flex-row-center-between .flex-row-vertical-center{
    display: grid;
}
.rpa-banner-bg .plus-text-wrapper .main-text br{
    display: none;
}
.rpa-banner-bg .edu-banner-btn-wrapper{
    position: relative;
    background-image: none;
    width: 100%;
    height: 68px;
    border-radius: 16px;
    padding: 0 20px;
    box-sizing: border-box;
}
.rpa-banner-bg .flex-row-vertical-center a.worktronics{
	background: #081C88;
}
.rpa-banner-bg .flex-row-vertical-center a.consulting2{
	background: #1AB6E4;
	margin-top: 12px;
}
.rpa-banner-bg .flex-row-vertical-center a span {
    width: 100%;
    height: 68px;
    line-height: 68px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-align: left;
}
.rpa-banner-bg .edu-banner-btn-wrapper button{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.rpa-banner-bg .plus-text-wrapper .explain-text{
    margin: 12px 0 35px;
}
.rpa-intro-sec5-wrapper{
    padding: 0;
}
.modal-form-wrapper{
    width: 100%;
    padding: 40px 0 0;
}
.modal-form-wrapper .modal-input-wrapper span{
    width: 65px;
    text-align: left;
}
.modal-form-wrapper .modal-input-wrapper input{
    flex: 1;
}
.bottom-wide-btn.big-text{
    font-weight: 700;
    font-size: 24px;
    height: 61px;
    line-height: 61px;
    border-radius: 8px;
}
.bottom-wide-btn.big-text{
    margin-top: 40px;
}

.rpa-divided-banner-wrapper.rpa-appl{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 40px 0 0;
}
.rpa-divided-banner-wrapper.rpa-appl .banner-half-wrapper.left{
    order: 2;
    margin: 60px auto 80px;
    height: auto;
    box-sizing: border-box;
}
.rpa-divided-banner-wrapper.rpa-appl .rpa-appl-right{
    order: 1;
    background: #1AB6E4;
    padding: 40px 20px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.rpa-divided-banner-wrapper.rpa-appl .main-text{
    
}
.rpa-divided-banner-wrapper.rpa-appl .main-text::before{
    width: 100%;
    left: 0;
    bottom: -5px;
}
.rpa-divided-banner-wrapper.rpa-appl .explain, .banner-half-wrapper.left .explain-none{
    margin: 40px 0 0;
}
.banner-half-wrapper.left .small-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #586063;
}
.banner-half-wrapper.left .explain-none{
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.01em;
}
.rpa-appl-sec2-wrapper{
    padding: 60px 20px;
}
.rpa-usage-img{
    display: none;
}
.rpa-appl-sec2-wrapper .chatArea{
    display: block;
    margin: 30px 0 0;
}
.rpa-appl-sec2-wrapper .chatArea .constProfile{
    text-align: left;
}
.rpa-appl-sec2-wrapper .chatArea .constProfile .wrapProfile{
    display: flex;
    gap: 8px;
    align-items: center;
}
.rpa-appl-sec2-wrapper .chatArea .constProfile .wrapProfile.right{
    justify-content: flex-end;
    margin: 20px 0 0;
}
.rpa-appl-sec2-wrapper .chatArea .constProfile .wrapProfile p{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin: 0;
}
.rpa-appl-sec2-wrapper .chatArea .constProfile .wrapChatBox{
    
}
.rpa-appl-sec2-wrapper .chatArea .constProfile .wrapChatBox .rightBox{
    background: #FFF;
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
    border-radius: 0px 16px 16px 16px;
    padding: 24px 10px;
    text-align: center;
    margin: 0 0 0 52px;
}
.rpa-appl-sec2-wrapper .chatArea .constProfile .wrapChatBox .rightBox.right{
    border-radius: 16px 0px 16px 16px;
    margin: 0 52px 0 0;
}
.rpa-appl-sec2-wrapper .chatArea .constProfile .wrapChatBox .rightBox p{
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #333;
    margin: 0;
    display: inline-block;
    z-index: 1;
}
.rpa-appl-sec2-wrapper .chatArea .constProfile .wrapChatBox .rightBox p span{
	display: inline;
	box-shadow: inset 0 -12px 0 #C3EDFF;
}

.content-container{
    padding: 80px 20px;
}
.content-container .rpa-intro-sec4-wrapper{
    padding: 0;
    margin: 0;
}
.rpa-software-img{
    margin: 40px 0;
}
.rpa-exclamation-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.01em;
}


.rpa-small-explain{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #586063;
}
.content-container .rpa-intro-sec4-wrapper .rpa-exclamation-text img{
    width: 18px;
    height: 18px;
}
.rpa-appl-sec4-wrapper{
    padding: 60px 20px;
}
.rpa-appl-sec4-wrapper .chatArea{
    display: block;
}

.rpa-appl-sec4-wrapper .chatArea{
    display: block;
    margin: 30px 0 0;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile{
    text-align: left;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapProfile{
    display: flex;
    gap: 8px;
    align-items: center;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapProfile.right{
    justify-content: flex-end;
    margin: 20px 0 0;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapProfile p{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapChatBox .rightBox{
    background: #FFF;
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
    border-radius: 0px 16px 16px 16px;
    padding: 24px 20px;
    text-align: center;
    margin: 0 0 0 52px;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapChatBox .rightBox.right{
    border-radius: 16px 0px 16px 16px;
    margin: 0 52px 0 0;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapChatBox .rightBox p{
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000;
    margin: 0;
    display: inline-block;
    z-index: 1;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapChatBox .rightBox p span.wrapUnderline{
    position: relative;
    display: inline;
    z-index: 1;
    box-shadow: inset 0 -12px 0 #C3EDFF;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapChatBox .rightBox p span.fcBlue{
    color: #2C3785;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapChatBox .rightBox .textArea ul{
    margin: 15px 0 0;
    padding: 0;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapChatBox .rightBox .textArea ul li{
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapChatBox .rightBox .textArea ul li:last-child{
    margin-bottom: 0;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapChatBox .rightBox .textArea ul li p.type01{
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #586063;
    padding-left: 10px;
    margin-left: 6px;
    margin-top: 4px;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapChatBox .rightBox .textArea ul li p.type01::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background: #586063;
}
.rpa-appl-sec4-wrapper .chatArea .constProfile .wrapChatBox .rightBox p.bottom2{
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #000;
    text-align: left;
    margin: 16px 0;
}
#rpaform .content-container{
	padding-bottom: 0;
}

}

@media screen and (max-width: 414px) {
    .underline-text-wrapper > div::before {
        display: none;
    }
}