/* mobile nav */
@import url('https://fonts.googleapis.com/css?family=ABeeZee:400,400i');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

a {
    background-color: transparent;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a:active,
a:hover {
    outline-width: 0
}

a,
a:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

img {
    border-style: none;
    border: none;
    display: block;
}

img.inline {
    display: inline-block;
    vertical-align: middle;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 17px;
    line-height: 1.6;
    color: #222;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', 'Segoe UI', 'Helvetica Neue', Roboto, 'Droid Sans', Arial, 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    box-sizing: border-box;
    background-color: #ffffff;
    scroll-behavior: smooth;
    overflow-x: hidden;
    /* -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none; */
}

body {
    display: flex;
    /*使物件依序排列*/
    flex-direction: column;
    /*使物件垂直排列*/
}

button {
    border: none;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*下拉選單*/
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(/robot/images/select_arrow-b1be6802d9658e8ec71375642e26dbe9.png) no-repeat right 50%;
}

select::-ms-expand {
    display: none;
}

/*輸入框*/
input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 0 10px;
    height: 48px;
    color: #222;
    border: 1px solid #b6b6b6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    height: 90px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #b6b6b6;
}

/*checkbox*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    height: 20px;
    line-height: 1.5;
    display: inline-block;
    background: url(/robot/images/checkbox_normal.jpg) 2px center no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    padding: 0px 0px 0px 30px;
    margin: 0 10px 10px 0;
    width: auto;
}

input[type="checkbox"]:checked+label {
    background-size: 20px auto;
    display: inline-block;
    background: url(/robot/images/checkbox_checked.jpg) 2px center no-repeat;
}

/*radio*/
input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background: url(/robot/images/radio_normal-5a650c5e56cb5afc7de03c17e00614a2.png) 0 center no-repeat;
    background-size: 22px auto;
    cursor: pointer;
    padding: 0px 0px 0px 22px;
    margin: 0 10px 0 0;
    width: auto;
}

input[type="radio"]:checked+label {
    display: inline-block;
    background: url(/robot/images/radio_checked-c4a9e680ac019b9db4cbc003ce557e66.png) 0 center no-repeat;
    background-size: 22px auto;
}

/*按鈕*/
input[type="button"] {
    -webkit-appearance: none;
    /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;
    /* FireFox */
    appearance: none;
}

.wrapper {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    flex-grow: 1;
    /*可佔滿垂直剩餘的空間*/
}

.btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px;
    height: 56px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 50px;
    font-weight: 700;
}

.btn_grey {
    text-align: center;
}

.btn_grey a {
    display: inline-block;
    padding: 0 30px;
    min-width: 100px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50px;
    box-sizing: border-box;
    background-color: #959595;
    font-size: 16px;
}

.btn_grey a:hover {
    color: #959595;
    background-color: #fff;
    border: 1px solid #959595;
}

.btn a {
    display: block;
    margin: auto
}

.btn:hover {
    color: #fff
}

.wrapper .pagesize {
    padding: 50px 15px;
}


footer {
    width: 100%;
    height: auto;
    color: #444;
    text-align: center;
    font-size: 0.75rem;
    font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", sans-serif;
    border-bottom: 6px solid transparent;
    border-width: 0 0 6px 0;
    border-image: linear-gradient(to right, #ff9600 0%, #ff0000 100%);
    border-image-slice: 1;
    font-weight: normal;
    box-sizing: border-box;
    background: url(/robot/images/footer_bg-eb5262ea1e6f9947fea253a5044cd0f9.png) right center no-repeat;
    background-color: #f1f1f1;
}

footer .txt {
    font-size: 0.95rem;
    /* border-top: 1px solid #d8d8d8; */
    padding-top: 2.5em;
}

footer span {
    color: #999;
    margin: auto 0.8em
}

footer .copyright {
    margin: 2em auto 2.5em auto;
}

@media (max-width:767px) {
    footer {
        font-size: 0.65rem;
        text-align: center;
    }

    footer .txt {
        font-size: 0.9rem;
    }

    footer span {
        margin-right: 0;
        display: block
    }

    footer ul.icons li {
        opacity: 1
    }

    footer ul.icons li img {
        width: 36px
    }

    footer p {
        width: 80%;
        margin: 0 auto
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    footer span {
        margin: auto .2em
    }
}

.nav {
    position: relative;
    height: 76px;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    background: url(/robot/images/header_bg-13323fd876634a0b431c25c6c67728f0.png) #fff right top no-repeat;
    background-size: auto 100%;
    border-bottom: 6px solid transparent;
    border-width: 0 0 6px 0;
    -o-border-image: linear-gradient(to right, #ff9600 0%, #ff0000 100%);
    border-image: linear-gradient(to right, #ff9600 0%, #ff0000 100%);
    border-image-slice: 1;
}

.nav .nav-header {
    position: relative;
    display: inline
}

.nav .nav-header .nav-title .logo {
    width: 440px;
    height: 76px;
    background: url(/robot/images/logo-1f46ead36e4547d97ad64db0bd3e67a5.png) no-repeat center center;
    background-size: 80% auto;
}

.nav .nav-header .nav-title .logo2 {
    position: absolute;
    width: 180px;
    height: 54px;
    background: url(/robot/images/header_icon-94cebdc9f499585af4e7d2fac52187d8.png) no-repeat center center;
    background-size: 60% auto;
    position: absolute;
    top: 10px;
    left: 400px
}

.nav .nav-header .nav-title .logo2:before {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #999;
    top: 18px;
    left: 15px;
}

.nav .nav-header .nav-title .logo5850 {
    position: absolute;
    width: 160px;
    height: 37px;
    background: url(/robot/images/pscnet_logo-220f13c7962a12739da2fff0614107b3.png) no-repeat center center;
    background-size: 160px auto;
    position: absolute;
    top: 16px;
    left: 15px;
}

.nav .nav-header .nav-title .logo a,
.nav .nav-header .nav-title .logo2 a,
.nav .nav-header .nav-title .logo5850 a {
    width: 100%;
    height: 100%;
    display: block
}

.nav .nav-btn {
    display: none
}

.nav .nav-links {
    position: absolute;
    right: 3%;
    top: 0;
}

.nav .nav-links ul li {
    display: inline-block;
}

.nav .nav-links ul li a {
    font-weight: bold;
    display: inline-block;
    padding: 22px 12px;
    text-decoration: none;
    position: relative;
    color: #333;
    transition: color .2s ease-in-out;
    font-size: 19px;
}

.nav .nav-links ul li a:hover,
.nav .nav-links ul li a:focus {
    color: #f08300;
}

.nav .nav-links ul li a.login_btn,
.nav .nav-links ul li a.logout_btn {
    min-width: 110px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding: 8px 18px;
    font-size: 16px;
    margin-left: 10px;
    transition: all .3s ease-in-out;
}

.nav .nav-links ul li a.login_btn {
    background: #e50101;
}

.nav .nav-links ul li a.login_btn:hover {
    background: #535353;
}

.nav .nav-links ul li a.logout_btn {
    background: #e50101;
}

.nav .nav-links ul li a.logout_btn:hover {
    background: #535353;
}

.nav #nav-check {
    display: none
}

.nav .has-subnav {
    position: relative
}

.nav .has-subnav a::after {
    display: none
}

.nav .nav-links .sub-menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    top: 62px;
    right: -50px;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    text-transform: none;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 30px 0 rgba(51 51 51 / 30%);
    -webkit-box-shadow: 0 5px 30px 0 rgba(51 51 51 / 30%);
}

.nav .nav-links .sub-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(to right, #ff9600 0%, #ff0000 100%);
}

.nav .nav-links .sub-menu li {
    width: 100%;
    display: block;
    text-align: left;
}

.nav .nav-links .sub-menu li a {
    margin: 0;
    color: #333;
    font-size: 1.1rem;
    white-space: nowrap;
    padding: 10px 24px;
}

.nav ul.sub-menu li a:hover {
    color: #e50101;
}

.nav ul.sub-menu li a:after {
    display: none
}

.nav li:hover .sub-menu {
    max-height: 30em;
    padding: 0.6em
}

.nav ul li a:after {
    display: none
}

.nav ul.sub-menu-bg {
    display: none
}

.nav .nav-header {
    display: block;
    width: 100%;
}

[aria-expanded="false"] .menu_icon-open {
    display: inline;
}

[aria-expanded="false"] .menu_icon-close {
    display: none
}

[aria-expanded="true"] .menu_icon-open {
    display: none
}

[aria-expanded="true"] .menu_icon-close {
    display: inline;
}

/* modal*/
.modal {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 40%;
    border: none;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0 4px 14px rgb(0 0 0 / 20%);
}

.modal-content h3 {
    color: #222;
    font-weight: bold;
    font-size: 1.3rem;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.content__step {
    width: 100%;
    position: relative;
    margin: 0 auto 1em auto;
    background-color: #fff;
    font-family: 'Roboto', '微軟正黑體';
}

.md-stepper-horizontal {
    display: table;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.md-stepper-horizontal .md-step {
    display: table-cell;
    position: relative;
    padding: 22px;
}

.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
    display: none;
}

.md-stepper-horizontal .md-step .md-step-circle {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-color: #b1b1b1;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.md-stepper-horizontal.orange .md-step.active .md-step-circle {
    background-color: #F96302;
}

.md-stepper-horizontal .md-step.done .md-step-circle:before {
    font-family: 'FontAwesome';
    font-weight: 100;
    content: "\f00c";
}

.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
    display: none;
}

.md-stepper-horizontal .md-step.editable .md-step-circle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.md-stepper-horizontal .md-step.editable .md-step-circle:before {
    font-family: 'FontAwesome';
    font-weight: 100;
    content: "\f040";
}

.md-stepper-horizontal .md-step .md-step-title {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
    text-align: center;
    color: #bebebe;
}

.md-stepper-horizontal .md-step.active .md-step-title {
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
}

.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
    font-weight: 600;
}

.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
    position: absolute;
    top: 36px;
    height: 1px;
    border-top: 1px solid #bebebe;
}

.md-stepper-horizontal .md-step .md-step-bar-right {
    right: 0;
    left: 50%;
    margin-left: 20px;
}

.md-stepper-horizontal .md-step .md-step-bar-left {
    left: 0;
    right: 50%;
    margin-right: 20px;
}

.stock_c1 {
    color: #ff3a3b;
}

.stock_c2 {
    color: #3eaf4a;
}

span.stock_c1::after {
    content: "▲";
}

span.stock_c2::after {
    content: "▼";
}

.tit_sec {
    font-weight: bold;
}

.tit_sec small {
    font-weight: normal;
}

.tabs_wrapper {
    width: 100%;
    margin: 2.5em auto 2em auto;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    border-radius: 10px;
}

.tabs_content {
    display: none;
}

.tabs_content.active {
    display: block;
}

.tab {
    font-weight: bold;
    text-align: center;
    width: 50%;
    color: #f08300;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 2.8rem;
    text-decoration: none;
    transition: all 0.3s;
    background-color: #eee;
    border-radius: 4px 0 0 4px;
}

.tab:nth-child(2) {
    border-radius: 0 4px 4px 0;
}

.tab:hover {
    background-color: #ffe2be;
    color: #f08300;
}

.tab.active {
    background-color: #f08300;
    color: #fff;
}

.tab:nth-child(2).active {
    background-color: #f08300;
    color: #fff;
}

.tabs-4 {
    width: 24%;
    border-radius: 4px;
}

.tabs-4:nth-child(2) {
    border-radius: 4px;
}

#qaRrr .tabs-3 {
    font-weight: bold;
    text-align: center;
    width: 33.3333%;
    background-color: transparent;
    color: #828282;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 2.8rem;
    text-decoration: none;
    transition: none;
    border-bottom: 2px solid #f08300;
    border-radius: 0;
}

#qaRrr .tabs-3.active {
    color: #f08300;
    border-bottom: 8px solid #f08300;
}

.tips {
    font-size: 17px;
}
.material-symbols-outlined {
    vertical-align: sub;
}
.delete_btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/robot/images/delete-3340a2838f1bdcd4e0222ec0de71c7b2.png) no-repeat center center;
    transition: .3s;
}

.delete_btn:hover {
    background: url(/robot/images/delete_hover-844a256bf0dcf67b196b4b4f3317269d.png) no-repeat center center;
}

.tb_table table tr td p.question {
    font-weight: bold;
    position: relative;
}

.tb_table table tr td p.question::after {
    content: '';
    display: inline-block;
    background-image: url(/robot/images/ic_keyboard_arrow_down_black_36px.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 1rem;
    top: 0;
    background-position: 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .2s ease-in-out;
}

.tb_table table tr:not(.collapsed) td p.question::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.answer_table {
    background-color: #fffcdb;
}

.tb_table .answer_money_table {
    width: 80%;
    margin: 0.8rem auto;
    background-color: #fff;
}

.tb_table .answer_money_table th {
    color: #fff;
    padding: 8px;
    background-color: #f08300;
    border: 1px solid #d8d8d8;
}

.tb_table .answer_money_table td {
    padding: 8px;
    border: 1px solid #d8d8d8;
}

.kv {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.kv h2 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #F96302;
    font-size: 1.8rem;
}

.kv h4 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #222222;
    font-size: 1.4rem;
}

.well {
    margin: 1rem auto;
    border: none;
    box-shadow: none;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    font-size: 20px;
}

.lion_img {
    position: absolute;
    z-index: 2;
    top: 40px;
    right: 10px;
    width: 160px;
    height: 160px;
    transform: rotate(10deg);
}

.well.white {
    border: 1px solid #eee;
    box-shadow: 4px 0px 21px rgb(99 54 5 / 30%) !important;
    background: #fff;
}

.question {
    padding-left: 0;
    font-size: 18px;
    line-height: 32px;
    position: relative;
}

.question>li {
    padding: 2px 5px 60px 25px;
    position: relative;
}

.question>li .q-title {
    font-size: 22px;
    font-weight: bold;
    color: #785d56;
    display: block;
    margin-bottom: 0px !important;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #9d8883;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    height: 42px;
    line-height: 20px;
    outline: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.icon_check_area {
    width: 80%;
    margin: auto;
}

.icon_check_area li {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    background-color: #eee;
    margin-bottom: 6px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.icon_check_area li:last-child {
    border-bottom: 2px solid transparent;
}

.icon_check {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/robot/images/checkbox_checked.jpg) no-repeat center center;
    background-size: 30px auto;
    vertical-align: middle;
    margin-right: 20px;
}

.icon_no_check {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/robot/images/checkbox_normal.jpg) no-repeat center center;
    background-size: 30px auto;
    vertical-align: middle;
    margin-right: 20px;
}

.icon_check_green {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/robot/images/checkbox_checked_green-e8604f3b2f3e6b62a8afb01325b95fa8.png) no-repeat center center;
    background-size: 30px auto;
    vertical-align: middle;
    margin-right: 20px;
}

.icon_check_no_green {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/robot/images/checkbox_checked_no_green-936aee6d5a910bdca25de3f965ffc2b1.png) no-repeat center center;
    background-size: 30px auto;
    vertical-align: middle;
    margin-right: 20px;
}

.consent {
    height: 400px;
    overflow-y: auto;
    margin: 1rem auto 1rem auto;
    border: 1px solid #d8d8d8;
    padding: 25px;
    border-radius: 6px;
}

.consent h6 {
    margin-bottom: 1rem;
    text-align: left;
    font-weight: bold;
    font-size: 1.25rem;
}

.scroll-down {
    color: #555;
    position: relative;
    bottom: 0px;
    left: 50%;
    margin-left: -18px;
    display: block;
    width: 30px;
    height: 30px;
    background-size: 14px auto;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
}

.scroll-down:hover {
    color: #555;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 0px);
    left: calc(50% - 8px);
    transform: rotate(-45deg);
    display: block;
    width: 24px;
    height: 24px;
    content: "";
    border: 2px solid #666;
    border-width: 0px 0 2px 2px;
}

.item {
    position: relative;
    width: 100%;
    display: block;
    height: 560px;
    background: url(/robot/images/rindex/pscnet_rcarousel.jpg) no-repeat center center;
}

.item a {
    width: 580px;
    height: 348px;
    background: url(/robot/images/rindex/pscnet_rcarouse_title-818d8a402f6cb02710bf0bf0937102c2.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    animation-name: bounceIn;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-direction: alternate;
}

#three,
#discount,
#invest,
#awards,
#helpYou,
#qaRrr {
    position: relative;
    margin: 30px auto 30px auto;
}

.tabs_content_qaRrr {
    background-color: #f1e9dc;
    border-radius: 0 0 20px 20px;
}

.colorBg_area {
    background:
        url(/robot/images/rindex/index_rbg_top.jpg) center top no-repeat,
        url(/robot/images/rindex/index_rbg_bottom.jpg) center bottom no-repeat;
    background-color: #f1e9dc;
}

.index-title {
    width: 100%;
    margin: 1.5rem auto;
}

.index-title h2 {
    color: #8b726b;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
}

.index-title h2 span {
    color: #d60011;
    font-size: 3rem;
}

.index-title h4 {
    text-align: center;
    font-size: 1.4rem;
}

.text-cont {
    width: 84%;
    margin: 0.6rem auto;
}

.text-cont h3 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #d60011;
}

.text-cont h5 {
    font-size: 1.2rem;
    text-align: center;
}

.text-cont .info-left {
    text-align: center;
    font-size: 1.2rem;
}

#three .three_icon_area .three_icon {
    margin: 0 auto;
    width: 300px;
    height: 320px;
}

#three .three_icon_area:nth-child(2) .three_icon {
    background: url(/robot/images/rindex/index_three_img01-f96b957a4fa4d69ee03248a84d8a0087.png) center center no-repeat;
}

#three .three_icon_area:nth-child(3) .three_icon {
    background: url(/robot/images/rindex/index_three_img03-717de3e46d287d0b2d5383b93047de6a.png) center center no-repeat;
}

#three .three_icon_area:nth-child(4) .three_icon {
    background: url(/robot/images/rindex/index_three_img02-96e2600530cd38c72a10b6ed38a7451c.png) center center no-repeat;
}

#discount .discount_icon_area .discount_icon {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}

#discount .discount_icon_area:nth-child(2) .discount_icon {
    background: url(/robot/images/rindex/pscrnet_555_02-3cce9b4e2f13d17da8befc18f1416da4.png) center center no-repeat;
    animation: discount_icon_scale 2s ease-in-out 0.8s infinite
}

#discount .discount_icon_area:nth-child(3) .discount_icon {
    background: url(/robot/images/rindex/pscrnet_555_03-418ce6dae278cc2e9d6d2276ee93bdf8.png) center center no-repeat;
    animation: discount_icon_scale 2s ease-in-out 1.2s infinite
}

#discount .discount_icon_area:nth-child(4) .discount_icon {
    background: url(/robot/images/rindex/pscrnet_555_04-33b51af7b0c99df0ebcfcaca7afd054b.png) center center no-repeat;
    animation: discount_icon_scale 2s ease-in-out 1.6s infinite
}

#discount .discount_icon_area:nth-child(5) .discount_icon {
    background: url(/robot/images/rindex/pscrnet_555_05-186ae9db43de9683984920e9e38e41ce.png) center center no-repeat;
    animation: discount_icon_scale 2s ease-in-out 2s infinite
}

/* #discount .discount_icon_area:nth-child(6) .discount_icon {
    background: url(/robot/images/rindex/pscrnet_555_05-186ae9db43de9683984920e9e38e41ce.png) center center no-repeat;
    animation: discount_icon_scale 2s ease-in-out 2.4s infinite
} */

@keyframes discount_icon_scale {
    0% {
        transform: scale(1)
    }

    45% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    55% {
        transform: scale(1)
    }

    100% {
        transform: scale(1)
    }
}

#invest .invest_icon_area .invest_icon {
    margin: 0 auto;
    width: 350px;
    height: 350px;
}

#invest .invest_icon_area:nth-child(2) .invest_icon {
    background: url(/robot/images/rindex/invest_three_img01-f5289ce25af0094b4baf3936cc090c6c.png) center center no-repeat;
}

#invest .invest_icon_area:nth-child(3) .invest_icon {
    background: url(/robot/images/rindex/invest_three_img02-7933f38707e9da6d7c7ee31c2429832e.png) center center no-repeat;
}

#invest .invest_icon_area:nth-child(4) .invest_icon {
    background: url(/robot/images/rindex/invest_three_img03-40caa230fbe9a4876029eb9df159d5dd.png) center center no-repeat;
}

#awards .awards_icon {
    margin: 0 auto;
    width: 250px;
    height: 200px;
}

#awards .awards_icon_area:nth-child(2) .awards_icon {
    background: url(/robot/images/rindex/awards01-86dee07429e40d1d093464a3fb6414d7.png) center center no-repeat;
}

#awards .awards_icon_area:nth-child(3) .awards_icon {
    background: url(/robot/images/rindex/awards02-5ddc143140af0f17fe1e6832cfed5351.png) center center no-repeat;
}

#awards .awards_icon_area:nth-child(4) .awards_icon {
    background: url(/robot/images/rindex/awards03-e68d32d979f095b081fb57bca95b5daa.png) center center no-repeat;
}

#awards .awards_icon_area:nth-child(5) .awards_icon {
    background: url(/robot/images/rindex/awards04-49ebda5644a84654bc026a38bb7c2dc5.png) center center no-repeat;
}

#awards .awards_icon_area:nth-child(6) .awards_icon {
    background: url(/robot/images/rindex/awards05-1a0480aee938513b2b38369eb8982f75.png) center center no-repeat;
}

#awards .awards_icon_area:nth-child(7) .awards_icon {
    background: url(/robot/images/rindex/awards06-57c519174d66385813f1386074cb0334.png) center center no-repeat;
}

.helpYou_btn_area {
    width: 80%;
    margin: 2.5rem auto;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.helpYou_btn_area button {
    position: relative;
    width: 30%;
    background-color: #8b726b;
    display: block;
    border-radius: 50px;
    color: #fff;
    height: 80px;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.4rem;
    transition: 0.3s;

    box-shadow: 0px 0px 0px #755046;
    transform: rotateX(0deg) translateY(0);
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

.helpYou_btn_area button:hover {
    opacity: 0.85;
    background-color: #e50101;
    box-shadow: 0px 8px 0px #a00000;
    transform: rotateX(30deg) translateY(0);
}

.helpYou_btn_area button:hover:active {
    text-shadow: 0 0 4px #755046;
    box-shadow: 0 4px 0 #423847;
    transform: rotateX(30deg) translateY(4px);
}

.helpYou_btn_area button span {
    font-weight: normal;
    font-size: 1rem;
}

#warning .btn-secondary {
    width: 100%;
    background-color: #8b726b;
    margin: 0 auto;
    border-radius: 0px;
    font-size: 1.1rem;
}

#warning {
    background-color: #fffcdb;
}

#warning .card {
    width: 66%;
    padding: 2rem;
    margin: auto;
    border: none;
    text-align: justify;
    font-size: 1.05rem;
    background-color: #fffcdb;
}

#warning .index-title {
    width: 100%;
    margin: 0 auto;
}

#warning .card ol li {
    margin-bottom: 15px;
    line-height: 1.5;
}

#warning .card ol li::marker {
    display: list-item;
    content: "#";
    color: lightsalmon;
    font-weight: bold;
}

.side-sticky {
    position: fixed;
    right: 20px;
    top: 80%;
    transform: translateY(-50%);
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
    z-index: 3;
    border: 1px solid #ffac46;
    background: rgba(255, 255, 255, .85);
    padding: 14px 8px;
    border-radius: 60px 0px 60px 60px;
    cursor: pointer;
}

.side-sticky .side-sticky_txt {
    color: #e77f00;
    font-weight: bold;
    font-size: 1rem;
    transition: .2s;
    text-align: center;
    line-height: 1.1;
    padding-top: 0.3rem;
}

.side-sticky .side-sticky_txt:hover {
    color: #aa8d85;
}

.goTop {
    position: fixed;
    z-index: 1;
    right: 35px;
    top: 88%;
    width: 40px;
    height: 40px;
    background: #aa8d85;
    border-radius: 50px;
    transition: all .3s;
    text-align: center;
    padding: 7px;
}

.goTop span {
    color: #fff;
    font-size: 0.8rem;
}

.goTop:hover {
    background: #8b726b;
}

  /*loading*/
  .loading_area{
    margin: 0;
    padding: 0;
    position: relative;
}
  .loading_area .loading_bg{
        position:fixed;
        z-index:10;
        width:100%;
        height:100%;
        background-color:rgba(0,0,0,0.55);
    }
  .loading_area .loading_box{
        position: fixed;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index:15;
    }
    .psc_lion{
        display: inline-block;
        width: 60px;
        height: 60px;
        background: url(/robot/images/loading_lion-622dd9e661bdf3d8d902dd8ce2971ba3.png) no-repeat center center;
    }
    .psc_circle{
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .spinner1 {
        margin: 0 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 4px solid #f3f3f3;
        border-top: 4px solid red;
        animation: rotating-spinner 1s linear infinite;
    }
  @keyframes rotating-spinner {
    from {
      transform: rotate(0deg);
    }
    
    to {
      transform: rotate(360deg);
    }
  }

  /* 404 */
  .area_404{
    width: 100%;
    position: absolute;
	top: 50%;
	transform:translateY(-50%);
    display: flex;
    align-items: center;
  }

  .txt_404{
    width: 50%;
    margin-left: 4rem;
  }
  .txt_404 h4{
      font-weight: bold;
      margin-bottom: 1rem;
   }

.pc-show {
    display: block
}

.m-show {
    display: none
}

@media (max-width: 767px) {
    .kv h2 {
        top: 39%;
        font-size: 1.6rem;
    }
    
    .kv h4 {
        top: 68%;
        font-size: 1.1rem;
    }
    .goTop {
        display: none;
    }

    .side-sticky {
        border: transparent;
        border-top: 1px solid #ffe3c0;
        border-left: 1px solid #ffe3c0;
        border-bottom: 1px solid #ffe3c0;
        border-radius: 30px 0 0 30px;
        padding: 0 0 12px 0;
        right: 0px;
        top: 85%;
    }

    .side-sticky .side-sticky_img {
        transform: scale(0.7)
    }

    .side-sticky .side-sticky_txt {
        font-size: 0.85rem;
        padding-top: 0rem;
        line-height: 1;
        transition: 0;
    }

    .tabs_wrapper {
        display: flex;
        overflow-y: hidden;
        overflow-x: scroll;
        scroll-padding: 0 2px;
        border-radius: 0;
        margin: 2em auto 1em auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .tabs_wrapper::-webkit-scrollbar {
        display: none;
    }

    .tab {
        font-size: 0.95rem;
        line-height: 2.6rem;
        scroll-snap-align: start;
        scroll-snap-stop: normal;
        white-space: nowrap;
    }
    .tb_table table tr td p.question {   
        padding: 0 1.6rem 0 0.4rem;
    }
    .tb_table table tr td p.question::after {
        right: 0;
    }
    .well{
        margin: 0 auto 1.5rem auto;
        padding: 1.5rem 2rem;
    }
    .well p {
        text-align: left;
        font-size: 18px;
        margin-bottom: 0;
    }
    .lion_img {
        position: absolute;
        top: 30px;
        right: 10px;
        width: 90px;
        height: 90px;
        transform: scale(0.85);
        transform: rotate(10deg);
    }

    .icon_check_area {
        width: 100%;
    }
    .icon_check_area li {
        padding: 14px;
        font-size: 19px;
    }
    .pc-show {
        display: none
    }

    .m-show {
        display: block
    }

    .modal {
        padding-top: 25px;
    }

    .modal-content {
        width: 88%;
        height: auto;
        overflow-y: scroll;
        padding: 1.4rem;
    }

    .modal p {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.4;
    }

    .modal-content h3 {
        font-size: 1.25rem;
        margin: 0;
    }

    .md-stepper-horizontal .md-step.active .md-step-title,
    .md-stepper-horizontal .md-step .md-step-title {
        font-size: 14px;
    }

    .md-stepper-horizontal .md-step {
        padding: 16px;
    }

    .md-stepper-horizontal .md-step .md-step-bar-left,
    .md-stepper-horizontal .md-step .md-step-bar-right {
        position: absolute;
        top: 30px;
    }

    .menu_icon-close {
        display: none
    }

    .inpages .pagesize {
        padding: 30px 15px;
    }

    .tab_heading span {
        float: right;
    }

    .fund_info {
        margin: 0;
        border: none;
    }

    .fund_info h3 {
        font-weight: bold;
        font-size: 22px;
        margin: 0;
        line-height: 1.4;
    }

    .td_list {
        border: 1px solid #cdcdcd;
        border-radius: 6px;
    }

    .nav .nav-header .nav-title .logo {
        top: 50%;
        left: 0.4em;
        transform: translate(0.5em, -50%);
    }

    .nav .nav-header .nav-title .logo5850 {
        width: 170px;
        height: 34px;
        background-size: 170px auto;
        top: 50%;
        left: 0em;
        transform: translate(0.5em, -50%);
    }

    .nav {
        height: 65px;
    }

    .nav .nav-header a h1 {
        font-size: 1.1rem;
        left: 11em;
        letter-spacing: 0
    }

    .nav .nav-links ul li {
        float: none;
        display: block;
        text-align: left;
        line-height: 48px;
    }

    .nav .nav-links ul li a {
        color: #fff;
        display: block;
        padding: 8px 30px;
        border-bottom: 1px solid #585858;
        line-height: 22px;
        font-size: 17px;
        font-weight: normal;
    }

    .nav .nav-links ul li a img {
        float: right;
        padding: 10px 0px;
    }

    .nav .nav-links #conversation01 a,
    .nav .nav-links #conversation02 a,
    .nav .nav-links #conversation03 a,
    .nav .nav-links #conversation04 a {
        padding: 18px 60px;
    }

    .nav .nav-links ul li a.login_btn {
        background: #e50101;
        font-weight: bold;
    }

    .nav .nav-header .nav-title .logo {
        position: absolute;
        top: 50%;
        transform: translate(-25%, -50%);
        background-size: 48% auto;
    }

    .nav .nav-header .nav-title .logo2 {
        position: absolute;
        top: 50%;
        left: 160px;
        transform: translate(10%, -50%);
        background-size: 40% auto;
    }

    .nav .nav-header .nav-title .logo2:before {
        display: none;
    }

    .nav>.nav-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 8px;
        width: 34px;
        height: 40px
    }

    .nav>.nav-btn>label:after {
        display: inline-block;
        padding: 10px
    }

    .nav>.nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background: #454545;
        border-bottom: 1px solid #585858;
        height: 0;
        transition: all .3s ease-out;
        overflow-y: hidden;
        top: 60px;
        left: 0;
        opacity: 0
    }

    .nav>.nav-links>a {
        display: block;
        color: #fff;
        width: 100%;
        text-align: center
    }

    #nav-toggle .menu {
        position: absolute;
        display: block;
        width: 24px;
        height: 2px;
        background: #555;
        overflow: visible;
        transition: .3s ease-out;
        transition-delay: .1s
    }

    #nav-toggle .menu:before,
    #nav-toggle .menu:after {
        content: "";
        position: absolute;
        left: 0;
        width: 24px;
        height: 2px;
        background: #555;
        transition: transform .2s
    }

    #nav-toggle .menu:before {
        top: -7px
    }

    #nav-toggle .menu:after {
        top: 7px
    }

    #nav-toggle.open .menu {
        background-color: transparent;
        transition: background-color 0;
        transition-delay: 0
    }

    #nav-toggle.open .menu:before,
    #nav-toggle.open .menu:after {
        transition: transform .3s;
        width: 24px
    }

    #nav-toggle.open .menu:before {
        top: 0;
        box-shadow: none;
        transform: rotate(45deg)
    }

    #nav-toggle.open .menu:after {
        transform: rotate(-45deg);
        top: 0
    }

    .nav>#nav-check:not(:checked)~.nav-links {
        height: 0
    }

    .nav>#nav-check:checked~.nav-links {
        height: auto;
        overflow-y: auto;
        top: 65px;
        opacity: 1
    }

    .nav li:hover .sub-menu {
        max-height: 0;
        transition: none
    }

    .nav .nav-links ul li a.login_btn {
        width: 70%;
        margin: 1em auto;
        padding: 0;
        line-height: 40px;
    }

    .nav .has-subnav i {
        font-size: 20px;
        margin-left: 0;
        vertical-align: middle;
        padding-left: 5px;
    }

    .index-title {
        width: 100%;
        margin: 1rem auto;
    }

    .index-title h2 {
        font-size: 2rem;
    }

    .text-cont {
        width: 90%;
        margin: 0.6rem auto;
    }

    .index-title h4 {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    #three .three_icon_area .three_icon {
        background-size: 80% !important;
        height: 260px;
    }

    #discount .discount_icon_area .discount_icon {
        width: 140px;
        height: 140px;
        background-size: 70% !important;
    }

    #invest .invest_icon_area .invest_icon {
        background-size: 80% !important;
        height: 275px;
    }

    .text-cont .info-left {
        line-height: 1.4;
    }

    .col-3 {
        width: 100%;
    }

    #warning .card {
        width: 90%;
        padding: 1rem;
        font-size: 1rem;
    }

    .helpYou_btn_area {
        display: block;
        width: 100%;
        margin: 1.5rem auto;
    }

    .helpYou_btn_area button {
        width: 76%;
        margin: auto;
        text-align: center;
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .scroll-down {
        bottom: 0;
    }

    .item {
        background: url(/robot/images/rindex/pscnet_rcarousel_m.jpg) no-repeat top center;
        width: 100%;
        height: 480px;
        background-size: 100% !important;
    }

    .item a {
        background: none;
    }
  .popup_con.load_con h3{
        font-size:1rem;
    }
      /* 404 */
  .area_404{
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
    display: block;
    align-items: center;
    margin: 2rem auto;
  }
  .img_404 {
    width: 100%;
    text-align: center;
}
.img_404 img{
    width: 80%;
    margin: 1rem auto;
}
  .txt_404 {
    width: 80%;
    margin-left: 0;
    margin: auto;
}
.txt_404 h4 {
    margin-bottom: 0.5rem;
    font-size: calc(1.1rem + .3vw);
}
}

@media (max-width:320px) {
    .modal-content {
        height: 300px;
    }

    .nav {
        height: 56px
    }

    .nav>.nav-btn {
        top: 8px;
        width: 30px;
        height: 36px
    }

    .nav .nav-header .nav-title .logo {
        top: 50%;
        left: 0;
        transform: scale(0.8) translate(.5em, -50%)
    }

    .nav .nav-header .nav-title .logo2 {
        top: 50%;
        left: 145px;
        transform: scale(0.85) translate(.5em, -50%)
    }

    .nav .nav-header a h1 {
        font-size: 1rem;
        left: 10.2em;
        top: 20px
    }

    .nav .nav-links ul li a {
        font-size: 16px
    }

    #nav-toggle .menu,
    #nav-toggle .menu:before,
    #nav-toggle .menu:before,
    #nav-toggle .menu:before,
    #nav-toggle .menu:after {
        width: 22px
    }

    .has-subnav .arrow,
    .has-subnav .menu_icon-open,
    .has-subnav .menu_icon-close {
        right: 105px
    }
    .popup_con.load_con h3{
        font-size:0.9rem;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .pc-show {
        display: block
    }

    .m-show {
        display: none
    }

    .nav .nav-header .nav-title .logo {
        width: 300px;
    }

    .nav .nav-header .nav-title .logo2 {
        width: 140px;
        left: 250px;
    }

    .nav .nav-header .nav-title .logo2:before {
        display: none;
    }

    .nav .nav-links ul li a.login_btn,
    .nav .nav-links ul li a.logout_btn {
        min-width: 90px;
        padding: 8px 16px;
    }

    .nav .nav-links {
        right: 2%;
    }

    .nav .nav-links ul li a {
        padding: 22px 6px;
        font-size: 17px;
    }

    .nav .nav-links .sub-menu li a {
        font-size: 1rem;
        padding: 8px 16px;
    }
  /* 404 */
  .area_404{
    margin: 2rem auto;
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
    display: flex;
    align-items: center;
  }
  .txt_404 {
    margin-left: 2rem;
    }
    .sign_in .si_box:nth-child(2) {
     width: 100%;
    }
}

@media only screen and (min-device-width:767px) and (max-device-width:1024px) and (orientation:Landscape) {
    .pc-show {
        display: block
    }

    .m-show {
        display: none
    }

    .nav .nav-header .nav-title .logo {
        width: 300px;
    }

    .nav .nav-header .nav-title .logo2 {
        width: 140px;
        left: 250px;
    }

    .nav .nav-header .nav-title .logo2:before {
        display: none;
    }

    .nav .nav-links ul li a.login_btn,
    .nav .nav-links ul li a.logout_btn {
        min-width: 90px;
        padding: 8px 16px;
    }

    .nav .nav-links {
        right: 2%;
    }

    .nav .nav-links ul li a {
        padding: 22px 6px;
        font-size: 17px;
    }

    .nav .nav-links .sub-menu li a {
        font-size: 1rem;
        padding: 8px 16px;
    }
    .img_404 img{
        display: block;
        width: 400px;
    }

}

@media (min-width: 768px) and (max-width: 1500px) {
    .sign_in .si_box:first-child{
        display: none;
    }
    .sign_in .si_box:nth-child(2) {
        margin: 0 auto;
        width: 100%;
    }
}