.subTit h2{
    float: none;
    width: 100%;
/*    text-align: center;*/
    padding: 70px 0;
    font-size: 35px;
    height: 100%;
}


.tab_menu{
    font-size: 0;
    text-align: center;
    margin: 150px auto 70px;
}

.tab_menu li{
    display: inline-block;
    padding: 15px;
    border: 1px solid #dbdbdb;
    border-right: none;
    width: 150px;
    font-size: 15px;
    box-sizing: border-box;
    text-align: center;
}

.tab_menu li:last-child{
    border-right: 1px solid #dbdbdb;
}

.tab_menu li.on{
   color: #ec6d7b;
    border-bottom-color: #ec6d7b;
    background: #fff;
}


.session{
    margin: 0 auto;
    width: 55%;  
    margin-bottom: 200px;
}

.session h3{
    font-size: 22px;
    font-weight: 400;
    color: #ec6d7b;
    margin-bottom: 20px;
    text-align: left;
    
}

.view{
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
    padding: 20px;
    font-size: 15px;
}

.view .view_list li{
    padding: 10px 0
}

.view .view_list li::before{
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ec6d7b;
    vertical-align: middle;
    margin-right: 10px;
}

.view .view_list li .view_tit{
    margin-right: 50px;
}

.sec_01,
.sec_02{
   
}

.sec_03{
    text-align: right;
}

.btn{
    display: inline-block;
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #ec6d7b;
    border-radius: 10px;   
    background-color: #ec6d7b;
    color: #fff;
    margin-bottom: 20px;
}

.exhibit{
    text-align: left;
}


.exhibit h4{
    font-size: 18px;
    margin-bottom: 20px;
        color: #ca5fa6;
}

.exhibit .exhibit_desc{
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 25px;
}

.exhibit h5,
.guide_03{
    font-size: 15px;
    margin-bottom: 15px;  
    line-height: 25px;
    
    }

.guide_01{
    width: 800px;
    font-size: 13px;
    text-align: center;
    border-collapse:collapse;
    margin-bottom: 20px;
}

.guide_02{
    width: 500px;
    font-size: 13px;
    text-align: center;
    border-collapse:collapse;
    margin-bottom: 50px;
 
}

/*
.guide_01 tr{
    padding: 20px 0;
}
*/


.guide_01 thead,
.guide_02 thead{
    background-color: #de5b7b;
    color: #fff;
}


.guide_01 th, .guide_01 td,
.guide_02 th, .guide_02 td{
/*    border:1px solid #5c5c5c;*/
    padding: 10px 0;
    line-height: 25px;
}



.about_sec{
 width: 1100px;
    margin: 150px auto 100px
}

.about_sec .about_txt{
   width: 55%;
    display: inline-block;
    font-size: 19px;
    /* height: auto; */
    line-height: 30px;
    letter-spacing: -0.5px;
    padding: 70px 0 0 30px;
    font-weight: 400;
    
}

.about_sec .about_txt .about_tit{
   font-size: 30px;
    padding-top: 30px;
    font-weight: 500;
     color: #ec6d7b;
}

.about_sec .sub_img{
   width: 41%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    margin-bottom: 50px
}

.sub1_1{
    width: auto;
    padding: 0 50px;
    box-sizing: border-box;
}

.sub1_1 .about_desc{
   font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin-bottom:50px;
}

.sub1_1 .from{
    font-size: 22px;
    font-weight: 500;
   text-align: right;
    line-height: 32px;
    letter-spacing: -1px;
}


/* 기존 디자인 소스 수정 */
.subArea{
    float: none;
    padding: 100px 0 75px;
    width: 100%;
}

#bo_list{
    padding-bottom: 100px;
}

#bo_list a.btn_b02,
#bo_v a.btn_b02,
.btn_submit,
#bo_w .btn_submit
{
   background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
    width: 200px;
    border-radius: 10px;
    font-family: 'Noto Sans KR', sans-serif,'Nanum Gothic';
}

 .btn_submit:hover{
    background-position: right center;
}


.color-blue{
    color:#ec6d7b; 
}

/* 코엑스 오시는 길 */

.con_map{
    text-align: center;
}
.con_map img{
    width: 100%;
}
.place{
    margin: 50px auto;
    text-align: left;
    width: 80%;
}

.place_tit{
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
}

.place_tit::before{
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ec6d7b;
    margin-right: 10px;   
}


.map_list{
    font-size: 16px;
    line-height: 25px;
    width: 95%;
    margin: 0 auto 10px;
    text-align: justify;
}




