@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,span{margin:0;padding:0; box-sizing:border-box !important; word-wrap:break-word; word-break:keep-all;}
html, body {outline:none;}
body {overflow-x:hidden;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none; }
a:active {text-decoration:none;}
img{border:0px;vertical-align: top;}
li{list-style: none; word-wrap:break-word; word-break:keep-all;}
table{border-collapse:collapse;width:100%;}
address,caption,cite,code,dfn,em,var,h1,h2,h3,h4,h5,h6 {font-style:normal;font-weight:normal;}
caption,legend,caption *,legend *{position:absolute; left:-10000px; line-height:0; font-size:0;}
fieldset{border:solid 0px black;padding:0;}
button{border:none; background:none; cursor:pointer; outline:none;}
div {box-sizing:border-box !important; word-wrap:break-word; word-break:keep-all;}
dt, dd {word-wrap:break-word; word-break:keep-all;}


body,a,[type=text], [type=password], [type=file], [type=email], [type=number], [type=tel],select,h1, h2, h3, h4, h5, h6, pre,textarea, button{
font-family: 'Pretendard'; font-size:var(--font16); color:#111; font-weight:400; outline:0; line-height:1.5; letter-spacing:-0.025em; box-sizing:border-box !important; }

a {font-size: inherit; color: inherit; line-height: inherit;}

/*float 해제*/
.hid{display:none;}
.br {display:block;}

:root {
  --pointcolor:#33C4E7;

 --fvh: calc(var(--vh)*100);
}

label {position: relative; font-size: 16px; color: #666; font-weight: 600; vertical-align: middle;}
input[type="radio"] {appearance: none; width: 0; height: 0; border: none; position: absolute; left: 0; top: 0;}
label span.radio {width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 1px solid #999; box-sizing: border-box; display: inline-block; vertical-align: middle; margin-right: 8px; position: relative; margin-bottom: 3px; cursor: pointer;}
label span.radio::before {content:""; width: 10px; height: 10px;border-radius: 50%; background: #111; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0;}
label:has(input[type="radio"]:checked) {color: #111;}
label input[type="radio"]:checked + span.radio::before {opacity: 1;}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
  label {font-size: 14px;}
  label span.radio {width: 16px; height: 16px;}
  label span.radio::before {width: 9px; height: 9px;}
}

@media screen and (max-width: 480px) {}
