/* BASIC css start */
:root {
    --point-color: #5F4541;
    --base-font: "Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;
    --base-size: 14px;
}

#wrap.small-screen #header {
    width: 1400px !important;
}

#wrap.small-screen #header .headerTop {
    width: 1240px !important;
}

#wrap.small-screen #bstPrdWrp, #wrap.small-screen #newPrdWrp {
    width: 1240px !important;
}

#wrap.small-screen #trend, #wrap.small-screen #recmdPrdWrp {
    width: 1240px !important;
    padding-top: 0px;
}

#wrap.small-screen .trendPrdWrp .section {
    width: 394px;
}

#wrap.small-screen #recmdPrdWrp .item-wrap .item-cont .item-list, #wrap.small-screen #recmdPrdWrp .item-wrap .item-cont .item-list .thumb {
    width: 397px;
}

#wrap {
    background: rgb(246, 244, 243);
}

#mask {
    display: none;
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 200;
}

#head_box {
    z-index: 11;
    position: fixed;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(225, 217, 215);
    width: 100%;
}

#header {
    position: relative;
    width: 1760px;
    z-index: 100;
}

#topBnr {
    text-align: center;
    height: 34px;
    align-content: center;
    background: rgb(95, 69, 65);
}

#topBnr .topBnrBox {
}

#topBnr .topBnrBox p {
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}

#topBnr .topBnrBox p span {
    font-weight: 800;
}

#header .headerTnb {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 80px;
    line-height: 80px;
}

#header .headerTnb::after {
    display: block;
    clear: both;
    content: "";
}

#header .headerTnb .tnb {
}

#header .headerTnb .tnb ul {
    height: 80px;
    line-height: 80px;
    align-content: center;
}

#header .headerTnb .tnb li {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

#header .headerTnb .tnb li.src {
    margin-left: 25px;
}

#header .headerTnb .tnb li.cart {
    position: relative;
}

#header .headerTnb .tnb li.cart a {
}

#header .headerTnb .tnb li.cart a p {
    width: 16px;
    height: 16px;
    background: var(--point-color);
    border-radius: 100%;
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#header .headerTnb .tnb li a {
    display: block;
    font-size: var(--base-size);
    color: var(--point-color);
}

#header .headerTop {
    margin: 0px auto;
    width: 1760px;
    height: 120px;
}

#header .headerTop::after {
    display: block;
    clear: both;
    content: "";
}

#header .headerTop .tlogo {
    text-align: center;
    line-height: 74px;
}

#header .headerTop .tlogo a {
    width: 221px;
    display: inline-block;
}

#header .headerTop .tlogo a img {
    width: 100%;
}

#header .headerGnb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .headerGnb .gnbInner {
    position: relative;
    margin: 20px 0px;
}

#header .headerGnb .gnbInner > ul {
}

#header .headerGnb .gnbInner > ul::after {
    display: block;
    clear: both;
    content: "";
}

#header .headerGnb .gnbInner > ul li {
    margin: 0px 20px;
    position: relative;
    float: left;
}

#header .headerGnb .gnbInner > ul li:first-child {
    margin-left: 0px;
}

#header .headerGnb .gnbInner > ul li:last-child {
    margin-right: 0px;
}

#header .headerGnb .gnbInner > ul > li a {
    text-transform: capitalize;
    display: block;
    height: 41px;
    font-size: 16px;
    color: rgb(32, 32, 32);
    line-height: 41px;
    white-space: nowrap;
    box-shadow: transparent 0px 0px 1px;
}

#header .headerGnb .gnbInner > ul > li a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    height: 2px;
    z-index: -1;
    background: rgb(35, 31, 32);
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

#header .headerGnb .gnbInner > ul > li a:active::before, #header .headerGnb .gnbInner > ul > li a:focus::before, #header .headerGnb .gnbInner > ul > li a:hover::before {
    left: 0px;
    right: 0px;
}

#header .headerGnb .gnbInner > ul > a:hover {
}

#header .headerGnb .gnbInner > ul li.first {
    padding-left: 0px;
}

#header .headerGnb .gnbInner > ul li.last {
    padding: 0px 0px 0px 40px;
}

#header .headerGnb .gnbInner .submenu {
    display: none;
    position: absolute;
    border-radius: 6px;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 5px 0px;
    background: rgb(255, 255, 255);
    min-width: 156px;
    left: -10px;
}

#header .headerGnb .gnbInner .submenu.on {
    display: block;
}

#header .headerGnb .gnbInner .submenu ul {
    padding-bottom: 15px;
}

#header .headerGnb .gnbInner .submenu ul li {
    margin: 0px;
    padding: 15px 20px 0px;
    float: unset;
    text-align: left;
}

#header .headerGnb .gnbInner .submenu ul li:hover a {
    color: rgb(95, 69, 65);
    font-weight: 600;
}

#header .headerGnb .gnbInner .submenu ul li a {
    height: unset;
    line-height: unset;
}

.search-auto-complete-list {
    display: none;
    z-index: 1;
    position: absolute;
    top: 40px;
    left: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0) rgb(221, 221, 221) rgb(221, 221, 221);
    border-image: initial;
    line-height: 14px;
    background: rgb(255, 255, 255);
}

.search-auto-complete-list ul {
    width: 202px;
    padding: 4px 0px 6px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.search-auto-complete-list ul li {
    text-align: left;
}

.search-auto-complete-list ul li.on {
    background: rgb(243, 243, 243);
}

.search-auto-complete-list ul li a {
    display: block;
    padding: 8px 14px 7px;
    color: rgb(0, 0, 0);
    background: none;
    font-size: 12px;
    letter-spacing: -1px;
}

.search-auto-complete-list ul li a strong {
    color: rgb(171, 62, 65);
}

.search-auto-complete-list ul li a:hover {
    background: rgb(242, 242, 242);
}

.search-auto-complete-list ul li a:hover span {
    border-bottom: 1px solid rgb(0, 0, 0);
}

.search-auto-complete-list .search-list-close {
    display: block;
    padding: 10px 11px;
    text-align: right;
    color: rgb(153, 153, 153);
    font-size: 11px;
}

#allfinder-layer {
    z-index: 9999;
    position: fixed;
    top: 50px;
    right: 110px;
    width: 1000px;
    zoom: 1; overflow: hidden;
}

#allfinder-layer .finder-body {
    display: none;
    z-index: 1;
    position: relative;
    width: 998px;
    padding: 35px 40px 5px;
    max-height: 800px;
    overflow: hidden auto;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    background: rgb(255, 255, 255);
}

#allfinder-layer .finder-body .finder-close {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 24px;
    color: rgb(0, 0, 0);
}

#allfinder-ctr {
    z-index: 10000;
    position: fixed;
    top: 50px;
    right: 0px;
    width: 103px;
    height: 86px;
}

#allfinder-ctr a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/images/common/allfinder_ctrl_pc.png") right top no-repeat;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    font-size: 0px;
}

.all-finder-layer .finder-body .finder-tbl table {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0) rgb(204, 204, 204) rgb(204, 204, 204);
    border-image: initial;
}

.all-finder-layer .finder-body .finder-tbl th, .all-finder-layer .finder-body .finder-tbl td {
    height: 40px;
    border-top: 1px solid rgb(229, 229, 229);
    font-size: 13px;
    color: rgb(0, 0, 0);
}

.all-finder-layer .finder-body .finder-tbl tr:first-child th, .all-finder-layer .finder-body .finder-tbl tr:first-child td {
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
}

.all-finder-layer .finder-body .finder-tbl th {
    padding: 5px 0px;
    background: rgb(244, 244, 244);
    text-align: left;
    vertical-align: top;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l {
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0px 20px;
    margin: 3px 0px;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .fa {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-tooltip-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    border: 1px solid rgb(206, 206, 206);
    border-radius: 20px;
    color: rgb(102, 102, 102);
    font-size: 11px;
    background: rgb(255, 255, 255);
    text-align: center;
    outline: none;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer {
    display: none;
    position: absolute;
    top: 33px;
    left: 52px;
    width: 270px;
    padding: 0px 20px 18px;
    border: 1px solid rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    text-align: left;
    font-weight: normal;
    color: rgb(0, 0, 0);
    z-index: 1;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-btn-close {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 20px;
    margin: 0px;
    font-size: 21px;
    color: rgb(0, 0, 0);
    outline: none;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-tit {
    padding: 18px 0px;
    border-bottom: 1px solid rgb(229, 229, 229);
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-cnt {
    padding-top: 16px;
    line-height: 1.5;
    font-size: 13px;
}

.all-finder-layer .finder-body .finder-tbl td {
    padding: 5px 10px;
}

.all-finder-layer .finder-body .txt-input {
    height: 21px;
    line-height: 21px;
    padding: 0px 5px;
    font-size: 13px;
}

.all-finder-layer .finder-body .finder-category {
    height: 40px;
    overflow: hidden;
}

.all-finder-layer .finder-body .finder-category.open {
    height: 100%;
    overflow: visible;
}

.all-finder-layer .finder-body tr.finder-child-category {
    display: none;
}

.all-finder-layer .finder-body tr.finder-child-category th, .all-finder-layer .finder-body tr.finder-child-category td {
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
}

.all-finder-layer .finder-body tr.finder-child-category td {
    background: rgb(251, 251, 251);
}

.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 {
    display: inline-block;
    margin: 3px 5px 3px 0px;
    padding: 5px 10px;
    cursor: pointer;
    line-height: 22px;
    vertical-align: top;
    word-break: break-all;
    color: rgb(154, 154, 154);
}

.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 .fa-check {
    display: none;
}

.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on {
    font-weight: bold;
    color: rgb(0, 0, 0);
    border: 0px;
    border-radius: 0px;
    box-shadow: unset;
}

.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on .fa-check {
    display: inline-block;
    margin-right: 3px;
}

.all-finder-layer .finder-body .finder-color {
    padding-left: 10px;
}

.all-finder-layer .finder-body .finder-price .finder-price-input {
    display: inline-block;
    padding-top: 5px;
}

.all-finder-layer .finder-body .finder-price .finder-price-input label {
    display: inline-block;
    width: 110px;
    padding: 0px 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    color: rgb(102, 102, 102);
}

.all-finder-layer .finder-body .finder-price .finder-price-input label .txt-input {
    display: inline-block;
    width: 90px;
    height: 29px;
    line-height: 29px;
    padding: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: none;
    color: rgb(51, 51, 51);
    text-align: right;
}

.all-finder-layer .finder-body .finder-search {
    position: relative;
    padding-left: 5px;
}

.all-finder-layer .finder-body .finder-search label {
    display: inline-block;
    width: 320px;
    padding: 0px 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
}

.all-finder-layer .finder-body .finder-search label .txt-input {
    display: block;
    width: 100%;
    height: 29px;
    line-height: 29px;
    padding: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: none;
    color: rgb(51, 51, 51);
    text-align: left;
}

.all-finder-layer .finder-body .finder-btn-c {
    padding: 30px 0px;
    text-align: center;
}

.all-finder-layer .finder-body .finder-btn-c a.reset {
    display: inline-block;
    width: 140px;
    height: 60px;
    line-height: 57px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 3px;
    background: rgb(153, 153, 153);
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 15px;
}

.all-finder-layer .finder-body .finder-btn-c button {
    display: inline-block;
    height: 60px;
    line-height: 57px;
    padding: 0px 30px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 3px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    font-family: "Malgun Gothic";
    cursor: pointer;
}

.all-finder-layer .finder-body .finder-btn-c button span.ico-search {
    visibility: visible;
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 10px;
    margin-top: -4px;
    vertical-align: middle;
    background: url("/images/common/btn_h15_search.png") 0px 0px no-repeat;
}

.all-finder-layer .finder-body .finder-btn-c button span.finder-count {
    visibility: visible;
    display: inline-block;
    height: 60px;
    color: rgb(255, 216, 0);
    font-size: 23px;
}

.all-finder-layer .finder-body .finder-btn-c button span.finder-count-toggle {
    visibility: visible;
    display: none;
}

.all-finder-layer .finder-body .finder-options {
    display: inline-block;
    margin: 3px 5px 3px 0px;
    padding: 5px 10px;
    cursor: pointer;
    line-height: 22px;
    border: 1px solid rgb(255, 255, 255);
    vertical-align: top;
    word-break: break-all;
}

.all-finder-layer .finder-body .finder-options.on {
    font-weight: bold;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 20px;
    box-shadow: rgb(210, 210, 210) 2px 2px 3px;
}

.all-finder-layer .finder-body .finder-option-color em {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    font-size: 0px;
    vertical-align: top;
}

.all-finder-layer .finder-body .finder-option-color.color-picker {
    width: 22px;
    height: 22px;
    padding: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.all-finder-layer .finder-body .finder-option-color.color-picker.on {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.all-finder-layer .finder-body .finder-option-color.color-picker .fa-check {
    display: none;
    width: 22px;
    height: 22px;
    margin-top: -17px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.all-finder-layer .finder-body .finder-option-color.color-picker.on .fa-check {
    display: block;
}

.all-finder-layer .finder-body .finder-option-color.color-picker.on.finder-option-color-white .fa-check {
    color: rgb(0, 0, 0);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-black em {
    background-color: rgb(0, 0, 0);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-white em {
    background-color: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
    border: 1px solid rgb(229, 229, 229);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-gray em {
    background-color: rgb(128, 128, 128);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-beige em {
    background-color: rgb(229, 208, 178);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-brown em {
    background-color: rgb(170, 104, 16);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-navy em {
    background-color: rgb(66, 85, 131);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-blue em {
    background-color: rgb(0, 0, 255);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-blue em {
    background-color: rgb(98, 172, 255);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-red em {
    background-color: rgb(255, 0, 0);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-orange em {
    background-color: rgb(255, 165, 0);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-yellow em {
    background-color: rgb(255, 255, 0);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-pink em {
    background-color: rgb(255, 192, 203);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-purple em {
    background-color: rgb(128, 0, 128);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-jaju em {
    background-color: rgb(166, 63, 127);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-khaki em {
    background-color: rgb(47, 94, 47);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-green em {
    background-color: rgb(0, 128, 0);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-green em {
    background-color: rgb(114, 221, 149);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-silver em {
    background-color: rgb(223, 223, 223);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-gold em {
    background-color: rgb(207, 188, 78);
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-apricot em {
    background-color: rgb(251, 206, 177);
}

.all-finder-layer .finder-body .search-auto-complete-list {
    display: none;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 5px;
    border: 1px solid rgb(221, 221, 221);
    line-height: 14px;
    background: rgb(255, 255, 255);
}

.all-finder-layer .finder-body .search-auto-complete-list ul {
    width: 340px;
    padding: 4px 0px 6px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.all-finder-layer .finder-body .search-auto-complete-list ul li {
    text-align: left;
}

.all-finder-layer .finder-body .search-auto-complete-list ul li.on {
    background: rgb(243, 243, 243);
}

.all-finder-layer .finder-body .search-auto-complete-list ul li a {
    display: block;
    padding: 8px 14px 7px;
    color: rgb(0, 0, 0);
    background: none;
    font-size: 12px;
    letter-spacing: -1px;
}

.all-finder-layer .finder-body .search-auto-complete-list ul li a strong {
    color: rgb(171, 62, 65);
}

.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover {
    background: rgb(242, 242, 242);
}

.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover span {
    border-bottom: 1px solid rgb(0, 0, 0);
}

.all-finder-layer .finder-body .search-auto-complete-list .search-list-close {
    display: block;
    padding: 10px 11px;
    text-align: right;
    color: rgb(153, 153, 153);
    font-size: 11px;
}

.all-finder-layer .finder-body .finder-search-data .finder-options {
    border: 1px solid rgb(229, 229, 229);
    box-shadow: none;
}

.all-finder-layer .finder-body .finder-search-data .finder-options .fa-close {
    margin-left: 10px;
    color: rgb(153, 153, 153);
}

.product-wrap .more {
    text-align: center;
}

.btn_moreGray {
    font-size: 0px;
    border-radius: 4px;
    width: 181px;
    height: 50px;
    line-height: 50px;
    border: 0px;
    display: block;
    margin: 0px auto;
    font-weight: 500;
    color: rgb(95, 69, 65);
    background: url("//skin.makeshop.co.kr/skin/fortnight/pc/img/more_btn.png") 115px center no-repeat rgb(224, 214, 212);
}

button.btn_moreGray::after {
    margin-left: -15px;
    font-size: 15px;
    content: "더보기";
}

.btn_moreGray span {
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(95, 69, 65);
}

.btn_moreGray span em {
    color: rgb(241, 25, 31);
}

.popup-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.popup-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 420px;
    height: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 10px;
}

.popup-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    font-size: 20px;
    cursor: pointer;
}

.searchArea {
    padding: 80px 24px;
}

.searchArea .search {
    position: relative;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid rgb(95, 69, 65);
}

.searchArea .search input {
    width: 342px;
    height: 44px;
    line-height: 44px;
    border: 0px;
    font-size: 16px;
    color: rgb(153, 153, 153);
    font-weight: 400;
}

.searchArea .search a {
    position: absolute;
    bottom: 13px;
    right: 0px;
    width: 21px;
    height: 21px;
}

.keyword {
    margin-top: 60px;
}

.keyword h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(95, 69, 65);
}

.keyword ul {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.keyword ul li {
    margin-bottom: 16px;
}

.keyword ul li:nth-child(1) {
    grid-area: 1 / 1;
}

.keyword ul li:nth-child(2) {
    grid-area: 2 / 1;
}

.keyword ul li:nth-child(3) {
    grid-area: 3 / 1;
}

.keyword ul li:nth-child(4) {
    grid-area: 4 / 1;
}

.keyword ul li:nth-child(5) {
    grid-area: 5 / 1;
}

.keyword ul li:nth-child(6) {
    grid-area: 1 / 2;
}

.keyword ul li:nth-child(7) {
    grid-area: 2 / 2;
}

.keyword ul li:nth-child(8) {
    grid-area: 3 / 2;
}

.keyword ul li:nth-child(9) {
    grid-area: 4 / 2;
}

.keyword ul li:nth-child(10) {
    grid-area: 5 / 2;
}

.keyword ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgb(101, 101, 101);
}

.keyword ul li:nth-child(1) a, .keyword ul li:nth-child(2) a, .keyword ul li:nth-child(3) a {
    font-weight: 600;
    color: rgb(95, 69, 65);
}

.keyword ul li a em {
    font-weight: 400;
    color: rgb(95, 69, 65);
    margin-right: 10px;
    width: 15px;
    display: inline-block;
}


/* BASIC css end */

