* {
    margin: 0;
    padding: 0;
}
h2 {
    font-family: 'NotoSans-Bold', '맑은 고딕', 'Malgun Gothic', sans-serif;
    font-size: 50px;
    color: #000;
    text-align: center;
    padding-top: 40px;
    letter-spacing: -0.6px;
   
}
a{
    text-decoration: none;
    color: #550adf;
    font-weight: 900;
    font-size: 25px;
}
.purpleBtn {
    display: inline-block;
    padding: 0 70px;
    height: 56px;
    line-height: 54px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 28px;
    background: rgb(111, 35, 249);
    /* Old browsers */
    background: -ms-linear-gradient(to bottom right, rgba(111, 35, 249, 1) 0%, rgba(85, 10, 223, 1) 100%);
    /* ie */
    background: -o-linear-gradient(to bottom right, rgba(111, 35, 249, 1) 0%, rgba(85, 10, 223, 1) 100%);
    /* opera */
    background: -moz-linear-gradient(to bottom right, rgba(111, 35, 249, 1) 0%, rgba(85, 10, 223, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom right, rgba(111, 35, 249, 1) 0%, rgba(85, 10, 223, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom right, rgba(111, 35, 249, 1) 0%, rgba(85, 10, 223, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container {
     width: auto;
     padding: 0 5%;
 }

.guideMapDiv {
    padding: 100px 5%;
}

.guideMapDiv .img img {
    width: 100%;
}

.guideMapBg+.container .purpleBtn {
    margin-top: 50px;
    padding: 0 60px;
    text-align: center;
}
.guideMapDiv {
    padding: 50px 3% 60px;
    margin-top: 50px;
}




.guideMapDiv .img {
    margin-top: 30px;
}

.guideMapDiv .purpleBtn {
    margin-top: 40px;
    padding: 0 35px;
}

.guideMapDiv .purpleBtn span {
    padding-right: 15px;
    background-size: 10px auto;
}
.cPurple {
    color: #550adf !important;
}
.guideMapDiv {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 100px 0;
    margin-top: 80px;
    /* text-align:center; */
}

.guideMapDiv .tit {
    font-size: 38px;
    font-family: 'NotoSans-Black', '맑은 고딕', 'Malgun Gothic', sans-serif;
    color: #000;
    line-height: 50px;
    font-weight: 900;
}

.guideMapDiv .txt {
    font-size: 17px;
    line-height: 28px;
    margin-top: 20px;
    color: rgb(148, 148, 148);
}

.guideMapDiv .img {
    margin-top: 40px;
}

.guideMapDiv .purpleBtn {
    margin-top: 50px;
    padding: 0 60px;
}

.guideMapDiv .purpleBtn span {
    padding-right: 25px;
    background: url("/common_en/images/icon/downBtn_icon.png") no-repeat right center;
}

.guideMapBg+.container {
    text-align: center;
}

.guideMapBg+.container .purpleBtn {
    margin-top: 50px;
    padding: 0 60px;
}

.guideMapBg+.container .purpleBtn+.purpleBtn {
    margin-left: 30px;
}

.guideMapBg+.container .purpleBtn span {
    padding-right: 25px;
    background: url("../img/downBtn_icon.png") no-repeat right center;
    text-align: center;
}
