/* common */
.subpage { overflow: hidden; position:relative; }
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1400px; width: 100%; }
.sub_tit {margin-bottom: 40px; }
.sub_tit.bor {padding-bottom: 40px; margin-bottom: 70px; border-bottom: 1px solid #ddd; }
@media screen and (min-width:1401px) {
    .sub_tit.flex {display: flex; }
    .sub_tit.flex p {margin-left: 30px; padding-top: 17px;}
}
.line_tit {position: relative; padding-left: 16px; text-align: left; margin-bottom: 30px; }
.line_tit::before {content: ''; display: block; width: 4px; height: 70%;  background:#00a650; position: absolute; left: 0; top:15%;}

/* font size */
.fs_47 {font-size: 47px; font-weight:700; color: #000; line-height: 1.2; letter-spacing: -.94px;}
.fs_35 {font-size: 35px; font-weight:700; line-height: 1.3; letter-spacing: -.7px; color:#000;  }
.fs_32 {font-size: 32px; font-weight:700; line-height: 1.4; letter-spacing: -.64px; color:#000;  }
.fs_22 {font-size: 22px; font-weight:700; line-height: 1.5; letter-spacing: -.44px; color:#000;  }
.fs_20 {font-size: 20px; font-weight:400; line-height: 1.5; letter-spacing: -.4px; color:#000;  }
.fs_18 {font-size: 18px; font-weight: 400; color: #555; line-height: 1.83; letter-spacing: -.36px; }
.fs_16 {font-size: 16px; font-weight: 400; color: #666; line-height: 1.65; letter-spacing: -.32px; }

/*Content CSS*/
.cont + .cont {margin-top: 80px; padding-top: 80px; border-top: 1px solid #ddd; }
.btn_wrap {display: flex; justify-content: center; }
.btn_wrap > a {display: flex; justify-content: space-between; align-items: center; width: 250px; height: 50px; border-radius: 25px; background-color: #00a650;
font-size: 15px; font-weight: 400; color:#fff; transition: background-color .3s ; padding: 0 28px; }
.btn_wrap > a i {font-size: 120%; position: relative; top:-1px;}
.btn_wrap > a + a {margin-left: 16px; background-color: #364337;}
.btn_wrap > a:hover {background-color: #000; }
.dot_p {position: relative; padding-left: 10px; text-align: left; }
.dot_p::before {content: ''; display: block; width: 4px; height: 4px; background: #555; position: absolute; left: 0; top:10px; border-radius: 50%;}

.list.col4 {display: flex; justify-content: space-between;}
.list.col4 > li {width: calc(25% - 15px); }
.list.col4 .logo {border:1px solid #ddd; border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-bottom:17px;}
@media screen and (min-width:1401px) {
    .list.col4 .logo img {max-width: inherit;}
}

/* symbol */
.symbol {display: flex; align-items: flex-start;   }
.symbol h3 {flex-shrink: 0; margin-right: 60px; margin-top: 40px;}
.symbol .flex {display: flex; align-items: flex-start; text-align: left; }
.symbol .flex h4 {flex-shrink: 0; color:#00a650; margin-bottom: 15px; display: flex; align-items: flex-start; margin-top: 40px; }
.symbol .flex h4 span {display: block; margin-left: 20px; padding-top: 10px; font-weight: 700; color:#000; }
.symbol .flex .logo {flex-shrink: 0; width: 570px; border:1px solid #ddd; height: 280px; flex-shrink: 0; margin-left: 60px; display: flex; align-items: center; justify-content: center; border-radius: 20px; }

/* color */
.color .flex {display: flex;}
.color .color_list {display: flex; justify-content: space-between; text-align: left; }
.color .color_list i {display: block;width: 100%; height: 150px; background-color: #00a650; border-radius: 30px 30px 30px 0;}
.color .color_list h4 {font-weight: 700; color:#555; margin: 15px 0 7px;}
.color .color_list p {font-size: 14px; font-weight: 400; color:#555; letter-spacing: -.42px; line-height: 1.71; }
.color .color_list.main {width: 45%; padding-right: 50px; border-right: 1px solid #ddd; }
.color .color_list.sub {width: 55%; padding-left: 50px;}
.color .color_list.main > li {width: calc(50% - 12.5px);}
.color .color_list.sub > li {width: calc(25% - 18.75px);}




@media screen and (max-width:1400px) {
    /* common */
    .subpage br:not(.space) {display: none;}
    .sub_tit.flex p {margin-top:20px;}

    /* content */
    .symbol {display: block; }
    .symbol h3 {margin: 0;}
    .symbol .flex {align-items: center;}
    .symbol .flex h4 {margin-top: 0;}
    .symbol .flex .logo {width: 500px; margin-left: 50px;}

    /* .color .flex {display: block;} */
    .color .color_list i {height: 120px;}
    .color .color_list.main {width: 40%; padding-right: 30px; }
    .color .color_list.sub {width: 60%; padding-left: 30px;}
    .color .color_list.main > li {width: calc(50% - 7.5px);}
    .color .color_list.sub > li {width: calc(25% - 11.25px);}

}


@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}
    .sub_tit.bor { margin-bottom: 40px;}
    /* font size */
    .fs_47 {font-size: 35px;}
    .fs_35 {font-size: 30px;}
    .fs_32 {font-size: 27px;}
    .fs_22 {font-size: 19px;}
    .fs_20 {font-size: 17px;}
    .fs_18 {font-size: 16px; line-height: 1.65;}
    .fs_16 {font-size: 14px; line-height: 1.65;}

    /* content */
    .cont + .cont { margin-top: 60px; padding-top: 60px;}
    /* symbol */
    .symbol h3 {margin: 0 0 30px;}
    .symbol .flex {flex-direction: column; align-items: flex-start;}
    .symbol .flex .logo {width: 100%; margin: 0; order:-1; height: auto; padding: 30px; max-width: 450px; margin-bottom: 30px;}
    .symbol .flex h4 {margin-bottom: 10px; align-items: center;}
    .symbol .flex h4 span {margin-left: 15px; padding-top: 0;}

    .list.col4 {flex-wrap: wrap ;}
    .list.col4 > li {width: calc(50% - 20px);}
    .list.col4 > li:nth-child(n+3) {margin-top:30px;}
    .list.col4 .logo {margin-bottom: 10px;}
    .list.col4 .logo img {width: 100%; height: 100%; object-fit: cover; max-height: 150px;}

    /* color */
    .color .flex {display: block;}
    .color .color_list {justify-content: center;}
    .color .color_list p {font-size: 13px;}
    .color .color_list.main {width:100%; padding-right: 0; border:0; }
    .color .color_list.sub {width: 100%; padding-left: 0; margin-top: 30px; padding-top: 30px; border-top: 1px solid #ddd; }
    .color .color_list.main > li {width: calc(50% - 10px);}
    .color .color_list.sub > li {width: calc(25% - 15px);}
    @media screen and (min-width: 641px) {
        .color .color_list > li {max-width: 250px;}
        .color .color_list > li + li {margin-left: 20px;}
    }
}

@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}
    .sub_tit {margin-bottom: 30px; }
    .sub_tit.bor { padding-bottom: 30px; margin-bottom: 30px;}
    .sub_tit.flex p {margin-top: 10px; }
    .line_tit {padding-left: 12px; margin-bottom: 20px;}
    .line_tit::before { width: 3px;}

    /* font size */
    .fs_47 {font-size: 30px;}
    .fs_35 {font-size: 25px;}
    .fs_32 {font-size: 22px;}
    .fs_22 {font-size: 17px;}
    .fs_20 {font-size: 15px;}
    .fs_18 {font-size: 14px; line-height: 1.65;}
    .fs_16 {font-size: 13px; line-height: 1.65;}

    /* content */
    .cont + .cont {margin-top: 50px; padding-top: 50px;}
    .btn_wrap {display: block;}
    .btn_wrap > a {font-size: 13px; width: 100%; height: 40px; max-width: 250px; margin: 0 auto; padding: 0 20px;}
    .btn_wrap > a i {top:0;}
    .btn_wrap > a + a {margin: 10px auto 0;}

    .dot_p::before {top:7px;}
    .list.col4 > li {width: calc(50% - 10px);}
    .list.col4 > li:nth-child(n+3) {margin-top:20px;}

    /* color */
    .color .color_list {flex-wrap: wrap; justify-content: space-between;}
    .color .color_list i {height: 120px;  border-radius: 20px 20px 20px 0;}
    .color .color_list p {font-size: 12px;}
    .color .color_list h4 {  margin: 10px 0 0;}
    .color .color_list.main > li {width: calc(50% - 10px);}
    .color .color_list.sub > li {width: calc(50% - 10px);}
    .color .color_list > li:nth-child(n+3) {margin-top: 20px;}
}

@media screen and (max-width: 400px) {
    .list.col4 > li {width: calc(50% - 5px);}
    .color .color_list.main > li {width: calc(50% - 5px);}
    .color .color_list.sub > li {width: calc(50% - 5px);}
    .color .color_list i {height: 100px; }

}
