@charset "utf-8";

/* common */
body.mobile .section {
    word-break: keep-all;
    padding: 0 15px;
}

/* intro 회사소개 */
#document-intro {
    margin-bottom: -100px;
}
#document-intro section.company {
    margin-bottom: 100px;
}
#document-intro section.company .inner {
    display: flex;
    align-items: center;
    gap: 60px;
}
#document-intro section.company .img {
    flex: 0 0 500px;
    height: 300px;
    background: #f2f4f6;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
}
#document-intro section.company .img img {
    height: 47px;
}
#document-intro section.company .text {
    line-height: 150%;
    letter-spacing: -0.5px;
}
#document-intro section.link {
    padding: 100px 0;
    background: url('../imgs/intro-bg.png') no-repeat right bottom -80px #f2f4f6;
}
#document-intro section.link .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
    margin-bottom: 30px;
}
#document-intro section.link ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#document-intro section.link ul li {
    flex: 1;
    border-radius: var(--radius);
    overflow: hidden;
}
#document-intro section.link ul li a {
    width: 100%;
    height: 260px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#document-intro section.link ul li.shopping {
    background: url('../imgs/intro-shopping-bg.png') no-repeat 50% 50% / cover;
}
#document-intro section.link ul li.shipping {
    background: url('../imgs/intro-shipping-bg.png') no-repeat 50% 50% / cover;
}
#document-intro section.link ul li.biz {
    background: url('../imgs/intro-biz-bg.png') no-repeat 50% 50% / cover;
}
#document-intro section.link ul li a strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    transition: all 0.5s;
}
#document-intro section.link ul li a span {
    background: #fff;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 130px;
    padding: 10px 20px;
    border-radius: var(--radius);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    opacity: 0;
    transition: opacity 0.3s;
}
#document-intro section.link ul li a span:before {
    content: '';
    display: block;
    width: 13px;
    height: 100%;
    background: url('../imgs/intro-link-arrow.png') no-repeat right 50% / contain;
    position: absolute;
    right: 25px;
    top: 0;
}
#document-intro section.link ul li a:hover strong {
    margin-bottom: 30px;
}
#document-intro section.link ul li a:hover span {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    #document-intro {
        padding: 0;
    }
    #document-intro section.company {
        margin-bottom: 50px;
    }
    #document-intro section.company .inner {
        flex-wrap: wrap;
        gap: 30px;
    }
    #document-intro section.company .img {
        flex-basis: 100%;
        height: 100px;
    }
    #document-intro section.company .img img {
        height: 28px;
    }
    #document-intro section.company .text {
        order: 1;
        width: 100%;
        text-align: center;
    }
    #document-intro section.link {
        padding: 50px 0;
    }
    #document-intro section.link .title {
        font-size: 18px;
    }
    #document-intro section.link ul {
        flex-wrap: wrap;
        gap: 10px;
    }
    #document-intro section.link ul li {
        flex: 0 0 100%;
    }
    #document-intro section.link ul li a {
        height: 180px;
    }
    #document-intro section.link ul li a strong {
        font-size: 18px;
    }
    #document-intro section.link ul li a span {
        display: none;
    }
}

/* schedule 스케쥴 */
#document-schedule .intro {
    text-align: center;
    margin-bottom: 30px;
}
#document-schedule .intro .guide {
    line-height: 150%;
    background: #f7f7f7;
    padding: 30px;
    border: 1px solid var(--line-color);
    border-radius: var(--radius);
}
#document-schedule .intro .guide .color {
    color: var(--second-color);
    margin: 8px 0 0;
}
#document-schedule .intro .date {
    font-size: 14px;
    color: var(--font-color);
}
#document-schedule .intro h4 {
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
    margin: 60px 0 5px;
}
#document-schedule .help {
    font-size: 14px;
    color: var(--font-color);
    margin-top: 15px;
    line-height: 180%;
}
#document-schedule table {
    width: 100%;
}
#document-schedule table th,
#document-schedule table td {
    border: 1px solid var(--line-color);
    border-width: 1px 0;
    text-align: center;
    padding: 12px 10px;
    height: 48px;
}
#document-schedule table thead th {
    border-top: 2px solid #000;
    background: #f2f4f6;
    color: var(--font-color);
    font-size: 15px;
    font-weight: 500;
    height: 50px;
}
#document-schedule table tbody th {
    background: #f2f4f6;
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid var(--line-color);
}
#document-schedule table td:not(:last-child) {
    border-right: 1px solid var(--line-color);
}
@media screen and (max-width: 768px) {
    #document-schedule .table-scroll-wrap .scroll-wrap table {
        min-width: 500px;
        width: 100%;
    }
    #document-schedule table thead th,
    #document-schedule table tbody th {
        font-size: 14px;
    }
    #document-schedule .help {
        font-size: 13px;
    }
    #document-schedule .table-scroll-wrap .fixed-wrap {
        width: 80px;
    }
    #document-schedule .table-scroll-wrap .scroll-wrap {
        margin-left: 80px;
    }
}


/* service 부가서비스 */
#document-service .tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#document-service .tab-content li {
    border: 1px solid var(--line-color);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 30px;
}
#document-service .tab-content li .title {
    background: #f7f7f7;
    border-radius: var(--radius);
    padding: 21px 25px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#document-service .tab-content li .title .price {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
#document-service .tab-content li .title .price:before {
    content: '수수료';
    margin-right: 30px;
    font-weight: 500;
    color: var(--font-color);
}
#document-service .tab-content li .title .price:after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: var(--line-color);
    position: absolute;
    left: 62px;
    top: 6px;
}
#document-service .tab-content li .content {
    padding: 20px 25px;
    line-height: 180%;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    #document-service .tab-content li {
        padding: 14px;
        margin-bottom: 20px;
    }
    #document-service .tab-content li .title,
    #document-service .tab-content li .title .price {
        font-size: 14px;
    }
    #document-service .tab-content li .title {
        padding: 16px 14px;
    }
    #document-service .tab-content li .content {
        padding: 10px 5px;
        font-size: 14px;
    }
    #document-service .tab-content li .title .price:after {
        left: 52px;
        top: 4px;
    }
}

/* prohibition 수입금지 */
#document-prohibition .intro {
    border: 1px solid var(--line-color);
    border-radius: var(--radius);
    background: #f7f7f7;
    padding: 30px;
    margin-bottom: 60px;
    font-size: 14px;
}
#document-prohibition .intro ol {
    padding-left: 15px;
    border-bottom: 1px solid var(--line-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#document-prohibition .intro li:not(:last-child) {
    margin-bottom: 8px;
}
#document-prohibition .intro li span {
    color: #007aff;
}
#document-prohibition .intro .info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 55px;
    gap: 20px;
}
#document-prohibition .intro .info .tel {
    position: relative;
    color: var(--font-color);
    font-size: 13px;
    font-weight: 600;
    padding-left: 20px;
}
#document-prohibition .intro .info .tel strong {
    color: #222;
}
#document-prohibition .intro .info .tel:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url('../imgs/prohibition-tel.png') no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 3px;
}
#document-prohibition .intro .info .link {
    min-width: 320px;
    height: 55px;
    border: 1px solid var(--line-color);
    border-radius: var(--radius);
    background: #fff;
    position: relative;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 19px 0 0 155px;
    display: block;
    transition: opacity 0.3s;
}
#document-prohibition .intro .info .link:hover {
    opacity: 0.7;
}
#document-prohibition .intro .info .link:before {
    content: '';
    display: block;
    width: 126px;
    height: 22px;
    position: absolute;
    left: 14px;
    top: 16px;
    background: url('../imgs/prohibition-link-icon.png') no-repeat 0 0;
}
#document-prohibition .intro .info .link:after {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 22px;
    background: url('../imgs/prohibition-link-arrow.png') no-repeat 0 0;
}
#document-prohibition h4 {
    display: inline-flex;
    align-items: center;
    height: 45px;
    color: var(--main-color);
    font-size: 22px;
    font-weight: bold;
    padding: 0 20px;
    border: 1px solid var(--main-color);
    border-radius: var(--radius);
    padding-left: 65px;
    position: relative;
    margin: 0 0 30px;
}
#document-prohibition h4:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: var(--main-color);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: var(--radius);
}
#document-prohibition h4:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 14px;
    top: 14px;
    background: url('../imgs/customs-title.png') no-repeat 0 0;
}
#document-prohibition article {
    margin-bottom: 60px;
}
#document-prohibition .line {
    border-left: 2px dashed var(--line-color);
    padding-left: 55px;
}
#document-prohibition .line .title {
    font-weight: 600;
}
#document-prohibition .line ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#document-prohibition .line li {
    display: flex;
}
#document-prohibition .line li:not(:last-child) {
    margin-bottom: 10px;
}
#document-prohibition .line li .title {
    flex: 0 0 110px;
}
@media screen and (max-width: 768px) {
    #document-prohibition .intro {
        padding: 14px;
        font-size: 13px;
        margin-bottom: 30px;
    }
    #document-prohibition .intro .info {
        flex-wrap: wrap;
        height: auto;
        justify-content: flex-start;
    }
    #document-prohibition .intro .info .link {
        min-width: 100%;
    }
    #document-prohibition article {
        margin-bottom: 30px;
    }
    #document-prohibition h4 {
        font-size: 16px;
        height: 36px;
        padding-left: 50px;
        margin-bottom: 14px;
    }
    #document-prohibition h4:before {
        width: 36px;
        height: 36px;
    }
    #document-prohibition h4:after {
        background-image: url('../imgs/customs-title@2x.png');
        background-size: contain;
        left: 10px;
        top: 10px;
    }
    #document-prohibition .line {
        padding-left: 14px;
    }
    #document-prohibition .line li {
        flex-wrap: wrap;
    }
    #document-prohibition .line li .title {
        flex-basis: 100%;
    }
}

/* customs 관부가세 */
#document-customs h4 {
    display: inline-flex;
    align-items: center;
    height: 45px;
    color: var(--main-color);
    font-size: 22px;
    font-weight: bold;
    padding: 0 20px;
    border: 1px solid var(--main-color);
    border-radius: var(--radius);
    padding-left: 65px;
    position: relative;
    margin: 0 0 30px;
}
#document-customs h4:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: var(--main-color);
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: var(--radius);
}
#document-customs h4:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 14px;
    top: 14px;
    background: url('../imgs/customs-title.png') no-repeat 0 0;
}
#document-customs article {
    margin-bottom: 60px;
}
#document-customs .line {
    border-left: 2px dashed var(--line-color);
    padding-left: 55px;
}
#document-customs .line .title {
    font-weight: 600;
}
#document-customs .line ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
#document-customs .line li {
    padding-left: 36px;
    position: relative;
    line-height: 150%;
}
#document-customs .line li:not(:last-child) {
    margin-bottom: 18px;
}
#document-customs .line li:before {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
 }
#document-customs .line li:nth-of-type(1):before {
    content: '01';
}
#document-customs .line li:nth-of-type(2):before {
    content: '02';
}
#document-customs .line li:nth-of-type(3):before {
    content: '03';
}
#document-customs .line li .title {
    flex: 0 0 110px;
}
#document-customs .line .box {
    background: rgba(0, 122, 255, 0.05);
    border-radius: 4px;
    padding: 30px;
    text-align: center;
    color: #007aff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 200%;
}
#document-customs .line .box .normal {
    color: var(--font-color);
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    margin-top: 5px;
}
#document-customs .line li .space {
    margin-top: 20px;
}
#document-customs .line li .space strong {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    #document-customs article {
        margin-bottom: 30px;
    }
    #document-customs h4 {
        font-size: 16px;
        height: 36px;
        padding-left: 50px;
        margin-bottom: 14px;
    }
    #document-customs h4:before {
        width: 36px;
        height: 36px;
    }
    #document-customs h4:after {
        background-image: url('../imgs/customs-title@2x.png');
        background-size: contain;
        left: 10px;
        top: 10px;
    }
    #document-customs .line {
        padding-left: 14px;
    }
    #document-customs .line li .space {
        margin-top: 10px;
    }
    #document-customs .line .box {
        font-size: 14px;
        line-height: 150%;
        margin-left: -35px;
        padding: 14px;
    }
    #document-customs .line .box .normal {
        text-align: left;
    }
    #document-customs article:last-child .box {
        margin-left: 0;
    }
}

/* address */
#document-address .addr {
    border: 1px solid var(--line-color);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 30px;
}
#document-address .addr ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#document-address .addr li {
    display: flex;
    align-items: cneter;
    gap: 20px;
}
#document-address .addr li:not(:last-child) {
    margin-bottom: 5px;
}
#document-address .addr li .title {
    background: #f2f4f6;
    border-radius: var(--radius);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 250px;
    font-size: 16px;
    font-weight: 600;
    color: var(--font-color);
}
#document-address .addr li .content {
    flex: 1;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line-color);
}
#document-address .addr li .content .post {
    color: #f30;
}
#document-address .addr li .content .event-common-click-copy-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--font-color);
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    border: 1px solid var(--line-color);
    border-radius: 8px;
    background: #f7f7f7;
    width: 100px;
    transition: opacity 0.3s;
    position: relative;
}
#document-address .addr li .content a:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 12px;
    top: 11px;
    background: url('../imgs/address-copy.png') no-repeat 0 0;
}
#document-address .addr li .content a:hover {
    opacity: 0.7;
}
#document-address .map {
    margin-bottom: 100px;
}
#document-address .photo h4 {
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
    margin: 0 0 30px;
    text-align: center;
}
#document-address .photo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#document-address .photo li {
    border-radius: var(--radius);
    overflow: hidden;
    width: 550px;
    height: 340px;
}
#document-address .photo li img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    #document-address .addr {
        padding: 14px;
    }
    #document-address .addr li .title {
        height: auto;
        min-height: 47px;
        font-size: 13px;
        flex-basis: 100px;
    }
    #document-address .addr li .content {
        height: auto;
        min-height: 47px;
        display: flex;
        gap: 10px;
    }
    #document-address .addr li .content a {
        background: none;
        border: none;
        padding: 0;
        width: 30px;
        flex: 0 0 30px;
    }
    #document-address .addr li .content a {
        color: #212121;
    }
    #document-address .addr li .content .event-common-click-copy-text {
        background: none;
        border: none;
    }
    #document-address .addr li .content a span {
        display: none;
    }
}



/* process 공통 */
.layout-process h4 {
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
    margin: 0 0 15px;
}
.layout-process .process {
    border: 1px solid var(--line-color);
    border-radius: var(--radius);
    padding: 30px 0;
    text-align: center;
    margin-bottom: 100px;
}
.layout-process .step {
    position: relative;
}
.layout-process .step h4 {
    margin-bottom: 30px;
}
.layout-process .step .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 70px;
    display: none;
}
.layout-process .step .menu li {
    margin-bottom: 12px;
}
.layout-process .step .menu li a {
    color: #bec3cc;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}
.layout-process .step .menu li.active a {
    color: var(--main-color);
}
.layout-process .step .content article {
    padding-top: 90px;
    margin-top: -90px;
    margin-bottom: 14px;
}
.layout-process .step .content article .box {
    border: 1px solid var(--line-color);
    background: #f7f7f7;
    border-radius: 16px;
    padding: 40px;
}
.layout-process .step .menu.sticky {
    position: fixed;
    top: 80px;
}
.layout-process .step h5 {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    margin: 0 0 20px;
    padding-left: 40px;
    position: relative;
}
.layout-process .step h5:before,
.layout-process .caution h5:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: var(--main-color);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layout-process .step article:nth-of-type(1) h5:before,
.layout-process .caution li:nth-of-type(1) h5:before {
    content: '1';
}
.layout-process .step article:nth-of-type(2) h5:before,
.layout-process .caution li:nth-of-type(2) h5:before {
    content: '2';
}
.layout-process .step article:nth-of-type(3) h5:before,
.layout-process .caution li:nth-of-type(3) h5:before {
    content: '3';
}
.layout-process .step article:nth-of-type(4) h5:before,
.layout-process .caution li:nth-of-type(4) h5:before {
    content: '4';
}
.layout-process .step article:nth-of-type(5) h5:before {
    content: '5';
}
.layout-process .step article:nth-of-type(6) h5:before {
    content: '6';
}
.layout-process .step article:nth-of-type(7) h5:before {
    content: '7';
}
.layout-process .step .text {
    padding-left: 40px;
    font-size: 16px;
}
.layout-process .step .text ol {
    padding-left: 20px;
    margin: 0;
}
.layout-process .step .text ol li:not(:last-child) {
    margin-bottom: 8px;
}
.layout-process .step .img {
    background: #fff;
    min-height: 300px;
    margin-top: 40px;
}

/* shopping 구매대행 이용안내 */
#document-shopping .caution {
    background: #f2f4f6;
    padding: 100px;
    margin-bottom: 100px;
}
#document-shopping .caution h4 {
    margin-bottom: 30px;
}
#document-shopping .caution .box {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}
#document-shopping .caution .box li {
    flex: 1;
    border: 1px solid var(--line-color);
    border-radius: var(--radius);
    background: #fff;
    min-height: 190px;
    text-align: center;
}
#document-shopping .caution .box li h5 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    padding-left: 35px;
    margin: 40px 0;
    margin-left: -20px;
}
#document-shopping .caution .box li h5 .tip {
    position: absolute;
    left: 0;
    top: 28px;
    width: 100%;
    height: 22px;
    text-align: center;
}
#document-shopping .caution .box li h5:before {
    top: -5px;
}
#document-shopping .caution .box li .text {
    font-size: 14px;
    color: #636363;
    line-height: 140%;
    letter-spacing: -0.5px;
}
#document-shopping .caution .guide {
    color: var(--font-color);
    font-size: 14px;
    margin: 10px 0 30px;
    text-align: center;
}
#document-shopping .caution .toggle {
    list-style: none;
    padding: 0;
    margin: 0;
}
#document-shopping .caution .toggle > li:not(:last-child) {
    margin-bottom: 14px;
}
#document-shopping .caution .toggle > li {
    border: 1px solid var(--line-color);
    border-radius: var(--radius);
    padding: 20px;
    background: #fff;
}
#document-shopping .caution .toggle li .title {
    height: 73px;
    background: #f7f7f7;
    border-radius: var(--radius);
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 25px;
    position: relative;
    cursor: pointer;
}
#document-shopping .caution .toggle li .title:before {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background: url('../imgs/shopping-toggle-arrow.png') no-repeat 0 0;
    position: absolute;
    right: 25px;
    top: 33px;
    transition: all 0.2s;
}
#document-shopping .caution .toggle li .title .normal {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    margin-left: 20px;
}
#document-shopping .caution .toggle li .content {
    display: none;
    padding: 20px 25px;
}
#document-shopping .caution .toggle li.active .title:before {
    transform: rotate(180deg);
}
#document-shopping .caution .toggle li .content ol {
    padding-left: 20px;
}
#document-shopping .caution .toggle li .content ol li:not(:last-child) {
    margin-bottom: 8px;
}

/* biz 사업자 프로모션 */
#document-biz article {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#document-biz article .img {
    border-radius: var(--radius);
    overflow: hidden;
    height: 340px;
}
#document-biz article .guide {
    padding-left: 80px;
    flex: 1;
}
#document-biz article .guide h4 {
    font-size: 30px;
    font-weight: bold;
    color: var(--main-color);
    line-height: 140%;
    margin-bottom: 15px;
}
#document-biz article .guide .text {
    line-height: 150%;
}
@media screen and (max-width: 768px) {
    #document-biz article {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    #document-biz article .img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 180px;
    }
    #document-biz article .guide {
        padding: 20px 0 0;
        order: 1;
        text-align: center;
    }
    #document-biz article .guide h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #document-biz article .guide .text {
        font-size: 16px;
    }
}





