/* 공통 */
.sub_con {width:1280px; margin:0 auto;}
.sub_title {text-align: center;}
.sub_title h2 {font-weight: 500; font-family: 'Montserrat'; font-size:20px; letter-spacing: 1px; color:#c3a078; text-transform: uppercase;}
.sub_title h1 {color:#2a231b; font-family: 'S-CoreDream-5Medium'; font-weight: 400; font-size:45px;}
.sub_title h1::after {    content: ''; display: block; width: 1px; height: 50px; background: #7b5c40; margin: 20px auto 80px;}

/*Content CSS*/
#concept {padding: 135px 0; background: url('../img/dot_pat.png') 50% 50% repeat;}
#concept .sub_con {display: flex; flex-wrap:wrap; margin-top:}
#concept .sub_con .concept_box {width: 405px; margin-right: 32px;}
#concept .sub_con > .concept_box:nth-child(3n) {margin-right: 0;}

.concept_box .concept_btn { position: relative; display: block; text-align: center; box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.06);}
.concept_box .concept_btn > img {width: 100%;max-height: 300px;}
.concept_btn .hv_plus {position: absolute; width: 100%; height: 100%; left:0; top:0; background: rgba(88,57,28,.9); display: flex; align-items: center; justify-content: center;
transition: all .3s ease; opacity: 0;}
.concept_btn:hover .hv_plus {opacity: 1;}
.concept_title { text-align: center;}
.concept_title h2 {font-weight: 500; font-family: 'Montserrat'; font-size:15px; letter-spacing: 1px; color:#c3a078; text-transform: uppercase; margin-bottom: 5px;}
.concept_title h2::before {    content: '';display: block;width: 40px;height: 2px;background: #b4a791;margin: 30px auto 20px;}
.concept_title h1 {font-size: 24px; font-weight: 400;color: #333; font-family: 'S-CoreDream-5Medium'; line-height: 30px;}

/* color-box css 수정 */
#cboxOverlay {background: rgba(255,255,255,.9);}







@media screen and (max-width: 600px) {

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width:1200px) {

}
