@charset "UTF-8";

@font-face {
    font-family: 'PyeongChangPeace';
    src: url('../font/PyeongChangPeace/PyeongChangPeace-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

#banner {
    position: relative;
    width: 100%;
}

.banner_box {
    background-image: url("../image/goods_banner_img.jpg");
    background-color: #007a1f;
    width: 100%;
    height: 170px;
}

.banner_elem {
    height: 100%;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.profile {
    padding-right: 20px;
}

.profile img {
	width: 60px;
}

.name {
	font-size: 20px;
	margin-bottom: 0;
}

.url > li {
    color: #fff;
	width: 200px;
	font-size: 10px;
}

#introduce {
    position: relative;
    width: 100%;
    height: 190px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.introduce_box {
    position: relative;
    width: 1200px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.introduce_text {
    line-height: 1.2;
    font-family: 'PyeongchangPeace';
	font-weight: lighter;
	margin: 0;
}

.black {
    color: #333;
}

.green {
    color: #32cd32;
}

.blue {
    color: #1e90ff;
}

.gray {
    color: #777;
}

#keyworld_goods {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #e8f5e9;
}

.keyworld_goods_box {
    position: relative;
}

.keyworld_list {
    position: relative;
    width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.keyworld_goods_item {
    width: 120px;
    height: 90px;
    background-color: #ebebeb;
    border: none;
    transition: all 0.3s ease-in-out;
    border: 1px solid #00000000;
}

.keyworld_goods_item:hover {
    border: 2px solid #555 
}

.all_keyworld:hover {
    background-color: #00ffff;
}

.age:hover {
    background-color: #B7FF00;
}

.use_if:hover {
    background-color: #8B03FF;
    color: #fff;
}

.day_healing:hover {
    background-color: #90FFCA;
}

.time_history:hover {
    background-color: #8D96AD;
}

.story_vibe:hover {
    background-color: #B2ADCF;
}

.etc_keyworld:hover {
    background-color: #661B28;
    color: #fff;
}

#goods_filter {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #e3f2fd;
}

.goods_filter_box {
    position: relative;
}

.universe_list {
    position: relative;
    width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.goods_filter_item {
    width: 120px;
    height: 90px;
    background-color: #ebebeb;
    border: none;
    transition: all 0.3s ease-in-out;
    border: 1px solid #00000000;
}

.goods_filter_item:hover {
    border: 2px solid #555 
}

.etc_universe:hover {
    background-color: #B7FF00;
}

.etc_universe:hover {
    background-color: #8B03FF;
    color: #fff;
}

.etc_universe:hover {
    background-color: #661B28;
    color: #fff;
}

#recommendation_author {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #fff3e0;
}

.recommendation_author_box {
    position: relative;
}

.author_list {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.author_item {
    position: relative;
    width: 250px;
    height: 350px;
    margin-bottom: 30px;
    padding: 5px;
    transition: all 0.3s ease-in-out;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.author_item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.author_item img {
    display: inline-block;
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3); /* 흐린 테두리 */
    background-color: black;
}

.author_keyworld {
    padding: 0 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.author_keyworld li {
    color: black;
    background-color: #c4c4c4;
    border-radius: 10px;
    padding: 3px;
    margin: 2px 3px;
    color: red;
}

#goods {
    width: 100%;
    padding: 50px 15px;
    background-color: #005319;
    color: #d6ffd2;
    box-sizing: border-box;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.goods_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.goods_text h2 {
    margin-bottom: 10px;
    font-size: 24px;
}

.goods_text h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.goods_text p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.goods_box .page_landing_btn {
    display: inline-block;
    padding: 10px 18px;
    background-color: #00a029;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 10px;
}

.goods_box .page_landing_btn:hover {
    background-color: #007a1f;
}

.goods_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
	padding-bottom: 30px;
}

.goods_item {
    width: 90%;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    box-sizing: border-box;
}

.goods_item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.goods_item img {
    width: 90%;
    object-fit: contain;
    border-radius: 6px;
}

.goods_item h4 {
    margin: 10px 0 5px 0;
    font-size: 16px;
}

.goods_price {
    font-weight: bold;
    font-size: 14px;
}