/*border*/
.bdorange {
    border: 3px solid #ff764f;
}

.bdorange2 {
    border: 3px solid #f5bc62;
}

.bdpink {
    border: 3px solid #ff3f6e;
}

.bdskyblue {
    border: 3px solid skyblue;
}

.bdhomme {
    border: 3px solid #6332a7;
}


/* Font */
.fs11 {
    font-size: 11px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs23 {
    font-size: 23px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

.fs55 {
    font-size: 45px;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.tl {
    text-align: left;
}

.block {
    display: block;
}

/* Font END*/

/* Margin */
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mtb5 {
    margin: 5px 0;
}

.mtb10 {
    margin: 10px 0;
}

.mtb15 {
    margin: 15px 0;
}

.mtb20 {
    margin: 20px 0;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr10 {
    margin-right: 10px;
}

/* padding */
.pb10 {
    padding-bottom: 10px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.ptb5 {
    padding: 5px 0;
}

.ptb10 {
    padding: 10px 0;
}

.ptb15 {
    padding: 15px 0;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pr10 {
    padding-right: 10px;
}

/* Margin END */

/* Padding */
.plr20 {
    padding: 0 20px;
}

.ptb10 {
    padding: 10px 0;
}

/* Padding END*/

/* Width*/

.wd40 {
    width: 40%;
}

.wd50 {
    width: 50%;
}

.wd60 {
    width: 60%;
}

.wd70 {
    width: 70%;
}

.wd80 {
    width: 80%;
}

.wd90 {
    width: 90%;
}

.wd100 {
    width: 100%;
}

/* Width END */

/* Color */
.color0 {
    color: #fff;
}

.color1 {
    color: #0093b7;
}

.gray2 {
    color: #888;
}

.gold {
    color: #beaa6b;
}

.black {
    color: #000;
}

.darkgray {
    color: #313131;
}

.green {
    color: #0cc898;
}

.skyblue {
    color: #64c0d9;
}

.pink {
    color: #ff3f6e;
}

.brown {
    color: #4f1e00;
}

.brown2 {
    color: #b09077
}

.orange {
    color: #ff764f;
}

.orange2 {
    color: #f5bc62;
}

.purple {
    color: #a086ad;
}

.homme {
    color: #6332a7;
}

.mint {
    color: #00c0bd;
}

.sculptra {
    color: #b62c58;
}

/* Color END*/

/* bg */
.bg_white {
    background: #fff !important;
}

.bg_gray {
    background: #eee !important;
}

.bg_orange {
    background: #ff764f !important;
}

.bg_orange2 {
    background: #f5bc62 !important;
}

.bg_pink {
    background: #ff3f6e !important;
}

.bg_mint {
    background: #00c0bd !important;
}

.bg_mint2 {
    background: #def5f5 !important;
}

.bg_sculptra {
    background: #b62c58 !important;
}

.bg_sculptra2 {
    background: #ee5e79 !important;
}

.bg_sculptra3 {
    background: #fff4f2 !important;
}


/* bg END */

/* Sub Toparea */
.toparea {
    position: relative;
    overflow: hidden;
}

.toparea .wrapper {
    position: relative;
}

.toparea .wrapper .textarea {
    position: absolute;
    top: 60px;
}

.toparea .wrapper .textarea .borderline {
    width: 25px;
    height: 1px;
    background: #fff;
    margin-bottom: 5px;
}

.toparea .wrapper .textarea h2 {
    margin: 15px 0;
}

.toparea .wrapper .textarea p {
    line-height: 150%;
}

/* Sub Toparea END */


/* Sub lnb */
.lnb {
    float: left;
    width: 200px;
    box-shadow: 5px 5px 0 #e5e5e5;
}

.lnb h2 {
    width: 200px;
    height: 90px;
    background: url(../img/sub/common/bg_lnb.gif) no-repeat;
    color: #fff;
    font-weight: normal;
}

.lnb h2 span {
    display: block;
    padding: 20px 0 0 20px;
}

.lnb ul {
    overflow: hidden;
}

.lnb ul li {
    padding: 15px 25px;
    border-top: 1px solid #cfcfcf;
    background: #f8f8f8;
}

.lnb ul li:first-child {
    border-top: 0;
}

.lnb ul li a {
    color: #000;
}

.lnb ul li.on {
    background: #beaa6b url(../img/sub/common/bg_lnb_on.gif) no-repeat 180px 50%;
}

.lnb ul li.on a {
    color: #fff;
}

/* Sub lnb END */

/* Subcontent */
.subcontent {
    float: left;
    margin: 0px;
    overflow: hidden;
    width: 100%;
}

.subcontent .location {
    margin: 40px 0 10px 0;
}

.subcontent .location span {
    margin-left: 5px;
}

.subcontent h2.title {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 15px;
    width: 100%;
    display: none;
}

img[src*="/common/img/sub/lifting/5_2_3.png"] {
    display: none !important;
}


.operation {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}

.operation ul {
	display: flex;
}

.operation ul li {
    float: left;
    width: 16.1666666%;
    margin-right: 0.5%;
    text-align: center;
    min-height: 160px;
	padding: 20px;
}

.operation ul li span {
    display: block;
    color: #000;
}

.operation ul li span.title {
    margin-top: 50px;
    font-weight: bold;
}

.operation ul li span.underline {
    width: 10px;
    height: 1px;
    background: #000;
    margin: 5px auto;
}

.operation ul li.list1 {
    background: #ecf0f5 url(../img/sub/common/operbg1.png) no-repeat 50% 15px;
}

.operation ul li.list2 {
    background: #ecf0f5 url(../img/sub/common/operbg2.png) no-repeat 50% 15px;
}

.operation ul li.list3 {
    background: #ecf0f5 url(../img/sub/common/operbg3.png) no-repeat 50% 15px;
}

.operation ul li.list4 {
    background: #ecf0f5 url(../img/sub/common/operbg4.png) no-repeat 50% 15px;
}

.operation ul li.list5 {
    background: #ecf0f5 url(../img/sub/common/operbg5.png) no-repeat 50% 15px;
}

.operation ul li.list6 {
    margin-right: 0;
    background: #2f3546 url(../img/sub/common/operbg6.png) no-repeat 50% 15px;
    ;
}

.operation ul li.list6 span.desc {
    color: #fff;
    margin-top: 50px;
}


.brbox {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}

.brbox ul li {
    float: left;
    width: 266px;
    margin-right: 2px;
    text-align: center;
    height: 100px;
}

.brbox ul li span {
    display: block;
    color: #000;
}

.brbox ul li span.title {
    margin-top: 14px;
    font-weight: bold;
    font-size: 16px;
}

.brbox ul li span.underline {
    width: 10px;
    height: 1px;
    background: #000;
    margin: 5px auto;
}

.brbox ul li span.img {
    margin: 10 auto;
    width: 90%;
}

.brbox ul li span.text {
    font-weight: normal;
}

.brbox ul li span.text2 {
    font-weight: normal;
    color: #777;
}

.brbox ul li.list1 {
    background: #eeeeee url(../img/sub/common/brbg.png) no-repeat 50% 15px;
}

.brbox ul li.list2 {
    background: #e6f6f1 url(../img/sub/common/brbg.png) no-repeat 50% 15px;
}

.brbox ul li.list3 {
    background: #f8f3e6 url(../img/sub/common/brbg.png) no-repeat 50% 15px;
}

.brbox ul li.list4 {
    background: #e4f4f7 url(../img/sub/common/brbg.png) no-repeat 50% 15px;
}


.imgbox {
    width: 100%;
    overflow: hidden;
}

.imgbox ul li {
    float: left;
    width: 30%;
    margin-right: 2px;
    padding: 12px;
    text-align: center;
    height: 400px;
}

.imgbox ul li span {
    display: block;
    color: #000;
}

.imgbox ul li span.title {
    font-weight: bold;
    font-size: 16px;
}

.imgbox ul li span.underline {
    width: 10px;
    height: 1px;
    background: #000;
    margin: 5px auto;
}

.imgbox ul li span.text {
    margin-bottom: 12px;
    font-weight: normal;
}

.imgbox ul li span.text2 {
    margin-top: 12px;
    font-weight: normal;
    color: #777;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
}

.imgbox ul li.list1 {
    background: #eeeeee url(../img/sub/common/brbg.png) no-repeat 50% 15px;
}

.imgbox ul li.list2 {
    background: #e6f6f1 url(../img/sub/common/brbg.png) no-repeat 50% 15px;
}

.imgbox ul li.list3 {
    background: #f8f3e6 url(../img/sub/common/brbg.png) no-repeat 50% 15px;
}

.imgbox ul li.list4 {
    background: #e4f4f7 url(../img/sub/common/brbg.png) no-repeat 50% 15px;
}


.checkbox {
    color: #313131;
    overflow: hidden;
    margin-top: 20px;
}

.checkbox li {
    padding-left: 20px;
    background: url(../img/sub/common/bg_check.gif) no-repeat;
    margin-bottom: 10px;
}

.checkbox.orange li {
    color: #313131;
    background: url(../img/sub/common/bg_check2.gif) no-repeat;
}

.checkbox.pink_2 li {
    color: #313131;
    background: url(../img/sub/common/bg_check3.gif) no-repeat;
}

.checkbox.brown li {
    color: #313131;
    background: url(../img/sub/common/bg_check4.gif) no-repeat;
}

.checkbox.green li {
    color: #313131;
    background: url(../img/sub/common/bg_check5.gif) no-repeat;
}

.checkbox.purple li {
    color: #313131;
    background: url(../img/sub/common/bg_check6.gif) no-repeat;
}

.checkbox.homme li {
    color: #313131;
    background: url(../img/sub/common/bg_check7.gif) no-repeat;
}


.liststyle2,
.liststyle3,
.liststyle4,
.liststyle5 {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.liststyle2 li,
.liststyle3 li,
.liststyle4 li,
.liststyle5 li {
    float: left;
}

.liststyle2 li span,
.liststyle3 li span,
.liststyle4 li span,
.liststyle5 li span {
    display: block;
    padding: 0 5px;
}

.liststyle2 li span.thumb img,
.liststyle3 li span.thumb img,
.liststyle4 li span.thumb img,
.liststyle5 li span.thumb img {
    width: 100%;
}

.liststyle3 li span.thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.liststyle3 li span.thumb img {
    margin: 0 auto;
    width: 100%;
}

.liststyle2 li span.thumb2 img,
.liststyle3 li span.thumb2 img,
.liststyle4 li span.thumb2 img,
.liststyle5 li span.thumb2 img {
    width: 50%;
}

.liststyle2 li span.underline,
.liststyle3 li span.underline,
.liststyle4 li span.underline {
    margin: 5px;
    height: 2px;
    background: #000;
}

.liststyle2 li {
    width: 50%;
}

.liststyle3 li {
    width: 33.333%;
}

.liststyle4 li {
    width: 25%;
}

.liststyle5 li {
    width: 20%;
}

.liststyle2 li:last-child,
.liststyle3 li:last-child {
    margin-right: 0;
}

.cicle-box {
    width: 100%;
    overflow: hidden;
}

.cicle-box ul li {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 5px;
    text-align: center;
}

.cicle-box ul li.cicle {
    background: #fff3f1;
    border-radius: 50%;
}

.cicle-box ul li span {
    display: block;
}

.cicle-box ul li span.num {
    font-weight: bold;
}

.mediteam {
    overflow: hidden;
}

.mediteam li {
    margin-top: 50px;
    overflow: hidden;
}

.mediteam li:first-child {
    margin-top: 0;
}

.mediteam li div {
    float: left;
}

.mediteam li div.desc {
    margin-left: 20px;
    max-width: 544px;
}

.mediteam li div p {
    line-height: 150%;
}

.arrowbtn {
    width: 150px;
    border: 1px solid #b4b4b4;
    background: url(../img/sub/common/bg_arrow.gif) no-repeat 135px 50%;
}

.arrowbtn a {
    display: block;
    padding: 10px 10px;
}

.medicaltime {
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    gap: 20px;
}

.medicaltime li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

.medicaltime li span {
    display: block;
    line-height: 150%;
}

.medicaltime li span.thumb {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.medicaltime li span.thumb img {
    max-width: 100%;
    height: auto;
    display: block;
}

.medicaltime li span.black {
    display: inline-block;
}

.circle-dia {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
}

.circle-dia li {
    flex: 1;
    aspect-ratio: 1 / 1;
    background-color: #a086ad;
    opacity: .8;
    border-radius: 50%;
    margin-left: -20px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-size: 20px;
}

.vs_table {
    width: 100%;
    display: table;
}

.vs_table li {
    width: 50%;
    padding: 20px;
    display: table-cell;
    border-right: 2px solid #fff;
    background: #f6f6f6;
    text-align: left;
    line-height: 1.4em;
}

.vs_table .title {
    text-align: center;
    text-decoration: underline;
}

.vs_table .bg_purple {
    background: #f6eff9;
}

.vs_table2 {
    width: 100%;
    display: table;
}

.vs_table2 li {
    width: 50%;
    padding: 20px;
    display: table-cell;
    border-right: 2px solid #fff;
    background: #f6f6f6;
    text-align: left;
    line-height: 1.4em;
}

.vs_table2 .title {
    text-align: center;
}



/* Subcontent END */

/* Responsive Design for Subcontent */
@media (max-width: 1024px) {
    .operation ul li {
        width: 32%;
        height: auto;
        padding: 20px 5px;
        margin-right: 1%;
    }

    .operation ul li.list6 {
        margin-right: 1%;
    }

    .brbox ul li {
        width: calc(50% - 1px);
    }

    .imgbox ul li {
        width: calc(50% - 1px);
        height: auto;
        padding: 10px;
    }

    .liststyle2 li {
        width: 100%;
    }

    .liststyle3 li {
        width: 50%;
    }

    .liststyle4 li {
        width: 50%;
    }

    .liststyle5 li {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .subcontent {
        padding: 0;
    }

    .subcontent h2.title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .operation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .operation ul li {
        float: none;
        width: calc(50% - 6px);
        height: auto;
        padding: 20px 8px;
        margin-right: 0 !important;
        margin-bottom: 12px;
    }

    .operation ul li span.title {
        margin-top: 50px;
    }

    .operation ul li.list6 span.desc {
        margin-top: 50px;
    }

    .brbox ul li {
        width: 100% !important;
        height: auto;
        padding: 15px;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .imgbox ul li {
        width: 100% !important;
        height: auto;
        padding: 10px;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .liststyle2 li {
        float: none;
        width: 100% !important;
        margin-bottom: 15px;
    }

    ul.liststyle2 li.fs15 {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .liststyle3 li,
    .liststyle4 li {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    ul.liststyle3 li.fs15 {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .liststyle5 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .liststyle5 li {
        float: none;
        width: calc(50% - 8px);
        margin: 0 0 15px;
    }

    .liststyle2 li.thumb,
    .liststyle2 li span.thumb,
    .liststyle3 li.thumb,
    .liststyle3 li span.thumb,
    .liststyle4 li.thumb,
    .liststyle4 li span.thumb {
        width: 100% !important;
    }

    .liststyle2 li span.thumb {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }

    .liststyle5 li.thumb,
    .liststyle5 li span.thumb {
        width: 100% !important;
    }

    .liststyle5 li span.thumb {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }

    .cicle-box ul li {
        width: 100px;
        height: 100px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    div.checkbox {
        padding-left: 10px !important;
    }

    .circle-dia {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .circle-dia li {
        flex: 0 0 calc(50% - 10px);
        aspect-ratio: 1 / 1;
        height: auto;
        margin-left: 0;
        padding: 10px;
        box-sizing: border-box;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.25;
        font-size: clamp(10px, 2.8vw, 13px);
        overflow: hidden;
        word-break: break-word;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .circle-dia li p {
        margin: 0 0 4px;
        line-height: 1.1;
    }

    .mediteam li div {
        float: none;
        width: 100%;
    }

    .mediteam li div.desc {
        margin-left: 0;
        margin-top: 15px;
    }

    .medicaltime {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 10px;
    }

    .medicaltime li {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 15px 0;
        text-align: center;
    }

    .medicaltime li span.thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 !important;
        margin: 0 auto 10px auto;
    }

    .medicaltime li span.thumb img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    .vs_table,
    .vs_table2 {
        display: block;
        width: 100%;
    }

    .vs_table li,
    .vs_table2 li {
        display: block;
        width: 100% !important;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 15px;
        margin-bottom: 10px;
    }

    .liststyle2 li.thumb,
    .liststyle2 li span.thumb,
    .liststyle3 li.thumb,
    .liststyle3 li span.thumb,
    .liststyle4 li.thumb,
    .liststyle4 li span.thumb,
    .liststyle5 li.thumb,
    .liststyle5 li span.thumb {
        width: 100% !important;
    }

    .liststyle2 li span.thumb img,
    .liststyle3 li span.thumb img,
    .liststyle4 li span.thumb img,
    .liststyle5 li span.thumb img {
        display: block;
        /* width: 100% !important; */
        max-width: 100% !important;
        height: auto;
        margin: 0 auto;
    }

    .subcontent .youtube-player-wrap,
    .subcontent .video-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .subcontent iframe[src*="youtube.com"],
    .subcontent iframe[src*="youtube-nocookie.com"],
    .subcontent iframe[src*="youtu.be"],
    .subcontent video,
    .subcontent embed,
    .subcontent object {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
    }

    .subcontent .ytp-iv-video-content {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }

    .vs_table li:last-child,
    .vs_table2 li:last-child {
        border-bottom: none;
    }
}

/* hospital view */
.tour_list {
    width: 100%;
    margin: 30px auto 0;
    position: relative;
}

.tour_list .top_arae {
    width: 100%;
    max-width: 820px;
    position: relative;
    margin: 10px auto;
}

.tour_list .big_img {
    width: 100%;
    height: 100%;
}

.tour_list .big_img img {
    width: 100%;
}

.tour_list .spans {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.tour_list .spans .sps {
    flex: 1;
    min-width: 0;
    height: 32px;
    margin: 1px 0 0 1px;
    position: relative;
}

.tour_list .spans .sps:first-child {
    margin-left: 0;
}

.tour_list .spans .sps.sp_01 {
    margin-left: 0;
}

.tour_list .spans .sps.sp_04 {
    margin-left: 0;
}

.tour_list .spans .sps.sp_05 {}

.tour_list .spans .sps a {
    width: 100%;
    height: 100%;
    display: block;
}

.tour_list .spans .sps span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 32px;
    position: relative;
    color: #060b1c;
    text-indent: 15px;
    z-index: 80;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour_list .spans .sps span strong {
    font-weight: 800;
    padding: 0 3px;
}

.tour_list .spans .sps .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 70;
    background: #c8c9ca;
    opacity: 0.8;
}

.tour_list .spans .sps.on span {
    color: #cba369;
}

.tour_list .spans .sps.on .bg {
    background: #000;
    opacity: 1;
}

.tour_list .detail_imgs {
    width: 100%;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.tour_list .detail_imgs .thumbs {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: none;
}

.tour_list .detail_imgs .thumb_01 {
    display: block;
}

.tour_list .detail_imgs .thumbs p {
    width: 100%;
    max-width: 820px;
    text-align: center;
    margin: 0 auto;
}

.tour_list .detail_imgs .thumbs p img {
    display: inline-block;
}

.tour_list .detail_imgs .thumbs ul {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}

.tour_list .detail_imgs .thumbs ul li {
    display: inline-block;
    margin: 17px 17px 0 0;
    vertical-align: top;
}

.tour_list .detail_imgs .thumbs ul li {
    zoom: 0.675;
}

.tour_list .detail_imgs .thumbs ul li.rightside {
    margin: 17px 0 0 0;
}

@media (max-width: 768px) {
    .tour_list .spans {
        flex-direction: column;
        position: relative;
        height: auto;
    }

    .tour_list .spans .sps {
        width: 100%;
        margin: 1px 0 0 0;
        min-height: 40px;
    }

    .tour_list .spans .sps:first-child {
        margin-top: 0;
    }

    .tour_list .spans .sps span {
        white-space: normal;
        line-height: 1.3;
        padding: 8px 15px;
        text-indent: 0;
    }

    .tour_list .detail_imgs .thumbs ul li {
        width: 100%;
        margin: 10px 0;
        zoom: 1;
    }

    .tour_list .detail_imgs .thumbs ul li.rightside {
        margin: 10px 0;
    }

    .tour_list .detail_imgs .thumbs ul li img {
        width: 100%;
        height: auto;
    }
}