/* domesticStyle.css */

body {
    color: #666;
    
}
section { 
    margin: 80px 0 40px;
}

section h2.section_title {
    font-size: 32px;
    color: #666;
    line-height: 55px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: normal;
    
}
.domestic__program_heroImage {
    width: 100%; height: 350px; max-width: 1200px;
    overflow: hidden;
    margin: 0 auto 15px;
    
    
}
    .domestic__program_heroImage > img {
        display: block; margin: 0 auto;
        width: 100%; 

    }
.domestic__program_table {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    background: #ececec;
    
}
table {
    width: 100%; 
    padding: 15px;
    box-sizing: border-box;
}
    tr {
        height: 30px;
        line-height: 30px;
        
    }
    tr:last-of-type {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }
        tr th {
            text-align: center;
            background: #333;
            color: #fff;
            font-weight: normal;
            border-top: 4px solid #347198;
            margin: 0 3px;
            width: 12%;
            
        }
        .w400px {
            width: 400px;
        }
        tr td {
            text-align: center;
            padding: 5px; 
            box-sizing: border-box;
        }
            td:after{
                content: "";
                display: block;
                
                border-left: 1px solid #fff;    
            }
         tr td.tAlign_left > p {
            text-align: left;
        }
            
        
/* domectic__program_golf */
/* <!-- 레슨 내용 -->*/

.domestic__program_golf {   
}   
    .domestic__program_golf > ul {
        width: 100%; max-width: 1200px;
        margin: 0 auto;
        
        display: flex;
        justify-content: space-between;
        align-items: stretch;   
    }
        .domestic__program_golf > ul li.game {
            width: 25%;
            max-width: 290px;
            
            padding: 8px;
            border-right: 1px solid #fff;
            word-break: keep-all;
            
            background: #ececec;
        }    
        .domestic__program_golf > ul li.game:last-of-type {
            border-right: 0;
        }
            li.game article {
                border-bottom: 1px solid #ccc;
                margin-bottom: 20px;
            }
                .game_article {
                    width: 100%;
                    height: 200px;
                    overflow: hidden;
                    background: url("../img/img_golf_0(1).jpg") no-repeat;
                    background-position: center;
                    background-size: cover;
                }
                li.game:nth-of-type(2) .game_article {
                    background: url("../img/img_golf_0(2).jpg") no-repeat;
                     background-position: center;
                    background-size: cover;
                }
                li.game:nth-of-type(3) .game_article {
                    background: url("../img/img_golf_0(3).jpg") no-repeat;
                     background-position: center;
                    background-size: cover;
                }
                li.game:last-of-type .game_article {
                    background: url("../img/img_golf_0(1).jpg") no-repeat;
                     background-position: center;
                    background-size: cover;
                }

                li.game article img {
                    margin: 0 auto;
                }

                li.game article h2 {
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 55px;
                    text-align: center;
                    
                }
            li.game p {
                line-height: 20px;
                
            }
