-70%

PRO MP341CQ | MSI Monitory Pro Supply

Original price was: $1,919.00.Current price is: $575.70.
0 reviews
20 people are viewing this right now
Estimated Delivery:
15 - 22 Mar, 2025
Trust Badge
Guaranteed safe & secure checkout

Description

* 主題顏色 獨立檔案 *
* lightGray *
.resellerContainer–theme {
–theme-background: #ffffff;
–theme–titleColor: #0f1111;
–theme-textColor: #0f1111;
}
* {
box-sizing: border-box;
}

body,
div,
p,
section,
article,
figure,
h1,
h2,
h3,
span,
ol,
ul,
li {
margin: 0;
padding: 0;
}

li {
list-style: none;
}

.imageDefault {
width: 100%;
vertical-align: middle;
}

.resellerContainer {
width: 100%;
position: relative;
padding: 0 15px;
margin: 0 auto;
min-width: 320px;
background-color: var(–theme-background);
}
@media (min-width: 576px) {
.resellerContainer {
max-width: 540px;
}
}
@media (min-width: 768px) {
.resellerContainer {
max-width: 720px;
}
}
@media (min-width: 992px) {
.resellerContainer {
max-width: 960px;
}
}
@media (min-width: 1300px) {
.resellerContainer {
max-width: 1170px;
}
}

.resellerContainer–font {
–font-title: 32px;
–font-text: 16px;
–font-cardTitle: 24px;
–font-cardText: 16px;
–font-contentTitle: 17px;
–font-contentSubTitle: 17px;
–font-contentDescription: 14px;
–font-bulletPointItem: 13px;
–font-noticeTitle: 13px;
–font-noticeContent: 12px;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI , Noto Sans TC , Microsoft JhengHei , Meiryo UI , Helvetica, Arial, sans-serif;
}

.resellerCol-4, .resellerCol-3 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 100%;
}
@media (min-width: 576px) {
.resellerCol-4, .resellerCol-3 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 50%;
}
}

.resellerRow {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}

@media (min-width: 992px) {
.resellerCol-3 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 25%;
}
}

@media (min-width: 992px) {
.resellerCol-4 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 33.3333333333%;
}
}

.resellerCol-12 {
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-bottom: 25px;
flex: 0 0 100%;
}

.resellerBigFeature__content ol li::before, .resellerBigFeature__content ul li::before, .contentBulletPoint__item::before, .msiCard__content ol li::before, .msiCard__content ul li::before {
display: inline;
margin-right: 10px;
}

.msiCard__content ul, .msiCard__content ol, .msiCard__content .text p, .msiCard__content {
margin-top: 15px;
}

.msiCard__imageBox {
position: relative;
overflow: hidden;
}
.msiCard__imageBox::before {
content: ;
display: block;
padding-top: 50%;
}
@media (min-width: 992px) {
.msiCard__imageBox::before {
display: none;
}
}
.msiCard__imageBox .cardImage {
position: absolute;
top: -50%;
left: 0;
}
@media (min-width: 992px) {
.msiCard__imageBox .cardImage {
position: static;
top: unset;
left: unset;
}
}

.msiCard__content ol {
counter-reset: num;
}
.msiCard__content ol li p {
margin-top: 0;
}
.msiCard__content ol li + li {
margin-top: 10px;
}
.msiCard__content ol li::before {
counter-increment: num;
content: counter(num) . ;
}
* .msiCard__content ul {
counter-reset: dot;
}*
.msiCard__content ul li p {
margin-top: 0;
}
.msiCard__content ul li + li {
margin-top: 10px;
}
* .msiCard__content ul li::before {
counter-increment: dot;
content: counter(dot, disc);
}*
.msiCard__content .title {
color: var(–theme–titleColor);
font-size: var(–font-cardTitle);
font-weight: bold;
line-height: 1.2;
}
.msiCard__content .text {
color: var(–theme-textColor);
font-size: var(–font-cardText);
margin-top: 5px;
}

.resellerKVContent__imageBox {
position: relative;
}
.resellerKVContent__imageBox .msiLogo {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.resellerKVContent__description {
text-align: center;
margin-top: 30px;
}
.resellerKVContent__description .title {
color: var(–theme–titleColor);
font-size: var(–font-title);
font-weight: bold;
}
.resellerKVContent__description .context {
color: var(–theme-textColor);
margin: 4px auto 0;
font-size: var(–font-text);
}
@media (min-width: 992px) {
.resellerKVContent__description .context {
width: 80%;
}
}

.resellerAPlus__content .contentDescription, .resellerAPlus__content .contentSubTitle, .resellerAPlus__content .contentTitle {
margin-bottom: 8px;
}

.resellerAPlusRow {
display: grid;
gap: 15px;
grid-template-columns: 1.2fr 2fr 1fr;
}

.resellerAPlus__content {
padding-right: 50px;
padding-left: 20px;
color: #0f1111;
}
.resellerAPlus__content .contentTitle {
font-size: var(–font-contentTitle);
line-height: 20px;
}
.resellerAPlus__content .contentSubTitle {
font-weight: 400;
font-size: var(–font-contentSubTitle);
line-height: 1.255;
font-style: italic;
color: #565959;
}
.resellerAPlus__content .contentDescription {
font-size: var(–font-contentDescription);
line-height: 20px;
}

.contentBulletPoint {
border: 1px solid #ddd;
border-radius: 5px;
background-color: #f3f3f3;
padding: 14px 25px;
margin-top: 14px;
position: relative;
counter-reset: dot;
}
.contentBulletPoint__item {
font-size: var(–font-bulletPointItem);
line-height: 19px;
}
.contentBulletPoint__item::before {
font-size: 15px;
position: absolute;
left: 10px;
counter-increment: dot;
content: counter(dot, disc);
}

.resellerAPlus__notice {
position: relative;
padding: 0 20px 20px;
}
.resellerAPlus__notice::before {
content: ;
width: 1px;
background-color: #ddd;
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
.resellerAPlus__notice .noticeTitle {
font-weight: 700;
font-size: var(–font-noticeTitle);
color: #565959;
line-height: 19px;
}
.resellerAPlus__notice .noticeContent {
font-size: var(–font-noticeContent);
color: #565959;
line-height: 16px;
}

.resellerBigFeature__content .text p, .resellerBigFeature__content ul, .resellerBigFeature__content ol {
margin-top: 15px;
}

.resellerBigFeature__content ol {
counter-reset: num;
}
.resellerBigFeature__content ul {
counter-reset: dot;
}
.resellerBigFeature__content .title {
margin-top: 20px;
color: var(–theme–titleColor);
}
.resellerBigFeature__content .text {
color: var(–theme-textColor);
}
.resellerBigFeature__content ol li::before {
counter-increment: num;
content: counter(num) . ;
}

.resellerBigFeature__content ul li::before {
counter-increment: dot;
content: counter(dot, disc);
}

.resellerVideo__content {
width: 100%;
}

.resellerOneCard .msiCard__content ul, .resellerOneCard .msiCard__content ol {
margin: 25px auto 0;
text-align: left;
}
@media (min-width: 992px) {
.resellerOneCard .msiCard__content ul, .resellerOneCard .msiCard__content ol {
width: 60%;
}
}

.resellerOneCard .msiCard__content {
text-align: center;
}
@media (min-width: 992px) {
.resellerOneCard .msiCard__content {
width: 80%;
margin: auto;
}
}
.resellerOneCard .msiCard__content .title {
margin-top: 30px;
}
@media (min-width: 992px) {
.resellerOneCard .msiCard__imageBox::before {
content: ;
display: block;
padding-top: 50%;
}
}
@media (min-width: 992px) {
.resellerOneCard .cardImage {
position: absolute;
top: -50%;
left: 0;
}
}

ul li {
list-style: disc;
padding: 4px 0;


Be Your Window to the World

The PRO MP341CQ office monitor features a 34 UWQHD (3440×1440) 1500R curved panel with eye-friendly technology. It also features a superior 100Hz refresh rate, 1ms response time, HDR ready, FreeSync, 3000:1 contrast ratio, and multiple eye-friendly features, including less blue light, anti-flicker technology, and anti-glare screen to reduce eye strain. Furthermore, enjoy the benefit of VESA mountable design and the exclusive MSI Display Kit App to set up the color & display mode easily.

MULTI-TASK WITH 1500R CURVE AT 34

Enjoy the most immersive viewing experience with its 1500R curvature for your work & amusement.

Focus on what you are doing with a wide and natural viewing angle.

21:9 UWQHD

Use it as dual monitors and work with multiple windows simultaneously or check your timeline and materials without adjusting or changing the using area.

100HZ HIGH REFRESH RATE

A high refresh rate display provides a better viewing experience. Also, the more images shown at the same time, the less burden will impose on your eyes.


FREESYNC SUPPORT

Get fluid, artifact-free gameplay performance at virtually any framerate with AMD FreeSync™ technology that puts an end to choppy gameplay and broken frames.

HDR READY

Equipped with HDR technology which produces images with more details and a wide range of colors and appears more similar to what is seen by the human eye compared to traditional monitors.

1MS RESPONSE TIME

Feel more comfortable and enjoyable with 1ms response time, which creates lesser blurring or trailing effects on your screen while watching movies or browsing websites

PREMIUM EYE COMFORT AND PROTECTION

Stay focused and reduce eye fatigue with built-in features designed to help improve work productivity:

  • Anti-flicker panel
  • Less blue light technology
  • Anti-glare surface
  • Eye Comfort certified by TÜV Rheinland.

    • BUILT-IN SPEAKERS

      Two built-in speakers (2W) provide convenient audio output for sound music files, attending online conferences, or video editing without requiring external speakers or headphones.

      Sprawdź dokładny opis na stronie: pl.msi.com

      Podstawowa specyfikacja

      Related products

      aimonlinebay.shop © 2025 All Rights Reserved

      Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
      • Image
      • SKU
      • Rating
      • Price
      • Stock
      • Description
      • Weight
      • Dimensions
      • Additional information
      • Add to cart
      Click outside to hide the comparison bar
      Compare