@charset "UTF-8";
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('../css/font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-7Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-6SemiBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-4Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-3Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
* {
    font-family: 'Pretendard-Regular';
}
.closed{display: none;}

.nesin-use-info-title{text-align: center; display: flex; align-items: center; justify-content: space-between; background-color: #fff; width: 95%; box-sizing: border-box; padding: 1rem 0; font-family: 'Paperlogy-6SemiBold'; margin: 0 auto;}
.nesin-use-info-title h2{font-size: 2rem;}
.nesin-use-info-title h2 b{color: #E01820;}

.agro-content-title{width: 100%; background-color: #E01820; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-family: 'Paperlogy-6SemiBold'; box-sizing: border-box; padding: 0.5rem 1rem; color: #fff;}
.agro-content-title h2{font-size: 1.2rem;}

.agro-content01{margin-bottom: 2rem;}

.agro-content-inner{width: 90%; margin: 1rem auto; overflow: hidden;}
.agro-content-inner img{width: 100%;}

.nesin-use-content02-textbox{display: flex; align-items: center; border: 1.5px solid #E01820; border-radius: 8px; width: 100%; padding: 0.3rem; margin: 0 auto; justify-content: center; box-sizing: border-box; margin-top: 1rem;}
.nesin-use-content02-textbox img{width: 5%; margin-right: 0.5rem;}
.nesin-use-content02-textbox p{font-size: 0.8rem; font-family: 'Paperlogy-5Medium';}

.trust-box{padding-bottom: 2rem;}
.trust-title{background-color: #E01820; width: 100%; font-family: 'Paperlogy-6SemiBold'; box-sizing: border-box; padding: 0.5rem 1rem; margin-bottom: 1rem;}
.trust-title h2{color: #fff; font-size: 1.2rem}
.trust-title h2 b{font-size: 1.8rem;}

.trust-textbox{border: 2px solid #E01820; border-radius: 10px; width: 90%; margin: 0 auto; box-sizing: border-box; padding: 0.8rem; font-size: 0.75rem;}
.trust-textbox span{margin-bottom: 10px; line-height: 25px; display: block; }
.trust-textbox span:last-child{margin-bottom: 0;}
.trust-textbox span strong.point-red-y{background-color: #FFD560; color: #E01820; font-weight: bold; box-sizing: border-box; padding: 0.1rem;}
.trust-textbox span b{font-weight: bold; color: #3E6DB3;}

.agro-content01-content02-title{display: flex; align-items: center; margin-bottom: 10px;}
.agro-content01-content02-title .circle{background-color: #E01820; border-radius: 50%; width: 10px; height: 10px; margin-right: 8px;}
.agro-content01-content02-title h2{font-family: 'Paperlogy-6SemiBold'; font-size: 1rem;}

.trust-textbox span strong.point-blue-y{background-color: #FFD560; color: #3E6DB3; font-weight: bold; box-sizing: border-box; padding: 0.1rem;}

.agro-content-title.one,.trust-title.one{background-color: #F14B4B; color: #fff;}
.agro-content-title.two,.trust-title.two{background-color: #FFB350; color: #fff;}
.agro-content-title.three,.trust-title.three{background-color: #598C30; color: #fff;}

/* ¹ÝÀÀÇü */
/* ÅÂºí¸´ °¡·Î¸ðµå */
@media only screen and (min-width: 1024px) and (max-width: 1400px){
    .agro-content-inner{width: 80%;}
}

/*ÅÂºí¸´ ¼¼·Î¸ðµå*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .agro-content-inner{width: 80%;}
}

/* ¸ð¹ÙÀÏ */
@media only screen and (max-width: 768px) and (min-width: 300px) {
    .closed{color: #333; font-size: 30px; border: none; background-color: transparent; display: block;}

    .nesin-use-info-title h2{font-size: 1.2rem;}
    .agro-content-title h2{font-size: 0.9rem;}
    .nesin-use-content02-textbox p{font-size: 0.75rem;}
    .agro-content-inner{width: 95%;}
    .trust-title h2{font-size: 0.9rem;}
    .trust-title h2 b{font-size: 1.2rem;}
    .trust-textbox span{line-height: 22px;}
    .agro-content01-content02-title h2{font-size: 0.8rem;}
    .nesin-use-content02-textbox img{margin-right: 0.3rem;}
    .trust-box{padding-bottom: 1rem;}
}