section .sub_top{
    width: 100%;
    height: 450px;
    background-image: url(../img/sub_top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section .sub_top h1{
    width: 380px;
    height: 72px;
    font-size:50px;
    color: #fff;
    position: absolute;
    /* 글자 앞에 나오기 */
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    top: 60%;
}
section .sub_top_bg{
    width: 100%;
    height: 450px;
    background-color: rgba(19, 22, 49, 0.5);
    position: absolute;
    top: 150px;
    left: 0;
}
section .t_in{
    margin: 160px 0;
    float: left;
}
section .t_right{
    float: right;
}
section .trip .t_img{
    width: 1460px;
    height: 810px;
}
section .trip .t_des{
    width: 880px;
    height: 350px;
    margin:0 auto;
    margin-top: 80px;
    box-sizing: border-box;
    padding: 40px;    
}
section .trip .t_des .t_title{
    float: left;
    width: 220px;
    height: 350px;
}
section .trip .t_des .t_title h2{
    font-size: 24px;
}
section .trip .t_des .t_detail{
    width: 660px;
    margin-top: 5px;
}
section .trip .t_des .t_detail h2{
    font-size: 20px;
}
section .trip .t_des .t_detail p{
    margin-top: 40px;
    font-size: 16px;
    line-height: 27px;
}
