.content {/* width: 100%; */}
#container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F5F5F5;
    min-height: calc(100% - 200px);
}
#container .banner {width: 100%;height: 600px;background-image: url('/assets/img/web/sub_banner_03.jpg');background-size: cover;background-position: center;position: relative;display: flex;align-items: center;justify-content: center;}
#container .banner .title {color: #fff;text-shadow: 2px 2px 2px black;}
#container .priceWrap {
    width: 750px;
    padding: 100px 0;
}
#container .priceWrap .priceTab {
    display: flex;
    align-items: center;
}
#container .priceWrap .priceTab li {
    flex: 1;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #E4E4E4;
    color: #a5a5a5;
    text-decoration: underline;
}
#container .priceWrap .priceTab li.active {
    background: #ffffff;
    color: #333;
    border: 1px solid #E4E4E4;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    cursor: unset;
    text-decoration: unset;
    font-weight: 600;
}
#container .priceWrap .priceView {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    padding: 50px 40px;
    border-top: none;
}
#container .priceWrap .priceHeader {
    text-align: center;
}
#container .priceWrap .priceHeader .title {
     font-size: 24px;
     font-weight: 700;
     line-height: normal;
     color: #104183;
}
.priceHeader .context {
    padding: 40px 0 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal; /* 171.429% */
}
.priceContext{
    /* margin-bottom: 200px; */
}
.col-fare {
    width: 160px; /* Adjusted to balance table layout */
    box-sizing: border-box;
}
.col-fare br {
    display: none;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    vertical-align: middle;
    padding: 12px 20px;
    border-bottom: 1px solid #E4E4E4;
}
th {
    background-color: #f0f0f0;
    font-weight: 600;
}
tr:nth-child(odd) td {
    background-color: #F5F5F5;
}
tr:nth-child(even) td {

    background-color: white;
}
.search-wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.keyword {
    padding: 10px 20px;
    border-radius: 30px 0 0 30px;
    border: 1px solid #E4E4E4;
    border-right: none;
    font-family: "Noto Sans CJK KR";
    font-size: 16px;
    outline: none;
    flex: 1;
    max-width: 300px;
    box-sizing: border-box;
}
.icon {border: 1px solid #E4E4E4;border-left: none;background: #fff;border-radius: 0 30px 30px 0;padding-right: 15px;padding-left: 10px;font-size: 24px;background: #f5f5f5;}
.km {border: 1px solid #E4E4E4;border-left: none;background: #f5f5f5;border-radius: 0 30px 30px 0;padding: 0 15px;font-size: 18px;display: flex;align-items: center;}

#distancePrice {
    text-align: center;
    padding-top: 20px;
}
#distancePrice strong {
    color: #dd4814;
}

.priceList {
    display: flex;
    margin-top: 50px;
    align-items: flex-start;
}
.priceList dl {
    flex: 2;
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}
.priceList dl.addr {
    flex: 5;
}
.priceList dl dt {
    background: #f0f0f0;
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.priceList dl dd {
    background-color: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feeInfo {
    text-align: center;
    margin-top: 30px;
}

/* 테블릿 가로 모드 & ipad pro 세로모드 & 해상도 작은 모니터 */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    #container .banner {
        height: 500px;
    }
    #container .banner .title {
        font-size: 28px;
    }

    .priceList {}
    .priceList dl {}
    .priceList dl.addr {}
    .priceList dl dt {}
    .priceList dl dd {}
    .feeInfo {}
}


/* 패드세로 모드 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #container .banner {
        height: 450px;
    }
    #container .banner .title {
        font-size: 24px;
    }
    .priceList {}
    .priceList dl {}
    .priceList dl.addr {}
    .priceList dl dt {}
    .priceList dl dd {}
    .feeInfo {}
}

/* 모바일 세로 모드 */
@media only screen and (max-width: 767px) {
    #container .banner {
        height: 300px;
    }

    #container .banner .title {
        font-size: 16px;
        padding: 0;
    }

    #container .priceWrap {
    width: 100%;
    padding: 40px 10px;
    box-sizing: border-box;
 }
    #container .priceWrap .priceView {
    padding: 30px 10px;
}
    #container .priceWrap .priceHeader .title {
        font-size: 20px;
    }
    #container .priceWrap .priceHeader .context {
    font-size: 16px;
    padding: 20px 10px 40px;
}
    #container .priceWrap .priceHeader .context .mobile {display: none;}
    .priceList {
    flex-direction: column;
    margin-top: 10px;
    border: 1px solid #333;
}
    .priceList dl {flex-direction: row;width: 100%;border-top: 1px dashed #333;font-size: 15px;}
    .priceList dl.addr {border-top: none;}
    .priceList dl dt {
    flex: 2;
    font-size: 15px;
}
    .priceList dl dt .mobile {display: none;}
    .priceList dl dd {flex: 3;}
    .feeInfo {}
}