@charset "utf-8";

@media screen and (max-width: 768px) {

/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 253px;
    padding: 78px 0 0;
    margin: 0;
    border-radius: 0;
    background: url(../img/visit/photo08.jpg) top 20% left 40%/cover no-repeat;
}

.key_text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0 10px 70px;
    background: url(../img/visit/icon_w.png) center left/50px no-repeat;
    letter-spacing: 0.1em;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.key_title {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 140px;
    padding: 0 0 25px;
    margin: auto;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
    text-align: center;
}

.key_title:before {
    content: "Visit dentistry";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
}

.key_title .small {
    display: block;
    font-size: 16px;
}


/* =====sec01===== */
.sec01 {
    width: 100%;
    padding: 50px 0 0;
}

.sec01 .head {
    padding: 0 20px;
    margin: 0 0 30px;
    box-sizing: border-box;
    text-align: center;
}

.sec01 .head .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    color: #211613;
}

.sec01 .head .text .color {
    color: #00b9ef;
    font-weight: 700;
}

.sec01 .body {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(0, 185, 239, 0.12);
}

.sec01 .body .box {
    width: 100%;
    padding: 60px 20px 30px;
    border: 1px solid #00b9ef;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9) url(../img/visit/icon01.png) center top 20px/60px no-repeat;
    box-sizing: border-box;
}

.sec01 .body .title {
    width: 430px;
    max-width: 100%;
    padding: 0 0 10px;
    margin: 0 auto 30px;
    border-bottom: 2px solid #00b9ef;
    font-size: 20px;
    text-align: center;
}

.sec01 .body .title .bold {
    font-weight: 700;
}

.sec01 .body .text {
    line-height: 2;
}

.sec01 .body .marker {
    background: linear-gradient(to bottom, transparent 50%, rgba(255, 241, 0, 0.48) 0);
    font-size: 18px;
    font-weight: 700;
}

/* =====sec02===== */
.sec02 {
    width: 100%;
    padding: 120px 20px 0;
    background: url(../img/visit/icon02.png) top 33px center/50px no-repeat;
    box-sizing: border-box;
}

.sec02 .title {
    width: 374px;
    max-width: 100%;
    padding: 0 0 15px;
    border-bottom: 3px solid #00b9ef;
    margin: 0 auto 30px;
    font-size: 20px;
    text-align: center;
}

.sec02 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 50px;
}

.sec02 .item {
    width: 203px;
    height: 142px;
    border: 2.5px solid #00b9ef;
    padding: 25px 0 0;
    margin: 0 10px 10px;
    box-sizing: border-box;
    box-shadow: 5px 5px 0 rgba(0, 185, 239, 0.19);
    font-size: 18px;
    text-align: center;
}

.sec02 .item:last-of-type {
    margin: 0 10px 10px;
}

.sec02 .item .color {
    font-size: 20px;
    color: #00b9ef;
}

.sec02 .box {
    width: 100%;
    height: auto;
    padding: 80px 20px 30px;
    border-left: 1px solid #6b6b6b;
    margin: 0 auto;
    text-align: center;
    background: url(../img/visit/bg02.png) top right/cover no-repeat;
    box-sizing: border-box;
}

.sec02 .box_title {
    position: relative;
    display: inline;
    padding: 50px 0 0;
    background: linear-gradient(to bottom, transparent 80%, rgba(255, 241, 0, 0.48) 0);
    font-size: 20px;
    font-weight: 700;
    line-height: 2.5;
    color: #211613;
}

.sec02 .box_title:before {
    content: "";
    position: absolute;
    left: 85px;
    top: 0;
    margin: auto;
    display: inline-block;
    width: 36px;
    height: 45px;
    background: url(../img/eatswallow/icon06.png) center center/36px no-repeat;
}

.sec02 .symptom_list {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 400px;
    max-width: 100%;
    padding: 0 0 0 35px;
    margin: 45px auto 0;
    box-sizing: border-box;
    text-align: left;
}

.sec02 .symptom {
    position: relative;
    padding: 0 0 5px 5px;
    border-bottom: 1px dashed #6b6b6b;
    margin: 0 0 24px;
    text-indent: 0;
}

.sec02 .symptom:nth-child(2n-1) {
    width: 400px;
    max-width: 100%;
}

.sec02 .symptom:nth-child(2n) {
    width: 400px;
    max-width: 100%;
}

.sec02 .symptom:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 21.5px;
    background: url(../img/index/list01.png) center center/30px no-repeat;
}

/* =====sec03===== */
.sec03 {
    padding: 125px 20px 50px;
    background: url(../img/visit/icon09.png) center top 46px/50px no-repeat;
    box-sizing: border-box;
}

.sec03 .head {
    position: relative;
}

.sec03 .head:before {
    z-index: 2;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 34px;
    height: 30px;
    background: url(../img/visit/icon14.png) center center/34px no-repeat;
}

.sec03 .title {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 0 90px;
    border-bottom: 1px dashed #484f4f;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #211613;
}

.sec03 .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100px;
    height: 66px;
    background: url(../img/visit/car.jpg) center center/100px no-repeat;
}

.sec03 .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 67px;
    height: 59px;
    background: url(../img/visit/icon15.png) center center/50px no-repeat;
}

.sec03 .title .large {
    font-size: 20px;
    font-weight: 700;
}

.sec03 .text {
    margin: 0 0 45px;
    text-align: center;
    line-height: 2;
}

.sec03 .text .bold {
    font-size: 18px;
    font-weight: 700;
}

.sec03 .text .marker {
    font-size: 18px;
    background: linear-gradient(to bottom, transparent 50%, rgba(255, 241, 0, 0.48) 0);
    font-weight: 700;
}

.sec03 .body {
    width: 100%;
    margin: 0 auto;
}

.sec03 .cont:nth-of-type(1) {
    margin: 0 0 30px;
}

.sec03 .cont_title {
    padding: 0 0 15px;
    border-bottom: 1px solid #00b9ef;
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.sec03 .cont .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec03 .cont .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 129px;
    height: 129px;
    background: rgba(0, 185, 239, 0.1);
    margin: 0 10px 20px;
    font-size: 17px;
    text-align: center;
}

.sec03 .cont:nth-of-type(1) .item:nth-of-type(1):before {
    content: "";
    position: absolute;
    left: -23px;
    bottom: -16px;
    display: inline-block;
    width: 39px;
    height: 50px;
    background: url(../img/visit/icon05.png) center center/39px no-repeat;
}

.sec03 .cont:nth-of-type(2) .item:nth-of-type(5):before {
    content: "";
    position: absolute;
    right: -22px;
    bottom: -18px;
    display: inline-block;
    width: 41px;
    height: 51px;
    background: url(../img/visit/icon06.png) center center/39px no-repeat;
}

/* =====sec04===== */
.sec04 {
    position: relative;
    width: 100%;
    padding: 50px 20px;
    background: url(../img/visit/photo_1.png) top right 20%/cover no-repeat;
    box-sizing: border-box;
}

.sec04:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(199, 199, 200, 0.1);
}

.sec04 .inner {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto 0 0;
}

.sec04 .text {
    display: inline;
    padding: 0 0 3px;
    background: linear-gradient(to bottom, transparent 60%, rgba(255, 241, 0, 0.48) 0);
    font-size: 18px;
    color: #221714;
    line-height: 2.2;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.sec04 .text .bold {
    font-weight: 500;
}

.sec04 .list {
    width: 80%;
    margin: 55px 0 0;
}

.sec04 .list .item {
    position: relative;
    padding: 10px 0 10px 54px;
    margin: 0;
    border-bottom: 1.5px dashed #4c4b4c;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.sec04 .list .item:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    display: inline-block;
    width: 30px;
    height: 21.5px;
    background: url(../img/index/list01.png) center center/30px no-repeat;
}

/* =====sec04===== */
.sec05 {
    width: 100%;
    padding: 50px 20px 70px;
    background: url(../img/periodontal/bg02.png) top left repeat;
    box-sizing: border-box;
}

.sec05 .inner {
    width: 100%;
    margin: 0 auto;
}

.sec05 .title {
    padding: 0 0 16px;
    border-bottom: 2px solid #00b9ef;
    margin: 0 0 45px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #221714;
}

.sec05 .flow_item {
    display: block;
    justify-content: space-between;
}

.sec05 .item_title {
    position: relative;
    width: 100px;
    height: 100px;
    border: 2px dashed #00b9ef;
    border-radius: 50%;
    padding: 20px 0 0;
    margin: 0 auto 20px;
    background: #fff;
    box-sizing: border-box;
    color: #221714;
    font-size: 18px;
    text-align: center;
    line-height: 1;
}

.sec05 .item_title .large {
    display: block;
    margin: 10px 0 0;
    font-size: 30px;
}

.sec05 .flow_item:nth-of-type(1) .item_title:before {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 4px;
    height: 90px;
    background: #00b9ef;
}

.sec05 .flow_item:nth-of-type(2) .item_title:before {
    content: "";
    position: absolute;
    bottom: -191px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 4px;
    height: 191px;
    background: #00b9ef;
}

.sec05 .right {
    width: 100%;
}

.sec05 .right .text {
    font-size: 18px;
}

.sec05 .flow_item:nth-of-type(1) {
    margin: 0 0 50px;
}

.sec05 .flow_item:nth-of-type(2) {
    margin: 0 0 50px;
}

.sec05 .flow_item:nth-of-type(1) .text {
    margin: 0 0 35px;
    text-align: center;
}

.sec05 .flow_item .tel {
    display: block;
    padding: 20px 0;
    align-items: center;
    height: auto;
    background: #fdf9d6;
    text-align: center;
}

.sec05 .flow_item .t_text {
    display: inline-block;
    padding: 0 0 0 40px;
    margin: 0;
    background: url(../img/visit/icon08.png) left center/30px no-repeat;
    font-size: 21px;
    line-height: 1.5;
}

.sec05 .flow_item .num a {
    color: #221714;
    font-size: 28px;
    font-weight: 700;
}

.sec05 .flow_item:nth-of-type(2) .text {
    margin: 0 0 30px;
    text-align: center;
}

.sec05 .flow_item .d_list {
    width: 320px;
    margin: 0 auto;
}

.sec05 .flow_item .d_list .upper {
    margin: 0 0 20px;
    padding: 0 0 0 11px;
    border-left: 13px solid #00b9ef;
}

.sec05 .flow_item .d_list .lower {
    margin: 0 0 20px;
    padding: 0 0 0 11px;
    border-left: 13px solid #f5ea3d;
}

.sec05 .flow_item .term {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 500;
    color: #231815;
}

.sec05 .flow_item:nth-of-type(3) .text {
    text-align: center;
}

/* =====sec06===== */
.sec06 {
    padding: 110px 0 0;
    background: url(../img/visit/icon09.png) center top 36px/50px no-repeat;
}

.sec06 .title {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-align: center;
    color: #221714;
}

.sec06 .cont_title {
    margin: 0 0 30px;
    font-size: 18px;
    color: #0f0f0f;
    line-height: 1.6;
    letter-spacing: 0.21em;
}

.sec06 .cont_text .large {
    font-size: 16px;
    font-weight: 700;
}

.sec06 .cont_text .marker {
    padding: 0 0 3px;
    background: linear-gradient(to bottom, transparent 60%, rgba(255, 241, 0, 0.48) 0);
}

.sec06 .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.sec06 .num {
    position: static;
    width: auto;
    height: auto;
    border: none;
    border-radius: 50%;
    margin: 0 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #00b9ef;
    letter-spacing: 0;
}

.sec06 .num .text {
    position: static;
    top: 50px;
    left: 55px;
    text-align: center;
    line-height: 1.2;
}

.sec06 .num .text .large {
    font-size: 40px;
}

.sec06 .num:before {
    content: "";
    position: absolute;
    top: 140px;
    right: 40px;
    transform: rotate(-230deg);
    display: none;
    width: 120px;
    height: 1px;
    border-top: 1px dashed #231815;
}

.sec06 .cont01 {
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    background: url(../img/bridge/image02.jpg) center top/cover no-repeat;
    box-sizing: border-box;
}

.sec06 .cont01 .bg {
    display: none;
    width: 60%;
    height: 100%;
    margin: 0 0 0 auto;
    background: url(../img/periodontal/key01.jpg) left top/cover no-repeat;
}

.sec06 .cont01 .inner .textbox {
    position: static;
    left: 20px;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    margin: 0 auto 0 0;
    box-sizing: border-box;
}

.sec06 .cont01 .num {
    top: -109px;
    left: 0;
}

.sec06 .cont01 .cont_title {
    position: relative;
    padding: 0;
    margin: 0 0 30px;
    text-align: center;
}

.sec06 .cont01 .cont_text {
    width: 100%;
    margin: 0;
    line-height: 2;
}

.sec06 .cont02 {
    padding: 20px;
    margin: 0;
    background: url(../img/visit/photo08.jpg) center top/cover no-repeat;
    box-sizing: border-box;
}

.sec06 .cont02 .bg {
    display: none;
    width: 60%;
    height: 560px;
    margin: 0 auto 0 0;
    background: url(../img/visit/photo03.jpg) left 20% top/1500px no-repeat;
}

.sec06 .cont02 .textbox {
    position: static;
    left: 60%;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
}

.sec06 .cont02 .num {
    top: -80px;
    left: -180px;
}

.sec06 .cont02 .cont_title {
    padding: 0;
    margin: 0 0 30px;
    font-size: 17px;
    text-align: center;
}

.sec06 .cont02 .cont_text {
    width: 100%;
    margin: 0 0 0 auto;
    line-height: 2;
}

.sec06 .cont03 {
    padding: 20px;
    margin: 0;
    background: url(../img/visit/photo06.jpg) left top/cover no-repeat;
    box-sizing: border-box;
}

.sec06 .cont03 .bg {
    display: none;
    position: relative;
    z-index: -1;
    width: 60%;
    height: 560px;
    margin: 0 0 0 auto;
    background: url(../img/visit/photo06.jpg) left top/cover no-repeat;
}

.sec06 .cont03 .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.sec06 .cont03 .num {
    top: -130px;
    left: 0;
}

.sec06 .cont03 .textbox {
    position: static;
    top: -45px;
    left: 20px;
    width: 100%;
    padding: 20px;
    margin: 0 auto 0 0;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
}

.sec06 .cont03 .cont_title {
    padding: 0;
    margin: 0 0 30px;
    text-align: center;
}

.sec06 .cont03 .item:last-of-type {
    margin: 0 10px 20px;
}

.sec06 .cont03 .item .large {
    font-size: 21px;
}

.sec06 .cont03 .cont_text {
    padding: 0;
    width: 100%;
    margin: 0 0 30px;
    line-height: 2;
}

.sec06 .cont03 .body {
    display: block;
    justify-content: space-between;
}

.sec06 .cont03 .cont_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.sec06 .cont03 .item {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 15px 0 0;
    margin: 0 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.sec06 .cont03 .item:nth-of-type(1) {
    background: rgba(0, 185, 239) url(../img/visit/icon12.png) center bottom 20px/30px no-repeat;
}

.sec06 .cont03 .item:nth-of-type(2) {
    background: rgba(0, 185, 239) url(../img/visit/icon13.png) center bottom 20px/40px no-repeat;
}

.sec06 .cont03 .item:nth-of-type(3) {
    background: rgba(0, 185, 239) url(../img/visit/icon11.png) center bottom 30px/50px no-repeat;
}

.sec06 .cont03 .item:nth-of-type(4) {
    background: rgba(0, 185, 239) url(../img/visit/icon10.png) center bottom 20px/55px no-repeat;
}

.sec06 .cont04 {
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
    background: url(../img/visit/photo04.jpg) right 30% top/cover no-repeat;
}

.sec06 .cont04 .bg {
    display: none;
    width: 60%;
    height: 560px;
    margin: 0 auto 0 0;
    background: url(../img/visit/photo04.jpg) left top/cover no-repeat;
}

.sec06 .cont04 .textbox {
    position: static;
    left: 60%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
}

.sec06 .cont04 .num {
    top: -90px;
    left: -190px;
}

.sec06 .cont04 .cont_title {
    padding: 0;
    text-align: center;
}

.sec06 .cont04 .cont_text {
    margin: 0;
    line-height: 2;
}

.sec06 .cont05 {
    padding: 20px;
    background: url(../img/visit/photo05.jpg) center center/cover no-repeat;
    box-sizing: border-box;
}

.sec06 .cont05 .textbox {
    position: static;
    left: 20px;
    padding: 20px;
    margin: 0 auto 0 0;
    background: rgba(255, 255, 255, 0.85);
}

.sec06 .cont05 .cont_title {
    position: relative;
    padding: 0;
    margin: 0 0 30px;
    text-align: center;
}

.sec06 .cont05 .num {
    top: -95px;
    left: 0;
}

.sec06 .cont05 .cont_text {
    width: 100%;
    line-height: 2;
}

.sec06 .cont05 .bg {
    display: none;
    position: relative;
    z-index: -1;
    width: 60%;
    height: 560px;
    margin: 0 0 0 auto;
    background: url(../img/visit/photo05.jpg) left top/cover no-repeat;
}

.sec06 .cont05 .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 30%, transparent 100%);
}

/* =====sec07===== */
.sec07 {
    width: 100%;
    padding: 50px 20px 28px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sec07 .title {
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #00b9ef;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #221714;
}

.sec07 .text {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}

.sec07 .body {
    display: block;
}

.sec07 .image {
    margin: 0 0 20px;
    text-align: center;
}

.sec07 .list {
    padding: 0;
}

.sec07 .item {
    display: inline-block;
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 20px 20px 0;
}

.sec07 .item:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 18px;
    color: #00b9ef;
}

/* =====sec08===== */
.sec08 {
    position: relative;
    width: 100%;
    padding: 50px 20px;
    background: url(../img/visit/photo02.jpg) center left/cover no-repeat;
    box-sizing: border-box;
}

.sec08:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(199, 199, 200, 0.1);
}

.sec08 .inner {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}

.sec08 .text {
    font-size: 16px;
    color: #231815;
    line-height: 2;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.sec08 .text .marker {
    display: inline;
    background: linear-gradient(to bottom, transparent 60%, rgba(255, 241, 0, 0.48) 0);
}





}