@charset "UTF-8";

@font-face {
    font-family: 'PyeongChangPeace';
    src: url('../font/PyeongChangPeace/PyeongChangPeace-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

main {
    top: 140px;
}

#banner {
    position: relative;
    width: 100%;
}

.banner_box {
    background-image: url("../image/goods_banner_img.jpg");
    background-color: #007a1f;
    width: 100%;
    height: 300px;
}

.banner_elem {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.profile {
    padding-right: 20px;
}

.url > li {
    color: #fff;
}

#introduce {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.introduce_box {
    position: relative;
    width: 1200px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.introduce_text {
    line-height: 1.2;
    font-family: 'PyeongchangPeace';
}

.black {
    color: #333;
}

.green {
    color: #32cd32;
}

.blue {
    color: #1e90ff;
}

.gray {
    color: #777;
}

#recommendation_goods {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #f4f4f9;
}

.recommendation_goods_box {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.goods_list {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.goods_item {
    position: relative;
    width: 200px;
    height: 300px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px 0;
	cursor: pointer;
}

.goods_item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.goods_item img {
    display: inline-block;
    width: 180px;
    height: 125px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: antiquewhite;
}

#keyworld_goods {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #e8f5e9;
}

.keyworld_goods_box {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.keyworld_list {
    position: relative;
    width: 960px;
    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;
	cursor: pointer;
}

.keyworld_goods_item:hover {
    border: 2px solid #555;
}

.all_keyworld:hover {
    background-color: #00ffff !important;
}

.age:hover {
    background-color: #B7FF00 !important;
}

.use_if:hover {
    background-color: #8B03FF !important;
    color: #fff;
}

.day_healing:hover {
    background-color: #90FFCA !important;
}

.time_history:hover {
    background-color: #8D96AD !important;
}

.story_vibe:hover {
    background-color: #B2ADCF !important;
}

.etc_keyworld:hover {
    background-color: #661B28 !important;
    color: #fff;
}

#goods_filter {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #e3f2fd;
}

.goods_filter_box {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.universe_list {
    position: relative;
    width: 960px;
    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;
	cursor: pointer;
}

.goods_filter_item:hover {
    border: 2px solid #555;
}

.CosmoriaUniverse:hover {
    background-color: #B7FF00 !important;
}

.etc_universe:hover {
    background-color: #8B03FF !important;
    color: #fff;
}

.etc_universe:hover {
    background-color: #661B28 !important;
    color: #fff;
}

#recommendation_author {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #fff3e0;
}

.recommendation_author_box {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.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;
	cursor: pointer;
}

.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;
}

#full_goods {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #f5f5f5;
}

.full_goods_box {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.full_goods_list {
    position: relative;
    display: flex;
    width: 960px;
    margin: 0 auto;
}

.full_goods_list_item {
    position: relative;
    width: 240px;
    height: 240px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #000;
    color: #fff;
    border: 0 solid #00000000;
    transition: all 0.3s ease-in-out;
}

.full_goods_list_item:hover {
    background-color: #555;
    border: 5px solid #A7FC00;
}

#goods {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #f4f4f9;
    color: #60ae59;
}

.goods_box {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.goods_text {
    position: relative;
    margin-bottom: 50px;
}

.goods_box .page_landing_btn {
    background-color: #00a029;
    color: #fff;
    margin-left: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.goods_box .page_landing_btn:hover {
    background-color: #007a1f;
}

.goods_list {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.goods_item {
    position: relative;
    width: 200px;
    height: 320px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px 0;
	cursor: pointer;
}

.goods_item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.goods_item img {
    display: inline-block;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.goods_item h4 {
    padding: 10px 0 5px 0;
}

.goods_price {
    padding: 0 5px;
    font-weight: bold;
}