
.nav-item{
  color: black;
  border-bottom:solid 3px white;
}
.nav-item:hover {
  color: black;
}

.nav-link-modify {
}
.nav-link-modify:hover {
  border-bottom:solid 3px gray;
}

.nav-link-modify-selected {
  border-bottom:solid 3px gold;

}
.nav-link-modify-selected:hover {
  border-bottom:solid 3px gold;
}


.navbar-back-white{
  background-color: white;
}


.program-box {

}

.program-box > .img-box {
  width:100%; 
  height: 10em;
  background-image: ;
  background-size: cover; 
  border-radius: 10px
}

.program-box > .title {
  margin-top:  1em;
  margin-bottom:  1em;
  

  font-size: 1.5 rem;
}

.program-box > .sub-title {
  width: 70%;

  font-size: 1 rem;
}


.div-info {

}

.div-info-header > .div-info-button > .div-d-day {
  background-color: transparent;
  border: 2px solid #17a2b8;
  border-radius: 6px;

  color: #17a2b8;
  font-weight: 600;
    
  margin-right: 5px;
}

.div-info-header > .div-info-button > .div-type {
  background-color: transparent;
  border: 2px solid #28a745;
  border-radius: 6px;

  color: #28a745;
  font-weight: 600;

  margin-right: 5px;
    
}

.div-info-header > .div-info-title {
  font-size: 1.5rem;
  font-weight:  500;
}

.div-info-header > .div-sub-info-title {
  font-weight: 700;
  font-size: 0.8rem;

  color: #dba630;

  padding-top:  3px;


}

.div-info-header > .div-sub-info-content {
  font-size: 1.1rem;
  padding-left: 25px;
  margin-bottom: 1.75em;
  
}



.divNavCover{
  
}


.font-main {
    color: #2eaae0;
}

.font-white {
    color: white;
}


.label-gray {
  font-weight: 700;
  font-size: 0.8rem;
  color: #b5b5b5;
}

.label-gold {
  font-weight: 700;
  font-size: 0.8rem;
  color: #dba630;
}


.label-agreement {
    font-size: 13px;
    border-radius: 6px;
}

.btn-agreenemtn {
    background-color: white; 
    border: 0; 
    border-radius: 4px; 
    font-size:14px;
}


.sticky-x {
  position: sticky;
  left: 0;
  background-color: white;
}

.sticky-y {
  position: sticky;
  top: 0;
  background-color: white;
}


@media (max-width: 576px) {
  .modal-dialog-christian {
    max-width: 350px;
    margin: 1.75rem auto;
  }
}


@media (min-width: 576px) {
  .modal-dialog-christian {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 768px) {
  .modal-dialog-christian {
    max-width: 700px;
    margin: 1.75rem auto;
  }  
}

@media (min-width: 992px) {
  .modal-dialog-christian {
    max-width: 950px;
    margin: 1.75rem auto;
  }  
}

@media (min-width: 1200px) {  
  .modal-dialog-christian {
    max-width: 1280px;
    margin: 1.75rem auto;
  }
}


.topMenu {
  border-radius: 8px;
}


@media (max-width: 576px) {

    .topMenu {
      font-size: 15px;
    }
}


@media (min-width: 576px) {
    .topMenu {
      font-size: 17px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {  
}


.font_blue{
  color: #1a84ce;
}


.div-border-black {
  border-bottom: 1px solid black;
}


.bg-blue {
    background-color: #2eaae0;
}

  

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #1d82c8 !important;
}

.bg-outline-blue {
 border-color: #6c757d; !important;
}

.bg-changable-blue {
 border-bottom: 2px #6c757d solid;
 border-top: 2px #6c757d solid;
 background-color: #d9edfa;
}



.btn-outline-mango {
  color: #FFBF34;
  border-color: #FFBF34;
}

.btn-outline-mango:hover {
  color: #fff;
  background-color: #FFBF34;
  border-color: #FFBF34;
}

.btn-outline-mango:focus, .btn-outline-mango.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-mango.disabled, .btn-outline-mango:disabled {
  color: #FFBF34;
  background-color: transparent;
}

.btn-outline-mango:not(:disabled):not(.disabled):active, .btn-outline-mango:not(:disabled):not(.disabled).active,
.show > .btn-outline-mango.dropdown-toggle {
  color: #fff;
  background-color: #FFBF34;
  border-color: #FFBF34;
}

.btn-outline-mango:not(:disabled):not(.disabled):active:focus, .btn-outline-mango:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-mango.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}


.btn-outline-mangoblue {
  color: #447270;
  border-color: #447270;
}

.btn-outline-mangoblue:hover {
  color: #fff;
  background-color: #447270;
  border-color: #447270;
}

.btn-outline-mangoblue:focus, .btn-outline-mangoblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-mangoblue.disabled, .btn-outline-mangoblue:disabled {
  color: #447270;
  background-color: transparent;
}

.btn-outline-mangoblue:not(:disabled):not(.disabled):active, .btn-outline-mangoblue:not(:disabled):not(.disabled).active,
.show > .btn-outline-mangoblue.dropdown-toggle {
  color: #fff;
  background-color: #447270;
  border-color: #447270;
}

.btn-outline-mangoblue:not(:disabled):not(.disabled):active:focus, .btn-outline-mangoblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-mangoblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}



.btn-mango {
  color: #447270;
  border-color: #FFBF34;
  background-color: #FFBF34;
}

.btn-mango:hover {
  color: #fff;
  background-color: #FFBF34;
  border-color: #FFBF34;
}

.btn-mango:focus, .btn-mango.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-mango.disabled, .btn-mango:disabled {
  color: #FFBF34;
  background-color: transparent;
}

.btn-mango:not(:disabled):not(.disabled):active, .btn-mango:not(:disabled):not(.disabled).active,
.show > .btn-mango.dropdown-toggle {
  color: #fff;
  background-color: #FFBF34;
  border-color: #FFBF34;
}

.btn-mango:not(:disabled):not(.disabled):active:focus, .btn-mango:not(:disabled):not(.disabled).active:focus,
.show > .btn-mango.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}


.btn-mangoblue {
  color: #FFBF34;
  border-color: #447270;
  background-color: #447270;
}

.btn-mangoblue:hover {
  color: #fff;
  background-color: #447270;
  border-color: #447270;
}

.btn-mangoblue:focus, .btn-mangoblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-mangoblue.disabled, .btn-mangoblue:disabled {
  color: #447270;
  background-color: transparent;
}

.btn-mangoblue:not(:disabled):not(.disabled):active, .btn-mangoblue:not(:disabled):not(.disabled).active,
.show > .btn-mangoblue.dropdown-toggle {
  color: #fff;
  background-color: #447270;
  border-color: #447270;
}

.btn-mangoblue:not(:disabled):not(.disabled):active:focus, .btn-mangoblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-mangoblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}


.bg-orange {
  background-color: #f0a013 !important;
}



.bg-yellow {
  background-color: #dba630 !important;
}


.bg-gray {
  background-color: #e2e2e2; 
  border-radius:8px;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #dba630 !important;
}

.border-yellow {
  border: 2px solid #dba630;
  border-radius: 8px;
}

.border-blue {
  border: 2px solid #1a84ce;
  border-radius: 8px;
}

.img-intro {
  box-shadow: 0 0 15px #dbdbdb;
}



.bookshelf {
	color:black;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem; 
}

.bookshelf-yellow{
	background-color: #ffd000; 

}

.bookshelf-green {
	background-color: #80ad95;
}


.gridboard {
	border: 2px solid black;

}


.tableGrid {
  border: 1px solid black;

}


.intro-title {
  word-break: keep-all;
}



.div-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.div-signin2 {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.divSignin {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;

    height: 96.6vh;


    margin-top: -14px;

    background-image: url("../_images/bg/bg_vietnam_tree.jpg?hello=1");
    background-size: cover;




}

.divSignin-blue {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;

    margin-top: -14px;

    background-color: #2eaae0;
    color: white;


}

.bg-maingreen {
	background-color: #689e81;
	color:white; 
}


.bg-mainblue {
  background-color: #1a84ce;
  color:white; 
}

.bg-btn-white {
  background-color: white;
  color:#2eaae0; 
}

.div-info-yellow {
    text-align: center;
    color: #ffc107;
}

.div-info-green {
    text-align: center;
    color: #01FC08;
}

.btn-width-98 {
    width: 98%;
}


.span-button {
  border:1px solid white;
  padding: 5px;
  border-radius:5px;

}




.btn-school {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-school:hover {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1d82c8;
}

.btn-school:focus, .btn-school.focus {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1d82c8;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-school.disabled, .btn-school:disabled {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-school:not(:disabled):not(.disabled):active, .btn-school:not(:disabled):not(.disabled).active,
.show > .btn-school.dropdown-toggle {
  color: #fff;
  background-color: #1d82c8;
  border-color: #10707f;
}

.btn-school:not(:disabled):not(.disabled):active:focus, .btn-school:not(:disabled):not(.disabled).active:focus,
.show > .btn-school.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}



.btn-outline-school {
  color: #1a84ce;
  border-color: #1a84ce;
}

.btn-outline-school:hover {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-outline-school:focus, .btn-outline-school.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-school.disabled, .btn-outline-school:disabled {
  color: #1a84ce;
  background-color: transparent;
}

.btn-outline-school:not(:disabled):not(.disabled):active, .btn-outline-school:not(:disabled):not(.disabled).active,
.show > .btn-outline-school.dropdown-toggle {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-outline-school:not(:disabled):not(.disabled):active:focus, .btn-outline-school:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-school.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}



.bottom-box {

    height: 35px;
    width:20vw;
    max-width: 120px;

    bottom: 0px;

    color: #ffffff;

    background-color: #447270;

    text-align: center;

    font-size: 12px;

}

.bottom-box-left {
    border-radius: 10px 0 0 0;
}

.bottom-box-right {
    border-radius: 0 10px 0 0;
}

.bottom-box-center {
    
}

.bottom-box-round {
    border-radius: 10px;
}

.bottom-box-img {
    width:26px;
    
    display: block;

    cursor: pointer;

    margin-left:auto;
    margin-right:auto;

    margin-top: 5px;
    margin-bottom: 4px;
    
}

.bottom-search-keyword {
  position:absolute; 
  top:-22px; 

  left:4vw;
  z-index: 10;

  font-size:16px;
  color: #447270;

  background-color: #FFBF34;
  border-radius: 10px;

  padding:3px 10px;

  text-align: center;

  /* 글자의 길이에 따라 자동으로 너비 조절 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  /* 왼쪽으로부터 30% 위치에서 가운데 정렬 */
  transform: translateX(-20%);

}



    .divBox-mypage-div {
        padding: 14px 5px 5px 5px;
        margin-bottom: 10px;
        color: #ffffff;

    }

    .divBox-mypage-fullbox {
        border-radius: 10px;

    }

    .divBox-mypage-titlebox {
        border-radius: 10px 10px 0 0;
        background-color: white;
        color: #2eaae0;

        padding: 10px;
    }

    .divBox-mypage-titlebox-only {
        border-radius: 10px;
        background-color: white;
        color: #2eaae0;

        padding: 10px;

    }

    .divBox-mypage-descbox {
        border-radius: 0 0 10px 10px;
        background-color: #D5EEF9;
        color: #484848;

        padding: 10px;      
    }

    .divBox-mypage-descbox-only {
        border-radius: 10px;
        background-color: #D5EEF9;
        color: #484848;

        padding: 10px;      
    }


    .divBox-mypage-spanInfoTitle {
        width: 10%;
        min-width: 90px;
        display: inline-block;

        padding-left: 20px;

        

    }

    .divBox-mypage-spanInfoContents {
        
    }   


    .divBox-mypage-imgShare {
        width: 40px; 
        height: auto; 
        border-radius: 8px;

        margin-left: 10px;
        margin-bottom: 8px;
    }





  .feed-box {
    border-radius: 10px;
    background-color: white;
  }

  .feed-box-profile-img {
    width:36px;
    height:36px;
    border-radius: 50%;

    text-decoration: none;

  }

  .feed-box-profile-name {
    font-size:14px;
    font-weight:550;

  }

  .feed-box-profile-name-only {
    cursor: pointer;
  }

  .feed-box-profile-name-date {
    color:gray;
    font-size:12px;
    margin-left:5px;
  }

  .feed-box-profile-category {
    font-size:12px;

    margin-top:-2px;

  }

  .feed-box-contents-image-div {
    background-image: cover;
    max-height:80vh;

  }

  .feed-box-contents-bottom-price {
    
    bottom: 12px;
    left: 12px;

    background-color: #FFBF34;
    border-radius: 0 0 10px 10px;

    padding:3px 7px;

    font-size:14px;
    font-weight:700;

    color:#365B59;
  }


  .feed-box-contents-bottom-activity {
    
    bottom: 12px;
    right: 12px;

    border-radius: 10px;

    margin-top: 4px;
    padding:3px 7px;

    font-size:14px;
    font-weight:550;

    color:#365B59;

  }

  .feed-box-contents-bottom-activity-item{
    margin-right:12px;
  }


  .feed-box-contents-bottom-activity-icon {
    width:24px;
    cursor: pointer;
  }

/*
  .feed-box-contents-bottom-activity-icon:hover {
    border-radius: 20%;
    background-color: #dbdbdb;
  }
*/

  .feed-box-contents-bottom-activity-icon-number {
    font-size:16px;

    margin-left:-2px;

    margin-right:3px;

    vertical-align: middle !important;
  }


  .feed-box-activity-icon {
    width:32px;
  }



  .feed-box-profile-menu {
    text-align: right;
  }

  .feed-box-profile-menu-icon {
    width: 30px;
    height: 30px;

    margin-top:3px;

    cursor: pointer;
  }


  .feed-box-comment {
    margin-top:3px;
    display: none;

    padding-left: 0.5rem;
    padding-right: 0.5rem;

/*
    max-height: 40px;
    height: 40px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255) 100%);
*/
  }


  .feed-box-comment-item {
    margin-bottom:10px;
  }

  .feed-box-comment-item-reply {
    margin-left:40px;
  }


  .feed-box-comment-profile-img {
    width:30px;
    height:30px;
    border-radius: 50%;

  }

  .feed-box-comment-name {
    font-size:14px;
    font-weight:550;

  }

  .feed-box-comment-name-date {
    color:gray;
    font-size:12px;
    margin-left:3px;
  }

  .feed-box-comment-body {
    font-size:14px;
    margin:2px 3px;
    padding: 5px 12px;

    background-color: #FFEBC2;
    border-radius: 8px;
  }

  .feed-box-comment-body-writer {
    font-size:14px;
    margin-top:2px;
    padding: 5px 12px;

    background-color: #C6D4D4;
    border-radius: 8px;
  }

  .feed-box-comment-activity {
    font-size: 13px;
    margin-left:4px;

    color:#767676;

    cursor:pointer;
  }

  .feed-box-comment-activity-button {
    margin-right:10px;
  }

  .feed-box-comment-activity-button-liked {
    color: #447270;
    font-weight: 550;
  }


  .feed-box-comment-write {
    width: 100%;
    margin-top: 8px;

    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .feed-box-comment-write-img {
    width:30px;
    height:30px;
    border-radius: 50%;

    display: none;

  }

  .feed-box-comment-write-textarea {
    border: none;
    resize: none;

    background-color: #D8D8D8;
    max-width:100%;
    border-radius: 8px;

  }

  .feed-box-comment-write-textarea:focus {
    border: none;
    resize: none;

    background-color: #D8D8D8;
    position:relative;

  }

  .feed-box-comment-write-textarea-button-send {
    float: right;
    position: absolute;

    z-index: 5;
    padding:4px;


    width:32px;
    height:32px;
    right:5px;
    bottom:2px;
  }

  .feed-box-comment-write-textarea-button-send:hover {

    border-radius: 20%;
    background-color: #bfbfbf;
  }

  .feed-body-profile-name{
    font-size: 15px;
    font-weight: 650;

  }

  .feed-body-contents {
    font-size: 15px;

  }

  .feed-body-contents-hashtag {
    color: #447270;
    font-weight: 550;
  }

  .feed-body-button {
    font-size: 12px;
    color: #447270;
    font-weight: 550;

    border: 2px solid #FFBF34;
    border-radius: 6px;

    background-color: white;

    margin-right: 4px;
    margin-bottom: 4px;

    pointer-events: none;

  }

  .feed-body-button-link {
    font-size: 12px;
    color: #447270;
    font-weight: 550;

    border: 2px solid #FFBF34;
    border-radius: 6px;

    background-color: #FFBF34;

    margin-right: 4px;
    margin-bottom: 4px;

  }

  .feed-body-comment-open-button {
    font-size: 14px;
    color: #447270;
    font-weight: 550;

    margin-top:5px;

    cursor: pointer;


  }




  .write-nav-box {
    position:fixed;
    top:0;
    height:47px;

    z-index: 1050;

    background-color: white;

  }

  .write-nav-box-item {
    height:100%;
    vertical-align: middle;

    padding-top:10px;

    font-size:18px;
    font-weight: 550;
  }

  .write-nav-box-item-button {
    color: #447270;
    cursor: pointer;
  }


  .write-nav-box-item-back {
    width:32px;
    height:32px;

    margin-top:-2px;

    cursor: pointer;

  }



  .write-box {
    background-color: white;
  }


  .write-box-necessary-title{
    font-style:italic;

    position:relative;

    background-image: linear-gradient(white 83%, #447270 17%);

    padding: 0 15px 0 2px;

  }

  .write-box-necessary-item {
    margin:10px 0;
    display: flex !important;

  }

  .write-box-necessary-item-name {
    min-width:100px;

    padding:2px 0 0 5px;

    color: #447270;
    font-weight: 550;

  }


  .write-box-necessary-photo {
    height:13vh;

    overflow: auto;
    white-space: nowrap;

    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .write-box-necessary-photo::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera*/
  } 

  .write-box-necessary-photo-item {

    height: 13vh;
    width: 13vh;

    object-fit: cover;


  }


  .write-box-necessary-photo-item-add {
    background-image:url('../_images/backgroundAddImage.png');
    background-size: cover;
    background-size: no-repeat;


    height: 13vh;
    width: 6.5vh;
  }


  .write-box-necessary-item-autofill {
    display:flex;
    padding-top:5px;

    overflow-x: scroll;
    white-space: nowrap;

    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */

  }

  .write-box-necessary-item-autofill::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera*/
  } 


  .write-box-necessary-item-autofill-result {
    margin:1px 3px;
    padding:0 5px;

    font-size:14px;
    color: #447270;

    border: 2px solid #447270;
    border-radius: 10px;

    cursor: pointer;

  }

  .write-box-necessary-item-autofill-result-selected {
    margin:1px 3px;
    padding:2px 5px;

    font-size:14px;
    color:white;

    background-color: #447270;
    border-radius: 10px;

    cursor: pointer;
  }

  .write-box-necessary-item-autofill-result-address {
    margin:1px 3px;
    padding:0 5px;

    font-size:14px;
    color: #447270;

  }


  .write-box-optionary-item {
    margin:10px 0;
    display: flex !important;

  }

  .write-box-optionary-item-name {
    min-width:100px;

    padding:2px 0 0 5px;

    color: #FFBF34;
    font-weight: 550;

  }

  .write-box-optionary {
    margin-right: 20px;

  }

  .write-box-optionary-title{
    font-style:italic;

    position:relative;

    background-image: linear-gradient(white 80%, #FFBF34 20%);



    padding: 0 15px 0 2px;

  }

  .write-box-optionary-star {
    width:3.5vh;
    height:3.5vh;

    margin-right:3px;

    cursor: pointer;
  }

  .write-box-optionary-item-radio-box {
    margin-right:18px;
    margin-top:4px;
  }


  .write-input-text {
    width:100%;
    max-width:100%;

    border: none;
  }

  .write-input-number-50 {
    width:50%;
    border: none;

  }

  .write-input-number-70 {
    width:70%;
    border: none;

  } 

  .write-input-textarea {
    border: none;
    resize: none;

  }

  .write-input-necessary-border {
    border: 1px solid #447270;
  }

  .write-input-optionary-border {
    border: 1px solid #FFBF34;
    
  }

  .mypage-box {
    background-color: white;


  }

  .mypage-box-profile {
    margin-right: 20px;
   
  }

  .mypage-box-profile-img-div {
     position: relative;
  }

  .mypage-box-profile-img {
    width:10vw;
    max-width:100px;
    min-width:60px;
    
    height:10vw;
    max-height:100px;
    min-height:60px;

    margin-top:6px;

    border-radius: 50%;

  }

  .mypage-box-profile-img-modify {

    position: absolute;
    bottom: 0.1vh;
    right:0;

    height: 4vw;
    width: 4vw;

    max-height: 34px;
    max-width: 34px;

    min-height: 24px;
    min-width: 24px;


    padding: 1px;

    margin-top:6px;

    border-radius: 50%;
    border: 2px solid white;
    background-color: #FFBF34;

  }

  .mypage-box-profile-name {
    font-size:20px;
    font-weight:550;

  }

  .mypage-box-profile-activity {
    font-size:16px;


  }

.mypage-box-profile-activity-box {

    height: 24px;
    width: 90px;

    text-align: center;

    font-size: 14px;

    margin-top: 6px;
    padding-bottom: 2px;

}


.mypage-box-profile-activity-box-selected {
  background-color: #FFBF34;

}

.mypage-box-profile-activity-box-left {
    border-radius: 6px 0 0 6px;
    border: 1px solid #447270;

}

.mypage-box-profile-activity-box-right {
    border-radius: 0 6px 6px 0;
    border: 1px solid #447270;
}

.mypage-box-profile-activity-center {
    border-top: 1px solid #447270;
    border-bottom: 1px solid #447270;
}


.mypage-box-profile-activity-box-number {
  color: #447270;
  font-weight:650;
  font-size: 16px;
}

.mypage-box-profile-description {
  font-size:14px;

  margin-top:10px;
}

.mypage-box-profile-description-modify {

  height: 22px;
  width: 22px;

  padding: 1px;

  border-radius: 50%;
  border: 1px solid white;
  background-color: #FFBF34;

}




  .dropdown-item-img-small {
    width: 17px;
    height: 17px;

    
    margin-right:15px;
    padding-bottom: 1px;
  }