#overcursor{ position: fixed; z-index: 9999; display: flex; left: 100px; top: 100px; align-items: center; flex-direction: column; justify-content: center; width: 83px; height: 83px; border-radius: 50%; background-color: #00e100; box-sizing: border-box; color: #fff; transform: translate(-50%, -50%); transition: opacity 0.2s; pointer-events: none; opacity: 0; }
#overcursor .inn{ position: relative; display: flex; align-items: center; justify-content: center; text-align: center; width: 100%; height: 100%; }
#overcursor .inn::after{ content: ''; display: block; width: calc(100% + 40px); height: calc(100% + 40px); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: #00e100; border-radius: 50%; z-index: -1; animation: blink 1.2s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite; transform-origin: 0 0; }
#overcursor .inn::before{ content: ''; display: block; width: calc(100% + 40px); height: calc(100% + 40px); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: #00e100; border-radius: 50%; z-index: -1; animation: blink 1.2s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite; animation-delay: 0.3s; transform-origin: 0 0; }
#overcursor.hover{ opacity: 1; }
#overcursor i{ font-size: 16px; margin-left: 5px; }
#overcursor span{ font-size: 16px; letter-spacing: -0.02em; font-weight: 500; }


#overcursor.border{ background-color: unset; border: 1px solid #fff; box-sizing: border-box; color: #fff; mix-blend-mode: difference; }



@media screen and (max-width: 1280px){
    #overcursor{ width: 110px; height: 110px; }
}

@media screen and (max-width: 820px){
    #overcursor{ display: none; }
}

@keyframes blink {
    0% {
        transform: scale(0) translate(-50%, -50%);
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 0;
    }
}


._s._change > .pin-spacer{ mix-blend-mode: difference; width: 0 !important; }
._s._change .sidemenu{ position: absolute; left: 0; top: 50vh; transform: translateY(-50%); box-sizing: border-box; display: flex; align-items: center; justify-content: center; z-index: 10; padding-left: 1%; color: rgba(255,255,255,0.5);  }
._s._change .sidemenu .inn{ position: relative; display: flex; }
._s._change .sidemenu .line{ width: 4px; box-sizing: border-box; background-color: rgba(255, 255, 255, 0.315); position: relative; }
._s._change .sidemenu .line span{ display: block; width: 6px; height: 33.33%; position: absolute; top: 0; left: -1px; padding: 7px 0; transition-duration: 0.4s; box-sizing: border-box; }
._s._change .sidemenu .line span em{ width: 100%; height: 100%; background-color: #fff; display: block; }
._s._change .sidemenu .menus li span{ display: block; padding: 13px 25px; box-sizing: border-box; font-size: 16px; letter-spacing: -0.02em; transition-duration: 0.2s; cursor: pointer; opacity: 0; transform: translateX(-20px); transition-duration: 0.4s; cursor: pointer; }
._s._change .sidemenu .menus li.on{ color: #fff; }

@media screen and (min-width: 821px){
    ._s._change .sidemenu .menus li span:hover{ color: #fff; }
    ._s._change .sidemenu .menus li:hover span{ transform: translateX(0); opacity: 1; }
}

@media screen and (max-width: 1800px){
    ._s._change .sidemenu .menus span{ padding: 10px 15px; }
}

@media screen and (max-width: 1440px){
    ._s._risk .wrap{ width: calc(95% - 100px); }
    ._s._change .sidemenu .menus li span{  }
    
}

@media screen and (max-width: 1280px){
    ._s._risk .wrap{ width: calc(95% - 60px); }
}

@media screen and (max-width: 820px){
    ._s._risk .wrap{ width: 90%; }
    ._s._change .sidemenu{ display: none; }
}

@media screen and (max-width: 500px){
    ._s._risk .riskTitle p br{ display: none; }
}




._s._change .footer{ margin-top: -1px; }

._s._change{ width: 100%; position: relative; overflow: hidden; word-break: keep-all; }
._s._change .seTitle{ text-align: center; }
._s._change .seTitle dt{ font-size: 48px; letter-spacing: -0.02em; font-weight: 700; line-height: calc(68 / 48); }
._s._change .seTitle dt span{ color: #00e100; }
._s._change .seTitle dd{ font-size: 20px; letter-spacing: -0.02em; font-weight: 700; color: #333333; margin-top: 30px; font-weight: 300; line-height: calc(33 / 20); }
._s._change .seTitle dd b{ font-weight: 700; }
._s._change .seTitle.dark dd{ color: hsl(0, 0%, 80%); }
._s._change .seTitle.dark dd b{ color: #fff; }

@media screen and (max-width: 1280px){
    ._s._change .seTitle dt{ font-size: 38px; }
    ._s._change .seTitle dd{ font-size: 18px; margin-top: 20px; }
}

@media screen and (max-width: 820px){
    ._s._change .seTitle dt{ font-size: 32px; }
    ._s._change .seTitle dd{ font-size: 16px; margin-top: 10px; }
    ._s._change .seTitle dd br.none{ display: none; }

    ._s._change .scrollnote{ margin-top: 20px; }
}

@media screen and (max-width: 500px){
    ._s._change .seTitle dt{ font-size: 28px; }
    ._s._change .seTitle dd{ font-size: 14px; margin-top: 5px; }
}



._s._change ._s2{ width: 100%; background-color: #f6f6f6; padding: 140px 0; color: #101010; }
._s._change ._s2 .flexbx{ display: flex; margin-top: 70px; justify-content: space-between; align-items: center; }
._s._change ._s2 .flexbx .lbx{ width: 49%; max-width: 650px; }
._s._change ._s2 .flexbx .lbx .imgs{ width: 100%; position: relative; }
._s._change ._s2 .flexbx .lbx .imgs .center{ width: calc(400 / 650 * 100%); height: 190px; border-radius: 50px; border: 1px dashed rgba(0,0,0,0.2); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 0; }
._s._change ._s2 .flexbx .lbx .imgs .bx{ border-radius: 9px; background-color: #fff; padding: 30px; box-sizing: border-box; width: calc(370 / 650 * 100%); z-index: 1; position: relative; }
._s._change ._s2 .flexbx .lbx .imgs .bx strong{ display: block; font-size: 34px; letter-spacing: -0.02em; color: rgba(0,0,0,0.2); font-weight: 700; font-family: 'Roboto', sans-serif; }
._s._change ._s2 .flexbx .lbx .imgs .bx p{ font-size: 18px; font-weight: 500; letter-spacing: -0.02em; color: #101010; margin-top: 30px; line-height: 1.4; }
._s._change ._s2 .flexbx .lbx .imgs .bx._2{ background-color: #010f16; margin-top: 30px; margin-left: auto; }
._s._change ._s2 .flexbx .lbx .imgs .bx._2 strong{ color: rgba(255,255,255,0.2); }
._s._change ._s2 .flexbx .lbx .imgs .bx._2 p{ color: #fff; }
._s._change ._s2 .flexbx .lbx dl{ margin-top: 60px; text-align: center; }
._s._change ._s2 .flexbx .lbx dl dt{ font-size: 22px; letter-spacing: -0.02em; font-weight: 700; line-height: 1.3; color: #101010; }
._s._change ._s2 .flexbx .lbx dl dd{ font-size: 18px; letter-spacing: -0.02em; color: #333333; margin-top: 10px; line-height: calc(28 / 18); }
._s._change ._s2 .flexbx .lbx dl dd em{ font-size: 16px; font-weight: 300; letter-spacing: -0.02em; color: #7c7c7c; }

._s._change ._s2 .flexbx .rbx{ width: 49%; max-width: 565px; }
._s._change ._s2 .flexbx .rbx > ul{ width: 100%; }
._s._change ._s2 .flexbx .rbx > ul li{ width: 100%; border-bottom: 1px solid rgba(0,0,0,0.2); display: flex; gap: 20px; padding: 45px 0; align-items: center; }
._s._change ._s2 .flexbx .rbx > ul li:last-of-type{ border-bottom: none; }
._s._change ._s2 .flexbx .rbx > ul li span{ font-size: 44px; letter-spacing: -0.02em; font-weight: 700; width: 150px; flex-shrink: 0; display: block; }
._s._change ._s2 .flexbx .rbx > ul li p{ font-size: 18px; letter-spacing: -0.02em; color: #333333; line-height: 1.3; }

@media screen and (max-width: 1280px){
    ._s._change ._s2{ padding: 120px 0; }
    ._s._change ._s2 .flexbx{ margin-top: 40px; }
    ._s._change ._s2 .flexbx .lbx .imgs .bx{ padding: 20px; }
    ._s._change ._s2 .flexbx .lbx .imgs .bx p{ font-size: 16px; }
    ._s._change ._s2 .flexbx .lbx .imgs .center{ border-radius: 30px; }

    ._s._change ._s2 .flexbx .lbx dl{ margin-top: 40px; }
    ._s._change ._s2 .flexbx .lbx dl dt{ font-size: 20px; }
    ._s._change ._s2 .flexbx .lbx dl dd{ font-size: 16px; }
    ._s._change ._s2 .flexbx .lbx dl dd em{ font-size: 14px; }

    ._s._change ._s2 .flexbx .rbx > ul li{ padding: 30px 0; }
    ._s._change ._s2 .flexbx .rbx > ul li span{ font-size: 35px; width: 120px; }
    ._s._change ._s2 .flexbx .rbx > ul li p{ font-size: 16px; }
}

@media screen and (max-width: 820px){
    ._s._change ._s2{ padding: 70px 0; }
    ._s._change ._s2 .flexbx{ margin-top: 30px; display: block; }
    ._s._change ._s2 .flexbx .lbx{ width: 100%; max-width: unset; }
    ._s._change ._s2 .flexbx .lbx .imgs .bx{ padding: 15px; }
    ._s._change ._s2 .flexbx .lbx .imgs .bx p{ font-size: 14px; }
    ._s._change ._s2 .flexbx .lbx .imgs .center{ border-radius: 25px; }
    
    ._s._change ._s2 .flexbx .lbx dl{ margin-top: 30px; }
    ._s._change ._s2 .flexbx .lbx dl dt{ font-size: 18px; }
    ._s._change ._s2 .flexbx .lbx dl dd{ font-size: 14px; }
    ._s._change ._s2 .flexbx .lbx dl dd em{ font-size: 12px; }
    
    ._s._change ._s2 .flexbx .rbx{ width: 100%; max-width: unset; margin-top: 20px; }
    ._s._change ._s2 .flexbx .rbx > ul li{ padding: 20px 0; }
    ._s._change ._s2 .flexbx .rbx > ul li span{ font-size: 28px; width: 100px; }
    ._s._change ._s2 .flexbx .rbx > ul li p{ font-size: 14px; }
}

@media screen and (max-width: 500px){
    ._s._change ._s2 .flexbx .lbx .imgs .bx p{ margin-top: 20px; }
    ._s._change ._s2 .flexbx .rbx > ul li span{ width: 80px; font-size: 24px; }
}




._s._change ._s3{ background-color: #010f16; width: 100%; position: relative; padding: 140px 0; color: #fff; overflow: hidden; }
._s._change ._s3 .diagram{ margin-top: 75px; position: relative; }
._s._change ._s3 .diagram .circles{ display: flex; width: 100%; max-width: 705px; margin: 0 auto; justify-content: space-between }
._s._change ._s3 .diagram .circles li{ width: 180px; height: 180px; border-radius: 50%; background-color: #00e100; color: #fff; display: flex; align-items: center; justify-content: center; position: relative; }
._s._change ._s3 .diagram .circles li span{ font-size: 20px; letter-spacing: -0.02em; line-height: calc(30 / 20); text-align: center; display: block; font-weight: 600; }
._s._change ._s3 .diagram .circles li b{ display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 1px solid rgba(0, 225, 0, 0.1); box-sizing: border-box; }
._s._change ._s3 .diagram .circles li b:nth-of-type(1){ width: 295px; height: 295px; }
._s._change ._s3 .diagram .circles li b:nth-of-type(2){ width: 467px; height: 467px; }
._s._change ._s3 .diagram .circles li b:nth-of-type(3){ width: 740px; height: 740px; }
._s._change ._s3 .diagram .circles li b:nth-of-type(4){ width: 1085px; height: 1085px; }

._s._change ._s3 .diagram .line{ width: 100%; max-width: 705px; margin: 0 auto; margin-top: 20px; padding: 0 90px; box-sizing: border-box; }
._s._change ._s3 .diagram .txtbx{ text-align: center; margin-top: 18px; }
._s._change ._s3 .diagram .txtbx strong{ font-size: 36px; font-weight: 700; letter-spacing: -0.02em; font-family: 'Roboto', sans-serif; display: block; color: #00e100; }
._s._change ._s3 .diagram .txtbx em{ font-size: 16px; letter-spacing: -0.02em; font-family: 'Roboto', sans-serif; color: rgba(255,255,255,0.7); display: block; line-height: 1.3; margin-top: 5px; }
._s._change ._s3 .diagram .txtbx p{ font-size: 18px; letter-spacing: -0.02em; font-weight: 500; line-height: 1.3; margin-top: 10px; }

@media screen and (max-width: 1280px){
    ._s._change ._s3{ padding: 120px 0; }
}

@media screen and (max-width: 820px){
    ._s._change ._s3{ padding: 70px 0; }
    ._s._change ._s3 .diagram .circles li{ width: 130px; height: 130px; }
    ._s._change ._s3 .diagram .circles li span{ font-size: 16px; }
    ._s._change ._s3 .diagram .circles li b:nth-of-type(1){ width: 210px; height: 210px; }
    ._s._change ._s3 .diagram .circles li b:nth-of-type(2){ width: 380px; height: 380px; }
    ._s._change ._s3 .diagram .circles li b:nth-of-type(3){ width: 550px; height: 550px; }
    ._s._change ._s3 .diagram .line{ padding: 0 60px; }
    ._s._change ._s3 .diagram .txtbx strong{ font-size: 30px; }
    ._s._change ._s3 .diagram .txtbx p{ font-size: 16px; }
}

@media screen and (max-width: 500px){
    ._s._change ._s3 .diagram .circles li{ width: 80px; height: 80px; }
    ._s._change ._s3 .diagram .circles li span{ font-size: 14px; }
    ._s._change ._s3 .diagram .line{ padding: 0 35px; }
    ._s._change ._s3 .diagram .txtbx strong{ font-size: 24px; }
    ._s._change ._s3 .diagram .txtbx em{ font-size: 14px; }
    ._s._change ._s3 .diagram .txtbx p{ font-size: 14px; }

    ._s._change ._s3 .diagram .circles li b:nth-of-type(1){ width: 160px; height: 160px; }
    ._s._change ._s3 .diagram .circles li b:nth-of-type(2){ width: 330px; height: 330px; }
    ._s._change ._s3 .diagram .circles li b:nth-of-type(3){ width: 500px; height: 500px; }
}



._s._change ._s4{ padding: 140px 0; background-color: #f6f6f6; color: #101010; }
._s._change ._s4 .bottom{ width: 100%; position: relative; padding: 0 30px; box-sizing: border-box; margin-top: 70px; }
._s._change ._s4 .bottom .list{ width: 100%; display: flex; }
._s._change ._s4 .bottom .list li{ text-align: center; position: relative; padding-bottom: 40px; width: 33.33%; }
._s._change ._s4 .bottom .list li.on dl dt{ color: #00e100; }
._s._change ._s4 .bottom .list li dl dt{ font-size: 80px; letter-spacing: -0.02em; font-weight: 500; font-family: 'Roboto', sans-serif; color: rgba(0,0,0,0.1); transition-duration: 0.2s; }
._s._change ._s4 .bottom .list li dl dd{ font-size: 22px; letter-spacing: -0.02em; margin-top: 20px; line-height: 1.3; font-family: 'Roboto', sans-serif; font-weight: 600; }
._s._change ._s4 .bottom .list li dl dd em{ display: block; font-size: 18px; letter-spacing: -0.02em; line-height: 1.3; color: #333333; font-family: 'Pretendard'; font-weight: 400; }
._s._change ._s4 .bottom .list li .dot{ position: absolute; top: 100%; left: 50%; transform: translate(-50%, -50%); }
._s._change ._s4 .bottom .list li .dot span{ display: block; background-color: #e6e6e6; border-radius: 50%; position: absolute; top: 100%; left: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; }
._s._change ._s4 .bottom .list li .dot span:nth-of-type(2){ width: 20px; height: 20px; background-color: rgba(0, 225, 0, 0.5); opacity: 0; transition-duration: 0.2s; }
._s._change ._s4 .bottom .list li .dot span:nth-of-type(3){ width: 30px; height: 30px; background-color: rgba(0, 225, 0, 0.2); opacity: 0; transition-duration: 0.2s; }

._s._change ._s4 .bottom .list li.on .dot span:nth-of-type(2){ opacity: 1; }
._s._change ._s4 .bottom .list li.on .dot span:nth-of-type(3){ opacity: 1; }


._s._change ._s4 .bottom .line{ width: 66.6%; height: 1px; background-color: #e6e6e6; margin: 0 auto; }
._s._change ._s4 .bottom .process{ width: 100%; display: flex; margin-top: 40px; gap: 5px; }
._s._change ._s4 .bottom .process li{ width: 100%;  display: flex; align-items: center; justify-content: center; line-height: 1.3; }
._s._change ._s4 .bottom .process li span{ display: flex; align-items: center; justify-content: center; width: 100%; max-width: 240px; margin: 0 auto; text-align: center; font-size: 18px; letter-spacing: -0.02em; font-weight: 500; color: #555555; padding: 20px 0; background-color: #fff; border-radius: 9px; box-sizing: border-box; transition-duration: 0.4s; }
._s._change ._s4 .bottom .process li.on span{ background-color: #00e100; color: #fff; }

@media screen and (max-width: 1280px){
    ._s._change ._s4{ padding: 120px 0; }
    ._s._change ._s4 .bottom{ margin-top: 40px; padding: 0; }
    ._s._change ._s4 .bottom .list li dl dt{ font-size: 60px; }
    ._s._change ._s4 .bottom .list li dl dd{ font-size: 16px; margin-top: 10px; }
    ._s._change ._s4 .bottom .list li dl dd em{ font-size: 14px; }
    ._s._change ._s4 .bottom .process li span{ padding: 15px 0; font-size: 14px; }
}

@media screen and (max-width: 820px){
    ._s._change ._s4{ padding: 70px 0; }
    ._s._change ._s4 .bottom{ display: flex; align-items: center; justify-content: center; }
    ._s._change ._s4 .bottom .list{ display: block; width: 40%; }
    ._s._change ._s4 .bottom .list li{ padding-bottom: 0; width: 100%; box-sizing: border-box; margin-bottom: 70px; }
    ._s._change ._s4 .bottom .list li dl dt{ font-size: 50px; }
    ._s._change ._s4 .bottom .list li dl dd{ font-size: 14px; padding: 0 20px; box-sizing: border-box; margin-top: 5px; }
    ._s._change ._s4 .bottom .list li:last-of-type{ margin-bottom: 0; }
    ._s._change ._s4 .bottom .list li .dot{ left: 100%; top: 45%; }
    ._s._change ._s4 .bottom .line{ width: 1px; height: 320px; margin: 0; }
    ._s._change ._s4 .bottom .process{ display: block; width: 60%; margin-left: 10%; margin-top: 0; }
    ._s._change ._s4 .bottom .process li{ margin-bottom: 120px; }
    ._s._change ._s4 .bottom .process li:last-of-type{ margin-bottom: 0; }
}

@media screen and (max-width: 500px){
    ._s._change ._s4 .bottom{ padding: 0 10px; }
    ._s._change ._s4 .bottom .list li dl dt{ font-size: 40px; }
    ._s._change ._s4 .bottom .list li dl dd{ padding: 0; margin-top: 5px; }
    ._s._change ._s4 .bottom .list{ margin-right: 10px; }
    ._s._change ._s4 .bottom .list li .dot{ left: calc(100% + 10px); }
    ._s._change ._s4 .bottom .line{ height: 300px; }
    ._s._change ._s4 .bottom .process li{ margin-bottom: 80px; }
    ._s._change ._s4 .bottom .process li span{ min-height: 5em; }
}





._s._change ._s5{ width: 100%; position: relative; overflow: hidden; padding: 90px 0; background-color: #f6f6f6; color: #101010; }
._s._change ._s5 .extitle{ display: flex; flex-direction: column; justify-content: center; align-items: center; }
._s._change ._s5 .extitle .ma{ font-size: 68px; font-weight: 700; letter-spacing: -0.02em; line-height: calc(94 / 68); text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; }
._s._change ._s5 .extitle .ma strong:nth-of-type(1){ background: linear-gradient(90deg, #101010 1%, #cccccc 1%); -webkit-background-clip: text !important; -webkit-text-fill-color: transparent; }
._s._change ._s5 .extitle .ma strong:nth-of-type(2){ background: linear-gradient(90deg, #00e100 1%, #cccccc 1%); -webkit-background-clip: text !important; -webkit-text-fill-color: transparent; }

._s._change ._s5 .extitle p{ font-size: 20px; letter-spacing: -0.02em; color: #333333; line-height: calc(33 / 20); margin-top: 40px; text-align: center; }
._s._change ._s5 .extitle p b{ font-weight: 700; }
._s._change ._s5 .txtbg{ display: flex; width: 100%; overflow: hidden; position: relative; margin-top: 95px; }
._s._change ._s5 .txtbg span{ display: block; white-space: nowrap; font-size: 200px; letter-spacing: -0.025px; color: rgba(51, 51, 51, 0.06); font-style: italic; font-weight: 900; font-family: 'Roboto', sans-serif; padding: 0 0.3em; box-sizing: border-box; animation: marq 12s infinite linear; }

@keyframes marq {
    0%{ transform: translateX(0%); }
    100%{ transform: translateX(-100%); }
}

@media screen and (max-width: 1280px){
    ._s._change ._s5{ padding: 30px 0; }
    ._s._change ._s5 .extitle .ma{ font-size: 50px; }
    ._s._change ._s5 .extitle p{ font-size: 18px; margin-top: 30px; }
    ._s._change ._s5 .txtbg{ margin-top: 70px; }
    ._s._change ._s5 .txtbg span{ font-size: 100px; }
}

@media screen and (max-width: 820px){
    ._s._change ._s5{ padding: 20px 0; }
    ._s._change ._s5 .extitle .ma{ font-size: 35px; }
    ._s._change ._s5 .extitle p{ font-size: 16px; margin-top: 20px; }
    ._s._change ._s5 .txtbg{ margin-top: 50px; }
    ._s._change ._s5 .txtbg span{ font-size: 70px; }
}

@media screen and (max-width: 500px){
    ._s._change ._s5{ padding: 10px 0; }
    ._s._change ._s5 .extitle .ma{ font-size: 28px; }
    ._s._change ._s5 .extitle p{ font-size: 14px; margin-top: 10px; }
    ._s._change ._s5 .txtbg{ margin-top: 30px; }
    ._s._change ._s5 .txtbg span{ font-size: 60px; }
}




._s._change ._s6{ background-color: #f6f6f6; color: #101010; padding-top: 90px; padding-bottom: 180px; }
._s._change ._s6 .wrap{ display: flex; justify-content: space-between; align-items: center; }

._s._change ._s6 .wrap dl dt{ font-size: 54px; letter-spacing: -0.025em; font-weight: 700; font-family: 'Roboto', sans-serif; }
._s._change ._s6 .wrap dl dd{ font-size: 20px; letter-spacing: -0.02em; margin-top: 40px; line-height: calc(33 / 20); color: #333333; }
._s._change ._s6 .wrap dl dd b{ font-weight: 700; color: #101010; }
._s._change ._s6 .rbx{ display: flex; justify-content: flex-end; }
._s._change .linebtn{ display: flex; padding: 5px; box-sizing: border-box; position: relative; align-items: center; }
._s._change .linebtn span{ display: block; font-size: 17px; letter-spacing: -0.02em; margin-right: 25px; }
._s._change .linebtn i{ font-size: 27px; }
._s._change .linebtn .line{ position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #e7e7e7; }
._s._change .linebtn .line span{ display: block; width: 100%; height: 2px; background-color: #00e100; position: absolute; left: 0; top: calc(100% - 2px); transition: transform .4s cubic-bezier(.45,.46,.05,.96); transform: scaleX(0); transform-origin: 100% 0; }

@media screen and (min-width: 821px){
    ._s._change .linebtn:hover .line span{ transform: scaleX(100%); transform-origin: 0 0; }
}

._s._change ._s6 .marquees{ margin-top: 110px; }
._s._change ._s6 .marquees .logoplay{ display: flex; align-items: center; margin-bottom: 20px; gap: 20px; }
._s._change ._s6 .marquees .logoplay .group{
    flex-shrink: 0;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    animation: marq 20s infinite linear;
    gap: 20px;
}
._s._change ._s6 .marquees .logoplay .group li{ border-radius: 9px; overflow: hidden; }
._s._change ._s6 .marquees .logoplay .group li img{ width: 100%; height: 100%; object-fit: cover; }

._s._change ._s6 .marquees .logoplay:last-of-type .group{ animation-direction: reverse; }

@media screen and (max-width: 1280px){
    ._s._change ._s6{ padding-bottom: 30px; }
    ._s._change ._s6 .wrap dl dt{ font-size: 40px; }
    ._s._change ._s6 .wrap dl dd{ font-size: 16px; margin-top: 30px; }
    ._s._change .linebtn span{ font-size: 15px; }
    ._s._change .linebtn i{ font-size: 22px; }

    ._s._change ._s6 .marquees{ margin-top: 70px; }
    ._s._change ._s6 .marquees .logoplay .group li{ height: 100px; }

}

@media screen and (max-width: 820px){
    ._s._change ._s6{ padding-bottom: 10px; }
    ._s._change ._s6 .wrap dl dt{ font-size: 28px; }
    ._s._change ._s6 .wrap dl dd{ font-size: 14px; margin-top: 20px; }
    ._s._change .linebtn span{ font-size: 14px; }
    ._s._change .linebtn i{ font-size: 18px; }

    ._s._change ._s6 .marquees{ margin-top: 50px; }
    ._s._change ._s6 .marquees .logoplay .group li{ height: 70px; width: 130px; }
}

@media screen and (max-width: 500px){
    ._s._change ._s6 .wrap{ display: block; }
    ._s._change ._s6 .wrap dl{ width: 100%; }
    ._s._change ._s6 .wrap dl dd br.none{ display: none; }
    ._s._change ._s6 .wrap .rbx{ width: 100%; }
}





._s._change ._s7{ padding: 140px 0; background-color: #f6f6f6; color: #101010; }
._s._change ._s7 .links{ margin-top: 75px; }
._s._change ._s7 .links li{ width: 100%; position: relative; margin-bottom: 20px;  }

._s._change ._s7 .links li > a{ display: block; border-radius: 9px; overflow: hidden; transition-duration: 0.4s; position: relative; width: 100%; height: 100%; }
._s._change ._s7 .links li img{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: block; z-index: 0; object-fit: cover; }
._s._change ._s7 .links li .inn{ position: relative; z-index: 1; padding: 50px 80px; box-sizing: border-box; width: 100%; }
._s._change ._s7 .links li .inn strong{ display: block; font-size: 80px; letter-spacing: -0.02em; font-weight: 500; font-family: 'Roboto', sans-serif; color: rgba(255,255,255,0.1); }
._s._change ._s7 .links li .inn dl{ margin-top: 40px; }
._s._change ._s7 .links li .inn dl dt{ font-size: 18px; letter-spacing: -0.02em; font-family: 'Roboto', sans-serif; color: #00e100; }
._s._change ._s7 .links li .inn dl dd{ font-size: 36px; letter-spacing: -0.02em; margin-top: 12px; font-weight: 700; color: #fff;  }
._s._change ._s7 .links li .inn p{ font-size: 20px; letter-spacing: -0.02em; margin-top: 35px; line-height: calc(33 / 20); font-weight: 300; color: #fff; }

._s._change ._s7 .links li .inn .mores{ display: flex; justify-content: flex-end; color: #fff; }



@media screen and (min-width: 821px){
    ._s._change ._s7 .links li:hover a{ transform: translateX(-40px); }
}


@media screen and (max-width: 1280px){
    ._s._change ._s7{ padding: 120px 0; }
    ._s._change ._s7 .links li .inn{ padding: 30px 50px; }
    ._s._change ._s7 .links li .inn strong{ font-size: 70px; }
    ._s._change ._s7 .links li .inn dl{ margin-top: 30px; }
    ._s._change ._s7 .links li .inn dl dt{ font-size: 16px; }
    ._s._change ._s7 .links li .inn dl dd{ font-size: 30px; }
    ._s._change ._s7 .links li .inn p{ font-size: 18px; margin-top: 25px; }
}

@media screen and (max-width: 820px){
    ._s._change ._s7{ padding: 70px 0; }
    ._s._change ._s7 .links{ margin-top: 40px; }
    ._s._change ._s7 .links li .inn{ padding: 30px 20px; }
    ._s._change ._s7 .links li .inn strong{ font-size: 50px; }
    ._s._change ._s7 .links li .inn dl{ margin-top: 20px; }
    ._s._change ._s7 .links li .inn dl dt{ font-size: 14px; }
    ._s._change ._s7 .links li .inn dl dd{ font-size: 24px; }
    ._s._change ._s7 .links li .inn p{ font-size: 16px; margin-top: 15px; }
}

@media screen and (max-width: 500px){
    ._s._change ._s7 .links li .inn{ padding: 20px 10px; }
    ._s._change ._s7 .links li .inn strong{ font-size: 40px; }
    ._s._change ._s7 .links li .inn dl{ margin-top: 10px; }
    ._s._change ._s7 .links li .inn dl dt{ font-size: 13px; }
    ._s._change ._s7 .links li .inn dl dd{ font-size: 20px; }
    ._s._change ._s7 .links li .inn p{ font-size: 14px; margin-top: 10px; }
    ._s._change ._s7 .links li .inn .mores{ margin-top: 10px; }
}


._s._change ._s8{ width: 100%; position: relative; overflow: hidden; background-color: #010f16; color: #fff; padding: 140px 0; }
._s._change ._s8 .edulist{  display: flex; gap: 60px; width: 100%; max-width: 1255px; margin: 0 auto; margin-top: 60px; }
._s._change ._s8 .edulist li{ width: 100%; border-radius: 9px; border: 1px solid #fff; opacity: 0.4; transition-duration: 0.2s; padding: 60px 45px; box-sizing: border-box; text-align: center; cursor: pointer; }
._s._change ._s8 .edulist li:hover{ opacity: 1; }

._s._change ._s8 .edulist li dl{ margin-top: 50px; text-align: center; }
._s._change ._s8 .edulist li dl dt{ font-size: 22px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; }
._s._change ._s8 .edulist li dl dd{ font-size: 18px; font-weight: 300; letter-spacing: -0.02em; line-height: calc(30 / 18); margin-top: 5px; }

@media screen and (max-width: 1280px){
    ._s._change ._s8{ padding: 120px 0; }
    ._s._change ._s8 .edulist{ margin-top: 40px; gap: 40px; }
    ._s._change ._s8 .edulist li{ padding: 30px 25px; }
    ._s._change ._s8 .edulist li dl{ margin-top: 30px; }
    ._s._change ._s8 .edulist li dl dt{ font-size: 20px; }
    ._s._change ._s8 .edulist li dl dd{ font-size: 16px; }
}

@media screen and (max-width: 820px){
    ._s._change ._s8{ padding: 70px 0; }
    ._s._change ._s8 .edulist{ display: block; }
    ._s._change ._s8 .edulist li{ padding: 20px 15px; margin-bottom: 20px; opacity: 1; }
    ._s._change ._s8 .edulist li img{ width: 230px; }
    ._s._change ._s8 .edulist li dl{ margin-top: 20px; }
    ._s._change ._s8 .edulist li dl dt{ font-size: 18px; }
    ._s._change ._s8 .edulist li dl dd{ font-size: 14px; }
}




._s._change .cons{ width: 100%; overflow: hidden; position: relative; padding: 140px 0; background-color: #fff; margin-top: -1px; }
._s._change .cons .flexbx{ display: flex; width: 100%; padding: 0 2.5%; box-sizing: border-box; align-items: flex-start; }
._s._change .cons .flexbx .left{ width: calc(730 / 1920 * 100%); display: flex; justify-content: flex-end; }
._s._change .cons .flexbx .left dl{ width: 100%; max-width: 470px; position: relative; z-index: 33; }
._s._change .cons .flexbx .left dl dt{ font-size: 20px; letter-spacing: -0.02em; color: #00e100; font-family: 'Roboto', sans-serif; }
._s._change .cons .flexbx .left dl dd{ font-size: 44px; letter-spacing: -0.02em; font-weight: 700; margin-top: 15px; line-height: calc(68 / 44); }

._s._change .cons .flexbx .right{ width: calc(1190 / 1920 * 100%); padding-top: 53px; box-sizing: border-box; }
._s._change .cons .flexbx .right .inn{ width: 100%; max-width: 970px; padding-bottom: 120px; box-sizing: border-box; border-bottom: 1px solid rgba(0,0,0,0.1); margin-bottom: 120px; }
._s._change .cons .flexbx .right .inn:last-of-type{ margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
._s._change .cons .flexbx .right .inn .bx{ margin-bottom: 100px; }
._s._change .cons .flexbx .right .inn .bx strong{ font-size: 36px; letter-spacing: -0.02em; font-weight: 700; display: block; line-height: 1.4; }
._s._change .cons .flexbx .right .inn .bx > p{ font-size: 18px; letter-spacing: -0.02em; color: #333333; margin-top: 20px; line-height: calc(30 / 18); }
._s._change .cons .flexbx .right .inn .bx > p b{ font-weight: 700; }
._s._change .cons .flexbx .right .inn .bx:last-of-type{ margin-bottom: 0; }

._s._change .cons .flexbx .right .inn .bx .diagbx{ width: 100%; border-radius: 9px; border: 1px solid #cccccc; box-sizing: border-box; overflow: hidden; margin-top: 30px; text-align: center; }
._s._change .cons .flexbx .right .inn .bx .diagbx.pad{ padding: 20px; }

._s._change .cons .flexbx .right .inn .bx small{ font-size: 20px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.4; display: block; margin-top: 70px; }
._s._change .cons .flexbx .right .inn .bx small em{ color: #00e100; }

@media screen and (max-width: 1280px){
    ._s._change .cons{ padding: 120px 0; }
    ._s._change .cons .flexbx .left dl dt{ font-size: 16px; }
    ._s._change .cons .flexbx .left dl dd{ font-size: 35px; margin-top: 10px; }
    ._s._change .cons .flexbx .right{ padding-top: 30px; }
    ._s._change .cons .flexbx .right .inn{ padding-bottom: 70px; margin-bottom: 70px; }
    ._s._change .cons .flexbx .right .inn .bx{ margin-bottom: 80px; }
    ._s._change .cons .flexbx .right .inn .bx strong{ font-size: 28px; }
    ._s._change .cons .flexbx .right .inn .bx > p{ font-size: 16px; }

    ._s._change .cons .flexbx .right .inn .bx small{ font-size: 18px; }
}

@media screen and (max-width: 820px){
    ._s._change .cons{ padding: 70px 0; }
    ._s._change .cons .flexbx{ width: 100%; display: block; padding: 0 5%; }
    ._s._change .cons .flexbx .left{ width: 100%; justify-content: flex-start; }
    ._s._change .cons .flexbx .left dl dt{ font-size: 14px; }
    ._s._change .cons .flexbx .left dl dd{ font-size: 30px; margin-top: 5px; }
    ._s._change .cons .flexbx .left dl dd br{ display: none; }

    ._s._change .cons .flexbx .right{ width: 100%; }
    ._s._change .cons .flexbx .right .inn .bx{ margin-bottom: 50px; }
    ._s._change .cons .flexbx .right .inn .bx .diagbx{ margin-top: 0; width: 100%; overflow: auto; }
    ._s._change .cons .flexbx .right .inn .bx .diagbx.pad{ padding: 20px 40px; }
    ._s._change .cons .flexbx .right .inn .bx .diagbx img{ min-width: 830px; }
    ._s._change .cons .flexbx .right .inn .bx strong{ font-size: 22px; }
    ._s._change .cons .flexbx .right .inn .bx > p{ font-size: 14px; margin-top: 10px; }
    
    ._s._change .cons .flexbx .right .inn .bx small{ font-size: 16px; margin-top: 50px; }

}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .left dl dd{ font-size: 24px; }
    ._s._change .cons .flexbx .right{ padding-top: 20px; }
    ._s._change .cons .flexbx .right .inn .bx{ margin-bottom: 40px; }
    ._s._change .cons .flexbx .right .inn .bx strong{ font-size: 18px; }
    ._s._change .cons .flexbx .right .inn .bx .diagbx img{ min-width: 700px; }
    
    ._s._change .cons .flexbx .right .inn .bx small{ font-size: 14px; margin-top: 30px; }
}




._s._change .cons .flexbx .right .inn .bx .prolist{ display: flex; margin-top: 70px; justify-content: space-between; }
._s._change .cons .flexbx .right .inn .bx .prolist li{ width: calc(298 / 970 * 100%); }
._s._change .cons .flexbx .right .inn .bx .prolist li span{ display: flex; width: 100%; height: 48px; border-radius: 24px; background-color: #010f16; color: #fff; font-size: 18px; letter-spacing: -0.02em; text-align: center; justify-content: center; align-items: center; line-height: 1.2; }
._s._change .cons .flexbx .right .inn .bx .prolist li .gray{ border-radius: 9px; margin-top: 10px; background-color: #eeeeee; padding: 10px; box-sizing: border-box; position: relative; padding-top: 20px; }
._s._change .cons .flexbx .right .inn .bx .prolist li .gray::after{ content: ''; display: block; position: absolute; left: 100%; top: 50%; transform: translateY(-50%); background-image: url(/asset/img/sub/change/training_process_arrow.png); background-repeat: no-repeat; background-size: 100%; background-position: center; width: 37px; height: 9px; }
._s._change .cons .flexbx .right .inn .bx .prolist li:last-of-type .gray::after{ display: none; }
._s._change .cons .flexbx .right .inn .bx .prolist li .gray img{ width: calc(253 / 298 * 100%); display: block; margin: 0 auto; }
._s._change .cons .flexbx .right .inn .bx .prolist li .gray .white{ font-size: 16px; letter-spacing: -0.02em; color: #333333; line-height: calc(24 / 16); margin-top: 20px; border-radius: 9px; background-color: #fff; text-align: center; height: 5em; display: flex; align-items: center; justify-content: center; padding: 0 10px; box-sizing: border-box; }

._s._change .cons .flexbx .right .inn .bx > .gray{ margin-top: 20px; border-radius: 9px; background-color: #f6f6f6; padding: 45px; box-sizing: border-box; width: 100%; max-width: 765px; text-align: center; }
._s._change .cons .flexbx .right .inn .bx > .gray dl dt{ font-size: 22px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.4; }
._s._change .cons .flexbx .right .inn .bx > .gray dl dd{ font-size: 16px; font-weight: 700; letter-spacing: -0.02em; color: #7c7c7c; line-height: 1.4; margin-top: 10px; }
._s._change .cons .flexbx .right .inn .bx > .gray svg{ margin-top: 30px; }


._s._change .cons .flexbx .right .inn .bx .graynote{ margin-top: 40px; border-radius: 9px; background-color: #eee; font-size: 16px; letter-spacing: -0.02em; line-height: calc(28 / 16); padding: 22px 35px; box-sizing: border-box; color: #7c7c7c; }
._s._change .cons .flexbx .right .inn .bx .graynote b{ font-weight: 700; }


@media screen and (max-width: 1280px){
    ._s._change .cons .flexbx .right .inn .bx .prolist{ margin-top: 40px; }
    ._s._change .cons .flexbx .right .inn .bx .prolist li span{ font-size: 16px; }
    ._s._change .cons .flexbx .right .inn .bx .prolist li .gray img{ width: 100%; }
    ._s._change .cons .flexbx .right .inn .bx .prolist li .gray .white{ font-size: 14px; height: 9em; }
    ._s._change .cons .flexbx .right .inn .bx .prolist li .gray::after{ width: 18px; }

    ._s._change .cons .flexbx .right .inn .bx > .gray{ padding: 30px 15px; }
    ._s._change .cons .flexbx .right .inn .bx > .gray dl dt{ font-size: 18px; }
    ._s._change .cons .flexbx .right .inn .bx > .gray dl dd{ font-size: 14px; margin-top: 5px; }

    ._s._change .cons .flexbx .right .inn .bx .graynote{ padding: 15px 20px; }
}

@media screen and (max-width: 820px){
    ._s._change .cons .flexbx .right .inn .bx .prolist{ display: block; max-width: 500px; }
    ._s._change .cons .flexbx .right .inn .bx .prolist li{ width: 100%; margin-bottom: 30px; }
    ._s._change .cons .flexbx .right .inn .bx .prolist li:last-of-type{ margin-bottom: 0; }
    ._s._change .cons .flexbx .right .inn .bx .prolist li .gray img{ width: auto; }
    ._s._change .cons .flexbx .right .inn .bx .prolist li .gray::after{ display: none; }

    ._s._change .cons .flexbx .right .inn .bx .prolist li .gray .white{ height: unset; padding: 10px 0; }
    ._s._change .cons .flexbx .right .inn .bx .prolist li span{ font-size: 14px; height: 40px; }

    ._s._change .cons .flexbx .right .inn .bx > .gray dl dt{ font-size: 16px; }
    ._s._change .cons .flexbx .right .inn .bx > .gray dl dd{ font-size: 14px; }

    ._s._change .cons .flexbx .right .inn .bx .graynote{ font-size: 14px; padding: 15px 10px; }
    ._s._change .cons .flexbx .right .inn .bx .graynote br{ display: none; }
}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .right .inn .bx .prolist li span{ height: 36px; }
    ._s._change .cons .flexbx .right .inn .bx > .gray{ padding: 20px 10px; }
}


._s._change .cons .flexbx .right .inn .bx .fold{ width: 100%; position: relative; overflow: hidden; margin-top: 15px; border-top: 1px solid #333; border-bottom: 1px solid #333; }
._s._change .cons .flexbx .right .inn .bx .fold li{ width: 100%; position: relative; padding: 35px 0; box-sizing: border-box; border-bottom: 1px solid rgba(0,0,0,0.1); cursor: pointer; }
._s._change .cons .flexbx .right .inn .bx .fold li:last-of-type{ border-bottom: 0; }
._s._change .cons .flexbx .right .inn .bx .fold li .top{ width: 100%; box-sizing: border-box; transition-duration: 0.4s; display: flex; justify-content: space-between; align-items: center; }
._s._change .cons .flexbx .right .inn .bx .fold li .top span{ font-size: 24px; font-weight: 700; letter-spacing: -0.02em; display: block; transition-duration: 0.4s; line-height: 1.3; display: flex; align-items: center; }
._s._change .cons .flexbx .right .inn .bx .fold li .top span > i{ width: 0; opacity: 0; transition-duration: 0.4s; transform: translateX(-20%); }
._s._change .cons .flexbx .right .inn .bx .fold li .top i{ font-size: 24px; transition-duration: 0.4s; }
._s._change .cons .flexbx .right .inn .bx .fold li .bot{ font-size: 18px; letter-spacing: -0.02em; color: #333; padding-top: 15px; display: none; line-height: 1.3; }

._s._change .cons .flexbx .right .inn .bx .fold li.on .top > i{ transform: rotate(180deg); color: #00e100; }
._s._change .cons .flexbx .right .inn .bx .fold li.on .top span > i{ transform: translateX(0); width: 40px; opacity: 1; }
._s._change .cons .flexbx .right .inn .bx .fold li.on .top span{ color: #00e100; }


@media screen and (max-width: 1280px){
    ._s._change .cons .flexbx .right .inn .bx .fold li{ padding: 20px 0; }
    ._s._change .cons .flexbx .right .inn .bx .fold li .top span{ font-size: 20px; }
    ._s._change .cons .flexbx .right .inn .bx .fold li .bot{ font-size: 16px; padding-top: 10px; }
    ._s._change .cons .flexbx .right .inn .bx .fold li.on .top span > i{ width: 30px; }
}

@media screen and (max-width: 820px){
    ._s._change .cons .flexbx .right .inn .bx .fold li .top span{ font-size: 18px; }
    ._s._change .cons .flexbx .right .inn .bx .fold li .bot{ font-size: 14px; }
}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .right .inn .bx .fold li{ padding: 10px 0; }
    ._s._change .cons .flexbx .right .inn .bx .fold li .top span{ font-size: 16px; }
}

._s._change .cons .flexbx .right .inn .bx .quadlist{ margin-top: 20px; display: flex; gap: 10px; }
._s._change .cons .flexbx .right .inn .bx .quadlist li{ width: 100%; border-radius: 9px; overflow: hidden; }
._s._change .cons .flexbx .right .inn .bx .quadlist li span{ width: 100%; display: block; padding: 12px 10px; box-sizing: border-box; background-color: #010f16; color: #fff; font-size: 18px; letter-spacing: -0.02em; text-align: center; }

._s._change .cons .flexbx .right .inn .bx .quadlist li p{ font-size: 18px; letter-spacing: -0.02em; color: #333333; line-height: calc(30 / 18); padding: 15px 10px; box-sizing: border-box; width: 100%; text-align: center; border: 1px solid rgba(0,0,0,0.1); border-radius: 0 0 9px 9px; }


@media screen and (max-width: 1280px){
    
    ._s._change .cons .flexbx .right .inn .bx .quadlist li span{ font-size: 14px; }
    ._s._change .cons .flexbx .right .inn .bx .quadlist li p{ font-size: 14px; height: 8.967em; display: flex; align-items: center; justify-content: center; }
}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .right .inn .bx .quadlist{ display: block; gap: 0; }
    ._s._change .cons .flexbx .right .inn .bx .quadlist li{ width: 100%; margin-bottom: 20px; }
    ._s._change .cons .flexbx .right .inn .bx .quadlist li p{ height: unset; }
    ._s._change .cons .flexbx .right .inn .bx .quadlist li span{ padding: 10px; }
}



._s._change .cons .flexbx .right .inn .bx .onlinelist{ display: flex; justify-content: space-between; margin-top: 35px; gap: 10px; }
._s._change .cons .flexbx .right .inn .bx .onlinelist li{ width: 33.33%; max-width: 240px; border: 1px solid #cccccc; border-radius: 9px; background-color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 18px; letter-spacing: -0.02em; font-weight: 700; line-height: calc(30 / 18); color: #06334a; padding: 40px 10px; box-sizing: border-box; }

@media screen and (max-width: 1280px){
    ._s._change .cons .flexbx .right .inn .bx .onlinelist{ margin-top: 20px; }
    ._s._change .cons .flexbx .right .inn .bx .onlinelist li{ padding: 20px 10px; font-size: 16px; }
    ._s._change .cons .flexbx .right .inn .bx .onlinelist li br{ display: none; }
}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .right .inn .bx .onlinelist{ margin-top: 10px; display: block; gap: 0; }
    ._s._change .cons .flexbx .right .inn .bx .onlinelist li{ padding: 15px 10px; font-size: 14px;  width: 100%; max-width: 350px; margin: 0 auto; margin-bottom: 10px; }
    ._s._change .cons .flexbx .right .inn .bx .onlinelist li br{ display: none; }
}


._s._change .cons .flexbx .right .inn .bx .catelist{ width: 100%; margin-top: 30px; }
._s._change .cons .flexbx .right .inn .bx .catelist > li{ width: 100%; display: flex; border-radius: 9px; overflow: hidden; border: 1px solid rgba(0,0,0,0.1); box-sizing: border-box; height: 120px; margin-bottom: 20px; cursor: pointer; }
._s._change .cons .flexbx .right .inn .bx .catelist > li:last-of-type{ margin-bottom: 0; }
._s._change .cons .flexbx .right .inn .bx .catelist > li ._left{ width: 180px; flex-shrink: 0; text-align: center; display: flex; align-items: center; justify-content: center; font-size: 20px; letter-spacing: -0.02em; font-weight: 600; color: #fff; background-color: #010f16; box-sizing: border-box; transition-duration: 0.2s; }
._s._change .cons .flexbx .right .inn .bx .catelist > li ._center{ width: calc(315  / 935 * 100%); display: flex; justify-content: center; align-items: center; line-height: calc(30 / 18); color: #333333; text-align: center; font-size: 18px; letter-spacing: -0.02em; position: relative; padding: 10px; box-sizing: border-box; }
._s._change .cons .flexbx .right .inn .bx .catelist > li ._center::after{ content: ''; display: block; width: 1px; height: calc(80 / 120 * 100%); background-color: rgba(1,15,22,0.2); position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

._s._change .cons .flexbx .right .inn .bx .catelist > li ._right{ display: flex; align-items: center; justify-content: flex-start; padding: 0 32px; box-sizing: border-box; width: calc(440 / 935 * 100%); }
._s._change .cons .flexbx .right .inn .bx .catelist > li ._right > ol{ display: flex; align-items: center; gap: 10px; width: 100%; flex-wrap: wrap; }
._s._change .cons .flexbx .right .inn .bx .catelist > li ._right > ol li{ border-radius: 18px; background-color: #010f16; padding: 10px 13px; box-sizing: border-box; font-size: 16px; letter-spacing: -0.02em; color: #fff; transition-duration: 0.2s; }

@media screen and (min-width: 821px){
    ._s._change .cons .flexbx .right .inn .bx .catelist > li:hover ._left{ background-color: #00e100; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li:hover ._right > ol li{ background-color: #00e100; }
}

@media screen and (max-width: 1280px){
    ._s._change .cons .flexbx .right .inn .bx .catelist{ margin-top: 20px; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li{ margin-bottom: 10px; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._left{ width: 120px; font-size: 16px; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._center{ font-size: 14px; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._center br{ display: none; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._right{ padding: 0 10px; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._right > ol li{ font-size: 14px; padding: 7px 10px; }
}

@media screen and (max-width: 820px){
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._left{ width: 100px; font-size: 14px; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._right > ol{ gap: 5px; }
}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .right .inn .bx .catelist > li{ display: block; height: auto; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._left{ width: 100%; height: 35px; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._center{ width: 100%; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._center::after{ width: calc(100% - 20px); height: 1px; left: 50%; top: 100%; right: auto; transform: translateX(-50%); }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._right{ width: 100%; }
    ._s._change .cons .flexbx .right .inn .bx .catelist > li ._right > ol{ padding: 10px 0; }
}



._s._change .cons .flexbx .right .inn .bx .compare{ margin-top: 40px; display: flex; padding-left: 25px; align-items: center; }

._s._change .cons .flexbx .right .inn .bx .compare .other{ width: 45%; max-width: 375px; margin-right: 20px;  }
._s._change .cons .flexbx .right .inn .bx .compare .other span{ display: block; padding: 12px 10px; box-sizing: border-box; text-align: center; font-size: 16px; letter-spacing: -0.02em; font-weight: 700; background-color: #7c7c7c; color: #fff; border-radius: 20px; }
._s._change .cons .flexbx .right .inn .bx .compare .other .gr{ border-radius: 9px; background-color: #eeeeee; padding: 42px 10px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 10px; }
._s._change .cons .flexbx .right .inn .bx .compare .other .gr b{ display: block; font-size: 20px; letter-spacing: -0.02em; font-weight: 700; color: #7c7c7c; text-align: center; line-height: 1.4; }
._s._change .cons .flexbx .right .inn .bx .compare .other .gr ol{ margin-top: 35px; }
._s._change .cons .flexbx .right .inn .bx .compare .other .gr ol li{ position: relative; display: flex; align-items: baseline; font-size: 16px; letter-spacing: -0.02em; color: #7c7c7c; line-height: 1.3; margin-bottom: 10px; }
._s._change .cons .flexbx .right .inn .bx .compare .other .gr ol li:last-of-type{ margin-bottom: 0; }
._s._change .cons .flexbx .right .inn .bx .compare .other .gr ol li::before{ content: '• '; margin-right: 10px; }


._s._change .cons .flexbx .right .inn .bx .compare .seta{ width: 53%; max-width: 430px; }
._s._change .cons .flexbx .right .inn .bx .compare .seta span{ width: 100%; display: block; text-align: center; font-size: 18px; letter-spacing: -0.02em; font-weight: 600; color: #fff; background-color: #010f16; padding: 12px 10px; box-sizing: border-box; border-radius: 22px; }
._s._change .cons .flexbx .right .inn .bx .compare .seta span em{ color: #00e100; }

._s._change .cons .flexbx .right .inn .bx .compare .seta .gr{ margin-top: 10px; border: 1px solid #00e100; box-sizing: border-box; border-radius: 9px; padding: 50px 10px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; }
._s._change .cons .flexbx .right .inn .bx .compare .seta .gr b{ font-size: 24px; letter-spacing: -0.02em; font-weight: 700; color: #00e100; text-align: center; display: block; line-height: 1.3; }
._s._change .cons .flexbx .right .inn .bx .compare .seta .gr ol{ margin-top: 40px; }
._s._change .cons .flexbx .right .inn .bx .compare .seta .gr ol li{ font-size: 18px; font-weight: 500; letter-spacing: -0.02em; color: #333333; line-height: 1.3; margin-bottom: 10px; position: relative; display: flex; align-items: baseline; }
._s._change .cons .flexbx .right .inn .bx .compare .seta .gr ol li:last-of-type{ margin-bottom: 0; }
._s._change .cons .flexbx .right .inn .bx .compare .seta .gr ol li::before{ content: '• '; margin-right: 10px; }


@media screen and (max-width: 1280px){
    ._s._change .cons .flexbx .right .inn .bx .compare{ padding-left: 0; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other{ margin-right: 10px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other .gr{ padding: 30px 10px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other .gr b{ font-size: 18px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other .gr ol{ margin-top: 20px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other .gr ol li{ font-size: 14px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other .gr ol li::before{ margin-right: 5px; }

    ._s._change .cons .flexbx .right .inn .bx .compare .seta .gr{ padding: 40px 10px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .seta .gr b{ font-size: 22px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .seta .gr ol{ margin-top: 20px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .seta .gr ol li{ font-size: 16px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .seta .gr ol li::before{ margin-right: 5px; }
}

@media screen and (max-width: 820px){
    ._s._change .cons .flexbx .right .inn .bx .compare .other{ margin-right: 5px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other span{ font-size: 14px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other .gr{ padding: 20px 10px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other .gr b{ font-size: 16px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other .gr ol{ margin-top: 10px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other .gr ol li{ font-size: 13px; }
    
    ._s._change .cons .flexbx .right .inn .bx .compare .seta span{ font-size: 16px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .seta .gr{ padding: 35px 10px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .seta .gr b{ font-size: 18px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .seta .gr ol{ margin-top: 20px; }
    ._s._change .cons .flexbx .right .inn .bx .compare .seta .gr ol li{ font-size: 14px; }
}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .right .inn .bx .compare{ display: block; }
    ._s._change .cons .flexbx .right .inn .bx .compare .other{ width: 80%; margin-right: 0; margin: 0 auto; }
    ._s._change .cons .flexbx .right .inn .bx .compare .seta{ width: 100%; margin-top: 30px; }
}



._s._change .cons .flexbx .right .inn .bx > .gray.full{ max-width: unset; padding: 40px 60px; }
._s._change .cons .flexbx .right .inn .bx > .gray .flx{ width: 100%; display: flex; justify-content: space-between; align-items: center; }

._s._change .cons .flexbx .right .inn .bx > .gray .flx .lx{ width: 50%; }
._s._change .cons .flexbx .right .inn .bx > .gray .flx .lx img{ width: 100%; }
._s._change .cons .flexbx .right .inn .bx > .gray .flx .rx{ width: 50%; }
._s._change .cons .flexbx .right .inn .bx > .gray .flx .rx > ul{ display: flex; flex-wrap: wrap; gap: 10px; }
._s._change .cons .flexbx .right .inn .bx > .gray .flx .rx > ul li{ width: calc(50% - 5px); margin-bottom: 5px; }
._s._change .cons .flexbx .right .inn .bx > .gray .flx .rx > ul li span{ font-size: 14px; letter-spacing: -0.02em; width: 90px; border-radius: 15px; background-color: #7c7c7c; text-align: center; padding: 8px 10px; box-sizing: border-box; display: block; color: #fff; }
._s._change .cons .flexbx .right .inn .bx > .gray .flx .rx > ul li img{ margin-top: 5px; box-shadow: 5px 5px 3px rgba(0,0,0,0.15); }


._s._change .cons .flexbx .right .inn .bx > .cen{ display: flex; margin-top: 30px; justify-content: center; }


@media screen and (max-width: 1280px){
    ._s._change .cons .flexbx .right .inn .bx > .gray.full{ padding: 20px 40px; }
}

@media screen and (max-width: 820px){
    ._s._change .cons .flexbx .right .inn .bx > .gray.full{ padding: 15px 20px; }
    ._s._change .cons .flexbx .right .inn .bx > .gray .flx{ display: block; }
    ._s._change .cons .flexbx .right .inn .bx > .gray .flx .lx{ width: 100%; }
    ._s._change .cons .flexbx .right .inn .bx > .gray .flx .rx{ width: 100%; margin-top: 20px; }
}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .right .inn .bx > .gray .flx .rx > ul{ display: block; }
    ._s._change .cons .flexbx .right .inn .bx > .gray .flx .rx > ul li{ width: 100%; margin-bottom: 20px; }
}



._s._change .rolling .marquees{ margin-top: 70px; }
._s._change .rolling .marquees .logoplay{ display: flex; align-items: center; gap: 20px; }
._s._change .rolling .marquees .logoplay .group{
    flex-shrink: 0;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    animation: marq 20s infinite linear;
    gap: 20px;
}
._s._change .rolling .marquees .logoplay .group li{ border-radius: 9px; overflow: hidden; filter: saturate(0); transition-duration: 0.2s; cursor: pointer; }
._s._change .rolling .marquees .logoplay .group li img{ width: 100%; height: 100%; object-fit: cover;  }


@media screen and (max-width: 1280px){
    ._s._change .rolling .marquees .logoplay .group li{ width: 240px; }
}
@media screen and (max-width: 820px){
    ._s._change .rolling .marquees .logoplay .group li{ width: 200px; }
}
@media screen and (max-width: 500px){
    ._s._change .rolling .marquees{ margin-top: 40px; }
    ._s._change .rolling .marquees .logoplay .group li{ width: 150px; }
}




._s._change .cons .flexbx .right .inn .bx .quadbox{ width: 100%; margin-top: 50px; display: flex; flex-wrap: wrap; gap: 10px; }
._s._change .cons .flexbx .right .inn .bx .quadbox li{ width: calc(50% - 5px); font-size: 18px; letter-spacing: -0.02em; color: #010f16; line-height: calc(30 / 18); text-align: center; border-radius: 9px; border: 1px solid #010f16; box-sizing: border-box; padding: 25px 0; transition-duration: 0.2s; cursor: pointer; }
._s._change .cons .flexbx .right .inn .bx .quadbox li b{ font-weight: 700; }

@media screen and (min-width: 821px){
    ._s._change .rolling .marquees .logoplay .group li:hover{ filter: saturate(1); }
    ._s._change .cons .flexbx .right .inn .bx .quadbox li:hover{ background-color: #010f16; color: #fff; }
}

@media screen and (max-width: 1280px){
    ._s._change .cons .flexbx .right .inn .bx .quadbox{ margin-top: 30px; }
    ._s._change .cons .flexbx .right .inn .bx .quadbox li{ font-size: 14px; padding: 20px 0; }
}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .right .inn .bx .quadbox{ display: block; }
    ._s._change .cons .flexbx .right .inn .bx .quadbox li{ width: 100%; margin-bottom: 10px; }
}



._s._change .cons .flexbx .right .inn .bx .cols{ margin-top: 55px; display: flex; gap: 20px; }
._s._change .cons .flexbx .right .inn .bx .cols li{ position: relative; width: 100%; }
._s._change .cons .flexbx .right .inn .bx .cols li span{ display: block; font-size: 18px; letter-spacing: -0.02em; color: #fff; background-color: #010f16; text-align: center; padding: 13px 10px; box-sizing: border-box; border-radius: 48px; transition-duration: 0.2s; }
._s._change .cons .flexbx .right .inn .bx .cols li.on span{ background-color: #00e100; }
._s._change .cons .flexbx .right .inn .bx .cols li .bot{ margin-top: 15px; }
._s._change .cons .flexbx .right .inn .bx .cols li .bot .b_{ border-radius: 9px; border: 1px solid #cccccc; box-sizing: border-box; font-size: 16px; letter-spacing: -0.02em; line-height: calc(30 / 18); color: #333333; padding: 15px 10px; text-align: center; margin-bottom: 6px; min-height: 7em; display: flex; align-items: center; justify-content: center; }
._s._change .cons .flexbx .right .inn .bx .cols li .bot .b_:last-of-type{ margin-bottom: 0; }

@media screen and (max-width: 1280px){
    ._s._change .cons .flexbx .right .inn .bx .cols{ gap: 5px; }
    ._s._change .cons .flexbx .right .inn .bx .cols li span{ font-size: 16px; }
    ._s._change .cons .flexbx .right .inn .bx .cols li .bot{ margin-top: 10px; }
    ._s._change .cons .flexbx .right .inn .bx .cols li .bot .b_{ font-size: 14px; padding: 10px 5px; min-height: 8.2em; }
    ._s._change .cons .flexbx .right .inn .bx .cols li .bot .b_ br{ display: none; }
}

@media screen and (max-width: 820px){
    ._s._change .cons .flexbx .right .inn .bx .cols{ flex-wrap: wrap; gap: 0; justify-content: space-between; }
    ._s._change .cons .flexbx .right .inn .bx .cols li{ width: 49%; margin-bottom: 20px; }
    ._s._change .cons .flexbx .right .inn .bx .cols li span{ font-size: 14px; }
    ._s._change .cons .flexbx .right .inn .bx .cols li .bot .b_{ display: block !important; align-content: center; text-align: center; word-break: keep-all; white-space: normal !important; } 
    ._s._change .cons .flexbx .right .inn .bx .cols li .bot .b_ br{ display: inline;}
}




._s._change .cons .flexbx .right .inn .bx .icongroup{ width: 100%; margin-top: 35px; display: flex; justify-content: space-between; gap: 20px; }
._s._change .cons .flexbx .right .inn .bx .icongroup > li{ width: 100%; }
._s._change .cons .flexbx .right .inn .bx .icongroup > li span{ display: flex; padding: 13px 10px; box-sizing: border-box; text-align: center; font-size: 18px; letter-spacing: -0.02em; border-radius: 49px; background-color: #010f16; color: #fff; justify-content: center; align-items: center; }
._s._change .cons .flexbx .right .inn .bx .icongroup > li .icons{ width: 100%; margin-top: 8px; border-radius: 9px; background-color: #eeeeee; padding: 25px 10px; box-sizing: border-box; }
._s._change .cons .flexbx .right .inn .bx .icongroup > li .icons li{ width: 100%; border-radius: 9px; background-color: #fff; display: flex; align-items: center; justify-content: space-between; height: 60px; padding: 0 20px; box-sizing: border-box; margin-bottom: 8px; }
._s._change .cons .flexbx .right .inn .bx .icongroup > li .icons li:last-of-type{ margin-bottom: 0; }
._s._change .cons .flexbx .right .inn .bx .icongroup > li .icons li img{ width: 32px; flex-shrink: 0; }
._s._change .cons .flexbx .right .inn .bx .icongroup > li .icons li em{ display: block; text-align: center; font-size: 16px; letter-spacing: -0.02em; color: #333333; line-height: calc(20 / 16); width: 100%; }


@media screen and (max-width: 1280px){
    ._s._change .cons .flexbx .right .inn .bx .icongroup{ gap: 5px; }
    ._s._change .cons .flexbx .right .inn .bx .icongroup > li span{ font-size: 16px; padding: 0 7px; height: 50px; display: flex; align-items: center; justify-content: center; }
    ._s._change .cons .flexbx .right .inn .bx .icongroup > li .icons{ padding: 15px 5px; }
    ._s._change .cons .flexbx .right .inn .bx .icongroup > li .icons li{ padding: 0 10px; }
    ._s._change .cons .flexbx .right .inn .bx .icongroup > li .icons li em{ font-size: 14px; }
    ._s._change .cons .flexbx .right .inn .bx .icongroup > li .icons li img{ width: 20px; }
}

@media screen and (max-width: 820px){
    ._s._change .cons .flexbx .right .inn .bx .icongroup > li span{ font-size: 14px; height: auto; padding: 10px; }
    ._s._change .cons .flexbx .right .inn .bx .icongroup{ flex-wrap: wrap; gap: 0; justify-content: space-between; }
    ._s._change .cons .flexbx .right .inn .bx .icongroup li{ width: 49%; margin-bottom: 20px; }
}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .right .inn .bx .icongroup > li .icons li em{ font-size: 12px; }
    ._s._change .cons .flexbx .right .inn .bx .icongroup > li span{ height: 50px; }
    ._s._change .cons .flexbx .right .inn .bx .icongroup > li .icons li{ height: 50px; }
}


._s._change .cons .flexbx .right .inn .bx .service{ width: 100%; margin-top: 30px; display: flex; gap: 20px; }
._s._change .cons .flexbx .right .inn .bx .service ._inbx{ width: 100%; }
._s._change .cons .flexbx .right .inn .bx .service ._inbx span{ display: flex; justify-content: center; align-items: center; padding: 13px 10px; box-sizing: border-box; font-size: 18px; letter-spacing: -0.02em; border-radius: 49px; background-color: #010f16; color: #fff; text-align: center; line-height: 1.3; }
._s._change .cons .flexbx .right .inn .bx .service ._inbx span br.mob{ display: none; }
._s._change .cons .flexbx .right .inn .bx .service ._inbx .dia{ margin-top: 25px; text-align: center; width: 100%; }
._s._change .cons .flexbx .right .inn .bx .service ._inbx p{ font-size: 16px; letter-spacing: -0.02em; color: #333333; line-height: calc(24 / 16); margin-top: 15px; text-align: center; }

@media screen and (max-width: 1280px){
    ._s._change .cons .flexbx .right .inn .bx .service ._inbx span{ font-size: 16px; height: 70px; display: flex; align-items: center; justify-content: center; }
    ._s._change .cons .flexbx .right .inn .bx .service ._inbx p{ font-size: 14px; }
    ._s._change .cons .flexbx .right .inn .bx .service ._inbx span br.mob{ display: block; }
}

@media screen and (max-width: 820px){
    ._s._change .cons .flexbx .right .inn .bx .service ._inbx span{ font-size: 14px; height: 40px; }
    ._s._change .cons .flexbx .right .inn .bx .service ._inbx .dia{ margin-top: 15px; }

    ._s._change .cons .flexbx .right .inn .bx .service ._inbx span br.mob{ display: none; }
}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .right .inn .bx .service{ display: block; }
    ._s._change .cons .flexbx .right .inn .bx .service ._inbx{ margin-bottom: 40px; }
}




._s._change .cons .flexbx .right .inn .bx .habitsw{ width: 100%; padding: 50px 0; overflow: visible; position: relative; background-color: #fff; }
._s._change .cons .flexbx .right .inn .bx .habitsw::after{ content: ''; display: block; width: 100%; position: absolute; right: 100%; top: 0; height: 100%; background-color: #fff; z-index: 10; pointer-events: none; }
._s._change .cons .flexbx .right .inn .bx .habitsw .actin{ border-radius: 9px; background-color: #eeeeee; padding: 45px 35px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; height: 410px; transition-duration: 0.4s; }
._s._change .cons .flexbx .right .inn .bx .habitsw .actin strong{ font-size: 68px; letter-spacing: -0.02em; font-weight: 500; font-family: 'Roboto', sans-serif; display: block; line-height: 1; }
._s._change .cons .flexbx .right .inn .bx .habitsw .actin .botx dl dt{ font-size: 16px; letter-spacing: -0.02em; color: #00e100; font-family: 'Roboto', sans-serif; }
._s._change .cons .flexbx .right .inn .bx .habitsw .actin .botx dl dd{ font-size: 28px; letter-spacing: -0.02em; margin-top: 10px; font-weight: 600; }
._s._change .cons .flexbx .right .inn .bx .habitsw .actin .botx p{ font-size: 18px; letter-spacing: -0.02em; color: #333333; line-height: calc(30 / 18); margin-top: 25px; padding-top: 25px; border-top: 1px solid rgba(0,0,0,0.1); box-sizing: border-box;transition-duration: 0.4s; }
._s._change .cons .flexbx .right .inn .bx .habitsw .actin .botx p b{ font-weight: 600; }


@media screen and (min-width: 821px){
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin:hover{ transform: translateY(-20px); background-color: #010f16; color: #fff; }
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin:hover .botx p{ color: #cccccc; border-color: #f6f6f6; }
}

@media screen and (max-width: 1280px){
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin{ padding: 25px 20px; height: 380px; }
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin strong{ font-size: 50px; }
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin .botx dl dd{ font-size: 24px; }
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin .botx p{ font-size: 16px; margin-top: 15px; padding-top: 15px; }
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin .botx p br{ display: none; }
}

@media screen and (max-width: 820px){
    ._s._change .cons .flexbx .right .inn .bx .habitsw{ padding: 0 0 40px 0 ; }
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin{ height: 280px; }
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin strong{ font-size: 40px; }
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin .botx p{ font-size: 14px; }
    ._s._change .cons .flexbx .right .inn .bx .habitsw::after{ display: none; }

    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin .botx dl dt{ font-size: 14px; }
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin .botx dl dd{ font-size: 20px; }
}

@media screen and (max-width: 500px){
    ._s._change .cons .flexbx .right .inn .bx .habitsw .actin{ height: 260px; }
}


