@media screen and (min-width: 768px) {
body {
	font-family: "Pretendard JP Variable"
}
.content-width {
	display: inherit;
	user-select: none;
}

.content-width p {
    margin-bottom: -10px;
}

.section-name {
 display: inline-block; 
 font-size: 22px; 
 margin-bottom: 16px;
 width: 50%;
 color: black;
 font-weight: bold;
 font-family: "Pretendard JP Variable";
}

.section-seealso {
 display: inline-block; 
 text-align: right;
 font-size: 15px; 
 margin-bottom: 16px; 
 width: 50%;
 color: #666;
 font-family: "Pretendard JP Variable";
}

.contentbox {
  display: inline-block; 
  background: #EFEFEF; 
  border-radius: 1em;
  width: 32.9%;
  padding: 10px 10px 10px 14px;
  line-height: 20px;
  color: #787878; 
  font-size: 13px;
  font-family: "Pretendard JP Variable";
     }

.contentbox b {
  	font-family: "Pretendard JP Variable";
}
.contentbox b:hover {
  	font-family: "Pretendard JP Variable";
}
.contentbox b:active {
  	font-family: "Pretendard JP Variable";
}
.contentbox b:link {
  	font-family: "Pretendard JP Variable";
}

 .contentbox:nth-child(n+3):nth-child(-n+4) {
          margin: 0 5px 0 0;
        }
}

@media screen and (max-width: 768px) {
body {
	font-family: "Pretendard JP Variable"
}

.content-width {
	display: inline;
    user-select: none;
}

.content-width p {
    margin-bottom: -15px;
}

.section-name {
 display: inline-block; 
 font-size: 18px; 
 margin-bottom: 12px;
 width: 80%;
 color: black;
 font-weight: 500;
 font-family: "Pretendard JP Variable";
}

.section-seealso {
 display: inline-block; 
 text-align: right;
 font-size: 13px; 
 margin-bottom: 12px; 
 width: 20%;
 color: #666;
 font-family: "Pretendard JP Variable";
}

.contentbox {
  display: inline-block;
  background: #EFEFEF; 
  border-radius: 1em;
  max-width: 768px; 
  width: 100%;
  padding: 10px 10px 10px 14px;
  margin: -5px 0px -20px 0px;
  line-height: 20px;
  color: #787878; 
  font-size: 12px;
  font-family: "Pretendard JP Variable";
     }

.contentbox b {
  	font-family: "Pretendard JP Variable";
    font-weight: 500
}
.contentbox b:hover {
  	font-family: "Pretendard JP Variable";
    font-weight: 500
}
.contentbox b:active {
  	font-family: "Pretendard JP Variable";
    font-weight: 500
}
.contentbox b:link {
  	font-family: "Pretendard JP Variable";
    font-weight: 500
}

 .contentbox:nth-child(4) {
  visibility: collapse;
  display: inline;
     }

 .contentbox:nth-child(5) {
  display: inline-block;
  margin-top: -90%;
  margin-bottom: 2px;
     }
}