@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

* {
    font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
}

html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
}

.flex-1 {
    flex: 1
}

/*sub-header*/
.sub_header {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #005D9F;
    padding: 20px 0 15px 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.head-p-clubname {
    display: inline;
    font-weight: 800;
    font-size: 19px;
    font-size: 18px;
    margin: auto 0;
    vertical-align: top;
}

.aspe-1 {
    aspect-ratio: 1 !important;
}

.head-logo-wrap {
    width: auto;
    height: 30px;
    text-align: center;
}

.head-logo-wrap img {
    width: auto;
    height: 100%;
    aspect-ratio: 3.17/1;
}

.head-icon-wrap {
    width: 30px;
    height: 30px;
}

.head-icon-img {
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    /* width: 100%;
    height: 100%; */
}

/*home*/
.border-box {
    background: rgba(0, 93, 159, 0.1);
    /* background: #E3E3E3; */
    border-radius: 25px;
    padding: 5% 4% 3% 4%;
    margin: 0 6%;
    /* display: flex; */
}

.marg-middle {
    margin: 0 auto;
}

.dis-flex {
    display: flex;
    flex-flow: column;
}

.border-box-1 {
    /* background: #E3E3E3; */
    border-radius: 25px;
    margin: 16px 6%;
    ;
    border: 1px solid #005D9F;
    margin-top: 2%;
    margin-top: 76px;
}

.border-box strong {
    font-size: 24px;
}

.home-box {
    padding: 20px 5% 3% 6%;
}

.search-box {
    background: #ffffff;
    border-radius: 20px;
    margin-top: 9%;
}

.homech-box {
    /* background: #ffffff; */
    border-radius: 20px;
}

.homech-box>input {
    border: none;
    /* margin: auto 0; */
    margin-left: 7%;
    padding: 2% 0;
    /* padding-top: 2%;
    padding-bottom: 1%; */
    width: 70%;
    font-size: 16px;
}

.search-box>input,
.custom_search {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    /* margin: auto 0; */
    margin-left: 4%;
    height: 100%;
    /* padding: 2% 0; */
    /* padding-top: 2%;
    padding-bottom: 1%; */
    width: 70%;
    font-size: 16px;
}

.searchicon {
    background-image: url(../images/searchicon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    width: 10% !important;
    border: none;
}

.searchicon_blue {
    background-image: url(../images/search_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    width: 10% !important;
    border: none;
}

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

.more {
    border-radius: 20px;
    border: none;
    padding: 5px 5%;
    position: absolute;
    right: 8%;
    background-color: #005D9F;
    color: #ffffff;
}

.list {
    border-bottom: 1px solid #005D9F;
    display: flex;
    align-content: space-between;
    margin-top: 4%;
}

.date {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date strong {
    color: #005D9F;
    font-size: 20px;
}

.date span {
    color: #B8B8B8;
    font-size: 12px;
}

.notice-title {
    display: flex;
    align-items: center;
    margin-left: 3%;
    font-size: 16px;
}

.select-box {
    width: 97%;
    border-radius: 20px;
    border: 1px solid #005D9F;
    padding: 2% 3%;
    background-color: white;
    margin-top: 3%;
}

.select-box:focus {
    /* border : none; */
    outline: none;
}

.gal-item {
    max-width: calc(50% - 5px);
    flex: calc(50% - 5px);
    margin-bottom: 0%;
    text-align: center;
    display: inline-block;
    height: auto;
}

.gal-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: 50% 50%;
    margin-top: 4%;
    align-items: stretch;

}

.gal-list img {
    width: 100%;
    height: 90px;
}

.gal-text {
    display: flex;
    flex-direction: column;
}

/*지구 탭*/
a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.box {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

#tab {
    position: relative;
    height: 44px;
    overflow: scroll;
    border-bottom: 1px solid #E3E3E3;
}

#tab ul {
    position: absolute;
    left: 0;
    width: 100%;
    white-space: nowrap;
    /* overflow-x: overlay; */
    text-align: center;
    margin: 0;
    padding: 2% 4% 2%;
}

#tab ul li {
    display: inline-block;
    padding: 0 0;
    margin-right: 2px;
    transition: all 0.5s;
}

#tab ul li a {
    border: none;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 1px 20px;
}

/*지구*/
#earth_wrapper {
    border: none;
    width: 100%;
    margin-bottom: 20%;
    height: 100%;
}

/*미이페이지*/
.mypage {
    flex-direction: column;
    display: flex;
}

.mypage_top {
    background: #707070 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 100%;
    height: 300px;
}

.mypage_middle {
    padding-top: 50%;
}

.profile_img {
    width: 293px;
    margin: 0 auto;
    padding: 7%;
}

.profile_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
}

.profile_img span {
    color: #FFFFFF;
    font-size: 18px
}

.mypage_bottom {
    flex-direction: column;
    display: flex;
    width: 73%;
    margin: 59px auto auto;
}

.custom_btn {
    border-radius: 20px;
    height: 40px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    background-color: #B8B8B8;
    margin-bottom: 17px;
    font-weight: bold;
}

.custom_btn_more {
    border-radius: 12px;
    height: 40px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    background-color: #707070;
    margin-bottom: 17px;
    width: 95%;
}

.blue {
    background-color: #005D9F;
    -webkit-appearance: none;
}

.name {
    flex-direction: column;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #005D9F;
}

.name>span {
    color: #000000;
    font-size: 14px;
    margin-bottom: 22px;
    margin-top: 19.5px;
    font-weight: bold;

}

.name strong {
    letter-spacing: 36px;
    font-size: 36px;
    text-indent: 36px;
    padding-bottom: 12px;
}

.profile_info {
    flex-direction: column;
    display: flex;
    width: 85%;
    margin: 0 auto;
}

.profile_info span {
    font-weight: bold;
    font-size: 18px;
}

.profile_info_update {
    width: 88%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    display: grid;
    grid-template-columns: 10px 25% 71% 0;
}

.custom_input {
    border: 1px solid #B8B8B8;
    font-size: 16px;
    border-radius: 20px;
    height: 38px;
    margin-top: 6%;
    padding-left: 20px;
    -webkit-appearance: none;

}

.profile_info_update label {
    margin-top: 30%;
}

.btn_width {
    flex-direction: column;
    display: flex;
    width: 73%;
    margin: 4% auto auto;
}

/*수첩*/
.border {
    border: 1px solid #B8B8B8;
    width: 74%;
    margin: 9% auto auto;
    padding: 1px;
}

.note_box {
    width: 87%;
    margin: 0 auto;
}

.note_profile {
    display: grid;
    grid-template-columns: 50% 50% 0;
    margin-top: 6%;
}

.note_profile_inside {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
}

.note_profile_inside img {
    width: 93%;
    aspect-ratio: 0.645669291338;
}

.note_profile_inside span:nth-child(2) {
    font-size: 14px;
    padding: 4% 0;
}

.note_profile_inside span:nth-child(3) {
    font-size: 24px;
    letter-spacing: 12px;
    text-indent: 12px;
    padding: 4% 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.note_profile_inside span:nth-child(4) {
    font-size: 12px;
    padding: 4% 0;
}

.note_middle {
    background-color: #F8F8F8;
    width: 100%;
    min-height: 190px;
    display: none;
    /* display: grid; */
    grid-template-columns: 50% 50% 0;
}

.note_middle span {
    font-size: 12px;
    margin: 9%;
    line-height: 20px;
}

.note_bottom {
    display: none;
    background-color: #E3E3E3;
    /* width: 100%; */
    /* height: 190px; */
    padding: 4% 0 4% 4%;
    font-size: 12px;
}

.note_bottom table {
    width: 48%;
}

.note_bottom tr {
    text-align: left;
}

.note_bottom th {
    padding-bottom: 3%;
}

.note_bottom th:nth-child(2) {
    font-weight: normal;
}

/*로그인*/
.login_top {
    flex-direction: column;
    display: flex;
    margin: 35% auto 0;
    width: fit-content;
    text-align: center;
}

.login_top span {
    font-size: 20px;
    margin-bottom: 36px;
    font-weight: bold;
}

.login_top span:nth-child(2) {
    font-size: 24px;

}

.login_middle {
    flex-direction: column;
    display: flex;
    width: 85%;
    margin: 0 auto;
}

.login_middle input:nth-child(3) {
    margin-top: 6%;
}

.login_bottom {
    flex-direction: column;
    display: flex;
    width: 85%;
    margin: 0 auto;
}

.find_account {
    text-align: right;
    border-bottom: 1px solid #707070;
    font-size: 14px;
    color: #B8B8B8;
    margin-bottom: 6%;
    padding-bottom: 2%;
}

.gray {
    background-color: #707070;
}

/*아이디 비밀번호 찾기*/
.find_account_top {
    flex-direction: column;
    display: flex;
    margin: 35% auto 0;
    width: fit-content;
    text-align: center;
}

.find_account_top span {
    font-size: 20px;
    padding-bottom: 66px;
    font-weight: bold;
}

.find_account_top span:nth-child(2) {
    font-size: 24px;
    padding-bottom: 39px;
}

.find_account_tab {
    margin: 0 auto;
    width: 88%;
    flex-direction: row;
    display: flex;
}

.find_account_tab button {
    background: #ffff;
    border: none;
    color: #E3E3E3;
    width: 100%;
    font-size: 16px;
    padding-bottom: 3%;
    font-weight: bold;
}

.btn_active {
    color: #707070 !important;
    border-bottom: 3px solid #005D9F !important;
}

.find_id {
    width: 88%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    display: grid;
    grid-template-columns: 23% 77%;
}

.find_id label {
    padding-top: 30%;
}

.find_account_middle {
    margin-top: 6%;
}

/*알림*/
.alert_content {
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    width: 88%;
}

.alert_card {
    border: 1px solid #B8B8B8;
    border-radius: 10px;
    display: flex;
    align-content: space-between;
    margin-top: 4%;
    padding: 5% 4%;
}

.underline_lightgray {
    border-bottom: 1px solid #B8B8B8;
}

.underline_darkgray {
    border-bottom: 1px solid #707070;
}

.underline_blue {
    border-bottom: 2px solid #005D9F;
}

.underline_blue_thin {
    border-bottom: 1px solid #005D9F;
}

.delete_btn {
    border: none;
    background-color: #ffffff;
}

.flex_column {
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    width: 88%;
}

.flex_row {
    flex-direction: row;
    display: flex;
}

.flex_row_column {
    /* flex-direction: row; */
    display: flex;
    flex-direction: column;
}

.grid_4 {
    display: grid;
    grid-template-columns: 15% 20% 54% 10%;
    align-items: center;
}

.text_middle {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_gray {
    color: #B8B8B8;
}

.text_blue {
    color: #005D9F;
}

.text_bold {
    font-weight: bold;
}

.text_18 {
    font-size: 18px;
}

.text_16 {
    font-size: 16px;
}

.text_14 {
    font-size: 14px;
}

.text_12 {
    font-size: 12px;
}

.margin_title {
    margin-top: 5%;
    padding-bottom: 3%;
}

.margin_sub {
    margin-top: 2%;
    padding-bottom: 3%;
}

.margin_card {
    margin-bottom: 3%;
    padding-bottom: 3%;
}

.notice_card {
    border-bottom: 1px solid #005D9F;
    margin-top: 4%;
    padding-bottom: 2%;
}

.notice_card span {
    padding-bottom: 1%;
}

.notice_img {
    height: 100%;
    width: 100%;
}

.notice_content {
    /* color: #B8B8B8; */
    font-size: 16px;
    margin-top: 6%;
    white-space: -moz-pre-wrap;
    /* Mozilla, supported since 1999 */
    white-space: -pre-wrap;
    /* Opera */
    white-space: -o-pre-wrap;
    /* Opera */
    white-space: pre-wrap;
    /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word;
    /* IE 5.5+ */
}

.notice_btn {
    flex-direction: column;
    display: flex;
    width: 40%;
    margin: 4% auto auto;
}

.sub_header_divide {
    background-color: #F8F8F8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 50%;
    padding: 20px 0 15px 0;
    color: #B8B8B8;
}

.header-active {
    background-color: #005D9F;
    color: #ffffff;
}

.select-box-option {
    width: 25%;
    border-radius: 20px;
    padding: 2% 3%;
    margin-top: 3%;
}

.lib_search_box {
    border-radius: 20px;
    border: 1px solid #005D9F;
    padding: 2% 0;
    width: 100%;
    height: 32px;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 3%;
    display: flex;
}

.lib_list_img {
    height: 200px;
}

.float_btn {
    position: fixed;
    bottom: 10%;
    right: 5%;
    background: #005D9F;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    align-items: center;
    color: #ffff;
}

.float_btn img {
    height: 24px;
    width: 24px;
    margin-top: 18%;
    /* margin-bottom: 10%; */
}

.comment {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    margin-top: 5%;
}

.comments-each {
    grid-template-columns: 20% 60% 20% !important;
}

.comment .custom_input {
    margin-top: 0;
    height: unset;
}

.custom_input input[type=text] {
    border: none;
    width: 60%;
    height: 100%;
    font-size: 16px;

}

.custom_input input[type=submit] {
    border: none;
    background-color: white;
    color: #005D9F;
    font-size: 15px;
    font-weight: bold;
}

.comments {
    display: grid;
    grid-template-columns: 20% 80%;
    margin-top: 5%;
}

.comments_contents {
    display: flex;
    flex-direction: column;
}

.comments_contents span {
    font-size: 12px;
}

.comments_name {
    font-weight: bold;
}

.comments_date {
    color: #B8B8B8;
}

.rap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.date_head {
    margin-bottom: 10px;
    margin-top: 7%;
}

.date_head div {
    color: #707070;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.date_form {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px;
}

.date_form div {
    font-size: 18px;
    cursor: pointer;
}

.dateSel div {
    font-weight: bold;
    color: #707070;
    text-align: center;
}

.background {
    background: #fff;
}

#calendar span {
    color: #005D9F;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-bottom: 3%;
}

#calendar {
    margin-top: 7%;
}

.color_red {
    color: #FF2323 !important;
}

.color_blue {
    color: #005D9F !important;
}

.color_weekday {
    color: #707070 !important;
}

.calendar_round_head {
    background-color: #005D9F;
    border-radius: 18px;
    width: 48%;
    margin: 9px 13%;
    color: #ffff;
    padding: 3%;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 23px;
}

.calendar_round {
    border: 3px solid #005D9F;
    border-radius: 10px;
    margin-top: 11%;
    padding: 26px 20px;
    width: 78%;
    margin: 2% auto;
}

.calendar_span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    /* grid-template-columns: 9% 8% 18%  9% 8% 18%  9% 8% 18% ; */
    font-size: 14px;
    color: #000000;
}

.calendar_span div {
    max-width: clac(33.3333% - 16px);
    flex: clac(33.3333% - 16px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
}

.calendar_span div span {
    color: #707070;
}

.name_tag {
    width: 20px;
    height: 20px;
}

.border_gray {
    border: 3px solid #707070;
}

.calendar_span_bottom .border {
    border-radius: 10px;
    border: 1px solid #005D9F;
    text-align: center;
    color: #005D9F;
    font-size: 10px;
    margin: 0;
}

.calendar_span_bottom {
    display: grid;
    grid-template-columns: 26% 70%;
    font-size: 14px;
}

.margin_top7 {
    margin-top: 7%;
}

.middle-in-flex {
    margin: 0 auto;
}

.notice-img-btn-left-wrap {
    position: absolute;
}

.notice-img-btn-right-wrap {
    position: absolute;
    right: 6%;
}

.notice-img-btn-left {
    position: relative;
    top: 110px;
    left: 10px;
}

.notice-img-btn-right {
    position: relative;
    top: 110px;
    right: 10px;
}

.gal_user_img-wrap {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
}

.gal-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.button_gal {
    border: none;
    background-color: white;
    color: #005D9F;
    font-size: 15px;
    font-weight: bold;
    float: right;
    margin-right: 12px;
}

.ref-down-font {
    margin: 20px 0;
    color: #005D9F;
}

.color-dimgrey {
    color: dimgrey;
}

.file-wrap {
    display: grid;
}

span#birth_member a {
    white-space: nowrap;
}

#slogan_home p {
    margin: 0 auto;
    font-weight: 600;
    font-size: 20px;
}

.gal-block-btn {
    border: 0;
    background-color: unset;
    color: #b8b8b8;
}

.search-user-img-wrap {
    width: 50px;
    height: 50px;
}

.search-user-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-right: 10px;
}

label.preview-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.preview-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;

}

@media all and (max-width: 400px) {
    .calendar_span {
        max-width: clac(33.3333% - 16px);
        flex: clac(33.3333% - 16px);
    }
}