.board_wrap{}

/* list */
.board_list_wrap{
    margin-top: 45px;
}
.board_list_wrap .list_top{
    overflow: hidden;
    margin-bottom: 10px;
}
.board_list_wrap .list_top .total_count{
    float: left;
    font-size:16px;
    color:#999999;
    line-height: 45px;
}
.board_list_wrap .list_top .total_count strong{
    display: inline-block;
    /* vertical-align: middle; */
    font-weight: 700;
    color:#333;
    margin-right: 3px;
}
.board_list_wrap .list_top .search_box{
    float: right;
    font-size:0;
    background: #fbfbfb;
    border:1px solid #e5e5e5
}
.board_list_wrap .list_top .search_box .select_box{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 150px;
    border-right:1px solid #e5e5e5;
}
.board_list_wrap .list_top .search_box .select_box select{
    width: 100%;
    box-sizing: border-box;
    border:0;
    height: 43px;
    padding-left: 21px;
    font-size:16px;
    color:#666666;
}
.board_list_wrap .list_top .search_box .input_box{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 297px;
}
.board_list_wrap .list_top .search_box .input_box input{
    width: 100%;
    box-sizing: border-box;
    border:0;
    height: 43px;
    padding:0 40px 0 21px;
    font-size:16px;
    color:#666666;
}
.board_list_wrap .list_top .search_box .input_box button{
    position: absolute;
    right:13px;
    top:50%;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../images/common/icon_search.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center;
    width: 22px;
    height: 22px;
    margin-top: -11px;
}

.board_list_wrap .list_table{
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
}
.board_list_wrap .list_table .list_body ul li+li{
    border-top: 1px solid #e7e7e7;
}
.board_list_wrap .list_table .list_body ul li.fixed{
    background:#fffcee;
}
.board_list_wrap .list_table .list_body ul li.empty{
    text-align: center;
    color:#999999;
    padding:27px 15px;
    font-size:16px;
}
.board_list_wrap .list_table .list_body ul li a{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.board_list_wrap .list_table .list_body ul li a>*{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size:16px;
    color:#999999;
    padding:27px 15px;
    box-sizing: border-box;
}
.board_list_wrap .list_table .list_body ul li:hover a>*{
    color:#9e8621
}
.board_list_wrap .list_table .list_body ul li .num{
    width: 130px;
    padding-left: 0;
    padding-right: 0;
}
.board_list_wrap .list_table .list_body ul li .category{
    text-align: left;
    width: 165px;
}
.board_list_wrap .list_table .list_body ul li .subject{
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#333333;
    font-size:18px;
    width: auto;
}
.board_list_wrap .list_table .list_body ul li .date{
    width: 150px;
    padding-left: 0;
    padding-right: 0;
}

.event_list .board_list_wrap .list_table .list_body ul li .date{
    width: 220px
}
.board_list_wrap .list_table .list_body ul li .status{
   width: 130px;
   padding-left: 0;
   padding-right: 0;
}
.board_list_wrap .list_table .list_body ul li .status span{
    width: 56px;
    line-height: 26px;
    text-align: center;
    color:#fff;
    font-size: 14px;
    display: inline-block;
}
.board_list_wrap .list_table .list_body ul li .status.ing span{
    background-color: #9e8621;
}
.board_list_wrap .list_table .list_body ul li .status.end span{
    background-color: #cccccc;
}
.board_list_wrap .list_table .list_body ul li .count{
    width: 120px;
}
.pagination{
    text-align: center;
    font-size:0;
    margin-top: 59px;
}
.pagination>*{
    display: inline-block;
    vertical-align: middle;
    font-size:16px;
    font-weight: 700;
    color:#999999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pagination a{
    display: block;
    color:#999;
    height: 100%;
}
.pagination>.num+.num{margin-left: 35px;}
.pagination *.first{
    width: 13px;
    height: 13px;
    background-image: url(../images/common/pagination_first.png);
}
.pagination *.prev{
    width: 20px;
    height: 13px;
    background-image: url(../images/common/pagination_prev.png);
    margin-right: 50px;
    margin-left: 32px;
}
.pagination *.cur{color:#000000;font-weight: 700;position: relative;}
.pagination .cur a{color:#000}
.pagination *.cur:after{content:'';left:0;right:0;
bottom:0;height: 1px;background: #000;position: absolute;}
.pagination *.next{
    width: 20px;
    height: 13px;
    background-image: url(../images/common/pagination_next.png);
    margin-left: 50px;
    margin-right: 32px;
}
.pagination *.last{
    width: 13px;
    height: 13px;
    background-image: url(../images/common/pagination_last.png);
}

/* view */
.board_view_wrap{
    margin-top: 100px;
}
.board_view_wrap .view_detail{
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
}
.board_view_wrap .view_info{
    border-bottom: 1px solid #e7e7e7;
    padding:30px 50px;
}
.board_view_wrap .view_info .tit{
    font-size:18px;
    line-height: 30px;
    color:#333333;
}
.board_view_wrap .view_info .tit .status{
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color:#fff;
    margin-left: 30px;
}
.board_view_wrap .view_info .tit .status.ing{
    background-color: #9e8621;
}
.board_view_wrap .view_info .tit .status.end{
    background-color: #cccccc;
}
.board_view_wrap .view_info .cate_date{
    font-size:0;
    margin-top: 12.5px;
}
.board_view_wrap .view_info .cate_date .cate{
    display: inline-block;
    vertical-align: middle;
    font-size:16px;
    line-height: 20px;
    color:#9e8621;
}
.board_view_wrap .view_info .cate_date .date{
    display: inline-block;
    vertical-align: middle;
    font-size:16px;
    line-height: 20px;
    color:#999999;
}
.board_view_wrap .view_info .cate_date .cate+.date{
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}
.board_view_wrap .view_info .cate_date .cate+.date:before{
    content: '|';
    position: absolute;
    left:-5px;
    top:0;
    width: 10px;
    text-align: center;
    line-height: 20px;
    color:#999999;
    font-size:16px;
}
.board_view_wrap .view_content{
    padding:50px 45px;
    font-size:16px;
    line-height: 30px;
    color:#666666;
}
.board_view_wrap .btn_list{
    display: block;
    text-align: center;
    margin:0 auto;
    color:#999999;
    font-size:16px;
    width: 119px;
    line-height: 50px;
    border:1px solid #ccc;
    background-color: #fff;
    margin-top: 40px;
}

/* rule */
.rule_item{
    margin-top: 100px;
}
.rule_content{
    margin-top: 100px;
}
.rule_item .rule_content{
    margin-top: 35px;
}
.rule_item h3{
    font-size:24px;
    line-height: 1.5em;
    color:#333;
    display: block;
    font-weight: 700;
}
.rule_content h3{
    display: block;
    font-weight: 700;
    font-size:30px;
    line-height: 1.4em;
    color:#333;
}
.rule_content h4{
    font-size:18px;
    display: block;
    line-height:1.4em;
    font-weight:500;
}
.rule_content .rule_detail{
    margin-top: 15px;
    font-size:16px;
    color:#666666;
    line-height: 30px;
}
.rule_content .t1{
    font-size:16px;
    line-height: 30px;
}
.rule_content .rule_detail ol{
    margin:10px 0 14px
}
.rule_content .rule_detail ol li{
    font-size:16px;
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}
.rule_content .rule_detail ol li+li{
    margin-top: 4px;
}
.rule_content .rule_detail ol li span{
    position: absolute;
    left:0;
    top:0;
}
.rule_content .rule_detail ol li p{}
.rule_content .cc_contact{
    margin-top: 60px;
}
.rule_content .cc_contact dl{
    font-size:16px;
    line-height: 30px;
}
.rule_content .cc_contact dl+dl{
    margin-top: 30px;
}
.rule_content .cc_contact dl dt{
    display: block;
    color:#333333;
    font-weight: 700;
}
.rule_content .cc_contact dl dd{
    color:#666666;
}
.rule_content .cc_contact dl dd a{
    display: inline-block;
    color:#666666;
}


.tab_content_wrap .content_tabs{}
.tab_content_wrap .content_tabs div[class^=tab]{
    display: none;
}
.tab_content_wrap .content_tabs div[class^=tab].cur{
    display: block;
}
.board_info_wrap .info_box{
    position: relative;
    padding-left: 220px;
}
.board_info_wrap .info_box.type2{
    padding-left: 0;
}
.board_info_wrap .info_box .tit{
    font-size: 30px;
    position: absolute;
    left:0;
    top:0;
    font-weight: 700;
    color:#333333;
    line-height: 1.3em;
    display: block;
}
.board_info_wrap .info_box.type2 .tit{
    position: static;
    margin-bottom: 50px;
}
.board_info_wrap .info_box.type2 .tit span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 14px;
    color:#666666;
    font-weight: 400;
}
.board_info_wrap .info_box .info_list>p{
    position: relative;
    font-size:16px;
    line-height: 30px;
    color:#666666;
    padding-left: 15px;
}
.board_info_wrap .info_box .info_list>p:before{
    content:'';
    width: 6px;
    height: 1px;
    background-color: #666;
    position: absolute;
    left:0;
    top: 14px;
}
.board_info_wrap .info_box .info_list.circle>p:before{
    content: '';
    width: 2px;
    height: 2px;
    background-color: #666;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    left: 0;
    top:14px;
}
.board_info_wrap .info_box .info_list+.info_list{
    margin-top: 30px;
}
.board_info_wrap .info_box+.info_box{
    margin-top: 100px;
}

.info_tb{}
.info_tb .tb_unit{
    text-align: right;
    font-size:14px;
    color:#666666;
    line-height: 20px;
    margin-bottom: 11px;
}
.info_tb .cell_name{
    margin-top: 30px;
}
.info_tb .cell_name ul{
    font-size:0;
}
.info_tb .cell_name ul li{
    /*display: inline-block;*/
    margin-top: 15px; /*21.04.13 추가*/
    vertical-align: middle;
    font-size:15px; /*21.04.13 변경(14px)*/
    color:#666;
    position: relative;
}
/*
.info_tb .cell_name ul li+li{
    margin-left: 30px;
}
*/
.info_tb .cell_name ul li .dot{
    position: absolute;
    left:0;
    top:0;
    font-size:14px;
    color:#666;
    line-height: 24px;
}
.info_tb .cell_name ul li p{
    padding-left: 20px;
    font-size:14px;
    color:#666;
    line-height: 24px;
}
.info_tb .cell_name ul li .nm{
    font-size:14px;
    color:#666;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 20px;
    line-height: 24px;
}
.info_tb .cell_name ul li .nm:before{
    content:'';
    width: 2px;
    height: 2px;
    background-color: #666;
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    position: absolute;
    left:9px;
    top:50%;
    margin-top: -1px;
}
.info_tb .cell_name ul li .bg{
    width: 30px;
    height: 15px;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}
.info_tb .cell_name ul li .nm em{
    display: inline;
    font-family: 'Noto Sans KR';
    font-weight: 400;
}
.info_tb .cell_name ul li.fn{
    font-size:0;
}
.info_tb .cell_name ul li.fn>*{
    line-height: 30px;
}
.info_tb .cell_name ul li.fn .footnote{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.info_tb .cell_name ul li.fn .footnote span{
    display: inline-block;
    vertical-align: top;
    font-size:16px;
}
.info_tb .cell_name ul li.fn .footnote em{
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    font-size:10px;
}
.info_tb .cell_name ul li.fn .footnote+p{
    display: inline-block;
    vertical-align: middle;
    padding:0 10px;
    font-size:16px;
}
.info_tb table{
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
}
.info_tb table thead th{
    text-align: center;
    vertical-align: middle;
    background-color: #b4ad8d;
    color:#fff;
    font-size:25px;
    line-height: 1.2em;
    font-weight: 500;
    padding:15px 0;
    word-break: keep-all;
    box-sizing: border-box;
    border-right:1px solid #e7e7e7;
}
/* .info_tb table thead th+th{
    position: relative;
}*/
.info_tb table tbody th{
    text-align: center;
    vertical-align: middle;
    background-color: #f9f8f2;
    font-size:16px;
    color:#666666;
    line-height: 30px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding:15px 5px;
    word-break: keep-all;
}
.info_tb table tbody td{
    text-align: center;
    vertical-align: middle;
    font-size:16px;
    color:#666666;
    line-height: 30px;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding:15px 5px;
    word-break: keep-all;
}

.info_tb table tbody td .booking_tel span{
    display: inline-block;
    font-weight: 700;
    color:#333333
}
.info_tb table tbody td .footnote{
    font-size:0;
}
.info_tb table tbody td .footnote>*{
    display: inline-block;
    vertical-align: top;
}
.info_tb table tbody td .footnote span{
    font-size:16px;
}
.info_tb table tbody td .footnote em{
    font-size:10px;
    margin-left: 2px;
}
.info_tb .scroll_tb_wrap + .tb_unit,
.info_tb .cell_name + .tb_unit{
    margin-top: 50px;
}
.info_tb .scroll_tb_wrap{
    position: relative;
}
.info_tb .scroll_tb{
    overflow: auto;
}
.info_tb .scroll_tb_wrap .clone_tb{
    position: absolute;
    left:0;
    top:0;
    pointer-events: none;
}
.info_tb .scroll_tb_wrap .clone_tb th,
.info_tb .scroll_tb_wrap .clone_tb td{
    visibility: hidden;
}
.info_tb .scroll_tb_wrap .clone_tb .fixed_cell{
    visibility: visible;
    pointer-events: auto;
}

.guide_tb_1_1 .col1{
    width:220px;
}
.guide_tb_1_1 .col2{
    width:210px;
}
.guide_tb_1_1 .col3{
    width:256px;
}

.guide_tb_1_2 .col1{
    width:240px;
}
.guide_tb_1_2 .col2{
    width:auto;
}

.guide_tb_2_1 .col1{
    width:220px;
}
.guide_tb_2_1 .col2{
    width:326px;
}

.guide_tb_2_2 .col1{
    width:185px;
}
.guide_tb_2_2 .col2{
    width: 350px;
}
.guide_tb_2_2 .col3{
    width:auto;
}
.guide_tb_2_2 tbody th{
    text-align: left !important;
    padding-left: 50px !important;
}
.guide_tb_2_2 tbody th[rowspan]{
    text-align: center !important;
    padding-left: 0 !important;
}
.guide_tb_2_2 td{
    text-align: left !important;
    padding-left: 109px !important;
}
.guide_tb_2_2 em{
    display: inline-block;
    font-family: 'Noto Sans KR';
    font-weight: 400;
}

.guide_tb_3_1 .col1{
    width: 215px;
}
.guide_tb_3_1 .col2{
    width:auto;
}
.guide_tb_3_1 td{
    text-align: left !important;
    padding-left: 50px !important;
}

/*
.fee_tb .col1{
    width: auto;
}
.fee_tb .col2{
    width: 92px;
}
*/
.fee_tb .col1{
    width: 15%;
}
.fee_tb .col2{
    width: 25%;
}


.fee_tb2 .col1{
    width:47%;
}
.fee_tb2 .col2{
    width:auto;
}


.fee_tb.wellihillicc .col1{
    width: 108px;
}
.fee_tb.wellihillicc .col2{
    width: 86px;
}



@media (max-width:1220px){
    .rule_content{
        margin-top: 80px;
    }
    .board_info_wrap .info_box .tit{
        font-size:26px;
    }
    .board_info_wrap .info_box.type2 .tit{
        margin-bottom: 35px;
    }
    .info_tb table thead th{
        font-size:22px;
    }

    .scroll_tb table .fixed_cell{
        color:transparent
    }
    .board_view_wrap{
        margin-top: 80px;
    }
}

@media (max-width:1024px){
    .board_list_wrap .list_top .search_box .select_box{
        width: 120px;
    }
    .board_list_wrap .list_top .search_box .input_box{
        width: 200px;
    }
    .board_list_wrap .list_table .list_body ul li .subject{
        font-size:17px
    }
    .board_list_wrap .list_table .list_body ul li.empty{
        font-size:15px;
    }
    .board_list_wrap .list_table .list_body ul li a>*{
        font-size:15px;
    }
    .board_list_wrap .list_table .list_body ul li .num{
        width: 70px;
    }
    .board_list_wrap .list_table .list_body ul li .date{
        width: 120px;
    }
    .event_list .board_list_wrap .list_table .list_body ul li .date{
        width: 180px;
    }
    .board_list_wrap .list_table .list_body ul li .status{
        width: 70px;
    }

    .board_view_wrap .view_info{
        padding:20px 25px;
    }
    .board_view_wrap .view_info .cate_date .cate,
    .board_view_wrap .view_info .cate_date .date{
        font-size:15px;
    }
    .board_view_wrap .view_content{
        padding:40px 25px;
    }
    .board_view_wrap .view_info .tit .status{
        margin-left: 15px;
        width: 70px;
    }

    .rule_content{
        margin-top: 50px;
    }
    .rule_content h3{
        font-size:24px;
    }
    .rule_content .rule_detail{
        /* margin-top: 30px; */
        font-size:15px;
        line-height: 1.5em;
    }
    .rule_content .cc_contact{
        margin-top: 50px;
    }
    .rule_content .cc_contact dl{
        font-size:15px;
        line-height: 1.5em;
    }
    .rule_content .cc_contact dl+dl{
        margin-top: 22.5px;
    }

    .board_info_wrap .info_box .tit{
        position: static;
        margin-bottom: 35px;
    }
    .board_info_wrap .info_box{
        padding-left: 0;
    }
    .info_tb table thead th{
        font-size:18px;
    }
    .info_tb table tbody th,
    .info_tb table tbody td{
        font-size:14px;
    }
    .info_tb table tbody td .footnote span{
        font-size:14px;
    }
    .info_tb .cell_name ul li.fn .footnote span,
    .info_tb .cell_name ul li.fn .footnote+p{
        font-size:14px;
    }
    .guide_tb_1_1{
        width: 870px
    }
    .guide_tb_1_1 .col1,
    .guide_tb_1_1 .col2{
        width: 120px;
    }
    .guide_tb_1_1 .col3{
        width: 210px;
    }

    .board_info_wrap .info_box+.info_box{
        margin-top: 80px;;
    }
    .board_info_wrap .info_box .info_list>p{
        font-size:14px;
        line-height: 1.5em;
        padding-left: 10px;
    }
    .board_info_wrap .info_box .info_list>p+p{
        margin-top: 0.5em;
    }
    .board_info_wrap .info_box .info_list>p:before{
        width: 4px;
        top:10px;
    }



    .guide_tb_2_1{
        width: 1000px !important;
    }
    .guide_tb_2_1 .col1{
        width:106px;
    }
    .guide_tb_2_1 .col2{
        width:180px;
    }
    .guide_tb_2_2{
        width: 1000px !important;
    }
    .guide_tb_2_2 .col1{
        width:165px;
    }
    .guide_tb_2_2 .col2{
        width: 250px;
    }
    .guide_tb_2_2 tbody th{
        padding-left: 20px !important;
    }
    .guide_tb_2_2 td{
        padding-left: 50px !important;
    }
    .guide_tb_3_1 .col1{
        width: 180px;
    }
    .guide_tb_3_1 td{
        padding-left: 30px !important;
    }

    .info_tb .tb_unit{
        font-size:12px;
        margin-bottom: 10px;
    }
    .info_tb .cell_name ul li,
    .info_tb .cell_name ul li .nm,
    .info_tb .cell_name ul li p{
        font-size:12px;
        line-height: 20px;
    }
    .info_tb .cell_name ul li .nm,
    .info_tb .cell_name ul li p{
        padding-left: 15px;
    }
    .info_tb .cell_name ul li+li{
        margin-left: 20px;
    }

    .fee_tb{
        width: 900px !important;
    }
  
    
    .info_tb .cell_name{
        margin-top: 12px;
    }
    .rule_item{
        margin-top: 70px;
    }
    .rule_item h3{
        font-size:20px;
    }
}
@media (max-width:768px){
    .board_list_wrap{
        margin-top: 25px;
    }
    .board_list_wrap .list_top .total_count{
        font-size:14px;
        line-height: 32px;
    }
    .board_list_wrap .list_top .search_box .input_box{
        width: 140px;
    }
    .board_list_wrap .list_top .search_box .select_box{
        width: 80px;
    }
    .board_list_wrap .list_top .search_box .select_box select{
        font-size:14px;
        padding-left: 10px;
        background-position: right 5px center;
    }
    .board_list_wrap .list_top .search_box .select_box select,
    .board_list_wrap .list_top .search_box .input_box input{
        height: 30px;
    }
    .board_list_wrap .list_top .search_box .input_box input{
        padding:0 22px 0 10px;
        font-size:14px;
    }
    .board_list_wrap .list_top .search_box .input_box button{
        width: 15px;
        height: 15px;
        margin-top: -7.5px;
    }


    .board_list_wrap .list_table .list_body ul li a{
        display: block;
        padding: 20px 10px;
        box-sizing: border-box;
        position: relative;
    }
    .board_list_wrap .list_table .list_body ul li.empty{
        font-size:14px;
        line-height: 20px;
        padding:15px 0;
    }
    .board_list_wrap .list_table .list_body ul li a>*{
        font-size:14px;
        line-height: 20px;
        display: block;
        padding:0;
    }
    .board_list_wrap .list_table .list_body ul li .category{
        width: auto;
        position: absolute;
        left: 10px;
        bottom:20px;
    }
    .board_list_wrap .list_table .list_body ul li .num{
        display: none;
    }
    .board_list_wrap .list_table .list_body ul li .subject{
        font-size:15px;
    }
    .board_list_wrap .list_table .list_body ul li .date{
        /* position: absolute; */
        /* right: 10px; */
        /* bottom:20px; */
        width: auto;
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px
    }
    .event_list .board_list_wrap .list_table .list_body ul li .date{
        right:75px;
        width: auto;
        
    }
    .board_list_wrap .list_table .list_body ul li .count{
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin-top: 10px;
        margin-left: 30px;
    }
    .board_list_wrap .list_table .list_body ul li .status{
        position: absolute;
        right:15px;
        bottom:20px;
        width: 50px;
    }
    .board_list_wrap .list_table .list_body ul li .status span{
        font-size:12px;
        line-height: 20px;
        width: 100%;
    }

    .pagination{
        margin-top: 35px;
    }
    .pagination>.num{
        font-size:13px;
    }
    .pagination>.num+.num{
        margin-left: 15px;
    }
    .pagination>*.prev{
        margin-left: 25px;
        margin-right: 15px;
    }
    .pagination>*.next{
        margin-right: 25px;
        margin-left: 15px;
    }


    .board_view_wrap{
        margin-top: 35px;
    }
    .board_view_wrap .view_info{
        padding:20px 10px;
    }
    .board_view_wrap .view_info .tit{
        font-size:16px;
        line-height: 1.5em;
        word-break: keep-all;
    }
    .board_view_wrap .view_info .cate_date{
        margin-top: 10px;
    }
    .board_view_wrap .view_content{
        padding:20px 10px;
        font-size:14px;
        line-height: 1.7em;
    }

    .board_view_wrap .btn_list{
        margin-top: 30px;
        font-size:14px;
        line-height: 35px;
        width: 100px;
    }
    .board_view_wrap .view_info .tit .status{
        font-size:12px;
        line-height: 20px;
        margin-left: 0;
        width: 50px;
    }


    .rule_item{
        margin-top: 40px;
    }
    .rule_content{
        margin-top: 25px;
    }
    .rule_item h3,
    .rule_content h3{
        font-size:18px;
    }
    .rule_content h4{
        font-size:16px;
    }
    .rule_content .t1{
        font-size:14px;
        line-height: 20px;
    }
    .rule_content .rule_detail ol li{
        font-size:14px;
        line-height: 20px;
        padding-left: 20px;
    }
    .rule_content .rule_detail{
        margin-top: 12px;
        font-size:14px;
        word-break: keep-all;
    }
    .rule_content .rule_detail br{
        display: none;
    }
    .rule_content .rule_detail br+br{
        display: block;
    }
    .rule_content .cc_contact dl{
        font-size:14px;
    }
    .rule_content .cc_contact dl+dl{
        margin-top: 21px;
    }

    .board_info_wrap .info_box .tit{
        font-size:18px;
    }
    .board_info_wrap .info_box .tit,
    .board_info_wrap .info_box.type2 .tit{
        margin-bottom: 15px;
    }
    .info_tb table thead th{
        font-size:15px;
        line-height: 20px;
        padding:10px 5px;
    }
    .info_tb table tbody th,
    .info_tb table tbody td{
        font-size:12px;
        line-height: 20px;
        padding:10px 3px;
    }
    .info_tb table tbody td .footnote span{
        font-size:12px;
    }
    .info_tb table tbody td .footnote em,
    .info_tb .cell_name ul li.fn .footnote span{
        font-size:8px;
        margin-left: 1px;
    }
    .info_tb .cell_name ul li.fn .footnote span,
    .info_tb .cell_name ul li.fn .footnote+p{
        font-size:12px;
    }
    .guide_tb_1_1 .col1{
        width: 40px;
    }
    .guide_tb_1_1 .col2{
        width: 65px;
    }
    .guide_tb_1_2{
        width:100% !important;
    }
    .guide_tb_1_2 .col1{
        width: 90px;
    }
    .guide_tb_1_2 td.align-left{
        padding-left: 10px !important;
    }

    .board_info_wrap .info_box+.info_box{
        margin-top: 50px;
    }

    .board_info_wrap .info_box .info_list>p{
        font-size:12px;
        line-height: 20px;
        word-break: keep-all;
    }
    .board_info_wrap .info_box .info_list>p br{
        display: none;
    }
    .board_info_wrap .info_box .info_list>p+p{
        margin-top: 0.5em;
    }
    .board_info_wrap .info_box .info_list>p:before{
        width: 4px;
        top:9px;
    }

    .guide_tb_2_1{
        width: 760px !important;
    }
    .guide_tb_2_1 .col1{
        width:110px;
    }
    .guide_tb_2_1 .col2{
        width:230px;
    }
    .guide_tb_2_2{
        width: 800px !important;
    }
    .guide_tb_2_2 .col1{
        width: 50px;
    }
    .guide_tb_2_2 .col2{
        width: 100px;
    }
    .guide_tb_2_2 tbody th{
        padding-left: 5px !important;
        word-break: keep-all;
    }
    .guide_tb_2_2 td{
        padding-left: 10px !important;
    }

    .guide_tb_3_1 .col1{
        width: 80px;
    }
    .guide_tb_3_1 td{
        padding-left: 10px !important;
    }

    .fee_tb,
    .fee_tb2{
        width: 567px !important;
        min-width: 100% !important;
    }
    .tab4 .fee_tb2{
        width: 400px !important;
    }
    .fee_tb .col1{
        width: 40px;
    }
    .fee_tb .col2{
        width: 55px;
    }
   

    .info_tb .scroll_tb_wrap + .tb_unit,
    .info_tb .cell_name + .tb_unit{
        margin-top: 35px;
    }


    .fee_tb tbody th{
        word-break: keep-all;
    }

    .info_tb .cell_name ul li{
        display: block;
    }
    .info_tb .cell_name ul li+li{
        margin-left: 0;
        margin-top: 5px;
    }


    .board_info_wrap .info_box.type2 .tit span{
        font-size: 12px;
        margin-left: 0;
        margin-top: 4px;
        display: block;
    }
}

@media (max-width:450px){
    .event_list .board_list_wrap .list_table .list_body ul li .category{
        bottom:48px
    }
    .event_list .board_list_wrap .list_table .list_body ul li .date{
        right:initial;
        left: 70px;
    }
    .board_list_wrap .list_table .list_body ul li .status{
        right:initial;
        left: 5px;
    }
}

td, th {
  word-break: break-word;   /* 단어 단위로 줄바꿈 */
  word-wrap: break-word;    /* 오래된 브라우저 호환 */
}

.pro .summary {
    font-size: 16px;
    color: #666666;
    line-height: 1.875em;
    margin-bottom: 100px;
}

.pro .tit {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3em;
    display: block;
}