@charset "EUC-KR";

.one {
	position: relative;
	text-align: center;
}

.universe {
	width: 100%;
}

.tab-menu li {
	display: inline-block;
	position: absolute;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s;
	color: #777777;
}

.tab-in img {
	width: 100px;
	margin-bottom: 10px;
	border-radius: 20px;
}

.tab-menu li:nth-child(1) {
	top: 5%;
	left: 50%;
	transform: translate(-50%);
}

.tab-menu li:nth-child(2) {
	top: 9%;
	right: 38%;
}

.tab-menu li:nth-child(3) {
	top: 16%;
	right: 29%;
}

.tab-menu li:nth-child(4) {
	top: 27%;
	right: 21%;
}

.tab-menu li:nth-child(5) {
	top: 40%;
	right: 14%;
}

.tab-menu li:nth-child(6) {
	top: 40%;
	left: 14%;
}

.tab-menu li:nth-child(7) {
	top: 27%;
	left: 21%;
}

.tab-menu li:nth-child(8) {
	top: 16%;
	left: 29%;
}

.tab-menu li:nth-child(9) {
	top: 9%;
	left: 38%;
}

.tab-menu li.active {
	color: white;
	font-weight: bold;
}

.tab-menu li.active img {
	border: 2px solid #45A2B5;
}

.tab-menu button:hover {
	opacity: 0.8;
}

.content {
	display: none; /* �⺻������ ��� �� ������ ���� */
}

.content img .tab-img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.tab-txt {
	margin-bottom: 20px;
}

.tab-txt h3 {
	display: none;
	font-size: 24px;
	margin: 0;
}

.tab-txt strong {
	display: none;
	font-size: 20px;
	color: #007bff;
}

.main-text h2 {
	display: inline-block;
	font-size: 3.8rem;
	font-weight: 500;
	line-height: 120%;
	color: #ffffff;
}

.guide-with .main-text h2 {
	display: none;
}

.yotubers {
	list-style: none;
	padding: 0;
}

.youtuber-info {
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 100px;
}

.youtuber-info img {
	width: 100%;
	height: auto;
	filter: brightness(50%);
	animation-name: fadeup;
	animation-duration: 1s;
}

.yotubers {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-around;
}

.youtuber-detail {
	position: absolute;
	top: 105%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.youtuber-name {
	width: 100%;
	font-weight: bold;
	font-size: 2rem;
}

.youtuber-sub {
	width: 100%;
	font-size: 1.5rem;
	color: #666;
}

.advantage-main .main-text {
	display: block;
}

.mypage-grade {
	display: flex;
	justify-content: space-between;
	line-height: 3;
	text-align: center;
	width: 100%;
}

.grade-top {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-weight: 700;
}

.mypage-grade div {
	width: 30%;
}

.mypage-grade div ul {
	line-height: 2;
	background: #232323;
	border-right: 1px solid #4B4B4B;
	border-bottom: 1px solid #4B4B4B;
	border-left: 1px solid #4B4B4B;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 35px 0;
}

.mypage-grade div ul li {
	font-weight: 300;
	font-size: 1.8rem;
	list-style: disc;
	list-style-position: inside;
}

.mypage-grade div ul li:first-child {
	margin-bottom: 20px;
	list-style: none;
}

.goadmin-btn {
	text-align: center;
	width: 250px;
	font-size: 1.8rem;
	box-sizing: border-box;
	border: 1px solid white;
	background: #ffffff10;
	padding: 2rem 3rem;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 5%;
}
/* Responsive for Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Section : service */
  .tab-menu li:nth-child(2) {
    top: 9%;
    right: 33%;
  }
  .tab-menu li:nth-child(3) {
    top: 16%;
    right: 22%;
  }
  .tab-menu li:nth-child(4) {
    top: 27%;
    right: 11%;
  }
  .tab-menu li:nth-child(5) {
    top: 40%;
    right: 0%;
  }
  .tab-menu li:nth-child(6) {
    top: 40%;
    left: 0%;
  }
  .tab-menu li:nth-child(7) {
    top: 27%;
    left: 11%;
  }
  .tab-menu li:nth-child(8) {
    top: 16%;
    left: 22%;
  }
  .tab-menu li:nth-child(9) {
    top: 9%;
    left: 33%;
  }
  .guide-in .tab-contents {
	  padding : 0 40px;
  }
  .advantage-main {
	  padding: 0 40px;
  }
  .mypage-grade {
    flex-wrap: wrap;
    row-gap: 2.4rem;
  }
  .mypage-grade div {
    width: 48%;
  }
  .advantage-inner ul{
	  padding: 0 40px;
  }
  .join-img{
	  width:100%;
  }
}

@media (max-width: 767px) {
	.section-tit {
	  padding: 0 20px;
	}
  /* Section : service */
  .tab-in img {
	width: 50px;
	margin-bottom: 10px;
	border-radius: 20px;
}
 .tab-in p {
	 display:none;
 }
  .tab-menu li:nth-child(2) {
    top: 9%;
    right: 33%;
  }
  .tab-menu li:nth-child(3) {
    top: 16%;
    right: 22%;
  }
  .tab-menu li:nth-child(4) {
    top: 27%;
    right: 11%;
  }
  .tab-menu li:nth-child(5) {
    top: 40%;
    right: 0%;
  }
  .tab-menu li:nth-child(6) {
    top: 40%;
    left: 0%;
  }
  .tab-menu li:nth-child(7) {
    top: 27%;
    left: 11%;
  }
  .tab-menu li:nth-child(8) {
    top: 16%;
    left: 22%;
  }
  .tab-menu li:nth-child(9) {
    top: 9%;
    left: 33%;
  }
  .guide-in .tab-contents {
	  padding : 0 20px;
  }
  .advantage-main {
	  padding: 0 20px;
  }
  .mypage-grade {
    flex-wrap: wrap;
    row-gap: 2.4rem;
  }
  .mypage-grade div {
	  width:100%;
  }
  .advantage-inner ul{
	  padding: 0 20px;
  }
  .join-img{
	  width:100%;
  }
  .goadmin-btn {
    text-align: center;
    width: 150px;
    font-size: 1.8rem;
    box-sizing: border-box;
    border: 1px solid white;
    background: #ffffff10;
    padding: 1.5rem 2rem;
    border-radius: 16px;
    margin: 0 auto;
    margin-top: 5%;
  }
}