@charset "utf-8";



/********************
** 메인배너
********************/
.main_card {     max-width: 1154px;     overflow: visible; }
.content-wrapper::before {     content: '';     position: absolute;     top: -29px;     left: 0;     width: 300px;     height: 29px;     background: #F7F8F8;     clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);}
.content-wrapper {    transition: all 0.4s ease-in-out;    opacity: 1;    transform: translateY(0);}
.mainSlideCard {     overflow: visible;     transition: all 0.3s ease;     opacity: 0.5;       cursor: pointer;  }
.mainSlideCard::before {     content: '';     position: absolute;     top: -12px;     left: 0;     width: 80px;     height: 12px;     background: #EEF6FF;     clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);    transition: background 0.3s ease;}
.swiper { overflow: unset !important; }
.swiper-slide-active.mainSlideCard,
.swiper-slide-duplicate-active.mainSlideCard,
.swiper-slide-thumb-active.mainSlideCard {     opacity: 1 !important;        background: #EEF6FF !important;      z-index: 10;      box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.swiper-slide-active.mainSlideCard::before,
.swiper-slide-duplicate-active.mainSlideCard::before,
.swiper-slide-thumb-active.mainSlideCard::before {     background: #EEF6FF !important; }
.fade-out-up {    opacity: 0 !important;    transform: translateY(-40px) !important;}
.fade-in-start {    opacity: 0 !important;    transform: translateY(40px) !important;}

/********************
** what
********************/
.whatBox_01{background:url('/img/yslabor/what-001.svg'); background-size:100%; background-repeat: no-repeat; aspect-ratio: 1 / 1;}
.whatBox_02{background:url('/img/yslabor/what-002.svg'); background-size:100%; background-repeat: no-repeat; aspect-ratio: 1 / 1;}

.whatBox_01 > div, .whatBox_02 > div { border-radius:50%;    transition: all 0.3s;   background-color: rgba(0, 0, 0, 0);     cursor: pointer;}
.whatBox_01:hover > div, .whatBox_02:hover > div {   background: radial-gradient( circle, rgba(21, 37, 86, 0.5) 0%, rgba(21, 37, 86, 0.2) 40%, rgba(21, 37, 86, 0) 80%);   backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);  transition: all 0.3s  }

/********************
** problem
********************/
.problem_01{background:url('/img/yslabor/problem-001.jpg'); background-size:cover; background-position:center;}
.problem_02{background:url('/img/yslabor/problem-002.jpg'); background-size:cover; background-position:center;}
.problem_03{background:url('/img/yslabor/problem-003.jpg'); background-size:cover; background-position:center;}
.problem_04{background:url('/img/yslabor/problem-004.jpg'); background-size:cover; background-position:center;}


/********************
** service
********************/
.serviceImg_001{background: url('/img/yslabor/serviceImg-001.jpg'); background-size:cover; background-position: center;}
.serviceImg_002{background: url('/img/yslabor/serviceImg-002.jpg'); background-size:cover; background-position: center;}
.serviceImg_003{background: url('/img/yslabor/serviceImg-003.jpg'); background-size:cover; background-position: center;}
.serviceImg_004{background: url('/img/yslabor/serviceImg-004.jpg'); background-size:cover; background-position: center;}
.serviceImg_005{background: url('/img/yslabor/serviceImg-005.jpg'); background-size:cover; background-position: center;}
.serviceImg_006{background: url('/img/yslabor/serviceImg-006.jpg'); background-size:cover; background-position: center;}
.serviceList li{list-style: disc;}


/********************
** result
********************/
.result{background: url('/img/yslabor/resultBg.jpg'); background-size:cover; background-position:center;}
.result_back01{top:-20px;}
.result_back02{top:-10px;}
.resultBox { overflow: visible; }
.resultBox::before {     content: '';     position: absolute;     top: -29px;     left: 0;     width:190px;     height: 29px;     background: #EEF6FF;     clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);}


.reviewBack_01{top:-60px;}
.reviewBack_02{top:-30px;}
.reviewBottom{background:#1A3A8E; bottom:-1px; right:0; clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); }

/********************
** Contact
********************/

.filedset input[type="radio"]{left:-9999px;}
.filedset input[type="radio"] + label{background:rgba(255, 255, 255, 0.0); border:1px solid #D7DCE0; cursor: pointer; color:#D7DCE0}
.filedset input[type="radio"]:checked + label, .filedset input[type="radio"] + label:hover{background: #1A3A8E; border:1px solid #fefefe; opacity: 1; color:#fefefe}
.filedset textarea{box-sizing: border-box;}

.chkBox{left:-99999px}
.finalBtn{ cursor: pointer;  }
.textarea{display:none}
.textarea.active{display:block; border:1px solid #D9DADE}



.online{background:linear-gradient(to bottom , #1A3A8E 0%, #242529 10%);}
.inputBox{ padding: 24px; border: 1px solid #D9DADE ;}
.inputBox:placeholder-shown{color: #91949f; line-height: 1em;}

.custom-checkbox{width: 20px; height: 20px; padding: 0; border: 1px solid #0540F2; border-radius: 4px; background-color: #fff; margin-right: 10px; transition: background-color 0.3s, border 0.3s; position: relative;}
.checkpolicy input[type="checkbox"] {display: none;}
.checkpolicy input[type="checkbox"]:checked + .custom-checkbox{background-color: #0540F2; border-color: #0540F2;}
.checkpolicy input[type="checkbox"]:checked + .custom-checkbox::after{content: ''; position: absolute; top: 2px; left: 5px; width: 5px; height: 8px; border: solid white; border-width: 0 3px 3px 0; transform: rotate(45deg);}

.moreBtn{text-decoration: underline;}



