:root{--main-color: #F67B2F;--main-bg-color-01: #FFF4ED;--main-bg-color-02: #FBE8AB;--main-bg-color-03: #F8F8F8;--txt-color-01: #505050;--txt-color-02: #E59500;--txt-color-03: #8D8D8D;--icon-color-01: #EA7E1F;--icon-color-02: #FFFB00;--icon-color-03: #187FF5;--mg-color-01: #AA0000;--mg-color-02: #333333;--line-gray: #B9B9B9}.checkbox__inner{display:flex;gap:8px}.checkbox__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.checkbox__input:checked+.checkbox__label .checkbox__mark{border-color:var(--main-color);background-color:var(--main-color)}.checkbox__input:checked+.checkbox__label .checkbox__mark:before,.checkbox__input:checked+.checkbox__label .checkbox__mark:after{background-color:#fff}.checkbox__label{font-size:.6875rem;line-height:1.4;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer}.checkbox__mark{display:flex;align-items:center;justify-content:center;width:14px;height:14px;border:1px solid #8D8D8D;border-radius:1px;position:relative}.checkbox__mark:before,.checkbox__mark:after{content:"";position:absolute;background-color:transparent;border-radius:1px}.checkbox__mark:before{width:2px;height:5px;top:5px;left:3px;transform:rotate(-45deg)}.checkbox__mark:after{width:2px;height:7px;top:3px;left:6px;transform:rotate(45deg)}.checkbox a{color:var(--icon-color-03)}
