@import url('https://webfontworld.github.io/SCoreDream/SCoreDream.css');

/*Layout*/
.d_headerZone,
.d_nav_wrap,
.d_smallMenu_wrap,
.d_subManu_wrap,
.d_topAd_wrap {
    padding-left: 0;
}
body *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    letter-spacing: -0.05em;
}
.mo{
    display: none;
}
.Wrapper {
    width: 1002px;
    margin: 20px auto;
    position: relative;
    border: 1px solid #eeeded;
}
#container * {
    box-sizing: border-box;
    font-family: "SCoreDream", sans-serif !important;
    letter-spacing: -0.05em;
}

.pop_list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pop_list li{
    width: 100%;
    height: 25%;
}
.pop_list li a{
    display: block;
    height: 100%;
}

.tab_wrap{
    position: relative;
}
.tab_list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
}
.tab_list li{
    float: left;
    width: 33.333%;
    height: 100%;
}
.tab_list li a{
    display: block;
    height: 100%;
}

/*Video*/
.videoWrap{
    margin-bottom: 50px;
}
.video_wrap{
    width: 930px;
    margin: 0 auto;
}
.video_wrap video{
    width: 100%;
}

.volume_wrap{
    text-align: right;
    padding-right: 30px;
    margin-top: 15px;
}
.volume{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.volume .color{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.volume.on .color{
    display: block;
}

/*Container*/
.page01,
.page02{
    padding-bottom: 80px;
}
.contWrap > div{
    position: relative;
}
.tabTit{
    position: relative;
    margin: 3px 0;
}
.tabTit > div {
    cursor: pointer;
}
.tabTit .off{
    position: relative;
}
.tabTit .off::before{
    content:'';
    display: inline-block;
    width: 75px;
    height: 24px;
    background: url(/Users/SpecialReport/Medicine/issue134/images/click.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
    animation: blink 1.5s infinite;
    -webkit-animation: blink 1.5s infinite;
    -ms-animation: blink 1.5s infinite;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-top: -24px;
}
.page01 .tabTit .off::before{
    left: 80px;
}
.tabTit .on{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    display: none;
}

.tab_cont{
    display: none;
}

.nextPage{
    position: relative;
    margin-top: 30px;
}
.nextPage a{
    display: block;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0;}
}

/*Bar*/
.barWrap{
    background-color: #1F1063;
    color: #fff;
    padding: 100px;
}
.barTit{
    font-weight: bold;
    font-size: 70px;
    text-align: center;
    margin-bottom:50px
}
.barTit span{
    font-size: 26px;
}
.bar_wrap{
    position: relative;
}
/* .bar_wrap:before,
.bar_wrap:after{
    content:'';
    display: inline-block;
    width: 35px;
    height: 60px;
    background-color: #1F1063;
    position: absolute;
    top: -3px;
    left: -1px;
    z-index: 9;
}
.bar_wrap:after{
    left: auto;
    right: -1px
} */

.barLine{
    position: relative;
}
.barLine::before{
    content:'';
    display: block;
    width: 95%;
    height: 50px;
    background: rgb(252,192,48);
    background: linear-gradient(90deg, rgba(252,192,48,1) 0%, rgba(47,24,90,1) 100%);
    position: absolute;
    top: 0;
    left: 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border: 5px solid #fff;
}
.barLine li{
    float: left;
    width: 10%;
    text-align: center;
    padding-top: 75px;
    position: relative;
    cursor: pointer;
}
.barLine li.on:after{
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    background: #fcc030;
    border:5px solid #fff;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 99;
}

.txt_wrap{
    margin-top: 20px;
    padding: 0 37px;
    font-size: 14px;
}
.txt_wrap .left{
    float: left;
}
.txt_wrap .right{
    float: right;
}

.textarea_wrap{
    margin: 80px 0 50px;
    padding: 0 30px;
}
.textarea_wrap textarea{
    width: 100%;
    height: 300px;
    border: none;
    resize: none;
    padding: 3%;
    font-size: 18px;
}
.submit_wrap{
    text-align: center;
}
.submit_wrap input{
    width: 300px;
    background-color: #fcc131;
    color: #001860;
    font-size: 30px;
    padding: 15px 0;
    font-weight: bold;
    border: none;
}

@media all and (max-width:768px){
    /*Layout*/
    html, body{
        min-width: auto;
        margin: 0;
        overflow-x: hidden;
    }
    header, 
    .footerWrap, 
    .web{
        display: none;
    }
    .evBody,
    .SectionBody_event,
    .Wrapper,
    #wrapper,
    .wrap{
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .Wrapper{
        border: none;
    }
    #wrapper{
        border: none;
    }
    .mo{
        display: block;
    }
    .width100{
        width: 100%;
    }
    #wrap{
        width: 100% !important;
    }

    /*Container*/
    .video_wrap{
        width: 100%;
    }
    .tabTit .off::before{
        left: 3% !important;
    }
    .page01 .tabTit .off::before{
        left: 5% !important;
    }

    .barTit span {
        font-size: 24px;
    }
}
@media all and (max-width:414px){
    .tab_list{
        height: 80px;
    }
    .tabTit .off::before{
        width: 40px;
        height: 13px;
        margin-top: -5px;
        left: 1% !important;
    }
    .page01 .tabTit .off::before {
        left: 3% !important;
    }

    .volume img{
        width: 50vw;
    }

    .barWrap{
        padding: 20px 5% 60px;
    }
    .barTit{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .barTit span{
        font-size: 14px;
    }
    .bar_wrap:before, .bar_wrap:after{
        width: 7px;
    }
    .barLine::before{
        left: 0;
        height: 17px;
    }
    .barLine li{
        padding-top: 40px;
    }
    .barLine li.on:after{
        width: 30px;
        height: 30px;
    }

    .txt_wrap,
    .textarea_wrap,
    .submit_wrap{
        padding: 0 10px;
    }
    .txt_wrap{
        font-size: 12px;
    }
    .textarea_wrap{
        margin: 50px 0;
    }
    .submit_wrap input{
        width: 100%;
    }
}
@media all and (max-width:320px){
    .txt_wrap{
        font-size: 11px;
    }
}