@charset "utf-8";


/* ===================================================== */
/* 콘텐츠 공통 */

@media (hover: hover) and (pointer: fine) {
}
@media (max-width: 1280px){
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 576px){
}
@media (max-width: 480px){
}
/* 콘텐츠 공통 */
/* ===================================================== */


/* ===================================================== */
/*  */

@media (hover: hover) and (pointer: fine) {
}
@media (max-width: 1280px){
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 576px){
}
@media (max-width: 480px){
}
/*  */
/* ===================================================== */




























/* ===================================================== */
/* 010101 */
.company-wrap .con-box {font-size: 3.2rem; font-weight: 700; color: #222;}
.company-top {border-radius: 20px; padding: 14rem 1rem; background: url(../images/sub/bg_company01.jpg) no-repeat center / cover; text-align: center;}
.company-top .tit {font-size: 5.2rem; font-weight: 800; color: #fff;}
.company-top .desc {font-size: 28px; font-weight: 500; color: #fff; margin-top: 2.5rem;}
.company-top .desc span {font-weight: 700;}

.company-wrap .con-box.nth-1 {margin-top: 15rem;}
.company-list {margin-top: 5rem;}
.company-list .item {display: flex; align-items: center; position: relative;}
.company-list .item::before {display: block; content: ''; width: calc(100% - 150px); height: calc(100% - 100px); background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(243, 246, 249, 1)); position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.company-list .item .img {width: 100%; max-width: 300px; height: 300px; border-radius: 50%; overflow: hidden; background-position: center; background-repeat: no-repeat; margin-left: 9rem; position: relative; z-index: 1;}
.company-list .item.nth-1 .img {background-image: url(../images/sub/company_img01.jpg);}
.company-list .item.nth-2 .img {background-image: url(../images/sub/company_img02.jpg);}
.company-list .item.nth-3 .img {background-image: url(../images/sub/company_img03.jpg);}
.company-list .item .tit {width: 100%; font-size: 7.2rem; font-weight: 400; color: #30809d; opacity: 0.5; text-transform: uppercase; position: relative; z-index: 1;}
.company-list .item .txt {white-space: nowrap; position: relative; z-index: 1;}
.company-list .item .txt h2 {font-size: 3.2rem; font-weight: 700; color: var(--color-sub);}
.company-list .item .txt p {font-size: 16px; font-weight: 500; color: #666; margin-top: 1rem; text-transform: uppercase;}

.company-list .item:nth-of-type(odd) {flex-direction: row-reverse;}
.company-list .item:nth-of-type(odd)::before {display: block; content: ''; width: calc(100% - 150px); height: calc(100% - 100px); background: linear-gradient(to right, rgba(246, 246, 246, 1), rgba(255, 255, 255, 0)); position: absolute; top: 50%; left: 150px; transform: translateY(-50%);}
.company-list .item:nth-of-type(odd) .tit {text-align: right;}
.company-list .item:nth-of-type(odd) .img {margin-left: 0; margin-right: 9rem;}

.company-wrap .con-box.nth-2 {margin-top: 23rem;}
.company-value {display: flex; justify-content: space-between; align-items: flex-start; margin-top: 4rem; border-radius: 20px; padding: 8rem 5rem; background: #f3f6f9;}
.company-value .value-item {flex: 1; border-radius: 10px; background-color: var(--color-sub); background-position: calc(100% - 2rem) calc(100% - 3rem); background-repeat: no-repeat; padding: 4.5rem 4rem; min-height: 240px;}
.company-value .value-item + .value-item {margin-left: 2rem;}
.company-value .value-item:nth-of-type(even) {background-color: var(--color-main); margin-top: 5rem;}
.company-value .value-item.nth-1 {background-image: url(../images/sub/company-value01.png);}
.company-value .value-item.nth-2 {background-image: url(../images/sub/company-value02.png);}
.company-value .value-item.nth-3 {background-image: url(../images/sub/company-value03.png);}
.company-value .value-item.nth-4 {background-image: url(../images/sub/company-value04.png);}
.company-value .value-item .tit {font-size: 26px; font-weight: 700; color: #fff;}
.company-value .value-item .desc {margin-top: 0.5rem; font-size: 15px; font-weight: 400; color: rgba(255, 255, 255, 0.4); line-height: 1.1;}

.company-wrap .con-box.nth-3 {padding: 15rem 0 24rem; background: url(../images/sub/bg_company02.jpg) no-repeat right bottom; position: relative;}
.company-wrap .social-contribution-list {display: inline-flex; flex-direction: column; margin-top: 5rem; width: auto;}
.social-contribution-list .item {display: flex; align-items: center; padding: 2rem 8rem 2rem 0; border-bottom: 1px solid rgba(204, 204, 204, 0.5);}
.social-contribution-list .date {font-size: 18px; font-weight: 600; color: var(--color-main); min-width: 14rem;}
.social-contribution-list .txt {font-size: 20px; font-weight: 600; color: #222;}
.company-wrap .con-box.nth-3 .bg-img {position: absolute; top: 15rem; right: 0;}

@media (hover: hover) and (pointer: fine) {
}
@media (max-width: 1280px){
    .company-top .tit {font-weight: 600;}
    .company-top .desc {margin-top: 1.5rem;}

    .company-wrap .con-box.nth-1 {margin-top: 10rem;}
    .company-list .item .tit {font-size: 6rem;}
    .company-list .item .img {margin-left: 4rem;}
    .company-list .item:nth-of-type(odd) .img {margin-right: 4rem;}

    .company-wrap .con-box.nth-2 {margin-top: 18rem;}
    .company-value {padding: 5rem 3rem;}
    .company-value .value-item {padding: 2rem; min-height: 200px;}
}
@media (max-width: 1024px){
    .company-top {padding: 8rem 1rem;}
    .company-top .tit {font-size: 4rem;}
    .company-top .desc {font-size: 24px;}
    .company-list .item .tit {position: absolute; bottom: 0; right: 0; transform: translateY(-50%);}
    .company-list .item .txt {width: 100%;}

    .company-value .value-item + .value-item {margin-left: 1rem;}
    .company-value .value-item .tit {font-size: 22px;}
    .company-value .value-item .desc {font-size: 14px; font-weight: 300;}

    .social-contribution-list .date {font-size: 16px;}
    .social-contribution-list .txt {font-size: 18px;}
    .company-wrap .con-box.nth-3::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.7);}
}
@media (max-width: 768px){
    .company-list .item + .item {margin-top: 50px;}
    .company-list .item::before {height: 100%; width: calc(100% - 100px);}
    .company-list .item:nth-of-type(odd)::before {left: 100px;}
    .company-list .item .img {max-width: 200px; height: 200px;}
    .company-list .item .tit {transform: translateY(20px);}
    .company-wrap .con-box.nth-3 {padding: 15rem 0 18rem;}
}
@media (max-width: 576px){
    .company-top .tit {font-size: 3rem;}
    .company-list .item {flex-wrap: wrap;}
    .company-list .item:nth-of-type(odd) {justify-content: flex-end;}
    .company-list .item::before,
    .company-list .item:nth-of-type(odd)::before {left: -20px;}
    .company-list .item .img {order: 1;}
    .company-list .item .txt {order: 2; padding: 5rem 0 0; text-align: center;}
    .company-top .desc {font-size: 20px;} 
    .company-list .item .tit {position: relative; bottom: initial; right: initial; transform: initial; text-align: center; margin-bottom: 1.5rem;}
    .company-list .item:nth-of-type(odd) .img {margin-right: 0;}
    .company-list .item:nth-of-type(odd)::before {display: none;}
    .company-list .item::before {display: none;}
    .company-list .item:nth-of-type(odd) .tit {text-align: center;}
    .company-list .item:nth-of-type(odd) .img {margin: auto;}
    .company-list .item .img {margin: auto;} 
    .company-value {flex-direction: column;}
    .company-value .value-item + .value-item {margin-left: 0;}
    .company-value .value-item:nth-of-type(even) {margin-top: 0;}
    .company-value .value-item {width: 100%; min-height: 180px; margin-bottom: 2rem;}
    .company-value .value-item:last-child {margin-bottom: 0;}
    .company-wrap .con-box.nth-3::before {background-color: rgba(255, 255, 255, 0.85);}
}
@media (max-width: 480px){
    .social-contribution-list .item {align-items: flex-start; flex-direction: column;}
}
/* 010101 */
/* ===================================================== */


/* ===================================================== */
/* 010201 */
.ceo-top {background: url(../images/sub/bg_ceo01.jpg) no-repeat center / cover; margin-top: 6rem; padding-bottom: 18rem;}
.ceo-top .txt {display: inline-block; width: 40%; padding: 6rem 4rem; background: var(--color-main) url(../images/sub/bg_ceo-txt01.png) no-repeat right bottom; color: #fff; letter-spacing: -0.02em; transform: translateY(-6rem); position: relative;}
.ceo-top .txt::after {display: block; content: ''; width: 172px; height: 201px; background: url(../images/sub/bg_ceo-txt02.png) no-repeat center; position: absolute; bottom: 0; right: 0; transform: translate(35%, 35%);}
.ceo-top h2 {font-size: 20px; font-weight: 700; opacity: 0.7;}
.ceo-top p {font-size: 26px; font-weight: 400; line-height: 1.4; margin-top: 13rem;}
.ceo-top span {font-weight: 700;}

.ceo-bottom {padding: 6rem 0 20rem; background: url(../images/sub/bg_ceo02.jpg) no-repeat center bottom; text-align: center;}
.ceo-bottom p {font-size: 22px; font-weight: 500; color: #222; letter-spacing: -0.02em;}
.ceo-bottom p + p {margin-top: 4rem;}
.ceo-bottom p span {font-weight: 700;}
.ceo-bottom h6 {margin-top: 3rem; padding-top: 7rem; font-size: 20px; font-weight: 600; color: var(--color-sub); letter-spacing: -0.02em; position: relative;}
.ceo-bottom h6 span {display: block; font-size: 28px; font-weight: 700; color: #222;}
.ceo-bottom h6::after {display: block; content: ''; width: 1px; height: 40px; background: var(--color-sub); position: absolute; top: 0; left: 50%;}

@media (hover: hover) and (pointer: fine) {
}
@media (max-width: 1280px){
    .ceo-top p br {display: none;}
    .ceo-top .txt {width: 45%; padding-right: 13rem;}
    .ceo-bottom p br {display: none;}
    .ceo-bottom {padding: 6rem 0 16rem;}
}
@media (max-width: 1024px){
    .ceo-bottom p {font-size: 20px;}
    .ceo-top .txt {width: 55%;}
}
@media (max-width: 960px){
    .ceo-bottom p {font-size: 18px;}
    .ceo-top .txt {width: 65%;}
}
@media (max-width: 768px){
    .ceo-top p {font-size: 22px;}
    .ceo-top .txt {padding-right: 17rem;}
}
@media (max-width: 576px){
    .ceo-top .txt {width: 85%;}
    .ceo-top {padding-bottom: 10rem;}
}
@media (max-width: 480px){
    .ceo-top p {margin-top: 2rem; font-size: 22px; margin-bottom: 18rem;}
    .ceo-top .txt {padding-right: 4rem;}
}
/* 010201 */
/* ===================================================== */


/* ===================================================== */
/* 010301 */
.history-wrap {position: relative;}
.history-tag {width: 50%; padding-right: 14rem; height: 300rem; position: absolute; top: 0; left: 0;}
.history-tag .sticky-memo {position: sticky; top: 80px; left: 0; padding: 12rem 1rem 12rem var(--inner-padding); border-radius: 0 15px 15px 0; background: url(../images/sub/bg_history-tag.png) no-repeat center / cover;}
.history-tag .tit {font-size: 24px; font-weight: 800; color: var(--color-white-a4);}
.history-tag .logo {display: inline-block; margin-top: 10px; width: 314px; height: 35px; background: url(../images/sub/history-logo.png) no-repeat center;}
.history-tag .desc {margin-top: 3rem; font-size: 22px; font-weight: 600; color: #fff; line-height: 1.4; letter-spacing: 0;}

.history-list {padding-left: 50%;}
.history-list .item {padding-bottom: 6rem;}
.history-list .item+.item {padding-top: 7rem; border-top: 1px solid #e5e5e5;}
.history-list .yy h2 {font-size: 3.2rem; font-weight: 700; color: #222;}
.history-list .history-txt {margin-top: 3rem;}
.history-list .txt {display: flex; margin-bottom: 1rem;}
.history-list .mm h6 {min-width: 6.5rem; font-size: 20px; font-weight: 700; color: var(--color-main);}
.history-list .dd {transform: translateY(-3px);}
.history-list .dd p {padding-left: 15px; font-size: 20px; font-weight: 500; color: #666; position: relative;}
.history-list .dd p::after {display: block; content: ''; width: 6px; height: 2px; background: #666; position: absolute; top: 14px; left: 0;}

@media (hover: hover) and (pointer: fine) {
}
@media (max-width: 1280px){
    .history-list .dd p {font-size: 18px;}
}
@media (max-width: 1024px){
    .history-tag { width: 100%; padding-right: 0; height: initial; position: relative; top: initial; left: initial; margin-bottom: 8rem;}
    .history-tag .sticky-memo {position: relative; top: initial; left: initial; padding: 7.5rem 6%;}
    .history-list {padding: 0 5%;}
    .history-tag .desc br {display: none;}
}
@media (max-width: 768px){
    .history-list .dd p {font-size: 16px;}
}
@media (max-width: 576px){
}
@media (max-width: 480px){
}
/* 010301 */
/* ===================================================== */


/* ===================================================== */
/* 010401 */
.organiz-wrap {margin-top: 12rem; padding-bottom: 11.5rem; background: #f3f6f9 url(../images/sub/bg_organiz.png) no-repeat center bottom; text-align: center;}
.organiz-wrap .inner {transform: translateY(-8.5rem);}
.organiz-ceo {padding-bottom: 3.5rem; position: relative;}
.organiz-ceo::before {display: block; content: ''; width: 1px; height: 3.5rem; background: #ccc; opacity: 0.5; position: absolute; bottom: 0; left: 50%;}
.organiz-ceo .ceo {display: inline-flex; justify-content: center; flex-direction: column; width: 175px; height: 208px; font-size: 24px; font-weight: 700; color: #fff; line-height: 1.5; background: url(../images/sub/bg_organiz-ceo.png) no-repeat center;}

.organiz-top {display: flex; padding-left: 50%; padding-bottom: 5rem;}
.organiz-top .organiz-item {font-size: 20px; font-weight: 600; color: #fff; padding: 1.5rem 6rem; border-radius: 60px; background: #444; box-shadow: 0 0 27px rgba(0, 0, 0, 0.15); transform: translateX(-50%); position: relative;}
.organiz-top .organiz-item.nth-2 {background: #999; margin-left: 6.5rem; padding: 1.5rem 7.5rem;}
.organiz-top .organiz-item::before {display: block; content: ''; background: #ccc; opacity: 0.5; position: absolute;}
.organiz-top .organiz-item.nth-1::before {width: 1px; height: 5rem; top: 100%; left: 50%;}
.organiz-top .organiz-item.nth-2::before {width: 6.5rem; height: 1px; top: 50%; right: 100%;}

.organiz-bottom {display: inline-flex; justify-content: center; align-items: flex-start; padding-top: 6rem; position: relative;}
.organiz-bottom::after {display: block; content: ''; width: calc(100% - 29rem); height: 1px; background: #ccc; opacity: 0.5; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.organiz-bottom .organiz-item {width: 29rem; border-radius: 20px; background: #fff; padding: 0 3.5rem 3.5rem; box-shadow: 0 0 27px rgba(0, 0, 0, 0.05); position: relative;}
.organiz-bottom .organiz-item::before {display: block; content: ''; width: 1px; height: 6rem; background: #ccc; opacity: 0.5; position: absolute; top: -6rem; left: 50%;}
.organiz-bottom .organiz-item + .organiz-item {margin-left: 8rem;}
.organiz-bottom .organiz-tit {text-align: center; border-radius: 50px; transform: translateY(-50%); background-color: var(--color-main); padding: 1.5rem 1rem;}
.organiz-bottom .organiz-item.nth-3 .organiz-tit {background-color: #0091cc;}
.organiz-bottom .organiz-tit span {font-size: 20px; font-weight: 600; color: #fff; padding-left: 4.5rem; position: relative;}
.organiz-bottom .organiz-tit span::after {display: block; content: ''; background-position: center; background-repeat: no-repeat; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.organiz-bottom .organiz-item.nth-1 .organiz-tit span::after {width: 28px; height: 28px; background-image: url(../images/sub/ico_organiz01.png);}
.organiz-bottom .organiz-item.nth-2 .organiz-tit span::after {width: 30px; height: 30px; background-image: url(../images/sub/ico_organiz02.png);}
.organiz-bottom .organiz-item.nth-3 .organiz-tit span::after {width: 26px; height: 30px; background-image: url(../images/sub/ico_organiz03.png);}
.organiz-bottom .list-item {border-radius: 10px; border: 1px solid var(--color-main); padding: 2rem;}
.organiz-bottom .organiz-item.nth-3 .list-item {border-color: #0091cc;}
.organiz-bottom .list-item + .list-item {margin-top: 2rem;}
.organiz-bottom .tit {font-size: 20px; font-weight: 700; color: var(--color-main);}
.organiz-bottom .list-item p {display: flex; flex-direction: column; align-items: center; padding-top: 1rem;}
.organiz-bottom .list-item .tit+p {border-top: 1px solid #f6f6f6; margin-top: 1rem;}
.organiz-bottom .list-item span {padding-left: 12px; font-size: 17px; font-weight: 500; color: #666; position: relative;}
.organiz-bottom .list-item span::after {display: block; content: ''; width: 6px; height: 2px; background: #666; position: absolute; top: 10px; left: 0;}

@media (hover: hover) and (pointer: fine) {
}

@media (max-width: 1024px){
    .organiz-bottom {justify-content: space-between;}
    .organiz-top .organiz-item {font-size: 18px; display: flex; align-items: center; justify-content: center;}
    .organiz-top .organiz-item.nth-2::before {width: 5rem;}
    .organiz-bottom .organiz-tit span {font-size: 17px;}
    .organiz-bottom .tit {font-size: 18px;}
    .organiz-bottom .list-item span {font-size: 16px;}
    .organiz-bottom .organiz-item {width: 30%; padding: 0 2.5rem 2.5rem;}
    .organiz-bottom .organiz-item + .organiz-item {margin-left: 0;}
    .organiz-bottom::after {width: calc(100% - 21.5rem);}

}
@media (max-width: 768px){
    .organiz-top .organiz-item.nth-2::before {width: 4rem;}
    .organiz-ceo::before, .organiz-bottom::after, .organiz-bottom .organiz-item::before, .organiz-top .organiz-item.nth-1::before {display: none;}
    .organiz-bottom .organiz-item {width: 100%; padding: 0 2.5rem 2.5rem;}
    .organiz-bottom {flex-direction: column; width: 100%;}
    .organiz-top {padding-left: 0; padding-bottom: 0; flex-direction: column; margin: auto 5%;}
    .organiz-top .organiz-item {transform: initial;}
    .organiz-top .organiz-item.nth-2 {margin-left: 0; margin-top: 2rem;}
    .organiz-top .organiz-item.nth-2::before {display: none;}
    .organiz-bottom .organiz-item + .organiz-item {margin-top: 8rem;}

}
@media (max-width: 576px){
}
@media (max-width: 480px){
}
/* 010401 */
/* ===================================================== */





/* 1-5. 찾아오시는 길 */
.sub-map {margin-bottom: 10%;}
.sub-map .cont-map {margin-top: 2rem; height: 48rem; position: relative;}
.sub-map .cont-map::after {content: 'VISIT US'; font-size: 14rem; font-weight: 800; letter-spacing: -0.025em; color: #f3f6f9; position: absolute; right: 0; top: -13rem; z-index: -1;}
.sub-map .cont-con {margin-top: 5rem; padding-top: 5rem; border-top: 1px solid #e5e5e5;} 
.sub-map .cont-con ul {display: flex; justify-content: space-between;}
.sub-map .cont-con ul li {width: 33%; letter-spacing: -0.02em; background-color: #073c6b; border-radius: 15px; max-width: 45rem;}
.sub-map .cont-con ul li a {padding: 4rem;  width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.sub-map .cont-con .t-item {display: flex; justify-content: space-between; margin-bottom: 2rem;}
.sub-map .cont-con .tit {font-size: 1.8rem; font-weight: 500; color: #fff;}
.sub-map .cont-con .ico {width: 8rem; height: 8rem; background-color: rgb(56, 111, 153, 0.4); border-radius: 50%; display: flex; justify-content: center; align-items: center; border: 2px solid rgb(255, 255, 255, 0.4);}
.sub-map .cont-con .sub-tit {font-size: 2rem; font-weight: 700; color: #fff;}
.sub-map .cont-con .txt {font-size: 1.6rem; font-weight: 300; color: #fff;}

.sub-map .cont-con ul li:hover {background-color: rgb(1, 29, 54);}
.sub-map .cont-con ul li:hover .ico {background-color: rgba(48, 101, 141, 0.4);}
.sub-map .cont-con ul li:hover .ico img {animation: shake-t 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;}
@keyframes shake-t {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(10deg);}
    100% { transform: rotate(-10deg);}
}
@media (max-width: 1280px){
    .sub-map .cont-con ul li {width: 31.5%;}
}
@media (max-width: 1024px){
    .sub-map .cont-con .t-item {margin-bottom: 2rem; flex-direction: column; align-items: center;}
    .sub-map .cont-con .s-item {text-align: center;}
    .sub-map .cont-con .tit {margin-bottom: 2rem;}
    .sub-map .cont-con ul li a {justify-content: initial; padding: 5rem;}

    .sub-map .cont-con .tit {font-size: 20px;}
    .sub-map .cont-con .sub-tit {font-size: 18px;}
    .sub-map .cont-con .txt {font-size: 16px;}
}
@media (max-width: 768px){
    .sub-map .cont-con ul {flex-direction: column;}
    .sub-map .cont-con ul li {width: 100%; max-width: initial; margin-bottom: 2rem;}
    .sub-map .cont-con ul li:last-child {margin-bottom: 0;}
}
@media (max-width: 576px){
    .sub-map .cont-con .tit {font-size: 18px;}
    .sub-map .cont-con .sub-tit {font-size: 16px;}
    .sub-map .cont-con .txt {font-size: 14px;}
}




/* ===================================================== */
/* 030101 */
.product-wrap {padding-bottom: 22rem;}
.product-top {font-size: 5.6rem; font-weight: 500; color: #222; text-align: center;}
.product-top span {font-weight: 700;}
.product-top .under {position: relative;}
.product-top .under em {color: #023c6b; position: relative; z-index: 1; background: linear-gradient(180deg,rgba(255, 255, 255, 0) 55%, #dbeeff 0%); padding: 0 5px;}

.product-list {margin-top: 18rem;}
.product-list .product-item {display: flex; padding-bottom: 5rem; position: relative;}
.product-list .product-item+.product-item {margin-top: 20rem;}
.product-list .product-item::before {display: block; content: ''; width: 100%; height: 25rem; background: #f3f6f9; border-radius: 0 20px 20px 0; position: absolute; bottom: 0; right: var(--inner-padding);}
.product-item .img {display: flex; align-items: flex-end; width: calc(50% - var(--inner-padding)); margin-left: var(--inner-padding); position: relative; z-index: 1;}
.product-item .img img {transform: translateY(6rem);}
.product-item .txt {width: calc(50% - 6rem); margin-left: 6rem; position: relative; z-index: 1;}
.product-item .product-tit {font-size: 3.8rem; font-weight: 700; color: #386f99;}
.product-item .product-sub-tit {font-size: 28px; font-weight: 700; color: #222;}
.product-item .product-info {margin-top: 5rem; padding: 3rem 0 3rem 3rem; border-radius: 20px 0 0 20px; background: #fff; box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);}
.product-item .product-info .tit {border-radius: 10px 0 0 10px; background: var(--color-main); padding: 2rem 4rem 1.5rem; margin-bottom: 2rem;}
.product-item .product-info .tit span {display: block; font-size: 19px; font-weight: 600; color: #fff;}
.product-item .product-info .tit span+span {margin-top: 1rem;}
.product-item .product-info .desc {margin-left: 4rem; font-size: 17px; font-weight: 600; color: #222;}
.product-item .product-info .desc +.desc {margin-top: 0.5rem;}
.product-item .product-info .desc span {display: inline-block; min-width: 12rem; padding-left: 3rem; position: relative;}
.product-item .product-info .desc span::after {display: block; content: ''; width: 20px; height: 20px; background: url(../images/sub/ico_product-dot.png) no-repeat center; position: absolute; top: 12px; left: 0; transform: translateY(-50%);}

@media (hover: hover) and (pointer: fine) {
}

@media (max-width: 960px){
    .product-list .product-item {flex-direction: column; align-items: center;}
    .product-item .txt {width: 100%; margin-left: 15%;}
    .product-item .product-info {margin-top: 2rem; padding: 3rem; border-radius: 20px 0 0 20px;}
    .product-item .img {margin-bottom: 3rem; margin-left: auto;  margin-right: 5rem;}
    .product-list {margin-top: 10rem;}
    .product-list .product-item+.product-item {margin-top: 15rem;}
}
@media (max-width: 576px){
    .product-item .product-info {margin-top: 2rem; padding: 3rem; border-radius: 20px;}
    .product-item .txt {margin: 0 5%; width: 90%;}
    .product-list .product-item::before {border-radius: 0; right: 0;}
    .product-item .img {margin: 0 auto 8rem;}
    .product-list .product-item+.product-item {margin-top: 10rem;}
    .product-item .product-tit, .product-item .product-sub-tit {text-align: center;}
    .product-item .product-info .tit {border-radius: 10px;}
    .product-item .product-info .desc {margin-left: 1rem;}
    .product-item .product-info .tit span {font-size: 17px; text-align: center;}
    .product-item .product-info .desc span {padding-left: 3.5rem; margin-right: 2rem;}
    .product-top {font-size: 4rem; padding: 0 5%;}
    .product-item .product-info .desc +.desc {display: flex;}
}

/* 030101 */
/* ===================================================== */




/* 3-1-2. 영상감시시스템 - 이동식 */
.sub-move {margin-bottom: 10%;}
.sub-move .tit-wrap {text-align: center;}
.sub-move .tit-wrap h6 {font-size: 5.5rem; color: #222; font-weight: 500;}
.sub-move .tit-wrap h6 .txt-bold, .sub-move .tit-wrap p span {font-weight: 700; color: #222;} 
.sub-move .tit-wrap h6 .txt-line {font-weight: 800; color: #023c6b; background: linear-gradient(180deg,rgba(255, 255, 255, 0) 55%, #dbeeff 0%); vertical-align: calc(); padding: 0 5px}
.sub-move .tit-wrap p {margin-top: 5rem; font-size: 2.4rem; color: #666; font-weight: 500;}
.sub-move .con-wrap {margin-top: 10rem;}
.sub-move .con-wrap ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; list-style: none; padding: 0; margin: 0;}
.sub-move .con-wrap ul li {background-color: #f3f6f9; border-radius: 10px; padding: 2rem 2rem 4rem;}
.sub-move .con-wrap ul li .img {background-color: #fff; border-radius: 5px; width: 100%; height: 27rem; padding: 3.5rem;}
.sub-move .con-wrap ul li .img img {width: 100%; height: 100%; object-fit: contain;}
.sub-move .con-wrap ul li .item {padding: 3.5rem 3.5rem 0; text-align: center;}
.sub-move .con-wrap ul li .item .tit {font-size: 2.4rem; color: #023c6b; font-weight: 800; line-height: 1;}
.sub-move .con-wrap ul li .item .txt {font-size: 1.8rem; color: #666; font-weight: 500; line-height: 1.3; margin-top: 1.5rem;}


@media (max-width: 1024px){
    .sub-move .tit-wrap h6 {font-size: 5rem;}
    .sub-move .tit-wrap p {font-size: 2.2rem;}
}
@media (max-width: 960px){
    .sub-move .con-wrap ul {grid-template-columns: repeat(2, 1fr); gap: 2.5rem;}

}
@media (max-width: 768px){
    .sub-move .tit-wrap {padding: 0 5%;}
    .sub-move .tit-wrap p br {display: none;}
    .sub-move .tit-wrap h6 br {display: none;}
}
@media (max-width: 576px){
    .sub-move .con-wrap ul {grid-template-columns: repeat(1, 1fr); gap: 2.5rem;}
    .sub-move .tit-wrap h6 {font-size: 4.5rem;}
    .sub-move .tit-wrap p {font-size: 2.2rem;}
}







/* ===================================================== */
/* 030201 */
.product-top p {font-size: 24px; font-weight: 500; color: #666; margin-top: 5rem;}
.product-top p span {font-weight: 600; color: #222;}

.rnd_img {border-radius: 20px; margin-top: 5rem; overflow: hidden;}

.rnd_list-wrap {margin-top: 5rem; border-radius: 20px; background: #f3f6f9; border: 1px solid #ccc; padding: 7rem 10rem;}
.rnd_list {display: flex;}
.rnd_list-wrap.type01 .rnd_list {flex-wrap: wrap;}
.rnd_list .list-item {width: 33.3333%;}
.rnd_list .list-item p {padding-left: 20px; font-size: 18px; font-weight: 600; color: #222; line-height: 2.5; position: relative;}
.rnd_list .list-item p::after {display: block; content: ''; width: 15px; height: 12px; background: url(../images/sub/ico_dot01.png) no-repeat center; position: absolute; left: 0; top: 18px;}

.pro_img-mo {display: none;}

@media (hover: hover) and (pointer: fine) {
}
@media (max-width: 1440px){
    .rnd_list-wrap {padding: 5rem 7rem;}
    .rnd_list .list-item {width: 30%;}
    .rnd_list {justify-content: space-between;}
    .rnd_list .list-item p {line-height: 1.5; margin-bottom: 4rem;}
    .rnd_list .list-item:nth-child(7) p, .rnd_list .list-item:nth-child(8) p, .rnd_list .list-item:nth-child(9) p {margin-bottom: 0;}
    .rnd_list .list-item p::after {top: 8px;}
    .rnd_list .list-item p {padding-left: 25px;}
    .product-top p br {display: none;}
}
@media (max-width: 1280px){
}
@media (max-width: 1024px){
    .product-top p {font-size: 2.4rem;}
}
@media (max-width: 960px){
    .rnd_list .list-item {width: 48%;}
    .rnd_list .list-item:nth-child(7) p, .rnd_list .list-item:nth-child(8) p {margin-bottom: 4rem;}
}
@media (max-width: 768px){
    .pro_img-mo {display: block;}
    .pro_img-pc {display: none;}
    
    .rnd_list .list-item {width: 100%;}
    .rnd_list .list-item p {font-size: 16px;}
    .rnd_list .list-item p, .rnd_list .list-item:nth-child(7) p, .rnd_list .list-item:nth-child(8) p {line-height: 1.3; margin-bottom: 3rem;}
    .rnd_list .list-item p::after {width: 12px; height: 10px; left: 0; top: 4px;}
    .rnd_list-wrap {padding: 5rem;}

}
@media (max-width: 576px){
}
@media (max-width: 480px){
}
/* 030201 */
/* ===================================================== */


/* ===================================================== */
/* 030202 */
.rnd_list-wrap.type02 {padding: 4rem;}
.rnd_list-wrap.type02 .list-item {text-align: center; border-radius: 10px; padding: 4rem; background: #fff;}
.rnd_list-wrap.type02 .list-item+.list-item {margin-left: 4rem;}
.rnd_list-wrap.type02 .list-item h2 {font-size: 18px; font-weight: 600; color: #222; margin-top: 4rem;}
.rnd_list-wrap.type02 .img {display: inline-block;}

@media (hover: hover) and (pointer: fine) {
}
@media (max-width: 1280px){
}
@media (max-width: 1024px){
}
@media (max-width: 960px){
    .rnd_list-wrap.type02 .list-item+.list-item {margin-left: 3rem;}
    .rnd_list-wrap.type02 {padding: 3rem;}
}
@media (max-width: 768px){
    .rnd_list {flex-direction: column;}
    .rnd_list-wrap.type02 .list-item+.list-item {margin-left: 0; margin-top: 5rem;}
    .rnd_list-wrap.type02 {padding: 5rem;}
    .rnd_list-wrap.type02 .img {width: 40%;}
    .rnd_list-wrap.type02 .list-item h2 {font-size: 16px;}
}
@media (max-width: 576px){
    .rnd_list-wrap.type02 .list-item+.list-item {margin-top: 3rem;}
    .rnd_list-wrap.type02 {padding: 3rem;}
}
@media (max-width: 480px){
    .rnd_list-wrap.type02 .img {width: 55%;}
}
/* 030202 */
/* ===================================================== */


/* ===================================================== */
/* 030203 */
.rnd_list-wrap.type03 {padding: 5rem 4.5rem; border: 0;}
.rnd_list-wrap.type03 .list-item {text-align: center; border-radius: 10px; padding: 4rem; background: #fff;}
.rnd_list-wrap.type03 .list-item+.list-item {margin-left: 3.5rem;}
.rnd_list-wrap.type03 .list-item h2 {font-size: 20px; font-weight: 700; color: #023c6b; line-height: 1.6; margin-top: 4rem;}
.rnd_list-wrap.type03 .rnd_list+.img {display: flex; justify-content: center; margin-top: 5rem;}
.rnd_list-wrap.type03 .rnd_list+.img img+img {margin-left: 8rem;}

.product-bottom {margin-top: 15rem;}
.product-bottom h2 {font-size: 3.6rem; font-weight: 700; color: #222; text-align: center;}
.product-bottom .img {margin-top: 3.5rem; padding: 11.5rem 12rem; border-radius: 20px; border: 1px solid #e5e5e5; background: #fbfbfb;}

@media (hover: hover) and (pointer: fine) {
}

@media (max-width: 960px){
    .rnd_list-wrap.type03 .rnd_list {display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem;}
    .rnd_list-wrap.type03 .list-item {width: 100%; display: flex; flex-direction: column; justify-content: center;}
    .rnd_list-wrap.type03 .list-item+.list-item {margin: 0;}
    .rnd_list-wrap.type03 .list-item img {margin: auto;}
}
@media (max-width: 768px){
    .rnd_list-wrap.type03 .rnd_list {display: grid; grid-template-columns: repeat(1, 1fr); gap: 3rem;}
    .rnd_list-wrap.type03 .rnd_list+.img {flex-direction: column; align-items: center;}
    .rnd_list-wrap.type03 .rnd_list+.img img+img {margin-top: 3rem; margin-left: 0; padding: 0 20%;}
    .product-bottom .img {padding: 5rem;}
}

/* 030203 */
/* ===================================================== */


/* ===================================================== */
/* 030301 */
.support_list-wrap {margin-top: 4.5rem; padding: 28rem 6.5rem 0; position: relative;}
.support_list-wrap::before {display: block; content: ''; width: 100%; height: 100%; border-radius: 20px; overflow: hidden; background: url(../images/sub/bg_support01.png) no-repeat center / cover; position: absolute; top: 0; left: 0;}
.support_list {display: flex; transform: translateY(50%); position: relative; z-index: 1;}
.support_list .list-item {flex: 1; padding: 5.5rem 1rem 3rem; border-radius: 20px; background: #fff; box-shadow: 0 0 27px rgba(0, 0, 0, 0.1); position: relative;}
.support_list .list-item+.list-item {margin-left: 25px;}
.support_list .num-tag {display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-size: 20px; font-weight: 700; color: #fff; background: #0091cc; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);}
.support_list .list-item.nth-2 .num-tag {background: var(--color-main);}
.support_list .list-item.nth-3 .num-tag {background: var(--color-sub);}
.support_list h2 {font-size: 18px; font-weight: 500; line-height: 1.5;}
.support_img {margin-top: 9rem;}
.support_img img {margin: 0 auto;}

@media (hover: hover) and (pointer: fine) {
}
@media (max-width: 1280px){
    .support_list h2 br {display: none;}
    .support_list .list-item {padding: 5.5rem 3rem 3rem;}

}
@media (max-width: 960px){
    .support_list {flex-direction: column;}
    .support_list .list-item+.list-item {margin-left: 0; margin-top: 7rem;}
    .support_list {transform: initial; top: initial;}
    .support_list .list-item {padding: 5.5rem 5rem 3rem;}
    .product-top {font-size: 4rem;}
    .support_list-wrap {padding: 5rem;}
}
@media (max-width: 768px){
}
@media (max-width: 576px){
}
@media (max-width: 480px){
}
/* 030301 */
/* ===================================================== */


/* ===================================================== */
/* 030303 */
.support_list-wrap.type02::before {background-image: url(../images/sub/bg_support02.png);}
.support_list-wrap.type02 .support_list .list-item {padding-top: 4.5rem;}
.support_list-wrap.type02 .support_list h2 {font-size: 18px;}
.support_list .list-item.nth-4 .num-tag {background: #000;}

@media (hover: hover) and (pointer: fine) {
}
@media (max-width: 1280px){
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 576px){
}
@media (max-width: 480px){
}
/* 030303 */
/* ===================================================== */






/* 4-1. 채용안내 */
.sub-eguide .tit-wrap {text-align: center; margin-bottom: 7.5rem;}
.sub-eguide .tit-wrap .tit { font-size: 4.2rem; font-weight: 800; color: #222; line-height: 1.3;  letter-spacing: -0.02em;}
.sub-eguide .tit-wrap .tit span {color: #386f99; vertical-align: baseline;}
.sub-eguide .tit-wrap .txt {margin-top: 3.5rem; font-size: 2.4rem; color: #666; font-weight: 500;}
.sub-eguide .tit-wrap .txt span {color: #222; font-weight: 700; vertical-align: baseline;}

.sub-eguide .cont-step {background-color: #f3f6f9; width: 100%; height: auto; padding: 7.5rem var(--inner-padding);}
.sub-eguide .cont-step .tit, .sub-eguide .cont-benefits .tit {font-size: 3.6rem; font-weight: 800; color: #222;}
.sub-eguide .cont-step .fl-wrap {margin-top: 5rem; display: flex; justify-content: space-between; align-items: center;}
.sub-eguide .cont-step .fl-wrap .step-box {display: flex; align-items: center; justify-content: space-between;}
.sub-eguide .cont-step .fl-wrap .step-box .circle {display: flex; justify-content: center; align-items: center; flex-direction: column; width: 25rem; height: 25rem; background-color: #fff; border-radius: 50%; border: 5px solid rgb(56, 111, 153, 0.5); }
.sub-eguide .cont-step .fl-wrap .step-box .circle .img {margin-bottom: 3rem; display: flex; justify-content: center; align-items: center;}
.sub-eguide .cont-step .fl-wrap .step-box .circle .txt {text-align: center; letter-spacing: -0.02em; font-weight: 700; color: #222; line-height: 1;}
.sub-eguide .cont-step .fl-wrap .step-box .circle .txt small {margin-bottom: 1.5rem; font-size: 16px;}
.sub-eguide .cont-step .fl-wrap .step-box .circle .txt p {font-size: 24px;}
.sub-eguide .cont-step .fl-wrap .step-box .arrow {margin: 0 1.5rem;}
.sub-eguide .cont-step .fl-wrap .btn {background-color: #222; border-radius: 10px;}
.sub-eguide .cont-step .fl-wrap .btn a {width: 100%; height: 100%; padding: 3rem 12rem 3rem 4rem;}
.sub-eguide .cont-step .fl-wrap .btn a p {font-size: 20px; font-weight: 800; color: #fff; position: relative;}
.sub-eguide .cont-step .fl-wrap .btn a p::after {content: ''; position: absolute; transform: translateY(-50%); right: -80px; top: 50%; width: 17px; height: 17px; background: url('../images/sub/0401_arrow.png') no-repeat center / contain;}
.sub-eguide .cont-step .fl-wrap .btn:hover {background-color: #386f99;}

.sub-eguide .cont-benefits {margin: 10rem var(--inner-padding) 10%;}
.sub-eguide .cont-benefits ul {display: grid; grid-template-columns: repeat(3,1fr); gap: 3rem; list-style: none; margin: 0; padding: 0;}
.sub-eguide .cont-benefits ul li {border-bottom: 1px solid #ccc; padding: 7rem 0 6rem;}
.sub-eguide .cont-benefits ul li .txt {letter-spacing: -0.02em; margin-top: 5rem;}
.sub-eguide .cont-benefits ul li .txt p {margin-bottom: 3rem; font-size: 2.4rem; font-weight: 800; color: #222;}
.sub-eguide .cont-benefits ul li .txt small {font-size: 1.8rem; font-weight: 400; color: #666;}

@media (max-width: 1440px){
    .sub-eguide .cont-step .fl-wrap .btn a {padding: 3rem 8rem 3rem 4rem;}
    .sub-eguide .cont-step .fl-wrap .btn a p::after {right: -50px;}
    .sub-eguide .cont-step .fl-wrap .step-box .circle {width: 23rem; height: 23rem;}
}
@media (max-width: 1280px){
    .sub-eguide .cont-step .fl-wrap {flex-direction: column;}
    .sub-eguide .cont-step .fl-wrap .step-box {margin-bottom: 5%;}
    .sub-eguide .cont-step .fl-wrap .btn a {padding: 3rem 12rem 3rem 4rem;}
    .sub-eguide .cont-step .fl-wrap .btn a p::after {right: -80px;}
}
@media (max-width: 1024px){
    .sub-eguide .cont-step {padding: 6rem var(--inner-padding);}
    .sub-eguide .cont-step .fl-wrap .step-box .circle {width: 20rem; height: 20rem; padding: 6rem;}
    .sub-eguide .cont-step .fl-wrap .step-box .circle .txt small {font-size: 14px;}
    .sub-eguide .cont-step .fl-wrap .step-box .circle .txt p {font-size: 20px;}
    .sub-eguide .cont-step .fl-wrap .step-box .circle .img {margin-bottom: 1.5rem;}
    .sub-eguide .cont-step .fl-wrap .btn a {padding: 2rem 8rem 2rem 3rem;}
    .sub-eguide .cont-step .fl-wrap .btn a p {font-size: 18px;}
    .sub-eguide .cont-step .fl-wrap .btn a p::after {right: -45px; width: 15px; height: 15px;}
    .sub-eguide .cont-step .fl-wrap .step-box .arrow {width: 60px;}
}
@media (max-width: 768px){
    .sub-eguide .cont-step .tit, .sub-eguide .cont-benefits .tit {text-align: center;}
    .sub-eguide .cont-step {padding: 10rem var(--inner-padding);}
    .sub-eguide .cont-step .fl-wrap .step-box {flex-direction: column;}
    .sub-eguide .cont-step .fl-wrap .step-box .circle {width: 30rem; height: 30rem;}
    .sub-eguide .cont-step .fl-wrap .step-box .arrow {width: initial; transform: rotate(90deg); margin: 7rem 0;}
    .sub-eguide .cont-step .fl-wrap .step-box .circle .img {margin-bottom: 2.5rem;}
    .sub-eguide .cont-step .fl-wrap .step-box .circle .txt small {font-size: 16px;}
    .sub-eguide .cont-step .fl-wrap .step-box .circle .txt p {font-size: 22px;}
    .sub-eguide .cont-step .fl-wrap .step-box {margin-bottom: 7rem;}
    .sub-eguide .cont-benefits ul {display: flex; flex-direction: column; padding: 0 10rem; justify-content: center;}
    .sub-eguide .cont-benefits ul li {text-align: center;}
    .sub-eguide .cont-benefits ul li .img {display: flex; justify-content: center;}
    .sub-eguide .cont-benefits ul li .txt p {margin-bottom: 1rem; font-size: 22px;}
    .sub-eguide .cont-benefits ul li .txt small {font-size: 18px;}
    .sub-eguide .cont-step .tit, .sub-eguide .cont-benefits .tit {font-size: 3.8rem;}
    .sub-eguide .tit-wrap .txt {padding: 0 5%;}
}
@media (max-width: 576px){
    .sub-eguide .cont-benefits ul {padding: 0 5rem;}

}
@media (max-width: 480px){
    .sub-eguide .cont-benefits ul {padding: 0 3rem;}
    .sub-eguide .cont-step .fl-wrap .btn a {padding: 20px 80px 20px 30px;}
    .sub-eguide .cont-step .fl-wrap .step-box .circle {padding: 9rem;}
}







/* 4-2. 채용공고 - 템플릿 */
.rec_forms {margin: 0; border: 1.5px solid #e5e5e5; border-radius: 20px; padding: 9rem 9rem 25rem; position: relative;}

.rec_forms .cont-ann {border-radius: 10px; overflow: hidden;}
.rec_forms .cont-ann .tit-wrap {display: flex; flex-direction: column; justify-content: center; background: url('../images/sub/4-2_bg.png') no-repeat center / cover; width: 100%; height: 38rem; padding: 7rem;}
.rec_forms .cont-ann .tit-wrap .tit-box .rec {font-weight: 1.6rem; letter-spacing: 0.5em; color: #fff;}
.rec_forms .cont-ann .tit-wrap .tit-box .tit {font-size: 3.6rem; font-weight: 700; color: #fff; margin: 3rem 0; }
.rec_forms .cont-ann .txt-wrap {background-color: #0091cc; padding: 7rem; display: flex; justify-content: space-between;}
.rec_forms .cont-ann .txt-wrap p {font-size: 1.6rem; color: #fff; font-weight: 400; width: 47.5%; line-height: 1.7;}

.rec_forms .cont-ul .toptier-li {margin-top: 10rem;}
.rec_forms .cont-ul .toptier-li .tit {font-size: 3.2rem; font-weight: 700; color: #386f99; margin-bottom: 20px;}
.rec_forms .cont-ul .toptier-li .ul-a li {padding-left: 5px; margin-left: 15px; font-size: 2rem; color: #666; line-height: 1.3; font-weight: 500; list-style: '・'; margin-bottom: 12px;}
.rec_forms .cont-ul .toptier-li .ul-a li:last-child {margin-bottom: 0;}

.rec_forms .cont-ul .toptier-li .ul-b {display: flex; justify-content: space-between; }
.rec_forms .cont-ul .toptier-li .ul-b li {background-color: #f3f6f9; border-radius: 20px; text-align: center; width: 28%; padding: 5rem 4rem;}
.rec_forms .cont-ul .toptier-li .ul-b li:last-child {width: 40%;}
.rec_forms .cont-ul .toptier-li .ul-b li p {font-size: 2.4rem; font-weight: 700; color: #222; margin-bottom: 1.8rem;}
.rec_forms .cont-ul .toptier-li .ul-b li small {font-size: 2rem; font-weight: 500; color: #666;}

.rec_forms .cont-ul .toptier-li .ul-c {margin-top: 4rem; display: flex; align-items: center; justify-content: flex-start;}
.rec_forms .cont-ul .toptier-li .ul-c .circle {padding: 6.8rem; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 20rem; height: 20rem; background-color: #fff; border-radius: 50%; border: 5px solid rgb(56, 111, 153, 0.5); }
.rec_forms .cont-ul .toptier-li .ul-c .circle .img {margin-bottom: 2rem; display: flex; justify-content: center; align-items: center;}
.rec_forms .cont-ul .toptier-li .ul-c .circle .txt {text-align: center; letter-spacing: -0.02em; font-weight: 700; color: #222; line-height: 1;}
.rec_forms .cont-ul .toptier-li .ul-c .circle .txt small {margin-bottom: 10px; font-size: 12px;}
.rec_forms .cont-ul .toptier-li .ul-c .circle .txt p {font-size: 20px;}
.rec_forms .cont-ul .toptier-li .ul-c .arrow {margin: 0 1.5rem;}

.rec_forms .cont-ul .toptier-li .ul-d li {display: flex; align-items: center; margin-bottom: 1.5rem;}
.rec_forms .cont-ul .toptier-li .ul-d li .tit-item {margin-right: 3rem; padding: 15px 20px; background-color: #222; border-radius: 8px; }
.rec_forms .cont-ul .toptier-li .ul-d li .tit-item p {font-size: 20px; color: #fff; line-height: 1; text-align: center; font-weight: 500;}
.rec_forms .cont-ul .toptier-li .ul-d li .txt-item p {font-size: 2.4rem; font-weight: 500; color: #666;}

.rec_forms .cont-ul .toptier-li .ul-e li {font-size: 2.4rem; font-weight: 600; list-style: '※'; margin-left: 15px; padding-left: 10px;}

.rec_forms .b-logo {position: absolute; right: 35px; bottom: 35px;}

.rec_forms .txt-bold {font-weight: 700; color: #222; vertical-align: baseline;}
.rec_forms .txt-red, .rec_forms .cont-ul .toptier-li .ul-d li .txt-item p.txt-red {font-weight: 700; color: #e15959; vertical-align: baseline;}
.rec_forms .txt-blue {font-weight: 700; color: #386f99; vertical-align: baseline;}


@media (max-width: 1280px){
    .rec_forms {padding: 5rem 5rem 25rem;}
    .rec_forms .cont-ann .tit-wrap .tit-box .tit br {display: none;}
}
@media (max-width: 1024px){
    .rec_forms .cont-ann .txt-wrap {flex-direction: column; padding: 5rem 6rem;}
    .rec_forms .cont-ann .tit-wrap {padding: 5rem;}
    .rec_forms .cont-ann .txt-wrap p {width: 100%; font-size: 1.8rem;}
    .rec_forms .cont-ann .txt-wrap p:last-child {margin-top: 1.5rem;}
    .rec_forms .cont-ul .toptier-li .ul-c .circle {padding: 0; width: 18rem; height: 18rem;}
    .rec_forms .cont-ul .toptier-li .ul-c .circle .img {max-width: 40px; max-height: 30px;}
    .rec_forms .cont-ul .toptier-li .ul-c .arrow {max-width: 45px;}
    .rec_forms .b-logo {max-width: 600px;}
    .rec_forms .cont-ul .toptier-li .ul-b {flex-direction: column;}
    .rec_forms .cont-ul .toptier-li .ul-b li, .rec_forms .cont-ul .toptier-li .ul-b li:last-child {width: 100%;}
    .rec_forms .cont-ul .toptier-li .ul-b li {margin-bottom: 2.5rem;}
    .rec_forms .cont-ul .toptier-li .ul-b li:last-child {margin-bottom: 0;}
    .rec_forms .cont-ul .toptier-li .ul-d li .tit-item p {font-size: 18px;}
}
@media (max-width: 768px){
    .rec_forms .cont-ul .toptier-li .ul-c {flex-direction: column;}
    .rec_forms .cont-ul .toptier-li .ul-c .arrow {max-width: initial; transform: rotate(90deg); margin: 7.5rem 0;}
    .rec_forms .cont-ul .toptier-li .ul-c .circle {width: 25rem; height: 25rem;}
    .rec_forms .cont-ul .toptier-li .ul-c .circle .img {max-width: 50px; max-height: 50px;}
    .rec_forms .cont-ann .txt-wrap {flex-direction: column; padding: 4rem;}
    .rec_forms {padding: 3rem 3rem 20rem;}
    .rec_forms .b-logo {max-width: 50rem;}
    .rec_forms .cont-ul .toptier-li .ul-d li .tit-item p {font-size: 16px;}
    .rec_forms .cont-ann .tit-wrap {padding: 4rem;}
}
@media (max-width: 576px){
    .rec_forms .cont-ann .tit-wrap .tit-box .tit {font-size: 3rem;}
    .rec_forms .cont-ann .txt-wrap p {font-size: 2.2rem;}
    .rec_forms .b-logo {max-width: 40rem;}

}
@media (max-width: 480px){
    .rec_forms .cont-ul .toptier-li .ul-a li {font-size: 2.2rem;}
    .rec_forms .cont-ul .toptier-li .ul-d li {text-align: center; flex-direction: column;}
    .rec_forms .cont-ul .toptier-li .ul-d li .tit-item {margin-right: 0; margin-bottom: 1.5rem;}
    .rec_forms .cont-ul .toptier-li .ul-d li:last-child {margin-top: 3.5rem;}
    .rec_forms .b-logo {max-width: 30rem;}

}