@charset "utf-8";

/* 내용관리 */
#ctt {margin: 0;padding: 0;/* background:#fff; */}
.ctt_admin {position: absolute;/* top: 45px; */right: 0;text-align:right;z-index: 99;}
#ctt header h1 {position:absolute;/* font-size:0; *//* line-height:0; */overflow:hidden}
#ctt_con {padding: 80px 0 150px;line-height:1.6em}
#ctt_con img{/* max-width:100%; *//* height:auto; */}
.ctt_img {text-align:center}

.sub-visual {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 132px 0 130px;
    z-index: 10;
}
.sub-visual .layer-outer-icon {
    position: absolute;
    left: 0;
    bottom: -106px;
    right: 0;
    text-align: center;
}
.sub-visual .inner-content {
    position: relative;
    display: block;
}

.sub-visual .title {
    position: relative;
    display: block;
    margin: 11px 0 0;
}
.sub-visual .title h2{
    color: #fff;
    font-size: 55px;
    line-height: 1.1em;
    font-weight: 900;
    text-transform: capitalize;
}
.sub-visual .title p{
    color: #fff;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}
.cont-box{
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.cont-box .left .about-1{
    padding-top:120px;
}
.cont-box .left h1{
    font-size: 36px;
    color: #7f6c64;
    font-weight: 900;
    margin-bottom: 30px;
}
.cont-box .left h3{
    font-size: 22px;
    color: #866a56;
    font-weight: 400;
    /* word-break: keep-all; */
}
.cont-box .right{
    position: relative;
}
.cont-box .img-box{
    display: block;
    width: 100%;
}
.cont-box .img1{
    display:flex;
    width: 100%;
    min-width: 406px;
    justify-content: flex-end;
}
.cont-box .img2{
    display:flex;
    width: 100%;
    min-width: 404px;
    margin-right: 50px;
}
.cont-box .img-box img{
    /* display: flex; */
    width:auto;
}
.cont-box .text-box h3{/* font-size:24px; *//* color:#353742; *//* font-weight:900; */margin-bottom:20px;}
.cont-box .text-box p{font-size: 18px;color:#353742;margin-bottom:20px}

.cont-box .txt-box p{
    font-size:18px;
    color:#353742;
    margin-bottom: 50px;
    /* word-break: keep-all; */
}

.list-box{}
.list-box .list-item{}
.list-box .list-item .num{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-box .list-item .num span{display:flex;width:80px;height:80px;color:#fff;background: #c1a897;align-items: center;justify-content: center;border-radius: 100%;font-size: 36px;}
.list-box .list-item .text{
    display: flex;
    min-height: 135px;
    flex-wrap: wrap;
    align-content: flex-start;
}
.list-box .list-item .text p{
    color: #825e45;
    font-size: 18px;
    padding: 25px;
    margin: 0;
}
.list-box .circle{
    list-style-type: circle;
    padding-left: 20px;
    margin-bottom: 70px;
}
.list-box .circle li{
    font-size:15px;
    color:#5c5d5e;
    list-style-type: disc;
}
.cont-box-row{
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subject{}
.subject h4{font-size:24px;font-weight:900;color:#353742;margin-top: 40px;margin-bottom:70px;}
.cont-box-row .txt-box p{
    font-size:18px;
    color:#353742;
    margin-bottom: 30px;
}
.cont-box-row .text-box{margin:50px 0}
.cont-box-row .text-box p{
    font-size:18px;
    color:#353742;
    margin-bottom: 30px;
}
.cont-box-row .txt-box h6{
    font-size:18px;
    font-weight:900;
    color:#353742;
    margin-bottom:15px;
}
.cont-box-row .txt-box .list-box{}
.cont-box-row .txt-box .list-box .list-dec{
    display: flex;
    width: 100%;
    padding-left: 35px;
    margin-bottom: 50px;
    flex-direction: column;
}
.cont-box-row .txt-box .list-box .list-dec li{color: #353742;font-size: 18px;list-style-type: decimal;margin-bottom: 20px;}
.cont-box-row .txt-box .list-box .list-dec li > .mid-list{
    padding-top: 10px;
}
.cont-box-row .txt-box .list-box .list-dec li > .mid-list li{
    list-style-type: none;
    margin-bottom: 5px;
}

.tb-default{
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 65px;
}
.tb-default thead th{
    background: #f1eeed;
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    padding: 20px;
}
.tb-default thead th:first-child{border-left:0}
.tb-default thead th:last-child{border-right:0}
.tb-default tbody th{
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    font-weight: 900;
}
.tb-default tbody td{
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    padding: 20px;
}
.tb-default tbody th:first-child{border-left:0}
.tb-default tbody td:last-child{border-right:0}

/* 2024 이미지 뷰어 추가 */

@media (max-width: 1198px) {
   .v_pc{display:block !important}
   .v_mo{display:none !important}   
}

@media (max-width: 767px) {    
    .v_pc{display:none !important}
    .v_mo{display:block !important;  width: 100%;}      
}

@media (max-width: 420px) {    
    .v_pc{display:none !important}
    .v_mo{display:block !important;  width: 70%;}      
}