@charset "utf-8";

/*** mobile ***/
/** sub01 **/
/* sub01_1 */
.grtInner i.grt_img {
    display: block;
    width: 100%; height: 140px;
    margin-bottom: 30px;
    background: url(../img/sub01_1_pic_m.jpg) no-repeat center/cover;
}
.grtInner p {
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: 1.35;
    white-space: pre-line;
}
.grtInner p.sign {
    margin: 0;
    font-size: 1.4rem;
    text-align: right;
}
.grtInner p.sign:after {
    display: inline-block;
	display: none;
    width: 58px; height: 32px;
    margin-left: 14px;
    content: '';
    background: url(../img/sub01_1_sign.png) no-repeat center/contain;
    vertical-align: middle;
}

/* sub01_2 */
#purpose {overflow: hidden;}
.purpInner .purposeText {margin: 40px 0 0;}
.purpInner article.sec {margin: 42px 0;}
.purpInner article.slogan > p{
	padding: 16px 0;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	background: #f8f8fb;
}
.purpInner .purposeText p {
    font-size: 1.6rem;
    line-height: 22px;
    word-break: keep-all;
}
.purpInner .ifgpWrap {
    position: relative;
    padding: 70px 0;
    background: #f8f8fb;
}
.purpInner .ifgpWrap:before {
    position: absolute;
    top: 0; left: 50%; transform: translateX(-50%);
    content: '';
    width: 120%; height: 100%;
    background: #f8f8fb;
    z-index: -1;
}
.purpInner .ifgpWrap li {
    display: flex;
    flex-direction: column;
    width: 100%; height: 341px;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 9px 2px rgba(25,25,25,.03);
}
.purpInner .ifgpWrap p.tit:before {
    display: block;
    width: 85px; height: 85px;
    margin: 0 auto 19px;
    content: '';
    background: url(../img/sub01_2_icon01.png) no-repeat center/contain;
}
.purpInner .ifgpWrap p.tit {
    margin-bottom: 16px;
    font-size: 2.4rem; color: #4fc4ba;
    font-weight: 700;
}
.purpInner .ifgpWrap p {
    font-size: 1.8rem;
    line-height: 24px;
    white-space: pre-line;
    text-align: center;
}
.purpInner .ifgpWrap .mission p:before {background-image: url(../img/sub01_2_icon02.png);}
.purpInner .ifgpWrap .mission p.tit {color: #f69f99;}
.purpInner .ifgpWrap li.pls {
    display: block;
    width: 40px; height: 40px;
    margin: 43px auto;
    background: url(../img/icon_sub_pls.png) no-repeat center/contain;
    box-shadow: none;
}

/* sub01_3 */
.bsInner img {width: 100%;}

/* sub01_4 */
.hisInner article {margin-bottom: 30px;}
.hisInner article:after {
    display: block;
    content: '';
    margin: 30px 0;
    width: 100%; height: 1px;
    background: #e8e8e8;
}
.hisInner article:last-child:after {display: none;}
.hisInner article h4 {
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.hisInner article h4:before {
    display: inline-block;
    content: '';
    width: 3px; height: 22px;
    margin-right: 6px;
    background: #4fc4ba;
    vertical-align: -4px;
}
.hisInner article li {
    padding-left: 2.6%;
    margin-bottom: 14px;
    font-size: 1.6rem;
    flex-wrap: nowrap;
}
.hisInner article li .mth {font-weight: 700;}
.hisInner article li p {white-space: pre-line; line-height: 1.2;}

/* sub01_5 */
.orgInner img {width: 100%;}
.orgInner p.cont {
    margin: 50px 0 21px;
    font-size: 1.8rem;
    line-height: 25px;
    white-space: pre-line;
}
.orgInner table {
    width: 100%;
    border-spacing: 0;
}
.orgInner table caption {font-size: 0;}
.orgInner table th {
    width: 20.527%; height: 30px;
    font-size: 1.6rem;
    font-weight: 400;
    background: #dee7f2;
}
.orgInner table th:nth-child(2) {width: 38.416%;}
.orgInner table td {
    height: 63px;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    white-space: pre-line;
    border-bottom: 1px solid #ccc;
}

/* sub01_6 */
.ciInner article {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.ciInner .symbol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ciInner .symbol li {
    width: 162px; height: 162px;
    margin-bottom: 18px;
    border: 1px solid #e8e8e8;
    background: url(../img/sub01_6_symbol01.png) no-repeat center/78% auto;
}
.ciInner .symbol li:nth-child(2) {background-image: url(../img/sub01_6_symbol02.png);}
.ciInner .symbol li:nth-child(3) {background-image: url(../img/sub01_6_symbol03.png);}
.ciInner .symbol li:nth-child(4) {background-image: url(../img/sub01_6_symbol04.png);}
.ciInner ul.text {margin: 2px 0 20px;}
.ciInner ul.text li {
    height: 40px;
    font-size: 1.6rem; color: #4fc4ba;
    line-height: 38px;
    border: 1px solid #4fc4ba;
    border-radius: 20px;
    text-align: center;
}
.ciInner ul.text li:nth-child(2) {margin: 10px 0;}
.ciInner p {
    font-size: 1.6rem;
    line-height: 22px;
}
.ciInner article.logo {margin: 40px 0;}
.ciInner ul.logo li {
    width: 100%; height: 160px;
    border: 1px solid #eee;
    background: url(../img/sub01_6_logo01.png) no-repeat center/88% auto;
}
.ciInner ul.logo li:nth-child(2) {
    margin: 25px 0 20px;
    background-image: url(../img/sub01_6_logo02.png);
}
.ciInner .color li {
    width: 100%; height: 80px;
    padding: 18px 16px;
    color: #fff;
    background: #fcb040;
}
.ciInner .color li p {
    margin-bottom: 7px;
    font-size: 2rem;
}
.ciInner .color li.green {margin: 15px 0; background: #39b54a;}
.ciInner .color li.blue {background: #25aae1;}
.ciInner .color li span {font-size: 1.6rem;}
.ciInner article.co:last-child {border-bottom: 0; padding-bottom: 0;}

/* sub 01_7 */
.mapInner .root_daum_roughmap {width: 100%; height: 100%;}
.mapInner .root_daum_roughmap .wrap_map {height: 450px;}
.mapInner .detail {margin-top: 52px;}
.mapInner table {
    width: 100%;
    border-spacing: 0;
    border: 2px solid #0c4da2;
    border-width: 2px 0;
}
.mapInner table caption {font-size: 0;}
.mapInner table th {
    width: 24%;
    font-size: 1.6rem; color: #0c4da2;
    font-weight: 400;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
}
.mapInner table td {
    padding: 8px 2.4%;
    font-size: 1.5rem;
    line-height: 1.3;
    border-bottom: 1px solid #ccc;
}
.mapInner table td > p {color: #5d6f87; font-weight: 700;}
.mapInner table td .busWrap p:before {
    display: inline-block;
    content: '';
    width: 20px; height: 19px;
    margin-right: 5px;
    background: url(../img/sub01_7_bus.png) no-repeat center/contain;
    vertical-align: middle;
}
.mapInner table td p {margin-bottom: 8px;}
.mapInner table td p:last-child {margin: 0;}

/*** PC ***/
@media screen and (min-width:1084px){
    .mobile {display: none;}
    /** sub01 **/
    /* sub01_1 */
    .grtInner {position: relative;}
    .grtInner i.grt_img {
        position: absolute;
        top: 77px; right: 0;
        width: 240px; height: 280px;
        margin: 0;
    }
    .grtInner p {
        margin-bottom: 40px;
        line-height: 24px;
    }
    .grtInner p.sign {font-weight: 300;}
    .grtInner p.sign:after {margin-left: 12px;}
    
    /* sub01_2 */
    .purpInner .purposeText {margin: 40px 0 0;}
	.purpInner article.sec {margin: 62px 0;}
    .purpInner .purposeText p {line-height: 24px; white-space: pre-line;}
    .purpInner .ifgpWrap {
        padding: 40px 0;
        background: #f8f8fb;
    }
    .purpInner .ifgpWrap:before {display: none;}
    .purpInner .ifgpWrap ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .purpInner .ifgpWrap li {width: 280px; height: 280px;}
    .purpInner .ifgpWrap p.tit:before {
        width: 71px; height: 71px;
        margin: 0 auto 15px;
    }
    .purpInner .ifgpWrap p.tit {font-size: 2rem;}
    .purpInner .ifgpWrap p {
        font-size: 1.6rem;
        line-height: 20px;
    }
    .purpInner .ifgpWrap li.pls {
        width: 30px; height: 30px;
        margin: 0 20px;
    }
    
    /* sub01_3 */
    .bsInner img {width: 885px;}
    
    /* sub01_4 */
    .hisInner article {margin-bottom: 40px;}
    .hisInner article h4 {
        display: inline-block;
        width: 106px;
        margin: 0 50px 0 0;
        font-size: 2.2rem;
        line-height: 1.4;
        white-space: pre-line;
        text-align: right;
    }
    .hisInner article h4:before {
        width: 5px; height: 25px;
        margin-right: 10px;
        vertical-align: -5px;
    }
    .hisInner article ul {
        display: inline-block;
        margin-top: 6px;
        vertical-align: top;
    }
    .hisInner article li {
        display: flex;
        padding: 0;
        margin-bottom: 40px;
    }
    .hisInner article li span {
        width: 40px;
        margin-right: 40px;
        text-align: right;
    }
    .hisInner article li p {line-height: 1.3;}
    
    /* sub01_5 */
    .orgInner img {width: 910px;}
    .orgInner p.cont {
        margin: 45px 0 20px;
        line-height: 1;
        white-space: normal;
        font-weight: 700;
    }
    .orgInner table th {
        width: 180px; height: 40px;
        font-size: 1.8rem;
    }
    .orgInner table th:nth-child(2) {width: 400px;}
    .orgInner table td {
        height: 60px;
        white-space: normal;
    }
    
    /* sub01_6 */
    .ciInner article {
        display: flex;
        justify-content: space-between;
        padding-bottom: 50px;
    }
    .ciInner article h4 {width: 120px;}
    .ciInner .contWrap {width: 780px;}
    .ciInner .symbol {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .ciInner .symbol li {
        width: 180px; height: 180px;
        margin-bottom: 0;
    }
    .ciInner ul.text {
        margin: 25px 0 21px;
        display: flex;
        justify-content: space-around;
    }
    .ciInner ul.text li {
        width: 220px; height: 50px;
        line-height: 46px;
        border: 2px solid #4fc4ba;
        border-radius: 25px;
        font-weight: 700;
    }
    .ciInner ul.text li:nth-child(2) {margin: 0;}
    .ciInner p {
        font-size: 1.6rem;
        line-height: 24px;
    }
    .ciInner article.logo {margin: 50px 0;}
    .ciInner ul.logo {display: flex; justify-content: space-between;}
    .ciInner article.logo p {margin-top: 30px;}
    .ciInner ul.logo li {width: 380px; height: 180px;}
    .ciInner ul.logo li:nth-child(2) {margin: 0;}
    .ciInner .color {
        display: flex;
        width: 780px;
    }
    .ciInner .color li {
        width: 240px; height: 150px;
        padding: 40px 30px;
    }
    .ciInner .color li p {margin-bottom: 17px;}
    .ciInner .color li.green {margin: 0 20px;}
    
    /* sub 01_7 */
	.mapInner .root_daum_roughmap .wrap_map {height: 360px;}
    .mapInner .detail {margin-top: 59px;}
    .mapInner table th {width: 99px;}
    .mapInner table td {
        padding: 20px 16px 14px;
        font-size: 1.6rem;
        line-height: 1;
    }
    .mapInner table td p {float: left;}
    .mapInner table td > p {width: 180px;}
    .mapInner table td .busWrap {
        float: left;
    }
    .mapInner table td .busWrap p {
        margin-right: 8px;
        letter-spacing: -0.08rem;
    }
    .mapInner table td .busWrap p:before {
        margin-right: 2px;
        background: url(../img/sub01_7_bus.png) no-repeat center/contain;
        vertical-align: -3px;
    }
    .mapInner table td p {margin-bottom: 8px;}
    .mapInner table td p:last-child {margin: 0;}

}