
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{margin: 0;padding: 0;font-family: 'Pretendard Variable', sans-serif;font-size: inherit;font-weight: inherit;font-style: inherit;color: inherit;text-decoration: inherit;box-sizing: border-box;}

html, body{text-size-adjust: none;
    -webkit-text-size-adjust: none; 
    -moz-text-size-adjust: none; 
    -ms-text-size-adjust: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body{font-family: 'Pretendard Variable', sans-serif;font-size:16px;font-weight:300;font-style: normal;text-decoration: none;color: #222; overflow:hidden;}
li{list-style: none;}
table{border-spacing: 0;border-collapse: collapse;}
input, select, textarea, button{box-sizing: border-box;}
button{background: none;border: none;cursor: pointer;outline: none;}

/*공통클래스*/
.g_mar{font-family: 'GmarketSans', sans-serif;}/*G마켓 폰트 변경*/
.clearfix::after{content: "";clear: both;display: block;}

.k_w100{display: block;width: 100%;height: 100%;}
.center_pos{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}/*포지션 객체 중양정렬*/
.bg{background-repeat: no-repeat;background-size: cover;background-position: center center;}/*background-image - 반응형*/
/*공통클래스*/

/*header*/

#ys_header{
    position: fixed;
    width: 100%;
}

#ys_header.active{
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    transition: background-color .3s;
    z-index: 10;
}

#ys_header.active .ys_inner_header a > img{
    filter: brightness(0);
    
}

#ys_header .ys_inner{
    width: 96%;
    max-width: 1524px;
    margin: 0 auto;
}

#ys_header .ys_inner .ys_inner_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

#ys_header .ys_inner .ys_inner_header a{
    display: block;
}

#ys_header .ys_inner .ys_inner_header a img{
    display: block;
}

#ys_header .ys_inner .ys_inner_header a:last-child{
    background: #ff7200;
    border-radius: 15px;
    padding: 5px 20px;
    color: #fff;
}

#ys_header .ys_inner .ys_inner_header a:last-child img{
    margin-right: 10px;
}

#ys_header .ys_inner .ys_inner_header a:last-child p{
    display: flex;
    align-items: center;
	justify-content: center;
    font-size: 1.375rem;
}

#ys_header .ys_inner .ys_inner_header a:last-child span{
    font-weight: 600;
    font-size: 1.5rem;
}


@media screen and (max-width:428px){
    #ys_header .ys_inner .ys_inner_header a > img{width: 70%;}
    #ys_header .ys_inner .ys_inner_header a:last-child{padding:5px 20px;}
    #ys_header .ys_inner .ys_inner_header a:last-child p{font-size: 16px;}
    #ys_header .ys_inner .ys_inner_header a:last-child img{width: 15%;}
    #ys_header .ys_inner .ys_inner_header a:last-child span{font-size: 16px;}
}


/*visual*/
#ys_main{
    background: url(/img/main/visua.png) no-repeat center/cover;
    height: 100vh;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#ys_main .ys_visual .ys_visual_title p{
    font-size: 3.125rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}

#ys_main .ys_visual .ys_visual_title p:last-child{
    font-size: 5.625rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #ff7200;
}

#ys_main .ys_visual .ys_visual_box{
	width: 96%;
	max-width: 1524px;
	margin: 0 auto;
}

#ys_main .ys_visual .ys_visual_box ul{
    display: flex;
    margin-top: 70px;
}

#ys_main .ys_visual .ys_visual_box ul li{
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
    width: 310px;
    padding: 55px 0;
    margin-right: 20px;
    font-size: 1.625rem;
    color: #fff;
}

#ys_main .ys_visual .ys_visual_box ul li img{
    margin-bottom: 20px;
}

#ys_main .ys_visual .ys_visual_box ul li span{
    font-size: 1.75rem;
    font-weight: 700;
	word-break: keep-all;
}

#ys_main .ys_visual .ys_visual_box ul li:last-child{
    margin-right: 0;
}

#ys_main .ys_visual .ys_visual_button{
    background: #ff7200;
    width: 266px;
    border-radius: 50px;
    margin-top: 50px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
}

#ys_main .ys_visual .ys_visual_button .ys_button{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
}
@media screen and (max-width:1080px){
	#ys_main .ys_visual .ys_visual_button{font-size:24px;}
}


@media screen and (max-width:975px){
    #ys_main .ys_visual{width: 96%;}
}

@media screen and (max-width:720px){
    #ys_header .ys_inner .ys_inner_header a:last-child{padding: 5px 25px;}
    #ys_header .ys_inner .ys_inner_header a:last-child img{width: 15%;}
    #ys_header .ys_inner .ys_inner_header a:last-child p{font-size: 18px;}
    #ys_header .ys_inner .ys_inner_header a:last-child span{font-size: 18px;}
    #ys_main .ys_visual .ys_visual_title p{font-size:35px;margin-bottom: 10px;}
    #ys_main .ys_visual .ys_visual_title p:last-child{font-size: 60px;}
    #ys_main .ys_visual .ys_visual_box ul{margin-top: 30px;}
    #ys_main .ys_visual .ys_visual_box ul li{padding: 30px 0;}
}

@media screen and (max-width:657px){
    #ys_main .ys_visual .ys_visual_title p{font-size: 40px;}
    #ys_main .ys_visual .ys_visual_title p:last-child{font-size: 70px;}
    #ys_main .ys_visual .ys_visual_box ul li{padding: 30px 10px;}
}

@media screen and (max-width:620px){
    #ys_main .ys_visual .ys_visual_box ul li img{margin-bottom: 10px;}
    #ys_main .ys_visual .ys_visual_box ul li{font-size: 20px;}
    #ys_main .ys_visual .ys_visual_box ul li span{font-size: 24px;}
	#ys_main .ys_visual .ys_visual_title p{font-size:35px;}
	#ys_main .ys_visual .ys_visual_title p:last-child{font-size:60px;}
}

@media screen and (max-width:492px){
    #ys_main .ys_visual .ys_visual_title p{font-size: 30px;}
    #ys_main .ys_visual .ys_visual_title p:last-child{font-size: 55px;}
}

@media screen and (max-width:428px){
    #ys_main .ys_visual .ys_visual_title p{font-size: 24px; margin-bottom: 10px;}
    #ys_main .ys_visual .ys_visual_title p:last-child{font-size: 40px;}
    #ys_main .ys_visual .ys_visual_box ul{flex-wrap: wrap; margin-top: 20px; gap: 10px;}
    #ys_main .ys_visual .ys_visual_box ul li{width: 300px; margin: 0 auto; padding: 15px 0; font-size: 16px;}
    #ys_main .ys_visual .ys_visual_box ul li span{font-size: 20px;}
    #ys_main .ys_visual .ys_visual_box ul li:last-child{margin-right: auto;}
    #ys_main .ys_visual .ys_visual_box ul li img{width: 8%; margin-bottom: 10px;}
    #ys_main .ys_visual .ys_visual_button{width: 200px; font-size: 18px;}
    #ys_main .ys_visual .ys_visual_button .ys_button{padding: 10px;}
    #ys_main .ys_visual .ys_visual_button{margin-top: 20px;}
}

@media screen and (max-width:375px){
	#ys_header .ys_inner .ys_inner_header a:last-child span{font-size: 16px;}
}

@media screen and (max-width:360px){
    #ys_header .ys_inner .ys_inner_header a img{width: 80%;}
	#ys_header .ys_inner .ys_inner_header a:last-child{padding: 5px 15px;}
}

/*section2*/
.ys_section{
    padding : 100px 0;
}

.ys_inner {
    width: 90%;
    max-width: 1524px;
    margin: 0 auto;

}
.txt_b{
    font-size: 2.625rem;
    font-weight: 700;
}

.ys_section .ys_application p{
    text-align: center;
    font-size: 2.625rem;
    line-height: 1.42em;
    word-break: keep-all;
}

.ys_section .application_list ul{
    display: flex;
    justify-content: space-around;
    align-items: normal;
    
    margin-top: 60px;
}

.ys_section .application_list ul li{
    background: #fff;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
	width:calc((100% - 20px*3)/4);
    padding: 53px 10px;
	box-sizing:border-box;
    margin-right: 20px;
    text-align: center;
    position: relative;
}

.ys_section .application_list ul li:last-child{
    margin-right: 0;
}

.ys_section .application_list ul li span{
    position: absolute;
    top: -25px;
    transform: translateX(-50%);
    background: #ff7200;
    border-radius: 50%;
    padding: 8px;
    font-weight: 600;
    font-size: 1.75rem;
    color: #fff;
    width: 50px;
    height: 50px;
}

.ys_section .application_list li .application_txt{
    margin-top: 30px;
    font-size: 1.75rem;
    line-height: 1.25em;
}

.ys_section .application_list li .application_txt p:last-child{
    color: #ff7200;
    font-weight: 600;
	word-break: keep-all;
}

@media screen and (max-width:1480px){
/* 	.ys_inner{width: 93%;} */
    .ys_section .application_list ul li span{padding: 0; line-height: 50px;}
}

@media screen and (max-width:1092px){
	.ys_section .application_list li .application_txt p:last-child{font-size: 20px;}
}

@media screen and (max-width:860px){
    .ys_section .application_list ul li{padding: 50px 10px;}
    .ys_section .application_list li .application_txt{font-size: 18px;}
    .ys_section .application_list ul li img{width: 20%;}
    .ys_section .application_list ul li span{font-size: 20px;}
}

@media screen and (max-width:720px){
    html, body{font-size: 12px;}/*body와 확인 할 것*/
    .ys_section{padding: 50px 0;}
    .ys_section .application_list ul{flex-wrap: wrap;}
    .ys_section .application_list ul li{width:calc((100% - 20px)/2); margin-right:20px;}
    .ys_section .application_list ul li:nth-child(2){margin-right: 0;}
    .ys_section .application_list ul li:nth-child(-n+2){margin-bottom: 50px;}
    .ys_section .application_list ul li img{width: 15%;}
}

@media screen and (max-width:573px){
    .txt_b{font-size: 40px;}
    .ys_section .ys_application p{font-size: 35px;}
}

@media screen and (max-width:450px){
    .ys_section .application_list ul li{width: 100%; margin-right: 0; padding: 40px 0;}
    .ys_section .application_list ul li:nth-child(-n+3){margin-bottom: 50px;}
    .ys_section .application_list ul li img{width:8%;}
    .ys_section .application_list li .application_txt{margin-top: 15px;}
    .ys_section .application_list ul li{padding: 30px 0;}
    .ys_section .application_list ul li span{width: 45px; height: 45px; line-height: 45px;}
    .ys_section .ys_application p{font-size: 28px;}
}



/*section3*/
.ys_ba{
    background: #fafafa;
}

.ys_workers{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ys_workers .workers_left{
    width: 50%;
    margin-right: 20px;
}
.ys_workers .workers_left .workers_tlite{
    display: block;
    font-size: 2.625rem;
}
.ys_workers .workers_left .workers_tlite p{
    text-align: left;
}

.ys_workers .workers_left .workers_txt{
    margin-top: 50px;
    font-size: 1.75rem;
}

.ys_workers .workers_right{
    display: flex;
}

.ys_workers .workers_right .workers_left_img{
    background: url(/img/main/c_img_left.png) no-repeat center/cover;
    width: 450px;
    height: 530px;
    border-radius: 15px;
    position: relative;
    text-align: center;
}

.workers_right .right_tlite p{
    text-align: center;
    margin-top: 50px;
    font-size: 2.188rem;
}

.workers_right .workers_left_img .right_tlite p:last-child{
    font-size: 1.75rem;
    margin-top: 0;
}
.workers_right .workers_left_img .workers_img{
    margin: 20px 0;
}

.workers_right .right_tlite span{
    font-weight: 700;
}

.ys_workers .workers_right .workers_left_img .right_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #051c64;
    border-radius: 0 0 10px 10px;
    width: 100%;
    padding: 14px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
}

.ys_workers .workers_right .workers_left_img .right_bottom span{
    font-weight: 700;
}

.ys_workers .workers_right .workers_right_img{
    background: url(/img/main/c_img_right.png) no-repeat center/cover;
    width: 450px;
    height: 530px;
    border-radius: 15px;
    margin-top: 100px;
    margin-left: 30px;
}

.workers_right_img .workers_example{
    margin-top: 60px;
    position: relative;
}

.workers_right_img .workers_example .example_box_txt{
    background: #ff7200;
    border-radius: 10px;
    width: 180px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.workers_right_img .workers_example .box_area{
    background: #fff;
    border-radius: 20px;
    width: 390px;
    margin: 0 auto;
    padding: 28px;
}

.workers_right_img .workers_example .box_area > p{
    text-align: center;
    font-size: 1.5rem;
    color: #ff7200;
}

.workers_right_img .workers_example .box_area > p span{
    font-size: 2.063rem;
    font-weight: 900;
}

.workers_example .box_area .example_list{
    margin-top: 30px;
}

.workers_example .box_area .example_list li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 1.375rem;
    font-weight: 600;
}

.workers_example .box_area .example_list li:last-child{
    margin-bottom: 0;
}

.workers_example .box_area .example_list li p span{
    font-size: 1.75rem;
    font-weight: 700;
}

@media screen and (max-width:1368px){
    .ys_workers .workers_left .workers_txt{font-size: 24px; word-break: keep-all;}
}

@media screen and (max-width:1280px){
    .ys_workers .workers_right .workers_left_img{width:380px; height: 460px;}
    .ys_workers .workers_right .workers_right_img{width:380px; height: 460px;}
    .ys_workers .workers_left .workers_txt{margin-top: 30px;}
    .workers_right_img .workers_example .box_area{width: 330px;}
    .workers_right_img .workers_example{margin-top: 30px;}

    
    .workers_left_img .workers_img img{width: 90%;}
}

@media screen and (max-width:1129px){
    .ys_workers .workers_right .workers_left_img{width:340px; height: 440px;}
    .ys_workers .workers_right .workers_right_img{width:340px; height: 440px;}
    .workers_right_img .workers_example .box_area{width: 300px;}
    .workers_right .right_tlite p{margin-top: 30px;}
    .workers_right_img .workers_example{margin-top: 40px;}
}

@media screen and (max-width:1050px){
    .ys_workers{flex-wrap: wrap;}
    .ys_workers .workers_left{width: 100%; text-align: center;}
    .ys_workers .workers_left .workers_txt{margin-top:30px;}
    .ys_workers .workers_left .workers_txt span .ys_br{display: none;}
    .ys_workers .workers_left .workers_tlite p{text-align: center;}

    .ys_workers .workers_right .workers_right_img{margin-top: 0;}
    .ys_workers .workers_right{padding-top: 30px;}
    .ys_workers .workers_right{width: 100%; height: auto;}
    .ys_workers .workers_right .workers_left_img{width: 100%; height: 530px;}
    .workers_left_img .workers_img img{margin: 10px 0;}
    .ys_workers .workers_right .workers_right_img{width: 100%; height: 530px;}
    .workers_right .workers_left_img .right_tlite p{font-size: 35px;}
    .workers_right .workers_left_img .right_tlite p:last-child{font-size: 35px;}
    .workers_right_img .workers_example .example_box{width: 100%; padding: 0 20px;}
    .workers_right_img .workers_example .box_area{width: 100%;}
}

@media screen and (max-width:872px){
	.ys_workers .workers_right .workers_left_img .right_bottom{font-size: 20px;}
}

@media screen and (max-width:726px){
    .ys_workers .workers_right .workers_left_img{height: 440px;}
    .ys_workers .workers_right .workers_right_img{height: 440px;}
    .workers_right .workers_left_img .workers_img{margin: 5px 0;}
    .ys_workers .workers_right .workers_left_img .right_bottom{font-size: 18px;}
    .workers_right_img .workers_example .box_area > p span{font-size: 26px;}
    .workers_example .box_area .example_list li p span{font-size: 18px;}
}

@media screen and (max-width:720px){
    .workers_right .right_tlite p{font-size: 30px;}
    .workers_right .workers_left_img .right_tlite p:last-child{font-size: 24px;}
    .ys_workers .workers_left .workers_tlite{font-size: 35px; line-height: 50px;}
}

@media screen and (max-width:670px){
    .ys_workers .workers_right .workers_right_img{margin-left:10px;}
    .workers_right_img .workers_example .box_area{padding: 20px;}
    .workers_right_img .workers_example .example_box{padding: 0 10px;}
    .ys_workers .workers_left .workers_txt{font-size: 24px;}
}

@media screen and (max-width:635px){
    .ys_workers .workers_right .workers_left_img .right_bottom{font-size: 16px;}
    .ys_workers .workers_right .workers_right_img{margin-left: 10px;}
    .ys_workers .workers_left .workers_txt{margin-top:10px}
}

@media screen and (max-width:567px){
    .workers_right_img .workers_example .box_area > p{font-size: 18px;}
    .workers_right_img .workers_example .box_area > p span{font-size: 20px;}
}

@media screen and (max-width:591px){
    .ys_workers .workers_right .workers_left_img .right_bottom{padding: 10px;}
}
@media screen and (max-width:573px){
    .ys_workers .workers_right .workers_left_img .right_bottom{font-size: 14px;}
    .ys_workers .workers_left .workers_tlite{line-height: 50px;}
}
@media screen and (max-width:560px){
    .ys_workers .workers_right{flex-wrap: wrap;}
    .ys_workers .workers_right .workers_left_img{height: 470px;}
    .ys_workers .workers_right .workers_right_img{height: 470px; margin-left: 0; margin-top: 20px;}
    .workers_left_img .workers_img img{width:70%;}
}
@media screen and (max-width:555px){
    .ys_workers .workers_left .workers_txt span .ys_br{display: block;}
    .ys_workers .workers_left .workers_txt span .ys_br1{display: none;}
}

@media screen and (max-width:509px){
    .ys_workers .workers_left .workers_txt span .ys_br1{display: block;}
}


/*section4*/
.ys_q_top .ys_q_txt{
    text-align: center;
    margin-top: 20px;
}

.ys_q_top .ys_q_txt span{
    font-size: 1.75rem;
}
.ys_q_list ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    text-align: center;
}

.ys_q_list ul li{
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 30px;
    width: 365px;
    padding: 30px 5px;
    margin-right: 20px;
	word-break: keep-all;
}

.ys_q_list ul li:last-child{
    margin-right: 0;
}

.ys_q_list ul li p{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.875rem;
    font-weight: 700;
}

.ys_q_list ul li span{
    font-size: 1.25rem;
}

@media screen and (max-width:1024px){
    .ys_q_list ul li p{padding-top: 15px; padding-bottom: 10px;}
    .ys_section{padding: 50px 0;}
}

@media screen and (max-width:950px){
    .ys_q_list ul li{padding: 30px 10px; margin-right: 10px;}
    .ys_q_list ul li span{font-size: 16px;}
}


@media screen and (max-width:860px){
    .ys_q_list ul li p{font-size: 24px;}
    .ys_q_list ul li span{font-size: 16px;}
    .ys_q_list ul li img{width:24%; word-break: keep-all;}
}

@media screen and (max-width:833px){
    .ys_q_list ul{flex-wrap: wrap; gap: 10px;}
    .ys_q_list ul li{width: 48%; margin-right: 0;}
    .ys_q_list ul li img{width: 15%;}
}

@media screen and (max-width:720px){
    .ys_q_list ul li p{font-size: 20px; padding-top: 15px;padding-bottom: 10px;}
    .ys_q_top .ys_q_txt br{display: none;}
    .ys_q_top .ys_q_txt span{word-break: keep-all;}
    .ys_section .ys_application p{font-size: 35px;}
}

@media screen and (max-width:670px){
    .ys_q_top .ys_q_txt span{font-size: 24px;}
}

@media screen and (max-width:635px){
    .ys_q_top .ys_q_txt{margin-top: 10px;}
}

@media screen and (max-width:450px){
    .ys_q_list ul li{width: 100%;}
    .ys_q_list ul li img{width: 10%;}
}

@media screen and (max-width:441px){
    .ys_section .ys_application p{font-size: 30px;}
}

@media screen and (max-width:378px){
    .ys_section .ys_application p{font-size: 28px;}
}

@media screen and (max-width:372px){
    .ys_section .ys_application p{word-break: keep-all;}
}


/*section5*/
.ys_limit_area{
    display: flex;
    justify-content: space-between;
}

.ys_limit_area .limit_form{
    width: 50%;
    text-align: center;
}

.ys_limit_area .limit_form > p{
    margin: 100px 0 50px 0;
    font-size: 2.188rem;
}

.ys_limit_area .limit_form .from_area{
    border: 1px solid #cacaca;
    border-radius: 50px;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    padding: 50px 0;
    width: 70%;
    margin: 0 auto;
}

.ys_limit_area .limit_form .from_area .limit_txt p{
    margin: 20px 0;
}

.ys_limit_area .limit_form .from_area .limit_txt p:last-child{
    color:#ff7200;
}

.from_area .limit_table{
    width: 90%;
    text-align: left;
    margin: 0 auto;
}

.from_area .limit_table li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
}

.from_area .limit_table li .limit_input{
    width: 120px;
    font-size: 1.25rem;
    font-weight: 700;
}

.from_area .limit_table li .limit_input_txt{
    width: 100%;
}

.from_area .limit_table li .limit_input span{
    color: #ff7200;
}

.from_area .limit_table li .limit_input_txt input{
    width: 100%;
    height: 35px;
    background: #efefef;
    border: none;
    border-radius: 5px;
}

/*라이오 버튼*/
.tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.tab-input {
    display: none;
}

.tab-label {
    padding: 10px 20px;
    background-color: #f4f4f4;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    text-align: center;
    width: 50%;
}

.tab-label:hover {
    background-color: #e0e0e0;
}

.tab-input:checked + .tab-label {
    background-color: #ff7200;
    color: #fff;
}

.from_area .limit_table .ys_checkbox{
    margin-top: 10px;
}

.from_area .limit_table .ys_checkbox .checkbox_btn{
    display: none;
}

/*checkbox*/
.btn_label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    color: #333;
    line-height: 1.5;
}

.btn_label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd; 
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.checkbox_btn:checked + .btn_label::before {
   border-color: #ff7200; 
   background: #ff7200 url(/img/chk.png) no-repeat center / 80%;
}

/* .checkbox_btn:checked + .btn_label::after {
    content: '2713';
    position: absolute;
    left: 5px;
    top: 2px;
    font-size: 14px;
    color: white;
}
 */

.ys_inner_btn{
    max-width: 100%;
}
.from_area .limit_button{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 75px 0 100px 0;
    width: 100%;
}

.from_area .limit_button .limit_button_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 10px 0;
    background: #ff7200;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.from_area .limit_button .limit_button_btn span{
    margin-right: 10px;
}


.ys_section_time{
    background: url(/img/main/form_right.png) no-repeat center / cover;
    width: 50%;
}

.ys_section_time .time_area{
    width: 75%;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
}

.ys_section_time .time_txt p{
    color: #fff;
    font-size: 1.25rem;
}

.ys_section_time .time_txt p:last-child{
    font-size: 2.188rem;
    padding: 20px 0 50px 0;
}

.ys_section_time .time_list{
    background: #ff7200;
    border-radius: 15px;
    padding: 16px 0;
    font-weight: 700;
    color: #fff;
    font-size: 1.25rem;
}

.ys_section_time .time_list ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
}

.ys_section_time .time_list ul li{
    position: relative;
}

.ys_section_time .time_list ul li:nth-child(2)::before{
    content: "";
    width: 1px;
    height: 35px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ys_section_time .time_list ul li:nth-child(2)::after{
    content: "";
    width: 1px;
    height: 35px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.w_160{width: 160px;}

.w_352{
    width: 352px;
    display: flex;
    justify-content: center;
}

.w_200{
    width: 200px;
    display: flex;
    justify-content: center;
}

.ys_section_time .ys_time_list{
    margin-top: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.ys_section_time .ys_time_list li{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 15px;
    padding: 8px 0;
    height: 35px;
    word-break: keep-all;
    
}

.ys_section_time .ys_time_list li:last-child{
    border-bottom: none;
}

.ys_section_time .ys_time_list li span{
    font-weight: 700;
    width: 25%;
    padding: 7px 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.ys_section_time .ys_time_list p:first-of-type{
    color: #333;
}

.ys_section_time .ys_time_list li .c_blue{
    border: 1px solid #2d47cf;
    color: #2d47cf;
}

.ys_section_time .ys_time_list li .c_orange{
    border: 1px solid #fa8c34;
    color: #fa8c34;
}

.ys_section_time .ys_time_list li .c_gray{
    border: 1px solid #c2c2c2;
    color: #c2c2c2;
}

.accumulated ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    margin: 60px 0 100px 0;
}

.accumulated ul li > span{
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.accumulated ul li p{
    font-size: 1.25rem;
    margin-top: 30px;
}

.accumulated ul li p span{
    font-size: 1.75rem;
    font-weight: 700;
}


.swiper-container{
    width: 100%;
    height: 625px;
}


@media screen and (max-width:1606px){
    .ys_section_time .ys_time_list li span{width: 25%;}
    .ys_section_time .ys_time_list li p:first-of-type{padding-left: 20px; width: 70%;}
}

@media screen and (max-width:1575px){
    .ys_section_time .ys_time_list li p:first-of-type{padding-left: 10px; width: 80%;}
}

@media screen and (max-width:1420px){
    html, body{font-size: 16px;}/*body와 확인 할 것*/

    .ys_limit_area .limit_form .from_area{width: 90%;}
    .ys_section_time .time_area{width: 90%;}
}

@media screen and (max-width:1200px){
    .ys_limit_area{flex-wrap: wrap;}
    .ys_limit_area .limit_form{width: 100%;}
    .ys_section_time{width: 100%; margin-top: 50px;}
    .ys_section_time .time_list ul{justify-content: space-around;}
    .ys_section_time .ys_time_list li{justify-content: space-around;}
    .accumulated ul{justify-content: space-around;}
}

@media screen and (max-width:1066px){
	.ys_q_list ul li{height: 225px;}
}

@media screen and (max-width:1080px){
	.from_area .limit_button{margin: 30px 0 30px 0}
}

@media screen and (max-width:1024px){
	.ys_limit_area .limit_form > p{margin:50px 0 50px 0}
	.ys_section_time .time_area{padding-top:50px;}
}

@media screen and (max-width:969px){
	.ys_section .application_list li .application_txt{margin-top: 15px; font-size:24px;}
	.ys_section .application_list li .application_txt p:last-child{font-size:22px;}
}

@media screen and (max-width:720px){
    .ys_limit_area .limit_form > p{margin: 50px 0;}
    .from_area .limit_button{margin: 30px 0;}
    .ys_section_time .time_area{padding-top: 50px;}
    .accumulated ul{margin: 50px 0;}
    .accumulated ul li p{margin-top: 15px;}
    .from_area .limit_table li{flex-wrap: wrap;}
    .from_area .limit_table li .limit_input_txt{margin-top: 10px;}
    .tabs{margin-top: 10px;}
    .ys_section_time .time_txt p:last-child{padding: 10px 0 25px 0;}
}

@media screen and (max-width:573px){
    .ys_limit_area .limit_form .from_area .limit_txt p{margin: 10px 0;}
    .ys_section_time .time_txt p:last-child{font-size: 30px;}
    .accumulated ul li p span{font-size: 20px;}
}

@media screen and (max-width:530px){
    .ys_section_time .ys_time_list p:first-of-type{padding-left: 15px; word-break: keep-all;}
    .time_txt p{word-break: keep-all;}
}

@media screen and (max-width:490px){
    .ys_limit_area .limit_form .from_area .limit_txt p:last-child{padding: 0 10px; word-break: keep-all;}
}

@media screen and (max-width:460px){
    .accumulated ul{flex-wrap: wrap;}
    .accumulated ul li{width: 100%; margin-bottom: 40px; line-height: 25px;}
    .accumulated ul li:last-child{margin-bottom: 0;}
    .accumulated ul li > span{font-size: 20px;}
    .accumulated ul li p span{font-size: 30px;}
}

@media screen and (max-width:457px){
    .ys_section_time .ys_time_list li span{width: 35%;}
    .ys_section_time .time_list ul li{margin: 0 5px;}
    .ys_section_time .time_list ul{padding: 0 10px;}
}


@media screen and (max-width:405px){
    .tab-label{word-break: keep-all;}
    .accumulated ul li p span{font-size: 18px;}
}

@media screen and (max-width:397px){
    .ys_section_time .ys_time_list li span{font-size: 12px;}
    .ys_section_time .ys_time_list li p:first-of-type{font-size: 14px;}
    .ys_section_time .time_list ul{font-size: 16px;}
    .ys_section_time .time_list ul li:nth-child(2)::before{height: 25px;}
    .ys_section_time .time_list ul li:nth-child(2)::after{height: 25px;}
    .accumulated ul li p{margin-top: 5px;}
    .accumulated ul{margin: 25px 0;}
    .accumulated ul li{margin-bottom: 20px;}
}

@media screen and (max-width:360px){
    .ys_limit_area .limit_form > p{margin: 30px 0; font-size: 28px;}
    .from_area .limit_table li .limit_input{font-size: 18px;}
}

/*footer*/
.ys_footer{
    background: #000;
}

.footer_btn{
    width: 96%;
    max-width: 1524px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.footer_btn .footer_area{
    line-height: 40px;
}

.footer_btn .footer_area ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_btn .footer_area ul li{
    margin-right: 20px;
}

.footer_list{
    padding-top: 50px;
    line-height: 27px;
}

@media screen and (max-width:1396px){
    .footer_btn .footer_area ul{flex-wrap: wrap; line-height: 30px;}
}

@media screen and (max-width:1234px){
    .footer_btn .footer_area ul li{margin-right: 10px;}
}

@media screen and (max-width:1200px){
    .footer_btn .footer_area ul{flex-wrap: wrap;line-height: 23px;}
}

@media screen and (max-width:1182px){
    .footer_txt p{word-break: keep-all;}
    .footer_btn{padding: 50px 0;}
}

@media screen and (max-width:720px){
    .footer_list{padding-top: 30px;}
    .footer_btn .footer_area{word-break: keep-all;}
}

@media screen and (max-width:360px){
    .footer_btn .footer_area{font-size: 14px;}
    .footer_list{font-size: 14px;}
}


/*효과*/
.ys_motion.common_motion{transform: translateY(25px);opacity: 0;transition: transform .8s ease, opacity .4s;}
.ys_motion.common_motion.on {transform: translateY(0);opacity: 1;}

.ys_motion.common_motion_x{transform: translateX(25px);opacity: 0;transition: transform .8s ease, opacity .4s;}
.ys_motion.common_motion_x.on {transform: translateX(0);opacity: 1;}

.ys_delay_01{transition-delay: .2s !important;}
.ys_delay_02{transition-delay: .4s !important;}
.ys_delay_03{transition-delay: .6s !important;}
.ys_delay_04{transition-delay: .8s !important;}


/*개인정보처리방침 팝업*/
.add_pop_wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.9);z-index: 9999;display: none;}
.add_pop_wrap *{color: #fff;}
.add_pop_inner{position: absolute;top: 50%;left: 50%;width: 94%;max-width: 800px;height: 600px;border-radius: 15px;overflow: hidden;transform: translate(-50%,-50%) scale(.9);transition: transform .3s ease;}
#add_wrap_02 .add_pop_inner{height: 250px;}
.add_pop_wrap.active .add_pop_inner{transform: translate(-50%,-50%) scale(1);}

.add_pop_tit{background:#ff7200;color: #FFF;display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 0 25px;}
.add_pop_close{width: 20px;height: 60px;position: relative;}
.add_pop_close span{position: absolute;top: 29px;left: 0;width: 20px;height: 2px;background: #fff;z-index: 1;transition: transform .3s ease; }
.add_pop_close span:nth-child(1){transform: rotate(45deg);}
.add_pop_close span:nth-child(2){transform: rotate(-45deg);}

.add_pop_close:hover span{transform: rotate(0);}

.add_pop_con{background: #FFF;padding: 22px 25px;overflow-y: scroll;height: calc( 100% - 60px );}
.add_pop_con h5{font-size: 1rem;font-weight: bold;margin-bottom: 10px; color:#000;}
.add_pop_con p{font-size: 14px;line-height: 160%;margin-bottom: 25px; color:#000;}

@media (max-width: 780px){ 
	
	.add_pop_con p{font-size: 12px;}
}

/*---new---*/
.hd_admin{position:fixed;bottom:10px;left:10px;z-index:999;}
.hd_admin a{padding:0 20px;display:inline-block;;line-height:40px;background:#ff7200;color:#fff}
.hd_admin a:hover{background:#ff0000}

/* 어드민 버튼 */
.hd_admin.je_go_store {
    bottom: 60px;
}
.hd_admin.je_go_inquiry {
    bottom: 55px;
}
