@charset 'utf-8';
/* 1. 모바일까지 */
@media screen and (max-width: 767px) {
    .main-product-wrap h2{
        font-size: 1.2em;
        font-family: 'Cafe24Ohsquare';
    }
    .score {
        width: 50%;
        float: left;
        margin: 25px 0;
    }
    .score h3 {
        color: #fff;
    }
    .story-summary {
        font-size: 0.8em;
    }
    
}

/* 2. 태블릿부터 */
@media screen and (min-width: 768px) {
    .main-presentation {
        font-size: 1.2em;
    }
    
    .main-presentation li {
        float: left;
        width: 46%;
    }
    .story-item {
        margin-bottom: 40px;
    }
    .story-dl dd {
        margin: 0.6em 0;
    }
    .story-summary {
        display: block;
    }
    .pm-item {
        
    }
    .pd-item {
        width: 33.3333%;
    }
    .main-product-wrap h2{
        font-size: 1.8em;
    }
    .score {
        width: 50%;
        float: left;
        margin-bottom: 25px;
    }
    .score h3 {
        color: #fff;
        font-size: 1.5em;
    }
    .number {
        font-size: 2.5em;
    }
}

/* 3. 태블릿만 */
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .logo {
        width: 300px;
    }
    .story-item a {
        padding-top: 30%;
    }
    .story-dl {
        padding-left: 33%;
    }
    .story-img {
        width: 30%;
    }
    .presentation3 {
        width: 96% !important;
    }
    .presentation3>a {
        padding-top: 50%;
    }
    .presentation3>a dl {
        padding: 3% 5%;
    }
    .main-presentation li {
        margin: 2% 2%;
    }
}

/* 4. PC부터 */
@media screen and (min-width: 1280px) {
    #paris-main > section {
        padding: 80px 0;
    }
    #paris-main > section h2 {
        line-height: 3;
        font-size: 2em;
    }
    .main-score {
        display: flex;
        justify-content: center;
    }
    .score h3{
        color: #fff;
        font-family: 'Montserrat';
    }
    #paris-main .more-wrap {
        position: absolute;
        right: 5px;
        top: 5px;
        margin-top: 0;
    }
    .main-presentation li {
        width: 32%;
        margin: 0;
        margin-right: 2%;
    }
    .main-presentation .presentation3 {
        display: block;
        margin-right: 0;
    }
    .story-item {
        float: left;
        width: 50%;
    }
    .story-subject {
        line-height: 1.4;
        font-size: 1.6em;
    }
    .pm-item {
        
    }
    .pm-item4 {
        
    }
    .pd-item {
        width: 16.6666%;
    }
	.main-g5-latest {
		float: left;
		width: 50%;
		padding: 0 40px;
	}
}