@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
}

a {
    color: inherit;
    text-decoration: none;
}

i {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: inherit;
    font-weight: normal;
}

button,
input,
select,
textarea {
    border-radius: 0;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    -webkit-text-size-adjust: none;
}

img {
    display: block;
}

body {
    font-family: 'Pretendard-Regular';
    font-size: 1rem;
    color: #42433E;
    letter-spacing: -0.4pt;
}

#wrap {
    position: relative;
    max-width: 1240px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

#wrap.txtcontainer {
    padding-top: 40px;
}

#popup {
    position: absolute;
    z-index: 99;
    top: 100px;
}

#popup .inner {
    max-width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

#popup .pobox {
    display: inline-block;
    border: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0 10px 20px;
}

#popup img {
    max-width: 300px;
}

#popup .btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 3px 0;
}

#popup .btn button {
    text-align: center;
    display: inline-block;
    width: 50%;
    line-height: 25px;
    font-size: 0.875rem;
}

#popup .btn button:first-child {
    border-right: solid 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
    #popup {
        top: 130px;
    }

    #popup .inner {
        justify-content: start;
    }
}

@media screen and (min-width: 1024px) {
    #popup {
        top: 200px;
    }

    #popup img {
        max-width: 500px;
    }
}

.swiper-wrapper {
    height: auto !important;
}

@media screen and (min-width: 768px) {
    #wrap {
        padding: 0 20px;
    }
}


#video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #ddd;
}

#video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#video video source {
    width: 100%;
    height: 100%;
}

#mutebtn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    font-size: 1.125rem;
    color: #fff;
}

#mutebtn .mute {
    display: none;
}

@media screen and (max-width: 768px) {
    #mutebtn {
        top: auto;
        bottom: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 0.825rem;
    }
}

#slider {
    position: relative;
    z-index: 7;
}

#slider .main-slide .swiper-slide .pc {
    display: none;
}

#slider .main-slide .swiper-slide img {
    max-width: 100%;
}

#slider .main-slide .swiper-pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    padding: 0 15px;
}

#slider .main-slide .custom-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#slider .main-slide .custom-bullet-active {
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width : 768px) {

    #slider .main-slide .swiper-slide img {
        margin: auto;
    }

    #slider .main-slide .swiper-slide .pc {
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #slider .main-slide .swiper-slide .mo {
        display: none;
    }

}

#main-stat {
    padding: 4% 0;
    background-color: #FAFAFA;
}

#main-stat .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

#main-stat .statbox {
    width: 25%;
    text-align: center;
    line-height: 120%;
}

#main-stat .statbox .tit {
    font-size: 0.7rem;
}

#main-stat .statbox .count {
    font-size: 1rem;
    font-weight: 700;
}

#main-stat .statbox .count.point {
    color: #0DA043;
}

#main-stat .cheer {
    width: 70%;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

#main-stat .cheer .cheer-slide {
    height: 40px;
}

#main-stat .cheer .cheer-slide .swiper-slide {
    display: flex;
    align-items: center;
    padding: 15px;
    height: 40px;
    font-size: 0.75rem;
}

#main-stat .cheer .cheer-slide .swiper-slide i {
    font-size: 0.75rem;
    margin-right: 5px;
}

#main-stat .cheer .cheer-slide .swiper-slide span {
    color: #EC991D;
}

@media screen and (min-width : 768px) {
    #main-stat {
        display: flex;
        align-items: center;
        padding: 0;
        height: 100px;
    }

    #main-stat .statbox {
        line-height: normal;
    }

    #main-stat .statbox .tit {
        font-size: 0.875rem;
        margin-bottom: 5px;
    }

    #main-stat .statbox .count {
        font-size: 1.125rem;
    }

    #main-stat .cheer {
        width: 73%;
    }

    #main-stat .cheer .cheer-slide {
        height: 50px;
    }

    #main-stat .cheer .cheer-slide .swiper-slide {
        padding: 15px 20px;
        height: 50px;
        font-size: 0.875rem;
    }

    #main-stat .cheer .cheer-slide .swiper-slide i {
        font-size: 0.875rem;
        margin-right: 7px;
    }

}

@media screen and (min-width : 1240px) {
    #main-stat {
        height: 120px;
    }

    #main-stat .statbox .tit {
        font-size: 1rem;
    }

    #main-stat .statbox .count {
        font-size: 1.75rem;
    }

    #main-stat .cheer {
        width: 75%;
    }

    #main-stat .cheer .cheer-slide {
        height: 70px;
    }

    #main-stat .cheer .cheer-slide .swiper-slide {
        padding: 15px 30px;
        height: 70px;
        font-size: 1.125rem;
    }

    #main-stat .cheer .cheer-slide .swiper-slide i {
        font-size: 1.125rem;
        margin-right: 10px;
    }

}

#main-qbtn {
    background: #f9f9fb;
    padding: 3% 0;
}

#main-qbtn .inner {
    padding: 0;
    padding-left: 20px;
}

#main-qbtn .main-qbtn-slide .swiper-slide {
    width: 60%;
}

#main-qbtn .qbox {
    display: block;
    padding: 20px 15px;
    border-radius: 5px;
    color: #333;
}

#main-qbtn .qbox .icon {
    margin-bottom: 10px;
}

#main-qbtn .qbox .icon img {
    height: 18px;
}

#main-qbtn .qbox .name {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#main-qbtn .qbox .txt {
    line-height: 120%;
}

#main-qbtn .qbox .txt span {
    font-size: 0.75rem;
    display: block;
    font-weight: 300;
}

#main-qbtn .qbox .txt b {
    display: block;
    font-size: 1rem;
}

#main-qbtn .qbox .go {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
}

#main-qbtn .qbox .go object {
    height: 12px;
}

#main-qbtn .qbox.yellow {
    background-color: #F8D661;
}

#main-qbtn .qbox.yellow .txt span {
    color: #90730D;
}

#main-qbtn .qbox.purple {
    background-color: #9B8DE2;
}

#main-qbtn .qbox.purple .txt span {
    color: #5D27A1;
}

#main-qbtn .qbox.green {
    background-color: #54CB71;
}

#main-qbtn .qbox.green .txt span {
    color: #005F26;
}

#main-qbtn.new .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
}

#main-qbtn.new .qbox {
    width: calc(100% / 3 - 40px / 3);
    color: #111;
}

#main-qbtn.new .qbox .icon i {
    font-size: 1.5rem;
    color: #fff;
}

#main-qbtn.new .qbox .go i {
    font-size: 0.75rem;
}

#main-qbtn.new .qbox.q1 {
    background-color: #0085EF;
}

#main-qbtn.new .qbox.q1 .go i {
    color: #0085EF;
}

#main-qbtn.new .qbox.q2 {
    background-color: #9B8DE2;
}

#main-qbtn.new .qbox.q2 .go i {
    color: #9B8DE2;
}

#main-qbtn.new .qbox.q3 {
    background-color: #54CB71;
}

#main-qbtn.new .qbox.q3 .go i {
    color: #54CB71;
}

#main-qbtn.new .qbox.q4 {
    background-color: #FDBBCB;
}

#main-qbtn.new .qbox.q4 .go i {
    color: #FDBBCB;
}

#main-qbtn.new .qbox.q5 {
    background-color: #F8D661;
}

#main-qbtn.new .qbox.q5 .go i {
    color: #F8D661;
}

#main-qbtn.new .qbox.q6 {
    background-color: #BACFE1;
}

#main-qbtn.new .qbox.q6 .go i {
    color: #BACFE1;
}

@media screen and (min-width : 768px) {
    #main-qbtn .inner {
        padding: 0 20px;
    }
}

@media screen and (min-width : 1240px) {
    #main-qbtn {
        padding: 40px 0;
    }

    #main-qbtn .main-qbtn-slide .swiper-slide {
        width: auto;
    }

    #main-qbtn .qbox {
        display: block;
        padding: 30px;
        border-radius: 10px;
    }

    #main-qbtn .qbox .icon {
        margin-bottom: 30px;
    }

    #main-qbtn .qbox .icon img {
        height: 27px;
    }

    #main-qbtn .qbox .txt {
        line-height: normal;
    }

    #main-qbtn .qbox .txt span {
        font-size: 0.875rem;
        font-weight: 400;
        margin-bottom: 5px;
    }

    #main-qbtn .qbox .txt b {
        font-size: 1.25rem;
    }

    #main-qbtn .qbox .go {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width : 1240px) {
    #main-qbtn.new .inner {
        gap: 10px;
    }

    #main-qbtn.new .qbox {
        width: calc(100% / 3 - 20px / 3);
    }
}

@media screen and (max-width : 768px) {
    #main-qbtn.new .qbox {
        width: calc(100% / 2 - 10px / 2);
    }
}

@media screen and (max-width : 575px) {
    #main-qbtn.new .qbox {
        width: 100%;
    }
}

#main-board {
    padding: 20px 0;
    background-color: #F8FFF9;
}

#main-board .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#main-board .board-box {
    width: 100%;
}

#main-board .board-box:first-child {
    margin-bottom: 20px;
}

#main-board .board-box .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#main-board .board-box .tit h3 {
    font-weight: 700;
}

#main-board .board-box .tit .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    color: #fff;
    background-color: #54CB71;
}

#main-board .board-box .tit .more img {
    height: 8px;
}

#main-board .bo-list>ul {
    display: flex;
    flex-wrap: wrap;
}

#main-board .bo-list>ul>li {
    width: 100%;
}

#main-board .bo-list .bo-post {
    display: flex;
    justify-content: space-between;
    align-self: start;
    line-height: 200%;
    font-size: 0.75rem;
}

#main-board .bo-list .bo-post:hover .bo-tit a {
    text-decoration: underline;
}

#main-board .bo-list .bo-post .bo-date {
    opacity: 0.5;
}

@media screen and (min-width : 768px) {
    #main-board {
        padding: 30px 0;
    }

    #main-board .board-box {
        width: 48%;
    }

    #main-board .board-box:first-child {
        margin-bottom: 0;
    }

    #main-board .board-box .tit {
        margin-bottom: 15px;
    }

    #main-board .board-box .tit h3 {
        font-size: 1.125rem;
        font-weight: 700;
    }

    #main-board .board-box .tit .more {
        width: 35px;
        height: 35px;
    }

    #main-board .board-box .tit .more img {
        height: 10px;
    }

    #main-board .bo-list .bo-post {
        line-height: 35px;
        font-size: 0.875rem;
    }
}

@media screen and (min-width : 1240px) {
    #main-board {
        padding: 50px 0;
    }

    #main-board .board-box .tit {
        margin-bottom: 30px;
    }

    #main-board .board-box .tit h3 {
        font-size: 1.375rem;
    }

    #main-board .board-box .tit .more {
        width: 45px;
        height: 45px;
    }

    #main-board .board-box .tit .more img {
        height: 13px;
    }

    #main-board .bo-list .bo-post {
        line-height: 40px;
        font-size: 1rem;
    }
}

#main-event {
    padding: 20px 0;
}

#main-event .inner {
    padding: 0;
    padding-left: 20px;
}

#main-event .tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

#main-event .tit .txt {
    line-height: 120%;
}

#main-event .tit .txt .point {
    font-size: 0.75rem;
    color: #0DA043;
}

#main-event .tit .more {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    background-color: #42433E;
}

#main-event .tit .more img {
    height: 8px;
}

#main-event .bo-list .bo-post {
    width: 60%;
}

#main-event .bo-list .bo-post.bo-nodata {
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    text-align: center;
    padding: 30px 0;
    margin-right: 30px;
}

#main-event .bo-list .bo-post .bo-thum img {
    max-width: 100%;
}

#main-event .bo-list .bo-post .bo-tit {
    display: none;
}

#main-event .main-event-slide .swiper-slide:last-child {
    margin-right: 20px;
}

@media screen and (min-width : 768px) {
    #main-event {
        padding: 30px 0;
    }

    #main-event .inner {
        padding: 0 20px;
    }

    #main-event .tit .txt .point {
        display: block;
        font-size: 0.875rem;
        margin-bottom: 5px;
    }

    #main-event .tit .txt h3 {
        font-size: 1.125rem;
    }

    #main-event .tit .more {
        width: 35px;
        height: 35px;
    }

    #main-event .tit .more img {
        height: 10px;
    }
}

@media screen and (min-width : 1024px) {
    #main-event {
        padding: 50px 0;
    }

    #main-event .inner {
        padding: 0 20px;
    }

    #main-event .tit {
        margin-bottom: 40px;
    }

    #main-event .tit .txt {
        line-height: normal;
    }

    #main-event .tit .txt .point {
        font-size: 1rem;
    }

    #main-event .tit .txt h3 {
        font-size: 1.375rem;
    }

    #main-event .tit .more {
        width: 45px;
        height: 45px;
    }

    #main-event .tit .more img {
        height: 13px;
    }

    #main-event .bo-list .bo-post {
        width: auto;
    }

    #main-event .main-event-slide .swiper-slide:last-child {
        margin-right: 20px;
    }
}

#main-channel {
    padding: 50px 0;
    background-color: #F8FFF9;
}

#main-channel .tit {
    text-align: center;
}

#main-channel .tit h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 10px;
}

#main-channel .tit p {
    font-size: 1.2rem;
}

#main-channel .channel {
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 50px 20px 50px;
}

@media screen and (max-width : 1400px) {
    #main-channel .channel a img {
        width: 170px;
    }
}

@media screen and (max-width : 1240px) {
    #main-channel .channel {
        gap: 20px;
    }

    #main-channel .channel a img {
        width: 140px;
    }
}

@media screen and (max-width : 1024px) {
    #main-channel .tit h3 {
        font-size: 1.375rem;
        margin-bottom: 5px;
    }

    #main-channel .tit p {
        font-size: 1rem;
    }
}

@media screen and (max-width : 768px) {
    #main-channel .tit h3 {
        font-size: 1.125rem;
    }

    #main-channel .tit p {
        font-size: 0.825rem;
    }
    #main-channel .channel {
        gap: 10px;
        padding: 20px;
    }

    #main-channel .channel a img {
        width: 110px;
    }
}


#svisual {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 1px !important;
    background-color: #EAF6EC;
    background-color: rgba(25, 42, 137, 0.1);
}

#svisual span {
    display: block;
    width: 100%;
    font-size: 0.75rem;
    color: #005F26;
    margin-bottom: 3px;
    font-size: 0px !important;
}

#svisual h2 {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    font-size: 0px !important;
}

@media screen and (min-width: 768px) {
    #svisual {
        height: 120px;
    }

    #svisual span {
        font-size: 0.875rem;
        margin-bottom: 5px;
    }

    #svisual h2 {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1024px) {
    #svisual {
        height: 180px;
    }

    #svisual span {
        font-size: 1rem;
    }

    #svisual h2 {
        font-size: 1.25rem;
    }
}

#scont-wrap {
    padding: 30px 0;
}

@media screen and (min-width: 768px) {
    #scont-wrap {
        padding: 40px 0;
    }
}

@media screen and (min-width: 1240px) {
    #scont-wrap {
        padding: 50px 0;
    }
}

#scont-wrap .no-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(25, 42, 137, 0.1);
}

#scont-wrap .no-data i {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 5px;
    font-size: 1rem;
}

#scont-wrap .no-data p {
    display: block;
}

/* user login */
#user-login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
}

#user-login-page h1 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}

.login-area {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 15px;
    max-width: 440px;
    width: 100%;
}

.login-area h2 {
    color: #999;
    font-weight: 600;
    font-size: 1.125rem;
    margin-top: 10px;
}

.login-area form {}

.login-area .logo {
    text-align: center;
}

.login-area .logo img {
    max-width: 180px;
    display: inline-block;
}

#login-fs {
    border: none;
}

#login-fs .user-id,
#login-fs .user-pw {
    display: flex;
    align-items: center;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

#login-fs .icon-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    font-size: 0.75rem;
    color: #192A89;
}

#login-fs input[type=text],
#login-fs input[type=password] {
    width: 100%;
    height: 40px;
    border: none;
}

#login-fs input[type=text]:focus,
#login-fs input[type=password]:focus {
    outline: none;
}

#login-fs input[type=text]::placeholder,
#login-fs input[type=password]::placeholder {
    color: #999;
}

#login-fs .login-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 20px;
}

#login-fs .login-info .login-save {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    font-size: 0.875rem;
}

#login-fs .login-info .login-save input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    z-index: 1;
    border-radius: 50%;
}

#login-fs .login-info .login-save label {
    display: inline-block;
}

#login-fs .login-info .login-save label::before {
    content: '✔';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 0.75rem;
    background-color: #999;
    color: #fff;
}

#login-fs .login-info .login-save input:checked+label::before {
    background-color: #192A89;
}

#login-fs .login-info .login-ipfind {
    color: #333;
    font-size: 0.875rem;
    text-decoration: underline;
}

#login-fs .login-info .login-ipfind i {
    margin-right: 2px;
}

#login-fs button[type=button] {
    width: 100%;
    height: 40px;
    background-color: #192A89;
    color: #fff;
    border-radius: 5px;
}

@media screen and (max-width: 1240px) {
    .login-area {
        background-color: #fff;
        padding: 40px 20px;
        max-width: 440px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #user-login-page {
        max-width: 500px;
        padding: 0 20px;
        border-radius: 10px;
    }

    .login-area {
        background-color: #fff;
        padding: 30px 10px;
        border-radius: 15px;
        max-width: 440px;
        width: 100%;
    }

    #login-fs input[type=text] {
        height: 35px;
    }

    #login-fs .icon-cell {
        width: 35px;
    }

    #login-fs .login-info {
        margin: 20px 0 25px;
    }

    #login-fs button[type=button] {
        height: 35px;
    }
}

/**/

#scont-wrap .imgbox {
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
}

#scont-wrap .imgbox img {
    display: inline-block;
    max-width: 100%;
}

#scont-wrap .imgbox img.intro-img {
    width: 200px;
    margin-bottom: 10px;
}

#scont-wrap .txtbox {
    text-align: center;
    margin-bottom: 20px;
}

#scont-wrap .txtbox.tleft {
    text-align: left;
    margin-bottom: 20px;
}

#scont-wrap .txtbox>* {
    margin-bottom: 20px;
}

#scont-wrap .txtbox>*:last-child {
    margin-bottom: 0;
}

#scont-wrap .txtbox .green {
    color: #0DA043;
}

#scont-wrap .txtbox .orange {
    color: #DF7411;
}

#scont-wrap .txtcontainer .txtbox .orange {
    margin-right: 8px;
}

#scont-wrap .txtcontainer .txtbox h4 {
    margin-bottom: 32px;
}

#scont-wrap .txtbox h4 {
    font-size: 1.25rem;
    line-height: 160%;
}

#scont-wrap .txtbox p {
    font-size: 1rem;
    line-height: 160%;
    color: #999;
}

#scont-wrap .txtbox p {
    font-size: 1rem;
    line-height: 160%;
    color: #666;
}

#scont-wrap .txtcontainer .txtbox p {
    background: url("../img/bg.png") no-repeat center center;
}

#scont-wrap .txtbox p strong {
    color: #192A89;
    font-size: 1.2em;
}

#scont-wrap .probox {
    background-color: #f8f8f8;
}

#scont-wrap .probox+.probox {
    background-color: #f2f2f2;
}

#scont-wrap .probox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f8f8f8;
    padding: 30px 20px 20px;
}

#scont-wrap .probox .inner h2 {
    padding-bottom: 40px;
    font-size: 1.3rem;
}

#scont-wrap .probox+.probox .inner {
    background-color: #f2f2f2;
}

#scont-wrap .probox li.col-1,
#scont-wrap .probox li.col-2,
#scont-wrap .probox li.col-3 {
    width: 100%;
}

#scont-wrap .probox li.col-4,
#scont-wrap .probox li.col-5 {
    width: 100%;
}

#scont-wrap .probox li.box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    border: solid 1px rgba(25, 42, 137, 0.1);
    margin-bottom: 10px;
}

#scont-wrap .probox .icon-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #0DA043;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 0.875rem;
}

#scont-wrap .probox .thum {
    width: 100%;
    text-align: center;
    padding: 0;
}

#scont-wrap .probox .thum img {
    display: inline-block;
    width: 100px;
    margin-bottom: 5px;
}

#scont-wrap .probox .thum h5 {
    font-size: 1.125rem;
}

#scont-wrap .probox .txt {
    width: calc(100% - 75px);
}

#scont-wrap .probox .many .txt {
    padding: 15px 0;
}

#scont-wrap .probox .txt .orange {
    color: #DF7411;
}

#scont-wrap .probox .txt .gray {
    color: #999;
}

#scont-wrap .probox .col-1 .txt {
    width: 100%;
}

#scont-wrap .probox .txt b {
    display: block;
    margin-bottom: 5px;
}

#scont-wrap .probox .txt h4 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #0DA043;
    line-height: 160%;
}

#scont-wrap .probox .txt p {
    font-size: 0.875rem;
    line-height: 160%;
}

#scont-wrap .link-btn {
    text-align: center;
    margin-top: 20px;
}

#scont-wrap .link-btn a {
    display: inline-block;
    background-color: #0DA043;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 0.875rem;
}

#scont-wrap .link-btn a i {
    margin-left: 10px;
    font-size: 0.75rem;
}

#scont-wrap .guidebox .tit {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 180%;
    margin-bottom: 10px;
}

#scont-wrap .guidebox .orange {
    color: #DF7411;
}

#scont-wrap .guidebox .box {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    background-color: #fcfcfc;
    border: solid 1px #eee;
    margin-bottom: 20px;
    font-size: 0.875rem;
}

#scont-wrap .guidebox .box:last-child {
    margin-bottom: 40px;
}

#scont-wrap .guidebox .box .icon-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #DF7411;
    color: #fff;
    margin-right: 20px;
    font-size: 1.125rem;
}

#scont-wrap .guidebox .box .txt {
    line-height: 160%;
}

#scont-wrap .guidebox .box .txt b {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
}

#scont-wrap .guidebox .box .txt b.orange {
    color: #DF7411;
}

@media screen and (min-width: 768px) {
    #scont-wrap br.mo {
        display: none;
    }

    #scont-wrap .txtbox h4 {
        font-size: 1.5rem;
    }

    #scont-wrap .txtbox p {
        font-size: 1.125rem;
    }

    #scont-wrap .probox li.col-2
    #scont-wrap .probox li.col-4,
    #scont-wrap .probox li.col-5 {
        width: 49%;
    }

    #scont-wrap .probox li.box {
        padding: 15px;
    }

    #scont-wrap .probox .thum {
        text-align: center;
    }

    #scont-wrap .probox .txt {
        width: calc(100% - 70px);
    }

    #scont-wrap .link-btn {
        margin-top: 30px;
    }

    #scont-wrap .link-btn a {
        padding: 20px 25px;
        font-size: 1rem;
    }

    #scont-wrap .link-btn a i {
        margin-left: 10px;
        font-size: 0.75rem;
    }

    #scont-wrap .guidebox .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: self-start;
    }

    #scont-wrap .guidebox .tit {
        width: 100%;
        font-size: 1.25rem;
    }

    #scont-wrap .guidebox .box.col-1 {
        width: 100%;
    }

    #scont-wrap .guidebox .box.col-2 {
        width: 49%;
        min-height: 150px;
    }

    #scont-wrap .guidebox .box.col-3 {
        width: 32%;
    }

    #scont-wrap .guidebox .box {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    #scont-wrap .guidebox .box:last-child {
        margin-bottom: 30px;
    }

    #scont-wrap .guidebox .box .icon-cell {
        width: 70px;
        height: 70px;
        margin: 0 20px;
        font-size: 1.25rem;
    }

    #scont-wrap .guidebox .box .txt {
        line-height: 140%;
    }

    #scont-wrap .guidebox .box .txt b {
        margin-bottom: 10px;
        font-size: 1.125rem;
    }

}

@media screen and (min-width: 1240px) {
    #scont-wrap .imgbox {
        max-width: 100%;
        margin-bottom: 30px;
    }

    #scont-wrap .txtbox {
        max-width: 100%;
        margin-bottom: 50px;
    }

    #scont-wrap .txtbox h4 {
        font-size: 1.75rem;
    }

    #scont-wrap .txtbox p {
        font-size: 1.25rem;
    }

    #scont-wrap .probox .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #f8f8f8;
        padding: 40px 20px;
    }

    #scont-wrap .probox.process .inner {
        padding: 60px 20px 40px;
    }

    #scont-wrap .probox li.col-3 {
        width: 32.5%;
    }

    #scont-wrap .probox li.col-2{
        width: 49.5%;
    }
    #scont-wrap .probox li.col-4 {
        width: 24%;
    }

    #scont-wrap .probox li.col-5 {
        width: 19%;
    }

    #scont-wrap .probox li.box {
        position: relative;
        flex-wrap: wrap;
        align-items: self-start;
        padding: 0 20px 20px;
    }

    #scont-wrap .probox .icon-cell {
        position: absolute;
        top: -20px;
        left: 15px;
    }

    #scont-wrap .probox .thum {
        padding-bottom: 20px;
    }

    #scont-wrap .probox .thum img {
        width: 180px;
        margin-bottom: 10px;
    }

    #scont-wrap .probox .thum h5 {
        font-size: 1.25rem;
    }

    #scont-wrap .probox .txt {
        width: 100%;
        padding-top: 50px;
    }

    #scont-wrap .probox .col-1 .txt {
        padding-top: 30px;
    }

    #scont-wrap .probox .txt p {
        font-size: 1rem;
        line-height: 140%;
    }

    #scont-wrap .link-btn {
        margin-top: 50px;
    }

    #scont-wrap .link-btn a {
        padding: 20px 30px;
        font-size: 1.125rem;
    }

    #scont-wrap .link-btn a i {
        margin-left: 10px;
        font-size: 0.875rem;
    }
}

/**/

.qroom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.qroom-wrap .qroom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.qroom-wrap .qroom .tit {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.qroom-wrap .qroom .tit .icon-cell {
    display: inline-block;
}

.qroom-wrap .qroom .room-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.qroom-wrap .qroom .room-list .noroom {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 10px;
    background-color: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(25, 42, 137, 0.1);
    font-size: 0.875rem;
    margin-bottom: 10px;
    line-height: 140%;
    word-break: keep-all;
}

.qroom-wrap .qroom .box {
    transition: all 0.2s;
    display: inline-block;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.2);
    padding: 15px 10px;
    border-radius: 7px;
    margin-bottom: 10px;
    background-color: #fff;
    text-align: left;
}

.qroom-wrap .qroom .box .sname {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 0.75rem;
    margin-bottom: 5px;
}

.qroom-wrap .qroom .box h4 {
    font-weight: 600;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    font-size: 1rem;
}

.qroom-wrap .qroom .box .date {
    padding: 15px 0;
    font-size: 0.875rem;
}

.qroom-wrap .qroom .box .date .week {
    margin-bottom: 10px;
}

.qroom-wrap .qroom .box .date .week span {
    display: inline-block;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 0.75rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
}

.qroom-wrap .qroom .box .teacher {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    font-size: 0.875rem;
    text-align: left;
    color: #999;
}

/* red */
.qroom-wrap .qroom .box.red {
    border-color: #E7C2C2;
}

.qroom-wrap .qroom .box.red:hover {
    border-color: #C92C2C;
    background-color: #FFF5F5;
}

.qroom-wrap .qroom .box.red .sname {
    background-color: #C92C2C;
}

.qroom-wrap .qroom .box.red h4 {
    color: #C92C2C;
    border-color: #E7C2C2;
}

.qroom-wrap .qroom .box.red .teacher {
    border-color: #E7C2C2;
}

/* orange */
.qroom-wrap .qroom .box.orange {
    border-color: #F7DDC8;
}

.qroom-wrap .qroom .box.orange:hover {
    border-color: #EE6E31;
    background-color: #FFFAF6;
}

.qroom-wrap .qroom .box.orange .sname {
    background-color: #EE6E31;
}

.qroom-wrap .qroom .box.orange h4 {
    color: #EE6E31;
    border-color: #F7DDC8;
}

.qroom-wrap .qroom .box.orange .teacher {
    border-color: #F7DDC8;
}

/* yellow */
.qroom-wrap .qroom .box.yellow {
    border-color: #F8E2B8;
}

.qroom-wrap .qroom .box.yellow:hover {
    border-color: #EEAE31;
    background-color: #FFFCF5;
}

.qroom-wrap .qroom .box.yellow .sname {
    background-color: #EEAE31;
}

.qroom-wrap .qroom .box.yellow h4 {
    color: #EEAE31;
    border-color: #F8E2B8;
}

.qroom-wrap .qroom .box.yellow .teacher {
    border-color: #F8E2B8;
}

/* green */
.qroom-wrap .qroom .box.green {
    border-color: #CADFB4;
}

.qroom-wrap .qroom .box.green:hover {
    border-color: #5CA966;
    background-color: #F4FBEE;
}

.qroom-wrap .qroom .box.green .sname {
    background-color: #5CA966;
}

.qroom-wrap .qroom .box.green h4 {
    color: #5CA966;
    border-color: #D8E8C8;
}

.qroom-wrap .qroom .box.green .teacher {
    border-color: #D8E8C8;
}

/* blue */
.qroom-wrap .qroom .box.blue {
    border-color: #B8CFE5;
}

.qroom-wrap .qroom .box.blue:hover {
    border-color: #316EA7;
    background-color: #F2FCFF;
}

.qroom-wrap .qroom .box.blue .sname {
    background-color: #316EA7;
}

.qroom-wrap .qroom .box.blue h4 {
    color: #316EA7;
    border-color: #B8CFE5;
}

.qroom-wrap .qroom .box.blue .teacher {
    border-color: #B8CFE5;
}

/* purple */
.qroom-wrap .qroom .box.purple {
    border-color: #D4BBE8;
}

.qroom-wrap .qroom .box.purple:hover {
    border-color: #7331A7;
    background-color: #F9F1FF;
}

.qroom-wrap .qroom .box.purple .sname {
    background-color: #7331A7;
}

.qroom-wrap .qroom .box.purple h4 {
    color: #7331A7;
    border-color: #D4BBE8;
}

.qroom-wrap .qroom .box.purple .teacher {
    border-color: #D4BBE8;
}

/* clear */
.qroom-wrap .qroom .box.clear {
    border-color: #B7E7E4;
}

.qroom-wrap .qroom .box.clear:hover {
    /*	230526 edit	*/
    border-color: #31A7A0;
    background-color: #F5FFFE;
}

.qroom-wrap .qroom .box.clear .sname {
    background-color: #31A7A0;
}

.qroom-wrap .qroom .box.clear h4 {
    color: #31A7A0;
    border-color: #B7E7E4;
}

.qroom-wrap .qroom .box.clear .teacher {
    border-color: #B7E7E4;
}

/* orchid */
.qroom-wrap .qroom .box.orchid {
    border-color: #E0B4CF;
}

.qroom-wrap .qroom .box.orchid:hover {
    border-color: #A73178;
    background-color: #FFF1F9;
}

.qroom-wrap .qroom .box.orchid .sname {
    background-color: #A73178;
}

.qroom-wrap .qroom .box.orchid h4 {
    color: #A73178;
    border-color: #E0B4CF;
}

.qroom-wrap .qroom .box.orchid .teacher {
    border-color: #E0B4CF;
}

@media screen and (min-width: 768px) {
    .qroom-wrap .qroom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .qroom-wrap .qroom .tit {
        font-size: 1.25rem;
    }

    .qroom-wrap .qroom .box {
        width: 25%;
    }
}

@media screen and (min-width: 1240px) {
    .qroom-wrap .qroom .room-list .noroom {
        font-size: 1rem;
    }

    .qroom-wrap .qroom .tit {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .qroom-wrap .qroom .box {
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .qroom-wrap .qroom .box .sname {
        padding: 4px 7px;
        font-size: 0.875rem;
        margin-bottom: 10px;
    }

    .qroom-wrap .qroom .box h4 {
        font-size: 1.25rem;
    }

    .qroom-wrap .qroom .box .date {
        font-size: 0.875rem;
    }

    .qroom-wrap .qroom .box .date .week span {
        width: 30px;
        line-height: 30px;
        font-size: 0.875rem;
    }

    .qroom-wrap .qroom .box .teacher {
        border-top: solid 1px rgba(0, 0, 0, 0.1);
        padding-top: 10px;
        font-size: 0.875rem;
    }
}

/* stab */
#scont-wrap .stab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

#scont-wrap .stab li {
    margin: 0 5px;
}

#scont-wrap .stab li a {
    display: block;
    padding: 10px 20px;
    border-radius: 50px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    font-size: 0.75rem;
}

#scont-wrap .stab li.on a {
    background-color: #0DA043;
    border-color: #0DA043;
    color: #fff;
}

@media screen and (min-width: 768px) {
    #scont-wrap .stab {
        margin-bottom: 30px;
    }

    #scont-wrap .stab li {
        margin: 0 5px;
    }

    #scont-wrap .stab li a {
        padding: 15px 30px;
        font-size: 0.875rem;
    }

    #scont-wrap .stab li.on a {
        color: #fff;
    }
}

@media screen and (min-width: 1240px) {
    #scont-wrap .stab {
        margin-bottom: 40px;
    }

    #scont-wrap .stab li a {
        padding: 20px 50px;
        font-size: 1.125rem;
    }
}

/* board */
#scont-wrap .board .search {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f9f9f9;
    padding: 15px 10px;
    margin-bottom: 20px;
}

#scont-wrap .board .search .select-box {
    margin-right: 5px;
}

#scont-wrap .board .search .select-box select {
    background: url("../img/select-btn.png") no-repeat center right/contain;
    height: 30px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    padding-right: 20px;
    font-size: 0.75rem;
}

#scont-wrap .board .search input {
    height: 30px;
    background: #fff;
    padding: 0 10px;
    width: 40%;
    font-size: 0.75rem;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

#scont-wrap .board .search button {
    transition: all 0.2s;
    height: 30px;
    padding: 0 10px;
    font-size: 0.75rem;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

#scont-wrap .board .search button:hover {
    background-color: #333;
}

@media screen and (min-width: 768px) {
    #scont-wrap .board .search {
        padding: 25px;
        margin-bottom: 30px;
    }

    #scont-wrap .board .search .select-box {
        margin-right: 10px;
    }

    #scont-wrap .board .search .select-box select {
        height: 45px;
        padding-right: 30px;
        font-size: 0.875rem;
    }

    #scont-wrap .board .search input {
        height: 45px;
        padding: 0 15x;
        font-size: 0.875rem;
    }

    #scont-wrap .board .search button {
        height: 45px;
        padding: 0 20px;
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 1240px) {
    #scont-wrap .board .search {
        padding: 30px;
        margin-bottom: 30px;
    }

    #scont-wrap .board .search .select-box {
        margin-right: 10px;
    }

    #scont-wrap .board .search .select-box select {
        height: 50px;
        padding-right: 30px;
        font-size: 0.875rem;
    }

    #scont-wrap .board .search input {
        height: 50px;
        padding: 0 15x;
        font-size: 0.875rem;
    }

    #scont-wrap .board .search button {
        height: 50px;
        padding: 0 25px;
        font-size: 0.875rem;
    }
}

#scont-wrap .board .title {
    margin-bottom: 5px;
    font-size: 0.75rem;
}

#scont-wrap .board .title .point {
    color: #0DA043;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #scont-wrap .board .title {
        margin-bottom: 10px;
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 1240px) {
    #scont-wrap .board .title {
        margin-bottom: 15px;
        font-size: 1rem;
    }
}

#scont-wrap .board .table table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 0.75rem;
    margin-bottom: 30px;
}

#scont-wrap .board .table tr {
    width: 100%;
}

#scont-wrap .board .table thead tr {
    background-color: #f2f2f2;
}

#scont-wrap .board .table tbody tr:hover {
    background-color: #fbfbfb;
}

#scont-wrap .board .table tr th {
    text-align: center;
    white-space: nowrap;
}

#scont-wrap .board .table tr td {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

#scont-wrap .board .table td.subject {
    text-align: left;
}

#scont-wrap .board .table td.subject a:hover {
    font-weight: 500;
    text-decoration: underline;
}

#scont-wrap .board .table th,
#scont-wrap .board .table td {
    position: relative;
    padding: 10px 5px;
}

#scont-wrap .board .gal-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    font-size: 0.875rem;
}

#scont-wrap .board .gal-list li {
    display: inline-block;
    width: calc(100% / 2);
    padding: 0 5px;
    box-sizing: border-box;
}

#scont-wrap .board .gal-list li.gal-nodata {
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    padding: 50px 0;
    margin: 0 5px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

#scont-wrap .board .gal-list li .box {
    transition: all 0.2s;
    display: block;
    border: solid 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

#scont-wrap .board .gal-list li .box:hover {
    border: solid 1px rgba(0, 0, 0, 0.5);
}

#scont-wrap .board .gal-list li .thum img {
    width: 100%;
    max-width: 100%;
}

#scont-wrap .board .gal-list li .txt {
    padding: 0 10px;
}

#scont-wrap .board .gal-list .bo-tit {
    transition: all 0.2s;
    padding: 15px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

#scont-wrap .board .gal-list li .box:hover .bo-tit {
    color: #0DA043;
}

#scont-wrap .board .gal-list .bo-info {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 0.75rem;
    opacity: 0.5;
}

#scont-wrap .board .paging {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#scont-wrap .board .paging li {
    margin: 0 2px;
}

#scont-wrap .board .paging li a {
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 0.75rem;
}

#scont-wrap .board .paging li:hover a,
#scont-wrap .board .paging li.active a {
    border: solid 1px #0DA043;
    color: #0DA043;
}

#scont-wrap .board .paging li a i {
    font-size: 0.5rem;
}

#scont-wrap .board .view .bo-tit {
    padding: 15px 10px;
    background-color: #f2f2f2;
    font-size: 0.875rem;
}

#scont-wrap .board .view .bo-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 0.75rem;
    opacity: 0.5;
}

#scont-wrap .board .view .bo-con {
    padding: 10px;
    font-size: 0.75rem;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

#scont-wrap .board .view .bo-con img {
    max-width: 100%;
    height: auto;
}

#scont-wrap .board .view .bo-att {
    margin-bottom: 20px;
}

#scont-wrap .board .view .bo-att li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 0.75rem;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

#scont-wrap .board .view .bo-att li .tit {
    width: 60px;
    opacity: 0.5;
}

#scont-wrap .board .view .bo-att li a {
    font-weight: bold;
}

#scont-wrap .board .view .bo-att li a:hover {
    color: #0DA043;
    text-decoration: underline;
}

#scont-wrap .board .view .bo-list-btn {
    text-align: center;
}

#scont-wrap .board .view .bo-list-btn button {
    padding: 10px 15px;
    background-color: #0DA043;
    color: #fff;
    border-radius: 5px;
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    #scont-wrap .board .table table {
        font-size: 0.875rem;
        margin-bottom: 40px;
    }

    #scont-wrap .board .table th,
    #scont-wrap .board .table td {
        position: relative;
        padding: 15px 10px;
    }

    #scont-wrap .board .gal-list {
        margin: 0 -10px;
    }

    #scont-wrap .board .gal-list li {
        display: inline-block;
        width: calc(100% / 3);
        padding: 0 10px;
    }

    #scont-wrap .board .gal-list li.gal-nodata {
        padding: 80px 0;
        margin: 0 10px;
    }

    #scont-wrap .board .gal-list li .box {
        margin-bottom: 25px;
    }

    #scont-wrap .board .gal-list li .txt {
        padding: 0 15px;
    }

    #scont-wrap .board .gal-list .bo-tit {
        padding: 20px 0 15px;
    }

    #scont-wrap .board .gal-list .bo-info {
        padding: 12px 0;
        font-size: 0.875rem;
    }

    #scont-wrap .board .view .bo-tit {
        padding: 20px;
        font-size: 1rem;
    }

    #scont-wrap .board .view .bo-con {
        padding: 20px 20px;
        font-size: 0.875rem;
    }

    #scont-wrap .board .view .bo-info,
    #scont-wrap .board .view .bo-list-btn button,
    #scont-wrap .board .view .bo-att li {
        padding: 15px 20px;
        font-size: 0.875rem;
    }

    #scont-wrap .board .view .bo-att {
        margin-bottom: 20px;
    }

    #scont-wrap .board .view .bo-att li .tit {
        width: 70px;
    }
}

@media screen and (min-width: 1240px) {
    #scont-wrap .board .table table {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
        font-size: 1rem;
    }

    #scont-wrap .board .table tr {
        width: 100%;
    }

    #scont-wrap .board .table thead tr {
        background-color: #f2f2f2;
    }

    #scont-wrap .board .table tr th {
        text-align: center;
        white-space: nowrap;
    }

    #scont-wrap .board .table tr td {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    }

    #scont-wrap .board .table th,
    #scont-wrap .board .table td {
        position: relative;
    }

    #scont-wrap .board .gal-list {
        margin: 0 -10px;
    }

    #scont-wrap .board .gal-list li {
        display: inline-block;
        width: calc(100% / 4);
        padding: 0 10px;
    }

    #scont-wrap .board .gal-list li.gal-nodata {
        padding: 100px 0;
    }

    #scont-wrap .board .gal-list {
        font-size: 1.125rem;
    }

    #scont-wrap .board .view .bo-tit {
        padding: 30px 20px;
        font-size: 1.125rem;
    }

    #scont-wrap .board .view .bo-con {
        padding: 30px 20px;
        font-size: 1rem;
    }

    #scont-wrap .board .view .bo-info,
    #scont-wrap .board .view .bo-att li {
        padding: 20px;
        font-size: 1rem;
    }


    #scont-wrap .board .view .bo-list-btn button {
        padding: 20px 30px;
        font-size: 1rem;
    }

    #scont-wrap .board .paging li {
        margin: 0 5px;
    }

    #scont-wrap .board .paging li a {
        border-radius: 5px;
        width: 30px;
        height: 30px;
        font-size: 0.875rem;
    }
}


#footer {
    position: relative;
    padding-top: 10px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

#footer .flink {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0.75rem;
}

#footer .flink a {
    line-height: 30px;
    margin: 0 5px;
}

#footer .fwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 0 16px;
    line-height: 120%;
}

#footer .fwrap .info {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 80%;
    margin-top: 16px;
}

#footer .fwrap .info h2 {
    display: block;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 10px;
}

#footer .fwrap .info span {
    display: inline-block;
    font-size: 0.75rem;
    opacity: 0.5;
    margin: 0 5px;
}

#footer .fwrap .call {
    order: 0;
    width: 100%;
    margin-bottom: 15px;
}

#footer .fwrap .call a {
    display: block;
    font-size: 1.25rem;
    margin: 8px 0;
}

#footer .fwrap .call p {
    font-size: 0.75rem;
}

#footer .fwrap .call a+p {
    opacity: .5;
}

#footer .fwrap .call p strong {
    font-size: 1rem;
    font-weight: 400;
}

#footer .copy {
    display: block;
    width: 100%;
}

@media screen and (min-width : 1240px) {
    #footer {
        padding-top: 24px;
        color: #fff;
        text-align: left;
    }

    #footer .flink {
        justify-content: left;
        font-size: 0.875rem;
    }

    #footer .flink a {
        line-height: 30px;
        margin: 0 10px;
    }

    #footer .flink a:first-child {
        margin-left: 0;
    }

    #footer .fwrap {
        position: relative;
        justify-content: space-between;
        align-items: flex-end;
        /*padding: 30px 0;*/
        line-height: normal;
        padding: 0 0 32px;
    }

    #footer .fwrap .info {
        order: 0;
        justify-content: flex-start;
        max-width: 400px;
    }

    #footer .fwrap .info h2 {
        display: block;
        width: 100%;
        font-size: 1.25rem;
        margin-bottom: 10px;
        line-height: 45px;
    }

    #footer .fwrap .info span {
        display: block;
        width: 100%;
        font-size: 0.875rem;
        margin: 0;
        margin-right: 10px;
        line-height: 25px;
    }

    #footer .fwrap .call {
        order: 1;
        width: auto;
        text-align: right;
        margin-bottom: 0;
    }

    #footer .fwrap .call a {
        display: block;
        margin: 0 0 16px;
        /* font-size: 1.5rem;
        margin-bottom: 10px;*/
        /*line-height: 45px;*/
    }

    #footer .fwrap .call p {
        font-size: 0.875rem;
        /*opacity: 0.5;*/
        line-height: 25px;
    }

}

#user-login-page.pwsearch {
    flex-direction: column;
    overflow: visible;
}

#user-login-page.pwsearch fieldset {
    max-width: 440px;
    margin: 0 auto;
}

.pwsearch .step {
    width: 100%;
    display: flex;
    font-size: 14px;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 16px;
}

.pwsearch .step li {
    margin-left: 16px;
    line-height: 2;
}

.pwsearch .step li+li:before {}

.pwsearch .step li.active {
    font-weight: 700;
    color: #192A89;
    border-bottom: 2px solid #192A89;
}

#user-login-page.pwsearch .login-area .logo {
    flex-direction: column;
}

.pwsearch .login-area {
    padding: 0 0 32px;
    max-width: none;
}

.pwsearch .login-area h2 {
    color: #333;
    font-weight: 400;
}

.pwsearch .login-area h2+p {
    color: #666;
    font-size: 12px;
    margin: 8px 0;
    line-height: 1.4;
}

.pwsearch .login-info .info {
    width: 440px;
    position: absolute;
    top: 57px;
    left: -30px;
    display: none;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    font-size: 14px;
    line-height: 2;
}

.pwsearch .login-info input:checked~.info {
    display: block;
}

.pwsearch .login-info input+label {
    color: #333;
    font-size: 0.875rem;
    text-decoration: underline;
    cursor: pointer;
}

.pwsearch .login-info input+label i {
    margin-right: 4px;
}

.pwsearch .login-info .info p {}

.pwsearch .login-info .info dl {}

.pwsearch .login-info .info dt {
    font-size: 15px;
    margin: 16px 0 8px;
}

.pwsearch .login-info .info dd {}

.pwsearch .login-info .info dd:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #192A89;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
}

.pwsearch #login-fs .login-info {
    position: relative;
}

.pwsearch #login-fs .login-info .back a {
    font-size: 0.875rem;
}

.pwsearch #login-fs .login-info .back a i {
    margin-right: 4px;
}

.pwsearch .information {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 16px 8px 0;
}

.pwsearch .information p {
    font-size: 12px;
    line-height: 1.6;
}

.pwsearch .information p+p {
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .pwsearch .login-area {
        padding: 0 0 32px;
    }

    .pwsearch .login-area h2+p {
        font-size: 15px;
        margin-top: 8px;
    }

    .pwsearch .information {
        padding: 32px 32px 0;
        font-size: 14px;
        line-height: 1.6;
    }

    .pwsearch .information p {
        font-size: 14px;
    }
}



.mypageWrap .table table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.mypageWrap .table th {
    background-color: #EDF0F5;
    font-weight: 500;
}

.mypageWrap .table tr {
    width: 100%;
}

.mypageWrap .table tr th {
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
}

.mypageWrap .table tr td {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    font-size: 13px;
}

.mypageWrap .table tr {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.mypageWrap .table th,
.mypageWrap .table td {
    position: relative;
    padding: 8px;
}


.mypageWrap .btnWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.mypageWrap .btnWrap a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #999;
    color: #333;
}

.mypageWrap .btnWrap a i {
    margin-right: 8px;
    font-size: 1rem;
}

.mypageWrap .btnWrap a+a {
    background-color: #192A89;
    color: #fff;
    border: none;
}

.mypageWrap .table input[type="text"],
.mypageWrap .table input[type="password"] {
    max-width: 100%;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

@media screen and (min-width: 768px) {

    .mypageWrap .table tr th,
    .mypageWrap .table tr td {
        font-size: 16px;
        padding: 16px;
    }

    .mypageWrap .btnWrap {
        margin-top: 32px;
    }

    .mypageWrap .btnWrap a {
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }
}

.ft-kakao {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width:1240px) {
    .ft-kakao {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .ft-kakao>div {
        order: 1;
        width: 100%;
    }

    .ft-kakao>.right {
        order: 0;
        display: flex;
        justify-content: center;
    }

    .ft-kakao>.right img {
        width: 30px;
    }
}

.ai-box {
    background-color: #fafafa;
    padding: 70px 0;
}

.ai-box .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.ai-box .box {
    position: relative;
    width: calc(100% / 3 - 10px);
    background-color: #fff;
    padding: 30px 30px 20px;
    border: solid 1px rgba(25, 42, 137, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-box .box .num {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #0da043;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.ai-box .box .txt b {
    color: #0da043;
    display: block;
    margin-bottom: 5px;
}

.ai-box .box .txt p {
    line-height: 140%;
}

@media screen and (max-width: 1240px) {
    .ai-box {
        padding: 50px 0;
    }

    .ai-box .box {
        padding: 20px;
    }

    .ai-box .box .img img {
        width: 90px;
    }

    .ai-box .box .txt {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 768px) {
    .ai-box {
        padding: 30px 0;
    }

    .ai-box .box {
        width: 49%;
        padding: 20px;
    }

    .ai-box .box .img img {
        width: 80px;
    }
}

@media screen and (max-width: 575px) {
    .ai-box {
        padding: 30px 0;
    }

    .ai-box .box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ai-box .box>div {
        width: 100%;
        text-align: center;
    }

    .ai-box .box .img img {
        width: 80px;
        margin: auto;
    }
}