@font-face {
    font-family: 'NeutronicHangeul-Regular';
    src: url('../font/Newoff2utronicHangeul-Regularv0.3.') format('woff2'),
        url('../font/NeutronicHangeul-Regularv0.3.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeutronicHangeul-Bold';
    src: url('../font/NeutronicHangeul-Heavyv0.3.woff2') format('woff2'),
        url('../font/NeutronicHangeul-Heavyv0.3.otf') format('opentype');
    font-weight: bold;
    font-style: bold;
}

.bold {
    font-weight: bold;
}

.c-m:hover {
    opacity: 1;
}

.c-m:hover {
    opacity: 0.5;
}

#loadingDiv {
    background-color: #F3F1EB;
    z-index: 999999;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('../img/bg-pc.png');
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.loader {
    text-align: center;
    width: 100vw;
    height: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.load-title {
    line-height: 1.4;
    font-size: 30px;
    padding-bottom: 20px;
    width: 100vw;
    display: inline-block;
}

.load-des {
    font-size: 12px;
    width: 100vw;
    display: inline-block;
    font-family: 'NeutronicHangeul-Regular';
}

html {
    scroll-behavior: smooth;
    /* 부드러게 */
}

body {
    background-color: #F3F1EB;
    font-family: 'Noto Serif KR', serif;
    word-break: keep-all;
    font-size: 16px;
    line-height: 1.8;
    width: 100vw;
    overflow-x: hidden;
}

.font {
    font-family: 'NeutronicHangeul-Regular', sans-serif;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.container2 {
    width: 100%;
    height: auto;

}

.content2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.intro-title {
    font-size: 25px;
}

.btn-box {
    opacity: 0;
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.btn-box2 {
    opacity: 1;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.btn-box3 {
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.btn-box5 {
    opacity: 1;
    position: fixed;
    bottom: 0;
    z-index: 99;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: 6vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}


.next-btn {
    width: 100px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 100px;
    border: 1px solid black;
    background-color: transparent;
}

.next-btn2 {
    width: 150px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 100px;
    border: 1px solid black;
    background-color: transparent;
}

.next-btn3 {
    border: none;
    width: 100vw;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    background-color: transparent;
    background-color: white;
}

.next-btn4 {
    border: none;
    width: 100vw;
    text-align: center;
    padding: 10px;
    height: 6vh;
    font-size: 14px;
    background-color: transparent;
    background-color: white;
}

.btn-hover :hover {
    border-radius: 100px;
    color: white;
    background-color: black;
}

.btn-hover2 {
    height: 6vh;

}

.btn-hover2 :hover {
    border-radius: 0px;
    opacity: 0.5;
    height: 6vh;

}

.toggle-box-mom {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.toggle-box {
    width: 70%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}


.open-content {
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    display: inline-block;
    animation: fadeInUp 1s ease-in-out 0s forwards;
    animation-delay: 0s;
    animation-duration: 2s;
}

.open-text {
    padding-left: 20px;
    padding-right: 20px;
}

.men {
    width: 50%;
    float: left;
}

.women {
    width: 50%;
    float: left;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* defines the animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-in-out 0s forwards;
    animation-delay: 0s;
    animation-duration: 2s;
}

.fade-in-slow {
    opacity: 0;
    animation: fadeIn 1s ease-in-out 0s forwards;
    animation-delay: 2s;
    animation-duration: 2s;
}

.fade-in-up {
    opacity: 0;
    animation: fadeInUp 1s ease-in-out 0s forwards;
    animation-delay: 0s;
    animation-duration: 1s;
}

/* 상단 메뉴 */

.animenu__btn {
    display: none;
    cursor: pointer;
    background-color: #111;
    border: 0;
    padding: 10px;
    height: 40px;
    width: 40px;
}

.animenu__btn:hover {
    opacity: 0.5;
}


.animenu__btn__bar {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}

.animenu__btn__bar+.animenu__btn__bar {
    margin-top: 4px;
}

.animenu__btn--active .animenu__btn__bar {
    margin: 0;
    position: absolute;
}

.animenu__btn--active .animenu__btn__bar:nth-child(1) {
    transform: rotate(45deg);
}

.animenu__btn--active .animenu__btn__bar:nth-child(2) {
    opacity: 0;
}

.animenu__btn--active .animenu__btn__bar:nth-child(3) {
    transform: rotate(-45deg);
}

.animenu {
    z-index: 9999;
    top: 0;
    position: fixed;
    color: white;
    background-color: #363636;
    border-bottom: 1px solid #515151;
    width: 100vw;
    display: inline-block;
}

.header-title {
    font-size: 14px;
    width: 50%;
    height: 70px;
    float: left;
    padding: 10px 30px;
}

.animenu ul {
    height: 70px;
    width: 50%;
    text-align: right;
    float: left;
    padding: 0;

    list-style: none;
}

.animenu li,
.animenu a {

    display: inline-block;
    font-size: 15px;
    height: 70px;
    justify-items: center;
    align-items: center;
}

.animenu a {
    color: white;
    text-decoration: none;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animenu__nav {}

.animenu__nav>li {
    position: relative;
    border-left: 1px solid #444444;
}

.animenu__nav>li :hover {
    opacity: 0.5;
}

.animenu__nav>li>a {
    padding: 10px 30px;
    text-transform: uppercase;
}

.animenu__nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.animenu__nav>li:hover>a {
    color: #fff;
}

.animenu__nav>li:focus-within>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.animenu__nav>li:focus-within>a {
    color: #fff;
}

.animenu__nav__hasDropdown:before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 10px;
}

.animenu__nav__dropdown {
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin: 20px 0 0 0;
    background-color: #363636;
    transition: margin 0.15s, opacity 0.15s;
}

.animenu__nav__dropdown>li {
    width: 100%;
    border-bottom: 1px solid #515151;
}

.animenu__nav__dropdown>li:first-child>a:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
}


.animenu__nav__dropdown a {
    padding: 10px;
    width: 100%;
    border-color: #373737;
}


@media screen and (max-width: 826px) {
    .animenu__btn {
        display: inline-block;
    }

    .animenu__nav,
    .animenu__nav__dropdown {
        display: none;
    }

    .animenu__nav {
        border-top: 1px solid #515151;
    }

    .animenu ul {
        width: 40px;
        height: 40px;
    }

    .animenu__nav>li {
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 40px;
        height: 40px;
        border-right: 0;
    }

    .animenu__nav>li:last-child {
        border: 0;
    }


    .animenu__nav>li>a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 10px;
        border-color: #111;
        position: relative;
    }

    .animenu__nav a:hover {
        opacity: 0.5;
        color: #fff;
    }

    .animenu__nav__dropdown {
        position: static;
        background-color: #373737;
        margin: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
    }

    .animenu__nav__dropdown>li:first-child>a:after {
        content: none;
    }

    .animenu__nav__dropdown a {
        padding-left: 20px;
        width: 100%;
    }
}

.animenu__nav--active {
    display: block !important;
}

.animenu__nav--active .animenu__nav__dropdown {
    display: block;
}


#scroll-indicator {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: white;
    transform: translateX(-100%);
}

#contents2 {
    margin-bottom: 100px;
    margin-top: 50px;
}

.content-box {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 50px;
}

.content-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
}

.content-text {
    text-align: left;
}

.graphic-box {
    width: 100vw;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #363636;
}

.graphic-list {
    padding-top: 25px;
    padding-bottom: 25px;
}

.graphic-text {
    margin-top: 20px;
    color: white;
    font-family: 'NeutronicHangeul-Regular',
        sans-serif;
}

.content-img {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.content-img-inner {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content-img-des {
    font-family: 'NeutronicHangeul-Regular',
        sans-serif;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.credit-box {
    text-align: center;
    margin-bottom: 25px;
}

.credit-title {
    font-size: 17px;
    font-weight: bold;
}

.credit-sec {
    margin-top: 60px;
}

.credit-icon {
    width: 55px;
    height: 55px;
    float: left;
    color: white;
    background-color: #363636;
    border-radius: 400px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.credit-icon:hover {
    opacity: 0.5;
}

.icon-box {
    padding-left: 50px;
    padding-right: 50px;
    justify-content: space-around;
    display: flex;
    width: 100vw;
    height: 55px;
    text-align: center;
    margin-bottom: 25px;
}


.credit-icon img {
    justify-content: center;
    align-items: center;
    height: 25px;
}

.ya {
    height: 30px !important;
}

.footer-logo {
    padding-bottom: 20px;
}

.footer-text {
    padding-bottom: 20px;
}

.footer {
    padding: 20px;
    width: 100vw;
    font-size: 13px;
    color: white;
    background-color: #363636;
    font-family: 'NeutronicHangeul-Regular',
        sans-serif;
}

/*
	TOOLTIP

.more_info {
    border-bottom: 1px dotted #000;
    position: relative;
    cursor: pointer;
}

.more_info .popup {
    font-size: 12px;
    line-height: 1.5;
    color: white;
    background-color: #363636;
    font-family: 'NeutronicHangeul-Regular',
        sans-serif;
    position: absolute;
    top: 23px;
    padding: 8px;
    left: 0;
    max-width: 250px;
    min-width: 150px;
    z-index: 100;
    display: none;
}

*/
/*tooltip2*/
abbr {
    text-decoration: none;
    border-bottom: 1px dotted black;
    padding-bottom: 0px;
}

#tooltip {
    text-align: left;
    word-break: keep-all;
    max-width: 240px;
    color: #fff;
    background-color: #363636;
    font-family: 'NeutronicHangeul-Regular',
        sans-serif;
    position: absolute;
    font-size: 12px;
    line-height: 1.5;
    z-index: 100;
    padding: 10px;
}

#tooltip:after
/* triangle decoration
    {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #363636;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #363636;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

*/