.market_info{padding: 10px 15px; border-radius: 10px; background: var(--bg_bluesoft); border: 1px solid var(--bg_blue); margin-bottom: 25px;}

.market_layout{max-width: 900px;}
.market_layout .mlHead{display: grid; grid-template-columns: 250px 1fr; grid-gap: 20px;}
.market_layout .mlHead > div{width: 100%;}
.market_layout .mlBody{margin-top: 25px;}
.market_layout .mlCover > div{padding-bottom: 100%; background-color: var(--bg_silvercalm); border-radius: 5px;}
.market_layout .mlMoreCover{margin-top: 15px; white-space: nowrap; overflow: auto;}
.market_layout .mlMoreCover > div{display: inline-block; width: 50px; height: 50px; background-color: var(--bg_silvercalm); border-radius: 5px; cursor: pointer;}
.market_layout .mlMoreCover > div:not(:last-child){margin-right: 10px;}
.market_layout .mlOriginal{margin-top: 15px; display: grid; grid-template-columns: 20px 1fr; grid-gap: 10px; align-items: center;}
.market_layout .mlOriginal > div{width: 100%;}
.market_layout .mlOriginal > div:first-child > div{width: 20px; height: 20px;}
.market_layout .mlTitle{font-size: 20px; margin-top: 15px; font-weight: bold;}
.market_layout .mlWriter{color: var(--text_silver);}
.market_layout .mlAct{margin-top: 20px; display: grid; grid-template-columns: 1fr 80px; align-items: center; box-sizing: border-box;}
.market_layout .mlAct > div{width: 100%;}
.market_layout .mlAct .maOpt{display: grid; grid-template-columns: 1fr 1fr;}
.market_layout .mlAct .maOpt > div{width: 100%;}
.market_layout .mlAct .maOpt > div > div{width: 20px; height: 20px; cursor: pointer;}
.market_layout .mlPrice{margin-top: 20px; display: inline-flex; align-items: center;}
.market_layout .mlPrice > span{width: 100%;}
.market_layout .mlPrice > span:not(:last-child){margin-right: 10px;}
.market_layout .mlPrice .mpFinal{font-size: 20px; font-weight: bold;}
.market_layout .mlPrice .mpBefore{text-decoration: line-through; color: var(--text_silver);}
.market_layout .mlPrice .mpDiscount{font-size: 9px; font-weight: bold; padding: 3px 7px 2px 7px; border-radius: 3px; background: var(--bg_red); color: var(--text_white);}
.market_layout .mlItemType{margin-top: 10px; color: var(--text_silver);}
.market_layout .mlItemType > span{padding: 2px 7px; margin-right: 5px; border-radius: 5px; font-size: 11px; color: var(--text_white); background: var(--bg_orange);}
.market_layout .mlDetail{margin-top: 15px;}
.market_layout .mlDetail > div{display: grid; grid-template-columns: 100px 1fr; grid-gap: 5px; padding: 5px 0px;}
.market_layout .mlDetail > div:not(:last-child){border-bottom: 1px solid var(--bg_line);}
.market_layout .mlDetail > div > div{width: 100%;}
.market_layout .mlDetail > div > div:first-child{font-weight: bold;}
.market_layout .mlInfo{margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr 1fr;}
.market_layout .mlInfo > div{width: 100%; text-align: center;}
.market_layout .mlInfo > div > div:first-child > div{width: 30px; height: 30px;}
.market_layout .mlInfo > div > div:nth-child(2){margin-top: 5px; margin-bottom: 5px;}
.market_layout .mlInfo > div > div:nth-child(2) > div:first-child{color: var(--text_silver);}
.market_layout .mlInfo > div > div:nth-child(2) > div:nth-child(2){margin-top: 3px; font-weight: bold;}
.market_layout .mlBonus{margin-top: 10px; padding: 10px 15px; border: 1.5px solid var(--bg_line); border-radius: 5px;}
.market_layout .mlBonus > div:nth-child(2){margin-top: 5px; white-space: nowrap;}
.market_layout .mlBonus > div:nth-child(2) > div{display: inline-block; width: 50px; vertical-align: top;}
.market_layout .mlBonus > div:nth-child(2) > div:not(:last-child){margin-right: 5px;}
.market_layout .mlBonus > div:nth-child(2) > div > div:first-child{width: 50px; height: 50px; border-radius: 5px; background-color: var(--bg_silvercalm);}
.market_layout .mlBonus > div:nth-child(2) > div > div:nth-child(2){margin-top: 3px; font-size: 11px; font-weight: bold; white-space: normal;}
.market_layout .mlBtn{margin-top: 25px; white-space: nowrap;}
.market_layout .mlBtn > div{display: inline-block;}
.market_layout .mlBtn > div:not(:last-child){margin-right: 15px;}
.market_layout .mlBtn button{padding: 10px 23px; font-size: 15px;}
.market_layout .mlBtn .mbBuy{font-weight: bold; min-width: 150px;}
.market_layout .mlBtn .mbOpt{width: 20px; height: 20px; position: relative; top: 4px; cursor: pointer;}
.market_layout .mlReview{margin-top: 15px; padding: 15px 20px; border: 2px solid var(--bg_silvercalm); border-radius: 10px;}
.market_layout .mlReview > div:first-child{color: var(--text_silver);}
.market_layout .mlReview > div:nth-child(2){margin-top: 3px; font-size: 11px; font-style: italic;}
.market_layout .mlDesc > div:first-child{font-weight: bold; font-size: 17px;}

.market_popupbuy{padding: 0px 15px 15px 15px;}
.market_popupbuy > div{padding: 10px 15px; cursor: pointer; border: 1.5px solid var(--bg_blue); border-radius: 5px; transition: var(--transition);}
.market_popupbuy > div:not(:last-child){margin-bottom: 10px;}
.market_popupbuy > div:hover{background: var(--bg_silvercalm);}
.market_popupbuy .wpHead{display: grid; grid-template-columns: 25px 1fr; grid-gap: 10px; align-items: center;}
.market_popupbuy .wpHead > div{width: 100%;}
.market_popupbuy .wpHead > div:first-child > div{width: 25px; height: 25px;}
.market_popupbuy .wpHead > div:nth-child(2) > div:first-child{font-size: 11px; color: var(--text_silver);}
.market_popupbuy .wpHead > div:nth-child(2) > div:nth-child(2){font-weight: bold;}
.market_popupbuy .wpBody{margin-top: 5px;}
.market_popupbuy .wpBody .mbPrice > span:not(:last-child){margin-right: 5px;}
.market_popupbuy .wpBody .mbPrice .mpFinal{font-weight: bold; color: var(--text_blue); font-size: 17px;}
.market_popupbuy .wpBody .mbPrice span:not(.mpFinal){font-size: 11px; position: relative; top: -2px;}
.market_popupbuy .wpBody .mbPrice .mpBefore{text-decoration: line-through; color: var(--text_silver);}
.market_popupbuy .wpBody .mbPrice .mpDiscount{color: var(--text_red); font-weight: bold;}