*{
    padding: 0;
    margin: 0;
    border: none;
}
body{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    min-width: 1000px; /* 최대 너비를 1200px로 설정 */
    margin: 0 auto;
}
.login-wrapper{
    width: 90%;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
}
.login-box{
    width: 100vw;
    min-width:600px;
    margin-left: 10px;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    text-align: center
}

.login-wrapper > h2{
    font-size: 24px;
    color: #6A24FE;
    margin-bottom: 20px;
}
#login-form >input{
    margin-left: 5px;
    margin-right: 20px;
    width: 20vw  ;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 16px;
    border-radius: 6px;
    background-color: #F8F8F8;
}

#login-form > input::placeholder{
    color: #D2D2D2;
}
#login-form > input[type="submit"]{
    width: 10vw ;
    color: #fff;
    font-size: 16px;
    background-color: #6A24FE;
    margin-top: 20px;
}
.outer-div {
    display : flex;
    justify-content: center;
    align-items : center;
    align-items : center;
}
/*남자여자, 양력음력, 윤달 글씨들*/
.radio {
    font-size: 1.2vW;
    font-weight: bold;
    font-family: "맑은 고딕", "Malgun Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
}
.inputLabel{
    font-size: 1.4vw;
    font-family: "맑은 고딕", "Malgun Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
}
.inputcommentLabel{
    width: 55vw;
    padding: 1vw;
    text-align: center;
    background-color: #ECECECFF;
    color: #000000;
    font-size: 1.15vw;
    font-family: "맑은 고딕", "Malgun Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
}
.input-group-text {
    background: #777777;
    color: #ffffff;
}
.div-scroll {
    overflow-y: scroll;
    height: 25vw;
    line-height: 1.7;
}
.div-scroll-totalmean {
    padding: 1px;
    overflow-y: scroll;
    height: 70vw;
    line-height: 1.7;
    scrollbar-width: none; /* Firefox에서 스크롤바 숨기기 */
}
.div-scroll-totalmean::-webkit-scrollbar {
    display: none; /* Webkit 브라우저에서 스크롤바 숨기기 */
}
.div-scroll-memo {
    overflow-y: scroll;
    line-height: 1.7;
}
.div-scroll-gungang {
    padding: 1px;
    overflow-y: scroll;
    height: 70vw;
    line-height: 1.7;
    scrollbar-width: none; /* Firefox에서 스크롤바 숨기기 */
}
.div-scroll-gungangtext {
    padding: 1px;
    margin: 5px;
    overflow-y: scroll;
    height: 70vw;
    line-height: 1.7;
    scrollbar-width: none; /* Firefox에서 스크롤바 숨기기 */
}
body
{
    margin:0;
    padding:0;
    font-family: 'Montserrat Alternates', sans-serif;
}
*
{
    padding:0;
    margin:0;
}
section {
    padding: 100px 0;
}

.shadow3 {
    background-image: url("http://www.commixturesoft.com/img/shadow3.png");
    background-repeat: no-repeat;
}

.height450{height:450px;}

.badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}

.section-title .badge {
    margin: 0 0 8px;
}
.badge {
    border-radius: 100px;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    padding: 4px 14px;
    text-transform: uppercase;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #3f345f;
}

h2 {
    font-size: 36px;
}

.social-overlap {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.social-bar {
    display: flex;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
    border: 1px solid#ebe9e9;
}
.iconpad {
    padding: 12px 0;
    width: 100%;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;
}

.social-icons a {
    border-radius: 50px;
    color: #3f345f;
    display: inline-block;
    line-height: 52px;
    height: 50px;
    width: 50px;
    box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
    margin: 15px 15px;
    font-size: 22px;
}

a {
    text-decoration: none !important;
    color: #3f345f;
    transition: all 0.3s ease 0s;
}

.slider-nav-item:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}






.quote {
    border-left: 5px solid #bdc3c7;
    padding-left: 5px;
}

.date {
    color: #3498db;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
.grid-container {
    display: grid;
    width: 98vw;
    grid-template-columns: 2fr 1fr; /* 2:1 비율로 그리드 열 설정 */
    grid-gap: 5px; /* 각 셀 사이의 간격 설정 */
    justify-content: center; /* 그리드 컨테이너를 수평으로 가운데 정렬 */
    margin: 0 auto; /* 좌우 마진을 자동으로 설정하여 가운데 정렬 */
    max-width: 1000px; /* 그리드의 최대 너비 설정 */

}

.grid-item {
    /*background-color: #ccc; !* 각 요소의 배경색 설정 *!*/
    padding-left: 10px; /* 각 요소의 안쪽 여백 설정 */
    text-align: left; /* 텍스트 가운데 정렬 */
}
.thick-border {
    border: 4px solid lightgrey; /* 보더 굵기와 색상 설정 */

}
@media print {
    body,  div {
        position: relative;
    }
    table, .SizeRatio {
        page-break-inside: avoid;
        -webkit-region-break-inside: avoid;
        position: relative;
    }
}
/* 암합스위치 버튼 스타일 */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;  /* 가로 크기 조정 */
    height: 20px; /* 세로 크기 조정 */
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;  /* 내부 원의 세로 크기 조정 */
    width: 18px;   /* 내부 원의 가로 크기 조정 */
    left: 1px;     /* 원의 위치 조정 */
    bottom: 1px;   /* 원의 위치 조정 */
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(20px); /* 내부 원의 이동 거리 조정 */
}