html, input, button, select, textarea, optgroup{
  font-family: "Noto Sans KR", "Microsoft Yahei", "dotum", sans-serif;
  line-height: 1.6;
  color: #000;

}

a {text-decoration: none;}
ul li{ list-style: none;   }
li:hover { cursor: pointer; }

.linkListTitle {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

.linkListLayout {
  text-align: center;
}

.linkList {
  width: 100%;
  height: auto;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.contents {
  width: 60%;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  border: 1px solid #ccc;

}
.contents .profileSection {
  width: 120px;
  display: contents;
  
  
}
.profileSection img {
  height: 70px;
  margin: 10px;
  border-radius: 50%;
}

.contents  .contentSection {
  width: 100%;
  border: 0px solid #ccc;
  
}
.contentSection .linkSection {
  margin: 10px;
  font-size: 16px;
}
.contentSection .infoSection {
  height: auto;
  border: 0px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  justify-content: flex-start;
  gap: 5px;


}
.infoSection div {
  margin-right: 10px;
  font-size: 14px;
}
/* .infoSection div span {
  font-size: 10px;
  vertical-align: middle;
  margin-right: 3px;
}  */

.contentSection .buttonSection {
  height: auto;
  display: flex;
  gap: 3px;
  margin: 5px;

}
.buttonSection .item {
  padding: 10px;
  display: inline-block;
  margin: 4px;

}

.buttonSection .button {
  width: 100%; 
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-family: 나눔바른고딕;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  background: #2b8ddd;
  border-radius: 3px;
  text-align: center;

  
}

.infoSection .text_icon {
  font-size: 10px;
  vertical-align: middle;
  margin-right: 3px;
}
.infoSection .text_header { 
  font-size:16px;
  font-weight: 600;
}
.infoSection .text_content { 
  font-size:15px;
  
}
.plusButtonLayout {
  text-align: center;
} 
.buttonCSS {
    cursor: pointer;
    color: #fff;
    font-family: 나눔바른고딕;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #545b62;
    border-radius: 5px;
    padding: 10px;
    border : 1px solid #545b62;
}
.plusButton {
  width: 15%;
  margin: 0px auto;
  color: #fff;
}
.plusButton a { 
  color: #fff;
  text-decoration: none;
  
}
.plusButtonLayout .description {
  font-size: 16px;
}

.settingButton {
  width: 20%;
  margin: 0px auto;
  color: #fff;
}
.settingButton a { 
  color: #fff;
  text-decoration: none;
  
}


.guideLayout {
  width: 60%;
  margin: 0 auto;
  /* margin-bottom: 20px; */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;

}
.guideLayout .guide {
  margin-bottom: 20px;

}
.guideLayout .gudid_title {
  font-size:16px;
  text-align: left;
  font-weight: 600;
}
.guideLayout .gudid_content {
  font-size: 14px;
  text-align: left;
}

@media (max-width: 1024px)
{
  .buttonSection .button {
    font-size: 14px;
  }

  .contents { 
    width: 70%;

  }
  .plusButton {
    width: 25%;
    font-size: 13px;
   
  }
  .settingButton {
    width: 25%;
    font-size: 12px;
   
  }
  .plusButtonLayout .description {
    font-size: 14px;
  }
  .guideLayout {
    width: 70%;
  }
  .guideLayout .gudid_content {
    font-size: 13px;
  }
}

@media (max-width: 769px)
{
  .contents { 
    width: 90%;

  }
  .contents .profileSection { 
    display: none;;
  } 
  .infoSection .text_header { 
    font-size:14px;
  
  }
  .infoSection .text_content { 
    font-size:14px;
    
  }
  .plusButton {
    width: 30%;
    font-size: 13px;
  }
  .settingButton {
    width: 30%;
    font-size: 12px;
  }
  .guideLayout {
    width: 90%;
  }
}
@media (max-width: 425px)
{
  .plusButton {
    width: 50%;
    font-size: 13px;
   
  }
  .settingButton {
    width: 50%;
    font-size: 12px;
  }
}
@media (max-width: 375px)
{
  .settingButton {
    width: 60%;
    font-size: 11px;
  }
}
@media (max-width: 320px)
{
  .settingButton {
    width: 70%;
    font-size: 11px;
  }

  .buttonSection .button { 
    font-size: 13px;
  }
  .contentSection .buttonSection {  
    gap: 3px;
  }
  .guideLayout .gudid_content {
    font-size: 13px;
  }
}
