﻿/*2020.11.09 서비스센터OPEN*/
/*.ko_service_center_popup{width:90%;max-width:480px;position:fixed;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:9999}*/
.ko_service_center_popup {
    height: 55%;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #3f4041;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999
}

/*.ko_service_center_popup > div{position:relative;line-height:0}*/
.pop_box {
    position: relative;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: flex-start;
    line-height: 0;
    height: 95%
}

.pop_box_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: auto;
    min-width: 450px;
    padding: 50px 30px;
    background: #3f4041;
    text-align: center;
}

.pop_box_content_title {
    display: block;
    width: 100%;
    margin: 0 auto 50px auto;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}

.pop_box_content_text {
    display: block;
    width: 100%;
    margin: 0 auto 50px auto;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.pop_box_content_text a {
    color: inherit;
    transition: opacity .4s ease-in-out;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pop_box_content_text a:hover {
    opacity: .7;
    text-decoration: underline;
}

.pop_box_content_text .red {
    color: red;
}

.pop_box_content_text:last-child {
    margin: 0 auto;
}

.pop_box_content_text ol,
.pop_box_content_text ol li {
    list-style-type: decimal;
}

.pop_box_content_text ol {
    width: calc(100% - 1.5em - 1em);
    margin: 10px 0 10px calc(1.5em + 1em);
}

[lang="ko"] .pop_box_content_text {
    word-break: keep-all;
    overflow-wrap: break-word;
}

.pop_box_content_text_left {
    text-align: left;
}

.pop_box_content_link {
    display: block;
    width: 100%;
}

.pop_box_content_link_item {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 1;
    color: #00acc8;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: opacity .4s ease-in-out;
}

.pop_box_content_link_item:hover {
    opacity: .7;
    text-decoration: underline;
}

.pop_box_content_link_item:last-child {
    margin: 0;
}

.ko_service_center_popup a.pop_close {
    width: 5.8%;
    height: 3.2%;
    position: absolute;
    right: 2.5%;
    top: 1.4%
}

.ko_service_center_popup a.pop_close img {
    width: 100%;
    height: 100%
}

.ko_service_center_popup a.pop_map {
    width: 29%;
    height: 2.3%;
    position: absolute;
    left: 10.4%;
    top: 69.8%
}

.ko_service_center_popup a.pop_map img {
    width: 100%
}

/*.ko_service_center_popup img.pop_img{width:100%}*/
.ko_service_center_popup img.pop_img {
    height: 100%
}

.ko_service_center_popup img.pop_img.pad {
    display: none;
}

/*.ko_service_center_popup .cookie_check{width:100%;text-align:right;padding:0 2%;background:#000;padding-bottom:1rem;margin-top:-1px}*/
.ko_service_center_popup ul {
    width: 100%;
    height: 40px;
    text-align: left;
    background: #555;
    position: relative;
    padding: 0 20px
}

.ko_service_center_popup .cookie_check {
    line-height: 40px
}

.ko_service_center_popup .cookie_check input {
    vertical-align: middle;
    transform: scale(1.2)
}

.ko_service_center_popup .cookie_check a {
    color: #fff;
    font-size: 12px;
    line-height: 40px
}

.ko_service_center_popup .closeText a {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 14px
}

/****垂直樣式****/
.ko_service_center_popup.vertical {
    width: 100%;
    max-width: 750px;
    height: auto;
    max-height: 80%;
}

.ko_service_center_popup.vertical .pop_box {
    display: block;
    width: 100%;
}

.ko_service_center_popup.vertical .pop_box_pic {
    display: block;
    width: 100%;
}

.ko_service_center_popup.vertical img.pop_img {
    width: 100%;
    height: auto;
}

.ko_service_center_popup.vertical .pop_box_content {
    width: 100%;
    min-width: 0;
    height: auto;
}

.ko_service_center_popup[data-style="message"] {
    top: 10px;
    height: auto;
    max-width: 650px;
    transform: translateX(-50%);
}

.ko_service_center_popup[data-style="message"] .pop_box_content {
    align-items: flex-start;
    align-content: flex-start;
    min-width: 0;
    max-height: 150px;
    padding: 30px;
    overflow: hidden;
    overflow-y: auto;
}

.ko_service_center_popup[data-style="message"] .pop_box_content_text {
    padding: 0;
    text-align: left;
}

@media all and (min-width:992px) and (max-height:750px) {
    .ko_service_center_popup.vertical {
        max-width: 650px;
    }
}

@media all and (max-width:991px) {
    .ko_service_center_popup {
        width: calc(100% - 40px);
        max-width: 500px;
        height: auto;
    }

    .pop_box {
        display: block;
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .pop_box_pic {
        display: block;
        width: 100%;
    }

    .ko_service_center_popup img.pop_img {
        width: 100%;
        height: auto;
    }

    .ko_service_center_popup img.pop_img.pc {
        display: none;
    }

    .ko_service_center_popup img.pop_img.pad {
        display: block;
    }

    .pop_box_content {
        width: 100%;
        min-width: 0;
        padding: 30px 15px;
    }

    /****垂直樣式****/
    .ko_service_center_popup.vertical {
        width: calc(100% - 40px);
        max-width: none;
    }
}

@media all and (max-width:768px) {

    .pop_box_content {
        padding: 20px 15px;
    }

    .pop_box_content_title {
        margin: 0 auto 30px auto;
        font-size: 18px;
    }

    .pop_box_content_text {
        margin: 0 auto 30px auto;
    }

    .pop_box_content_link_item {
        margin: 0 0 10px 0;
        font-size: 16px;
        text-underline-offset: 2.5px;
    }
}