@charset "utf-8"; @import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css); @font-face {
    font-family: 'yg-jalnan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    letter-spacing: 0px;
}

a {
    text-decoration: none;
    color: #000;
}

li {
    list-style-type: none;
}

button {
    border: 0 none;
}

.yn-guide {
    background: #FEF7EC;
    width: 100%;
    overflow: hidden;
}

.guide-hd {
    width: 1280px;
    margin: 0 auto;
    height: 280px;
    display: flex;
    justify-content: space-between;
}

.guide-hd p {
    width: 344px;
    height: 267px;
    background: url(../images/guide_imgA.png) no-repeat 0 0;
    margin-top: 27px;
}

.yn-guide h1 {
    margin-top: 91px;
    width: 220px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='38' fill='none'%3E%3Cpath fill='%23F36B21' d='M67.885 26.025H53.026l.379-3.36h-6.912l-1.316 12.39s-.21 1.021.21 1.52c.425.5 1.324.45 1.324.45h26.903l1.559-14.36h-6.9l-.39 3.36Zm-.775 7.207H52.253l.36-3.364h14.88l-.383 3.364ZM77.507 1.04h-6.9l-2.134 19.813h6.907l1.02-9.401 5.531.003.464-4.244h-5.53l.642-6.171ZM65.452 11.926c.19-1.72-.232-3.32-1.091-4.695l2.511.003.446-4.214.011-.08h-9.013L58.634 0h-6.915l-.3 2.94h-9.18l-.45 4.27h2.598c-1.153 1.384-1.916 2.99-2.095 4.716-.542 5.144 4.203 9.315 10.608 9.315 6.394 0 12.01-4.172 12.552-9.315Zm-16.377-.19c.275-2.706 2.669-4.898 5.327-4.898 2.666 0 4.592 2.192 4.314 4.899-.278 2.688-2.665 4.88-5.349 4.88-2.647 0-4.577-2.192-4.292-4.88ZM88.593 16.131h29.803l.493-4.608H94.291l1.056-9.873h-6.89L87.14 13.87s-.285 1.363.175 1.821c.472.472 1.278.441 1.278.441ZM83.602 24.944h7.093l-1.378 12.239h6.915l1.363-12.239h8.385l-1.352 12.239h6.883l1.373-12.239h6.804l.511-4.685h-36.12l-.477 4.685ZM29.85 5.077h-8.396c-2.023-2.413-5.113-3.844-8.73-3.848C6.046 1.23.687 5.83.063 11.516c-.646 5.698 3.679 10.31 10.361 10.317 3.672.007 7.115-1.39 9.57-3.58h8.41l-.925 8.518h6.908l2.787-25.724H30.28l-.432 4.03Zm-12.378 6.66c-.303 2.714-3.133 4.92-6.33 4.92-3.19-.006-4.96-2.213-4.66-4.93.3-2.718 2.759-5.108 5.952-5.108 3.2.002 5.341 2.39 5.038 5.118Zm11.393 2.294h-5.916c.842-2.48.428-4.736.428-4.736h6.005l-.517 4.736ZM13.209 24.152l-6.872-.01L5.223 35.08s-.21.952.361 1.516c.553.553 1.448.425 1.448.425H33.91l.468-4.228H12.356l.853-8.642ZM122.697 33.793h37.464l.428-4.567h-37.41l-.482 4.567ZM143.512 10.702s3.95 10.198 16.538 11.316l.446-4.594s-10.947-.706-12.328-16.332h-7.832s-2.554 15.128-14.857 15.93l-.528 4.754s13.969.007 18.561-11.074ZM213.217 1.217l-9.737 25.197-3.872-25.197h-33.482l-.671 5.878h11.518l-3.14 27.311h6.562l3.136-27.31h10.315l5.534 27.31h6.162L220 1.216h-6.783Z'/%3E%3C/svg%3E");
}

.yn-guide h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.yn-guide h2 {
    font-size: 53px;
    font-family: 'yg-jalnan';
    color: #40210B;
    letter-spacing: -0.53px;
    margin-top: 10px;
}

.guide-hd p {
    float: right;
}

/* 안내서비스 퀵메뉴 */
.guide-menu {
    clear: both;
    background: #F5B179;
    width: 100%;
    height: 320px;
}

.in-menu {
    width: 1120px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    gap: 40px;
}

.in-menu div {
    width: 50%;
    height: 280px;
    text-align: center;
    letter-spacing: 0px;
    color: #40210B;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.in-menu div a {
    display: block;
    width: 350px;
    height: 120px;
    color: #40210B;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 5px 6px #DB9256B3;
    border-radius: 15px;
    opacity: 1;
    padding: 40px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*text-align: left;*/
}

.in-menu div i {
    height: 108px;
    display: block;
    margin: 0px 30px 0px 20px;
}

.icon-guide01 {
    width: 109px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='109' height='108' fill='none'%3E%3Cpath fill='%233F2312' d='M100.999 63.415V48.313C100.999 23.327 80.672 3 55.686 3h-2.372C28.328 3 8 23.327 8 48.313v15.103C4.955 66.277 3 70.692 3 75.648c0 8.627 5.917 15.621 13.215 15.621v3.816c0 5.502 4.46 9.962 9.961 9.962 5.502 0 9.962-4.461 9.962-9.962v-39.08c0-5.502-4.46-9.961-9.962-9.961s-9.961 4.46-9.961 9.962v4.02c-.585 0-1.159.05-1.722.137v-11.85c0-21.406 17.414-38.821 38.82-38.821h2.373c21.406 0 38.821 17.415 38.821 38.821v11.85a11.233 11.233 0 0 0-1.722-.137v-4.02c0-5.503-4.46-9.962-9.962-9.962-5.501 0-9.96 4.46-9.96 9.962v39.08c0 5.501 4.46 9.961 9.96 9.961 5.503 0 9.963-4.461 9.963-9.962V91.27c7.297 0 13.214-6.994 13.214-15.621 0-4.957-1.955-9.371-5.001-12.233ZM16.215 84.778c-3.644 0-6.723-4.181-6.723-9.13 0-4.949 3.079-9.13 6.723-9.13v18.26Zm76.57 0v-18.26c3.645 0 6.723 4.181 6.723 9.13 0 4.949-3.078 9.13-6.722 9.13Z'/%3E%3C/svg%3E");
}

.icon-guide02 {
    width: 116px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='116' height='108' fill='none'%3E%3Cpath fill='%233F2312' d='M104.874 88.874H11.141C4.992 88.874.008 83.89.008 77.742V30.133C.008 23.985 4.992 19 11.14 19h93.733c6.149 0 11.134 4.985 11.134 11.134V77.74c0 6.15-4.985 11.135-11.134 11.135Z'/%3E%3Cpath fill='%23fff' d='m54.438 44.549-11.985 2.163c-.404-2.394-1.32-4.197-2.747-5.408-1.428-1.212-3.281-1.818-5.56-1.818-3.028 0-5.444 1.046-7.247 3.137-1.803 2.092-2.704 5.59-2.704 10.492 0 5.451.915 9.302 2.748 11.552 1.831 2.25 4.29 3.375 7.376 3.375 2.308 0 4.197-.657 5.668-1.97 1.471-1.312 2.51-3.57 3.116-6.77l11.94 2.033c-1.24 5.48-3.62 9.62-7.138 12.417-3.52 2.798-8.235 4.197-14.148 4.197-6.72 0-12.079-2.12-16.073-6.36-3.996-4.24-5.993-10.11-5.993-17.61 0-7.585 2.005-13.491 6.014-17.717 4.01-4.225 9.432-6.339 16.268-6.339 5.596 0 10.045 1.205 13.348 3.613 3.302 2.41 5.674 6.08 7.117 11.013ZM103.719 44.549l-11.985 2.163c-.405-2.394-1.32-4.197-2.747-5.408-1.428-1.212-3.282-1.818-5.56-1.818-3.029 0-5.445 1.046-7.247 3.137-1.803 2.091-2.704 5.59-2.704 10.492 0 5.451.915 9.302 2.747 11.552 1.832 2.25 4.29 3.375 7.377 3.375 2.307 0 4.197-.657 5.668-1.97 1.47-1.312 2.51-3.57 3.115-6.77l11.941 2.033c-1.24 5.48-3.62 9.62-7.138 12.417-3.52 2.798-8.236 4.197-14.148 4.197-6.72 0-12.079-2.12-16.073-6.36-3.996-4.24-5.992-10.11-5.992-17.61 0-7.585 2.004-13.491 6.013-17.717 4.01-4.225 9.432-6.339 16.268-6.339 5.595 0 10.045 1.205 13.347 3.613 3.303 2.41 5.675 6.08 7.118 11.013Z'/%3E%3C/svg%3E");
}

.icon-guide03 {
    width: 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='108' fill='none'%3E%3Cpath fill='%233F2312' d='M94.28 53.185c-2.982-2.85-7.94-4.35-13.266-4.01-3.166.2-6.344 1.037-9.441 2.487-.209.097-.417.196-.623.297l2.748-41.476C74.052 5.074 69.941.38 64.516.02c-.218-.012-.43-.019-.64-.019-5.156 0-9.463 4.034-9.808 9.185L52.356 35.05a9.345 9.345 0 0 0-4.913-1.4c-3.858 0-7.179 2.336-8.63 5.666a9.259 9.259 0 0 0-2.961-3.641 9.234 9.234 0 0 0-6.916-1.7l-.348.053a9.258 9.258 0 0 0-4.271 1.836l-2.71-12.92c-1.064-5.07-6.056-8.335-11.126-7.267-4.331.907-7.473 4.773-7.473 9.193 0 .659.068 1.313.2 1.935l5.637 26.885v18.24C8.845 92.494 22.042 108 39.542 108h5.442a31.025 31.025 0 0 0 30.161-23.522c3.83-12.504 11.787-16.289 14.785-17.715a16.41 16.41 0 0 0 1.148-.578c.298-.171.692-.314 1.11-.465 1.74-.629 4.653-1.68 4.747-6.663.037-2.147-.88-4.178-2.654-5.872ZM43.088 43.066a4.36 4.36 0 0 1 4.356-4.356 4.36 4.36 0 0 1 4.356 4.356v16.066a4.36 4.36 0 0 1-4.356 4.356 4.36 4.36 0 0 1-4.356-4.356V43.066ZM29.341 39.03l.353-.052a4.224 4.224 0 0 1 3.165.775 4.247 4.247 0 0 1 1.694 2.802l2.293 14.973c.033.21.05.419.05.64 0 2.084-1.557 3.892-3.614 4.205l-.351.052a4.203 4.203 0 0 1-3.685-1.226 4.203 4.203 0 0 1-1.174-2.348l-2.289-14.936a4.751 4.751 0 0 1-.054-.669c0-.078.004-.153.007-.219a4.27 4.27 0 0 1 3.605-3.997Zm61.13 21.932c-.58.209-1.237.446-1.924.843-.137.08-.454.23-.79.39-3.555 1.69-12.996 6.18-17.47 20.87a2.745 2.745 0 0 0-.035.128 25.978 25.978 0 0 1-25.268 19.748h-5.442c-14.617 0-25.64-13.331-25.64-31.01V53.427c0-.174-.017-.348-.053-.519L8.157 25.76a4.273 4.273 0 0 1-.091-.89 4.356 4.356 0 0 1 3.452-4.242 4.344 4.344 0 0 1 5.139 3.355l4.016 19.148c-.001.038-.003.076-.003.115 0 .441.034.898.11 1.415l2.29 14.952a9.222 9.222 0 0 0 2.574 5.138 9.338 9.338 0 0 0 8.043 2.675l.347-.051a9.296 9.296 0 0 0 5.563-3.054c1.688 2.543 4.574 4.225 7.847 4.225 5.191 0 9.414-4.223 9.414-9.414V43.638l2.258-34.117c.167-2.502 2.258-4.462 4.76-4.462a4.788 4.788 0 0 1 4.775 5.093l-2.98 44.993c-.082.06-.167.123-.255.19-2.327 1.739-4.217 3.843-6.045 5.877l-.259.287a324.79 324.79 0 0 0-6.714 7.714 2.528 2.528 0 0 0 3.756 3.383l13.577-14.115a30.016 30.016 0 0 1 3.983-2.236c2.525-1.182 5.09-1.862 7.621-2.022 3.821-.246 7.533.785 9.453 2.62.505.483 1.105 1.243 1.09 2.122-.03 1.499-.08 1.518-1.408 1.997Z'/%3E%3C/svg%3E");
}

/* 안내서비스 가이드 */
.service-guide {
    width: 1280px;
    margin: 60px auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #F2ECDF;
    box-shadow: 3px 5px 6px #E2DBCB29;
}

.service-guide > p {
    margin: 73px 108px 145px;
    font: normal normal normal 32px/80px Spoqa Han Sans Neo;
}

.service-guide p strong {
    color: #F18133;
    font-weight: 500;
}

/*  안내서비스 푸터 */
.guide-foot {
    width: 820px;
    margin: 85px auto 120px;
    text-align: center;
}

.guide-foot p {
    font-size: 21px;
    color: #40210B;
    line-height: 34px;
    margin-bottom: 60px;
    font: normal normal normal 21px/34px Spoqa Han Sans Neo;
}

.guide-foot p span {
    text-decoration: underline;
}

.guide-foot > span {
    font-size: 18px;
    color: #8D796C;
    font: normal normal normal 18px/80px Spoqa Han Sans Neo;
}

/* 서브페이지 */
.service-title {
    width: 100%;
    background: #40210B;
    height: 128px;
}

.service-title-box {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    line-height: 128px;
    font-size: 40px;
    text-align: center;
}

.service-title-box h3 {
    text-align: center;
    display: inline-block;
    font: normal normal bold 44px/42px Spoqa Han Sans Neo;
}

.service-title-box p {
    float: right;
    font-weight: 500;
    font-size: 40px;
    font: normal normal bold 44px/42px Spoqa Han Sans Neo;
    line-height: 128px;
}

.service-title-box p a {
    color: #fff;
}

.service-guide-area {
    margin: 73px 108px 145px;
}

.service-guide-area.service-guide01 {
    margin-bottom: 88px;
}

.service-guide-area h4 {
    margin-bottom: 30px;
    font: normal normal bold 34px/60px Spoqa Han Sans Neo;
}

.service-guide-area h4 span {
    font-size: 22px;
    background: #FDF4E4;
    color: #F36B21;
    font-weight: 500;
    padding: 2px 8px;
    margin-left: 5px;
}

.service-guide-area > p {
    font-size: 32px;
    margin-bottom: 50px;
}

.service-guide01_box {
    margin-bottom: 88px;
}

.service-guide01 div {
    margin-top: 16px;
    font-size: 30px;
    float: left;
    margin-bottom: 0px;
}

.service-guide01 div:last-of-type {
    float: right;
    margin-bottom: 0px;
}

.service-guide01_box div:last-of-type {
    margin-bottom: 10px;
}

.service-guide01 div p {
    margin-bottom: 10px;
}

.service-guide01 .guide-num {
    clear: both;
    margin-top: 17px;
    font-weight: 500;
    line-height: 60px;
    display: inline-block;
    margin-right: 90px;
    margin-bottom: 0;
}

.service-guide01 .guide-num i.number1 {
    background: #4596D6;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-style: normal;
    margin-right: 10px;
}

.service-guide-area.service-guide02 {
    margin-bottom: 88px;
}

.service-guide02 {
    margin-top: 80px;
    clear: both;
}

.service-guide02 ul {
    margin-bottom: 95px;
}

.service-guide02 ul li {
    font-size: 32px;
    color: #3461DE;
    margin-bottom: 25px;
}

.service-guide02 ul li a {
    color: #3461DE;
}

.service-guide-area.service-guide02.sing-lang {
    margin-bottom: 145px;
}

.service-guide03 {
    margin-bottom: 146px;
}

.btn-replay {
    width: 608px;
    height: 104px;
    background: #40210B;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    cursor: pointer;
}

.btn-replay a {
    color: #fff;
}

/* //////////////////미디어쿼리////////////////// */
@media screen and (max-width: 1080px) {
    /* 헤더 */ .yn-guide {
    width:100%;
}

    .guide-hd {
        padding: 0 36px;
        height: 276px;
        width: calc(100% - 72px);
        display: block;
        position: relative;
    }

    .guide-hd-left {
        width: 100%;
        float: none;
    }

    .guide-hd h1 {
        margin-top: 44px;
        width: 123px;
        height: 21px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='123' height='21' fill='none'%3E%3Cpath fill='%23F36B21' d='M37.955 14.55h-8.306l.211-1.879h-3.864L25.26 19.6s-.118.57.118.85c.237.28.74.251.74.251h15.04l.872-8.029h-3.858l-.217 1.88Zm-.433 4.03h-8.306l.201-1.881h8.319l-.214 1.88ZM43.332.581h-3.858l-1.193 11.077h3.862l.57-5.256 3.093.002.26-2.373h-3.093l.36-3.45ZM36.593 6.668a4.053 4.053 0 0 0-.61-2.625l1.404.002.25-2.356.005-.045h-5.039L32.781 0h-3.866l-.168 1.644h-5.132l-.252 2.387h1.453c-.645.774-1.072 1.671-1.171 2.637-.304 2.875 2.35 5.207 5.93 5.207 3.575 0 6.715-2.332 7.018-5.207Zm-9.156-.106c.153-1.513 1.492-2.739 2.978-2.739 1.49 0 2.568 1.226 2.412 2.739-.156 1.503-1.49 2.728-2.99 2.728-1.48 0-2.56-1.225-2.4-2.728ZM49.53 9.02h16.664l.275-2.577H52.717l.59-5.52h-3.852l-.736 6.831s-.16.762.098 1.019c.263.263.714.246.714.246ZM46.738 13.946h3.966l-.77 6.842H53.8l.762-6.842h4.688l-.756 6.842h3.848l.768-6.842h3.804l.285-2.62H47.005l-.267 2.62ZM16.688 2.839h-4.693C10.864 1.489 9.136.689 7.113.687 3.381.687.385 3.26.036 6.438c-.361 3.186 2.056 5.765 5.793 5.768 2.052.004 3.977-.777 5.35-2.002h4.702l-.517 4.763h3.862L20.784.585H16.93l-.242 2.254Zm-6.92 3.723c-.17 1.517-1.751 2.75-3.538 2.75-1.784-.003-2.773-1.237-2.606-2.756C3.792 5.036 5.166 3.7 6.952 3.7c1.79.001 2.986 1.337 2.816 2.862Zm6.37 1.283h-3.307c.47-1.387.239-2.648.239-2.648h3.357l-.289 2.648ZM7.382 13.503l-3.842-.006-.622 6.116s-.118.533.201.848c.31.31.81.237.81.237h15.027l.262-2.364H6.905l.477-4.831ZM68.6 18.893h20.945l.24-2.553H68.869l-.27 2.553ZM80.237 5.983s2.208 5.702 9.246 6.327l.249-2.568S83.612 9.347 82.84.61H78.46s-1.428 8.458-8.306 8.906l-.296 2.658s7.81.004 10.378-6.19ZM119.207.68l-5.444 14.088L111.599.68H92.879l-.375 3.287h6.44l-1.756 15.269h3.668l1.754-15.27h5.767l3.094 15.27h3.445L122.999.68h-3.792Z'/%3E%3C/svg%3E");
    }

    .guide-hd h2 {
        font-size: 28px;
        width: 100%;
        line-height: 36px;
        margin-top: 16px;
        letter-spacing: -0.28px;
        word-break: keep-all;
    }

    .guide-hd p {
        width: 227px;
        height: 176px;
        background-size: 227px;
        float: unset;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
    }

    /* 안내서비스 퀵메뉴 */
    .guide-menu {
        height: 121px;
    }

    .in-menu {
        display: flex;
        width: calc(100% - 40px);
        padding: 17px 20px;
        gap: 20px;
    }

    .in-menu div {
        width: 50%;
        height: 87px;
        font-size: 16px;
        line-height: 20px;
        overflow: hidden;
        font: normal normal bold 13px/16px Spoqa Han Sans Neo;
        border-radius: 7px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 3px 5px 6px #DB9256B3;
        border-radius: 7px;
    }

    .in-menu div a {
        width: 100%;
        height: 100%;
        padding: 10px 0;
        flex-direction: column;
        text-align: center;
        padding: 0;
        border-radius: 7px;
    }

    .icon-guide01 {
        width: 33px;
        height: 32px !important;
        margin: 0 auto 5px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3E%3Cpath fill='%233F2312' d='M30.73 18.945v-4.736C30.73 6.374 24.357 0 16.522 0h-.744C7.942 0 1.568 6.374 1.568 14.21v4.735C.613 19.842 0 21.227 0 22.781c0 2.705 1.855 4.899 4.144 4.899v1.196a3.124 3.124 0 1 0 6.248 0V16.622a3.124 3.124 0 1 0-6.248 0v1.26c-.183 0-.363.016-.54.043V14.21c0-6.712 5.46-12.173 12.173-12.173h.744c6.713 0 12.174 5.46 12.174 12.173v3.716a3.523 3.523 0 0 0-.54-.043v-1.26a3.124 3.124 0 1 0-6.248 0v12.254a3.124 3.124 0 1 0 6.248 0V27.68c2.288 0 4.144-2.193 4.144-4.898 0-1.554-.613-2.939-1.568-3.836ZM4.145 25.644c-1.143 0-2.108-1.311-2.108-2.863S3 19.918 4.144 19.918v5.726Zm24.011 0v-5.726c1.143 0 2.108 1.311 2.108 2.863s-.965 2.863-2.108 2.863Z'/%3E%3C/svg%3E");
    }

    .icon-guide02 {
        width: 41px;
        height: 32px !important;
        margin: 0 auto 5px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='32' fill='none'%3E%3Cpath fill='%233F2312' d='M36.757 28H4.562a3.824 3.824 0 0 1-3.824-3.824V7.824A3.824 3.824 0 0 1 4.562 4h32.195a3.824 3.824 0 0 1 3.824 3.824v16.352A3.824 3.824 0 0 1 36.757 28Z'/%3E%3Cpath fill='%23fff' d='m19.43 12.775-4.116.743c-.139-.822-.453-1.441-.944-1.857-.49-.416-1.127-.624-1.91-.624-1.04 0-1.87.359-2.488 1.077-.62.718-.93 1.92-.93 3.604 0 1.872.315 3.195.945 3.967.629.773 1.473 1.16 2.533 1.16.793 0 1.442-.226 1.947-.677.505-.45.862-1.226 1.07-2.325l4.101.698c-.426 1.882-1.243 3.304-2.452 4.265-1.208.961-2.828 1.441-4.859 1.441-2.308 0-4.149-.728-5.52-2.184-1.373-1.456-2.059-3.472-2.059-6.048 0-2.606.689-4.634 2.066-6.086 1.377-1.451 3.24-2.177 5.587-2.177 1.922 0 3.45.414 4.585 1.24 1.134.829 1.949 2.09 2.444 3.783ZM36.358 12.775l-4.117.743c-.139-.822-.453-1.441-.943-1.857-.49-.416-1.127-.624-1.91-.624-1.04 0-1.87.359-2.489 1.077-.62.718-.929 1.92-.929 3.604 0 1.872.315 3.195.944 3.967.629.773 1.473 1.16 2.534 1.16.792 0 1.441-.226 1.947-.677.505-.45.862-1.226 1.07-2.325l4.1.698c-.425 1.882-1.242 3.304-2.451 4.265-1.209.961-2.829 1.441-4.86 1.441-2.308 0-4.148-.728-5.52-2.184-1.373-1.456-2.058-3.472-2.058-6.048 0-2.606.688-4.634 2.065-6.086 1.377-1.451 3.24-2.177 5.588-2.177 1.922 0 3.45.414 4.584 1.24 1.135.829 1.95 2.09 2.445 3.783Z'/%3E%3C/svg%3E");
    }

    .icon-guide03 {
        width: 31px;
        height: 32px !important;
        margin: 0 auto 5px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='32' fill='none'%3E%3Cpath fill='%233F2312' d='M28.782 15.758c-.884-.844-2.353-1.288-3.93-1.188-.939.06-1.88.308-2.798.737l-.185.088.815-12.289A2.921 2.921 0 0 0 19.774 0a2.922 2.922 0 0 0-2.907 2.721l-.507 7.664a2.768 2.768 0 0 0-1.456-.414 2.792 2.792 0 0 0-2.557 1.679 2.743 2.743 0 0 0-.877-1.08 2.736 2.736 0 0 0-2.05-.503l-.102.016a2.743 2.743 0 0 0-1.266.544L7.25 6.799a2.787 2.787 0 0 0-3.297-2.154 2.795 2.795 0 0 0-2.154 3.298l1.67 7.965v5.405C3.468 27.406 7.378 32 12.563 32h1.613a9.193 9.193 0 0 0 8.936-6.97c1.135-3.704 3.493-4.826 4.381-5.248.138-.066.248-.118.34-.172.088-.05.205-.093.33-.137.515-.187 1.378-.498 1.405-1.974.011-.637-.26-1.239-.786-1.74ZM13.614 12.76c0-.711.579-1.29 1.29-1.29.712 0 1.291.579 1.291 1.29v4.76c0 .712-.579 1.291-1.29 1.291-.712 0-1.291-.579-1.291-1.29v-4.76ZM9.54 11.565l.104-.016a1.252 1.252 0 0 1 .938.23c.272.2.45.494.502.83l.68 4.436a1.27 1.27 0 0 1-1.056 1.435l-.105.016a1.245 1.245 0 0 1-1.091-.363 1.245 1.245 0 0 1-.348-.695l-.678-4.426a1.408 1.408 0 0 1-.017-.198l.002-.065c.03-.597.48-1.095 1.069-1.184Zm18.112 6.498a3.372 3.372 0 0 0-.57.25c-.04.023-.134.068-.234.115-1.053.5-3.85 1.831-5.176 6.184a7.697 7.697 0 0 1-7.497 5.89h-1.613c-4.33 0-7.597-3.95-7.597-9.19V15.83a.746.746 0 0 0-.016-.153L3.264 7.633a1.29 1.29 0 0 1 .996-1.52c.694-.147 1.377.3 1.522.993l1.19 5.674v.034c0 .13.01.266.032.419l.679 4.43a2.767 2.767 0 0 0 3.146 2.315l.102-.015c.656-.1 1.231-.433 1.649-.905a2.789 2.789 0 0 0 5.114-1.537V12.93l.669-10.109a1.419 1.419 0 0 1 1.506-1.32c.778.053 1.37.728 1.32 1.507l-.884 13.331-.075.056c-.69.516-1.25 1.14-1.791 1.742l-.077.085a96.18 96.18 0 0 0-1.99 2.285.75.75 0 0 0 1.113 1.003l4.023-4.182a8.89 8.89 0 0 1 1.18-.663 6.257 6.257 0 0 1 2.258-.599c1.132-.073 2.232.233 2.801.776.15.143.328.369.323.629-.009.444-.024.45-.417.592Z'/%3E%3C/svg%3E");
    }

    /* 안내서비스 가이드 */
    .service-guide {
        padding: 30px 27px 68px;
        width: calc(100% - 94px);
        margin: 20px 20px 40px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 3px 5px 6px #E2DBCB29;
        border-radius: 5px;
    }

    .service-guide p {
        width: 100%;
        margin: 0;
        font-size: 16px;
        line-height: 33px;
        word-break: keep-all;
        font: normal normal medium 16px/34px Spoqa Han Sans Neo;
        margin-bottom: 0 !important;
    }

    /* 안내서비스 푸터 */
    .guide-foot {
        width: calc(100% - 40px);
        margin: 0 20px 88px;
    }

    .guide-foot p {
        font: normal normal normal 15px/25px Spoqa Han Sans Neo;
        margin-bottom: 30px;
        word-break: keep-all;
    }

    .guide-foot > span {
        font: normal normal normal 13px/18px Spoqa Han Sans Neo;
        color: #8D796C;
    }

    .service-title {
        height: 68px;
        width: 100%;
    }

    .service-title-box {
        width: 100%;
        line-height: 54px;
        position: relative;
    }

    .service-title-box h3 {
        font: normal normal bold 23px/42px Spoqa Han Sans Neo;
        text-align: center;
    }

    .service-title-box p {
        font: normal normal bold 23px/42px Spoqa Han Sans Neo;
        position: absolute;
        right: 20px;
        top: 14px;
    }

    .service-guide-area {
        margin: 0px 0 50px !important;
    }

    .service-guide01 div img {
        width: 100%;
    }

    .service-guide-area h4 {
        margin-bottom: 10px;
        font: normal normal bold 19px/29px Spoqa Han Sans Neo;
    }

    .service-guide-area h4 span {
        font-size: 14px;
        margin-left: 3px;
    }

    .service-guide01 div {
        margin-bottom: 32px;
        margin-top: 0;
    }

    .service-guide01 div:last-of-type {
        float: left;
        margin-bottom: 0px;
    }

    .service-guide01 div {
        margin-bottom: 20px;
    }

    .service-guide01 .guide-num {
        margin-top: 0px;
    }

    .service-guide01 .guide-num i.number1 {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        line-height: 28px;
    }

    .service-guide02 ul {
        margin-bottom: 0px;
    }

    .service-guide02 ul li {
        margin-bottom: 5px;
        font: normal normal normal 17px/34px Spoqa Han Sans Neo;
    }

    /*.service-guide02 ul li:first-of-type{margin-bottom:10px;}*/
    .btn-replay {
        width: 100%;
        height: 50px;
        font: normal normal bold 19px/48px Spoqa Han Sans Neo;
    }

    .service-guide01_box div:last-of-type {
        margin-bottom: 0px;
    }

    .service-guide .guide-txt {
        margin-bottom: 20px !important;
        line-height: 26px;
    }

    .service-guide > div:last-of-type {
        margin-bottom: 0px !important;
    }

    .service-guide03 {
        margin-top: 50px;
    }

    .service-guide-area.service-guide02 .guide-txt + ul {
        margin-bottom: 20px;
    }

    .service-guide-area.service-guide02.sing-lang {
        margin-bottom: -20px;
    }

    .service-guide01 .guide-num {
        line-height: 34px;
    }
}
