<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document desktop */
.a { border: solid red 1px; }
.b { border: solid blue 1px; }
.c { border: solid greenyellow 1px; }
.d { border: solid chartreuse 1px; }
.e { border: solid coral 1px; }

/* library style */
html, body{
    text-align: center;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
html a { color: inherit; }
.fixed{ position: fixed; }
.flexLyr {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
}
.nonD { display: none; }
.visD { display: block; }

/* //////////////////////////////////////// */
/* ///////////   index.php     //////////// */
/* //////////////////////////////////////// */

.pg_index{
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
}
.lg_container {
    max-width: 960px;
    width:100%;
    margin: auto;
    position: relative;
}
.md_container {
    max-width: 610px;
    width: 100%;
    margin: auto;
    position: relative;
}
/* //////// header //////// */
header {
    max-width: 100%;
    text-align: left;
    padding: 3rem 7rem 1rem;
    background: #F6F7F7;
}
header img {
    
}

.page_Nav {
    padding: 1rem 0 0;
    background: #F6F7F7;
}

.page_Nav .post_date {
    margin: auto;
    /* max-width: 60%; */
    text-align: left;
    font-family: KozGoPro-Regular;
    font-size: 1.2rem;
    color: #666666;
}
.page_Nav H1 {
    max-width: 100%;
    font-family: KozGoPro-Bold;
    font-size: 3.6rem;
    line-height: 7rem;
    color: #666666;
}
.page_Nav .page_desc {
    margin: auto;
    padding: 0.5rem;
    max-width: 74%;
    text-align: left;
    border: solid #B81C25;
    font-family: KozGoPro-Medium;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #B81C25;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .page_Nav .page_desc {
        padding: 1rem 0.5rem 0;
    }
}
.page_Nav .page_category {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 1rem 0;
    justify-content: space-between;
}
.page_Nav .page_category .catBtn {
    margin: 0 auto 2rem;
    padding: 7rem 1rem;
    width: 10rem;
    font-family: KozGoPro-Bold;
    font-size: 1.1rem;
    line-height: 2rem;
    color: white;
}
.page_Nav .page_category .item1 {
    background: url(../img/asset02.png) top center no-repeat;
    background-size: contain;
}
.page_Nav .page_category .item2 {
    background: url(../img/asset03.png) top center no-repeat;
    background-size: contain;
}
.page_Nav .page_category .item3 {
    background: url(../img/asset04.png) top center no-repeat;
    background-size: contain;
}
.nonD .page_category .catBtn {
    padding: 7rem 1rem;
}
a.anchor {
    display: block;
    position: relative;
    top: -15rem;
    visibility: hidden;
}
#section_01::before,
#section_02::before,
#section_03::before {
    content: '';
    display: block;
    height: 20rem;
    margin-top: -20rem;
    visibility: hidden;
}
.section_01,
.section_02,
.section_03,
.section_04,
.section_05 {
    max-width: 100%;
    width: 100%;
    /* padding: 10rem 0 0; */
    padding: 0 0 0;
}
.section_04,
.section_05 {
    padding: 5rem 0 0;
}
    .section_title {
        width: 100%;
        font-family: KozGoPro-Bold;
        font-size: 3rem;
        line-height: 9rem;
        color: white;
    }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .section_title {
            padding: 5.5rem 0 3rem;
            line-height: 0;
        }
    }
    .section_01 .section_title {
        background: #2EA6DF;
    }
    .section_02 .section_title {
        background: #00AD9C;
    }
    .section_03 .section_title {
        background: #8CBB27;
    }
    .section_04 .section_title {
        background: #624C52;
    }
    .section_05 .section_title {
        background: #595757;
    }

    .section_comment_dashed {
        margin: 10rem auto 5rem;
        display: inline-block;
        padding: 1.5rem 7rem;
        background: rgba(98, 76, 82, 0.15);
        border: dashed #624C52 2px;
        border-radius: 0.5rem;
        font-family: KozGoPr6N-Medium;
        font-size: 2.5rem;
        line-height: 3.5rem;
        color: #624C52;
    }
    .section_comment_solid {
        display: block;
        margin: 5rem auto;
        padding: 1.5rem;
        border: solid #624C52 2px;
        font-family: KozGoPr6N-Medium;
        font-size: 1.5rem;
        line-height: 2.5rem;
        text-align: left;
    }
    
    .section_desc {
        display: inline-block;
        padding: 7rem 2rem 1rem;
        font-family: KozGoPro-Bold;
        font-size: 2.3rem;
        line-height: 3rem;
    }
    .section_desc_refer {
        padding: 1rem 0 0rem;
        font-family: KozGoPr6N-Medium;
        font-size: 2rem;
        line-height: 3rem;
    }
    .section_desc_refer a {
        text-decoration: underline;
        color: #a00000;
    }
    .section_01 .section_desc {
        border-bottom: solid #2ea6df 2px;
        color: #2ea6df;
    }
    .section_02 .section_desc {
        border-bottom: solid #077679 2px;
        color: #077679;
    }
    .section_03 .section_desc {
        border-bottom: solid #54812C 2px;
        color: #54812C;
    }
    .section_02 .section_desc_refer {
        color: #077679;
    }
    .section_03 .section_desc_refer {
        color: #54812C;
    }
    .section_03 .lastpage {
        padding: 7rem 0;
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .section_03 .lastpage span {
        font-family: sans-serif;
        font-weight: bolder;
    }


    .section_01 .art1,
    .section_02 .art1,
    .section_02 .art2,
    .section_02 .art3,
    .section_02 .art4,
    .section_04 .art1,
    .section_05 .art1,
    .section_05 .art2 {
        padding: 0 0 6rem 0;
    }
    .section_03 .art1,
    .section_03 .art2,
    .section_03 .art3 {
        padding: 2rem 0;
        text-align: left;
    }
        .art_title {
            display: inline-block;
            max-width: 100%;
            /* width: 100%; */
            margin: 5rem 0;
            font-family: KozGoPro-Bold;
            font-size: 2.5rem;
            line-height: 4rem;
        }
        .section_01 .art_title {
            border-bottom: solid #036EB7 2px;
            color: #036EB7;
        }
        .section_02 .art_title {
            border-bottom: solid #077679 2px;
            color: #077679;
        }
        .section_05 .art_title {
            color: #595757;
        }

        .art1 .tagBtn,
        .art2 .tagBtn,
        .art3 .tagBtn {
            display: inline-block;
            background: url(../img/asset17.png) 1.5rem center no-repeat, #54812C;
            padding: 0.8rem 1rem 0.8rem 4rem;
            font-family: KozGoPro-Bold;
            font-size: 1.8rem;
            color: white;
        }        
        .art3 .tagBlock .content .tagBtn {
            background: url(../img/asset17.png) 1.5rem center no-repeat, #54812C;
            background-size: 1.5rem;
            padding: 0.5rem 1rem 0.5rem 4rem;
            margin: 0 0 0 1rem;
            font-size: 1.5rem;
        }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .art1 .tagBtn,
            .art2 .tagBtn,
            .art3 .tagBtn {
                padding: 1.1rem 1rem 0 4rem;
            }
            .art3 .tagBlock .content .tagBtn {
                padding: 0.9rem 1rem 0 4rem;
            }
        }

        .tagBlock {
            padding: 4rem 0 0;
            width: 100%;
            max-width: 100%;
            font-family: KozGoPr6N-Medium;
            font-size: 1.2rem;
            line-height: 2rem;
        }
        .tagBlock .desc {
            padding: 0;
            line-height: 3rem;
        }
        .tagBlock .content {
            max-width: 100%;
            padding: 1rem;
            background: #F6F7F7;
            border: solid #231815 2px;
        }
        .tagBlock .content .hd {
            padding: 0 1rem 0 0;
        }
        .tagBlock .content p {
            display: inline-block;
            padding: 0.5rem 0;
        }
        .tagBlock .content p span {
            font-family:KozGoPro-Regular;
            font-size: 1rem;
        }

        .art1 .yearBlock {
            max-width: 100%;
            padding: 7rem 0 0;
        }
        .art1 .yearBlock .title {
            width: 100%;
            border-bottom: solid #624C52 2px;
            font-family: KozGoPro-Bold;
            font-size: 3rem;
            color: #624C52;
        }
        .art1 .yearBlock .yearlink {
            display: inline-block;
            background: url(../img/asset20.png) 0 center no-repeat;
            background-size: auto;
            padding: 0 0 0 2.5rem;
            margin: 1rem;
            font-family: KozGoPro-Bold;
            font-size: 1.5rem;
            line-height: 2rem;
            text-decoration: underline;
            color: #624C52;
        }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .art1 .yearBlock .yearlink {
                padding: 2rem 0 1rem 2.5rem;
                line-height: 0;
            }
        }


        .art1 .art_comment {
            font-family: KozGoPr6N-Medium;
            font-size: 1.5rem;
            line-height: 2.5rem;
            text-align: left;
        }
        .art2 .art_comment {
            padding: 2rem;
            font-family: KozGoPr6N-Regular;
            font-size: 1.5rem;
            line-height: 2.5rem;
            text-align: left;
        }
        .art2 .art_comment a {
            display: inline;
            text-decoration: underline;
            word-break: break-all;
        }
        .art2 .art_comment .cmt_title {
            padding: 2rem 0;
            font-weight: bold;
            cursor: pointer;
        }
        .art2 .art_comment span {
            font-size: 1.1rem;
        }
        .grayBg {
            background: #F6F7F7;
        }

        .art1 .step_title,
        .art2 .step_title,
        .art3 .step_title,
        .art4 .step_title {
            padding: 0 0 1rem 1.5rem;
            max-width: 100%;
            text-align: left;
            font-family: KozGoPro-Bold;
            font-size: 2rem;
            line-height: 2.8rem;
        }
        .section_01 .art1 .step_title {
            color: #036EB7;
        }
        .section_02 .art1 .step_title,
        .section_02 .art2 .step_title,
        .section_02 .art3 .step_title,
        .section_02 .art4 .step_title {
            color: #077679;
        }

        .art1 .step_title span {
            margin: 0 1rem 0 0;
            padding: 0rem 0.8rem;
            font-family: KozGoPro-Bold;
            font-size: 2rem;
            color: white;
        }
        
        .art1 .stepBlock,
        .art2 .stepBlock,
        .art3 .stepBlock,
        .art4 .stepBlock {
            max-width: 100%;
            margin: 0 0 2.5rem;
            padding: 2.5rem 1.5rem;
            border-radius: 1rem;
            align-items: baseline;
        }
        .section_01 .art1 .stepBlock {
            background: #E2F0FA;
            border: dashed #036EB7 2px;
        }
        .section_02 .art1 .stepBlock,
        .section_02 .art2 .stepBlock,
        .section_02 .art3 .stepBlock,
        .section_02 .art4 .stepBlock {
            background: #EAF4E4;
            border: dashed #077679 2px;
        }

        .stepBlock a {
            display: inline-block;
        }
        .section_01 .art1 .stepBlock span {
            color: #036EB7;
            text-decoration: underline #036EB7;
        }
        .section_02 .art1 .stepBlock span {
            color: #077679;
            text-decoration: underline #077679;
        }
        .section_02 .art1 .stepBlock a,
        .section_02 .art2 .stepBlock a,
        .section_02 .art3 .stepBlock a,
        .section_02 .art4 .stepBlock a {
            color: #0E68AA;
            text-decoration: underline #0E68AA;
        }

        .section_01 .art1 .stepBlock .blockImg,
        .section_02 .art1 .stepBlock .blockImg,
        .section_02 .art2 .stepBlock .blockImg,
        .section_02 .art3 .stepBlock .blockImg,
        .section_02 .art4 .stepBlock .blockImg {
            width: 18%;
        }
        .section_01 .art1 .stepBlock .blockContent,
        .section_02 .art1 .stepBlock .blockContent,
        .section_02 .art2 .stepBlock .blockContent,
        .section_02 .art3 .stepBlock .blockContent,
        .section_02 .art4 .stepBlock .blockContent {
            max-width: 82%;
            font-family: KozGoPro-Medium;
        }
        
        .section_01 .art1 .stepBlock .blockContent .desc,
        .section_02 .art1 .stepBlock .blockContent .desc,
        .section_02 .art2 .stepBlock .blockContent .desc,
        .section_02 .art3 .stepBlock .blockContent .desc,
        .section_02 .art4 .stepBlock .blockContent .desc {
            max-width: 100%;
            width: 100%;
            padding: 0 0 1rem 0;
            font-size: 1.5rem;
            line-height: 2.5rem;
            text-align: left;
        }
        .desc-attention {
            text-align: justify;
        }
        .desc-attention span {
            display: block;
            padding-left: 1em;
            text-indent: -1em;
        }
        .desc-attention span.center {
            text-align: center;
        }
        .desc-attention span.caption {
            margin: 1.5rem 0;
        }
        .desc-attention span.caption b {
            color: #036EB7;
        }
        .section_02 .art3 .stepBlock .blockContent.noimage {
            max-width: 90%;
            margin: auto;
        }
        .section_02 .art3 .stepBlock .blockContent .desc span {
            font-size: 1.2rem;
            line-height: 2rem;
        }
        .adjust {
            font-size: 1.2rem;
        }
        
        .section_01 .art1 .stepBlock .blockContent .pd1 {
            padding: 3rem 1rem 0.8rem 0;
        }
        .section_01 .art1 .stepBlock .blockContent .subBlock1 {
            padding: 0 1.3rem;
            margin: 0.5rem 0.7rem 0.5rem 0;
            border: solid #036EB7 2px;
            border-radius: 1rem;
            background: white;
            font-size: 1.2rem;
            line-height: 2.5rem;
            color: #036EB7;
        }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .section_01 .art1 .stepBlock .blockContent .subBlock1 {
                padding: 0.8rem 1.3rem 0;
            }
        }
        .section_01 .art1 .stepBlock .blockContent .subBlock1_desc {
            line-height: 3.5rem;
            font-size: 1.2rem;
            color: #036EB7;
        }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .section_01 .art1 .stepBlock .blockContent .subBlock1_desc {
                line-height: 0;
                padding: 2.8rem 0 0;
            }
        }
        .section_01 .art1 .stepBlock .blockContent .subBlock2 {
            cursor: pointer;
            padding: 0 1rem;
            margin: 0 1rem 1rem 0;
            margin: 0.5rem 0.7rem 0.5rem 0;
            border-radius: 0.5rem;
            background: #036EB7;
            font-size: 1.2rem;
            line-height: 3rem;
            color: white;
        }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .section_01 .art1 .stepBlock .blockContent .subBlock2 {
                padding: 0.8rem 1.3rem 0;
            }
        }
        .section_01 .art1 .stepBlock .blockContent .subBlock2 img {
            margin-right: 0.5rem;
        }
        .section_01 .art1 .whatBlock,
        .section_02 .art1 .whatBlock,
        .section_02 .art2 .whatBlock,
        .section_02 .art3 .whatBlock,
        .section_02 .art4 .whatBlock {
            max-width: 100%;
            width: 100%;
            padding: 0 0 5rem 0;
        }
        .section_01 .art1 .whatBlock .viewBtn,
        .section_02 .art1 .whatBlock .viewBtn,
        .section_02 .art2 .whatBlock .viewBtn,
        .section_02 .art3 .whatBlock .viewBtn,
        .section_02 .art4 .whatBlock .viewBtn {
            cursor: pointer;
            float: right;
            display: table;
            padding: 0.5rem 0.8rem;
            background: #666666;
            font-family: KozGoPro-Regular;
            font-size: 1rem;
            color: white;
        }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .section_01 .art1 .whatBlock .viewBtn,
            .section_02 .art1 .whatBlock .viewBtn,
            .section_02 .art2 .whatBlock .viewBtn,
            .section_02 .art3 .whatBlock .viewBtn,
            .section_02 .art4 .whatBlock .viewBtn {
                padding: 0.8rem 0.5rem 0.5rem;
            }
        }
        .viewBtn-fee {
            font-weight: bold;
        }
        .whatBlock .viewBtn img {
            vertical-align: middle;
            padding-right: 0rem;
        }
        .section_01 .art1 .whatBlock .commentBlock,
        .section_02 .art1 .whatBlock .commentBlock,
        .section_02 .art2 .whatBlock .commentBlock,
        .section_02 .art3 .whatBlock .commentBlock,
        .section_02 .art4 .whatBlock .commentBlock {
            display: none;
            /* display: block; */
            padding: 2.3rem 1.5rem;
            max-width: 100%;
            border: solid #666666 1px;
            border-top: solid #666666 7px;
            background: url(../img/asset21.png) 90% 0 no-repeat, #EEEEEE;
        }
        .section_01 .art1 .whatBlock .commentBlock .commentTitle {
            font-family: KozGoPro-Bold;
            font-size: 2rem;
            color: #036EB7;
        }
        .section_02 .art1 .whatBlock .commentBlock .commentTitle,
        .section_02 .art2 .whatBlock .commentBlock .commentTitle,
        .section_02 .art3 .whatBlock .commentBlock .commentTitle,
        .section_02 .art4 .whatBlock .commentBlock .commentTitle {
            font-family: KozGoPro-Bold;
            font-size: 2rem;
            color: #077679;
        }
        .section_01 .art1 .whatBlock .commentBlock .commentTitle img,
        .section_02 .art1 .whatBlock .commentBlock .commentTitle img,
        .section_02 .art2 .whatBlock .commentBlock .commentTitle img,
        .section_02 .art3 .whatBlock .commentBlock .commentTitle img,
        .section_02 .art4 .whatBlock .commentBlock .commentTitle img {
            padding-right: 1rem;
        }
        .section_01 .art1 .whatBlock .commentBlock .commentDesc,
        .section_02 .art1 .whatBlock .commentBlock .commentDesc,
        .section_02 .art2 .whatBlock .commentBlock .commentDesc,
        .section_02 .art3 .whatBlock .commentBlock .commentDesc,
        .section_02 .art4 .whatBlock .commentBlock .commentDesc {
            width: 100%;
            padding: 0.9rem 0 3.3rem;
            text-align: left;
            font-family: KozGoPro-Medium;
            font-size: 1.2rem;
            line-height: 2.2rem;
        }
        .guide {
            font-weight: bold;
        }
        .commentDesc .green {
            color: #077679;
        }
        .dashGreenline {
            max-width: 100%;
            padding: 1.5rem 1.5rem 1.5rem 3rem;
            text-align: left;
            background: #EAF4E4;
            border: dashed #077679 2px;
            border-radius: 1rem;
            font-family: KozGoPro-Medium;
            font-size: 1.2rem;
            line-height: 2.2rem;
            margin-top: 2.3rem;
        }
        .dashGreenline ul {
            list-style-type: disc;
        }
        .section_01 .art1 .whatBlock .commentBlock .linkBtn {
            cursor: pointer;
            display: inline-block;
            float: right;
            padding: 0.4rem 1rem;
            font-family: KozGoPro-Regular;
            font-size: 1rem;
            background: #036EB7;
            color: white;
            font-weight: bold;
        }
        .section_02 .art1 .whatBlock .commentBlock .linkBtn,
        .section_02 .art2 .whatBlock .commentBlock .linkBtn,
        .section_02 .art3 .whatBlock .commentBlock .linkBtn,
        .section_02 .art4 .whatBlock .commentBlock .linkBtn {
            cursor: pointer;
            display: inline-block;
            float: right;
            padding: 0.4rem 1rem;
            font-family: KozGoPro-Regular;
            font-size: 1rem;
            background: #077679;
            color: white;
            font-weight: bold;
        }

    .section_01 .add_comment,
    .section_02 .add_comment {
        width: 100%;
    }
        .add_comment .subTitle {
            font-family: KozGoPro-Bold;
            font-size: 1.8rem;
            line-height: 2.5rem;
        }
        .section_01 .add_comment .subTitle {
            color: #036EB7;
        }
        .section_02 .add_comment .subTitle {
            color: #077679;
        }
        
        .add_comment .desc {
            max-width: 100%;
            padding: 2rem;
            font-family: KozGoPro-Medium;
            font-size: 1.4rem;
            line-height: 2.5rem;
        }
        .section_01 .add_comment .desc {
            background: #E2F0FA;
        }
        .section_02 .add_comment .desc {
            background: #EAF4E4;
        }
        .section_01 .add_comment .desc a {
            display: contents;
            text-decoration: underline;
            word-break: break-all;
        }
        .add_comment a {
            display: contents;
            text-decoration: underline;
            word-break: break-all;
        }
        
    .section_linkBtn {
        cursor: pointer;
        margin: 5rem auto 10rem;
        display: table;
        border-radius: 0.5rem;
        font-family: KozGoPro-Medium;
        font-size: 1.7rem;
        /* line-height: 8rem; */
        color: white;
        padding: 2rem 3.5rem;
    }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .section_01 .add_comment .desc a {
            display: contents;
            word-break: break-all;
        }
        .add_comment a {
            display: contents;
            word-break: break-all;
        }
        .section_linkBtn {
            padding: 2rem 3.5rem 1.5rem;
        }
    }
    .section_linkBtn.small {
        display: inline-block;
        padding-left: 3.5rem;
        margin: 3rem auto;
        font-size: 1.4rem;
        line-height: 1.5;
        text-indent: 0;
    }
    .section_linkBtn span {
        font-size: 1.2rem;
    }
    .Chestnut {
        /* background: url(../img/Chestnut_arrow.png) 7% center no-repeat , #7F4A11; */
        background: #7F4A11;
    }
    .darkGrass {
        /* background: url(../img/darkGrass_arrow.png) 10% 35% no-repeat , #087275; */
        background: #087275;
        font-size: 2rem;
    }
    .lightChestnut {
        /* background: url(../img/lightChestnut_arrow.png) 10% center no-repeat , #624C52; */
        background: #624C52;
    }
    .skyBlue {
        background: #2EA6DF;
    }

    .diagram {
        position: relative;
        width: 100%;
        padding: 10rem 0 0;
        justify-content: space-between;
    }
    .diagram .diaBlock {
        position: relative;
        z-index: 100;
        width: 25%;
        height: 15rem;
        align-items: center;
        margin: auto;
        padding: 0 2%;
        justify-content: center;
        flex-direction: column;
        border-radius: 2rem;
        font-family: KozGoPro-Bold;
        font-size: 2rem;
        /* line-height: 2.5rem; */
        color: white;
    }
    .diagram .diaBlock p {
        max-width: 100%;
    }
    .diagram .diaBlock span {
        font-family: KozGoPro-Medium;
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .diagram .blue {
        background: #84B0DF;
    }
    .diagram .Purple {
        background: #C8CDE4;
        border: solid #52458C 3px;
        color: #52458C;
    }
    .diagram .Pink {
        background: #ED88AE;
    }
    .diagram .linebar {
        position: absolute;
        z-index: 10;
        width: calc(100% - 66%);
    }
    .diagram .bluebottom {
        left: 16%;
        bottom: -4rem;
    }
    .diagram .bluebottom .bar {
        width: 100%;
        padding: 2rem 0;
        border-left: solid #84B0DF 1rem;
        border-right: solid #84B0DF 1rem;
        border-bottom: solid #84B0DF 1rem;
    }
    .diagram .bluebottom p {
        font-family: KozGoPro-Regular;
        font-size: 1.2rem;
        line-height: 2rem;
        color: #036EB7;
    }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .diagram .linebar {
            width: calc(100% - 69%);
        }
        .diagram .bluebottom {
            bottom: -6rem;
        }
        .diagram .bluebottom p {
            padding: 1rem 0;
        }
    }
    .diagram .pinktop {
        left: calc( 100% - 49%);
        top: 4rem;
    }
    .diagram .pinktop .bar {
        padding: 2rem 0;
        border-left: solid #ED88AE 1rem;
        border-right: solid #ED88AE 1rem;
        border-top: solid #ED88AE 1rem;
    }
    .diagram .pinktop p {
        font-family: KozGoPro-Regular;
        font-size: 1.2rem;
        line-height: 2rem;
        color: #E95E8B;
    }

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 80px;
    padding: 0 0;
    background: #dfdfdf;
}
footer .copyright {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
}
footer .top_btn {
    position: fixed;
    right: 5rem;
    bottom: 5rem;
    width: 6rem;
    padding: 1rem 0;
    /* height: 6rem; */
    display: none;
    text-align: center;
    /* justify-content: center; */
    /* justify-content: space-evenly; */
    /* flex-direction: column; */
    /* align-items: center; */
    background: #727171;
    border-radius: 1rem;
    font-family: KozGoPro-Regular;
    font-size: 0.8rem;
    color: white;
}
.stickNav {
    width: 100%;
    margin: 0;
    padding: 0.7rem 0;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 10000;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
footer .top_btn img,
footer .top_btn p {
    margin: 0.3rem 0;
}
.detailCmt {
    display: none;
}
/* sub window */
.subwhat {
    max-width: 100%;
    /* max-width: 500px; */
    padding: 4rem 2rem 0;
    text-align: justify;
}
.subwhat .content-header {
    color: #036EB7;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.subwhat .content-scroll {
    font-family: KozGoPro-Regular;
    font-size: 1.6rem;
    line-height: 3rem;
    /* max-height: calc(100vh - 50rem); */
    /* overflow: auto; */
    padding: 40px 20px 0 20px;
}
.subwhat .btn {
    cursor: pointer;
    display: block;
    padding: 0 4rem;
    background: #1D2087;
    font-family: KozGoPro-Bold;
    font-size: 2rem;
    line-height: 4rem;
    color: white;
    text-align: center;
    margin: 5rem auto;
}
.hambugar {
    display: none;
}

.sp-only {
    display: none;
}

.header-title {
    display: block;
    margin: auto;
}</pre></body></html>