.post_more {display: inline-flex;align-items: center;gap: 10px; font-size: 14px; font-weight: 600; cursor: pointer; color: #46342a;}
.post_more img {width: 12px;   /* 아이콘 크기 */ height: auto; color: #46342a;}
.post_line {width: 100%; height: 1px; background: #c0b7ae; margin: 10px 0;}
.post_bold {font-weight: 600; color: #46342a;}
.post_padding_left {padding-left: 20px;}

/* MOBILE */
@media (max-width: 767px) {
.post_top {position: relative; height:auto; padding: 140px 20px 0px; line-height: 1.5; 
           background-image: url('/images/dameun_design_source_012.png'); background-size: cover; background-position: top center; background-repeat: no-repeat;}
.post_top .post_subtitle {padding-bottom:20px;}
.post_top .post_title {padding-bottom:20px;}
.post_subtitle {font-weight: 600; font-size: 14px; color: #46342a;}
.post_title {font-weight: 600; font-size: 24px; color: #46342a;}
.post_contents {position: relative; height:auto; padding: 20px 20px 80px; background-color: #f5f0e7; line-height: 1.5; font-size: 14px; color: #7a6c62;}
.board01 {background-color: #e8e2d9 !important;}
.post_writer {position: relative; height:auto; padding: 0px 20px 80px; line-height: 1.5; background-color: #f5f0e7;}
.post_writer_line {border-top:1px solid #c0b7ae; padding-top:20px; display: flex; align-items: center; gap: 20px;}
.post_writer_img {width:100px; height:100px; overflow: hidden;}
.post_writer_img img {width:100px; height:auto;}
.post_writer_name {font-weight: 600; font-size: 14px; color: #46342a; margin-bottom:10px;}
.post_writer_intro {font-size:14px; color: #7a6c62; margin-bottom:10px;}
.post_writer_email {display: flex; gap: 10px; align-items: center;}
.post_writer_email_icon img {width: 15px; height: auto;}
.post_writer_email_text {font-weight: 600; font-size: 14px; color: #46342a; margin-bottom:5px;}
}

/* PC */
@media (min-width: 768px) {
.post_top {position: relative; height:auto; padding: 180px 10% 0px; line-height: 1.5; 
           background-image: url('/images/dameun_design_source_012.png'); background-size: cover; background-position: top center; background-repeat: no-repeat;}
.post_top .post_subtitle {padding-bottom:20px;}
.post_top .post_title {padding-bottom:20px;}
.post_subtitle {font-weight: 600; font-size: 14px; color: #46342a;}
.post_title {font-weight: 600; font-size: 32px; color: #46342a;}
.post_contents {position: relative; height:auto; padding: 20px 10% 100px; background-color: #f5f0e7; line-height: 1.5; font-size: 14px; color: #7a6c62;}
.board01 {background-color: #e8e2d9 !important;}
.post_writer {position: relative; height:auto; padding: 0px 10% 100px; line-height: 1.5; background-color: #f5f0e7;}
.post_writer_line {border-top:1px solid #c0b7ae; padding-top:20px; display: flex; align-items: center; gap: 20px;}
.post_writer_img {width:100px; height:100px; overflow: hidden;}
.post_writer_img img {width:100px; height:auto;}
.post_writer_name {font-weight: 600; font-size: 14px; color: #46342a; margin-bottom:20px;}
.post_writer_intro {font-size:14px; color: #7a6c62; margin-bottom:20px;}
.post_writer_email {display: flex; gap: 10px; align-items: center;}
.post_writer_email_icon img {width: 15px; height: auto;}
.post_writer_email_text {font-weight: 600; font-size: 14px; color: #46342a; margin-bottom:5px;}
}