/*
* @description: DDoS 2021cybersec Landing page-RWD頁面
* @update: Chih (下午 05:44 2021/3/16 v1)
*/
@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap');

/*----------------------
      basic setting
----------------------*/
.hide-lg
{
    display: none;
}

/*header*/
header
{
    width: 100%;
    height: 84px;

    background: #fff;
}
#logo
{
    width: 180px;

    transition: .5s;
}
#logo.logo-lg
{
    width: 220px;
}
/*footer*/
.footer-wrap
{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 2%;
}
.footer-wrap h5
{
    font-size: 1.125em;
    font-weight: 700;

    text-align: left;
}

footer
{
    margin-top: 0;

    color: #fff;
    background: #72716d;
}
ul.footer-menu-container
{
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;

            justify-content: space-between;
            align-items: center;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}
ul.footer-menu-container span
{
    opacity: .2;
}
ul.footer-menu-container li a
{
    line-height: 3;

    color: white;
    /*border-right:1px solid silver;*/
}
ul.footer-menu-container li a:hover
{
    text-decoration: underline;
}
.page-footer
{
    min-height: 32px;
    margin-top: 1%;

            justify-content: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.page-footer img
{
    width: 100%;
    max-width: 100px;
    margin: .8em 1.6em 1em 0;
}

#footer-copyright
{
    font: 300 .75em/1.5 Verdana, Geneva;
    line-height: 1.875em;

    overflow: hidden;

    color: #fff;
}

@media only screen and (min-width: 601px)
{
    .wrap
    {
        width: 90%;
        max-width: none;
        max-width: initial;
    }
}

@media only screen and (min-width: 993px)
{
    .wrap,
    .nav-sm
    {
        width: 700px;
    }
}
/*2 Column layout*/
.side-wrap
{
    float: left;

    width: 50%;
    padding: 10px 15px 10px 0;
}
.side-wrap.r
{
    float: right;

    padding: 10px 0 10px 15px;
}
.contact-us
{
    margin: 20% auto 5%;
    padding: 10%;

    border: 1px solid rgb(210, 210, 210);
    border-radius: 3px;
    background-color: rgb(251, 251, 250);
    box-shadow: 3px 3px 0 0 rgba(210, 210, 210, .4);
}
.contact-us.complete
{
    width: 80%;
    margin-top: 3em;
    padding: 8%;
}
.wrap
{
    font-family: 微軟正黑體, 'Microsoft JhengHei', Verdana, Arial, Helvetica, sans-serif;

    position: relative;

    max-width: 1000px;
    height: auto;
    margin: 0 auto 5%;
    padding: 0;
}

article
{
    display: block;
    clear: both;
    overflow: hidden;

    height: auto;
}

article h2
{
    font: bold 2.25em/1.5 Verdana, Geneva, 'Noto Sans TC', sans-serif;

    margin: 3em auto .5em;

    text-align: center;

    color: #3d3c3d;
}
article h2.sec1
{
    font: 700 2.250em/1.5 'Noto Sans TC','微軟正黑體',sans-serif;

    margin: 0 auto .5em;

    text-align: left;

    color: #3d3c3d;
}
article h2.sec1 span
{
    font-family: Verdana, Geneva, 'Noto Sans TC', sans-serif;
}
article h2.deco-line:after
{
    display: block;

    width: 70px;
    margin: .5% auto 1%;

    content: '';

    border-bottom: 2px solid #33a6b8;
}
article h3
{
    font: 300 1.5em/1 Verdana, Geneva, '微軟正黑體';

    margin: 0 auto 2em;

    color: #2d343e;
}

article h3 b
{
    font: bolder 1.6em 'Noto Sans TC', sans-serif;

    color: #48b5c6;
}
article section
{
    width: 100%;
    margin: auto;
}
.bgcolor
{
    padding: 1% 0 6%;

    background: #fbfbfa url(../images/page-bg.png) bottom center no-repeat;
    background-size: contain;
}
.dark-bg
{
    background-color: #48b5c6;
}
.scroll-to-top-container
{
    width: 25px;
    height: 55px;
    margin: 10px auto;
}
.scroll-to-top-button
{
    position: fixed;
    z-index: 2;
    right: 50px;
    bottom: 30px;

    display: none;

    width: inherit;
    height: 25px;

    cursor: pointer;

    border-radius: 12px;
    background: url('https://www.so-net.net.tw/rwd/images/scroll_to_top.png');
    background-repeat: no-repeat;
    background-size: 25px 25px, cover;
}
section.wrap
{
    width: 100%;
    max-width: 980px;
}
section h3
{
    font: 300 1.5em/2;

    margin: 0 auto;

    color: #2d343e;
}


section h4
{
    font-size: 120%;
    font-weight: 500;

    margin: 1.1em 2% 10px;
    padding-left: 15px;

    color: #252525;
}


section h5
{
    font-size: 120%;
    font-weight: 500;

    width: 100%;
    margin: 20px 0 20px 2%;
}

section h6
{
    font-size: 140%;
    font-weight: bolder;

    margin: 0 0 0 0;
    margin: 1em auto 0;
    padding: 10px 15px;

    color: #666;
}



article h2 span:after
{
    content: ' ';
}

section p
{
    font-size: 100%;
    line-height: 200%;

    margin: 1em 1%;
}
section.wrap > p
{
    text-indent: 1em;
}
section ul
{
    width: 100%;
    margin: 10px auto;

    list-style: none;
}

section ul li
{
    line-height: 160%;

    margin-bottom: 0;
}

section ul li img
{
    display: block;
    clear: both;

    margin: 15px;
}

section ul li span
{
    color: #999;
}


section ol
{
    width: 100%;
    margin: 10px auto 30px;

    list-style-type: decimal !important;
}

section ol li
{
    line-height: 200%;

    list-style-type: decimal !important;
}

section ol li img
{
    display: block;
    clear: both;

    margin: 15px;
}

section ol li span
{
    color: #999;
}

section ol.search-ol li
{
    margin-left: 2.0em;
}

.flex-box
{
    display: -webkit-flex;
    /* Safari */
    display:         flex;

            flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
}

/*---header---*/

.back-sonet
{
    font: normal .688em Verdana, Geneva, '微軟正黑體', sans-serif;

    float: right;

    width: auto;
    padding: 10px 15px 10px 0;
}
.back-sonet:hover
{
    text-decoration: underline;
}
.header
{
    position: fixed;
    z-index: 99;

    width: 100%;

    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

#headerWrap:after
{
    display: block;
    clear: both;

    content: '';
}
nav#navWrap
{
    z-index: 9;

    background-color: #48b5c6;
}
nav#navWrap.sticky
{
    position: sticky;
    top: 84px;
}
nav#navWrap + .section1
{
    padding-top: 50px;
}
#navbar
{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 15px;

    transition: .4s;

            justify-content: space-between;
    -webkit-justify-content: space-between;
            align-items: center;
    -webkit-align-items: center;
}
#navbar2
{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 22px 0 15px 0;

    transition: .4s;

            justify-content: space-between;
    -webkit-justify-content: space-between;
            align-items: center;
    -webkit-align-items: center;
}
#navbar2 a
{
    font-size: 1.125em;
    font-weight: bolder;

    display: inline-block;

    text-align: center;

    color: #fff;
}
#navbar2 a:after
{
    top: 0;
    left: 0;

    display: block;

    width: 30px;
    height: auto;
    margin: 7px auto 0;

    content: '';
    transition: .4s;

    border-bottom: 2px solid #48b5c6;
}
#navbar2 a:hover:after
{
    transition: .4s;

    border-bottom: 2px solid #fff;
}
#navbar2 a div
{
    font-size: .684em;
}
.anchor:target
{
    position: relative;
    top: -210px;

    display: block;
    visibility: hidden;
}
.sticky
{
    position: fixed;
    top: 0;

    width: 100%;
}
/*Mobile Menu setting*/


.bar1,
.bar2,
.bar3
{
    width: 35px;
    height: 5px;
    margin: 6px 0;

    transition: .4s;

    background-color: #333;
}

.change .bar1
{
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
            transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2
{
    opacity: 0;
}

.change .bar3
{
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
            transform: rotate(45deg) translate(-8px, -8px);
}
/*---kv---*/
.kv
{
    width: 100%;

    background: url(../images/bg-earth.png)center 70% no-repeat,url(../images/top-bg-gray.png) 40% top no-repeat;
    background-size: auto,auto;
}
.kv-heading
{
    position: relative;

    width: 100%;
    max-width: 1000px;
    min-height: 1px;
    margin: auto;
}
.kv-heading div
{
    font: 300 1em/1.7 'Noto Sans TC','微軟正黑體',sans-serif;

    margin: 7% auto 5%;

    color: #000;
}
.sonet-ddos
{
    display: inline-block;

    border-bottom: 1px solid red;
}
.sonet-ddos span
{
    font-size: 1.125em;
    font-weight: 700;
}
.kv-title
{
    width: 100%;
    max-width: 769px;
    margin-left: -10%;

    animation-name: fadeInDown;
    animation-duration: 1500ms;

    animation-fill-mode: both;
}
@keyframes fadeInDown
{
    from
    {
        transform: translate3d(0, -100%, 0);

        opacity: 0;
    }

    to
    {
        transform: none;

        opacity: 1;
    }
}

.kv-time
{
    position: absolute;
    top: 30%;
    left: 50%;

    width: 100%;
    max-width: 382px;

    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-delay: .5s;

    animation-fill-mode: both;
}
@keyframes fadeInRight
{
    from
    {
        transform: translate3d(100%, 0, 0);

        opacity: 0;
    }

    to
    {
        transform: none;

        opacity: 1;
    }
}
/*---content---*/
.content-bg
{
    background: url(../images/content-bg.png) bottom center no-repeat;
    background-size: contain;
}
.content-bg2
{
    background: #d7ebee url(../images/bg-top-triangle.png) center top no-repeat;
    background-size: auto;
}
.section-title
{
    font-size: 2.25em;
    font-weight: bolder;

    margin: 7% auto 4%;

    text-align: center;
    letter-spacing: 1px;

    color: #33a6b8;
}
.section1
{
    background: url(../images/section1-bg.png) left 80% no-repeat;
}
.section1-guide
{
    display: block;

    width: 100%;
    max-width: 873px;
    margin: 0 auto 10%;

    box-shadow: 0 6px 21px 0 rgba(83, 83, 83, .22);
}
a.btn-reservation
{
    font-size: 2.2em;
    font-weight: bolder;
    line-height: 2;

    position: absolute;
    right: 0;
    bottom: 10%;

    display: block;

    padding: 0 30px;

    transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 3px;
    background-color: #d24056;
}
.btn-reservation:hover
{
    transition: all .4s;

    color: #fff;
    background-color: #ed3951;
    box-shadow: 0 6px 10px 0 rgba(83, 83, 83, .4);
}

.blocblock-text-largek-title
{
    font: 1.375em/1 'Noto Sans TC', sans-serif;
}
.block-wrap
{
    margin: 7% auto;

            align-items: center;
            justify-content: space-between;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.block-wrap2
{
    width: 70%;
    margin: 5% auto;

            align-items: center;
            justify-content: space-around;
    -webkit-align-items: center;
    -webkit-justify-content: space-around;
}
.block-colum
{
    width: 32%;

    text-align: center;

    color: #6a90a8;
}
.block-colum.block-colum-2
{
    font-size: 120%;

    width: 45%;
    margin-bottom: 5%;
}

.block-colum img
{
    display: block;

    width: 100%;
    max-width: 60px;
    margin: auto;
}
.block-colum.block-colum-2 img
{
    max-width: 110px;
}
.block-colum3
{
    margin-top: 10%;
}
.block-colum.block-colum3 img
{
    max-width: 153px;
}
.block-blue
{
    width: 32%;

    color: #fff;
    border-radius: 3px;
    background-color: #6a90a8;
}
.block-text-large
{
    font: 500 1.188em/1.5 'Noto Sans TC', sans-serif;

    padding: 10px 0;

    text-align: center;
}
.text-eng
{
    font-size: .632em;
    font-weight: 100;
}
.solutions-wrap
{
            justify-content: space-between;
    -webkit-justify-content: space-between;
}
.solutions-block
{
    position: relative;

    width: 48%;
    min-height: 720px;
    margin-bottom: 4%;
    padding: 25px;

    border-top: 3px solid #33a6b8;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 6px 21px 0 rgba(83, 83, 83, .3);
}
.solutions-block h4
{
    font: 500 1.875em/1.3 'Noto Sans TC', sans-serif;

    margin-top: .5em;

    text-align: center;

    color: #434343;
}
.eng-title
{
    font: 18px/1 Verdana, Geneva, sans-serif;
}
.solutions-block hr
{
    width: 100%;
    height: 1px;

    color: #51b1bf;
    border: 0;
    background-color: #51b1bf;
}
.solutions-block p
{
    font-weight: normal;
    line-height: 1.5;
}
.solutions-block dl
{
    /*font-family: Verdana, Geneva, sans-serif;*/
    font-size: 1.125em;
    line-height: 1.125;

    margin-top: 6%;
}
.solutions-block dt
{
    font-weight: bolder;
}
.solutions-block dd
{
    font-size: 16px;
    font-weight: normal;

    margin: .5% auto 5%;
}
.solutions-block ul li
{
    margin-left: 1.5em;

    list-style-type: disc;
}
.btn-reservation2
{
    font: 500 1.5em/2 'Noto Sans TC', sans-serif;

    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;

    display: block;

    width: 8em;
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;

    transition: all .4s;
    text-align: center;

    color: #fff!important;
    border-radius: 3px;
    background-color: #33a6b8;
}
.btn-reservation2:hover
{
    transition: all .4s;

    box-shadow: 0 4px 10px 0 rgba(83, 83, 83, .3);
}

figcaption
{
    line-height: 1;

    text-align: center;
}
figure img
{
    display: block;

    margin: auto;
}
.img1,
.img2
{
    width: 100%;
}
.img1
{
    max-width: 389px;
}
.img2
{
    max-width: 342px;
}
.gift
{
    width: 100%;
    max-width: 1000px;
    margin-top: 10%;
}
/*== video ==*/
.video-wrap
{
    margin: 8% auto 8%;

    text-align: center;
}
.video-wrap iframe
{
    width: 72%;
    min-height: 480px;
}
article .video-wrap h2
{
    color: #fff;
}
/*== end of video ==*/
/*== contact information ==*/
.h2contact
{
    color: #33a6b8;
}
.form
{
    width: 76%;
    margin: auto;

            justify-content: space-between;
    -webkit-justify-content: space-between;
}
.row
{
    width: 48%;
    margin: 1% 0;
}
.form input,
.block textarea,
.block input,
select
{
    padding: 12px;

    resize: vertical;

    border: 1px solid #00a3d9;
    border-radius: 3px;
}
.form label
{
    font: 500 1.125em 'Noto Sans TC','微軟正黑體',sans-serif;

    color: #33a6b8;
}
.row input,
select
{
    width: 100%;
}
.block,
.block textarea
{
    width: 100%;
}
input[type='email']
{
    width: 100%;
}
input[type='submit']
{
    font: 700 1.875em 'Noto Sans TC','微軟正黑體',sans-serif;

    margin: 3% auto 5%;
    padding: 1% 8%;

    cursor: pointer;
    transition: ease .4s;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
    background-color: #48b5c6;
    box-shadow: 0 2px 7px 0 rgba(83, 83, 83, .21);
}
input[type='submit']:hover
{
    transition: ease .4s;

    background-color: #33a6b8;
}

.form label.checkbox-container
{
    font-size: 1em;
    font-weight: 300;
    line-height: 1.25;

    position: relative;

    display: inline-block;

    width: 245px;
    margin-top: 5px;
    margin-bottom: 1%;
    padding-left: 28px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: initial;

    color: initial;
}
/* Hide the browser's default checkbox */
.checkbox-container input[type=checkbox]
{
    position: absolute;

    width: 0;
    height: 0;

    cursor: pointer;

    opacity: 0;
}
/* custom checkbox */
.checkmark
{
    position: absolute;
    top: 1px;
    left: 1px;

    width: 20px;
    height: 20px;

    border: 1px solid #33a6b8;
    background-color: #fff;
}
.checkbox-container:hover input ~ .checkmark
{
    background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark
{
    background-color: #33a6b8;
}
.checkmark:after
{
    position: absolute;

    display: none;

    content: '';
}
.checkbox-container input:checked ~ .checkmark:after
{
    display: block;
}
.checkbox-container .checkmark:after
{
    top: 2px;
    left: 5px;

    width: 5px;
    height: 8px;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border: solid white;
    border-width: 0 3px 3px 0;
}
/*== end of contact information ==*/
@media screen and (max-width: 767.9px)
{
    section.wrap
    {
        padding: 3% 5%;
    }
    section p
    {
        line-height: 1.6;

        margin-bottom: 8%;
    }
    .kv-heading
    {
        padding: 0 5%;
    }
    a.btn-reservation
    {
        font-size: 1.5em;

        right: 3%;
    }
    .footer-wrap
    {
        font-size: .9em;

        padding: 3% 5%;
    }
    .page-footer
    {
        margin-top: 5%;
    }
    .page-footer img
    {
        margin: 0 1.5em .3em;
    }
    #footer-copyright
    {
        margin: .4em auto .7em;
    }
    ul.footer-menu-container
    {
        width: 100%;
        margin-bottom: 15px;
        padding: 10px 15px;

        border-bottom: 1px solid rgba(255, 255, 255, .3);

                justify-content: center;
        -webkit-justify-content: center;
    }
    ul.footer-menu-container li
    {
        font-size: .875em;

        width: 33%;
        height: 35px;
    }
    ul.footer-menu-container span
    {
        display: none;
    }
    .hide-lg-md
    {
        display: block;
    }

    .hide-lg
    {
        display: block;
    }

    .hide-sm
    {
        display: none;
    }
    .mobile-menu-container
    {
        display: inline-block;

        cursor: pointer;
    }
    #navbar
    {
        padding: 15px 0;
    }
    #navbar img
    {
        margin-left: 15px;
    }
    .topnav
    {
        width: 100%;
    }
    .topnav.flex-box
    {
        overflow: hidden;
    }
    #navbar2
    {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    #navbar2 a
    {
        width: 33%;
    }
    nav#navWrap.sticky
    {
        position: initial;
    }
    .anchor:target
    {
        top: -130px;
    }
    .topnav.flex-box.responsive .nav-sub-wrap
    {
        width: 100%;
        height: 60%;
    }
    .topnav.flex-box.responsive
    {
        position: fixed;
        top: 0;
        right: 0;

        width: 80%;
        height: 100%;
        padding: 30% 0 70%;

        background-color: #2f8e9e;
        box-shadow: 0 10px 80px rgba(27,31,35,.4);

        align-items: center;
    }
    .topnav.flex-box.responsive + .icon
    {
        position: absolute;
        top: 60px;
        right: 15px;

        float: right;
    }
    .topnav.flex-box.responsive + .icon .bar1,
    .topnav.flex-box.responsive + .icon .bar2,
    .topnav.flex-box.responsive + .icon .bar3
    {
        background-color: #fff;
    }
    .topnav.flex-box + .icon
    {
        position: absolute;
        top: 55px;
        right: 15px;

        display: block;
        float: right;

        width: auto;
    }

    article h2
    {
        font-size: 1.6em;
        line-height: 1.65;

        width: 100%;
        margin-top: 1em;
    }
    article h2.deco-line:after
    {
        margin: 5% auto 2%;
    }
    article h2 span
    {
        line-height: 1.5;
    }
    article h2 span:after
    {
        content: '';
    }
    article h3
    {
        font-size: 1em;
        line-height: 1.7;

        padding: 0 15px;
    }
    article h2.sec1
    {
        font-size: 1.6em;
    }
    .map
    {
        display: none;
    }
    .kv
    {
        min-height: 85vw;

        background: url(../images/top-bg-gray.png) 30% top no-repeat;
        background-size: 150%;
    }
    .kv-title
    {
        margin-left: 0;
    }
    .kv-time
    {
        position: relative;
        top: 0;
        left: 0;

        display: block;

        max-width: 320px;
        margin: 5% auto 2%;
    }
    .section1
    {
        background-size: contain;
    }
    .contact-us
    {
        margin-top: 0;
    }

    .contact-us.complete
    {
        width: 100%;
    }
    .about-block
    {
        text-align: center;
    }
    .block-text
    {
        font-size: .9em;
    }
    .solutions-block
    {
        font-size: .9em;

        width: 100%;
        min-height: unset;
        margin-bottom: 5%;
    }
    .btn-reservation2
    {
        position: relative;
        bottom: 0;

        width: 60%;
        margin-top: 6%;
    }
    .block-text-large
    {
        font-size: 1em;
    }
    .block-blue
    {
        width: 80%;
        margin: 1% auto;
    }
    .block-colum3
    {
        margin-top: 3%;
    }
    .video-wrap iframe
    {
        width: 100%;
        min-height: unset;
    }
    .form,
    .row
    {
        width: 100%;
    }
    .points-wrap,
    .news-wrap
    {
                flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px)
{
    header
    {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 319.99px)
{
    .kv-heading div
    {
        transform: scale(.9);
    }
    .btn-reservation2
    {
        width: auto;
    }
}

@media screen and (max-width: 1024px) and (min-width: 767.9px)
{
    section.wrap
    {
        padding: 1% 4%;
    }
    .kv-heading div
    {
        margin-top: 10%;
        padding: 0 5%;
    }
    .kv-time
    {
        left: 49%;

        transform: scale(.9);
    }
}
@media screen and (max-width: 849.99px) and (min-width: 767.9px)
{
    .kv-title
    {
        margin-left: -22%;
    }
}
@media screen and (max-width: 735.99px) and (min-width: 413.99px)
{
    .about-us
    {
        width: 80%;
    }
}

/*for Edge browser settings*/
@media screen\0
{
    .side-wrap.form .row,
    .flex-box
    {
        flex: 0 1 auto;
    }
}

@media screen and (max-width: 767px),screen\9
{
    .side-wrap.form .row,
    .flex-box
    {
        flex: 0 1 auto;
    }
}

/*end of Edge browser settings*/
