.guitar_selection_container {
    max-width: 1450px;
    margin-top: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.guitar_selection_header {
    width: 100%;
    height: 38.4px;
    background-color: #002080;
    display: flex;
}

.guitar_selection_tab_item {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
    padding: 0 20px;
    background-color: #002080;
}

.guitar_selection_tab {
    display: flex;
    width: 100%;
}

.guitar_selection_tab_item p {
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 38.4px;
    text-align: left;
}

.guitar_selection_content {
    display: flex;
    align-items: center;
}

.guitar_selection_link_button {
    display: block;
    padding: 5px 10px;
    background-color: #FF6600;
    width: 36px;
    height: 29px;
}

.guitar_selection_content_item {
    display: flex;
}

.guitar_selection_content_item img {
    width: 218px;
    height: 218px;
}

.guitar_selection_content_item_r {
    width: 48%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.guitar_selection_content_item_r p {
    width: 100%;
    padding: 20px 20px 0 20px;
    display: inline-block;
    text-align: center;
    color: #555;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
}