html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    --c-font: #333;
    --c-grey: #aaa;
    --c-primary: #393f60;
    --c-secondary: #0a3f7a;
    --c-success: #e05352;
    --c-successLight: #fceded;
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 3px;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
    box-sizing: content-boxbackground: linear-gradient(180deg, #369 0%, #369 30%, transparent 30%), url(../images/rp-bg.jpg);
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

ul,ol,dl,h1,h2,h3,h4,h5,h6,p {
    padding: 0;
    margin: 0
}

textarea {
    resize: none
}

input,button,select,textarea {
    outline: none
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

a:active,a:focus {
    text-decoration: none
}

::-webkit-input-placeholder {
    color: #999999
}

::-moz-placeholder {
    color: #999999
}

:-ms-input-placeholder {
    color: #999999
}

input:-moz-placeholder {
    color: #999999
}

::selection {
    background: #5CA4A9;
    color: white
}

::-moz-selection {
    background: #5CA4A9;
    color: white
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px
}

.floatleft {
}

.floatright {
    line-height: 1;
    img{
        display: inline-block;
        max-width: 100%;
    }
}

.textEllipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block
}

.vermid {
    vertical-align: middle;
    display: inline-block
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container iframe,.video-container object,.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body {
    font-size: 15px;
    color: #555;
    font-family: "Lato",Microsoft JhengHei,sans-serif,Helvetica,Arial,PMingLiU;
    line-height: 1.7;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto
}

.main{
    background: linear-gradient(180deg, var(--c-primary) 200px, transparent 200px), url(../images/rp-bg.jpg);
    padding: 0 15px;
}

.main .wrapper{
    background: #fff;
    box-shadow: 0 5px 15px 0px rgb(57, 63, 96, .2);
    padding: 40px 50px;
}

header {
    border-bottom: solid 60px var(--c-primary);
    background: #fff;
    width: 100%
}

header .posirela {
    position: relative;
    max-width: 1240px
}

header .headerlogbox {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 15px;
    gap: 10px;
}

header .logo {
    position: relative;
    line-height: 1;
    z-index: 99
}

header .logo a {
    display: inline-block;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 100%;
    width: 300px;
}

header .logo a h1 {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    line-height: 1.5;
}

header .hbg1 {
    position: absolute;
    bottom: -16px;
    left: 0
}

header .hbg1 img {
    display: block
}

header .hbg2 {
    position: absolute;
    bottom: 0;
    right: 70px
}

header .hbg2 img {
    display: block
}

nav.pcmenu {
    border-top: 1px solid var(--c-primary);
    width: 100%;
}

nav.pcmenu ul.menu {
    text-align: center
}

nav.pcmenu ul.menu:after {
    content: '';
    display: block;
    clear: both
}

nav.pcmenu ul.menu li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    margin: 8px 0;
}

nav.pcmenu ul.menu li.current-menu-item a,nav.pcmenu ul.menu li:hover a {
    background: #e05352;
    border-radius: 45px;
    color: white;
}

nav.pcmenu ul.menu li a {
    display: inline-block;
    padding: 6px 26px;
    font-weight: normal;
    color: var(--c-primary);
    font-family: 'Oswald', Microsoft JhengHei, sans-serif, Helvetica, Arial, PMingLiU;
    position: relative;
    font-size: 18px
}

footer {
    border-top: 2px solid var(--c-primary);
    background: #fff;
    font-size: 13px;
    text-align: right;
    padding: 10px 15px;
    position: relative;
    &:before{
        background: url(../images/bottom-des.png) no-repeat bottom center;
        background-size: contain;
        position: absolute;
        top: -1.5px;
        left: 0;
        content: '';
        width: 100%;
        height: 9vw;
        transform: translateY(-100%);
    }
}

.copy {color: var(--c-primary);font-size: 16px;font-weight: bold; line-height: 1.2;}

.iware {
    color: #aaaaaa;
    margin-left: 10px
}

.red {
    color: var(--c-success)
}
a.red:hover{
    color: var(--c-primary);
}

.blue {
    color: #2b9ae7
}

.aligntext {
    text-align: center
}


.main .maintitle {
    font-size: 18px;
    font-weight: bold;
    color: var(--c-primary);
    text-transform: uppercase;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

.main .maintitle i {
    color: var(--c-success);
    margin-right: 10px;
    font-size: 20px
}

.main > .wrapper{
    padding-bottom: 9vw;
}

.main .subtitle{
    /* margin-bottom: 5px; */
}
.main .subtitle p{
    background: var(--c-primary);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding: 6px 15px;
    padding-right: 30px;
}

.main .subtitle i {
    font-size: 12px;
    margin-right: 10px
}

.main .sub-row{
    margin-top: 15px;
}


.mainsection.pop{
    padding-bottom: 25px;
    .sectionbox{
        box-shadow: 0 0 10px 0px rgb(57, 63, 96, .2);
        border-top: 30px solid var(--c-primary);
        background: white;
        padding: 20px;
    }
}

.graybgcon {
    background: var(--c-primary);
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
}

.btn_account {
    background: var(--c-success);
    border-radius: 50px;
    padding: 8px 25px;
    color: white;
    display: inline-block;
    &:hover{
        background: #000;
    }
}

.btn_account img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px
}

.btn_pross_back {
    color: white;
    display: inline-block;
    background: var(--c-grey);
    padding: 8px 20px;
    border-radius: 30px;
    margin-right: 10px;
    &:hover{
        background: var(--c-success);
    }
}

.btn_pross_next {
    color: white;
    display: inline-block;
    background: var(--c-secondary);
    padding: 8px 20px;
    border-radius: 30px;
    &:hover{
        background: var(--c-success);
    }
}

.btn_addfile {
    color: white;
    background: #ccc;
    border-radius: 30px;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 5px
}

.btn_addfile i {
    margin-right: 5px
}

.icon_editicon,.icon_delet {
    font-size: 18px;
    margin: 0 5px
}

.submitbox {
    margin: 10px 0 0 5px;
    display: inline-block
}

.submitbox .btn-sub {
    color: white;
    background: #333333;
    border-radius: 30px;
    padding: 8px 20px;
    border: none;
    &:hover{
        background: var(--c-success);
    }
}

.forgetpas {
    display: inline-block;
    margin-left: 10px
}

.icon_plus {
    position: relative
}

.textcenter {
    text-align: center
}

table.formtb {
    margin-top: 15px;
    width: 100%
}

table.formtb tr td {
    padding: 5px
}
table.formtb tr td.form-label{
    line-height: 1.2;
    font-weight: bold;
}

table.formtb input[type="text"],table.formtb input[type="date"],table.formtb input[type="email"],table.formtb input[type="password"],table.formtb input[type="tel"] {
    width: 100%;
    height: 35px;
    max-width: 500px;
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 3px 15px;
    background: #fcfcfc;
    box-shadow: inset 0 1px 5px #eee;
    &:focus{
        background: #fbfbff;
        box-shadow: inset 0 1px 5px #e1e5ff;
    }
}

table.formtb2 tr td {
    padding: 10px 5px;
    border-bottom: 1px solid #E9E9E9
}

.overxscroll {
    width: 100%;
    overflow-x: auto
}

table.tbabstract {
    margin-bottom: 10px;
    width: 100%
}

table.tbabstract tr td,table.tbabstract tr th {
    border: 1px solid white;
    padding: 10px
}

table.tbabstract tr th{
    border-top: 3px solid var(--c-primary);
    border-bottom: 3px solid var(--c-primary);
    color: var(--c-primary);
    line-height: 1.3;
}

table.tbabstract tr td {
    border-bottom: 1px solid #eee;
}

table.tbabstract tr td:nth-child(1) {
    text-align: center
}

table.tbabstract tr td input[type="text"],table.tbabstract tr td input[type="email"] {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 8px 15px;
    background: #fcfcfc;
    box-shadow: inset 0 1px 5px #eee;
    &:focus{
        background: #fbfbff;
        box-shadow: inset 0 1px 5px #e1e5ff;
    }
}

table.tbabstract.tbNormal tr td:nth-child(1){
    background: #afb1bb;
    color: white
}

.selectstyle {
    height: 35px;
/*    width: 100%;*/
    max-width: 500px;
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 3px 15px;
    background: #fcfcfc;
    box-shadow: inset 0 1px 5px #eee;
}

.inputtext {
    /*max-width:500px;*/
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 3px;
    padding: 3px 5px
}

.textareastyle {
    border: 1px solid #ccc;
    width: 100%;
    max-width: 500px;
    padding: 5px
}

.keywordinput input {
    width: 20%
}

.textleft {
    font-size: 12px;
    color: #ccc
}

.radioset {
    display: inline-block;
    margin-right: 15px
}

.flow{
    margin-bottom: 20px;
}

.flowboxout {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.flowboxout i {
    vertical-align: super;
    margin-left: 5px;
    color: #ccc
}

.flowboxout2 i {
    vertical-align: initial
}

.flowbox {
    background: #b3b3b3;
    color: white;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    line-height: 1.3;
    border-radius: 10px;
    max-width: 120px;
}

.flowbox.active {
    background: var(--c-success);
}

.abtractreview {
    margin-top: 20px;
    font-family: 'Times New Roman', Microsoft JhengHei, sans-serif, Helvetica, Arial, PMingLiU
}

.abtractreview .title {
    text-align: center;
    font-size: 14px;
    font-weight: bold
}

.abtractreview .mainauthor {
    text-align: center;
    font-size: 12px;
    margin-top: 20px
}

.abtractreview .coauthor {
    text-align: center;
    font-size: 12px;
    font-style: italic
}

.abtractreview sup.sup {
    vertical-align: super
}

.abtractreview .underline {
    text-decoration: underline
}

.abtractreview .content {
    font-size: 12px;
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-ideograph
}

.outline {
    border: 1px solid #ccc;
    max-width: 687px;
    padding: 5px 10px 20px 10px;
    margin-top: 10px
}

.outline2 {
    border: 1px solid #ccc;
    width: 100%;
    padding: 20px;
    margin-top: 10px
}

.outline2 ol {
    margin-left: 30px
}

table.tbabstract tr td input[type="number"].tickiput {
    border: 1px solid #ccc;
    height: 30px;
    width: 80px;
    padding: 5px
}

.featherlight .featherlight-content {
    height: 500px;
    width: 80%;
    max-width: 700px
}

.featherlight iframe {
    width: 100%;
    height: 100%
}

.featherlight .featherlight-close-icon {
    right: 16px
}

iframe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

iframe::-webkit-scrollbar {
    width: 5px
}

iframe::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #76869d
}

.nameauthor {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px
}

.textunderline {
    text-decoration: underline
}

.uploadCV {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

.uploadCV .uploadcontent {
    width: 100%;
    margin: 0 auto;
    background: white;
    max-width: 300px;
    padding: 20px 30px 30px 30px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -150px;
    position: relative
}

.uploadCV .uploadclose {
    position: absolute;
    right: 10px;
    top: 10px
}

.uploadCV .uploadclose i {
    cursor: pointer
}

.image-upload-wrapper,#upload {
    height: 50px;
    width: 240px
}

#upload {
    opacity: 0;
    display: block;
    position: relative;
    z-index: 999
}

.image-upload-wrapper {
    border-radius: 0;
    background-color: #76869d;
    color: white;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.image-upload-wrapper:after {
    font-family: "FontAwesome", "Lato",Microsoft JhengHei,sans-serif,Helvetica,Arial,PMingLiU;
    content: '\f093Ã£â‚¬â‚¬Upload file from computer';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 20px;
    cursor: pointer
}

#upload:hover {
    cursor: pointer
}
.footerline img{
    width: 100%;
}
.footerbot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.organized{
    color: var(--c-primary);
    font-size: 16px;
    font-weight: bold;
}
.organized img{
    vertical-align: middle;
}

@media (max-width: 960px) {
    header .hbg1 {
        left:20px
    }
}
@media (max-width: 800px) {
   .footerbot .floatleft {
        float: none;
        text-align: center;
    }
   .footerbot .floatright{
       float: none;
       text-align: center;
   }
}
@media (max-width: 760px) {
    header .hbg2 {
        right:20px
    }
}
@media (max-width: 700px) {
    header .logo.floatleft{
        float: none;
        text-align: center;
    }
    .logotexttop{
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    .logotexttop img{
        max-width: 470px;
        width: 95%;
    }

    .headerlogbox, .footerbot{
        flex-direction: column;
    }
    table.formtb2 tr{
        border-bottom: 1px solid #e9e9e9;
    }
    table.formtb2 tr td{
        border-bottom: none;
    }
    .flow{
        margin-bottom: 10px;
    }
    .flowboxout{
        position: relative;
        width: 100%;
        + .flowboxout{
            margin-top: 10px;
        }
    }
    .flowbox{
        padding: 5px 10px;
        max-width: 100%;
        width: 100%;
    }
    .flowboxout i{
        vertical-align: inherit;
        position: absolute;
        left: 47%;
        bottom: 0;
        transform: translateY(100%) rotate(90deg);
    }
    .featherlight .featherlight-content{
        padding: 0;
        width: 95%;
    }
    table.tbabstract tr td, table.tbabstract tr th{
        padding: 10px 5px;
    }
    .selectstyle.telSelect{
        max-width: 260px;
        margin-bottom: 5px;
    }
}

@media (max-width: 450px) {
    header{ 
        border-width: 30px;
    }
    header .hbg1,header .hbg2 {
        opacity:0.3
    }

    header .hbg2 {
        right: 10px
    }

    .copy {
        display: block;
        text-align: center
    }

    .iware {
        display: block;
        text-align: center;
        font-size: 10px
    }

    nav.pcmenu ul.menu li a{ 
        padding: 0px 20px;
    }
    nav.pcmenu ul.menu li{ 
        margin: 3px 0;
    }
    .selectstyle, table.formtb input[type="text"], table.formtb input[type="date"], table.formtb input[type="email"], table.formtb input[type="password"], table.formtb input[type="tel"]{
        width: 100%;
    }
}

@media (max-width: 370px) {
    header .headerlogbox {
        width:100%;
        text-align: center
    }
}

@media (max-width: 700px) {
    .main .wrapper{
        padding: 25px 20px;
        padding-bottom: 9vw;
    }
    table.formtb tr{ 
        display: block;
        padding-bottom: 10px;
    }
    table.formtb tr + tr{
        margin-top: 10px;
    }
    table.formtb tr td{
        display: block;
        padding: 0;
    }
    table.formtb tr td.form-label{
        margin-bottom: 5px;
    }
}

.login-row{
    display: grid;
    grid-template-columns: auto 35%;
    gap: 35px;
    .main-img img{
        display: block;
        width: 100%;
        max-width: 470px;
        margin-inline: auto;
    }
}

.form-item-title{
    color: var(--c-success);
    background: var(--c-successLight);
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 1.4;
    border-radius: 15px 0;
    margin-top: 0 !important;
}

.remark{
    color: var(--c-success);
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
}

.intro-sec{
    padding: 5px 20px;
    background: #fbfbff;
    border: solid 1px #ebedf7;
    border-bottom: solid 4px #ebedf7;
    border-top: solid 4px #ebedf7;
    margin-bottom: 20px;
}
.main .intro-sec .subtitle{
    p{
        color: #333;
        border-radius: 0;
        background: none;
        margin-bottom: 0;
        padding: 0;
    }
}


@media (max-width: 760px) {
    header .hbg2 {
        right:20px
    }
    .login-row{
        grid-template-columns: 1fr;
        .main-img{
            grid-row-start: 1;
        }
    }
    table.tbabstract.tbNormal tr + tr{
        margin-top: 5px;
    }
    table.tbabstract.tbNormal tr td{
        display: block;
        padding: 5px;
    }
}

.unreset address,.unreset blockquote,.unreset dd,.unreset div,.unreset dl,.unreset dt,.unreset fieldset,.unreset form,.unreset frame,.unreset frameset,.unreset h1,.unreset h2,.unreset h3,.unreset h4,.unreset h5,.unreset h6,.unreset noframes,.unreset ol,.unreset p,.unreset ul,.unreset center,.unreset dir,.unreset hr,.unreset menu,.unreset pre {
    display: block
}

.unreset li {
    display: list-item
}

.unreset head {
    display: none
}

.unreset col {
    display: table-column
}

.unreset colgroup {
    display: table-column-group
}

.unreset td,.unreset th {
    display: table-cell
}

.unreset caption {
    display: table-caption
}

.unreset th {
    font-weight: bold;
    text-align: center
}

.unreset caption {
    text-align: center
}

.unreset body {
    margin: 8px
}

.unreset h1 {
    font-size: 2em;
    margin: 0.67em 0
}

.unreset h2 {
    font-size: 1.5em;
    margin: 0.75em 0
}

.unreset h3 {
    font-size: 1.17em;
    margin: 0.83em 0
}

.unreset h4,.unreset p,.unreset blockquote,.unreset ul,.unreset fieldset,.unreset form,.unreset ol,.unreset dl,.unreset dir,.unreset menu {
    margin: 1.12em 0
}

.unreset h5 {
    font-size: .83em;
    margin: 1.5em 0
}

.unreset h6 {
    font-size: .75em;
    margin: 1.67em 0
}

.unreset h1,.unreset h2,.unreset h3,.unreset h4,.unreset h5,.unreset h6,.unreset b,.unreset strong {
    font-weight: bold
}

.unreset blockquote {
    margin-left: 40px;
    margin-right: 40px
}

.unreset i,.unreset cite,.unreset em,.unreset var,.unreset address {
    font-style: italic
}

.unreset pre,.unreset tt,.unreset code,.unreset kbd,.unreset samp {
    font-family: monospace
}

.unreset pre {
    white-space: pre
}

.unreset button,.unreset textarea,.unreset input,.unreset select {
    display: inline-block
}

.unreset big {
    font-size: 1.17em
}

.unreset small,.unreset sub,.unreset sup {
    font-size: 0.83em
}

.unreset sub {
    vertical-align: sub
}

.unreset sup {
    vertical-align: super
}

.unreset s,.unreset strike,.unreset del {
    text-decoration: line-through
}

.unreset hr {
    border: 1px inset
}

.unreset ol,.unreset ul,.unreset dir,.unreset menu,.unreset dd {
    margin-left: 40px
}

.unreset ol,.unreset ol li {
    list-style-type: decimal
}

.unreset ol ul,.unreset ul ol,.unreset ul ul,.unreset ol ol {
    margin-top: 0;
    margin-bottom: 0
}

.unreset ul,.unreset ul li {
    list-style-type: disc
}

.unreset u,.unreset ins {
    text-decoration: underline
}

.unreset br:before {
    content: "\A";
    white-space: pre-line
}

.unreset center {
    text-align: center
}

.unreset :link,.unreset :visited {
    text-decoration: underline
}

.unreset :focus {
    outline: thin dotted invert
}

/*# sourceMappingURL=style.css.map */


.membership-td{
    display: none;
}
.membership-td td{
    position: relative;
}
.membership-td td input{
    max-width: 100% !important;
}
.membership-td .btn-vertify{
    position: absolute;
    right: 10px;
    border: none;
    background: #2b9ae7;
    color: #fff;
    border-radius: 20px;
    padding: 5px 13px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}
.membership-td .btn-vertify:hover{
    background: var(--c-success);
}
@media (max-width: 700px){
    .membership-td .btn-vertify{
        right: 5px;
    }
}