/* Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, ul, li, a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

/* Set basic body styles */
body {
    font-family: 'NanumSquare', sans-serif;
    line-height: 1.6;
    padding: 15px;
    background-color: #ffffff;
    color: #333;
    font-size: 16px;
}


@font-face {
    font-family: 'NanumSquare';
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/nanumsquare/NanumSquareAver.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/nanumsquare/NanumSquareBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/nanumsquare/NanumSquareLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/nanumsquare/NanumSquareExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

body {

}
/* Container */
img {
    display: block;
    margin: auto;
    text-align: right;
    height: 120px;
}
.header1
{
    float:left;
    width: 65%;
    margin-top: 20px;
}
/*.header2*/
/*{*/
/*    display: inline-block;*/
/*    width: 35%;*/
/*    margin-bottom: 25px;*/
/*}*/
.header2
{
    display: inline-block;
    width: 35%;
    margin-bottom: 15px;
}

.div-1{
    margin-top: 25px;
    margin-bottom: 1px;
}
.divLabel{
    margin-bottom: 15px;
}

.divInput{
    margin-bottom: 0px;
}

.divBoxSpace{
    display: flex;
    flex-wrap: nowrap; /* 한 줄로 유지 */
    justify-content: space-between; /* 요소 사이에 공간 분배 */
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
}

/* Header */
header {
    color: black;
    padding: 0 0;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: left;
}
header > span {
    font-size: 16px;
}

p {
    font-size: 24px;
    font-weight: 600;
}
.name{

    color: red;
    font-size: 16px;
    margin-right: 10px;
}
.inputBox {
    /* -webkit-appearance: none; */
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 32.4%;
    accent-color: #ff8021;
    flex: 1;
    margin-right: 3px;
}
.inputBoxName {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.inputBoxYear {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 35%;
    flex: 1;
    margin-right: 3px;
}
.inputBoxMonthDay {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 30%;
    accent-color: #ff8021;
    flex: 1;
    margin-right: 3px;
}
.yearError {
    color: #ccc;
    font-size: small;
}
.selectbox-date {
    /* -webkit-appearance: none; */
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    accent-color: #ff8021;
}
.button{
    text-decoration: none;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 5px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: none;
    width: 100%;
    cursor: pointer;
    background-color: #ff8021;
    color: #fff;
}
.term{

    border: 1px solid #ccc;
    padding: 4px;
    white-space: pre-line;
    height: 176px;
    overflow-y: scroll;
    text-align: left;
    font-size: 12px;
    color: #909090;
    margin-bottom: 10px;
    width: 95%;


}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff8021;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff8021;
    cursor: pointer;
}

ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    padding: 0;
    margin: 0;
    outline: dotted 1px red;
    display: grid;
    grid-auto-flow: column;
    width:18%; float:left;
}
/* Footer */
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.desc{
    color:#ccc;
}

.guid{
    color:#ccc;
    font-size: 12px;
}

#tickmarks{
    display: grid;
    grid-auto-flow: column;
    font-size: 12px;
    justify-content: space-between; /* 요소 사이에 공간 분배 */
}

.checkbox {
    appearance: none;
    height: 30px;
    width: 100%;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, #ff8021 100%, rgba(0, 7, 128, 1) 99.8%);
    background-size: 360% 100%;
    /* border-radius: 4px; */
    border-style: solid;
    border-color: #ff8021;
    border-width: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}

.checkbox:after {
    content: attr(data-name);
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #ff8021;
    z-index: 99;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.checkbox:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0px;
    height: 200%;
    width: 200%;
    background: #FFFFFF;
    border: #ff8021;
    z-index: 0;
    transition: all 0.2s linear;
    transform: scale(0.6) translate(-50%, -50%);
}
.checkbox:hover:before,
.checkbox:focus-visible:before {
    background: #cacaca;
    top: -4%;
    left: 20%;
}
.checkbox:checked:before {
    opacity: 0;
    transform: scale(0.9);
    color : #ff8021;
}
.checkbox:checked:after {
    color: white;
}


.checkbox:focus-visible {
    outline: none;
    box-shadow: 0px 0px 0px 5px #480f5d;
}

.checkbox:disabled {
    background: #ececec;
    pointer-events: none;
    border-color: #cfcfcf;
}

.checkbox:disabled:after {
    color: #aaaaaa;
}

.checkbox:disabled:hover:before,
.checkbox:disabled:focus-visible:before {
    background:white;
    top: -4%;
    left: 20%;
}

/* Media Queries for responsive design */
/* @media (min-width: 600px) {
    .container {
        max-width: 90%;
    }

    nav a {
        padding: 10px 30px;
    }
    header {
        text-align: left;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    nav {
        text-align: left;
    }

    .main-content {
        display: flex;
        flex-wrap: wrap;
    }

    .main-content > div {
        flex: 1;
        margin: 10px;
    }
    header {
        text-align: left;
        padding-left: 20px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 100%;
    }

    header {
        text-align: left;
        padding-left: 20px;
    }

    nav a {
        padding: 10px 40px;
    }
} */

