@import url(../common.css);
body {
    padding: 0;
    margin: 0;
    min-width: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.header {
    min-width: 100vw !important;
}

.container {
    width: 85.641vw !important;
    margin: 0 auto;
    min-width: 0 !important;
    max-width: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-lg {
    width: 92.307vw !important;
    margin: 0 auto;
    min-width: 0 !important;
    max-width: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.container-xl {
    width: 100vw !important;
    margin: 0 auto;
    min-width: 0 !important;
    max-width: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.container-xl {
}

#news .head {
    border-bottom: 1px solid #e2e2e2;
    width: 100vw;
    background-color: #fff;
    padding-top: 10.256vw;
}
#news .head p {
    font-size: 4.102vw;
    font-weight: 400;
    line-height: 7.179vw;
    color: #558ed5;

    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.282vw;
}
#news .head h1 {
    font-size: 7.692vw;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 10.256vw;
    color: #171717;
    margin: 0 auto;

    margin-bottom: 7.692vw;
    text-align: center;
}

#news .head > div {
    width: 85.128vw;
    height: 20.769vw;
    margin: 0 auto;
    margin-bottom: -3px;
}
#news .head div ul {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}
#news .head div ul li {
    width: 42.564vw;
    height: 100%;
    margin-left: -1px;
    margin-top: -1px;
}

#news .head div ul li button {
    background-color: transparent;
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 100%;
}

#news .head div ul li button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 3.589vw;
    font-weight: 400;
    line-height: 4.871vw;
    letter-spacing: -0.04em;
    color: #333;
}

#news .head div ul li:hover button {
    background-color: #558ed5;
    border: 1px solid #e2e2e2;
}
#news .head div ul li:hover button a {
    color: #fff;
    font-weight: 600;
}

#news .head div ul li.active button {
    background-color: #558ed5;
    border: 1px solid #e2e2e2;
}
#news .head div ul li.active button a {
    color: #fff;
    font-weight: 600;
}

#news #section01 .container-xl {
    padding-top: 12.051vw;
    padding-bottom: 17.179vw;
}

#news #section01 .container-xl .title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 7.948vw;
}

#news #section01 .container-xl .title h2 {
    font-size: 6.153vw;
    letter-spacing: -0.04em;
    line-height: 8.205vw;
    color: #333;
    font-weight: 300;
    margin-bottom: 7.435vw;
}
#news #section01 .container-xl .title h2 span {
    color: #558ed5;
    font-weight: 600;
}
#news #section01 .container-xl .title p {
    font-size: 4.106vw;
    letter-spacing: -0.04em;
    line-height: 6.153vw;
    color: #777;
    font-weight: 400;
}

#news #section01 .container-xl .board {
    margin: 0 auto;
}
#news #section01 .container-xl .board .boardTop {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 7.692vw;
    padding-bottom: 3.846vw;
}
#news #section01 .container-xl .board .boardTop .countDiv {
    width: 12.307vw;
}

#news #section01 .container-xl .board .boardTop .countDiv p {
    margin-bottom: 0;
    font-size: 4.102vw;
    color: #8f8f8f;
}

#news #section01 .container-xl .board .boardTop .countDiv p span {
    color: #558ed5;
    font-weight: 600;
}
#news #section01 .container-xl .board .boardTop .searchWrap {
    gap: 1.923vw;
}
#news #section01 .container-xl .board .boardTop .dropdown {
    width: 25.897vw;
    height: 8.23vw;
    border-bottom: 1px solid #8f8f8f;
}
#news #section01 .container-xl .board .boardTop .dropdown button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    font-size: 3.589vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
    color: #bbb;
    padding-left: 1.282vw;
    padding-right: 6vw;
}
#news #section01 .container-xl .board .boardTop .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid #7294c1;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    width: 10px;
    height: 8px;
    margin: 0;
}

#news #section01 .container-xl .board .boardTop .dropdown .dropdown-menu {
    width: 25.897vw;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 0 2.051vw;
    padding-bottom: 2.769vw;
    min-width: 0 !important;
}
#news #section01 .container-xl .board .boardTop .dropdown .dropdown-menu li {
    /* padding: 1.538vw 0; */
    width: 21.92vw;
}

#news #section01 .container .board .boardTop .dropdown .dropdown-item.active,
.dropdown-item {
    background-color: transparent !important;
    color: #c1c1c1 !important;
    font-size: 3.076vw;
    letter-spacing: -0.05em;
    line-height: 3.589vw;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
    padding: 3.307vw 3.076vw 3.179vw 1.538vw;
}

/* #news #section01 .container-xl .board .boardTop .dropdown .dropdown-menu li a {

  letter-spacing: -0.05em;
  line-height: 3.589vw;
  padding-left: 1.538vw;
      font-size: 3vw;
    
    font-weight: 300;
    color: #515151;
    
} */

#news #section01 .container .board .boardTop .dropdown .dropdown-item.active,
.dropdown-item.active {
    background-color: transparent !important;
    color: #8d8d8d !important;
    font-size: 3.076vw;
    letter-spacing: -0.05em;
    line-height: 3.589vw;
    font-weight: 400;
}

#news #section01 .container-xl .board .boardTop .position-relative {
}

#news #section01 .container-xl .board .boardTop .position-relative #searchInput {
    width: 40vw;
    height: 8.23vw;
    background-color: transparent;
    color: #bbb;
    border: none;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 1.282vw;
    padding-left: 1.282vw;
    padding-right: 6vw;
    outline: none;
    font-size: 3.589vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
    color: #333;
}
#news #section01 .container-xl .board .position-relative #searchInput::placeholder {
    font-size: 3.589vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
    color: #bbbbbb;
}
#news #section01 .container-xl .board .boardTop .position-relative .position-absolute {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.461vw;
    height: 3.461vw;
}

#news #section01 .container-xl .board .boardBottom {
}

#news #section01 .container-xl .board .boardBottom .boxes {
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 9.487vw 5.128vw;
}
#news #section01 .container-xl .board .boardBottom .tabs {
    width: 50.769vw;
    margin-bottom: 7.948vw;
}
#news #section01 .container-xl .board .boardBottom .tabs ul {
    display: flex;
    align-items: center;
    gap: 2.8205vw;
    width: 100%;
    padding-left: 0;
}
#news #section01 .container-xl .board .boardBottom .tabs ul li {
    width: 24.102vw;
}
#news #section01 .container-xl .board .boardBottom .tabs ul li button {
    width: 100%;
    height: 7.435vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a7a7a7;
    border: none;
}

#news #section01 .container-xl .board .boardBottom .tabs ul li.active button {
    background-color: #003d64;
}
#news #section01 .container-xl .board .boardBottom .tabs ul li button a {
    font-size: 3.589vw;
    letter-spacing: 0;
    line-height: 4.106vw;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}
#news #section01 .container-xl .board .boardBottom .boxes .box {
    width: 40vw;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
}

#news #section01 .container-xl .board .boardBottom .boxes .box a {
    height: 100%;
    display: block;
}

#news #section01 .container-xl .board .boardBottom .boxes .box em {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    background-color: #7294c1;
    width: 100%;
    display: block;
}

#news #section01 .container-xl .board .boardBottom .boxes .box:hover {
    filter: opacity(0.5);
}

#news #section01 .container-xl .board .boardBottom .boxes .box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#news #section01 .container-xl .board .boardBottom .boxes .box div {
    padding: 3.846vw 0 3.333vw 3.076vw;
}

#news #section01 .container-xl .board .boardBottom .boxes .box div h3 {
    font-size: 3.589vw;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
    color: #003d64 !important;
    margin-bottom: 2.82vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#news #section01 .container-xl .board .boardBottom .boxes .box div p {
    color: #515151;
    font-size: 3.076vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
    width: 85%;
    white-space: pre-wrap;
}
#news #section01 .container-xl .board nav {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11.538vw;
}

#news #section01 .container-xl .board nav li {
    width: 5.128vw;
    height: 5.128vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
#news #section01 .container-xl .board nav li a {
    border: none;
    color: #8f8f8f;
    background-color: transparent;
    padding: 0 !important;
    width: 100%;
    display: block;
}
#news #section01 .container-xl .board nav li.active a {
    background-color: #7294c1;
    color: #fff;
    font-size: 4.102vw;
    letter-spacing: 0;
    line-height: 165%;
    border-radius: 999px;
    aspect-ratio: 1 / 1;
    width: 7vw;
    height: 7vw;
}
#news #section01 .container-xl .board nav li:nth-of-type(2) {
    margin-right: 6.128vw;
}
#news #section01 .container-xl .board nav li:nth-last-child(2) {
    margin-left: 6.128vw;
}

#news #section01 .container-xl .board .boardBottom > div.writeBtn {
    margin-top: 20px;
}

#news #section01 .container-xl .board .boardBottom > div.writeBtn a {
    height: 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    background-color: #558ed5;
    color: #fff;
    text-align: center;
    display: flex;
    min-width: 100px;
    align-items: center;
    justify-content: center;
}

/*************************************************************************************/

#tips .head {
    border-bottom: 1px solid #e2e2e2;
    width: 100vw;
    background-color: #fff;
    padding-top: 10.256vw;
}
#tips .head p {
    font-size: 4.102vw;
    font-weight: 400;
    line-height: 7.179vw;
    color: #558ed5;

    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.282vw;
}
#tips .head h1 {
    font-size: 7.692vw;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 10.256vw;
    color: #171717;
    margin: 0 auto;

    margin-bottom: 7.692vw;
    text-align: center;
}

#tips .head > div {
    width: 85.128vw;
    height: 20.769vw;
    margin: 0 auto;
    margin-bottom: -2px;
}
#tips .head div ul {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}
#tips .head div ul li {
    width: 42.564vw;
    height: 100%;
    margin-left: -1px;
    margin-top: -1px;
}

#tips .head div ul li button {
    background-color: transparent;
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 100%;
}

#tips .head div ul li button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 3.589vw;
    font-weight: 400;
    line-height: 4.871vw;
    letter-spacing: -0.04em;
    color: #333;
}

#tips .head div ul li:hover button {
    background-color: #558ed5;
    border: 1px solid #e2e2e2;
}
#tips .head div ul li:hover button a {
    color: #fff;
    font-weight: 600;
}

#tips .head div ul li.active button {
    background-color: #558ed5;
    border: 1px solid #e2e2e2;
}
#tips .head div ul li.active button a {
    color: #fff;
    font-weight: 600;
}

#tips #section01 {
}
#tips #section01 .container-xl {
    padding-top: 12.051vw;
    padding-bottom: 98.8px;
}
#tips #section01 .container-xl .title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 11.461vw;
}
#tips #section01 .container-xl .title h1 {
    font-size: 6.153vw;
    letter-spacing: -0.04em;
    line-height: 8.205vw;
    color: #333;
    font-weight: 300;
    margin-bottom: 4.871vw;
}
#tips #section01 .container-xl .title h1 span {
    color: #558ed5;
    font-weight: 600;
}
#tips #section01 .container-xl .title p {
    font-size: 4.106vw;
    letter-spacing: -0.04em;
    line-height: 6.153vw;
    color: #777;
    font-weight: 400;
}
#tips #section01 .container-xl .board {
    margin: 0 auto;
}
#tips #section01 .container-xl .board .boardTop {
    margin-bottom: 5.769vw;
}
#tips #section01 .container-xl .board .boardTop .countDiv {
    width: 12.307vw;
}
#tips #section01 .container-xl .board .boardTop .countDiv p {
    margin-bottom: 0;
    font-size: 4.102vw;
    color: #8f8f8f;
}

#tips #section01 .container-xl .board .boardTop .countDiv p span {
    color: #558ed5;
    font-weight: 600;
}

#tips #section01 .container-xl .board .boardTop .searchWrap {
}

#tips #section01 .container-xl .board .boardTop .position-relative #searchInput {
    width: 50.512vw;
    height: 8.23vw;
    background-color: transparent;
    color: #bbb;
    border: none;
    border-bottom: 1px solid #8f8f8f;
    /* padding: 10.5px 10px; */
    outline: none;
    padding-left: 1.282vw;
    padding-right: 6vw;
    font-size: 3.589vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
    color: #333;
}
#tips #section01 .container-xl .board .position-relative #searchInput::placeholder {
    font-size: 3.589vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 4.871vw;
    color: #bbbbbb;
}
#tips #section01 .container-xl .board .boardTop .position-relative .position-absolute {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.461vw;
    height: 3.461vw;
}

#tips #section01 .container-xl .board nav {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11.538vw;
}

#tips #section01 .container-xl .board nav li {
    width: 5.128vw;
    height: 5.128vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tips #section01 .container-xl .board nav li a {
    border: none;
    color: #8f8f8f;
    background-color: transparent;
    padding: 0 !important;
    width: 100%;
    display: block;
}
#tips #section01 .container-xl .board nav li.active a {
    background-color: #7294c1;
    color: #fff;
    font-size: 4.102vw;
    letter-spacing: 0;
    line-height: 165%;
    border-radius: 999px;
    aspect-ratio: 1 / 1;
    width: 7vw;
    height: 7vw;
}
#tips #section01 .container-xl .board nav li:nth-of-type(2) {
    margin-right: 6.128vw;
}
#tips #section01 .container-xl .board nav li:nth-last-child(2) {
    margin-left: 6.128vw;
}

#tips #section01 .container-xl .board .boardBottom {
}

#tips #section01 .container-xl .board .boardBottom table {
    width: 100% !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
#tips #section01 .container-xl .board .boardBottom table thead {
    height: 15.384vw;
    background-color: rgba(211, 211, 211, 0.2);
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#tips #section01 .container-xl .board .boardBottom table thead th {
    font-size: 3.589vw;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
    text-align: center;
    color: #515151;
}
#tips #section01 .container-xl .board .boardBottom table thead th:nth-of-type(1) {
    width: 14.102vw;
}
#tips #section01 .container-xl .board .boardBottom table thead th:nth-of-type(2) {
    width: 40.512vw;
}

#tips #section01 .container-xl .board .boardBottom table thead th:nth-of-type(3) {
    width: 14.102vw;
}
#tips #section01 .container-xl .board .boardBottom table thead th:nth-of-type(4) {
    width: 23.333vw;
}

#tips #section01 .container-xl .board .boardBottom table thead tr {
    background-color: rgba(211, 211, 211, 0.2);
    border-bottom: 1px solid #cccccc;
    height: 15.384vw;
}

#tips #section01 .container-xl .board .boardBottom table tbody tr {
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    height: 15.384vw;
}
#tips #section01 .container-xl .board .boardBottom table tbody tr.new {
    background-color: rgba(114, 148, 193, 0.05);
}
#tips #section01 .container-xl .board .boardBottom table tbody tr td {
    font-size: 3.589vw;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 4.106vw;
    color: #8f8f8f;
    text-align: center;
    cursor: pointer;
}

#tips #section01 .container-xl .board .boardBottom table tbody tr td:nth-of-type(2) {
    text-align: left;
    padding-left: 2vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 156px;
}

#tips #section01 .container-xl .board .boardBottom table tbody tr td span {
    width: 8.692vw;
    height: 6.41vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7294c1;
    color: #fff;
    margin: 0 auto;
    font-size: 3.076vw;
}
#tips #section01 .container-xl .board .boardBottom table tbody tr td img {
    display: none;
}
#tips #section01 .container .board .boardBottom table tbody tr td:nth-of-type(2) {
    text-align: left;
    font-size: 3.589vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
    color: #515151;
}
#tips #section01 .container .board .boardBottom table tbody tr td:nth-of-type(1) {
    width: 14.102vw;
    text-align: center;
}
#tips #section01 .container .board .boardBottom table tbody tr td:nth-of-type(3) {
    width: 14.102vw;
    text-align: center;
}
#tips #section01 .container .board .boardBottom table tbody tr td:nth-of-type(4) {
    width: 23.333vw;
    text-align: center;
}

/***************************************************************/

#page #section01 .container-xl {
    padding-top: 12.051vw;
    padding-bottom: 98.8px;
}
#page #section01 .container-xl .title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 14.615vw;
}
#page #section01 .container-xl .title h1 {
    font-size: 6.153vw;
    letter-spacing: -0.04em;
    line-height: 8.205vw;
    color: #333;
    font-weight: 300;
    margin-bottom: 4.871vw;
}
#page #section01 .container-xl .title h1 span {
    color: #558ed5;
    font-weight: 600;
}
#page #section01 .container-xl .title p {
    font-size: 4.106vw;
    letter-spacing: -0.04em;
    line-height: 6.153vw;
    color: #777;
    font-weight: 400;
}

#page .head {
    border-bottom: 1px solid #e2e2e2;
    width: 100vw;
    background-color: #fff;
    padding-top: 10.256vw;
}
#page .head p {
    font-size: 4.102vw;
    font-weight: 400;
    line-height: 7.179vw;
    color: #558ed5;

    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.282vw;
}
#page .head h1 {
    font-size: 7.692vw;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 10.256vw;
    color: #171717;
    margin: 0 auto;

    margin-bottom: 7.692vw;
    text-align: center;
}

#page .head > div {
    width: 85.128vw;
    height: 20.769vw;
    margin: 0 auto;
    margin-bottom: -2px;
}
#page .head div ul {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}
#page .head div ul li {
    width: 42.564vw;
    height: 100%;
    margin-left: -1px;
    margin-top: -1px;
}

#page .head div ul li button {
    background-color: transparent;
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 100%;
}

#page .head div ul li button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 3.589vw;
    font-weight: 400;
    line-height: 4.871vw;
    letter-spacing: -0.04em;
    color: #333;
}

#page .head div ul li:hover button {
    background-color: #558ed5;
    border: 1px solid #e2e2e2;
}
#page .head div ul li:hover button a {
    color: #fff;
    font-weight: 600;
}

#page .head div ul li.active button {
    background-color: #558ed5;
    border: 1px solid #e2e2e2;
}
#page .head div ul li.active button a {
    color: #fff;
    font-weight: 600;
}

#page #section01 .container-xl .page h1 {
    font-size: 6.153vw;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 13.846vw;
    color: #171717;
    text-align: center;
    margin-bottom: 7.179vw;
}
#page #section01 .container-xl .page .inPage {
    border-top: 2px solid #515151;
}

#page #section01 .container-xl .page .inPage .title {
    border-bottom: 1px solid #cccccc;
    padding: 3.33vw 3.589vw;
    margin-bottom: 10.512vw;
}

#page #section01 .container-xl .page .inPage .title h2 {
    text-align: left;
    margin-bottom: 1.794vw;
    font-size: 4.106vw;
    font-weight: bold;
    color: #515151;
    line-height: 4.871vw;
}
#page #section01 .container-xl .page .inPage .title div {
    gap: 2.051vw;
}
#page #section01 .container-xl .page .inPage .title div h6 {
    font-size: 3.076vw;
    font-weight: 500;
    line-height: 3.589vw;
    color: #515151;
    margin-bottom: 1px;
    text-align: left;
}
#page #section01 .container-xl .page .inPage .title div p {
    font-size: 3.076vw;
    font-weight: 400;
    line-height: 3.589vw;
    color: #8f8f8f;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 1vw;
}
#page #section01 .container-xl .page .inPage .title div img {
    width: 8.974vw;
}
#page #section01 .container-xl .page .inPage .title div p img {
    width: 3.076vw;
}

#page #section01 .container-xl .page .inPage .content {
    min-height: 300px;
    padding: 0 3.589vw;
    font-size: 3vw;
    margin-bottom: 10.512vw;
    text-align: center;
}
#page #section01 .container-xl .page .inPage .content img {
    margin-bottom: 2.564vw;
}

#page #section01 .container-xl .page .inPage .bottom {
    border-top: 1px solid #cccccc;
    padding-top: 3.846vw;
}
#page #section01 .container-xl .page .inPage .bottom div {
    gap: 1.794vw;
}
#page #section01 .container-xl .page .inPage .bottom button {
    border: none;
    background-color: #515151;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 7.435vw;
    min-width: 14.615vw;
}
#page #section01 .container-xl .page .inPage .bottom button a {
    color: #fff;
    font-size: 3.589vw;
    font-weight: 500;
    line-height: 4.106vw;
}
#page #section01 .container-xl .page .inPage .bottom button.write {
    background-color: #7294c1;
    border: none;
    color: #fff;
}

#page #section01 .container-xl .board .boardBottom > div {
    margin-top: 20px;
}
#page #section01 .container-xl .board .boardBottom > div a {
    height: 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    background-color: #558ed5;
    color: #fff;
    text-align: center;
    display: flex;
    min-width: 100px;
    align-items: center;
    justify-content: center;
}

.search-wrapper {
    position: relative;
}

.search-icon {
    cursor: pointer;
}

.attached-images {
    display: none;
}

/**********************************************************************************************/

#youtube .head {
    border-bottom: 1px solid #e2e2e2;
    width: 100vw;
    background-color: #fff;
    padding-top: 10.256vw;
}
#youtube .head p {
    font-size: 4.102vw;
    font-weight: 400;
    line-height: 7.179vw;
    color: #558ed5;

    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.282vw;
}
#youtube .head h1 {
    font-size: 7.692vw;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 10.256vw;
    color: #171717;
    margin: 0 auto;

    margin-bottom: 7.692vw;
    text-align: center;
}

#youtube .head > div {
    width: 85.128vw;
    height: 20.769vw;
    margin: 0 auto;
    margin-bottom: -2px;
}
#youtube .head div ul {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}
#youtube .head div ul li {
    width: 42.564vw;
    height: 100%;
    margin-left: -1px;
    margin-top: -1px;
}

#youtube .head div ul li button {
    background-color: transparent;
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 100%;
}

#youtube .head div ul li button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 3.589vw;
    font-weight: 400;
    line-height: 4.871vw;
    letter-spacing: -0.04em;
    color: #333;
}

#youtube .head div ul li:hover button {
    background-color: #558ed5;
    border: 1px solid #e2e2e2;
}
#youtube .head div ul li:hover button a {
    color: #fff;
    font-weight: 600;
}

#youtube .head div ul li.active button {
    background-color: #558ed5;
    border: 1px solid #e2e2e2;
}
#youtube .head div ul li.active button a {
    color: #fff;
    font-weight: 600;
}

#youtube #section01 {
}
#youtube #section01 .container-xl {
    padding-top: 11.538vw;
    padding-bottom: 19.23vw;
}
#youtube #section01 .container-xl .title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12.82vw;
}
#youtube #section01 .container-xl .title h1 {
    font-size: 6.153vw;
    letter-spacing: -0.04em;
    line-height: 8.205vw;
    color: #333;
    font-weight: 300;
    margin-bottom: 5.128vw;
}
#youtube #section01 .container-xl .title h1 span {
    color: #558ed5;
    font-weight: 600;
}
#youtube #section01 .container-xl .title p {
    font-size: 4.106vw;
    letter-spacing: -0.04em;
    line-height: 6.153vw;
    color: #777;
    font-weight: 400;
}

#youtube #section01 .container-xl .board {
    margin: 0 auto;
}
#youtube #section01 .container-xl .board .boardTop {
}
#youtube #section01 .container-xl .board .boardTop .countDiv {
    width: 12.307vw;
}
#youtube #section01 .container-xl .board .boardTop .countDiv p {
    margin-bottom: 0;
    font-size: 4.102vw;
    color: #8f8f8f;
}

#youtube #section01 .container-xl .board .boardTop .countDiv p span {
    color: #558ed5;
    font-weight: 600;
}

#youtube #section01 .container-xl .board .boardTop .searchWrap {
}

#youtube #section01 .container-xl .board .boardTop .position-relative #searchInput {
    width: 50.512vw;
    height: 8.23vw;
    background-color: transparent;
    color: #bbb;
    border: none;
    border-bottom: 1px solid #8f8f8f;
    /* padding: 10.5px 10px; */
    padding-left: 1.282vw;
    padding-right: 6vw;
    outline: none;
    font-size: 3.589vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
    color: #333;
}
#youtube #section01 .container-xl .board .position-relative #searchInput::placeholder {
    font-size: 3.589vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 4.871vw;
    color: #bbbbbb;
}
#youtube #section01 .container-xl .board .boardTop .position-relative .position-absolute {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.461vw;
    height: 3.461vw;
}

#youtube #section01 .container-xl .board nav {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11.538vw;
}

#youtube #section01 .container-xl .board nav li {
    width: 5.128vw;
    height: 5.128vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
#youtube #section01 .container-xl .board nav li a {
    border: none;
    color: #8f8f8f;
    background-color: transparent;
    padding: 0 !important;
    width: 100%;
    display: block;
}
#youtube #section01 .container-xl .board nav li.active a {
    background-color: #7294c1;
    color: #fff;
    font-size: 4.102vw;
    letter-spacing: 0;
    line-height: 165%;
    border-radius: 999px;
    aspect-ratio: 1 / 1;
    width: 7vw;
    height: 7vw;
}
#youtube #section01 .container-xl .board nav li:nth-of-type(2) {
    margin-right: 6.128vw;
}
#youtube #section01 .container-xl .board nav li:nth-last-child(2) {
    margin-left: 6.128vw;
}

#youtube #section01 .container-xl .board .boardBottom {
    width: 100%;
}
#youtube #section01 .container-xl .board .boardBottom .boxes {
    gap: 7.692vw;
}
#youtube #section01 .container-xl .board .boardBottom .boxes a {
    width: 100%;
    display: block;
}
#youtube #section01 .container-xl .board .boardBottom .boxes .box {
    width: 100%;
    /* height: 77.692vw; */
    border: 1px solid #d1d1d1;
    position: relative;
    transition: all 0.5s;
}

#youtube #section01 .container-xl .board .boardBottom .boxes .box:hover {
    filter: opacity(0.5);
}

#youtube #section01 .container-xl .board .boardBottom .boxes .box em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background-color: #7294c1;
    width: 100%;
    z-index: 2;
}
#youtube #section01 .container-xl .board .boardBottom .boxes .box img {
    width: 100%;
    height: 55.897vw;
    object-fit: cover;
    filter: brightness(0.5);
}
#youtube #section01 .container-xl .board .boardBottom .boxes .box img.play {
    position: absolute;
    top: 50%;
    transform: translateY(-125%) translateX(-50%);
    left: 50%;

    width: 14.358vw;
    height: 14.358vw;
    filter: none;
    z-index: 2;
}
#youtube #section01 .container-xl .board .boardBottom .boxes .box div {
    padding: 4.106vw 0 4.871vw 4.615vw;
}

#youtube #section01 .container-xl .board .boardBottom .boxes .box div h3 {
    font-size: 4.615vw;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 5.384vw;
    color: #333;
    margin-bottom: 3.333vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#youtube #section01 .container-xl .board .boardBottom .boxes .box div p {
    color: #515151;
    font-size: 3.589vw;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
    width: 80%;
}

#youtube #section01 .container-xl .board .boardBottom > div.writeBtn {
    margin-top: 20px;
}
#youtube #section01 .container-xl .board .boardBottom > div.writeBtn a {
    height: 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    background-color: #558ed5;
    color: #fff;
    text-align: center;
    display: flex;
    min-width: 100px;
    align-items: center;
    justify-content: center;
}

/* 관리자 버튼 스타일 */
#youtube #section01 .boxes .box {
    position: relative;
}

#youtube #section01 .admin-actions {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    gap: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10;
    padding: 0 !important;
}

#youtube #section01 .box:hover .admin-actions {
    opacity: 1;
}

#youtube #section01 .admin-actions button {
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

#youtube #section01 .admin-actions .btn-edit {
    background: #007bff;
    color: white;
}

#youtube #section01 .admin-actions .btn-edit:hover {
    background: #0056b3;
}

#youtube #section01 .admin-actions .btn-delete {
    background: #dc3545;
    color: white;
}

#youtube #section01 .admin-actions .btn-delete:hover {
    background: #c82333;
}

/**********************************************************************************************/

#kin .head {
    border-bottom: 1px solid #e2e2e2;
    width: 100vw;
    background-color: #fff;
    padding-top: 10.256vw;
}
#kin .head p {
    font-size: 4.102vw;
    font-weight: 400;
    line-height: 7.179vw;
    color: #558ed5;

    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.282vw;
}
#kin .head h1 {
    font-size: 7.692vw;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 10.256vw;
    color: #171717;
    margin: 0 auto;

    margin-bottom: 7.692vw;
    text-align: center;
}

#kin .head > div {
    width: 85.128vw;
    height: 20.769vw;
    margin: 0 auto;
    margin-bottom: -2px;
}
#kin .head div ul {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}
#kin .head div ul li {
    width: 42.564vw;
    height: 100%;
    margin-left: -1px;
    margin-top: -1px;
}

#kin .head div ul li button {
    background-color: transparent;
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 100%;
}

#kin .head div ul li button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 3.589vw;
    font-weight: 400;
    line-height: 4.871vw;
    letter-spacing: -0.04em;
    color: #333;
}

#kin .head div ul li:hover button {
    background-color: #558ed5;
    border: 1px solid #e2e2e2;
}
#kin .head div ul li:hover button a {
    color: #fff;
    font-weight: 600;
}

#kin .head div ul li.active button {
    background-color: #558ed5;
    border: 1px solid #e2e2e2;
}
#kin .head div ul li.active button a {
    color: #fff;
    font-weight: 600;
}

#kin #section01 {
}
#kin #section01 .container-xl {
    padding-top: 10.256vw;
    padding-bottom: 13.589vw;
}
#kin #section01 .container-xl .title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 14.333vw;
}
#kin #section01 .container-xl .title h1 {
    font-size: 6.153vw;
    letter-spacing: -0.04em;
    line-height: 8.205vw;
    color: #333;
    font-weight: 300;
    margin-bottom: 5.128vw;
}
#kin #section01 .container-xl .title h1 span {
    color: #558ed5;
    font-weight: 600;
}
#kin #section01 .container-xl .title p {
    font-size: 4.106vw;
    letter-spacing: -0.04em;
    line-height: 6.153vw;
    color: #777;
    font-weight: 400;
}
#kin #section01 .container-xl .title p span {
    color: #558ed5;
    font-weight: bold;
}

#kin #section01 .container-xl .board {
    margin: 0 auto;
}
#kin #section01 .container-xl .board .boardTop {
    margin-bottom: 7.128vw;
}
#kin #section01 .container-xl .board .boardTop .countDiv {
    /* width: 12.307vw; */
}
#kin #section01 .container-xl .board .boardTop .countDiv p {
    margin-bottom: 0;
    font-size: 4.102vw;
    color: #8f8f8f;
}

#kin #section01 .container-xl .board .boardTop .countDiv p span {
    color: #558ed5;
    font-weight: 600;
}

#kin #section01 .container-xl .board .boardTop .searchWrap {
}

#kin #section01 .container-xl .board .boardTop .position-relative #searchInput {
    width: 50.512vw;
    height: 8.23vw;
    background-color: transparent;
    color: #888;
    border: none;
    border-bottom: 1px solid #8f8f8f;
    /* padding: 10.5px 10px; */
    padding-left: 1.282vw;
    padding-right: 6vw;
    outline: none;
    font-size: 3.589vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
    color: #333;
}
#kin #section01 .container-xl .board .position-relative #searchInput::placeholder {
    font-size: 3.589vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 4.871vw;
    color: #bbbbbb;
}
#kin #section01 .container-xl .board .boardTop .position-relative .position-absolute {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.461vw;
    height: 3.461vw;
}

#kin #section01 .container-xl .board nav {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15.384vw;
}

#kin #section01 .container-xl .board nav li {
    width: 5.128vw;
    height: 5.128vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1vw;
}
#kin #section01 .container-xl .board nav li a {
    border: none;
    color: #8f8f8f;
    background-color: transparent;
    padding: 0 !important;
    width: 100%;
    display: block;
}
#kin #section01 .container-xl .board nav li.active a {
    background-color: #7294c1;
    color: #fff;
    font-size: 4.102vw;
    letter-spacing: 0;
    line-height: 165%;
    border-radius: 999px;
    aspect-ratio: 1 / 1;
    width: 7vw;
    height: 7vw;
}
#kin #section01 .container-xl .board nav li:nth-of-type(2) {
    margin-right: 6.128vw;
}
#kin #section01 .container-xl .board nav li:nth-last-child(2) {
    margin-left: 6.128vw;
}

#kin #section01 .container-xl .board .boardBottom .bestAnswer {
    background-color: rgba(236, 236, 236, 0.4);
    padding-top: 12.82vw;
    padding-bottom: 22.051vw;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer h2 {
    font-size: 4.615vw;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 5.897vw;
    color: #39ab37;
    display: flex;
    align-items: center;
    gap: 2.307vw;
    margin-bottom: 7.692vw;
    width: 100%;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer h2 span {
    width: 10.769vw;
    height: 5.641vw;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.589vw;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 5.897vw;
    color: #fff;
    background-color: #39ab37;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
    /* margin-bottom: 50px; */
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box > a {
    display: block;
    width: 100%;
    height: 92.307vw;
    position: absolute;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box {
    width: 100%;
    height: 92.307vw;
    position: relative;
    margin-bottom: 5.128vw;
}

#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box em {
    display: block;
    height: 1.051vw;
    width: 100%;
    background-color: #39ab37;
    position: absolute;
    top: 0;
    left: 0;
}

#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .nameTag {
    background-color: #d2e6ff;
    padding: 3.076vw 5.641vw 2.82vw 7.692vw;
    display: flex;
    align-items: center;
    gap: 5.641vw;
    height: 22.82vw;
}

#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .nameTag .info {
    width: calc(100% - 17.176vw);
}

#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .nameTag .info a {
    transition: all 0.5s;
}

#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .nameTag .info a:hover {
    color: #777 !important;
}

#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .nameTag .info div.d-flex {
    margin-bottom: 6px;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .nameTag div > img {
    width: 17.179vw;
    min-width: 67px;
    aspect-ratio: 1 / 1;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .nameTag h6 {
    font-size: 5.128vw;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 6.153vw;
    color: #333333;
    margin-bottom: 1.538vw;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .nameTag a {
    font-size: 4.106vw;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 6.153vw;
    color: #333333;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .nameTag span {
    background-color: #fff;
    width: 17.948vw;
    height: 5.128vw;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 3.589vw;
    letter-spacing: -0.05em;
    line-height: 4.106vw;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .content {
    background-color: #fff;
    padding: 8.589vw 4.615vw;
    height: 70.256vw;
    position: relative;
}

#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .content h3 {
    font-size: 4.615vw;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 5.384vw;
    color: #39ab37;
    margin-bottom: 2.666vw;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .content a {
    font-size: 4.106vw;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 6.153vw;
    color: #515151;
    margin-bottom: 5.128vw;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .content .preview-text {
    font-size: 3.076vw;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 5.128vw;
    color: #515151;
    max-height: 45vw;
    overflow: scroll;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .content .hashtags {
    position: absolute;
    bottom: 5vw;
    left: 5vw;
    max-width: 100%;
    max-height: 8.205vw;
    overflow: clip;
    display: flex;
    gap: 2vw;
}

#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box .content .hashtag {
    display: inline-block;
    background: #f0f0f0;
    padding: 1vw 2vw;
    margin: 2px;
    border-radius: 3px;
    font-size: 3vw;
    color: #666;
}

#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box em {
    display: block;
    height: 1.051vw;
    width: 100%;
    background-color: #39ab37;
    position: absolute;
    top: 0;
    left: 0;
}

#kin #section01 .container-xl .board .boardBottom .answer {
    padding-top: 15.384vw;
    padding-bottom: 0;
}

#kin #section01 .container-xl .board .boardBottom .answer .boxes {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5.128vw;
}
#kin #section01 .container-xl .board .boardBottom .answer .boxes .box > a {
    display: block;
    width: 100%;
    height: 100%;
}
#kin #section01 .container-xl .board .boardBottom .answer .boxes .box {
    width: 100%;
    height: 92.307vw;
    position: relative;
    border: 1px solid #d1d1d1;
    padding: 9.641vw 4.615vw;
}
#kin #section01 .container-xl .board .boardBottom .answer .boxes .box em {
    display: block;
    height: 2.051vw;
    width: 100%;
    background-color: #39ab37;
    position: absolute;
    top: 0;
    left: 0;
}

#kin #section01 .container-xl .board .boardBottom .answer .boxes .box .content {
}

#kin #section01 .container-xl .board .boardBottom .answer .boxes .box h3 {
    font-size: 4.615vw;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 5.384vw;
    color: #39ab37;
    margin-bottom: 2.666vw;
}
#kin #section01 .container-xl .board .boardBottom .bestAnswer .boxes .box label {
    font-size: 4.106vw;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 6.153vw;
    color: #515151;
    margin-bottom: 5.128vw;
}
#kin #section01 .container-xl .board .boardBottom .answer .boxes .box label {
    font-size: 4.106vw;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 6.153vw;
    color: #515151;
    margin-bottom: 5.128vw;
}
#kin #section01 .container-xl .board .boardBottom .answer .boxes .box .content .preview-text {
    font-size: 3.076vw;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 5.128vw;
    color: #515151;
    max-height: 30vw;
    overflow: scroll;
}
#kin #section01 .container-xl .board .boardBottom .answer .boxes .box .content .hashtags {
    position: absolute;
    bottom: 5vw;
    left: 5vw;
    max-width: 100%;
    max-height: 8.205vw;
    overflow: clip;
    display: flex;
    gap: 2vw;
}
#kin #section01 .container-xl .board .boardBottom .answer .boxes .box .content .hashtag {
    display: inline-block;
    background: #f0f0f0;
    padding: 1vw 2vw;
    margin: 2px;
    border-radius: 3px;
    font-size: 3vw;
    color: #666;
}
#kin #section01 .container-xl .board .boardBottom .writeBtn {
    margin-right: 31px;
    margin-bottom: 31px !important;
}
#kin #section01 .container-xl .board .boardBottom .writeBtn a {
    background-color: #558ed5;
    width: 75px;
    font-size: 18px;
}

.btn-delete {
    background-color: #8f8f8f !important;
}
.btn-edit {
    background-color: #558ed5 !important;
}

#page .attachments h4 {
    font-size: 3.25vw;
}
#page .attachments ul {
    margin-top: 1vw;
}
#page .attachments a {
    font-size: 3vw;
}

.board nav li a {
    font-size: 3vw;
}
.board nav li a span {
    font-size: 3.5vw;
}

#searchInput:focus {
    outline: none;
}
