/* CSS Document mobile */
.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: 100%;
    width:100%;
    margin: auto;
    position: relative;
}
.md_container {
    max-width: 90vw;
    /* width: 100%; */
    margin: auto;
    position: relative;
}
/* //////// header //////// */
header {
    max-width: 100%;
    text-align: left;
    padding: 5vw 5.5vw;
    background: #F6F7F7;
}
header img {
    width: 10vw;
}

.page_Nav {
    padding: 2vw 0 0;
    background: #F6F7F7;
}
.page_Nav .post_date {
    margin: auto;
    max-width: 85%;
    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: 6.7vw;
    line-height: 14vw;
    color: #666666;
}
.page_Nav .page_desc {
    margin: auto;
    padding: 0.5rem;
    max-width: 100%;
    text-align: left;
    border: solid #B81C25;
    font-family: KozGoPro-Medium;
    font-size: 3vw;
    line-height: 5vw;
    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: 70%;
    margin: auto;
    padding: 7vw 0;
    justify-content: space-between;
}
.page_Nav .page_category .catBtn {
    margin: 0 auto;
    padding: 13vw 0.5vw;
    width: 18vw;
    font-family: KozGoPro-Bold;
    font-size: 2vw;
    line-height: 3.5vw;
    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 {
    padding: 0;
}
a.anchor {
    display: block;
    position: relative;
    top: -30vw;
    visibility: hidden;
}
#section_01::before,
#section_02::before,
#section_03::before {
    content: '';
    display: block;
    height: 33vw;
    margin-top: -33vw;
    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_title {
        width: 100%;
        font-family: KozGoPro-Bold;
        font-size: 4.8vw;
        line-height: 15vw;
        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: 10vw auto 5vw;
        display: inline-block;
        padding: 5vw 10vw;
        background: rgba(98, 76, 82, 0.15);
        border: dashed #624C52 2px;
        border-radius: 1vw;
        font-family: KozGoPr6N-Medium;
        font-size: 4vw;
        line-height: 6vw;
        color: #624C52;
    }
    .section_comment_solid {
        display: inline-block;
        margin: 10vw auto;
        padding: 5vw 2vw;
        border: solid #624C52 2px;
        font-family: KozGoPr6N-Medium;
        font-size: 3.5vw;
        line-height: 6vw;
        text-align: left;
    }
    
    .section_desc {
        width: 85%;
        margin: auto;
        display: inline-block;
        /* display: none; */
        padding: 10vw 0 1vw;
        font-family: KozGoPr6N-Medium;
        font-size: 4vw;
        line-height: 6vw;
        /* word-break: keep-all; */
    }
    .section_desc_refer {
        width: 85%;
        margin: auto;
        padding: 1rem 0 0rem;
        font-family: KozGoPr6N-Medium;
        font-size: 2.5vw;
        line-height: 4vw;
    }
    .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_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 6vw 0;
    }
    .section_03 .art1,
    .section_03 .art2,
    .section_03 .art3 {
        padding: 3vw 0;
        text-align: left;
    }
        .art_title {
            max-width: 80%;
            /* width: 100%; */
            margin: 5vw auto;
            font-family: KozGoPro-Bold;
            font-size: 4.5vw;
            line-height: 6vw;
        }
        .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) 2vw center no-repeat, #54812C;
            background-size: 4vw;
            padding: 2vw 2vw 2vw 10vw;
            font-family: KozGoPro-Bold;
            font-size: 3.5vw;
            color: white;
        }
        .art3 .tagBlock .content .tagBtn {
            background: url(../img/asset17.png) 2vw center no-repeat, #54812C;
            background-size: 3.5vw;
            padding: 1vw 2vw 1vw 7vw;
            margin: 0 0 0.5rem 1rem;
            font-size: 3vw;
        }
        @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: 10vw 0 0;
            width: 100%;
            max-width: 100%;
            font-family: KozGoPr6N-Medium;
            font-size: 3vw;
            line-height: 5vw;
        }
        .tagBlock .desc {
            padding: 0;
            line-height: 5vw;
        }
        .tagBlock .content {
            max-width: 100%;
            padding: 3vw;
            background: #F6F7F7;
            border: solid #231815 2px;
        }
        .tagBlock .content .hd {
            padding:  0.5rem 1rem 0 0;
        }
        .tagBlock .content p {
            display: inline-block;
            padding: 0.5rem 0;
			vertical-align:top;
        }
        .tagBlock .content p span {
            font-family:KozGoPro-Regular;
            font-size: 2.5vw;
        }

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

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

        .art1 .step_title,
        .art2 .step_title,
        .art3 .step_title,
        .art4 .step_title {
            padding: 0;
            max-width: 100%;
            /* text-align: left; */
            font-family: KozGoPro-Bold;
            font-size: 4vw;
            line-height: 8vw;
        }
        .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 2vw 0 0;
            padding: 0 1vw;
            font-family: KozGoPro-Bold;
            font-size: 3.5vw;
            color: white;
        }
        
        .art1 .stepBlock,
        .art2 .stepBlock,
        .art3 .stepBlock,
        .art4 .stepBlock {
            max-width: 79vw;
            margin: 0 auto 4.5vw;
            /* padding: 6vw 4vw 2vw; */
            padding: 4vw;
            border-radius: 2vw;
            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: 100%;
        }
        .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 {
            width: 100%;
            padding: 2vw 0;
            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 2.5vw 0;
            font-size: 3vw;
            line-height: 5vw;
            text-align: left;
        }
        .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;
        }

        .section_01 .art1 .stepBlock .blockContent .pd1 {
            padding: 4vw 0 2vw;
        }
        .section_01 .art1 .stepBlock .blockContent .subBlock1 {
            padding: 0 6vw;
            margin: 1.5vw 1vw 1.5vw 0;
            border: solid #036EB7 2px;
            border-radius: 1.5vw;
            background: white;
            font-size: 2.5vw;
            line-height: 5vw;
            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: 9vw;
            font-size: 2.5vw;
            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 3vw;
            margin: 0 1vw 1.5vw 0;
            border-radius: 1vw;
            background: #036EB7;
            font-size: 2.5vw;
            line-height: 6vw;
            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: 88vw;
            margin: 0 auto;
            padding: 0 0 3vw 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;
            display: block;
            text-align: left;
            padding: 1.5vw;
            padding-left: 5vw;
            background: url(../img/arrow_down.png) 95% center no-repeat, #666666;
            background-size: 3vw;
            font-family: KozGoPro-Regular;
            font-size: 2.5vw;
            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: 2vw 0 0.5vw 5vw;
            }
            .down {
                background: url(../img/arrow_up.png) 95% center no-repeat, #666666 !important;
                background-size: 3vw !important;
            }
        }
        .whatBlock .viewBtn img {
            display: none;
            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;
            padding: 5vw 3vw;
            max-width: 100%;
            border: solid #666666 1px;
            /* border-top: solid #666666 7px; */
            background: url(../img/asset21.png) 5% 0 no-repeat, #EEEEEE;
            background-size: 5vw;
        }
        .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: 3vw;
            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: 1vw;
            width: 6vw;
        }
        .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: 3vw 0;
            text-align: left;
            font-family: KozGoPro-Medium;
            font-size: 2.7vw;
            line-height: 4.5vw;
        }        
        .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: 2.7vw;
            line-height: 4.5vw;
        }
        .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;
        }
        .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: 1vw 3vw;
            font-family: KozGoPro-Regular;
            font-size: 2.5vw;
            background: #077679;
            color: white;
        }

    .section_01 .add_comment,
    .section_02 .add_comment {
        padding: 10vw 0;
        width: 100%;
    }
        .section_01 .add_comment a {
            display: inline-block;
            text-decoration: underline;
            word-break: break-all;
        }
        .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: 78vw;
            padding: 3vw 5vw;
            margin: auto;
            font-family: KozGoPro-Medium;
            font-size: 3vw;
            line-height: 6vw;
        }
        .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 {
        width: 60vw;
        cursor: pointer;
        margin: 5vw auto 10vw;
        border-radius: 1.5vw;
        display: inline-block;
        font-family: KozGoPro-Medium;
        font-size: 4vw;
        /* line-height: 8rem; */
        color: white;
        padding: 4vw 10vw;
    }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .section_linkBtn {
            padding: 2.1rem 10vw 1rem;
        }
        .section_01 .add_comment .desc a {
            display: contents;
            word-break: break-all;
        }
        .add_comment a {
            display: contents;
            word-break: break-all;
        }
    }
    .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;
    }

    .diagram {
        position: relative;
        width: 100%;
        padding: 20vw 0;
        justify-content: space-between;
    }
    .diagram .diaBlock {
        position: relative;
        z-index: 100;
        width: 25%;
        height: 30vw;
        align-items: center;
        margin: auto;
        padding: 0 2%;
        justify-content: center;
        flex-direction: column;
        border-radius: 3vw;
        font-family: KozGoPro-Bold;
        font-size: 3.5vw;
        /* line-height: 5vw; */
        color: white;
    }
    .diagram .diaBlock p {
        max-width: 100%;
        /* line-height: 2.5rem; */
    }
    .diagram .diaBlock span {
        font-family: KozGoPro-Medium;
        font-size: 2vw;
    }
    .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% - 64%);
    }
    .diagram .bluebottom {
        left: 15%;
        bottom: 10vw;
    }
    .diagram .bluebottom .bar {
        max-width: 100%;
        padding: 10vw 0;
        border-left: solid #84B0DF 2vw;
        border-right: solid #84B0DF 2vw;
        border-bottom: solid #84B0DF 2vw;
    }
    .diagram .bluebottom p {
        font-family: KozGoPro-Regular;
        font-size: 2.5vw;
        line-height: 5vw;
        color: #036EB7;
    }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .diagram .linebar {
            width: calc(100% - 69%);
        }
        .diagram .bluebottom {
            bottom: 7vw;
        }
        .diagram .bluebottom p {
            padding: 1rem 0;
        }
    }
    .diagram .pinktop {
        left: calc( 100% - 51%);
        top: 4vw;
    }
    .diagram .pinktop .bar {
        max-width: 100%;
        padding: 10vw 0;
        border-left: solid #ED88AE 2vw;
        border-right: solid #ED88AE 2vw;
        border-top: solid #ED88AE 2vw;
    }
    .diagram .pinktop p {
        font-family: KozGoPro-Regular;
        font-size: 2.5vw;
        line-height: 5vw;
        color: #E95E8B;
    }

footer {
    position: relative;
    padding: 0 0;
    background: #dfdfdf;
}
footer .copyright {
    position: relative;
    font-size: 1.2rem;
    line-height: 8rem;
}
footer .top_btn {
    position: fixed;
    right: 5vw;
    bottom: 5vw;
    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;
    position: fixed;
    z-index: 1000;
    width: 86vw;
    height: 80vh;
    left: 0;
    top: 0;
    background: rgba(63, 63, 63, 0.85);
    padding: 10vh 7vw;
    font-family: KozGoPro-Medium;
    font-size: 4.2vw;
    line-height: 8vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    color: white;
}
.hambugarIcon {
    float: left;
    position: relative;
    z-index: 10000;
    margin-right: 1.5vw;
    /* background: #424242; */
    padding: 0.9vw 1.4vw;
    border: solid #595757 1vw;
    border-radius: 3vw;
    cursor: pointer;
}
.hambugarIcon .menuTxt {
    font-family: KozGoPro-Regular;
    font-size: 2vw;
    color: #595757;
}

/* Hambugar Menu */

.init { animation:none !important; }
.line {
    background: #595757;
    margin-top: 1vw;
    margin-bottom: 1vw;
    width: 5.6vw;
    height: 1vw;
    border-radius: 0;
}

.line-top {
    animation: line-top .5s forwards ease-out,
               line-top-rotate .3s .5s forwards ease-out;
    /* background: #424242; */
    background: white;
}

.top-reverse {
    animation:line-top-rotate-reverse .3s forwards ease-out,
                line-top-reverse .5s .3s forwards ease-out;
}

.line-mid {
    animation:line-mid .5s forwards ease-out;
    /* background: #424242; */
    background: white;
}

.mid-reverse {
    animation:line-mid-invisible .3s forwards ease-out, 
                line-mid-reverse .5s .3s forwards ease-out;
}

.line-bot {
    animation:line-bot .5s forwards ease-out,
                line-bot-rotate .3s .5s forwards ease-out;
    /* background: #424242; */
    background: white;
}

.bot-reverse {
    animation:line-bot-rotate-reverse .3s forwards ease-out,
                line-bot-reverse .5s .3s forwards ease-out;
}



@keyframes line-top {
    0% {transform:translateY(0px)}
    100% {transform:translateY(1.5vw)}
}
  
@keyframes line-top-reverse {
    0% {transform:translateY(1.5vw)}
    100% {transform:translateY(0px)}
}

@keyframes line-top-rotate {
    0% {transform:translateY(1.5vw) rotateZ(0deg)}
    100% {transform:translateY(1.5vw) rotateZ(45deg)}
}

@keyframes line-top-rotate-reverse {
    0% {transform:translateY(1.5vw) rotateZ(45deg)}
    100% {transform:translateY(1.5vw) rotateZ(0deg)}
}

@keyframes line-mid {
    0% {transform:scale(1)}
    100% {transform:scale(0)}
}

@keyframes line-mid-reverse {
    0% {transform:scale(0)}
    100% {transform:scale(1)}
}

@keyframes line-mid-invisible {
    0% {transform:scale(0)}
    100% {transform:scale(0)}
}

@keyframes line-bot {
    0% {transform:translateY(0px)}
    100% {transform:translateY(-2.4vw)}
}

@keyframes line-bot-reverse {
    0% {transform:translateY(-2.4vw)}
    100% {transform:translateY(0px)}
}

@keyframes line-bot-rotate {
    0% {transform:translateY(-2.4vw) rotateZ(0deg)}
    100% {transform:translateY(-2.4vw) rotateZ(135deg)}
}

@keyframes line-bot-rotate-reverse {
    0% {transform:translateY(-2.4vw) rotateZ(135deg)}
    100% {transform:translateY(-2.4vw) rotateZ(0deg)}
}