@charset "utf-8";

/*** mobile ***/
/** sub02 **/
/* sub02_1 */
.staInner .members li {
    width: 49%; float: left;
    margin-bottom: 30px;
}
.staInner .members li:nth-child(2n) {margin-left: 2%;}
.staInner .members li a {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #eee;
}
.staInner .members li img {
    height: 78%;
    max-width: 92%;
    object-fit: contain;
}
.staInner .members li p {
	margin-top: 6px;
	font-size: 1.6rem;
	text-align: center;
}
.staInner p.total_memb {
	padding: 8px 12px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	background: #f8f8f8;
	border: 1px solid #ccc;
}
.staInner p.total_memb b {color: #4dc4ba;}
.staInner .paging_wrap ul {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    font-family: 'sans-serif';
}
.staInner .paging_wrap ul li a {
    display: block;
    width: 30px; height: 30px;
    margin: 0 2px;
    font-size: 1.5rem; color: #808080;
    line-height: 28px;
    border: 1px solid #ccc;
    text-align: center;
}
.staInner .paging_wrap ul li a.on {background: #4fc4ba; color: #fff;}

/* sub02_2 */
.bnfInner h4 {
    margin-bottom: 16px;
    font-size: 2rem;
}
.bnfInner h4:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 22px;
    margin-right: 6px;
    background: #4fc4ba;
    vertical-align: -5px;
}
.bnfInner li {
    padding: 8px 3.16%;
    margin-bottom: 16px;
    font-size: 1.6rem;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}
.bnfInner li:last-child {margin: 0;}
.bnfInner li p.tit {
    margin-bottom: 6px;
    font-weight: 700;
}
.bnfInner li p.cont {line-height: 1.3;}
.bnfInner li p.cont b {
    display: block;
    font-weight: 400; color: #4fc4ba;
}
.bnfInner li.pt p.tit:after {
    display: inline-block;
    content: '';
    width: 24px; height: 20px;
    margin-left: 6px;
    background: url(../img/sub02_2_partner.png) no-repeat center/contain;
    vertical-align: middle;
}
.bnfInner article.benefits {margin-top: 40px;}

/* sub02_3 */
.gudInner h4 {
    margin-bottom: 16px;
    font-size: 2rem;
}
.gudInner h4:before {
    display: inline-block;
    content: '';
    width: 5px; height: 22px;
    margin-right: 6px;
    background: #4fc4ba;
    vertical-align: -5px;
}
.gudInner .process li {
    margin-bottom: 10px;
    padding: 10px 2.633%;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.gudInner .process li:last-child {margin: 0;}
.gudInner .process li span {
    font-size: 2rem; color: #4fc4ba;
    font-weight: 700;
}
.gudInner .process li p {
    margin-top: 6px;
    font-size: 1.5rem;
    line-height: 1.3;
}
.gudInner table {
    border-spacing: 0; width: 100%;
    border: 2px solid #000;
    border-width: 2px 0;
}
.gudInner caption {font-size: 0;}
.gudInner th {
    width: 80%; height: 36px;
    font-size: 1.6rem;
    background: #eee;
}
.gudInner th:nth-child(2) {
    width: 20%;
    border-left: 1px solid #b7b7b7;
}
.gudInner td {
    font-size: 1.5rem;
    padding: 5px;
    height: 36px;
    border-bottom: 1px solid #b7b7b7;
}
.gudInner td:nth-child(2){
    border-left: 1px solid #b7b7b7;
    text-align: center;
}
.gudInner article.pay {margin: 40px 0;}
.gudInner article.pay p {
    margin-bottom: 6px;
    font-size: 1.6rem;
    line-height: 1.3;
    white-space: pre-line;
    word-break: keep-all;
}
.gudInner article.pay strong {
    display: block;
    margin-top: 16px;
    font-size: 1.6rem; color: red;
    line-height: 1.3;
    font-weight: 400;
}
.gudInner article.inquire p {font-size: 1.6rem;}
.gudInner .pay .tableWrap {overflow-y: scroll;}
.gudInner .pay table {width: 200%;}
.gudInner .pay table th:first-child {width: 30%;}
.gudInner .pay table th:nth-child(n+2) {border-left: 1px solid #b7b7b7;}
.gudInner .pay table th:nth-child(2) {width: 30%;}
.gudInner .pay table th:nth-child(3) {width: 20%;}
.gudInner .pay table th:nth-child(4) {width: 20%;}
.gudInner .pay table td {text-align: center;}
.gudInner .pay table td:nth-child(n+2) {border-left: 1px solid #b7b7b7;}
.gudInner .pay table td i.img {
    display: block;
    width: 125px; height: 33px;
    margin: 0 auto;
    background: url(../img/sub04_3_bank.jpg) no-repeat center/cover;
}
.gudInner .pay table td a {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    border: 2px solid #000;
}

/*** PC ***/
@media screen and (min-width:1084px){
    /* sub02_1 */
    .staInner .members li {
        width: 290px;
        margin-bottom: 54px;
        border-color: #e6e6e6;
    }
    .staInner .members li:nth-child(2n) {margin-left: 0;}
    .staInner .members li:nth-child(3n-1) {margin: 0 26px;}
    .staInner .members li a {
        position: relative;
        height: 168px;
    }
	.staInner .members li p {margin-top: 18px; font-size: 1.8rem;}
    .staInner .members li a:after {
        display: flex;
        position: absolute;
        top: 0; left: 0;
        content: '사이트 방문  →';
        width: 100%; height: 100%;
        font-size: 1.6rem; color: #fff;
        font-weight: 700;
        background: rgba(0,0,0,.7);
        justify-content: center;
        align-items: center;
        white-space: pre;
        opacity: 0;
        transition: .6s;
    }
    .staInner .members li a:hover:after {opacity: 1;}
    
    /* sub02_2 */
    .bnfInner h4 {
        margin-bottom: 23px;
        font-size: 2.2rem;
    }
    .bnfInner h4:before {
        width: 6px;
        height: 25px;
        margin-right: 14px;
    }
    .bnfInner li {
        display: flex;
        align-items: center;
        padding: 16px 50px;
        margin-bottom: 16px;
        border-radius: 10px;
    }
    .bnfInner li p.tit {
        position: relative;
        margin: 0 15px 0 0;
        font-weight: 700;
    }
    .bnfInner .type li p.tit {flex: 0 0 50px;}
    .bnfInner li p.cont {line-height: 1.3;}
    .bnfInner li p.cont b {
        display: inline-block;
        padding-left: 20px;
        font-weight: 300; color: #4fc4ba;
    }
    .bnfInner li.pt p.tit:before {
        position: absolute;
        top: 0; left: -40px;
        content: '';
        width: 24px; height: 20px;
        margin-left: 6px;
        background: url(../img/sub02_2_partner.png) no-repeat center/contain;
        vertical-align: middle;
    }
    .bnfInner li.pt p.tit:after {display: none;}
    .bnfInner article.benefits {margin-top: 60px;}
    
    /* sub02_3 */
    .gudInner .process h4 {
        margin-bottom: 30px;
        font-size: 2.2rem;
    }
    .gudInner .process h4:before {
        width: 6px; height: 25px;
        margin-right: 11px;
    }
    .gudInner .process ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .gudInner .process li {
        display: flex;
        width: 450px; height: 80px;
        margin-bottom: 20px;
        padding: 0 30px;
        align-items: center;
        border-radius: 10px;
        justify-content: space-between;
    }
    .gudInner .process li span {font-size: 2.4rem;}
    .gudInner .process li .cont {
        display: flex;
        align-items: center;
        width: 300px;
    }
    .gudInner .process li:nth-child(n+5) {margin-bottom: 0;}
    .gudInner .process li:after {
        clear: both;
        content: '';
        display: block;
    }
    .gudInner .process li i.icon {
        flex: 0 0 30px;
        margin-right: 23px;
        width: 30px; height: 34px;
        background: url(../img/sub02_3_icon01.png) no-repeat center/contain;
    }
    .gudInner .process li:nth-child(2) i.icon {height: 23px; background-image: url(../img/sub02_3_icon02.png);}
    .gudInner .process li:nth-child(3) i.icon {height: 24px; background-image: url(../img/sub02_3_icon03.png);}
    .gudInner .process li:nth-child(4) i.icon {height: 22px; background-image: url(../img/sub02_3_icon04.png);}
    .gudInner .process li:nth-child(5) i.icon {height: 17px; background-image: url(../img/sub02_3_icon05.png);}
    .gudInner .process li:nth-child(6) i.icon {height: 26px; background-image: url(../img/sub02_3_icon06.png);}
    .gudInner .process li p {
        margin: 0;
        font-size: 1.6rem;
        line-height: 22px;
        flex: 0 0 300px;
    }
    .gudInner article.pay {margin: 60px 0;}
    .gudInner article.pay p {
        margin-bottom: 10px;
        line-height: 22px;
    }
    .gudInner article.pay strong {
        margin-top: 20px;
        font-weight: 300;
        letter-spacing: -0.1rem;
        line-height: 1;
    }
	.gudInner .pay .tableWrap {overflow-y: visible;}
    .gudInner .pay table {width: 100%;}
}