.brd-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 61.7vw;
    margin-right: auto;
    margin-left: 10vw;
    padding-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.brd-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.brd-div1 {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 8px;
}

.brd-headwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.brd-head {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 2px;
    font-family: 'Bccardl', sans-serif;
    font-weight: bold;
    color: #fbfbf8;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -1.5px;
}

.brd {
    font-family: 'Bccardl', sans-serif;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: -2px;
    line-height: 110%;
    -webkit-text-stroke: #1A212B 0.2px;
    color: #1A212B;
    /* padding: 6px 8px 5px; */
    padding: 6px 9px 5px 6px;
    border-radius: 200px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.brd.thu {
    background-color: #91B3C2;
    margin-top: -5px;
}

.brd.fri {
    background-color: #7498AA;
    margin-top: -5px;
}


.brd.sat {
    background-color: #8ABDC7;
    margin-top: -5px;
}

.brd.sun {
    background-color: #B2D1DC;
    margin-top: -5px;
}

.notlistmask {
    background-color: transparent;
}

.notice-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 7vw 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fbfbf8;
}


.post-head {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

.post-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 40px;
    font-family: 'NotoSans KR', sans-serif;
    color: #484f5a;
    font-size: 15px;
    letter-spacing: -1px;
}

.post-info.keyexpt {
    margin-bottom: 0px;
}

.post-info.read {
    margin-bottom: 0px;
}

.post-writer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 3px;
}

.post-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 9px;
}

.post-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 6px;
}

.post-content {
    font-family: 'NotoSans KR', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}


.notice-list {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 1px; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 1px;
    row-gap: 1px;
}

.notice-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* width: 239px; */
    height: 86px;
    padding: 9px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3px;
    /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'NotoSans KR', sans-serif;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    opacity: 0.7;
}

.notice-link:hover {
    background-color: #fbfbf8;
    color: #1a212b;
    opacity: 1;
}


.notice-link.crnt {
    background-color: #fbfbf8;
    color: #1a212b;
    opacity: 1;
}

.notlink-title {
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    height: 42px;
    overflow: hidden;
}

.notlink-date {
    font-size: 14px;
    letter-spacing: -0.5px;
}

.div-block-152 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
}

.brdsearch {
    position: relative;
}

.btnsearch {
    padding: 4px;
    position: absolute;
    left: auto;
    top: 4px;
    right: 5px;
    bottom: auto;
    background-color: transparent;
}

.srchinput {
    width: 261px;
    height: 40px;
    padding: 3px 35px 3px 10px;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 15px;
    color: #1A212B;
    border-radius: 10px;
    background-color: #fbfbf8;
}

.brdwrtbtn {
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 30px;
    background-color: rgba(251, 251, 248, 0.15);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Bccardl', sans-serif;
    -webkit-text-stroke: #fbfbf8 0.4px;
    color: #fbfbf8;
    font-size: 19px;
    letter-spacing: -2px;
}


.brdwrtbtn:hover {
    background-color: #00A419;
    color: #1a212b;
    -webkit-text-stroke: 0;
    font-weight: bold;
}











.board-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 11px;
}

.board-page.notice {
    margin-top: 0px;
}

.link-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 12px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 6px;
    color: #fbfbf8;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -2px;
    text-decoration: none;
    opacity: 0.8;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.link-block-15 img {
    width: 8px;
}

.link-block-15 div {
    padding-top: 3px;
}

.link-block-15:hover {
    opacity: 1;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.18);
}

.link-15 {
    padding: 3px 8px 2px;
    color: #fbfbf8;
    font-size: 22px;
    line-height: 25px;
    text-decoration: none;
    opacity: 0.8;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.link-15:hover {
    opacity: 1;
    border-radius: 50px;
    background-color: hsla(0, 0%, 100%, 0.18);
}

.link-15.crnt {
    opacity: 1;
    border-radius: 50px;
    background-color: hsla(0, 0%, 100%, 0.18);
}

.blt-body {
    display: -ms-grid;
    display: grid;
    width: 61.7vw;
    grid-auto-columns: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
}

.link-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 1vw;
    height: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    border-radius: 10px;
    background-color: hsla(0, 0%, 85.1%, 0.1);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fbfbf8;
    text-decoration: none;
    mix-blend-mode: screen;
}

.link-block-18:hover {
    background-color: #fbfbf8;
    color: #1a212b;
    mix-blend-mode: normal;
}

.div-block-165 {
    overflow: hidden;
    height: 22px;
}

.text-block-99 {
    font-family: 'NotoSans KR', sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.list-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 15px;
    letter-spacing: -1px;
    text-wrap: nowrap;
}

.list-info.post {
    grid-column-gap: 30px;
    color: #484f5a;
}

.post-like {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 6px;
}

.userexp-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: stretch;
    justify-content: stretch;
    grid-row-gap: 12px;
}

.userexp-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 25px 10px 8px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 8px;
    border-radius: 10px;
    background-color: #fbfbf8;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #1A212B;
    text-decoration: none;
    transition: all 200ms ease;
}

.userexp-link:hover {
    background-color: #DEE0DF;

}

.div-block-183 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 11px;
    overflow: hidden;
}

.div-block-182 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 5px;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 22px;
    line-height: 23px;
    font-weight: 700;
    padding-left: 5px;
    overflow: hidden;
}

.exptt {
    flex-shrink: 0;
    overflow: hidden;
}

.nontxt {
    font-size: 20px;
    line-height: 18px;
    padding-bottom: 5px;
}

.text-block-107 {
    overflow: hidden;
    height: 40px;
    padding-left: 6px;
}

.userexp {
    flex-shrink: 0;
    width: 7px;
    border-radius: 50px;
    background-color: #fbb27d;
}

.usermem {
    flex-shrink: 0;
    width: 7px;
    border-radius: 50px;
    background-color: #afc58d;
}

.brd-post-exp {
    position: relative;
    padding: 15px 7vw 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fbfbf8;
}


.brdbkbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 8px;
    border-radius: 30px;
    background-color: rgba(251, 251, 248, 0.15);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'bccardl', sans-serif;
    -webkit-text-stroke: #fbfbf8 0.4px;
    color: #fbfbf8;
    font-size: 19px;
    letter-spacing: -2px;
    text-decoration: none;
}

.brdbkbtn.qna {
    padding: 12px;
}

.brdbkbtn:hover {
    cursor: pointer;
    background-color: rgba(251, 251, 248, 0.4);
}

.prebar {
    width: 250px;
    height: 10px;
    margin: -15px auto 18px;
    border-radius: 0 0 50px 50px;
    background-color: #fbb27d;
}

.membar {
    width: 250px;
    height: 10px;
    margin: -15px auto 18px;
    border-radius: 0 0 50px 50px;
    background-color: #afc58d;
}

.div-block-176 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-2.w-dropdown {
    position: absolute;
    left: auto;
    top: 2px;
    right: 0%;
    bottom: 0%;
}

.dropdown-toggle.w-dropdown-toggle {
    padding: 1px 2px 3px;
}

.dropdown-list-2.w-dropdown-list {
    border-radius: 7px;
    background-color: #cecfcf;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.dropdown-list-2.w-dropdown-list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 15px;
}

.brdusbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 5px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    flex-shrink: 0;
}

.brdusbtn:hover {
    font-weight: bold;
}

.brdrev {
    color: #1A212B;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    flex-shrink: 0;
}

.brdlksection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.likebtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-column-gap: 8px;
    font-family: Bccardb, sans-serif;
    color: rgba(26, 33, 43, 0.5);
    font-size: 23px;
    line-height: 23px;
    background-color: transparent;
    filter: grayscale();
}

.likebtn:hover {
    cursor: pointer;
    filter: none;
    color: #00A419;
}

.likebtn:active {
    filter: none;
    color: #00A419;
}

.division {
    width: 100%;
    height: 1px;
    margin-top: 50px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(26, 33, 43, 0.4);
}

.cmt-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 12px;
}

.text-block-100 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: Bccardb, sans-serif;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -1px;
}

.div-block-170 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 15px;
    width: 100%;
}

.div-block-169 {
    width: 100%;
    height: 36px;
    border-style: solid;
    border-color: rgba(26, 33, 43, 0.7);
    border-width: 0 0 1px 0;
    background-color: transparent;
}

.button-9 {
    padding: 7px 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(26, 33, 43, 0.8);
    border-radius: 50px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Bccardl, sans-serif;
    font-weight: bold;
    color: #1A212B;
    font-size: 17px;
    line-height: 18px;
    text-align: center;
}

.button-9:hover {
    cursor: pointer;
    background-color: #23AC38;
    border-color: #23AC38;
}

.cmt-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 18px;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 15px;
}

.cmmt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 7px;
    line-height: 22px;
}

.cmtunit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 2px;
}

.cmtuser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 5px;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}

.cmtdate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 15px;
    color: rgba(26, 33, 43, 0.4);
}

.text-block-101 {
    color: rgba(26, 33, 43, 0.4);
}

.link-16 {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: rgba(26, 33, 43, 0.4);
    text-decoration: none;
    background-color: transparent;
    border-style: none;
}

.link-16:hover {
    cursor: pointer;
    color: #00A419;
    font-weight: bold;
}

.recmtinpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -3px;
    margin-bottom: 5px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 15px;
}

.text-block-102 {
    color: rgba(26, 33, 43, 0.4);
    transition: all 200ms ease;
    display: flex;
    flex-direction: row;
    column-gap: 2px;
}

.text-block-102:hover {
    cursor: pointer;
    color: #00A419;
    font-weight: bold;
}

details[open]>.text-block-102 {
    color: #00A419;
    font-weight: bold;
}

.reply {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 10px;
}

.replyunit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 2px;
}

.cmtuser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 5px;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}

.div-block-171 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rdprepost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 10px;
}


.text-block-103 {
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Bccardl', sans-serif;
    font-weight: bold;
    color: #fbfbf8;
    font-size: 20px;
    letter-spacing: -1px;
}

.rdexp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28vw;
    min-width: 350px;
    padding: 19px 33px 19px 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 12px;
    border-radius: 10px;
    background-color: #fbfbf8;
    font-family: 'NotoSans KR', sans-serif;
    text-decoration: none;
    color: #1A212B;
    transition: all 200ms ease;
}

.rdexp:hover {
    background-color: #DEE0DF;
}

.div-block-180 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 8px;
}

.heading-13 {
    overflow: hidden;
    height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 23px;
}

.text-block-105 {
    overflow: hidden;
    height: 66px;
    font-size: 15px;
    line-height: 22px;
}

.rdnextpost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-row-gap: 12px;
}

.brd-post {
    position: relative;
    padding: 28px 7vw 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fbfbf8;
}

.div-block-173 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28vw;
    min-width: 350px;
    padding: 19px 22px 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 8px;
    border-radius: 10px;
    background-color: #fbfbf8;
    font-family: 'NotoSans KR', sans-serif;
    text-decoration: none;
    color: #1A212B;
    transition: all 200ms ease;
}

.div-block-173:hover {
    background-color: #DEE0DF;
}

.keyexpt-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1199px;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-row-gap: 0px;
}

.keyexpt-race {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16%, auto));
    grid-template-rows: repeat(auto-fit);
    grid-auto-flow: dense;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
    place-items: stretch;
    place-content: stretch;
}

.keyexpt-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(251, 251, 248, 0.5);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'NotoSans KR', sans-serif;
    color: #fbfbf8;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.5px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}


.keyexpt-link:hover {
    background-color: #fbfbf8;
    color: #1a212b;
}


.keyexpt-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 7vw 15px;
    margin-top: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fbfbf8;
}

.keyexpt-post.cnt {
    padding: 40px 7vw 58px;
    margin-top: 0;
    border-radius: 0 0 10px 10px;
}

.wrtbox {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
}

.wrtitle {
    background-color: transparent;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #8B8F95;
    color: #1A212B;
    width: 68%;
    text-align: center;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 21px;
    letter-spacing: -1.5px;
    font-weight: bold;
    line-height: 28px;
    padding: 12px;
}

.wrtitle::placeholder {
    color: #8B8F95;
}

.wrtarea {
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #8B8F95;
    border-radius: 10px;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 25px;
    padding: 15px;
    width: 90%;
    height: 500px;
}

.wr-div1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    margin: 10px 0 30px;
}

.wrcfm {
    font-family: 'bccardl', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1px;
    color: #FBFBF8;
    background-color: #26313E;
    padding: 10px 26px;
    border-radius: 50px;
}

.wrcfm:hover {
    background-color: #00A419;
}

.wrccl {
    font-family: 'bccardl', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1px;
    color: #26313E;
    background-color: transparent;
    padding: 10px 26px;
    border-style: solid;
    border-width: 1px;
    border-color: #26313E;
    border-radius: 50px;
    text-decoration: none;
}

.wrccl:hover {
    background-color: rgba(26, 33, 43, 0.15);
}

.wr-div2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    column-gap: 0;
}

.prememcat {
    background-color: transparent;
    width: 80px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #8B8F95;
    font-family: 'NotoSans KR', sans-serif;
    color: #1A212B;
    font-size: 18px;
    letter-spacing: -1.5px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}

.prememcat option {
    background-color: #D0D3D3;
    color: #1A212B;
    font-weight: bold;
    height: 50px;
}

/* key-table */
.keytable {
    width: 100%;
    background-color: #fbfbf8;
    padding: 0 20px;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.keytable div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 0;
    border-style: solid;
    border-color: #1A212B;
    border-width: 1px 0 1px 0;
}

.ktbrow1 {
    display: table;
    width: 19%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.ktbrow1 td {
    border-style: solid;
    border-color: #1A212B;
    padding: 8px 0;
    border-width: 0px 1px 0px 1px;
    overflow: hidden;
}

.ktbrow5,
.ktbrow6,
.ktbrow7,
.ktbrow8 {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.ktbrow5 {
    width: 6%;
}

.ktbrow5 td {
    width: 50%;
}

.ktbrow6 {
    width: 10%;
}

.ktbrow6 td {
    width: 32%;
}

.ktbrow7 {
    width: 12%;
}

.ktbrow7 td {
    width: 30%;
}

.ktbrow8 {
    width: 32%;
}

.ktbrow8 td:nth-child(1) {
    width: 24%;
}

.ktbrow4 {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    width: 23%;
}

.ktbrow3,
.ktbrow2 {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    width: 42%;
    text-align: center;
}

.ktbrow3 td {
    text-align: center;
    border-style: solid;
    border-color: #1A212B;
    border-width: 0px 1px 0 0;
    padding: 8px 0;
    overflow: hidden;
}

.ktbrow2 td,
.ktbrow4 td,
.ktbrow5 td,
.ktbrow6 td,
.ktbrow7 td,
.ktbrow8 td {
    border-style: solid;
    border-color: #1A212B;
    padding: 6px 0;
    border-width: 0px 1px 0px 0px;
    overflow: hidden;
    text-align: center;
}

.ktbrow8 tr:nth-child(1):not(.ktbrow8.head tr) {
    border-bottom: #1A212B solid 1px;
}

.ktbrow1.head,
.ktbrow4.head,
.ktbrow5.head,
.ktbrow6.head,
.ktbrow7.head,
.ktbrow8.head,
.ktbrow3 {
    text-align: center !important;
    font-size: 15.5px;
    letter-spacing: -1px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.09);
}

.ktbrow1 td:nth-child(1) {
    width: 15%;
}

.ktbrow1 td:nth-child(2) {
    width: 58%;
}

.ktbrow4 td:nth-child(1),
.ktbrow4 td:nth-child(2) {
    width: 32%;
}

.ktbrow4 td:nth-child(3) {
    width: 36%;
}

.ktbrow2 td:nth-child(1),
.ktbrow2 td:nth-child(2),
.ktbrow2 td:nth-child(4) {
    width: 9%;
}

.ktbrow2 td:nth-child(3) {
    width: 11%;
}

.ktbrow2 td:last-child {
    text-align: start !important;
    padding: 8px 8px !important;
    line-height: 24px;
}

.os-img {
    width: 340px;
    height: 630px;
    overflow: hidden;
    position: relative;
}

.os-img img {
    max-height: initial;
    margin-top: -83px;
}

#audio-controls {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    background-color: #26313E;
    font-family: 'NotoSans KR', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px 10px 10px;
    border-radius: 80px;
}

#play-pause-btn {
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-color: white;
    padding: 10px 12px;
    border-radius: 50px;
    transition: all 220ms linear;
}

#play-pause-btn:hover {
    background-color: #23AC38;
}

/* 타임라인의 색상 변경 */
#timeline {
    -webkit-appearance: none;
    appearance: none;
    width: 200px;
    outline: none;
    background: #efefef;
    border-radius: 10px;
}

#timeline::-webkit-slider-runnable-track {
    border-radius: 10px;
    cursor: pointer;
    z-index: -1;
}

#timeline::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* 추가된 스타일: 타임라인의 채워진 부분 */
#timeline::before {
    content: "";
    position: absolute;
    background-color: #23AC38;
    z-index: 1;
}

.faqdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: stretch;
    justify-content: stretch;
    grid-row-gap: 12px;
    color: #1A212B;
}

.faqdiv details {
    background-color: #FBFBF8;
    font-family: 'NotoSans KR', sans-serif;
    border-radius: 10px;
    padding: 18px 26px 20px;
}

.faqdiv details[open] {
    padding-bottom: 55px;
}

.faqdiv details[open]>summary {
    color: #00A419;
    font-weight: bold;
}

.faqdiv summary:hover {
    cursor: pointer;
    color: #00A419;
}

.faqdiv summary {
    height: 25px;
    font-size: 22px;
    line-height: 23px;
    font-weight: 700;
    overflow: hidden;
    transition: all 150ms ease;
}

.faqdiv div {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.faqdiv p {
    margin: 10px 0 10px;
}

.faqdiv img {
    margin: 26px 0 26px;
}

/* intro */
.introwrap {
    background-color: rgba(251, 251, 248, 0.1);
    border-radius: 12px;
    padding: 40px 75px 55px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: start;
    align-items: center;
    row-gap: 20px;
    font-family: 'notoSansKR';
    font-size: 1.05rem;
    line-height: 140%;
    color: white;
    word-break: keep-all;
}

.introwrap h3 {
    font-family: 'bccardl', sans-serif;
    letter-spacing: -1px;
}


.intro-div1 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.intro-profile {
    width: 12%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    font-family: 'dw', sans-serif;
    font-size: 1.5rem;
    text-align: center;
}

.intro-profile>div:nth-child(2) img {
    filter: grayscale(1);
    margin-bottom: 10px;
}

.intro-greeting {
    width: 82%;
    word-break: keep-all;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: start;
    column-gap: 15px;
}

.intro-greeting>div {
    width: 50%;
}

.intro-greeting>div:nth-child(1)>div:first-child {
    margin-top: -12px;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 145%;
}

.introwrap hr {
    background-color: #26313E;
    height: 3px;
    margin: 40px 0px;
}

/* LINK */
.intro-div2 {
    width: 100%;
}

.intro-div2>div:first-child {
    font-size: 1.03rem;
    opacity: .7;
    text-align: center;
    margin-bottom: 7px;
}

.intro-div2 hr {
    background-color: white;
    opacity: .2;
    height: 2px;
    margin: 25px 0px;
}

.intro-div2>div:last-child {
    width: 100%;
    background-color: #1A212B;
    padding: 36px;
    border-radius: 11px;
}

.intro-div3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    row-gap: 50px;
    align-items: center;
}

.intro-div3 img {
    max-width: 40px;
}


.intro-div3 button:last-child img {
    max-width: 52px;
}

.intro-div3 a,
.intro-div3 button {
    min-width: 105px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
    font-family: 'bccardl';
    font-weight: bold;
    letter-spacing: -1px;
    color: #E3E3E0;
    background-color: transparent;
    text-align: center;
    transition: all 150ms linear;
    cursor: pointer;
}


.intro-div3 a:hover,
.intro-div3 button:hover {
    filter: invert(63%) sepia(85%) saturate(455%) hue-rotate(78deg) brightness(100%) contrast(92%);
}

.intro-div4 {
    display: flex;
    display: flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-top: 70px;
    row-gap: 20px;
}

.intro-div5 {
    width: 100%;
    padding: 30px 5px;
    display: flex;
    display: flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 20px;
}

.intro-div5>div:not(.intro-div5>div:first-child) {
    padding-left: 10px;
}

.intro-div5>div:first-child {
    background-color: #1A212B;
    font-family: 'bccardl', sans-serif;
    font-size: 1.15rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 100%;
    padding: 11px 29px 9px;
    border-radius: 50px;
}

.intro-div5:nth-child(1) img {
    width: 80%;
}

.intro-div5:nth-child(3) img {
    width: 55%;
}

/* 팁머니 */
.intro-div5:nth-child(4)>div:nth-child(2) {
    width: 89%;
}

.intro-div5:nth-child(4)>div:nth-child(2)>img {
    max-width: 60px;
}

.intro-div5:nth-child(5)>div:nth-child(2)>img {
    max-width: 150px;
}

.intro-div5:nth-child(5)>div:nth-child(4)>p:nth-child(2) {
    color: #90FA09;
    font-weight: bold;
}

.howto {
    background-color: #26313E;
}

.howto img {
    width: 100%;
}

.howto>div:nth-child(2) {
    background-color: #1A212B;
    padding: 47px 5vw;
    color: white;
    font-family: 'notoSansKR', sans-serif;
    font-size: 1.1rem;
}

.howto>div:nth-child(3) {
    text-align: center;
    padding: 45px 0px 50px;
}

.howto>div:nth-child(3) button {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 100px;
    padding: 10px 37px;
    color: white;
    font-family: 'Bccardl', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    opacity: 1;
    cursor: pointer;
    transition: all 220ms linear;
}

.howto>div:nth-child(3) button:hover {
    background-color: rgba(255, 255, 255, 0.05);
    opacity: 1;
}

.patent-wrapper {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 2px;
    row-gap: 1vh;
}

.patent-thumbnail {
    width: auto;
    cursor: pointer;
    transition: all 220ms linear;
}

.patent-thumbnail:hover {
    opacity: 0.8;
}

.patent-img-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}

.patent-item {
    margin: auto;
    display: block;
    width: 30%;
    height: auto;
    max-width: 800px;
    animation-name: patent-opacity;
    animation-duration: 1s;
}

@keyframes patent-opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.patent-close {
    position: absolute;
    top: 87px;
    right: 32%;
    color: white;
    font-size: 50px;
    transition: all 220ms linear;
}


.patent-close:hover,
.patent-close:focus {
    color: #00A419;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 1366px) {
    .introwrap {
        padding: 40px 55px 55px;
    }

    .intro-div1 {
        width: 100%;
        justify-content: space-between;
        align-items: start;
    }

    .intro-profile {
        width: 20%;
    }

    .intro-greeting {
        width: 74%;
        flex-direction: column;
        -ms-flex-direction: column;
        row-gap: 20px;
    }

    .intro-greeting>div {
        width: 100%;
    }
}

@media screen and (max-width:1280px) {
    .intro-div2 hr {
        display: none;
    }

    .intro-div2>div:last-child {
        display: flex;
        display: flexbox;
        display: -ms-flexbox;
        flex-direction: column;
        -ms-flex-direction: column;
        row-gap: 30px;
    }

    .intro-div3 {
        display: grid;
        display: -ms-grid;
        display: -moz-grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 30px;
    }

    .intro-div4 {
        padding-top: 50px;
        row-gap: 15px;
    }

    .intro-div5:nth-child(4)>div:nth-child(2) {
        width: 100%;
    }
}


@media screen and (max-width: 991px) {
    .brd-wrapper {
        width: 100vw;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .brd-headwrap {
        margin-bottom: 8px;
    }

    .brd-head {
        padding-left: 5px;
        font-size: 26px;
        line-height: 26px;
    }

    .brd {
        font-size: 26px;
        line-height: 26px;
    }

    .dropdown-list-2.w-dropdown-list {
        right: 0px;
    }

    .notice-post {
        padding-right: 7vw;
        padding-left: 7vw;
    }

    .post-head {
        font-size: 20px;
    }

    .post-content {
        font-size: 16px;
        line-height: 24px;
    }

    .notlink-title {
        overflow: hidden;
        font-size: 16px;
    }

    .brdwrtbtn {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 18px;
    }

    .brdbkbtn {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 18px;
    }

    .board-page {
        margin-top: 55px;
        column-gap: 15px;
    }

    .link-block-15 {
        font-size: 18px;
        line-height: 18px;
    }

    .link-15 {
        font-size: 20px;
    }

    .blt-body {
        width: 100%;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }

    .link-block-18 {
        padding: 15px 15px 18px;
        grid-column-gap: 0px;
        grid-row-gap: 10px;
    }

    .div-block-165 {
        overflow: hidden;
    }

    .text-block-99 {
        font-size: 18px;
    }

    .list-info {
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 5px;
        font-size: 14px;
    }

    .list-info.post {
        grid-column-gap: 10px;
    }

    .list-info.premem {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 2vw;
    }

    .userexp-link {
        padding: 8px 20px 8px 8px;
        grid-column-gap: 5px;
        background-color: #fbfbf8;
        font-size: 15px;
        line-height: 20px;
    }

    .div-block-183 {
        padding-top: 8px;
        padding-bottom: 8px;
        grid-row-gap: 8px;
    }

    .div-block-182 {
        grid-column-gap: 4px;
        font-size: 18px;
    }

    .nontxt {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .brd-post-exp {
        padding-right: 7vw;
        padding-left: 7vw;
    }

    .division {
        margin-top: 40px;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cmt-input {
        width: 100%;
        grid-column-gap: 10px;
    }

    .div-block-170 {
        grid-column-gap: 10px;
    }

    .div-block-169 {
        width: 70vw;
    }


    .button-9 {
        padding: 5px 15px;
        font-size: 16px;
    }

    .recmtinpt {
        padding: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        justify-content: flex-start;
        grid-column-gap: 10px;
    }

    .rdexp {
        width: 45vw;
        padding: 20px 15px 18px 10px;
        grid-column-gap: 10px;
    }

    .heading-13 {
        font-size: 18px;
    }

    .text-block-105 {
        overflow: hidden;
        font-size: 15px;
    }

    .brd-post {
        padding-right: 7vw;
        padding-left: 7vw;
    }

    .div-block-173 {
        width: 45vw;
        padding: 20px 25px 18px;
    }

    .keyexpt-body {
        margin-top: 15px;
    }


    .keyexpt-race {
        grid-template-columns: repeat(auto-fit, minmax(15%, auto));
    }

    .keyexpt-link {
        width: 100%;
    }

    .keyexpt-post {
        padding-right: 7vw;
        padding-left: 7vw;
    }

    .wrtbox {
        row-gap: 36px;
    }

    .ktbrow1 td,
    .ktbrow4 td,
    .ktbrow3 td,
    .ktbrow2 td {
        font-size: 14px;
    }

    .ktbrow1 {
        width: 25%
    }

    .ktbrow5 {
        display: none;
    }

    .ktbrow4 {
        width: 30%
    }

    .ktbrow6 {
        display: none;
    }

    .ktbrow3,
    .ktbrow2 {
        width: 45%;
    }

    .ktbrow2 td:nth-child(1),
    .ktbrow2 td:nth-child(2),
    .ktbrow2 td:nth-child(4) {
        width: 11%;
    }

    .ktbrow2 td:nth-child(3) {
        width: 12%;
    }

    .ktbrow7 {
        width: 13%;
    }

    .ktbrow8 td:nth-child(1) {
        width: 30%;
    }

    .faqdiv details {
        padding: 14px 22px;
    }

    .faqdiv details[open] {
        padding-bottom: 45px;
    }

    .faqdiv summary {
        height: 25px;
        font-size: 18px;
        line-height: 22px;
    }

    .faqdiv div {
        margin-top: 26px;
        font-size: 17px;
    }

    .patent-img-modal {
        padding-top: 70px;
    }

    .patent-item {
        width: 50%;
        height: auto;
    }

    .patent-close {
        top: 75px;
        right: 19%;
    }

}

@media screen and (max-width: 767px) {
    .brd-head {
        font-size: 23px;
        line-height: 23px;
    }

    .brd {
        font-size: 23px;
        line-height: 23px;
    }

    .notice-post {
        padding: 30px 6vw 50px;
    }

    .division {
        margin-bottom: 20px;
    }

    .post-head {
        font-size: 17px;
    }

    .post-info.read {
        font-size: 14px;
    }

    .post-content {
        font-size: 15px;
        line-height: 22px;
    }

    .notice-link {
        row-gap: 0px;
        height: 80px;
    }

    .notlink-title {
        height: 63px;
        overflow: hidden;
        font-size: 15px;
    }

    .srchinput {
        width: 200px;
        padding: 3px 35px 3px 8px;
        font-size: 14px;
    }

    .brdwrtbtn {
        padding: 6px 15px;
        font-family: Bccardl, sans-serif;
        font-size: 16px;
    }

    .brdbkbtn {
        padding: 7px 15px;
        font-family: Bccardl, sans-serif;
        font-size: 16px;
    }

    .dropdown-2.w-dropdown {
        top: 4px;
    }

    .rdnextpost {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .blt-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 2vw;
        padding-left: 2vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .link-block-18 {
        width: 95vw;
        padding: 12px;
        height: 110px;
    }

    .div-block-165 {
        height: 25px;
    }

    .text-block-99 {
        font-size: 16px;
    }

    .list-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        grid-column-gap: 20px;
        font-size: 14px;
    }

    .brd-post-exp {
        padding: 12px 6vw 50px;
    }

    .prebar {
        margin-top: -12px;
    }

    .membar {
        margin-top: -12px;
    }

    .cmt-input {
        grid-column-gap: 10px;
    }

    .text-block-100 {
        font-size: 20px;
    }

    .div-block-169 {
        width: 68vw;
    }

    .cmtdate {
        font-size: 14px;
    }

    .text-block-101 {
        font-size: 14px;
    }

    .div-block-171 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        grid-row-gap: 30px;
    }


    .rdexp {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .heading-13 {
        font-size: 17px;
    }

    .text-block-105 {
        height: 44px;
    }

    .brd-post {
        padding: 30px 6vw 50px;
    }

    .div-block-173 {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .keyexpt-body {
        margin-top: 8px;
    }

    .keyexpt-race {
        grid-template-columns: repeat(auto-fit, minmax(25%, auto));
    }

    .keyexpt-link {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .text-block-98 {
        display: none;
    }

    .keytable div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        -ms-grid-rows: 1fr;
    }

    .ktbrow1,
    .ktbrow4 {
        width: 100%;
    }

    .ktbrow3,
    .ktbrow2 {
        display: none;
    }

    .ktbrow1 td,
    .ktbrow4 td {
        padding: 5px 0px;
        font-size: 14px;
    }

    .ktbrow7,
    .ktbrow8 {
        display: none;
    }

    .wrtitle {
        width: 85%;
        font-size: 18px;
        line-height: 25px;
    }

    .wr-div1 {
        margin-top: 8px;
    }

    .wrcfm,
    .wrccl {
        font-size: 18px;
        padding: 8px 22px;
    }

    .wr-div2 {
        width: 85%;
    }

    .patent-img-modal {
        padding-top: 60px;
    }

    .patent-item {
        width: 65%;
    }

    .patent-close {
        top: 30px;
        right: 5%;
    }
}

@media screen and (max-width: 479px) {
    .brd-wrapper {
        margin-bottom: 50px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .brd-headwrap.notice {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .brd-div1.linewrap {
        column-gap: 5px;
    }

    .brd-div1.linewrap>.brd-head {
        font-size: 1.25rem;
        letter-spacing: -2.5px;
    }

    .brd-head.opt1 {
        max-width: 110px;
    }

    .brd {
        font-size: 22px;
        line-height: 22px;
    }

    .board-page.notice {
        width: 100%;
        margin: 10px auto 2px;
    }

    .brdsearch {
        display: none;
    }

    .dropdown-2.w-dropdown {
        top: 6px;
    }

    .cmt-box {
        font-size: 14px;
        line-height: 24px;
    }

    .notice-post {
        padding-bottom: 40px;
    }

    .post-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        grid-column-gap: 5vw;
        grid-row-gap: 5vw;
    }

    .post-writer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .post-time {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .post-view {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .notice-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .notlink-title {
        font-size: 14px;
    }

    .notlink-date {
        letter-spacing: -1px;
    }


    .board-page {
        margin-top: 45px;
        grid-column-gap: 2vw;
    }

    .blt-body {
        padding-right: 0vw;
        padding-left: 0vw;
    }

    .link-block-18 {
        width: 100vw;
    }

    .list-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        grid-column-gap: 4vw;
    }

    .post-like {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .list-info.post {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 35px;
        grid-row-gap: 5px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .brd-post-exp {
        padding-bottom: 40px;
    }

    .cmt-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .rdexp {
        padding-top: 15px;
        padding-bottom: 15px;
        grid-column-gap: 8px;
    }

    .brd-post {
        padding-bottom: 40px;
    }

    .div-block-173 {
        padding-right: 18px;
        padding-left: 18px;
        grid-row-gap: 7px;
    }

    .keyexpt-body {
        margin-bottom: 50px;
    }

    .keyexpt-link {
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .userexp-link {
        padding: 10px 15px 10px 8px;
        grid-column-gap: 3px;
        font-size: 14px;
    }

    .div-block-183 {
        padding-top: 3px;
        padding-bottom: 3px;
        grid-row-gap: 6px;
    }

    .div-block-182 {
        grid-column-gap: 3px;
        font-size: 17px;
    }

    .nontxt {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .userexp,
    .usermem {
        width: 5px;
    }

    .wr-div1 {
        margin-top: 0px;
        column-gap: 22px;
    }

    .wrcfm,
    .wrccl {
        font-size: 17px;
        padding: 7px 22px;
    }

    .prememcat {
        font-size: 16px;
    }

    .faqdiv details {
        padding: 13px 18px;
    }

    .faqdiv details[open] {
        padding-bottom: 35px;
    }

    .faqdiv summary {
        height: 22px;
        font-size: 17px;
        line-height: 20px;
    }

    .faqdiv div {
        margin-top: 20px;
        font-size: 17px;
    }

    .patent-item {
        width: 80%;
    }

    .patent-close {
        top: 25px;
        right: 7%;
    }

    #timeline {
        width: 150px;
    }

    #play-pause-btn {
        height: 48px;
        width: 48px;
        padding: 8px 10px;
    }

    .introwrap {
        padding: 40px 30px 50px;
    }

    .intro-div1 {
        width: 100%;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 40px;
        padding: 15px 20px 0;
    }

    .intro-profile {
        width: 100%;
        flex-direction: row;
        -ms-flex-direction: row;
        justify-content: start;
        align-items: end;
        column-gap: 20px;
        text-align: left;
    }

    .intro-profile>div:first-child {
        width: 40%;
    }

    .intro-greeting {
        width: 100%;
    }

    .intro-div2>div:last-child {
        padding: 40px 20px 45px;
        row-gap: 37px;
    }

    .intro-div3 {
        row-gap: 37px;
    }

    .intro-div5>div:first-child {
        font-size: 1.1rem;
        padding: 11px 24px 9px;
    }

    .intro-div5:nth-child(1) img {
        width: 100%;
    }

    .intro-div5:nth-child(3) img {
        width: 100%;
    }

    .intro-div5:nth-child(4)>div:nth-child(2)>img {
        max-width: 50px;
    }

    .intro-div5:nth-child(5)>div:nth-child(2)>img {
        max-width: 130px;
    }

}