*{font-size: 15px;}
.hero-header {
    background: url(../../img/location/loc-head.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
}
.hero-header .container{top: -55px;}
@media (max-width: 1389px){
    .hero-header{
        height: auto;
        background-position: left center;
    }
}
.webheader .container-fluid{   
    display: block;
}
.sticky-top .container-fluid{
    display: block;
}




.section1{
    max-width: 1285px; 
    width: 100%;    
    margin: 0 auto;  
    padding-bottom: 85px;  
}
.section1 iframe{
    width: 100%;
    height: 500px; 
}
.section1 img{width:100%;}
.section1 .container{
    /* max-width: 50%; 
    width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
}
.section1 .loc-desc{width: 50%; margin-right: 10%;}
.section1 .loc-img{width: 50%;}
.section1 .tit{
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #fea116;
    line-height: 50px; 
    font-family: 'Pacifico', cursive;
    color: #fea116;
    padding: 0;
}
.section1 .row{
    border-bottom: 1px solid #e4e3e3;
    display: flex;
}
.section1 .container p{
    line-height: 46px;
    margin-bottom: 0;
}
.section1 .address{line-height: 25px !important;     padding: 11px 0;}
.section1 .left{
    width: 15%;
    padding: 8px 0;
    display: flex;
    align-items: center; 
}
.section1 .right{
    width: 85%;   
    display: flex;
    align-items: center; 
}
.loc-desc .row1, .loc-desc .row-last{border-bottom: none;}


.section1 span{   
    color:white;
    border-radius: 1em;
    font-size: 15px;
    line-height: 2em;
    display: inline-block;
    width: 75px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}
.section1 .blue{    background-color: #2895bc; margin-top: 15px;}
.section1 .orange{    background-color: #f39d22;}
.section1 .green{    background-color: #F14A16; margin-bottom: 10px;}


.section1 b{color: #474747;}


.section1 .title-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
}
.section1 .btn-all {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    background-color: #fea116;
    color: #ffffff;
    border: none;
    z-index: 1;
    transition: all .5s ease;
}
.section1 .btn-all:hover {
    background-color: #fea116;
    color: #ffffff;
    border-radius: 3px;
}
.section1 .btn-all:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 3px;
    background: linear-gradient(109.6deg, rgba(28, 28, 28, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);
    transition: all .5s ease;
}
.section1 .btn-all:hover:after { 
    width: 100%;
}


@media (max-width: 1060px){  
    .section1 .container{display: block;}
    .section1 .loc-desc{
        width: 100%;
    }
    .section1  .loc-img{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;    
    }
    .section1  .loc-img img{
        width: 65%;
    }
}
@media (max-width: 745px){ 
    .section1 .loc-desc{
        margin-left: 5%;
        padding-right: 10%;
    }
}
@media (max-width: 571px){ 
    .section1  .loc-img img{
        width: 80%;
    }
    .section1 .row-last{
        display: block;
    }
    .section1 .row-last .right{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 471px){ 
    .section1  .loc-img img{
        width: 100%;
    }
}
@media (max-width: 419px){ 
    .section1 .right{
        padding-left: 18px;
    }
}
@media (max-width: 360px){ 
    .section1 .right{
        padding-left: 40px;
    }
}




.container img{
    width: 100%; height: 100%; object-fit: cover;
}
.sec2-wrap{
    background-color: #f5f5f5;
    padding: 85px 0;
}
.section2 {
    display: flex;
    /* align-items: center;  */
    justify-content: space-between;
    height: 363px;   
}


.section2 .img-wrap{
    width: 65%;    
    height: 100%; 
    border-radius: 3px;
    overflow: hidden;
}


/* table{color: #333333;} */
table > thead > tr{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}
table > thead > tr > th {
    font-weight: normal;
    white-space: nowrap;
    border-bottom: 1px solid #86707063;  
    text-align: left;
    /* background: linear-gradient(180.8deg, #fea116 6.9%, #ffc107 73.2%); */
    background: #867070;   
    color: #ffffff; 
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    padding: 10px 13px;
    line-height: 140%;
}
table > tbody > tr > th {
    border-bottom: 1px solid #86707060;
    vertical-align: middle;
    border-left: 1px solid #86707060;
    font-size: 14px;
    padding: 10px 17px;
    text-align: center;
    font-weight: normal; 
    /* background: rgb(255 205 85 / 8%); */
    background: #F5EBEB;
    /* background: rgba(230,220,200,.2); */
    line-height: 140%;
}
table > tbody td.price {
    font-size: 15px;   
}
table > tbody > tr > td {    
    border-bottom: 1px solid #86707060;
    vertical-align: middle;
    border-left: 1px solid #86707060;
    border-right: 1px solid #86707060;
    font-size: 14px;
    padding: 10px 24px;
    text-align: center;
    line-height: 140%;
    background: #F5EBEB;  
}
table > tbody td.ddesc {
    border-bottom: none;
    padding: 3px 0;
    line-height: 150%;
    border-left: none;
    border-right: none;
    background: none;
    text-align: left;
}
table > tbody > tr > td:first-child {
    border-left: 0;
}
td span{font-size: 13px;}
.section2 h4{
    /* font-family: 'establishRetrosansOTF'; */
    /* font-family: 'Noto Serif KR', serif; */
    letter-spacing: -0.6px;
    color: #1c1c1c;
    /* position: absolute;
    top: -46px;
    left: -95px; */
    font-size: 30px;
    margin-bottom: 5px;
    text-align: end;
}
.section2 .time{padding: 10px;}
.section2 .time span{font-size: 12px;}
.section3{margin-top: 70px;}
.section3 table > tbody > tr > th{padding: 10px 22px;}
.section3 table > tbody > tr > td{padding: 10px 32px;}
.section3 table > tbody td.ddesc{padding: 3px 0px;}



/* footer{margin-top: 100px;} */





.br_story{padding-top: 3rem; padding-bottom: 0.9rem;}
.br_story h3{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 48px;
}
.container-fluid, .container{word-break: keep-all;}


.section-title{font-size: 20px;}


.section{
    padding-top: 73px;
    padding-bottom: 1px;
    background-color:#f5f5f5;
    z-index: 0;
}



@media (max-width: 1473px){
    .container {
        max-width: 1300px;
    }
}
@media (max-width: 1410px){
    .container {
        max-width: 1200px;
    }
    .section2 .img-wrap{
        width: 62%;
    }
}
@media (max-width: 1336px){
    .container {
        max-width: 1100px;
    }
    .section2 .img-wrap{
        width: 59%;
    }
}
@media (max-width: 1236px){
    .container {
        max-width: 950px;
    }
    .section2 .img-wrap{
        width: 52%;
    }
}
@media (max-width: 1080px){
    .container {
        max-width: 900px;
    }
    .section2{
        display: block;
        height: 651px;
    }  
    .section2 .img-wrap{
        width: 100%;
        height: auto;
    } 
    .section2 .subject{
        width: 100%;
    } 
    .subject table{
        width: 100%;
    }
    .section2 h4{
        text-align: start;
        padding-top: 50px;
    }
    .section3 {
        margin-top: 95px;    
        margin-bottom: 95px;   
    }
    .section3 .subject{
        margin-bottom: 40px;
    }
}
@media (max-width: 1025px){
    .container {
        max-width: 700px;
    } 
    .section3 {
        margin-top: 0px;    
        margin-bottom: 0px;   
    }
    .sec2-wrap{
        padding: 85px 0 40px;
    }
    table > tbody td.ddesc, .section3 table > tbody td.ddesc{
        padding: 10px 0;
        font-weight: 300;
    }  
}
@media (max-width: 667px){
    .section2 .img-wrap{      
        height: 400px;
    } 
    .section2{
        height: 806px;
    }
}
@media (max-width: 446px){
    .section2 .img-wrap{      
        height: 300px;
    } 
    .section2{
        height: 740px;
    }
    .section2 .time {
        padding:  14px 5px;
    }
    .br_story h3{font-size: 16px;}
}
@media (max-width: 425px){
    .section2{
        height: 741px;
    }
    .section3 table > tbody > tr > td {
        padding: 10px 11px;    
    } 
}
@media (max-width: 415px){
    .section2{
        height: 665px;
    }
    .section2 .img-wrap {
        height: 201px;
    }
}
@media (max-width: 409px){
    .section2{
        height: 675px;
    } 
}
@media (max-width: 400px){
    .section2{
        height: 697px;
    } 
}
@media (max-width: 391px){
    .section2{
        height: 618px;
    } 
    .section2 .time{
        padding: 5px;
    }
    .section2 table tr th{
        font-size: 13px;
    }
    .section2 table tr td{
        font-size: 14px;
    }
}
@media (max-width: 376px){
    .section2 {
        height: 624px;
    }
}
@media (max-width: 369px){
    table > tbody > tr > td{
        padding: 13px 12px;
    }
}
@media (max-width: 343px){
    td span {
        font-size: 12px;
    }
    .section2 table tr th{
        font-size: 12px;
    }
    .section2 table tr td{
        font-size: 13px;
    }
}
@media (max-width: 315px){
    table > tbody > tr > td {
        padding: 14px 6px;
    }
    table > tbody > tr > th{
        padding: 14px 8px;
    }
    .section3 table > tbody > tr > th{
        padding: 14px 9px;
    }   
    table > thead > tr > th{
        padding: 11px 5px;
    }
}