@charset "UTF-8";
@import url("S-Core-Dream-light/s-core-dream.css"); 

/*----------------- 노멀라이즈 -----------------*/
* {margin: 0; padding: 0;
    font-family: "s-core-dream-light", sans-serif !important;}
body, ul, li {margin: 0; padding: 0; list-style: none;}
a {text-decoration: none; color: inherit;}

/*------------------ 라이브러리 -----------------*/ 
.block {display: block;}
.inline-block {display: inline-block;}
.relative {position: relative;}
.relative-Allcenter {position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%);}
.absolute {position: absolute;}
.absolute-Xcenter {position: absolute; top: 50%; transform:translateX(-50%);}
.absolute-Ycenter {position: absolute; top: 50%; transform:translateY(-50%);}
.absolute-Allcenter {position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%);}
.absolute-center {position: absolute; transform:translate(-50%, -50%);}
.fixed {position: fixed; bottom: 0; right: 0;}
.row::after {display: block; content: ""; clear: both;}
.cell {float: left; box-sizing: border-box;}
.cell-right {float: right; box-sizing: border-box;}
.img-box>img {display: block; width: 100%; height: 100%;}
.bg-cover>img {background-size: cover; box-sizing: border-box;}
.con {margin: 0 auto; box-sizing: border-box;}
.flex {display: flex;}
.flex-1-0-auto>* {flex: 1 0 auto;}
.before::before {display: block; content: ""; clear: both; position: absolute;}
.after::after {display: block; content: ""; clear: both; position: absolute;}


@media (max-width: 4910px) {

/*------------------ whiteBG -----------------*/
body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 1;
    z-index: 2000;
    animation: logoani01 2s ease;
}

@keyframes logoani01 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*------------------ moPanel -----------------*/
#moPanel {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0px;
    right: -200px;
    background: linear-gradient(90deg,
    rgba(145, 207, 255, 0.9),    
    rgba(0, 95, 168, 0.9));
    box-shadow: -3px 0px 3px #5a96ff;
    z-index: 100;
    transition: 0.5s; 
}

#moPanel.on {
   right: 0px; 
}

.btnMo {
    display: none;
    position: fixed;
    top: 7px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    border: 0.5px solid #26509c;
    box-shadow: 0px 0px 5px #ffffff;
    z-index: 100;
}

.btnMo>div {
    width: 90%;
    height: 10%;
    background-color: #5a96ff;
    border-radius: 3px;
    margin-left: 5%;
    margin-right: 5%;
    transition: 0.5s;
}

.btnMo>div:nth-of-type(1) {
    top: 25%;    
}

.btnMo>div:nth-of-type(2) {
    top: 50%;    
}

.btnMo>div:nth-of-type(3) {
    top: 75%;    
}

.btnMo>div:nth-of-type(4) {
    top: 50%;    
}

.btnMo:hover div:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 50%;
    left: 0%;    
}

.btnMo:hover div:nth-of-type(2) {
    transform: rotate(-90deg);
}

.btnMo:hover div:nth-of-type(3) {
    transform: rotate(45deg);
    top: 50%;
    left: 0%;
}

.btnMo:hover div:nth-of-type(4) {
    transform: rotate(0deg);
}

.moPanelMenu {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
}

.moPanelMenu>li {
    width: 80%;
    margin: 10px auto;
    color: #eeeeee;
    text-align: center;
    background: linear-gradient(90deg,
    rgba(0, 95, 168, 0.9),
    rgba(145, 207, 255, 0.9));    
    padding: 5px;
    border-radius: 5px;
}

.moPanelMenu>li:hover {
    font-weight: bold;
    color: rgb(0, 68, 146);
}

.moPanelMenu>li>a {
    font-size: 14px;
    text-shadow: 0px 0px 10px #ffffff;
}

.moPanelMenu>li:last-child>a>span:last-child {
    font-family: "s-core-dream-bold", sans-serif !important;
    color: green;
}

.moPanelMenu>li>.menuboxA {
    display: none;
    padding: 5px 0px;
}

.moPanelMenu>li>.menuboxA>li>a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    padding: 5px 0px;
    background: linear-gradient(90deg,
    rgba(145, 207, 255, 0.9),
    rgba(206, 234, 255, 0.9));    
}

.moPanelMenu>li>.menuboxA>li>a:hover {
    color: orangered;
}

/*---------- topBar ----------*/
.topBar {
    width: 100%;
    height: 34px;
    background: linear-gradient(30deg,
    rgb(26, 63, 112),
    rgb(100, 155, 255),
    rgb(26, 63, 112));
}

.topBar>li {
    padding: 5px 0px;
}

.topBar>li>a {
    font-size: 11px;
    font-weight: bold;
    color: #cccccc;
    padding: 1px 10px;
    border-right: 1px solid #cccccc;
}

.topBar>li>a:last-child {
    font-family: "s-core-dream-bold", sans-serif !important;
    color: springgreen;
    padding-right: 20px;
    border-right: none;
}

.topBar>li>a:hover {
    color: #ffffff;
}

/*-------------------- visual (main) --------------------*/
.visualWrap {
    
}
.visual {
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
}

/*-------------------- header --------------------*/
/*---------- header LOGO ----------*/
.LOGO {
    top: 18px;
    left:  30px;
    width: 160px;
    height: 50px;
    z-index: 50;
}

/*---------- headerWrap ----------*/
.headerWrap {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    background: linear-gradient(90deg,
     rgb(67, 195, 255),
     rgb(0, 98, 163),
     rgb(67, 195, 255));
    border-bottom: 1px solid #444444;
    z-index: 30;
    box-sizing: border-box;
}

.header {
    width: 840px;
    height: 100%;
    padding-left: 120px;
}

.header>li {
    height: 100%;
    padding: 0px 20px;
}

.header>li>a {
    width: 100%;
    font-family: "s-core-dream-medium", sans-serif !important;
    font-size: 15px;
    color: #ffffff;
    line-height: 500%;
    padding: 10px 0px;
}

.header>li>a>span {
    font-family: "s-core-dream-medium", sans-serif !important;
    color: lightgreen;
}

.header>li::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 89px;
    background: linear-gradient(90deg,
     rgb(0, 174, 255),
     rgb(0, 129, 214),
     rgb(0, 174, 255));
    transition: 0.5s;
    opacity: 0.5;
    z-index: -10;
}

.header>li:hover::after {
    width: 100%;
}

/*---------- twoDepthWrap ----------*/
.twoDepthWrap {
    top: 0px;
    left: 0px;
    height: 50px;
    overflow: hidden;    
}

.twoDepth {
    top: -50px;
}

.twoDepth>.twoDepthBox>ul {
    left: 50%;
    transform: translateX(-50%);
    width: 57%;
    height: 45px;    
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    transition: 0.5s;
}

.twoDepth>.twoDepthBox>ul:nth-of-type(4) {
    width: 30%;
    left: calc(50% + 220px);
}

.twoDepth>.twoDepthBox>ul::after {
    display : block;
    content: "";
    clear: both;
    position: absolute;
    top: 60%;
    left: 105%;
    transform: translate(-50%, -50%);    
    width: 0.1px;
    height: 220px;
}

.twoDepth>.twoDepthBox>ul>li {
    font-size: 13px;
    color: #000000;
    box-sizing: border-box;
    border-right: 1px solid #444444;
}


.twoDepth>.twoDepthBox>ul>li:last-child {
    border-right: none;
}

.twoDepth>.twoDepthBox>ul:nth-of-type(5)>li {
    border: none;
}

.twoDepth>.twoDepthBox>ul>li>a {
    font-family: "s-core-dream-bold", sans-serif !important;
    padding: 15px 35px;
}

.twoDepth>.twoDepthBox>ul>li>a:hover {
    color: darkorange;
}

.twoDepth>.twoDepthBox>ul:nth-of-type(3)>li:nth-of-type(2)>a::after {
    display : block;
    content: "(법률 정보시스템)";
    clear: both;
    position: absolute;
    top: 32px;
    left: 10px;
    font-family: "s-core-dream-medium", sans-serif !important;
    font-size: 11px;
    color: #004ec4;
}

/*-------------------- mainProducts -------------------*/
.mainProducts {
    width: 1004px;
    margin: 0px auto 100px;    
}

.mainProducts>li {
    width: 32%;
    height: 280px;
    margin-right: 2%;
    margin-top: 50px;
    border-right: 1px solid #aaaaaa;
}

.mainProducts>li:nth-of-type(3) {
    margin-right: 0%;
}

.mainProducts>li:nth-of-type(6) {
    margin-right: 0%;
}

.mainProducts>li:nth-of-type(1)>h1 {
    font-family: "s-core-dream-bold", sans-serif !important;
    margin-top: 30px;
    margin-left: 50px;
    padding: 20px 0px;
}

.mainProducts>li:nth-of-type(1)>h1::before {
    display : block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translate(-50%, -50%);    
    width: 20px;
    height: 70px;
    background-color: #444444;
}

.mainProducts>li:nth-of-type(1)>h1::after {
    display : block;
    content: "";
    clear: both;
    position: absolute;
    top: 275px;
    left: 282px;
    transform: translate(-50%, -50%);    
    width: 245%;
    height: 20px;
    background-color: lightskyblue;
    z-index: 10;
}

.mainProducts>li:nth-of-type(1)>p {
    font-size: 12px;
    padding: 70px 0px;
}

.mainProducts>li>.pic {
    width: 210px;
    height: 100px;
    margin-top: 15px;
}

.mainProducts>li>.pic>img {
    border-radius: 10px;
    box-shadow: 3px 3px 5px #444444;
}

.mainProducts>li>h3 {
    top: 65px;
    left: 55%;
    font-family: "s-core-dream-black", sans-serif !important;
    color: #0d8aff;
    padding: 5px 10px;    
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: 3px 3px 5px #444444;
}

.mainProducts>li>p {
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
}

.mainProducts>li>p>span {
    color: orangered;
}

.mainProducts>.product007 {
    width: 100%;
    height: 280px;
}

.mainProducts>.product007::before {
    display : block;
    content: "";
    clear: both;
    position: absolute;
    top: -30px;
    right: 0px;
    width: 68%;
    height: 20px;
    background-color: lightskyblue;
    z-index: 10;
}

.mainProducts>.product007>h3 {
    left: 18%;
    font-family: "s-core-dream-bold", sans-serif !important;
}

.mainProducts>.product007>p {
    top: 0px;
    left: 320px;
    font-size: 12px;
    line-height: 150%;
}

.mainProducts>.product007>.contents {
    height: 135px;
    margin-top: 30px;
}

.mainProducts>.product007>.contents>div {
    width: 32%;
    height: 135px;
    margin-right: 2%;
    overflow: hidden;
    cursor: pointer;
}

.mainProducts>.product007>.contents>div>img {
    border-radius: 10px;
    box-shadow: 3px 3px 3px #444444;
}

.mainProducts>.product007>.contents>div:nth-of-type(3) {
    margin-right: 0px;
}

.mainProducts>.product007>.contents>div>.picBlock {
    top: 0px;
    right: 0px;
    transition: 0.5s;
}

.mainProducts>.product007>.contents>div::after {
    display : block;
    content: "Webinar";
    clear: both;
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translateY(-50%);
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff; 
    text-shadow: 0px 0px 5px #444444;   
}

.mainProducts>.product007>.contents>div:nth-of-type(2)::after {
    content: "Motion Graphics";
    left: 31%;
}

.mainProducts>.product007>.contents>div:nth-of-type(3)::after {
    content: "viral Video";
}

.mainProducts>.product007>.contents>div:hover div {
    right: -100%;
}

/*------------------- mainBussinessWrap --------------------*/
.mainBussinessWrap {
    height: 600px;
    background-color: #ffffff;
    margin: 50px 0px;
    border-top: 1px solid #444444;
}

.mainBussinessWrap>h1 {
    top: 100px;
    left: 50%;
    font-family: "s-core-dream-regular", sans-serif !important;    
    font-size: 40px;
    color: lightskyblue;
    text-shadow: 0px 0px 5px #ffffff;
    z-index: 10;
}

.mainBussinessWrap>p {
    top: 150px;
    left: 50%;
    font-family: "s-core-dream-bold", sans-serif !important;    
    font-size: 1rem;
    color: #444444;
    text-shadow: 0px 0px 5px #ffffff;
    z-index: 10;
}

/*----------- mainProducts slide -----------*/
.slider001>.slick-list>.slick-track>.slick-slide>div>li {
    background-color: lightskyblue;
}

.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(1) {
    width: 67%;
    height: 500px;
}

.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(2) {
    width: 33%;
    height: 500px;
}

.slider001>.slick-dots {
    position:absolute;
    width: auto;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
.slider001>.slick-dots>li {
    width: auto;
    height: auto;
    margin: 0px 4px;
}

.slider001>.slick-dots>li>button::before {
    font-size: 20px;
}
  
.slider001>.slick-dots>li>span>img:last-child {
    display:none;
}
  
.slider001>.slick-dots>li.slick-active>span>img:last-child {
    display:block;
}
  
.slider001>.slick-dots>li.slick-active>span>img:first-child {
    display:none;
}
  
.slider001 {
    margin-bottom:0;
}
  
.slider001>.slick-list>.slick-track>.slick-slide>div {
    line-height:0;
}
  
.slider001>.slick-list>.slick-track>.slick-slide>div>* {
    line-height:normal;
}

.slick001-buttons {
    top: 94.5%;
}

.slick001-buttons>img {
    display: inline-block;
    width: 68px;
    height: 40px;
    background-size: contain;
}

.slick-prev01 {
    left: 34.4%;
}

.slick-next01 {
    left: 66.4%;
}

.slider001>.slick-prev {
    width: 68px;
    height: 40px;   
    top: 113.1%;
    left: 34.4%;
    transform: translate(-50%, -50%);    
    background: url(../image/slide-prev001.png) no-repeat;
    background-size: contain;
}
  
.slider001>.slick-prev::before {
    display: none;
}
  
.slider001>.slick-next {    
    width: 68px;
    height: 40px;   
    top: 113.1%;
    left: 66.4%;
    transform: translate(-50%, -50%);        
    background: url(../image/slide-next001.png) no-repeat;
    background-size: contain;
}
  
.slider001>.slick-next::before {
    display: none;
}

/*----------- mainProducts > SI -----------*/

.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(2)>h1 {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 80px;
    color: #444444;
    padding: 52px;
}  

.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(2)>p {
    padding: 30px;
    font-size: 12px;
    font-weight: bold;
}

/*----------- mainProducts > SM -----------*/
.slider001>.slick-list>.slick-track>.slick-slide:nth-of-type(3)>div>li>div:nth-of-type(2)>h1 {
    left: 45%;
}

/*----------- mainProducts > Consulting -----------*/
.slider001>.slick-list>.slick-track>.slick-slide:nth-of-type(4)>div>li>div:nth-of-type(2)>h1 {
    left: 55%;
}

.sliderConsulting>div:nth-of-type(2)>h1>span {
    font-size: 40px;
}

/*----------- mainProducts > Exobrain -----------*/
.slider001>.slick-list>.slick-track>.slick-slide:nth-of-type(5)>div>li>div:nth-of-type(2)>h1 {
    left: 50%;
}

.sliderExobrain>div:nth-of-type(2)>h1>span {
    font-size: 40px;
}

/*-------------------- footerwrap -------------------*/
.footerWrap {
    height: 120px;
    background-color: #444444;    
}

.endLogo {
    width: 160px;
    height: 50px;
    margin: 20px 30px;
    margin-right: 50px;
}

.footer {
    width: 500px;
    padding-top: 20px;
}

.footer>p {
    font-size: 12px;
    color: #eeeeee;
    padding: 3px 10px;
}

.footer>p:last-child {
    color: #aaaaaa;
}

/*------------------- subPages --------------------*/
.subPages {
    display: none;
    width: 100%;
}

.subPages>li>ul {
    background-color: #26509c;
}

.subPages>li>ul>li:first-child {
    padding-top: 90px;
}

.subPages>li>ul>li:first-child>h1 {
    font-family: "s-core-dream-light", sans-serif !important;
    font-size: 35px;
    color: #fff;
    text-align: center;
    text-shadow: 5px 5px 5px #444444;
    margin-top: 65px;
}

/*--------- subA ----------*/
/*--------- subA001 ----------*/
.subA001>li:nth-of-type(2) {
    background: linear-gradient(30deg,
    #a6d6ff,
    #ffffff,
    #a6d6ff);
    padding: 50px 0px 50px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1) {
    width: 760px;
    height: 250px;
    left: 50%;
    transform: translateX(-50%);
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2) {
    width: 760px;
    left: 50%;
    transform: translateX(-50%);
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(1) {
    font-family: "s-core-dream-light", sans-serif !important;    
    color: #0d8aff;
    padding-top: 20px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h1 {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 50px;
    padding: 10px 0px 10px;
    padding-left: 30px;    
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h1::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 15px;
    height: 50px;
    background-color: #333333;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h1::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 50%;
    height: 4px;
    background-color: #333333;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(2) {
    font-family: "s-core-dream-light", sans-serif !important;
    font-size: 14px;
    margin-top: 30px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(2)>span {
    color: orangered;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3 {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-weight: 400;
    color: #ffffff;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(1) {
    top: 36%;
    left: 50%;
    font-weight: 600;
    color: #333333;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(2) {
    top: 57%;
    left: 50%;
    font-weight: 600;
    color: #333333;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(3) {
    top: 40%;
    left: 20%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(4) {
    top: 40%;
    left: 81%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(5) {
    top: 76.5%;
    left: 50%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 180%;
    text-shadow: 3px 3px 3px #444444;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(1) {
    top: 55%;
    left: 20%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(2) {
    top: 55%;
    left: 81%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(3) {
    top: 87%;
    left: 50%;
}

/*--------- subA002 ----------*/
.subA002>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 0px;
}

.subA002>li:nth-of-type(2)>div {
    width: 760px;
    height: 550px;
    padding: 20px 0px 30px;
}

.subA002>li:nth-of-type(2)>div>.boxA {
    height: 50px;
}

.subA002>li:nth-of-type(2)>div>.boxB {
    height: 120px;
}

.subA002>li:nth-of-type(2)>div>.boxA>.boxA-1 {
    width: 20px;
    height: 100%;
    background-color: rgb(255, 140, 45);
}

.subA002>li:nth-of-type(2)>div>.boxA>.boxA-2 {
    width: calc(100% - 20px);
    text-align: center;
    padding: 10px;
}

.subA002>li:nth-of-type(2)>div>.boxA>.boxA-2>h3 {
    font-size: 1rem;
    color: rgb(255, 81, 0);
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-1 {
    width: 20px;
    height: 100%;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-2 {
    width: calc(100% - 20px);
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-2>p {
    font-size: 12px;
    font-weight: bold;
    padding: 20px 40px 20px 20px;
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-2>p>span {
    font-family: "s-core-dream-bold", sans-serif !important;
    color: orangered;
}

.subA002>li:nth-of-type(2)>div>.boxC {
    height: 253px;
    margin-top: 50px;
}

.subA002>li:nth-of-type(2)>div>.boxC::after {
    bottom: 0%;
    right: 0%;
    width: 20px;
    height: 473px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subA002>li:nth-of-type(2)>div>.boxC>div {
    width: 50%;
}

.subA002>li:nth-of-type(2)>div>.boxC>.boxC-2>h3 {
    font-size: 16px;
    padding: 20px 100px;
}

.subA002>li:nth-of-type(2)>div>.boxC>.boxC-2>h3:first-child {
    margin-top: 100px;
}

/*--------- subA003 ----------*/
.subA003>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 70px 0px 50px;
}

.subA003>li:nth-of-type(2)>div {
    width: 760px;
}

.subA003>li:nth-of-type(2)>.boxWrap::before {
    bottom: 0%;
    left: 0%;
    width: 20px;
    height: 408px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subA003>li:nth-of-type(2)>.boxWrap::after {
    bottom: 0%;
    right: 0%;
    width: 20px;
    height: 408px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(1) {
    width: 30%;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(2) {
    width: 70%;
    border-left: 2px solid #cccccc;
        padding-bottom: 20px;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(1)>h4 {
    font-size: 14px;
    text-align: center;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(2)>h5 {
    font-size: 11px;
    padding-left: 50px;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(2)::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: -5px;
    left: -14px;
    width: 25px;
    height: 50px;
    background: url(../image/icons001.png) no-repeat;
    background-size: cover;
}

/*--------- subA004 ----------*/
.subA004>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 0px 0px 70px;
}

.subA004>li:nth-of-type(2)>div {
    width: 760px;
}

.subA004>li:nth-of-type(2)>.con::before {
    top: 9.2%;
    left: 0%;
    width: 20px;
    height: 390px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subA004>li:nth-of-type(2)>.con::after {
    top: 9.2%;
    right: 0%;
    width: 20px;
    height: 390px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.adressMap {
    width: 640px;
    height: 456px;
    padding: 0px 20px;
    background-color: #aaaaaa;
    box-sizing: border-box;    
}

.adressMap>.mapHidden01 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 86px;
    background-color: #aaaaaa;
}

.adressMap>.mapHidden02 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

.subA004>li:nth-of-type(2)>div>.adressText {
    padding-left: 50px;
}

.subA004>li:nth-of-type(2)>div>div>h3 {
    font-size: 16px;
    margin-top: 50px;
}

.subA004>li:nth-of-type(2)>div>div>h3::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(30deg,
     rgb(190, 220, 255),
     rgb(134, 176, 255),
     rgb(190, 220, 255));
}

.subA004>li:nth-of-type(2)>div>div>h4 {
    font-size: 14px;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(1) {
    margin-top: 20px;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(1)::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0px;
    left: -27px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(30deg,
     rgb(190, 220, 255),
     rgb(134, 176, 255),
     rgb(190, 220, 255));
}

.subA004>li:nth-of-type(2)>div>div>p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(2) {
    margin-top: 20px;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(2)::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0px;
    left: -27px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(30deg,
     rgb(190, 220, 255),
     rgb(134, 176, 255),
     rgb(190, 220, 255));
}

.subA004>li:nth-of-type(2)>div>div>p:last-child {
    margin-top: 20px;
}

.subA004>li:nth-of-type(2)>div>div>p:last-child::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0px;
    left: -27px;
    width: 15px;
    height: 90px;
    background: linear-gradient(30deg,
     rgb(190, 220, 255),
     rgb(134, 176, 255),
     rgb(190, 220, 255));
}

/*--------- subB ----------*/
/*--------- subB001 ----------*/
.subB001>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 50px;
}

.subB001>li:nth-of-type(2)>div {
    width: 1004px;
}

.subB001>li:nth-of-type(2)>div>div:nth-of-type(1) {
    width: 40%;
}

.subB001>li:nth-of-type(2)>div>div:nth-of-type(2) {
    width: 60%;
}

.subB001>li:nth-of-type(2)>div>.boxA::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 135px;
    right: 0px;
    width: 100%;
    height: 10px;
    background-color: rgb(0, 153, 255);
}

.subB001>li:nth-of-type(2)>div>.boxA>h2 {
    margin: 50px 0px 60px 50px;
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 50px;
}


.subB001>li:nth-of-type(2)>div>.boxA>p {
    font-size: 12px;
    font-weight: bold;
}

.subB001>li:nth-of-type(2)>div>.boxB>div {
    height: 200px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div {
    width: 50%;
    text-align: center;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>h3 {
    font-size: 16px;
    padding-top: 90px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>span {
    font-size: 12px;
    font-weight: bold;
}

.subB001>li:nth-of-type(2)>div>.boxB>div:hover h3 {
    color:orangered;    
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>div:nth-of-type(1) {
    height: 200px;
    z-index: 10;
    transition: 0.5s;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>div:nth-of-type(2) {
    border-left: 5px solid  rgb(0, 153, 255);
}

.subB001>li:nth-of-type(2)>div>.boxB>div:nth-of-type(1)>div>div:nth-of-type(2) {
    border-left: 5px solid orangered);
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>div>p {
    font-size: 12px;
    font-weight: bold;
    padding: 65px 30px;
    text-align: left;
}

/*--------- subB002 ----------*/
.subB002>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 50px;
}

.subB002>li:nth-of-type(2)>.boxWrap {
    width: 1004px;
}

.subB002>li:nth-of-type(2)>.boxWrap>div:nth-of-type(1) {
    width: 60%;
}

.subB002>li:nth-of-type(2)>.boxWrap>div:nth-of-type(2) {
    width: 40%;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div {
    height: 100px;
    margin-bottom: 10px;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(1) {
    width: 30%;
    border-right: 10px solid #444444;
    box-sizing: border-box;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(2) {
    width: 66%;
    padding: 0px 2%;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(2)>h2 {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 22px;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(2)>p {
    font-size:11px;
    font-weight: 600;
    margin-top: 20px;
}

.subB002>li:nth-of-type(2)>div>.boxB::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 170px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-color: rgb(0, 153, 255);
}

.subB002>li:nth-of-type(2)>div>.boxB>h2 {
    margin: 50px 0px 60px 50px;
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 5rem;
}

.subB002>li:nth-of-type(2)>div>.boxB>h2>span {
    font-size: 20px;
    margin-left: 10px;
}

.subB002>li:nth-of-type(2)>div>.boxB>p {
    font-size: 11px;
    font-weight: bold;
}

.subB002>li:nth-of-type(2)>div>.boxB>p:nth-of-type(2) {
    margin-top: 40px;
    color: orangered;
}

/*--------- subB003 ----------*/
.subB003>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 50px;
}

.subB003>li:nth-of-type(2)>.boxWrap {
    width: 760px;
}

.subB003>li:nth-of-type(2)>.boxWrap::before {
    bottom: 0%;
    left: -122px;
    width: 20px;
    height: 900px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subB003>li:nth-of-type(2)>.boxWrap::after {
    bottom: 0%;
    right: -122px;
    width: 20px;
    height: 900px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC {
    width: 300px;
    height: 200px;
    z-index: 30;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC>img {
    border-radius: 20px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 40px;
    left: 50px;
    width: 270px;
    height: 180px;
    background-color: rgb(0, 153, 255);
    border-radius: 18px;
    z-index: -10;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 80px;
    left: 95px;
    width: 243px;
    height: 162px;
    background-color: rgb(134, 207, 255);
    border-radius: 16px;
    z-index: -20;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1 {
    top: 20px;
    left: 400px;
    font-family: "s-core-dream-bold", sans-serif !important;

}

.subB003>li:nth-of-type(2)>.boxWrap>h1>span {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 50px;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 20px;
    right: -50px;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 153, 255, 0.5);
    border-radius: 50%;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 70px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 255, 179, 0.6);
    border-radius: 50%;
}

.subB003>li:nth-of-type(2)>.boxWrap>p {
    top: 100px;
    left: 400px;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row {
    margin-bottom: 20px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.boxA {
    margin-top: 100px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(1) {
    width: 200px;
    height: 135px;
    margin-right: 50px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(2) {
    width: calc(100% - (200px + 100px));
    height: 135px;
    margin: 0px 20px;
    border-radius: 20px;
    border: 2px dotted rgba(0, 153, 255, 0.8);
}

.subB003>li:nth-of-type(2)>.boxWrap>div>.cell>img {
    border-radius: 20px;
    box-shadow: 3px 3px 5px #444444;
}

.subB003>li:nth-of-type(2)>.boxWrap>div>div>p {
    font-size: 13px;
    font-weight: bold;
    padding: 20px;    
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(2)::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 153, 255, 0.8);
    border-radius: 50%;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row:nth-of-type(3)>div:nth-of-type(2)::after {
    background-color: rgba(0, 153, 255, 0.6);
}

.subB003>li:nth-of-type(2)>.boxWrap>.row:nth-of-type(4)>div:nth-of-type(2)::after {
    background-color: rgba(0, 153, 255, 0.4);
}

.subB003>li:nth-of-type(2)>.boxWrap>.row:nth-of-type(5)>div:nth-of-type(2)::after {
    background-color: rgba(0, 153, 255, 0.2);
}

/*--------- subB004 ----------*/
.subB004>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 50px;
}

.subB004>li:nth-of-type(2)>.boxWrap {
    width: 760px;
}

.subB004>li:nth-of-type(2)>.boxWrap::before {
    bottom: 0%;
    left: -122px;
    width: 20px;
    height: 805px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subB004>li:nth-of-type(2)>.boxWrap::after {
    bottom: 0%;
    right: -122px;
    width: 20px;
    height: 805px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subB004>li:nth-of-type(2)>.boxWrap>h1::after {
    top: 100px;
    left: 0px;
    width: 760px;
    height: 10px;
    background-color: rgb(0, 153, 255);
}

.subB004>li:nth-of-type(2)>.boxWrap>h1 {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 5rem;
    margin-bottom: 40px;
}

.subB004>li:nth-of-type(2)>.boxWrap>h1>span {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 25px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div {
    margin: 20px 0px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1) {
    width: 15%;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2) {
    width: 85%;
    height: 150px;
    border-bottom: 2px solid #777777;
    padding: 20px 0px 20px 100px;
    margin-left: 15%;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    top: 75px;
    left: 100%;
    border-radius: 50%;
    background: linear-gradient(315deg,
    rgb(38, 73, 114),
    rgb(28, 202, 255));
    z-index: 10;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 75px;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: linear-gradient(135deg,
    rgb(38, 73, 114),
    rgb(28, 202, 255));
    z-index: 20;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)>h4 {
    top: 75px;
    left: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    z-index: 30;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2)>p {
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}

/*--------- subB005 ----------*/
.subB005>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 100px;
}

.subB005>li:nth-of-type(2)>.boxWrap {
    width: 1004px;
    background-color: rgb(157, 199, 255);
}

.subB005>h3 {
    font-size: 16px;
    text-align: center;
    background-color: #ffffff;
    padding: 50px 0px 0px;
}

.PFbox>div {
    width: 25%;
    height: 150px;
    padding: 3px;
    box-sizing: border-box;
}

.PFbox>div:nth-of-type(6) {
    background-color: rgb(183, 214, 255);
}

.PFbox>div:nth-of-type(8) {
    background-color: rgb(183, 214, 255);
}

.PFbox>div:nth-of-type(14) {
    background-color: rgb(183, 214, 255);
}

.PFbox>div:nth-of-type(16) {
    background-color: rgb(183, 214, 255);
}

/*--------- subC ----------*/
/*--------- subC001 ----------*/
.subC001>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 50px;
}

.subC001>li:nth-of-type(2)>div {
    width: 1004px;
}

.SCTextBox>.boxA {
    width: 25%;
}

.SCTextBox>.boxA::before{
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 30px;
    height: 10px;
    background-color: #000000;
}

.SCTextBox>.boxA::after{
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 88%;
    left: 39%;
    width: 30px;
    height: 10px;
    background-color: #000000;
}

.SCTextBox>.boxA>span {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 2rem;
    padding: 20px 25px;
    border-left: 10px solid #000000 ;
    border-right: 10px solid #000000 ;
}

.SCTextBox>.boxB {
    width: 75%;
    padding: 20px 10px;
    box-sizing: border-box;
}

.SCTextBox>.boxB>p {
    font-size: 12px;
    font-weight: bold;
}

.SCTextBox>.boxB>p>span {
    color: brown;
}

.SC001MenuBox {
    margin-top: 50px;
}

.SC001MenuBox>a {
    width: calc((100% - 20px) / 6);
    font-size: 12px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(226, 239, 255);
    padding: 10px 5px;
    margin-right: 4px;
}

.SC001MenuBox>a:nth-of-type(1) {
    color: rgb(255, 68, 0);
    background-color: rgb(198, 225, 255);
}

.SC001MenuBox>a:hover {
    color: rgb(255, 68, 0);
    background-color: rgb(198, 225, 255);
}

.SC001MenuBox>a:nth-of-type(6) {
    margin-right: 0px;
}

.SC001ListBox {
    width: 1004px;
    box-sizing: border-box;
}

.SC001ListBox>div {
    display: none;
    padding: 20px;
    background-color: rgb(198, 225, 255);
    box-sizing: border-box;
}

.SC001ListBox>div>img {
    width: 964px;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #cccccc;
    box-sizing: border-box;
}

.SC001ListBox>.box001 {
    display: block;
}

/*--------- subC002 ----------*/
.subC002>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 100px 0px 50px;
}

.subC002>li:nth-of-type(2)>div {
    width: 1004px;
}

.subC002>li:nth-of-type(2)>.boxWrap>h3 {
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subC002>li:nth-of-type(2)>.boxWrap>h3::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 30px;
    background: url(../image/pointicon-001.png) no-repeat;
    background-size: cover;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    text-align: center;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1)::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 30px;
    background: url(../image/pointicon-001.png) no-repeat;
    background-size: cover;
    z-index: 10;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1)::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #004ec4;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA {
    margin-top: 60px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div {
    width: 50%;
    padding: 20px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div>p {
    font-size: 12px;
    font-weight: bold;
    margin-top: 50px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div>p>span {
    color: rgb(0, 106, 226);
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2) {
    width: 100%;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(180deg,
    rgb(42, 75, 136),
    rgb(105, 163, 230));
    box-sizing: border-box;
    margin-top: 20px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxB {
    margin: 40px 40px 0px 40px;
}

/*--------- subC003 ----------*/
.subC003>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 30px 0px 50px;
}

.subC003>li:nth-of-type(2)>div {
    width: 1004px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1) {
    width: 30%;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2) {
    width: 70%;
    padding: 0px 20px 20px 20px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1::before{
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 30px; 
    height: 10px;
    background-color: #000000;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1::after{
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 92px;
    left: 200px;
    width: 30px;
    height: 10px;
    background-color: #000000;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1>span {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 2rem;
    padding: 20px 25px;
    border-left: 10px solid #000000 ;
    border-right: 10px solid #000000 ;
    margin-top: 20px;
    margin-left: 0px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1>p {
    font-size: 12px;
    font-weight: bold;
    margin-top: 30px;
}

/*--------- subC004 ----------*/
.subC004>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 100px 0px 50px;
}

.subC004>li:nth-of-type(2)>div {
    width: 1004px;
    height: 1250px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic001 {
    top: -50px;
    left: 50%;
    width: 600px;
    height: 600px;
    opacity: 0.5;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1 {
    font-family: "s-core-dream-bold", sans-serif !important;
    text-align: center;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(1):before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 45%;
    left: 21.5%;
    transform: translate(-50%, -50%);
    width: 430px; 
    height: 4px;
    background-color: #225197;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(1):after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 45%;
    left: 78.5%;
    transform: translate(-50%, -50%);
    width: 430px; 
    height: 4px;
    background-color: #225197;
}

.subC004>li:nth-of-type(2)>.boxWrap>p:nth-of-type(1) {
    font-size: 12px;
    font-weight: bold;
    margin-top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic002 {
    top: 160px;
    left: 50%;
    width: 400px;
    height: 400px;
    border: 4px solid #44618d;
}

.subC004>li:nth-of-type(2)>.boxWrap>h3:nth-of-type(1) {
    top: 150px;
    left: 50%;
    padding: 0px 10px;
    background-color: #ffffff;
}

.subC004>li:nth-of-type(2)>.boxWrap>.list {
    width: 200px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #225197; 
    box-shadow: 5px 5px 5px #444444;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    top: 200px;
    left: 18%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2) {
    top: 290px;
    left: 18%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(3) {
    top: 380px;
    left: 18%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(4) {
    top: 470px;
    left: 18%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(5) {
    top: 200px;
    left: 58%;
    font-size: 12px;
    font-weight: bold;
    color: orangered;
    background-color: rgb(155, 195, 255);
    text-shadow: 0px 0px 5px #ffffff;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(6) {
    top: 290px;
    left: 58%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(7) {
    top: 380px;
    left: 58%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(8) {
    top: 470px;
    left: 58%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(2) {
    top: 630px;
    left: 50%;
    font-size: 16px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(2)>span {
    font-size: 11px;
    font-weight: bold;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic003 {
    top: 660px;
    left: 50%;
    transform: translateX(-50%);
    width: 760px;
    padding: 20px;
    box-sizing: border-box;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic004 {
    top: 970px;
    left: 50%;
    transform: translateX(-50%);
    width: 640px;
    padding: 20px;
    box-sizing: border-box;
}

/*--------- subC005 ----------*/
.subC005>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 20px;
}

.subC005>li:nth-of-type(2)>.boxWrap {
    width: 1004px;
    height: 1200px;
}

.subC005>li:nth-of-type(2)>.boxWrap>h4 {
    width: calc(((100% - 40px) - 6%) / 4);
    padding: 30px;
    margin-right: 2%;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(135deg,
    rgb(42, 75, 136),
    rgb(146, 188, 235));
    border-top: 8px solid #1f3c68;
    border-bottom-right-radius: 30px;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px #444444;
}

.subC005>li:nth-of-type(2)>.boxWrap>.cell:nth-of-type(1) {
    margin-left: 20px;
}

.subC005>li:nth-of-type(2)>.boxWrap>.cell:nth-of-type(4) {
    margin-right: 0%;
}

.subC005>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2) {
    left: 26.4%;
}

.subC005>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(3) {
    left: 50.7%;
}

.subC005>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(4) {
    left: 75%;
}

.subC005>li:nth-of-type(2)>.boxWrap>.pic001 {
    width: 860px;
    padding: 20px;
}

.subC005>li:nth-of-type(2)>.boxWrap>h1 {
    width: 30%;
    font-family: "s-core-dream-regular", sans-serif !important;
    font-size: 26px;
    color: #444444;
    text-align: center;
    padding: 5px 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: linear-gradient(135deg,
    rgb(104, 139, 204),
    rgb(210, 229, 250));
    box-shadow: 3px 3px 5px #444444;
}

.subC005>li:nth-of-type(2)>.boxWrap>p:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: orangered;
    margin: 40px;
}

.subC005>li:nth-of-type(2)>.boxWrap>.pic002 {
    padding: 20px;
    margin-top: 40px;
}

.subC005>li:nth-of-type(2)>.boxWrap>p:nth-of-type(2) {
    font-size: 12px;
    font-weight: bold;
    padding: 20px;
}

/*--------- subD ----------*/
/*--------- subD001 ----------*/
.subD001>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 100px;
}

.subD001>li:nth-of-type(2)>.boxWrap {
    width: 1260px;
    height: 546px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA {
    width: 43%;
    height: 540px;
    margin-top: 106px;
    margin-left: 5%;
    margin-right: 2%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>img {
    width: 560px;
    height: 540px;
    background-size: cover;
    box-sizing: border-box;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB {
    width: 45%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>.blankBox {
    top: 130px;
    left: 36%;
    width: 300px;
    height: 170px;
    background-color: #dddddd;
    border-radius: 20px;
    border: 1px solid #444444;
    opacity: 0.8;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>p {
    top: 150px;
    left: 38%;
    width: 340px;
    height: 210px;
    font-size: 12px;
    font-weight: bold;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>h2 {
    font-family: "s-core-dream-regular", sans-serif !important;
    top: 20px;
    left: -8%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox {
    margin-top: 100px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>div:nth-of-type(1) {
    width: calc((100% - 6px) / 4);
    margin-right: 6px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>div:nth-of-type(2) {
    width: calc((100% - 6px) / 4 * 3);
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5 {
    margin: 6px 0px;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    background-color: #999999;
    padding: 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(1) {
    background-color: #444444;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(2) {
    padding: 18px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(3) {
    padding: 17px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(5) {
    padding: 17px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p {
    margin: 6px 0px;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #222222;
    background-color: #cccccc;
    padding: 10px 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(1) {
    text-align: center;
    padding: 10.5px 10px;
    color: #ffffff;
    background-color: #444444;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(4) {
    padding: 11px 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(6) {
    padding: 11px 10px;
}

/*--------- subD002 ----------*/
.subD002>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 70px;
}

.subD002>li:nth-of-type(2)>.boxWrap {
    width: 1004px;
    height: 495px;
    padding: 20px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2 {
    font-family: "s-core-dream-regular", sans-serif !important;
    text-align: center;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4 {
    width: 200px;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #777777;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #444444;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    margin-top: 50px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1):after {
    background: url(../image/c004-002-001.png) no-repeat;
    background-size: cover;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2):after {
    background: url(../image/c004-002-003.png) no-repeat;
    background-size: cover;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(3):after {
    background: url(../image/c004-002-004.png) no-repeat;
    background-size: cover;
}

.subD002>li:nth-of-type(2)>.boxWrap>p {
    width: 500px;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #cccccc;
    border-radius: 10px;
    margin: 10px 0px 20px;
    box-shadow: 3px 3px 3px #444444;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(2) {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-size: 20px;
    color: #444444;
    top: 32%;
    right: 20%;
    z-index: 10;
    text-shadow: 0px 0px 5px #ffffff;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(2)>span {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-weight: bold;
    color: rgb(24, 147, 230);
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(3) {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-size: 20px;
    color: #444444;
    top: 48%;
    right: 18.5%;
    z-index: 10;
    text-shadow: 0px 0px 5px #ffffff;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(3)>span {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-weight: bold;
    color: orangered;
}

.subD002>li:nth-of-type(2)>.boxWrap>.pic {
    bottom: 20px;
    right: 20px;
    width: 300px;
    opacity: 0.7;
}

/*------------------ goTopBtn -------------------*/
.goTopBtn {
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #cccccc;
    border: 1px solid #444444;
    box-shadow: -5px -5px 3px #ffffff;
    z-index: 1000;
}

.goTopBtn>span {
    padding: 15px 0px;
    text-shadow: 0px 0px 3px #444444;
}

}


@media (max-width: 1920px) {

/*------------------ whiteBG -----------------*/
body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 1;
    z-index: 2000;
    animation: logoani01 2s ease;
}

@keyframes logoani01 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*------------------ moPanel -----------------*/
#moPanel {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0px;
    right: -200px;
    background: linear-gradient(90deg,
    rgba(145, 207, 255, 0.9),    
    rgba(0, 95, 168, 0.9));
    box-shadow: -3px 0px 3px #5a96ff;
    z-index: 100;
    transition: 0.5s; 
}

#moPanel.on {
   right: 0px; 
}

.btnMo {
    display: none;
    position: fixed;
    top: 7px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    border: 0.5px solid #26509c;
    box-shadow: 0px 0px 5px #ffffff;
    z-index: 100;
}

.btnMo>div {
    width: 90%;
    height: 10%;
    background-color: #5a96ff;
    border-radius: 3px;
    margin-left: 5%;
    margin-right: 5%;
    transition: 0.5s;
}

.btnMo>div:nth-of-type(1) {
    top: 25%;    
}

.btnMo>div:nth-of-type(2) {
    top: 50%;    
}

.btnMo>div:nth-of-type(3) {
    top: 75%;    
}

.btnMo>div:nth-of-type(4) {
    top: 50%;    
}

.btnMo:hover div:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 50%;
    left: 0%;    
}

.btnMo:hover div:nth-of-type(2) {
    transform: rotate(-90deg);
}

.btnMo:hover div:nth-of-type(3) {
    transform: rotate(45deg);
    top: 50%;
    left: 0%;
}

.btnMo:hover div:nth-of-type(4) {
    transform: rotate(0deg);
}

.moPanelMenu {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
}

.moPanelMenu>li {
    width: 80%;
    margin: 10px auto;
    color: #eeeeee;
    text-align: center;
    background: linear-gradient(90deg,
    rgba(0, 95, 168, 0.9),
    rgba(145, 207, 255, 0.9));    
    padding: 5px;
    border-radius: 5px;
}

.moPanelMenu>li:hover {
    font-weight: bold;
    color: rgb(0, 68, 146);
}

.moPanelMenu>li>a {
    font-size: 14px;
    text-shadow: 0px 0px 10px #ffffff;
}

.moPanelMenu>li:last-child>a>span:last-child {
    font-family: "s-core-dream-bold", sans-serif !important;
    color: green;
}

.moPanelMenu>li>.menuboxA {
    display: none;
    padding: 5px 0px;
}

.moPanelMenu>li>.menuboxA>li>a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    padding: 5px 0px;
    background: linear-gradient(90deg,
    rgba(145, 207, 255, 0.9),
    rgba(206, 234, 255, 0.9));    
}

.moPanelMenu>li>.menuboxA>li>a:hover {
    color: orangered;
}

/*---------- topBar ----------*/
.topBar {
    width: 100%;
    height: 34px;
    background: linear-gradient(30deg,
    rgb(26, 63, 112),
    rgb(100, 155, 255),
    rgb(26, 63, 112));
}

.topBar>li {
    padding: 5px 0px;
}

.topBar>li>a {
    font-size: 11px;
    font-weight: bold;
    color: #cccccc;
    padding: 1px 10px;
    border-right: 1px solid #cccccc;
}

.topBar>li>a:last-child {
    font-family: "s-core-dream-bold", sans-serif !important;
    color: springgreen;
    padding-right: 20px;
    border-right: none;
}

.topBar>li>a:hover {
    color: #ffffff;
}

/*-------------------- visual (main) --------------------*/
.visual {
    width: 100%;
}

/*-------------------- header --------------------*/
/*---------- header LOGO ----------*/
.LOGO {
    top: 18px;
    left:  30px;
    width: 160px;
    height: 50px;
    z-index: 50;
}

/*---------- headerWrap ----------*/
.headerWrap {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    background: unset;
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #444444;
    z-index: 30;
    box-sizing: border-box;
}

.header {
    width: 840px;
    height: 100%;
    padding-left: 120px;
}

.header>li {
    height: 100%;
    padding: 0px 20px;
}

.header>li>a {
    width: 100%;
    font-family: "s-core-dream-medium", sans-serif !important;
    font-size: 15px;
    color: #ffffff;
    line-height: 500%;
    padding: 10px 0px;
}

.header>li>a>span {
    font-family: "s-core-dream-medium", sans-serif !important;
    color: lightgreen;
}

.header>li::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 89px;
    background: linear-gradient(90deg,
     rgb(0, 174, 255),
     rgb(0, 129, 214),
     rgb(0, 174, 255));
    transition: 0.5s;
    opacity: 0.5;
    z-index: -10;
}

.header>li:hover::after {
    width: 100%;
}

/*---------- twoDepthWrap ----------*/
.twoDepthWrap {
    top: 0px;
    left: 0px;
    height: 50px;
    overflow: hidden;    
}

.twoDepth {
    top: -50px;
}

.twoDepth>.twoDepthBox>ul {
    left: 50%;
    transform: translateX(-50%);
    width: 57%;
    height: 45px;    
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    transition: 0.5s;
}

.twoDepth>.twoDepthBox>ul:nth-of-type(4) {
    width: 30%;
    left: calc(50% + 220px);
}

.twoDepth>.twoDepthBox>ul::after {
    display : block;
    content: "";
    clear: both;
    position: absolute;
    top: 60%;
    left: 105%;
    transform: translate(-50%, -50%);    
    width: 0.1px;
    height: 220px;
}

.twoDepth>.twoDepthBox>ul>li {
    font-size: 13px;
    color: #000000;
    box-sizing: border-box;
    border-right: 1px solid #444444;
}


.twoDepth>.twoDepthBox>ul>li:last-child {
    border-right: none;
}

.twoDepth>.twoDepthBox>ul:nth-of-type(5)>li {
    border: none;
}

.twoDepth>.twoDepthBox>ul>li>a {
    font-family: "s-core-dream-bold", sans-serif !important;
    padding: 15px 35px;
}

.twoDepth>.twoDepthBox>ul>li>a:hover {
    color: darkorange;
}

.twoDepth>.twoDepthBox>ul:nth-of-type(3)>li:nth-of-type(2)>a::after {
    display : block;
    content: "(법률 정보시스템)";
    clear: both;
    position: absolute;
    top: 32px;
    left: 10px;
    font-family: "s-core-dream-medium", sans-serif !important;
    font-size: 11px;
    color: #004ec4;
}

/*-------------------- mainProducts -------------------*/
.mainProducts {
    width: 1004px;
    margin: 0px auto 70px;    
}

.mainProducts>li {
    width: 32%;
    height: 280px;
    margin-right: 2%;
    margin-top: 50px;
    border-right: 1px solid #aaaaaa;
}

.mainProducts>li:nth-of-type(3) {
    margin-right: 0%;
}

.mainProducts>li:nth-of-type(6) {
    margin-right: 0%;
}

.mainProducts>li:nth-of-type(1)>h1 {
    font-family: "s-core-dream-bold", sans-serif !important;
    margin-top: 30px;
    margin-left: 50px;
    padding: 20px 0px;
}

.mainProducts>li:nth-of-type(1)>h1::before {
    display : block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translate(-50%, -50%);    
    width: 20px;
    height: 70px;
    background-color: #444444;
}

.mainProducts>li:nth-of-type(1)>h1::after {
    display : block;
    content: "";
    clear: both;
    position: absolute;
    top: 275px;
    left: 282px;
    transform: translate(-50%, -50%);    
    width: 245%;
    height: 20px;
    background-color: lightskyblue;
    z-index: 10;
}

.mainProducts>li:nth-of-type(1)>p {
    font-size: 12px;
    padding: 70px 0px;
}

.mainProducts>li>.pic {
    width: 210px;
    height: 100px;
    margin-top: 15px;
}

.mainProducts>li>.pic>img {
    border-radius: 10px;
    box-shadow: 3px 3px 5px #444444;
}

.mainProducts>li>h3 {
    top: 65px;
    left: 55%;
    font-family: "s-core-dream-black", sans-serif !important;
    color: #0d8aff;
    padding: 5px 10px;    
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: 3px 3px 5px #444444;
}

.mainProducts>li>p {
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
}

.mainProducts>li>p>span {
    color: orangered;
}

.mainProducts>.product007 {
    width: 100%;
    height: 280px;
}

.mainProducts>.product007::before {
    display : block;
    content: "";
    clear: both;
    position: absolute;
    top: -30px;
    right: 0px;
    width: 68%;
    height: 20px;
    background-color: lightskyblue;
    z-index: 10;
}

.mainProducts>.product007>h3 {
    left: 18%;
    font-family: "s-core-dream-bold", sans-serif !important;
}

.mainProducts>.product007>p {
    top: 0px;
    left: 320px;
    font-size: 12px;
    line-height: 150%;
}

.mainProducts>.product007>.contents {
    height: 135px;
    margin-top: 30px;
}

.mainProducts>.product007>.contents>div {
    width: 32%;
    height: 135px;
    margin-right: 2%;
    overflow: hidden;
    cursor: pointer;
}

.mainProducts>.product007>.contents>div>img {
    border-radius: 10px;
    box-shadow: 3px 3px 3px #444444;
}

.mainProducts>.product007>.contents>div:nth-of-type(3) {
    margin-right: 0px;
}

.mainProducts>.product007>.contents>div>.picBlock {
    top: 0px;
    right: 0px;
    transition: 0.5s;
}

.mainProducts>.product007>.contents>div::after {
    display : block;
    content: "Webinar";
    clear: both;
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translateY(-50%);
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff; 
    text-shadow: 0px 0px 5px #444444;   
}

.mainProducts>.product007>.contents>div:nth-of-type(2)::after {
    content: "Motion Graphics";
    left: 31%;
}

.mainProducts>.product007>.contents>div:nth-of-type(3)::after {
    content: "viral Video";
}

.mainProducts>.product007>.contents>div:hover div {
    right: -100%;
}

/*------------------- mainBussinessWrap --------------------*/
.mainBussinessWrap {
    height: 600px;
    background-color: #ffffff;
    margin: 50px 0px;
    border-top: 1px solid #444444;
}

.mainBussinessWrap>h1 {
    top: 100px;
    left: 50%;
    font-family: "s-core-dream-regular", sans-serif !important;    
    font-size: 40px;
    color: lightskyblue;
    text-shadow: 0px 0px 5px #ffffff;
    z-index: 10;
}

.mainBussinessWrap>p {
    top: 150px;
    left: 50%;
    font-family: "s-core-dream-bold", sans-serif !important;    
    font-size: 1rem;
    color: #444444;
    text-shadow: 0px 0px 5px #ffffff;
    z-index: 10;
}

/*----------- mainProducts slide -----------*/
.slider001>.slick-list>.slick-track>.slick-slide>div>li {
    background-color: lightskyblue;
}

.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(1) {
    width: 67%;
    height: 500px;
}

.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(2) {
    width: 33%;
    height: 500px;
}

.slider001>.slick-dots {
    position:absolute;
    width: auto;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
.slider001>.slick-dots>li {
    width: auto;
    height: auto;
    margin: 0px 4px;
}

.slider001>.slick-dots>li>button::before {
    font-size: 20px;
}
  
.slider001>.slick-dots>li>span>img:last-child {
    display:none;
}
  
.slider001>.slick-dots>li.slick-active>span>img:last-child {
    display:block;
}
  
.slider001>.slick-dots>li.slick-active>span>img:first-child {
    display:none;
}
  
.slider001 {
    margin-bottom:0;
}
  
.slider001>.slick-list>.slick-track>.slick-slide>div {
    line-height:0;
}
  
.slider001>.slick-list>.slick-track>.slick-slide>div>* {
    line-height:normal;
}

.slick001-buttons {
    top: 94.5%;
}

.slick001-buttons>img {
    display: inline-block;
    width: 68px;
    height: 40px;
    background-size: contain;
}

.slick-prev01 {
    left: 34.4%;
}

.slick-next01 {
    left: 66.4%;
}

.slider001>.slick-prev {
    width: 68px;
    height: 40px;   
    top: 113.1%;
    left: 34.4%;
    transform: translate(-50%, -50%);    
    background: url(../image/slide-prev001.png) no-repeat;
    background-size: contain;
}
  
.slider001>.slick-prev::before {
    display: none;
}
  
.slider001>.slick-next {    
    width: 68px;
    height: 40px;   
    top: 113.1%;
    left: 66.4%;
    transform: translate(-50%, -50%);        
    background: url(../image/slide-next001.png) no-repeat;
    background-size: contain;
}
  
.slider001>.slick-next::before {
    display: none;
}

/*----------- mainProducts > SI -----------*/

.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(2)>h1 {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 80px;
    color: #444444;
    padding: 52px;
}  

.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(2)>p {
    padding: 30px;
    font-size: 12px;
    font-weight: bold;
}

/*----------- mainProducts > SM -----------*/
.slider001>.slick-list>.slick-track>.slick-slide:nth-of-type(3)>div>li>div:nth-of-type(2)>h1 {
    left: 45%;
}

/*----------- mainProducts > Consulting -----------*/
.slider001>.slick-list>.slick-track>.slick-slide:nth-of-type(4)>div>li>div:nth-of-type(2)>h1 {
    left: 55%;
}

.sliderConsulting>div:nth-of-type(2)>h1>span {
    font-size: 40px;
}

/*----------- mainProducts > Exobrain -----------*/
.slider001>.slick-list>.slick-track>.slick-slide:nth-of-type(5)>div>li>div:nth-of-type(2)>h1 {
    left: 50%;
}

.sliderExobrain>div:nth-of-type(2)>h1>span {
    font-size: 40px;
}

/*-------------------- footerwrap -------------------*/
.footerWrap {
    height: 120px;
    background-color: #444444;    
}

.endLogo {
    width: 160px;
    height: 50px;
    margin: 20px 30px;
    margin-right: 50px;
}

.footer {
    width: 500px;
    padding-top: 20px;
}

.footer>p {
    font-size: 12px;
    color: #eeeeee;
    padding: 3px 10px;
}

.footer>p:last-child {
    color: #aaaaaa;
}

/*------------------- subPages --------------------*/
.subPages {
    display: none;
    width: 100%;
}

.subPages>li>ul {
    background-color: #26509c;
}

.subPages>li>ul>li:first-child {
    padding-top: 90px;
}

.subPages>li>ul>li:first-child>h1 {
    font-family: "s-core-dream-light", sans-serif !important;
    font-size: 35px;
    color: #fff;
    text-align: center;
    text-shadow: 5px 5px 5px #444444;
    margin-top: 65px;
}

/*--------- subA ----------*/
/*--------- subA001 ----------*/
.subA001>li:nth-of-type(2) {
    background: linear-gradient(30deg,
    #a6d6ff,
    #ffffff,
    #a6d6ff);
    padding: 50px 0px 50px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1) {
    width: 760px;
    height: 250px;
    left: 50%;
    transform: translateX(-50%);
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2) {
    width: 760px;
    left: 50%;
    transform: translateX(-50%);
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(1) {
    font-family: "s-core-dream-light", sans-serif !important;    
    color: #0d8aff;
    padding-top: 20px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h1 {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 50px;
    padding: 10px 0px 10px;
    padding-left: 30px;    
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h1::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 15px;
    height: 50px;
    background-color: #333333;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h1::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 50%;
    height: 4px;
    background-color: #333333;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(2) {
    font-family: "s-core-dream-light", sans-serif !important;
    font-size: 14px;
    margin-top: 30px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(2)>span {
    color: orangered;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3 {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-weight: 400;
    color: #ffffff;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(1) {
    top: 36%;
    left: 50%;
    font-weight: 600;
    color: #333333;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(2) {
    top: 57%;
    left: 50%;
    font-weight: 600;
    color: #333333;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(3) {
    top: 40%;
    left: 20%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(4) {
    top: 40%;
    left: 81%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(5) {
    top: 76.5%;
    left: 50%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 180%;
    text-shadow: 3px 3px 3px #444444;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(1) {
    top: 55%;
    left: 20%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(2) {
    top: 55%;
    left: 81%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(3) {
    top: 87%;
    left: 50%;
}

/*--------- subA002 ----------*/
.subA002>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 0px;
}

.subA002>li:nth-of-type(2)>div {
    width: 760px;
    height: 550px;
    padding: 20px 0px 30px;
}

.subA002>li:nth-of-type(2)>div>.boxA {
    height: 50px;
}

.subA002>li:nth-of-type(2)>div>.boxB {
    height: 120px;
}

.subA002>li:nth-of-type(2)>div>.boxA>.boxA-1 {
    width: 20px;
    height: 100%;
    background-color: rgb(255, 140, 45);
}

.subA002>li:nth-of-type(2)>div>.boxA>.boxA-2 {
    width: calc(100% - 20px);
    text-align: center;
    padding: 10px;
}

.subA002>li:nth-of-type(2)>div>.boxA>.boxA-2>h3 {
    font-size: 1rem;
    color: rgb(255, 81, 0);
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-1 {
    width: 20px;
    height: 100%;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-2 {
    width: calc(100% - 20px);
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-2>p {
    font-size: 12px;
    font-weight: bold;
    padding: 20px 40px 20px 20px;
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-2>p>span {
    font-family: "s-core-dream-bold", sans-serif !important;
    color: orangered;
}

.subA002>li:nth-of-type(2)>div>.boxC {
    height: 253px;
    margin-top: 50px;
}

.subA002>li:nth-of-type(2)>div>.boxC::after {
    bottom: 0%;
    right: 0%;
    width: 20px;
    height: 473px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subA002>li:nth-of-type(2)>div>.boxC>div {
    width: 50%;
}

.subA002>li:nth-of-type(2)>div>.boxC>.boxC-2>h3 {
    font-size: 16px;
    padding: 20px 100px;
}

.subA002>li:nth-of-type(2)>div>.boxC>.boxC-2>h3:first-child {
    margin-top: 100px;
}

/*--------- subA003 ----------*/
.subA003>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 70px 0px 50px;
}

.subA003>li:nth-of-type(2)>div {
    width: 760px;
}

.subA003>li:nth-of-type(2)>.boxWrap::before {
    bottom: 0%;
    left: 0%;
    width: 20px;
    height: 408px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subA003>li:nth-of-type(2)>.boxWrap::after {
    bottom: 0%;
    right: 0%;
    width: 20px;
    height: 408px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(1) {
    width: 30%;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(2) {
    width: 70%;
    border-left: 2px solid #cccccc;
        padding-bottom: 20px;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(1)>h4 {
    font-size: 14px;
    text-align: center;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(2)>h5 {
    font-size: 11px;
    padding-left: 50px;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(2)::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: -5px;
    left: -14px;
    width: 25px;
    height: 50px;
    background: url(../image/icons001.png) no-repeat;
    background-size: cover;
}

/*--------- subA004 ----------*/
.subA004>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 0px 0px 70px;
}

.subA004>li:nth-of-type(2)>div {
    width: 760px;
}

.subA004>li:nth-of-type(2)>.con::before {
    top: 9.2%;
    left: 0%;
    width: 20px;
    height: 390px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subA004>li:nth-of-type(2)>.con::after {
    top: 9.2%;
    right: 0%;
    width: 20px;
    height: 390px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.adressMap {
    width: 640px;
    height: 456px;
    padding: 0px 20px;
    background-color: #aaaaaa;
    box-sizing: border-box;    
}

.adressMap>.mapHidden01 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 86px;
    background-color: #aaaaaa;
}

.adressMap>.mapHidden02 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

.subA004>li:nth-of-type(2)>div>.adressText {
    padding-left: 50px;
}

.subA004>li:nth-of-type(2)>div>div>h3 {
    font-size: 16px;
    margin-top: 50px;
}

.subA004>li:nth-of-type(2)>div>div>h3::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(30deg,
     rgb(190, 220, 255),
     rgb(134, 176, 255),
     rgb(190, 220, 255));
}

.subA004>li:nth-of-type(2)>div>div>h4 {
    font-size: 14px;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(1) {
    margin-top: 20px;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(1)::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0px;
    left: -27px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(30deg,
     rgb(190, 220, 255),
     rgb(134, 176, 255),
     rgb(190, 220, 255));
}

.subA004>li:nth-of-type(2)>div>div>p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(2) {
    margin-top: 20px;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(2)::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0px;
    left: -27px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(30deg,
     rgb(190, 220, 255),
     rgb(134, 176, 255),
     rgb(190, 220, 255));
}

.subA004>li:nth-of-type(2)>div>div>p:last-child {
    margin-top: 20px;
}

.subA004>li:nth-of-type(2)>div>div>p:last-child::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0px;
    left: -27px;
    width: 15px;
    height: 90px;
    background: linear-gradient(30deg,
     rgb(190, 220, 255),
     rgb(134, 176, 255),
     rgb(190, 220, 255));
}

/*--------- subB ----------*/
/*--------- subB001 ----------*/
.subB001>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 50px;
}

.subB001>li:nth-of-type(2)>div {
    width: 1004px;
}

.subB001>li:nth-of-type(2)>div>div:nth-of-type(1) {
    width: 40%;
}

.subB001>li:nth-of-type(2)>div>div:nth-of-type(2) {
    width: 60%;
}

.subB001>li:nth-of-type(2)>div>.boxA::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 135px;
    right: 0px;
    width: 100%;
    height: 10px;
    background-color: rgb(0, 153, 255);
}

.subB001>li:nth-of-type(2)>div>.boxA>h2 {
    margin: 50px 0px 60px 50px;
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 50px;
}


.subB001>li:nth-of-type(2)>div>.boxA>p {
    font-size: 12px;
    font-weight: bold;
}

.subB001>li:nth-of-type(2)>div>.boxB>div {
    height: 200px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div {
    width: 50%;
    text-align: center;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>h3 {
    font-size: 16px;
    padding-top: 90px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>span {
    font-size: 12px;
    font-weight: bold;
}

.subB001>li:nth-of-type(2)>div>.boxB>div:hover h3 {
    color:orangered;    
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>div:nth-of-type(1) {
    height: 200px;
    z-index: 10;
    transition: 0.5s;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>div:nth-of-type(2) {
    border-left: 5px solid  rgb(0, 153, 255);
}

.subB001>li:nth-of-type(2)>div>.boxB>div:nth-of-type(1)>div>div:nth-of-type(2) {
    border-left: 5px solid orangered);
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>div>p {
    font-size: 12px;
    font-weight: bold;
    padding: 65px 30px;
    text-align: left;
}

/*--------- subB002 ----------*/
.subB002>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 50px;
}

.subB002>li:nth-of-type(2)>.boxWrap {
    width: 1004px;
}

.subB002>li:nth-of-type(2)>.boxWrap>div:nth-of-type(1) {
    width: 60%;
}

.subB002>li:nth-of-type(2)>.boxWrap>div:nth-of-type(2) {
    width: 40%;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div {
    height: 100px;
    margin-bottom: 10px;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(1) {
    width: 30%;
    border-right: 10px solid #444444;
    box-sizing: border-box;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(2) {
    width: 66%;
    padding: 0px 2%;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(2)>h2 {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 22px;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(2)>p {
    font-size:11px;
    font-weight: 600;
    margin-top: 20px;
}

.subB002>li:nth-of-type(2)>div>.boxB::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 170px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-color: rgb(0, 153, 255);
}

.subB002>li:nth-of-type(2)>div>.boxB>h2 {
    margin: 50px 0px 60px 50px;
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 5rem;
}

.subB002>li:nth-of-type(2)>div>.boxB>h2>span {
    font-size: 20px;
    margin-left: 10px;
}

.subB002>li:nth-of-type(2)>div>.boxB>p {
    font-size: 11px;
    font-weight: bold;
}

.subB002>li:nth-of-type(2)>div>.boxB>p:nth-of-type(2) {
    margin-top: 40px;
    color: orangered;
}

/*--------- subB003 ----------*/
.subB003>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 50px;
}

.subB003>li:nth-of-type(2)>.boxWrap {
    width: 760px;
}

.subB003>li:nth-of-type(2)>.boxWrap::before {
    bottom: 0%;
    left: -122px;
    width: 20px;
    height: 900px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subB003>li:nth-of-type(2)>.boxWrap::after {
    bottom: 0%;
    right: -122px;
    width: 20px;
    height: 900px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC {
    width: 300px;
    height: 200px;
    z-index: 30;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC>img {
    border-radius: 20px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 40px;
    left: 50px;
    width: 270px;
    height: 180px;
    background-color: rgb(0, 153, 255);
    border-radius: 18px;
    z-index: -10;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 80px;
    left: 95px;
    width: 243px;
    height: 162px;
    background-color: rgb(134, 207, 255);
    border-radius: 16px;
    z-index: -20;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1 {
    top: 20px;
    left: 400px;
    font-family: "s-core-dream-bold", sans-serif !important;

}

.subB003>li:nth-of-type(2)>.boxWrap>h1>span {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 50px;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 20px;
    right: -50px;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 153, 255, 0.5);
    border-radius: 50%;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 70px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 255, 179, 0.6);
    border-radius: 50%;
}

.subB003>li:nth-of-type(2)>.boxWrap>p {
    top: 100px;
    left: 400px;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row {
    margin-bottom: 20px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.boxA {
    margin-top: 100px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(1) {
    width: 200px;
    height: 135px;
    margin-right: 50px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(2) {
    width: calc(100% - (200px + 100px));
    height: 135px;
    margin: 0px 20px;
    border-radius: 20px;
    border: 2px dotted rgba(0, 153, 255, 0.8);
}

.subB003>li:nth-of-type(2)>.boxWrap>div>.cell>img {
    border-radius: 20px;
    box-shadow: 3px 3px 5px #444444;
}

.subB003>li:nth-of-type(2)>.boxWrap>div>div>p {
    font-size: 13px;
    font-weight: bold;
    padding: 20px;    
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(2)::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 153, 255, 0.8);
    border-radius: 50%;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row:nth-of-type(3)>div:nth-of-type(2)::after {
    background-color: rgba(0, 153, 255, 0.6);
}

.subB003>li:nth-of-type(2)>.boxWrap>.row:nth-of-type(4)>div:nth-of-type(2)::after {
    background-color: rgba(0, 153, 255, 0.4);
}

.subB003>li:nth-of-type(2)>.boxWrap>.row:nth-of-type(5)>div:nth-of-type(2)::after {
    background-color: rgba(0, 153, 255, 0.2);
}

/*--------- subB004 ----------*/
.subB004>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 70px;
}

.subB004>li:nth-of-type(2)>.boxWrap {
    width: 760px;
}

.subB004>li:nth-of-type(2)>.boxWrap::before {
    bottom: 0%;
    left: -122px;
    width: 20px;
    height: 805px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subB004>li:nth-of-type(2)>.boxWrap::after {
    bottom: 0%;
    right: -122px;
    width: 20px;
    height: 805px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subB004>li:nth-of-type(2)>.boxWrap>h1::after {
    top: 100px;
    left: 0px;
    width: 760px;
    height: 10px;
    background-color: rgb(0, 153, 255);
}

.subB004>li:nth-of-type(2)>.boxWrap>h1 {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 5rem;
    margin-bottom: 40px;
}

.subB004>li:nth-of-type(2)>.boxWrap>h1>span {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 25px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div {
    margin: 20px 0px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1) {
    width: 15%;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2) {
    width: 85%;
    height: 150px;
    border-bottom: 2px solid #777777;
    padding: 20px 0px 20px 100px;
    margin-left: 15%;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    top: 75px;
    left: 100%;
    border-radius: 50%;
    background: linear-gradient(315deg,
    rgb(38, 73, 114),
    rgb(28, 202, 255));
    z-index: 10;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 75px;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: linear-gradient(135deg,
    rgb(38, 73, 114),
    rgb(28, 202, 255));
    z-index: 20;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)>h4 {
    top: 75px;
    left: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    z-index: 30;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2)>p {
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}

/*--------- subB005 ----------*/
.subB005>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 100px;
}

.subB005>li:nth-of-type(2)>.boxWrap {
    width: 1004px;
    background-color: rgb(157, 199, 255);
}

.subB005>h3 {
    font-size: 16px;
    text-align: center;
    background-color: #ffffff;
    padding: 50px 0px 0px;
}

.PFbox>div {
    width: 25%;
    height: 150px;
    padding: 3px;
    box-sizing: border-box;
}

.PFbox>div:nth-of-type(6) {
    background-color: rgb(183, 214, 255);
}

.PFbox>div:nth-of-type(8) {
    background-color: rgb(183, 214, 255);
}

.PFbox>div:nth-of-type(14) {
    background-color: rgb(183, 214, 255);
}

.PFbox>div:nth-of-type(16) {
    background-color: rgb(183, 214, 255);
}

/*--------- subC ----------*/
/*--------- subC001 ----------*/
.subC001>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 30px 0px 50px;
}

.subC001>li:nth-of-type(2)>div {
    width: 1004px;
}

.SCTextBox>.boxA {
    width: 25%;
}

.SCTextBox>.boxA::before{
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 15%;
    left: 0%;
    width: 30px;
    height: 10px;
    background-color: #000000;
}

.SCTextBox>.boxA::after{
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 90%;
    left: 38%;
    width: 30px;
    height: 10px;
    background-color: #000000;
}

.SCTextBox>.boxA>span {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 2rem;
    padding: 20px 25px;
    border-left: 10px solid #000000 ;
    border-right: 10px solid #000000 ;
    margin-top: 16px;
}

.SCTextBox>.boxB {
    width: 75%;
    padding: 20px 10px;
    box-sizing: border-box;
}

.SCTextBox>.boxB>p {
    font-size: 12px;
    font-weight: bold;
}

.SCTextBox>.boxB>p>span {
    color: brown;
}

.SC001MenuBox {
    margin-top: 30px;
}

.SC001MenuBox>a {
    width: calc((100% - 20px) / 6);
    font-size: 12px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(226, 239, 255);
    padding: 10px 5px;
    margin-right: 4px;
}

.SC001MenuBox>a:nth-of-type(1) {
    color: rgb(255, 68, 0);
    background-color: rgb(198, 225, 255);
}

.SC001MenuBox>a:hover {
    color: rgb(255, 68, 0);
    background-color: rgb(198, 225, 255);
}

.SC001MenuBox>a:nth-of-type(6) {
    margin-right: 0px;
}

.SC001ListBox {
    width: 1004px;
    box-sizing: border-box;
}

.SC001ListBox>div {
    display: none;
    padding: 20px;
    background-color: rgb(198, 225, 255);
    box-sizing: border-box;
}

.SC001ListBox>div>img {
    width: 964px;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #cccccc;
    box-sizing: border-box;
}

.SC001ListBox>.box001 {
    display: block;
}

/*--------- subC002 ----------*/
.subC002>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 110px 0px 50px;
}

.subC002>li:nth-of-type(2)>div {
    width: 1004px;
}

.subC002>li:nth-of-type(2)>.boxWrap>h3 {
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subC002>li:nth-of-type(2)>.boxWrap>h3::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 30px;
    background: url(../image/pointicon-001.png) no-repeat;
    background-size: cover;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    text-align: center;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1)::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 30px;
    background: url(../image/pointicon-001.png) no-repeat;
    background-size: cover;
    z-index: 10;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1)::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #004ec4;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA {
    margin-top: 60px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div {
    width: 50%;
    padding: 20px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div>p {
    font-size: 12px;
    font-weight: bold;
    margin-top: 50px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div>p>span {
    color: rgb(0, 106, 226);
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2) {
    width: 100%;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(180deg,
    rgb(42, 75, 136),
    rgb(105, 163, 230));
    box-sizing: border-box;
    margin-top: 20px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxB {
    margin: 40px 40px 0px 40px;
}

/*--------- subC003 ----------*/
.subC003>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 30px 0px 50px;
}

.subC003>li:nth-of-type(2)>div {
    width: 1004px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1) {
    width: 30%;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2) {
    width: 70%;
    padding: 0px 20px 20px 20px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1::before{
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 30px; 
    height: 10px;
    background-color: #000000;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1::after{
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 92px;
    left: 200px;
    width: 30px;
    height: 10px;
    background-color: #000000;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1>span {
    font-family: "s-core-dream-bold", sans-serif !important;
    font-size: 2rem;
    padding: 20px 25px;
    border-left: 10px solid #000000 ;
    border-right: 10px solid #000000 ;
    margin-top: 20px;
    margin-left: 0px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1>p {
    font-size: 12px;
    font-weight: bold;
    margin-top: 30px;
}

/*--------- subC004 ----------*/
.subC004>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 100px 0px 50px;
}

.subC004>li:nth-of-type(2)>div {
    width: 1004px;
    height: 1400px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic001 {
    top: -50px;
    left: 50%;
    width: 600px;
    height: 600px;
    opacity: 0.5;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1 {
    font-family: "s-core-dream-bold", sans-serif !important;
    text-align: center;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(1):before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 45%;
    left: 21.5%;
    transform: translate(-50%, -50%);
    width: 430px; 
    height: 4px;
    background-color: #225197;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(1):after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 45%;
    left: 78.5%;
    transform: translate(-50%, -50%);
    width: 430px; 
    height: 4px;
    background-color: #225197;
}

.subC004>li:nth-of-type(2)>.boxWrap>p:nth-of-type(1) {
    font-size: 12px;
    font-weight: bold;
    margin-top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic002 {
    top: 160px;
    left: 50%;
    width: 400px;
    height: 400px;
    border: 4px solid #44618d;
}

.subC004>li:nth-of-type(2)>.boxWrap>h3:nth-of-type(1) {
    top: 150px;
    left: 50%;
    padding: 0px 10px;
    background-color: #ffffff;
}

.subC004>li:nth-of-type(2)>.boxWrap>.list {
    width: 200px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #225197; 
    box-shadow: 5px 5px 5px #444444;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    top: 200px;
    left: 18%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2) {
    top: 290px;
    left: 18%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(3) {
    top: 380px;
    left: 18%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(4) {
    top: 470px;
    left: 18%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(5) {
    top: 200px;
    left: 58%;
    font-size: 12px;
    font-weight: bold;
    color: orangered;
    background-color: rgb(155, 195, 255);
    text-shadow: 0px 0px 5px #ffffff;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(6) {
    top: 290px;
    left: 58%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(7) {
    top: 380px;
    left: 58%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(8) {
    top: 470px;
    left: 58%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(2) {
    top: 650px;
    left: 50%;
    font-size: 16px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(2)>span {
    font-size: 11px;
    font-weight: bold;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic003 {
    top: 710px;
    left: 50%;
    transform: translateX(-50%);
    width: 760px;
    padding: 20px;
    box-sizing: border-box;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic004 {
    top: 1120px;
    left: 50%;
    transform: translateX(-50%);
    width: 640px;
    padding: 20px;
    box-sizing: border-box;
}

/*--------- subC005 ----------*/
.subC005>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 50px;
}

.subC005>li:nth-of-type(2)>.boxWrap {
    width: 1004px;
    height: 1190px;
}

.subC005>li:nth-of-type(2)>.boxWrap>h4 {
    width: calc(((100% - 40px) - 6%) / 4);
    padding: 30px;
    margin-right: 2%;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(135deg,
    rgb(42, 75, 136),
    rgb(146, 188, 235));
    border-top: 8px solid #1f3c68;
    border-bottom-right-radius: 30px;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px #444444;
}

.subC005>li:nth-of-type(2)>.boxWrap>.cell:nth-of-type(1) {
    margin-left: 20px;
}

.subC005>li:nth-of-type(2)>.boxWrap>.cell:nth-of-type(4) {
    margin-right: 0%;
}

.subC005>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2) {
    left: 26.4%;
}

.subC005>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(3) {
    left: 50.7%;
}

.subC005>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(4) {
    left: 75%;
}

.subC005>li:nth-of-type(2)>.boxWrap>.pic001 {
    width: 860px;
    padding: 20px;
}

.subC005>li:nth-of-type(2)>.boxWrap>h1 {
    width: 30%;
    font-family: "s-core-dream-regular", sans-serif !important;
    font-size: 26px;
    color: #444444;
    text-align: center;
    padding: 5px 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: linear-gradient(135deg,
    rgb(104, 139, 204),
    rgb(210, 229, 250));
    box-shadow: 3px 3px 5px #444444;
}

.subC005>li:nth-of-type(2)>.boxWrap>p:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: orangered;
    margin: 40px;
}

.subC005>li:nth-of-type(2)>.boxWrap>.pic002 {
    padding: 20px;
    margin-top: 40px;
}

.subC005>li:nth-of-type(2)>.boxWrap>p:nth-of-type(2) {
    font-size: 12px;
    font-weight: bold;
    padding: 20px;
}

/*--------- subD ----------*/
/*--------- subD001 ----------*/
.subD001>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 100px;
}

.subD001>li:nth-of-type(2)>.boxWrap {
    width: 1260px;
    height: 546px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA {
    width: 43%;
    height: 540px;
    margin-top: 106px;
    margin-left: 5%;
    margin-right: 2%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>img {
    width: 560px;
    height: 540px;
    background-size: cover;
    box-sizing: border-box;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB {
    width: 45%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>.blankBox {
    top: 130px;
    left: 36%;
    width: 300px;
    height: 170px;
    background-color: #dddddd;
    border-radius: 20px;
    border: 1px solid #444444;
    opacity: 0.8;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>p {
    top: 150px;
    left: 38%;
    width: 340px;
    height: 210px;
    font-size: 12px;
    font-weight: bold;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>h2 {
    font-family: "s-core-dream-regular", sans-serif !important;
    top: 20px;
    left: -8%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox {
    margin-top: 100px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>div:nth-of-type(1) {
    width: calc((100% - 6px) / 4);
    margin-right: 6px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>div:nth-of-type(2) {
    width: calc((100% - 6px) / 4 * 3);
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5 {
    margin: 6px 0px;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    background-color: #999999;
    padding: 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(1) {
    background-color: #444444;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(2) {
    padding: 18px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(3) {
    padding: 17px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(5) {
    padding: 17px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p {
    margin: 6px 0px;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #222222;
    background-color: #cccccc;
    padding: 10px 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(1) {
    text-align: center;
    padding: 10.5px 10px;
    color: #ffffff;
    background-color: #444444;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(4) {
    padding: 11px 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(6) {
    padding: 11px 10px;
}

/*--------- subD002 ----------*/
.subD002>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 50px 0px 70px;
}

.subD002>li:nth-of-type(2)>.boxWrap {
    width: 1004px;
    height: 495px;
    padding: 20px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2 {
    font-family: "s-core-dream-regular", sans-serif !important;
    text-align: center;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4 {
    width: 200px;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #777777;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #444444;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    margin-top: 50px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4::after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1):after {
    background: url(../image/c004-002-001.png) no-repeat;
    background-size: cover;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2):after {
    background: url(../image/c004-002-003.png) no-repeat;
    background-size: cover;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(3):after {
    background: url(../image/c004-002-004.png) no-repeat;
    background-size: cover;
}

.subD002>li:nth-of-type(2)>.boxWrap>p {
    width: 500px;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #cccccc;
    border-radius: 10px;
    margin: 10px 0px 20px;
    box-shadow: 3px 3px 3px #444444;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(2) {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-size: 20px;
    color: #444444;
    top: 32%;
    right: 20%;
    z-index: 10;
    text-shadow: 0px 0px 5px #ffffff;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(2)>span {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-weight: bold;
    color: rgb(24, 147, 230);
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(3) {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-size: 20px;
    color: #444444;
    top: 48%;
    right: 18.5%;
    z-index: 10;
    text-shadow: 0px 0px 5px #ffffff;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(3)>span {
    font-family: "s-core-dream-regular", sans-serif !important;
    font-weight: bold;
    color: orangered;
}

.subD002>li:nth-of-type(2)>.boxWrap>.pic {
    bottom: 20px;
    right: 20px;
    width: 300px;
    opacity: 0.7;
}

/*------------------ goTopBtn -------------------*/
.goTopBtn {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #cccccc;
    border: 1px solid #444444;
    box-shadow: -5px -5px 3px #ffffff;
    z-index: 1000;
}

.goTopBtn>span {
    padding: 15px 0px;
    text-shadow: 0px 0px 3px #444444;
}

}


@media (max-width: 1260px) {

/*---------- topBar ----------*/
.topBar {
    height: 34px;
}

/*-------------------- visual (main) --------------------*/
.visual {
    width: 100%;
}

/*-------------------- header --------------------*/
/*---------- header LOGO ----------*/
.LOGO {
    top: 10px;
    left:  30px;
    width: 160px;
    height: 50px;
    z-index: 50;
}

/*---------- headerWrap ----------*/
.headerWrap {
    top: 0px;
    left: 0px;
    height: 70px;
}

.header {
    width: 840px;
    height: 100%;
    padding-left: 120px;
}

.header>li {
    height: 100%;
    padding: 0px 20px;
}

.header>li>a {
    font-size: 14px;
    line-height: 350%;
    padding: 10px 0px;
}

.header>li::after {
    height: 69px;
}

/*---------- twoDepthWrap ----------*/
.twoDepthWrap {
    height: 30px;
}

.twoDepth {
    top: -50px;
}

.twoDepth>.twoDepthBox>ul {
    height: 35px;
}

.twoDepth>.twoDepthBox>ul>li {
    font-size: 12px;
}

.twoDepth>.twoDepthBox>ul>li>a {
    padding: 7px 10px;
}

.twoDepth>.twoDepthBox>ul:nth-of-type(3)>li:nth-of-type(2)>a::after {
    display : none;
}

/*-------------------- mainProducts -------------------*/
.mainProducts {
    width: 100%;
    margin: 0px 0px 70px;
    padding: 0px 20px;
    box-sizing: border-box;    
}

.mainProducts>li {
    width: 32%;
    height: 280px;
    margin-top: 50px;
}

.mainProducts>li:nth-of-type(3) {
    margin-right: 0%;
}

.mainProducts>li:nth-of-type(6) {
    margin-right: 0%;
}

.mainProducts>li:nth-of-type(1)>h1 {
    margin-top: 30px;
    margin-left: 50px;
    padding: 20px 0px;
}

.mainProducts>li:nth-of-type(1)>h1::before {
    top: 50%;
    left: -40px;
    width: 20px;
    height: 70px;
}

.mainProducts>li:nth-of-type(1)>h1::after {
    top: 275px;
    left: 282px;
    width: 245%;
    height: 20px;
}

.mainProducts>li:nth-of-type(1)>p {
    font-size: 12px;
    padding: 70px 0px;
}

.mainProducts>li>.pic {
    width: 210px;
    height: 100px;
    margin-top: 15px;
}

.mainProducts>li>h3 {
    top: 65px;
    left: 55%;
    padding: 5px 10px;    
    border-radius: 3px;
}

.mainProducts>li>p {
    font-size: 12px;
    margin-top: 20px;
}

.mainProducts>.product007 {
    height: 280px;
}

.mainProducts>.product007::before {
    top: -30px;
    left: 0px;
    width: 100%;
    height: 20px;
}

.mainProducts>.product007>h3 {
    left: 18%;
}

.mainProducts>.product007>p {
    left: 350px;
    font-size: 12px;
    padding: 0px 20px;
}

.mainProducts>.product007>.contents {
    height: 135px;
    margin-top: 30px;
}

.mainProducts>.product007>.contents>div {
    width: 32%;
    height: 135px;
}

.mainProducts>.product007>.contents>div::after {
    top: 50%;
    left: 37%;
    font-size: 20px;
}

/*------------------- mainBussinessWrap --------------------*/
.mainBussinessWrap {
    height: 420px;
    margin: 50px 0px;
}

.mainBussinessWrap>h1 {
    top: 50px;
    font-size: 30px;
}

.mainBussinessWrap>p {
    top: 100px;
    font-size: 0.8rem;
}

/*----------- mainProducts slide -----------*/
.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(1) {
    width: 67%;
    height: 350px;
}

.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(2) {
    width: 33%;
    height: 350px;
}

.slider001>.slick-dots {
    top: 108%;
}
  
.slider001>.slick-dots>li {
    margin: 0px 4px;
}

.slider001>.slick-dots>li>button::before {
    font-size: 20px;
}

/*----------- mainProducts > SI -----------*/

.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(2)>h1 {
    font-size: 60px;
    padding: 52px;
}  

.slider001>.slick-list>.slick-track>.slick-slide>div>li>div:nth-of-type(2)>p {
    padding: 0px 30px;
    font-size: 12px;
}

/*----------- mainProducts > Consulting -----------*/
.sliderConsulting>div:nth-of-type(2)>h1>span {
    font-size: 40px;
}

/*----------- mainProducts > Exobrain -----------*/
.slider001>.slick-list>.slick-track>.slick-slide:nth-of-type(5)>div>li>div:nth-of-type(2)>h1 {
    left: 50%;
}

.sliderExobrain>div:nth-of-type(2)>h1>span {
    font-size: 40px;
}

/*-------------------- footerwrap -------------------*/
.footerWrap {
    height: 90px;
}

.endLogo {
    width: 128px;
    height: 40px;
    margin: 20px 30px;
    margin-right: 50px;
}

.footer {
    width: 500px;
    padding-top: 10px;
}

.footer>p {
    font-size: 12px;
    padding: 3px 10px;
}

/*------------------- subPages --------------------*/
.subPages>li>ul>li:first-child {
    padding-top: 70px;
}

.subPages>li>ul>li:first-child>h1 {
    font-size: 30px;
    margin-top: 45px;
}

/*--------- subA ----------*/
/*--------- subA001 ----------*/
.subA001>li:nth-of-type(2) {
    padding: 30px 0px 30px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1) {
    width: 760px;
    height: 170px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2) {
    width: 760px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(1) {
    padding-top: 0px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h1 {
    font-size: 40px;
    padding: 10px 0px 10px 30px;  
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h1::before {
    top: 50%;
    left: 1px;
    width: 15px;
    height: 50px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h1::after {
    top: 50%;
    right: 0px;
    width: 60%;
    height: 4px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(2) {
    font-size: 14px;
    margin-top: 10px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3 {
    font-size: 14px;
    font-weight: 400;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(1) {
    top: 36%;
    left: 50%;
    font-weight: 600;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(2) {
    top: 57%;
    left: 50%;
    font-weight: 600;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(3) {
    top: 40%;
    left: 20%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(4) {
    top: 40%;
    left: 81%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>h3:nth-of-type(5) {
    top: 76.5%;
    left: 50%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p {
    font-size: 13px;
    line-height: 150%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(1) {
    top: 55%;
    left: 20%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(2) {
    top: 55%;
    left: 81%;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p:nth-of-type(3) {
    top: 87%;
    left: 50%;
}

/*--------- subA002 ----------*/
.subA002>li:nth-of-type(2) {
    padding: 0px 0px 0px;
}

.subA002>li:nth-of-type(2)>div {
    width: 760px;
    height: 480px;
    padding: 30px 0px 50px;
}

.subA002>li:nth-of-type(2)>div>.boxA {
    height: 40px;
}

.subA002>li:nth-of-type(2)>div>.boxB {
    height: 100px;
}

.subA002>li:nth-of-type(2)>div>.boxA>.boxA-1 {
    width: 20px;
    height: 100%;
}

.subA002>li:nth-of-type(2)>div>.boxA>.boxA-2 {
    width: calc(100% - 20px);
    padding: 10px;
}

.subA002>li:nth-of-type(2)>div>.boxA>.boxA-2>h3 {
    font-size: 1rem;
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-1 {
    width: 20px;
    height: 100%;
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-2 {
    width: calc(100% - 20px);
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-2>p {
    font-size: 12px;
    padding: 20px 40px 20px 20px;
}

.subA002>li:nth-of-type(2)>div>.boxC {
    margin-top: 20px;
}

.subA002>li:nth-of-type(2)>div>.boxC::after {
    width: 20px;
    height: 413px;
}

.subA002>li:nth-of-type(2)>div>.boxC>.boxC-2>h3 {
    font-size: 16px;
    padding: 20px 100px;
}

.subA002>li:nth-of-type(2)>div>.boxC>.boxC-2>h3:first-child {
    margin-top: 70px;
}

/*--------- subA003 ----------*/
.subA003>li:nth-of-type(2) {
    padding: 30px 0px 30px;
}

.subA003>li:nth-of-type(2)>div {
    width: 760px;
}

.subA003>li:nth-of-type(2)>.boxWrap::before {
    height: 409px;
}

.subA003>li:nth-of-type(2)>.boxWrap::after {
    height: 409px;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(1) {
    width: 30%;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(2) {
    width: 70%;
    padding-bottom: 20px;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(1)>h4 {
    font-size: 14px;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(2)>h5 {
    font-size: 11px;
    padding-left: 70px;
}

.subA003>li:nth-of-type(2)>div>div>div:nth-of-type(2)::before {
    top: -5px;
    left: -14px;
    width: 25px;
    height: 50px;
}

/*--------- subA004 ----------*/
.subA004>li:nth-of-type(2) {
    padding: 0px 0px 50px;
}

.subA004>li:nth-of-type(2)>div {
    width: 760px;
}

.adressMap {
    width: 640px;
    height: 456px;
    padding: 0px 20px;
}

.adressMap>.mapHidden01 {
    width: 100%;
    height: 86px;
}

.adressMap>.mapHidden02 {
    width: 100%;
    height: 80px;
}

.subA004>li:nth-of-type(2)>div>.adressText {
    padding-left: 50px;
}

.subA004>li:nth-of-type(2)>div>div>h3 {
    font-size: 16px;
    margin-top: 50px;
}

.subA004>li:nth-of-type(2)>div>div>h3::before {
    top: 0px;
    left: -30px;
    width: 20px;
    height: 20px;
}

.subA004>li:nth-of-type(2)>div>div>h4 {
    font-size: 14px;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(1) {
    margin-top: 20px;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(1)::before {
    top: 0px;
    left: -27px;
    width: 15px;
    height: 15px;
}

.subA004>li:nth-of-type(2)>div>div>p {
    margin-top: 10px;
    font-size: 12px;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(2) {
    margin-top: 20px;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(2)::before {
    top: 0px;
    left: -27px;
    width: 15px;
    height: 15px;
}

.subA004>li:nth-of-type(2)>div>div>p:last-child {
    margin-top: 20px;
}

.subA004>li:nth-of-type(2)>div>div>p:last-child::before {
    top: 0px;
    left: -27px;
    width: 15px;
    height: 85px;
}

/*--------- subB ----------*/
/*--------- subB001 ----------*/
.subB001>li:nth-of-type(2) {
    padding: 50px 0px 50px;
}

.subB001>li:nth-of-type(2)>div {
    width: 100%;
    padding: 0px 20px;
}

.subB001>li:nth-of-type(2)>div>div:nth-of-type(1) {
    width: 40%;
}

.subB001>li:nth-of-type(2)>div>div:nth-of-type(2) {
    width: 60%;
}

.subB001>li:nth-of-type(2)>div>.boxA::after {
    top: 120px;
    right: 0px;
    width: 300%;
    height: 10px;
}

.subB001>li:nth-of-type(2)>div>.boxA>h2 {
    margin: 50px 0px 50px 50px;
    font-size: 40px;
}

.subB001>li:nth-of-type(2)>div>.boxA>p {
    font-size: 12px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div {
    height: 150px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>h3 {
    font-size: 16px;
    padding-top: 65px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>span {
    font-size: 12px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>div:nth-of-type(1) {
    height: 150px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>div>p {
    font-size: 12px;
    padding: 45px 30px;
}

/*--------- subB002 ----------*/
.subB002>li:nth-of-type(2) {
    padding: 50px 20px 30px;
}

.subB002>li:nth-of-type(2)>.boxWrap {
    width: 100%;
}

.subB002>li:nth-of-type(2)>.boxWrap>div:nth-of-type(1) {
    width: 55%;
}

.subB002>li:nth-of-type(2)>.boxWrap>div:nth-of-type(2) {
    width: 45%;
    padding: 0px 20px;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div {
    height: 90px;
    margin-bottom: 10px;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(1) {
    width: 35%;
    height: 90px;
    border-right: 10px solid #444444;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(2) {
    width: 61%;
    margin: 0px 2%;
    box-sizing: border-box;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(2)>h2 {
    font-size: 18px;
}

.subB002>li:nth-of-type(2)>.boxWrap>.boxA>div>div:nth-of-type(2)>p {
    font-size: 11px;
    margin-top: 10px;
}

.subB002>li:nth-of-type(2)>div>.boxB::after {
    top: 140px;
    left: 20px;
    width: calc(100% - 40px);
    height: 10px;
}

.subB002>li:nth-of-type(2)>div>.boxB>h2 {
    margin: 70px 0px 40px 40px;
    font-size: 50px;
}

.subB002>li:nth-of-type(2)>div>.boxB>h2>span {
    font-size: 20px;
    margin-left: 10px;
}

.subB002>li:nth-of-type(2)>div>.boxB>p {
    font-size: 11px;
}

.subB002>li:nth-of-type(2)>div>.boxB>p:nth-of-type(2) {
    margin-top: 30px;
}

/*--------- subB003 ----------*/
.subB003>li:nth-of-type(2) {
    padding: 50px 0px 30px;
}

.subB003>li:nth-of-type(2)>.boxWrap {
    width: 760px;
}

.subB003>li:nth-of-type(2)>.boxWrap::before {
    bottom: 0%;
    left: -102px;
    width: 20px;
    height: 740px;
}

.subB003>li:nth-of-type(2)>.boxWrap::after {
    bottom: 0%;
    right: -102px;
    width: 20px;
    height: 740px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC {
    width: 300px;
    height: 200px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC>img {
    border-radius: 20px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC::before {
    top: 40px;
    left: 50px;
    width: 270px;
    height: 180px;
    border-radius: 18px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC::after {
    top: 80px;
    left: 95px;
    width: 243px;
    height: 162px;
    border-radius: 16px;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1 {
    top: 20px;
    left: 400px;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1>span {
    font-size: 50px;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1::before {
    top: 20px;
    right: -50px;
    width: 70px;
    height: 70px;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1::after {
    top: 70px;
    right: -10px;
    width: 30px;
    height: 30px;
}

.subB003>li:nth-of-type(2)>.boxWrap>p {
    top: 100px;
    left: 400px;
    font-size: 13px;
    line-height: 150%;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row {
    margin-bottom: 20px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.boxA {
    margin-top: 80px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(1) {
    width: 150px;
    height: 100px;
    margin-right: 50px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(2) {
    width: calc(100% - (230px + 100px));
    height: 100px;
    margin: 0px 20px;
    border-radius: 10px;
}

.subB003>li:nth-of-type(2)>.boxWrap>div>.cell>img {
    border-radius: 10px;
}

.subB003>li:nth-of-type(2)>.boxWrap>div>div>p {
    font-size: 12px;
    padding: 10px 20px;    
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(2)::after {
    top: 50%;
    left: -10px;
    width: 40px;
    height: 40px;
}

/*--------- subB004 ----------*/
.subB004>li:nth-of-type(2) {
    padding: 50px 0px 40px;
}

.subB004>li:nth-of-type(2)>.boxWrap {
    width: 760px;
}

.subB004>li:nth-of-type(2)>.boxWrap::before {
    bottom: 0%;
    left: -102px;
    width: 20px;
    height: 693px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subB004>li:nth-of-type(2)>.boxWrap::after {
    bottom: 0%;
    right: -102px;
    width: 20px;
    height: 693px;
    background: linear-gradient(30deg,
    rgb(190, 220, 255),
    rgb(134, 176, 255),
    rgb(190, 220, 255));
}

.subB004>li:nth-of-type(2)>.boxWrap>h1::after {
    top: 70px;
    left: 0px;
    width: 730px;
    height: 10px;
    background-color: rgb(0, 153, 255);
}

.subB004>li:nth-of-type(2)>.boxWrap>h1 {
    font-size: 3rem;
    margin-left: 30px;
    margin-bottom: 30px;
}

.subB004>li:nth-of-type(2)>.boxWrap>h1>span {
    font-size: 25px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div {
    margin: 20px 0px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1) {
    width: 15%;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2) {
    width: 85%;
    height: 135px;
    padding: 20px 0px 20px 80px;
    margin-left: 15%;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)::before {
    width: 120px;
    height: 120px;
    top: 75px;
    left: 100%;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)::after {
    top: 75px;
    left: 100%;
    width: 110px;
    height: 110px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)>h4 {
    top: 75px;
    left: 100%;
    font-size: 14px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2)>p {
    font-size: 11px;
    margin-top: 20px;
}

/*--------- subB005 ----------*/
.subB005>li:nth-of-type(2) {
    padding: 30px 100px 50px;
}

.subB005>li:nth-of-type(2)>.boxWrap {
    width: 100%;
}

.subB005>h3 {
    font-size: 16px;
    padding: 30px 0px 0px;
}

.PFbox>div {
    width: 25%;
    height: 120px;
    padding: 3px;
}

/*--------- subC ----------*/
/*--------- subC001 ----------*/
.subC001>li:nth-of-type(2) {
    padding: 20px 20px 50px;
}

.subC001>li:nth-of-type(2)>.boxWrap {
    width: 100%;
}

.SCTextBox>.boxA {
    width: 15%;
    margin-left: 5%;
}

.SCTextBox>.boxA::before{
    display: none;
}

.SCTextBox>.boxA::after{
    display: none;
}

.SCTextBox>.boxA>span {
    font-size: 26px;
    padding: 10px 15px;
    border-left: 10px solid #777777 ;
    border-right: 10px solid #777777 ;
    margin-top: 16px;
}

.SCTextBox>.boxB {
    width: 75%;
    padding: 20px 10px;
}

.SCTextBox>.boxB>p {
    font-size: 12px;
}

.SC001MenuBox {
    margin-top: 20px;
}

.SC001MenuBox>a {
    font-size: 12px;
    padding: 10px 5px;
    margin-right: 4px;
}

.SC001ListBox {
    width: 100%;
    box-sizing: border-box;
}

.SC001ListBox>div {
    padding: 20px;
}

.SC001ListBox>div>img {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #cccccc;
}

/*--------- subC002 ----------*/
.subC002>li:nth-of-type(2) {
    padding: 100px 0px 50px;
}

.subC002>li:nth-of-type(2)>.boxWrap {
    width: 1004px;
    padding: 0px 20px;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    margin-top: 20px;
    font-size: 18px;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1)::before {
    left: 28%;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA {
    margin-top: 50px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div:nth-of-type(1) {
    height: 300px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div>p {
    font-size: 12px;
    margin-top: 50px;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2) {
    padding: 5px;
    margin-top: 20px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxB {
    margin: 20px 40px 0px 40px;
}

/*--------- subC003 ----------*/
.subC003>li:nth-of-type(2) {
    padding: 20px 50px 50px;
}

.subC003>li:nth-of-type(2)>div {
    width: 100%;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1) {
    width: 30%;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2) {
    width: 70%;
    padding: 0px 20px 20px 20px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1::before{
    display: none;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1::after{
    display: none;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1>span {
    font-size: 26px;
    padding: 10px 15px;
    border-left: 10px solid #777777 ;
    border-right: 10px solid #777777 ;
    margin-top: 16px;
    margin-left: 30px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1>p {
    font-size: 12px;
    margin-top: 30px;
}

/*--------- subC004 ----------*/
.subC004>li:nth-of-type(2) {
    padding: 60px 0px 30px;
}

.subC004>li:nth-of-type(2)>div {
    width: 100%;
    height: 1200px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic001 {
    top: -50px;
    left: 50%;
    width: 600px;
    height: 600px;
    opacity: 0.5;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1 {
    font-size: 24px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(1):before {
    top: 45%;
    left: 21.5%;
    width: 420px; 
    height: 4px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(1):after {
    top: 45%;
    left: 78.5%;
    width: 420px; 
    height: 4px;
}

.subC004>li:nth-of-type(2)>.boxWrap>p:nth-of-type(1) {
    font-size: 12px;
    margin-top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic002 {
    top: 120px;
    left: 50%;
    width: 40%;
    height: 400px;
    border: 4px solid #44618d;
}

.subC004>li:nth-of-type(2)>.boxWrap>h3:nth-of-type(1) {
    top: 110px;
    padding: 0px 10px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.list {
    width: 150px;
    font-size: 0.9rem;
    padding: 15px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    transform: translate(-50%, -50%);
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    top: 180px;
    left: 30%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2) {
    top: 270px;
    left: 29%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(3) {
    top: 360px;
    left: 29%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(4) {
    top: 450px;
    left: 29%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(5) {
    top: 180px;
    left: 70%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(6) {
    top: 270px;
    left: 70%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(7) {
    top: 360px;
    left: 70%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(8) {
    top: 450px;
    left: 70%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(2) {
    top: 580px;
    font-size: 16px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(2)>span {
    font-size: 11px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic003 {
    top: 620px;
    width: 760px;
    padding: 20px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic004 {
    top: 930px;
    width: 640px;
    padding: 20px;
}

/*--------- subC005 ----------*/
.subC005>li:nth-of-type(2) {
    padding: 40px 20px 30px;
}

.subC005>li:nth-of-type(2)>.boxWrap {
    width: 100%;
    height: 1200px;
}

.subC005>li:nth-of-type(2)>.boxWrap>h4 {
    width: calc(((80% - 40px) - 6%) / 4);
    padding: 30px;
    border-top: 8px solid #1f3c68;
    border-bottom-right-radius: 30px;
    box-shadow: 3px 3px 3px #444444;
}

.subC005>li:nth-of-type(2)>.boxWrap>.cell:nth-of-type(1) {
    margin-left: calc(10% + 20px);
}

.subC005>li:nth-of-type(2)>.boxWrap>.pic001 {
    width: 680px;
    padding: 10px;
}

.subC005>li:nth-of-type(2)>.boxWrap>h1 {
    width: 26%;
    font-size: 24px;
    padding: 5px 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 3px 3px 3px #444444;
}

.subC005>li:nth-of-type(2)>.boxWrap>p:nth-of-type(1) {
    font-size: 13px;
    margin: 30px;
}

.subC005>li:nth-of-type(2)>.boxWrap>.pic002 {
    padding: 20px;
    margin-top: 20px;
}

.subC005>li:nth-of-type(2)>.boxWrap>p:nth-of-type(2) {
    font-size: 12px;
    padding: 10px 80px;
}

/*--------- subD ----------*/
/*--------- subD001 ----------*/
.subD001>li:nth-of-type(2) {
    background-color: #ffffff;
    padding: 20px 0px 70px;
}

.subD001>li:nth-of-type(2)>.boxWrap {
    width: 100%;
    height: 496px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA {
    width: 43%;
    height: 510px;
    margin-top: 76px;
    margin-left: 5%;
    margin-right: 2%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>img {
    width: 560px;
    height: 490px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB {
    width: 45%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>.blankBox {
    top: 110px;
    left: 22%;
    width: 300px;
    height: 170px;
    border-radius: 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>p {
    top: 130px;
    left: 24%;
    width: 340px;
    height: 210px;
    font-size: 12px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>h2 {
    top: 20px;
    left: -8%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox {
    margin-top: 70px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>div:nth-of-type(1) {
    width: calc((100% - 6px) / 4);
    margin-right: 6px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>div:nth-of-type(2) {
    width: calc((100% - 6px) / 4 * 3);
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5 {
    font-size: 12px;
    margin: 6px 0px;
    border-radius: 10px;
    padding: 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(2) {
    padding: 18px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(3) {
    padding: 17px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(5) {
    padding: 17px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p {
    margin: 6px 0px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
    padding: 12px 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(1) {
    font-size: 12px;
    padding: 10px 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(3) {
    padding: 14px 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(4) {
    padding: 13px 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(6) {
    padding: 13px 10px;
}

/*--------- subD002 ----------*/
.subD002>li:nth-of-type(2) {
    padding: 20px 40px 30px;
}

.subD002>li:nth-of-type(2)>.boxWrap {
    width: 100%;
    height: 430px;
    padding: 20px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4 {
    width: 200px;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    margin-top: 30px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4::after {
    top: 5%;
    right: 5%;
    width: 30px;
    height: 30px;
}

.subD002>li:nth-of-type(2)>.boxWrap>p {
    width: 500px;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 10px 0px 20px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(2) {
    top: 30%;
    right: 18%;
    font-size: 18px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(3) {
    top: 52%;
    right: 16.5%;
    font-size: 18px;
}

.subD002>li:nth-of-type(2)>.boxWrap>.pic {
    bottom: 20px;
    right: 20px;
    width: 300px;
}

/*------------------ goTopBtn -------------------*/
.goTopBtn {
    width: 40px;
    height: 40px;
    box-shadow: -3px -3px 3px #ffffff;
}

.goTopBtn>span {
    font-size: 14px;
    padding: 12px 0px;
}

}


@media (max-width: 1004px) {

/*------------------ btnMo -----------------*/
.btnMo {
    display: block;
    /* opacity: 0; */
}

/*---------- topBar ----------*/
.topBar {
    height: 34px;
}

.topBar>li {
    display: none;
}

/*-------------------- header --------------------*/
/*---------- header LOGO ----------*/
.LOGO {
    top: 5px;
    left:  20px;
    width: 120px;
    height: 38px;
}

.headerWrap {
    top: 0px;
    left: 0px;
    height: 50px;
    background-color: #ffffff;
}

.header {
    width: 100%;
    padding-left: 0px;
}

.header>li {
    display: none;
}

.header>li::after {
    display: none;
}

.header>li>a {
    display: none;
}

/*-------------------- visualWrap -------------------*/
.mainVisual {
    height: 200px;
    background: url(../image/SUBBG001.png) no-repeat center;
    background-size: cover;
    display: block;
}

.mainVisual>img {
    display: none;
}

/*-------------------- mainProducts -------------------*/
.mainProducts {
    margin: 0px 0px 50px;
}

.mainProducts>li {
    width: 49%;
    height: 230px;
    margin-top: 50px;
}

.mainProducts>li:nth-of-type(even) {
    margin-right: 0%;
    border: none;
}

.mainProducts>li:nth-of-type(odd) {
    margin-right: 2%;
}

.mainProducts>li:nth-of-type(1)>h1 {
    margin-top: 0px;
    margin-left: 50px;
    padding: 20px 0px;
}

.mainProducts>li:nth-of-type(1)>h1::before {
    top: 50%;
    left: -40px;
    width: 20px;
    height: 70px;
}

.mainProducts>li:nth-of-type(1)>h1::after {
    top: 255px;
    left: 300px;
    width: 250%;
    height: 20px;
}

.mainProducts>li:nth-of-type(3)::after {
    display : block;
    content: "";
    clear: both;
    position: absolute;
    top: 255px;
    left: 300px;
    transform: translate(-50%, -50%);
    width: 243%;
    height: 20px;
    background-color: lightskyblue;
    z-index: 10;
}

.mainProducts>li:nth-of-type(1)>p {
    font-size: 11px;
    padding: 50px 0px;
}

.mainProducts>li>.pic {
    width: 170px;
    height: 80px;
    margin-top: 0px;
}

.mainProducts>li>h3 {
    top: 40px;
    left: 40%;
    padding: 5px 10px;    
}

.mainProducts>li>p {
    font-size: 11px;
    margin-top: 20px;
}

.mainProducts>.product007 {
    height: 250px;
    border: none;
}

.mainProducts>.product007::before {
    top: -35px;
    left: 0px;
    width: 100%;
    height: 20px;
}

.mainProducts>.product007>h3 {
    left: 18%;
}

.mainProducts>.product007>p {
    left: 290px;
    font-size: 11px;
    padding: 0px 20px;
}

.mainProducts>.product007>.contents {
    height: 135px;
    margin-top: 30px;
}

.mainProducts>.product007>.contents>div {
    width: 32%;
    height: 135px;
}

.mainProducts>.product007>.contents>div::after {
    top: 50%;
    left: 37%;
    font-size: 20px;
}

.mainProducts>.product007>.contents>div>.picBlock {
    top: 0px;
    right: -40px;
}

.mainProducts>.product007>.contents>div:nth-of-type(2)::after {
    left: 25%;
    font-size: 18px;
}

.mainProducts>.product007>.contents>div:nth-of-type(3)::after {
    left: 30%;
}

.mainProducts>.product007>.contents>div:hover div {
    right: -100%;
}

/*------------------- mainBussinessWrap --------------------*/
.mainBussinessWrap {
    display: none;
}

/*-------------------- footerwrap -------------------*/
.footerWrap {
    height: 80px;
}

.endLogo {
    width: 120px;
    height: 38px;
    margin: 20px 20px;
    margin-right: 50px;
}

.footer>p {
    font-size: 11px;
}

/*------------------- subPages --------------------*/
.subPages>li>ul>li:first-child {
    padding-top: 20px;
}

.subPages>li>ul>li:first-child>h1 {
    font-size: 30px;
    margin-top: 35px;
}

/*--------- subA ----------*/
/*--------- subA001 ----------*/
.subA001>li:nth-of-type(2)>div:nth-of-type(1) {
    height: 130px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(1) {
    padding-top: 0px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h1 {
    font-size: 30px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(1)>h4:nth-of-type(2) {
    font-size: 12px;
}

.subA001>li:nth-of-type(2)>div:nth-of-type(2)>p {
    font-size: 12px;
}

/*--------- subA002 ----------*/
.subA002>li:nth-of-type(2)>div {
    padding: 30px 0px 30px;
}

.subA002>li:nth-of-type(2)>div>.boxA {
    height: 40px;
}

.subA002>li:nth-of-type(2)>div>.boxB {
    height: 100px;
}

/*--------- subA003 ----------*/
.subA003>li:nth-of-type(2) {
    padding: 30px 0px 30px;
}

.subA003>li:nth-of-type(2)>.boxWrap::before {
    height: 408px;
}

.subA003>li:nth-of-type(2)>.boxWrap::after {
    height: 408px;
}

/*--------- subA004 ----------*/
.subA004>li:nth-of-type(2) {
    padding: 0px 0px 50px;
}

.subA004>li:nth-of-type(2)>div>div>h3 {
    font-size: 15px;
    margin-top: 30px;
}

.subA004>li:nth-of-type(2)>div>div>h4 {
    font-size: 13px;
}

.subA004>li:nth-of-type(2)>div>div>p {
    font-size: 11px;
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(2) {
    margin-top: 20px;
}

/*--------- subB ----------*/
/*--------- subB001 ----------*/
.subB001>li:nth-of-type(2) {
    padding: 30px 0px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div:nth-of-type(1) {
    width: 40%;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div:nth-of-type(2) {
    width: 60%;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>h3 {
    font-size: 16px;
    padding-top: 65px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>span {
    font-size: 12px;
}

.subB001>li:nth-of-type(2)>div>.boxB>div>div>div>p {
    font-size: 11px;
}

/*--------- subB002 ----------*/
.subB002>li:nth-of-type(2) {
    padding: 30px 20px 20px;
}

/*--------- subB003 ----------*/
.subB003>li:nth-of-type(2) {
    padding: 30px 0px 20px;
}

.subB003>li:nth-of-type(2)>.boxWrap {
    padding: 0px 20px;
}

.subB003>li:nth-of-type(2)>.boxWrap::before {
    display: none;
}

.subB003>li:nth-of-type(2)>.boxWrap::after {
    display: none;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(2) {
    width: calc(100% - (230px + 30px));
    margin: 0px 20px;
}

/*--------- subB004 ----------*/
.subB004>li:nth-of-type(2) {
    padding: 20px 0px 30px;
}

.subB004>li:nth-of-type(2)>.boxWrap::before {
    display: none;
}

.subB004>li:nth-of-type(2)>.boxWrap::after {
    display: none;
}

.subB004>li:nth-of-type(2)>.boxWrap>div {
    margin: 10px 0px;
}

/*--------- subB005 ----------*/
.subB005>li:nth-of-type(2) {
    padding: 20px 20px 30px;
}

/*--------- subC ----------*/
/*--------- subC001 ----------*/
.subC001>li:nth-of-type(2) {
    padding: 20px 20px 40px;
}

.subC001>li:nth-of-type(2)>.boxWrap {
    width: 100%;
}

.SCTextBox>.boxA {
    width: 15%;
    margin-left: 5%;
}

.SCTextBox>.boxA::before{
    display: none;
}

.SCTextBox>.boxA::after{
    display: none;
}

.SCTextBox>.boxA>span {
    font-size: 26px;
    padding: 10px 15px;
    border-left: 10px solid #777777 ;
    border-right: 10px solid #777777 ;
    margin-top: 16px;
}

.SCTextBox>.boxB {
    width: 75%;
    padding: 20px 10px;
}

.SCTextBox>.boxB>p {
    font-size: 12px;
}

.SC001MenuBox {
    margin-top: 20px;
}

.SC001MenuBox>a {
    font-size: 12px;
    padding: 10px 5px;
    margin-right: 4px;
}

.SC001ListBox {
    width: 100%;
    box-sizing: border-box;
}

.SC001ListBox>div {
    padding: 20px;
}

.SC001ListBox>div>img {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #cccccc;
}

/*--------- subC002 ----------*/
.subC002>li:nth-of-type(2) {
    padding: 70px 0px 40px;
}

.subC002>li:nth-of-type(2)>.boxWrap {
    width: 100%;
}

.subC002>li:nth-of-type(2)>.boxWrap>h3 {
    top: -25px;
    left: 50%;
    font-size: 16px;
}

.subC002>li:nth-of-type(2)>.boxWrap>h3::before {
    top: 50%;
    left: -7%;
    width: 22px;
    height: 20px;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    margin-top: 0px;
    font-size: 16px;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1)::before {
    display: none;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA {
    margin-top: 50px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div:nth-of-type(1) {
    height: 300px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div>p {
    font-size: 11px;
    margin-top: 40px;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2) {
    font-size: 14px;
    padding: 5px;
    margin-top: 20px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxB {
    margin: 20px 40px 0px 40px;
}

/*--------- subC003 ----------*/
.subC003>li:nth-of-type(2) {
    padding: 20px 20px 20px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1) {
    width: 32%;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2) {
    width: 68%;
    padding: 0px 20px 20px 20px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1::before{
    display: none;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1::after{
    display: none;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1>span {
    font-size: 26px;
    padding: 10px 15px;
    border-left: 10px solid #777777 ;
    border-right: 10px solid #777777 ;
    margin-top: 16px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1>p {
    font-size: 11px;
    margin-top: 20px;
}

/*--------- subC004 ----------*/
.subC004>li:nth-of-type(2) {
    padding: 40px 0px 30px;
}

.subC004>li:nth-of-type(2)>div {
    height: 1070px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic001 {
    top: -30px;
    width: 500px;
    height: 500px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1 {
    font-size: 20px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(1):before {
    top: 45%;
    left: 21.5%;
    width: 330px; 
    height: 3px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(1):after {
    top: 45%;
    left: 78.5%;
    width: 330px; 
    height: 3px;
}

.subC004>li:nth-of-type(2)>.boxWrap>p:nth-of-type(1) {
    font-size: 11px;
    margin-top: 30px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic002 {
    top: 100px;
    width: 30%;
    height: 300px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h3:nth-of-type(1) {
    top: 90px;
    padding: 0px 10px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.list {
    width: 120px;
    font-size: 0.9rem;
    padding: 12px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    top: 150px;
    left: 34%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2) {
    top: 220px;
    left: 34%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(3) {
    top: 290px;
    left: 34%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(4) {
    top: 360px;
    left: 34%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(5) {
    top: 150px;
    left: 65%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(6) {
    top: 220px;
    left: 65%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(7) {
    top: 290px;
    left: 65%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(8) {
    top: 360px;
    left: 65%;
    font-size: 12px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(2) {
    top: 480px;
    font-size: 16px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic003 {
    top: 500px;
    width: 760px;
    padding: 20px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic004 {
    top: 800px;
    width: 640px;
    padding: 20px;
}

/*--------- subC005 ----------*/
.subC005>li:nth-of-type(2) {
    padding: 40px 20px 30px;
}

.subC005>li:nth-of-type(2)>.boxWrap {
    height: 950px;
}

.subC005>li:nth-of-type(2)>.boxWrap>h4 {
    font-size: 14px;
}

.subC005>li:nth-of-type(2)>.boxWrap>.pic001 {
    width: 500px;
    padding:  0px 0px 10px;
}

.subC005>li:nth-of-type(2)>.boxWrap>h1 {
    width: 26%;
    font-size: 18px;
    padding: 5px 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.subC005>li:nth-of-type(2)>.boxWrap>p:nth-of-type(1) {
    font-size: 12px;
    margin: 20px;
}

.subC005>li:nth-of-type(2)>.boxWrap>.pic002 {
    padding: 20px;
    margin-top: 10px;
}

.subC005>li:nth-of-type(2)>.boxWrap>p:nth-of-type(2) {
    font-size: 11px;
    padding: 10px 0px;
}

/*--------- subD ----------*/
/*--------- subD001 ----------*/
.subD001>li:nth-of-type(2) {
    padding: 20px 20px 20px;
}

.subD001>li:nth-of-type(2)>.boxWrap {
    height: 460px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA {
    width: 45%;
    height: 400px;
    margin-top: 50px;
    margin-left: -10%;
    margin-right: 8%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>.blankBox {
    top: 100px;
    left: 22%;
    width: 300px;
    height: 170px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>p {
    top: 120px;
    left: 23.5%;
    width: 340px;
    height: 210px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>img {
    display: none;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB {
    width: 57%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>h2 {
    top: 0px;
    font-size: 20px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox {
    margin-top: 50px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5 {
    font-size: 12px;
    margin: 6px 0px;
    border-radius: 10px;
    padding: 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(2) {
    padding: 18px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(3) {
    padding: 17px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA>h5:nth-of-type(5) {
    padding: 17px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>div:nth-of-type(2) {
    width: 72%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p {
    padding: 12px 5px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(3) {
    padding: 14px 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(4) {
    padding: 13px 10px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p:nth-of-type(6) {
    padding: 13px 10px;
}

/*--------- subD002 ----------*/
.subD002>li:nth-of-type(2) {
    padding: 0px 0px 30px;
}

.subD002>li:nth-of-type(2)>.boxWrap {
    height: 420px;
    padding: 20px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2 {
    font-size: 20px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4 {
    width: 200px;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    margin-top: 30px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4::after {
    top: 5%;
    right: 5%;
    width: 30px;
    height: 30px;
}

.subD002>li:nth-of-type(2)>.boxWrap>p {
    width: 500px;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 10px 0px 20px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(2) {
    display: none;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2:nth-of-type(3) {
    display: none;
}

.subD002>li:nth-of-type(2)>.boxWrap>.pic {
    display: none;
}

}


@media (max-width: 780px) {

/*------------------ moPanel -----------------*/
.moPanelMenu>li:nth-of-type(1)>.menuboxA>li>a:nth-of-type(1) {
    display: none;
}

.moPanelMenu>li:nth-of-type(1)>.menuboxA>li>a:nth-of-type(3) {
    display: none;
}

/*-------------------- mainProducts -------------------*/
.mainProducts {
    width: 100%;
    height: 2050px;
}

.mainProducts>li {
    float: unset;
    width: 300px;
    height: 230px;
    margin-top: 30px;
    border-right: none;
    border-bottom: 5px solid #0d8aff;
}

.mainProducts>li:nth-of-type(1) {
    height: 170px;
}

.mainProducts>li:nth-of-type(2) {
    height: 250px;
    margin-bottom: 20px;
}

.mainProducts>li:nth-of-type(3) {
    height: 210px;
}

.mainProducts>li:nth-of-type(4) {
    height: 210px;
}

.mainProducts>li:nth-of-type(5) {
    height: 180px;
}

.mainProducts>li:nth-of-type(odd) {
    margin-right: 0%;
}

.mainProducts>li:nth-of-type(1)>h1::before {
    height: 50px;
}

.mainProducts>li:nth-of-type(1)>h1::after {
    display: none;
}

.mainProducts>li:nth-of-type(3)::after {
    display : none;
}

.mainProducts>li:nth-of-type(1)>p {
    font-size: 11px;
    padding: 0px 0px 50px;
}

.mainProducts>li>.pic {
    width: 170px;
    height: 80px;
}

.mainProducts>li>h3 {
    left: 53%;
}

.mainProducts>li>p {
    font-size: 11px;
    margin-top: 20px;
}

.mainProducts>.product007 {
    height: 250px;
    border: none;
}

.mainProducts>.product007>h3 {
    left: 34%;
}

.mainProducts>.product007>p {
    position: unset;
    font-size: 11px;
    padding: 0px;
}

.mainProducts>.product007>.contents {
    height: 135px;
    margin-top: 30px;
}

.mainProducts>.product007>.contents>div {
    float: unset;
    margin-top: 30px;
}

.mainProducts>.product007>.contents>div {
    width: 240px;
    margin-right: 0%;
}

/*------------------- mainBussinessWrap --------------------*/
.mainBussinessWrap {
    display: none;
}

/*-------------------- footerwrap -------------------*/
.footer {
    width: 100%;
}

.footer>p {
    display: none;
}

/*------------------- subPages --------------------*/
.subPages>li>ul>li:first-child {
    padding-top: 50px;
}

.subPages>li>ul>li:first-child>h1 {
    font-size: 20px;
    margin-top: 30px;
}

.subPages>li:nth-of-type(3)>ul>li:first-child>h1 {
    font-size: 16px;
    margin-top: 25px;
}

/*--------- subA ----------*/
/*--------- subA001 ----------*/
/*--------- subA002 ----------*/
.subA002>li:nth-of-type(2)>div {
    width: 100%;
    height: 550px;
    padding: 20px 0px 30px;
}

.subA002>li:nth-of-type(2)>div>.boxA {
    height: 40px;
}

.subA002>li:nth-of-type(2)>div>.boxA>.boxA-2 {

}

.subA002>li:nth-of-type(2)>div>.boxA>.boxA-2>h3 {
    font-size: 12px;
}

.subA002>li:nth-of-type(2)>div>.boxB {
    height: 200px;
}

.subA002>li:nth-of-type(2)>div>.boxB>.boxB-2>p {
    font-size: 12px;
    font-weight: bold;
    padding: 20px;
    margin-right: 20px;
}

.subA002>li:nth-of-type(2)>div>.boxC::after {
    bottom: 51%;
    height: 384px;
}

.subA002>li:nth-of-type(2)>div>.boxC>.boxC-2>h3 {
    font-size: 12px;
    padding: 10px 30px;
}

.subA002>li:nth-of-type(2)>div>.boxC>.boxC-2>h3:first-child {
    margin-top: 30px;
}

/*--------- subA003 ----------*/
/*--------- subA004 ----------*/
.subA004>li:nth-of-type(1) {
    z-index: 10;
}

.subA004>li:nth-of-type(2) {
    width: 100%;
    padding: 0px 0px 50px;
}

.subA004>li:nth-of-type(2)>div {
    width: 100%;
}

.adressMap {
    top: -30px;
    width: 360px;
    padding: 0px 20px;
}

.adressMap>iframe {
    width: 320px;
}

.adressMap>.mapHidden01 {
    top: 30px;
    left: 0px;
    width: 100%;
    height: 56px;
}

.adressMap>.mapHidden02 {
    top: 30px;
    left: 0px;
    width: 100%;
    height: 50px;
}

.adressText {
    width: 310px;
}

.subA004>li:nth-of-type(2)>div>div>h3 {
    font-size: 15px;
    margin-top: 0px;
}

.subA004>li:nth-of-type(2)>div>div>h4 {
    font-size: 13px;
}

.subA004>li:nth-of-type(2)>div>div>p {
    width: 290px;
    font-size: 11px;    
}

.subA004>li:nth-of-type(2)>div>div>h4:nth-of-type(2) {
    margin-top: 20px;
}

.subA004>li:nth-of-type(2)>.con::before {
    display: none;
}

.subA004>li:nth-of-type(2)>.con::after {
    display: none;
}

/*--------- subB ----------*/
/*--------- subB001 ----------*/
.subB001>li:nth-of-type(2) {
    padding: 20px 0px 0px;
}

.subB001>li:nth-of-type(2)>div>div:nth-of-type(1) {
    width: 100%;
}

.subB001>li:nth-of-type(2)>div>.boxB {
    display: none;
}

.subB001>li:nth-of-type(2)>div>.boxA::after {
    top: 50px;
    width: 100%;
    height: 5px;
}

.subB001>li:nth-of-type(2)>div>.boxA>h2 {
    margin: unset;
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
}

.subB001>li:nth-of-type(2)>div>.boxA>p {
    font-size: 12px;
    margin-bottom: 30px;
}

/*--------- subB002 ----------*/
.subB002>li:nth-of-type(2) {
    padding: 0px 0px 0px;
}

.subB002>li:nth-of-type(2)>.boxWrap>div:nth-of-type(1) {
    display: none;
}

.subB002>li:nth-of-type(2)>.boxWrap>div:nth-of-type(2) {
    width: 100%;
}

.subB002>li:nth-of-type(2)>div>.boxB::after {
    top: 70px;
    height: 5px;
}

.subB002>li:nth-of-type(2)>div>.boxB>h2 {
    margin: 20px 0px 30px 50px;
    font-size: 30px;
}

.subB002>li:nth-of-type(2)>div>.boxB>h2>span {
    font-size: 20px;
    margin-left: 10px;
}

.subB002>li:nth-of-type(2)>div>.boxB>p {
    font-size: 11px;
    font-weight: bold;
}

.subB002>li:nth-of-type(2)>div>.boxB>p:nth-of-type(2) {
    margin: 10px 0px 30px;
}

/*--------- subB003 ----------*/
.subB003>li:nth-of-type(2) {
    padding: 30px 0px 30px;
}

.subB003>li:nth-of-type(2)>.boxWrap {
    width: 100%;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC {
    width: 250px;
    height: 165px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC::before {
    top: 50px;
    left: 70px;
    width: 200px;
    height: 135px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.videoC::after {
    top: 105px;
    left: 140px;
    width: 150px;
    height: 100px;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1 {
    font-size: 20px;
    top: 220px;
    left: 70px;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1>span {
    font-size: 30px;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1::before {
    top: 0px;
    right: -40px;
    width: 50px;
    height: 50px;
}

.subB003>li:nth-of-type(2)>.boxWrap>h1::after {
    top: 37px;
    right: -10px;
    width: 20px;
    height: 20px;
}

.subB003>li:nth-of-type(2)>.boxWrap>p {
    top: 300px;
    left: 30px;
    font-size: 12px;
    line-height: 120%;
    margin-right: 30px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row {
    margin-bottom: 0px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.boxA {
    margin-top: 230px;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(1) {
    display: none;
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(2) {
    width: 90%;
    height: 90px;
    margin: 10px 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

.subB003>li:nth-of-type(2)>.boxWrap>div>div>p {
    font-size: 10px;
    padding: 10px 10px 10px 20px;    
}

.subB003>li:nth-of-type(2)>.boxWrap>.row>div:nth-of-type(2)::after {
    top: 50%;
    left: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/*--------- subB004 ----------*/
.subB004>li:nth-of-type(2) {
    padding: 20px 0px 30px;
}

.subB004>li:nth-of-type(2)>.boxWrap {
    width:100%;
}

.subB004>li:nth-of-type(2)>.boxWrap::before {
    display: none;
}

.subB004>li:nth-of-type(2)>.boxWrap::after {
    display: none;
}

.subB004>li:nth-of-type(2)>.boxWrap>h1::after {
    top: 50px;
    left: 0px;
    width: 92%;
    height: 5px;
}

.subB004>li:nth-of-type(2)>.boxWrap>h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.subB004>li:nth-of-type(2)>.boxWrap>h1>span {
    font-size: 25px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div {
    margin: 0px 20px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1) {
    width: 12%;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2) {
    width: 88%;
    height: 120px;
    padding: 10px 0px 20px 70px;
    margin-left: 12%;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)::before {
    width: 100px;
    height: 100px;
    top: 70px;
    left: 100%;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)::after {
    top: 70px;
    left: 100%;
    width: 85px;
    height: 85px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(1)>h4 {
    top: 70px;
    left: 100%;
    font-size: 12px;
}

.subB004>li:nth-of-type(2)>.boxWrap>div>div:nth-of-type(2)>p {
    font-size: 11px;
    margin-top: 10px;
}

/*--------- subB005 ----------*/
.subB005>li:nth-of-type(2) {
    padding: 20px 20px 30px;
}

.subB005>h3 {
    font-size: 14px;
    padding: 20px 0px 0px;
}

.PFbox>div {
    width: 25%;
    height: 70px;
    padding: 3px;
}

/*--------- subC ----------*/
/*--------- subC001 ----------*/
.subC001>li:nth-of-type(2) {
    padding: 20px 20px 10px;
}

.subC001>li:nth-of-type(2)>.boxWrap {
    width: 100%;
}

.SCTextBox>.boxA {
    width: 100%;
    margin-left: 0%;
}

.SCTextBox>.boxA::before{
    display: none;
}

.SCTextBox>.boxA::after{
    display: none;
}

.SCTextBox>.boxA>span {
    font-size: 20px;
    padding: 5px 10px;
    border-left: 5px solid #777777 ;
    border-right: 5px solid #777777 ;
    margin-top: 0px;
}

.SCTextBox>.boxB {
    width: 85%;
    padding: 20px 10px;
}

.SCTextBox>.boxB>p {
    font-size: 11px;
}

.SC001MenuBox {
    display: none;
}

.SC001ListBox {
    display: none;
}

/*--------- subC002 ----------*/
.subC002>li:nth-of-type(2) {
    padding: 60px 0px 30px;
}

.subC002>li:nth-of-type(2)>.boxWrap>h3 {
    left: 50%;
    font-size: 12px;
}

.subC002>li:nth-of-type(2)>.boxWrap>h3::before {
    left: -8%;
}

.subC002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    font-size: 14px;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div:nth-of-type(1) {
    display: none;
}

.subC002>li:nth-of-type(2)>.boxWrap>.boxA>div:nth-of-type(2) {
    display: none;
}

/*--------- subC003 ----------*/
.subC003>li:nth-of-type(2) {
    padding: 30px 20px 10px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1>span {
    font-size: 20px;
    padding: 5px 10px;
    border-left: 5px solid #777777 ;
    border-right: 5px solid #777777 ;
    margin-top: 0px;
    margin-left: 0px;
}

.subC003>li:nth-of-type(2)>.boxWrap>div>.boxA-1>p {
    display: none;
}

/*--------- subC004 ----------*/
.subC004>li:nth-of-type(2) {
    padding: 30px 20px 30px;
}

.subC004>li:nth-of-type(2)>.boxWrap {
    height: 400px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic001 {
    top: -20px;
    width: 100%;
    height: 320px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1 {
    font-size: 20px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(1):before {
    display: none;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(1):after {
    display: none;
}

.subC004>li:nth-of-type(2)>.boxWrap>p:nth-of-type(1) {
    font-size: 11px;
    margin-top: 40px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic002 {
    top: 130px;
    width: 40%;
    height: 260px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h3:nth-of-type(1) {
    top: 120px;
    padding: 0px 10px;
}

.subC004>li:nth-of-type(2)>.boxWrap>.list {
    width: 120px;
    font-size: 11px;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    top: 180px;
    left: 28%;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(2) {
    top: 240px;
    left: 28%;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(3) {
    top: 300px;
    left: 28%;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(4) {
    top: 360px;
    left: 28%;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(5) {
    top: 180px;
    left: 70%;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(6) {
    top: 240px;
    left: 70%;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(7) {
    top: 300px;
    left: 70%;
}

.subC004>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(8) {
    top: 360px;
    left: 70%;
}

.subC004>li:nth-of-type(2)>.boxWrap>h1:nth-of-type(2) {
    display: none;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic003 {
    display: none;
}

.subC004>li:nth-of-type(2)>.boxWrap>.pic004 {
    display: none;
}

/*--------- subC005 ----------*/
.subC005>li:nth-of-type(2) {
    padding: 20px 20px 30px;
}

.subC005>li:nth-of-type(2)>.boxWrap {
    height: 580px;
}

.subC005>li:nth-of-type(2)>.boxWrap>h4 {
    display: none;
}

.subC005>li:nth-of-type(2)>.boxWrap>.pic001 {
    display: none;
}

.subC005>li:nth-of-type(2)>.boxWrap>h1 {
    width: 26%;
    font-size: 18px;
    padding: 5px 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.subC005>li:nth-of-type(2)>.boxWrap>p:nth-of-type(1) {
    font-size: 12px;
    margin: 20px;
}

.subC005>li:nth-of-type(2)>.boxWrap>.pic002 {
    padding: 20px;
    margin-top: 0px;
}

/*--------- subD ----------*/
/*--------- subD001 ----------*/
.subD001>li:nth-of-type(2) {
    padding: 50px 20px 20px;
}

.subD001>li:nth-of-type(2)>.boxWrap {
    height: unset;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA {
    width: 100%;
    height: 170px;
    margin-top: unset;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>.blankBox {
    top: 0px;
    left: 9%;
    width: 100%;
    height: 170px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxA>p {
    top: 20px;
    left: 12%;
    width: 100%;
    height: 170px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB {
    width: 100%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>h2 {
    top: -180px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox {
    margin-top: 30px;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxA {
    display: none;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>div:nth-of-type(2) {
    width: 100%;
}

.subD001>li:nth-of-type(2)>.boxWrap>.boxB>.textBox>.boxB>p {
    font-size: 11px;
    padding: 12px 5px;
}

/*--------- subD002 ----------*/
.subD002>li:nth-of-type(2) {
    padding: 0px 0px 30px;
}

.subD002>li:nth-of-type(2)>.boxWrap {
    height: 450px;
    padding: 20px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h2 {
    font-size: 20px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4 {
    width: 200px;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4:nth-of-type(1) {
    margin-top: 30px;
}

.subD002>li:nth-of-type(2)>.boxWrap>h4::after {
    top: 5%;
    right: 5%;
    width: 30px;
    height: 30px;
}

.subD002>li:nth-of-type(2)>.boxWrap>p {
    width: 100%;
    font-size: 11px;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 10px 0px 20px;
    box-sizing: border-box;
}
    
}

@media (max-width: 360px){}