@charset "utf-8";

/* sub section common */
.sub section {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 120px 0 120px;
}

/* section padding */
/* 물류서비스 */
/* 부가 서비스 판매 대행 */
.sub[data-page="sales_agent"] section:nth-of-type(n + 2) {
    padding: 100px 0 120px;
}


/* section background color */
.sub .bg_gr {
    background-color: #fafafa;
}

.sub [class*="bg_gr"] {
    width: 100%;
    max-width: 100%;
}

/* 부가 서비스 판매 대행 */


.sub .bg_gr_after .wrapper {
    position: relative;
}

.sub .bg_gr_after .wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fafafa;
    width: 100%;
    z-index: -1;
}

.sub .about_live_sect.bg_gr_after .wrapper::after {
    height: calc(100% - 220px);

}



/* sub_visual */
.sub_visual {
    /* height: 420px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #252525;
}

.sub_visual h2 {
    line-height: 420px;
    text-align: center;
    font-size: 2.666rem;
    color: #fff;

    font-family: 'Pretendard-SemiBold';
}

.logistics .sub_visual {
    background-image: url('../img/sub/logistics_visual.jpg');
}

.service .sub_visual {
    background-image: url('../img/sub/additional_visual.jpg');
}

.inquiry .sub_visual {
    background-image: url('../img/sub/inquiry_visual.jpg');
}

.contact .sub_visual {
    background-image: url('../img/sub/contact_visual.jpg');
}

/* sub_loc */
.sub_loc {
    background-color: var(--c-pt);
    box-shadow: 0 21px 45px 6px var(--c-pt-shadow);
    max-width: 1200px;
    margin: -35px auto 0;
    position: relative;
    z-index: 10;
}

.sub_loc .location_row {
    display: flex;
    align-items: center;
}

.sub_loc .location_row>li {
    position: relative;
}

.sub_loc .location_row>li::after {
    content: '';
    position: absolute;
    height: 1em;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    top: 50%;
    right: 0;
    transform: translateY(-50%);


}

.sub_loc .location_row>li.home a {
    display: block;
    width: 90px;
    height: 70px;
    font-size: 0;
    background: url('../img/ico/ico_home.png') center no-repeat;
}

.sub_loc .depth_btn {
    display: block;
    min-width: 230px;
    height: 70px;
    padding: 0 20px;
    color: #fff;
    text-align: left;
    word-break: keep-all;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-image: url('../img/ico/ico_depth.png');
    box-sizing: border-box;
}

.sub_loc .depth_btn.on {
    background-image: url('../img/ico/ico_depth_on.png');

}

.sub_loc .depth_toggle {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    border: 1px solid #eee;
    background: #fff;
    z-index: 50;
    box-sizing: border-box;
}

.sub_loc .depth_list li+li {
    border-top: 1px solid #eee;
}

.sub_loc .depth_list li a {
    display: block;
    padding: 0 20px;
    line-height: 60px;
}

.sub_loc .depth_list li:hover a {
    color: #fff;
    background-color: var(--c-pt);
}

/* sub 공통 */
/* sub_ttl_box */


.sub_ttl_box {
    text-align: center;
    margin-bottom: 50px;
}

.sub_ttl_box .sub_ttl {
    font-size: var(--section2-ttl);
}

.sub_ttl_box .sub_ttl+p {
    margin-top: 45px;
    font-size: var(--section2-txt);
    line-height: 1.4;
    color: #454545;
}

.sub_ttl_box .sub_ttl_category {
    font-size: var(--sub-ttl);
}

.line {
    width: 1px;
    height: 2.5rem;
    margin: 80px auto 40px;
    background-color: #aaa;
}

/* sect_ttl */
[class*="sect_ttl_box"] {
    position: relative;
    margin-bottom: 3.3333rem;
    text-align: center;
}

[class*="sect_ttl_box"] .ttl {
    font-size: var(--sub-sect-ttl);
    line-height: 1.4;
}

[class*="sect_ttl_box"] .category {
    display: block;
    font-size: var(--sub-sect-cate);
    color: var(--c-pt);
    text-transform: capitalize;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 1.11111rem;
}

[class*="sect_ttl_box"] p {
    font-size: var(--sub-sect-txt);
    color: #666;
    line-height: 1.45;
}

[class*="sect_ttl_box"] p b {
    color: #252525;
    font-family: 'Pretendard-SemiBold';
    font-weight: 600;
}

[class*="sect_ttl_box"] h3+p {
    margin-top: 2.222rem;

}

.sect_ttl_box2 {
    margin-bottom:2.222rem;}

.sect_ttl_box2 .ttl {
    font-size: var(--sub-sect-ttl2);
}

.sect_ttl_box2 p {
    font-size: var(--sub-sect-txt2);
    color: #454545;
}

.sect_ttl_box2 h3+p {
    margin-top: 1.666rem;

}

/* txt_box */
.sub .txt_box .sub_txt {
    color: #999;
    font-size: var(--sub-sect-txt2);
    
}

.sub .txt_box *+.sub_txt {
    margin-top: 1rem;
}


.sub .txt_box .sub_txt+h4 {
    margin-top: 0.6666rem;
}

.arrow_list li [class*="ico"]+.txt_box {
    margin-top: 1.3888rem;
}

.sub .txt_box h4 {
    font-size: var(--ft-cont-ttl);
    color: #454545;
    font-family: 'Pretendard-SemiBold';
    line-height: 1.2;
}
.sub .txt_box h4+p {
    margin-top: 1em;
}

.sub .txt_box p {
    font-size: var(--ft-cont-txt);
    line-height: 1.4;
    color: #757575;
    margin-top: 0.3em;
}

.sub .txt_box p span {
    color: #999;
    font-size: calc(1em - 2px);
}

.sub .txt_box.dots p {
    line-height: 1.75;
    padding-left: 0.5em;
    position: relative;
}

.sub .txt_box.dots p::before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
}

.sub .txt_box.big h4 {
    font-size: var(--ft-cont-ttl2);
}

.sub .txt_box.big p {
    font-size: var(--ft-cont-txt2);
}

[class*="ico_wrap"] {
    background-color: #fff;
    display: block;
    width: 4.4444rem;
    height: 4.4444rem;
    border-radius: 100%;
}

.ico_wrap_big {
    width: 6.111rem;
    height: 6.111rem;
    background-color: #fafafa;
}

/* 아이콘 박스 스타일 2  */
.ico_box_list li {
    display: flex;
    align-items: center;
    text-align: left;
}

/* 물류보관  */
.visual_txt {
    padding: 10% 5.8333%;
    max-height: 450px;
    height: 40vw;
    min-height: 300px;
    background: #fafafa url(../img/sub/storage_visual.png) no-repeat right 6.666% top 40px / 38.333% auto;
}

.visual_txt h3 {
    font-size: 2rem;
    line-height: 1.4;
}

.visual_txt h3+p {
    margin-top: 1.3888rem;
    color: #454545;
    opacity: 0.65;

}

.storage_visual_sect .sect_ttl_box {
    margin-bottom: 0;
}

.advantage_sect .ico_box_list li {
    background-color: #fff;
    padding: 30px 50px;
}

.advantage_sect .ico_box_list .ico_wrap_big {
    margin-right: 40px;
    background: #fafafa url(../img/ico/possession.png) no-repeat center;
    flex-shrink: 0;
}

.advantage_sect .ico_box_list li:nth-of-type(2) .ico_wrap_big {
    background-image: url(../img/ico/customized.png);
}

.advantage_sect .ico_box_list li:nth-of-type(3) .ico_wrap_big {
    background-image: url(../img/ico/calculate.png);
}

.advantage_sect .ico_box_list li:nth-of-type(4) .ico_wrap_big {
    background-image: url(../img/ico/time.png);
}


.advantage_sect .ico_box_list li+li {
    margin-top: 20px;
}

.storage_servc figure+figure {
    margin-left: 36px;
}

.storage_servc figure {
    flex: 1;
    display: block;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.storage_servc figure span {
    /* height: 175px; */
    display: block;
    position: relative;
    padding-top: 69.8412%;
}

.storage_servc figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.storage_servc .txt_box {
    padding: 30px 10px;
}

.storage_servc .txt_box h4 {
    color: #252525;
}

.storage_servc .txt_box p {
    color: #454545;
}

.storage_servc .txt_box p.c_red {
    color: #ee2e2e;
    font-family: 'Pretendard-SemiBold';
}

/* 물류,부가 공통 */

/* logistics */
.agent_visual_sect .sub_ttl_box {
    margin-bottom: 80px;
}

.agent_visual_cont {
    padding: 100px 60px 90px;
    text-align: center;
    background: url(../img/sub/advantage_visual.jpg) no-repeat center / cover;
    color: #fff;
}

.agent_visual_cont h3 {
    font-size: 2.222rem;
    margin-bottom: 2.7777rem;
}

.advantage_txt {
    width: calc(100% + 1.6666rem);
    margin-left: -0.83333rem;
    margin-top: -0.83333rem;
}

.advantage_txt p {
    width: calc(25% - 1.6666rem);
    border: 1px solid #fff;
    line-height: 1.6666;
    padding: 1.1111rem;
    margin: 0.83333rem;
}

.advantage_txt p strong {
    color: var(--c-pt);
    display: block;
}


/* process cont 공통 스타일(물류대행, 광고지원혜택, 판매 대행) */
.arrow_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.arrow_list li {
    background-color: #fafafa;
    padding: 30px;
    min-height: 270px;
    position: relative;
    border-radius: 10px;
}

.arrow_list li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background: url(../img/ico/step_arrow.png) no-repeat center;

}

.arrow_list li.only_mo_arrow::after,
.arrow_list li:last-of-type::after {
    display: none;

}

.arrow_list.bg_white li {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.live_process_sect .arrow_list li::after {
    width: 38px;
}


.arrow_list li [class*="ico_wrap"] {
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pl3_process_sect .arrow_list li::after {
    width:31.25%;
}

.echoAD_process_sect .arrow_list li::after {
    width: 53px;
}

.live_process_sect .arrow_list li {
    width: 17.5%;
    padding: 40px 0;

}


.pl3_process_sect .arrow_list ul {
    flex-wrap: wrap;
   justify-content: center;
}

.pl3_process_sect .arrow_list li {
    width: 26.6667%;
}

.pl3_process_sect .arrow_list li:nth-of-type(n + 2) {
    margin-left: 8.3334%;
}

.pl3_process_sect .arrow_list li:nth-of-type(3n+1) {
    margin-left: 0;
}

.pl3_process_sect .arrow_list li:nth-of-type(n + 4) {
    margin-top: 50px;
}

.pl3_process_sect .arrow_list li:nth-of-type(1) .ico_wrap_big {
    background-image: url(../img/ico/pl3_ico_01.png);
}

.pl3_process_sect .arrow_list li:nth-of-type(2) .ico_wrap_big {
    background-image: url(../img/ico/pl3_ico_02.png);
}

.pl3_process_sect .arrow_list li:nth-of-type(3) .ico_wrap_big {
    background-image: url(../img/ico/pl3_ico_03.png);
}

.pl3_process_sect .arrow_list li:nth-of-type(4) .ico_wrap_big {
    background-image: url(../img/ico/pl3_ico_04.png);
}

.pl3_process_sect .arrow_list li:nth-of-type(5) .ico_wrap_big {
    background-image: url(../img/ico/pl3_ico_05.png);
}

.pl3_process_sect .arrow_list li:nth-of-type(6) .ico_wrap_big {
    background-image: url(../img/ico/pl3_ico_06.png);
}

.echoAD_process_sect .arrow_list li {
    width: calc(25% - 159px/4);
    min-height: 340px;
}

.echoAD_process_sect .arrow_list li:nth-of-type(1) .ico_wrap_big {
    background-image: url(../img/ico/echoad_01.png);
}

.echoAD_process_sect .arrow_list li:nth-of-type(2) .ico_wrap_big {
    background-image: url(../img/ico/echoad_02.png);
}

.echoAD_process_sect .arrow_list li:nth-of-type(3) .ico_wrap_big {
    background-image: url(../img/ico/echoad_03.png);
}

.echoAD_process_sect .arrow_list li:nth-of-type(4) .ico_wrap_big {
    background-image: url(../img/ico/echoad_04.png);
}

/* service 판매 대행 */
.sub .about_live_sect {
    padding-bottom: 0;
    text-align: center;
}

.about_live_sect .inner {
    overflow-x: hidden;
}
.about_live_sect .wrapper {
    padding-top: 100px;
}

.about_live_sect .wrapper figcaption {
    font-size: 30px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 1em;
}

.about_live_sect .wrapper figure {
    padding: 60px 0;
    background-color: #fff;
    display: block;
    margin-bottom: 100px;
}

/* 부가서비스 광고지원혜택 */
.support_info .ico_box_list li {
    background-color: #fafafa;
    width: calc(50% - 10px);
    padding: 30px;

}

.support_info .ico_box_list li:nth-of-type(even) {
    margin-left: 20px;
}

.support_info .ico_box_list li:nth-of-type(n + 3) {
    margin-top: 20px;
}

.support_info .ico_box_list li .ico_wrap {
    margin-right: 1.6666rem;
    flex-shrink: 0;
}

/* live_ process sect */
.live_process_sect .category {
    text-transform: uppercase;
}

.sub .sales_agent_more {
    text-align: left;

    color: #fff;
}

.sub .sales_agent_more dl {
    width: calc(50% - 20px);
    padding: 60px;
    border-radius: 10px;
    background: url(../img/sub/sales_agent_more_bg01.jpg) no-repeat center / cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    min-height: 320px;
}

.sub .sales_agent_more dl:nth-of-type(even) {
    margin-left: 40px;
}

.sub .sales_agent_more dl:nth-of-type(n + 3) {
    margin-top: 40px;
}

.sub .sales_agent_more dl:nth-child(2) {
    background-image: url(../img/sub/sales_agent_more_bg02.jpg);
}

.sub .sales_agent_more dl:nth-child(3) {
    background-image: url(../img/sub/sales_agent_more_bg03.jpg);
}

.sub .sales_agent_more dl:nth-child(4) {
    background-image: url(../img/sub/sales_agent_more_bg04.jpg);
}

.sub .sales_agent_more dt {
    font-size: 28px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 80px;
}

.sub .sales_agent_more dd {
    line-height: 1.5555;
}




/* 위치 안내 */

.map_container {
    margin-top: 60px;
}

.map_container+.map_container {
    margin-top: 90px;
}

.map_ttl {
    font-size: 36px;
    margin-bottom: 30px;
}

.map_info {
    height: 63px;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #dbdbdb
}

.map_info li {
    flex: 1;
    display: flex;
    align-items: center;
}

.map_info li .ico {
    display: inline-block;
    margin-right: 14px;
}

.map_info li .ico img {
    vertical-align: top;
}

.map_info li p {
    font-size: 20px;
    line-height: 1.5;
    color: #666;
}



.map_area {
    margin-top: 40px;
    height: 460px;
}

.map_area .root_daum_roughmap {
    width: 100%;
    height: 100%;
}

.map_area .root_daum_roughmap .wrap_map {
    height: 100% !important;
}

.map_area .root_daum_roughmap .wrap_controllers {
    display: none;
}



/* board_list */
.contact[data-page="notice"] .sub_ttl_box {
    margin-bottom: 26px;
}

.board_util_row {
    display: block;
    margin-left: auto;
    max-width: 400px;
    margin-bottom: 15px;
}

.board_util_row .total {
    font-size: 20px;
}

.board_util_row .search_box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    font-size: 16px;
}

.board_util_row .search_box select {
    display: block;
    width: 120px;
    height: 100%;
    padding: 0 20px 0 10px;
    margin-right: 10px;
    flex: 0 0 auto;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

.board_util_row .search_box input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    border: 1px solid #dbdbdb;
    border-right: none;
    padding: 0 10px;
    font-size: 16px;
    color: #454545;
    flex: 1;
    border-radius: 4px 0 0 4px;
}

.board_util_row .search_box .search_btn {
    display: block;
    width: 36px;
    height: 100%;
    font-size: 0;
    background: #454545 url('../img/ico/ico_search.png') center center no-repeat;
    flex: 0 0 auto;
    border-radius: 0 4px 4px 0;
}

.board_list table {
    width: 100%;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #dbdbdb;
    table-layout: fixed;
}

.board_list table thead tr {
    background-color: #fafafa;
    border-bottom: 1px solid #dbdbdb;
}

.board_list table tbody tr+tr {
    border-top: 1px solid #eee;

}

.board_list table th {
    font-weight: 400;
}

.board_list table th,
.board_list table td {
    height: 56px;
    text-align: center;
    vertical-align: middle;

}

.board_list table td.num {
    position: relative;
}

.board_list table td.num.on::after {
    content: '공지';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 26px;
    width: 42px;
    border-radius: 13px;
    background-color: var(--c-pt);
    color: #fff;
    font-size: 15px;
    text-align: center;

}

.board_list table .subject {
    text-align: left;
}

.board_list table td {
    color: #999;
}

.board_list table .subject a {
    display: block;
    padding: 0 25px;
    color: #252525;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board_list table .subject .subject_box {
    display: flex;
}

.board_list table .subject a.file_link {
    display: flex;
    align-items: center;
    padding: 0;
}

.board_list table .subject a.file_link .file_name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board_list table .subject a.file_link img {
    display: block;
    flex: 0 0 auto;
}

.board_list table .date {
    color: #999999;
}

/* board_view */
.board_view {
    margin-top: 60px;
}

.board_view .subject {
    background-color: #fafafa;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    font-family: 'Pretendard-Medium';
    font-weight: 500;
    line-height: 1.3;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #dbdbdb;
}

.board_view .info_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}

.board_view .info_row+.info_row {
    border-top: 1px solid #eee;
}

.board_view .info_row>div {
    display: flex;
    align-items: center;
}

.board_view .info_row p {
    color: #999;
}

.board_view .info_row p span {
    color: #252525;
}

.board_view .info_row p+p {
    margin-left: 20px;
}

.board_view .info_row>.file_list {
    display: flex;
    align-items: flex-start;
    width: 100%;
    line-height: 1.3;
}

.board_view .file_list .label {
    margin-right: 4px;
    flex: 0 0 auto;
}

.board_view .file_list .data {
    width: calc(100% - 75px);
}

.board_view .file_list .data a {
    display: flex;
    align-items: center;
    width: 100%;
}

.board_view .file_list .data a .file_name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board_view .file_list .data a img {
    display: block;
    margin-left: 10px;
    flex: 0 0 auto;
}

.board_view .desc {
    padding: 40px 20px 60px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    line-height: 1.8;
}

.board_view .btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.board_view .btn_row .back_btn {
    display: block;
    width: 100%;
    max-width: 160px;
    height: 52px;
    color: #454545;
    border: 1px solid #dbdbdb;
    text-align: center;
}

/* board_write */
.board_write {
    margin-top: 60px;
    border-top: 1px solid #252525;
}

.board_write table {
    width: 100%;
}

.board_write table tr {
    border-bottom: 1px solid #e5e5e5;
}

.board_write th {
    width: 15%;
    background-color: #f9f9f9;
    text-align: left;
    line-height: 1.2857;
    padding: 20px;
    min-height: 66px;
    font-family: 'Pretendard-Medium';
    font-weight: 500;

}

.board_write td {
    padding: 10px 21px 10px 12px;
    min-height: 66px;
    width: 35%;
}

.board_write td input,
.board_write td select {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 20px;
    line-height: 1.4;
}

.board_write td textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 12px;
    font-size: 20px;
    line-height: 1.4;
}

.detail_agree:focus,
.detail_agree:hover,
.detail_agree {
    display: inline-block;
    color: #aaa;
    font-size: 16px;
    margin-left: 20px;
    text-decoration: underline;
}

.board_write .btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.board_write .btn_row .submit_btn {
    display: block;
    width: 100%;
    max-width: 180px;
    height: 52px;
    border: 1px solid var(--c-pt);
    text-align: center;
    /* font-size: 18px; */
    font-weight: 500;
    color: #fff;
    background: var(--c-pt);
}

.file_cont input[type="file"] {
    display: none;
}

.file_wrap {
    width: 100%;
    line-height: 50px;
    height: 50px;
    border: solid 1px #dbdbdb;
    position: relative;
    padding: 0 10px 0 155px;
    box-sizing: border-box;
}

.file_wrap+.file_wrap {
    margin-top: 10px;
}

.file_wrap input+label {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #252525;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

/* faq */
.faq_list_wrap {
    margin-top: 60px;
}

.faq_filter_box {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: -5px;
    margin-bottom: 40px;
}

.faq_filter_box button {
    display: inline-block;
    padding: 0 25px;
    border-radius: 19px;
    height: 38px;
    text-align: center;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    color: #757575;
    margin: 5px;
    font-size: 16px;
    font-family: 'Pretendard-Medium';
}

.faq_filter_box button.on {
    background-color: var(--c-pt);
    border-color: var(--c-pt);
    color: #fff;
}

.faq_list {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #dbdbdb;
}

.faq_list ul li+li {
    border-top: 1px solid #eeeeee;
}

.faq_list .question {
    display: block;
    line-height: 1.5;
    background: url(../img/ico/arrow_down.png) no-repeat center right 10px;
    position: relative;
    padding: 20px 50px;
}

.faq_list .question::before {
    content: 'Q.';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--c-pt);
    font-size: calc(1em + 2px);
    text-align: center;
    width: 50px;
    display: inline-block;
    font-family: 'Pretendard-Bold';
}

.faq_list .question strong {
    font-family: 'Pretendard-SemiBold';
}

.faq_list .answer_wrap {
    display: none;
    border-top: 1px solid #eee;
    background-color: #fafafa;
    padding: 30px 76px 50px;
    height: 0;
}

.faq_list .answer_wrap .answer {
    display: flex;
    align-items: baseline;

}

.faq_list .answer_wrap .answer > div {
    line-height: 1.5;
    word-break: keep-all;
}

.answer_ico {
    font-size: calc(1em + 2px);
    font-family: 'Pretendard-Bold';
    color: var(--c-pt);
    margin-right: 10px;
}

.faq_list ul li.on .question {
    background-image: url(../img/ico/arrow_up.png);
}

.faq_list ul li.on .answer_wrap {
    height: auto;
}

.contact .more_view_btn {
    display: block;
    width: 270px;
    height: 62px;
    border: 1px solid #dbdbdb;
    /* font-size: 18px; */
    text-align: center;
    border-radius: 31px;
    margin: 40px auto 0;
}


/* agree_pop */
.agree_pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-family: 'Noto Sans KR';
    z-index: 9999;
}

.agree_pop .pop_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 640px;
    width: calc(100% - 30px);
    height: 640px;
    z-index: 1;
}

.agree_pop .pop_box .pop_head {
    position: relative;
    background: #252525;
    padding: 0 12px;
}

.agree_pop .pop_box .pop_head strong {
    display: block;
    /* font-size: 18px; */
    font-weight: 400;
    color: #fff;
    line-height: 60px;
}

.agree_pop .pop_box .pop_head .close {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.agree_pop .pop_box .pop_head .close img {
    display: block;
    width: 25px;
    margin: 0 auto;
}

.agree_pop .pop_box .pop_body {
    height: calc(100% - 60px);
    background: #fff;
    line-height: 1.5;
    padding: 50px 30px;
}

.agree_pop .pop_box .pop_body .padding {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

.agree_pop .dim {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}


@media screen and (max-width: 1024px) {

    /* agree_pop */
    .agree_pop .pop_box {
        height: 80vh;
    }

}

/* mobile */
@media screen and (max-width: 768px) {

    /* sub_visual */
    .sub_visual h2 {
        line-height: 230px;
        font-size: 30px;
    }

    .logistics .sub_visual {
        background-image: url('../img/sub/logistics_visual_mo.jpg');
    }

    .service .sub_visual {
        background-image: url('../img/sub/additional_visual_mo.jpg');
    }

    .inquiry .sub_visual {
        background-image: url('../img/sub/inquiry_visual_mo.jpg');
    }

    .contact .sub_visual {
        background-image: url('../img/sub/contact_visual_mo.jpg');
    }

    /* sub_loc */
    .sub section {
        padding: 70px 0;
    }
    .sub[data-page="sales_agent"] section:nth-of-type(n + 2) {
        padding: 70px 0;
    }
    

    .sub_loc {
        box-shadow: 0 10.5px 22.5px 3px var(--c-pt-shadow);
        margin-top: -50px;
    }

    .sub_loc .location_row>li {
        flex: 0 0 auto;
        width: calc(50% - 25.5px);
    }

    .sub_loc .location_row>li.home {
        flex: 0 0 auto;
        width: auto;
    }

    .sub_loc .location_row>li.home a {
        width: 50px;
        height: 50px;
        background-size: 16px;
    }

    .sub_loc .location_row>li.depth02::after {
        display: none;

    }

    .sub_loc .depth_btn {
        width: 100%;
        min-width: auto;
        height: 50px;
        padding: 0 15px;
        font-size: 14px;
        background-position: right 15px center;
        background-size: 7px;
    }

    .sub_loc .depth_list li a {
        padding: 0 10px;
        line-height: 43px;
        font-size: 13px;
    }

    /* sub_ttl_box */


    .sub_ttl_box {
        margin-bottom: 40px;
    }

    .sub_ttl_box .sub_ttl+p {
        margin-top: 25px;
    }

    .line {
        height: 40px;
        margin: 50px auto 30px;
    }

    /* 여기까지 힘 ! 오늘~~ */
    /* sect_ttl */
    [class*="sect_ttl_box"] {
        margin-bottom: 35px;
    }

    [class*="sect_ttl_box"] .category {
        margin-bottom: 10px;
    }

    [class*="sect_ttl_box"] h3+p {
        margin-top: 25px;

    }

    .sect_ttl_box2 {
        margin-bottom: 30px;
    }

    .sect_ttl_box2 h3+p {
        margin-top: 25px;

    }

    /* board_list */
    .board_util_row {
        margin-bottom: 30px;
        margin-left: 0;
    }

    .board_util_row .search_box {
        height: 40px;
        font-size: inherit;
    }

    .board_util_row .search_box select {
        width: 100px;
        background-size: 6px auto;
    }

    .board_util_row .search_box .search_btn {
        width: 40px;
        background-size: 21px;
    }

    .board_list {
        margin-top: 40px;
    }

    .board_list table,
    .board_list table tbody {
        display: block;
    }

    .board_list table thead {
        display: none;
    }

    .board_list table tr {
        display: block;
        padding: 20px 0;
    }

    .board_list table td {
        display: inline-block;
        height: auto;
        text-align: left;

    }

    .board_list table td.num {
        display: none
    }

    .board_list table td.subject {
        display: block;
    }

    .board_list table .subject.on::before {
        content: '공지';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 34px;
        line-height: 19px;
        border-radius: 9.5px;
        background-color: var(--c-pt);
        color: #fff;
        font-size: 11px;
        text-align: center;

    }

    .board_list table .subject.on {
        padding-left: 45px;
        position: relative;
    }

    .board_list table .subject a {
        margin-bottom: 10px;
        padding: 0;
        font-size: 14px;
    }

    .board_list table .date {
        position: relative;
    }

    .board_list table .date::before {
        content: '| ';
        display: inline-block;
        font-size: 0.8em;
        margin: 0 0.8em 0 0.7em;
        color: #dbdbdb;
    }

    /* board_view */
    .board_view {
        margin-top: 40px;
    }

    .board_view .subject {
        font-size: 14px;
        padding: 15px 10px;
    }

    .board_view .info_row {
        padding: 15px 10px;
    }

    .board_view .desc {
        padding: 30px 10px 40px;
    }

    .board_view .btn_row .back_btn {
        max-width: 170px;
        height: 45px;
        line-height: 43px;
        font-size: 14px;
    }

    /* board_write */
    .board_write {
        margin-top: 40px;
    }

    .board_write table tbody,
    .board_write table {
        width: 100%;
        display: block;
    }

    .board_write table tr {
        display: flex;
        flex-wrap: wrap;
        /* background-color: #fafafa; */
        border: none;
    }

    .board_write th {
        width: 90px;
        display: flex;
        align-items: center;
        padding-left: 10px;
        min-height: 56px;
        border-bottom: 1px solid #dbdbdb;

    }

    .board_write td {
        border-bottom: 1px solid #dbdbdb;
        display: inline-block;
        padding: 10px;
        min-height: 56px;
        background-color: #fff;
        width: calc(100% - 90px);
    }

    .board_write td.chk_box_td {
        padding: 22px 10px 13px;
    }

    .board_write td input,
    .board_write td select {
        height: 36px;
        font-size: inherit;
    }

    .board_write td textarea {
        height: 150px;
        font-size: inherit;
    }

    .board_write td .checkbox2 {
        display: block;
    }

    .detail_agree:focus,
    .detail_agree:hover,
    .detail_agree {
        font-size: 13px;
        margin-left: 28px;
        margin-top: 10px;
    }

    .board_write .btn_row {
        margin-top: 30px;
    }

    .board_write .btn_row .submit_btn {
        max-width: 130px;
        height: 41px;
        font-size: 14px;
    }


    /* 위치 안내 */

    .map_container {
        margin-top: 40px;
    }

    .map_container+.map_container {
        margin-top: 60px;
    }

    .map_ttl {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .map_info {
        height: auto;
        padding: 7.5px 0;
        display: block;
    }

    .map_info li {
        padding: 7.5px 0;
    }

    .map_info li .ico {
        width: 19px;
        height: 19px;
        margin-right: 9px;
    }

    .map_info li .ico img {
        vertical-align: top;
    }

    .map_info li p {
        font-size: 13px;
    }



    .map_area {
        margin-top: 25px;
        height: 230px;
    }


    /* faq */
    .faq_list_wrap {
        margin-top: 40px;
    }

    .faq_filter_box {
        margin-bottom: 30px;
    }

    .faq_filter_box button {
        padding: 0 20px;
        border-radius: 16px;
        height: 32px;
        font-size: 12px;
    }


    .faq_list .question {
        font-size: 14px;
        line-height: 1.5;
        padding: 14px 39px;
        background-size: 11px auto;
        word-break: keep-all;
    }

    .faq_list .question::before {
        width: 39px;
    }

    .faq_list .answer_wrap {
        padding: 23px 40px 30px;
    }

    .faq_list .answer_wrap .answer p {
        font-size: 14px;
    }

    .faq_list ul li.on .answer_wrap {
        height: auto;
    }

    .contact .more_view_btn {
        display: block;
        width: 270px;
        height: 62px;
        border: 1px solid #dbdbdb;
        /* font-size: 18px; */
        text-align: center;
        border-radius: 31px;
        margin: 40px auto 0;
    }

    /* 물류, 부가 서비스 공통 */
    /* 공통 */

    /* txt_box */
    .sub .txt_box .sub_txt {
        color: #999;
        font-size: 13px;
    }

    .sub .txt_box *+.sub_txt {
        margin-top: 18px;
    }


    .sub .txt_box .sub_txt+h4 {
        margin-top: 5px;
    }

    .sub .txt_box p {
        line-height: 1.5;
        margin-top: 0.3em;
    }

    .sub .txt_box p span {
        font-size: calc(1em - 2px);
    }

    .sub .txt_box.dots p {
        line-height: 1.75;
        padding-left: 0.5em;
        position: relative;
    }

    .sub .txt_box.dots p::before {
        content: '·';
        position: absolute;
        left: 0;
        top: 0;
    }

    [class*="ico_wrap"] {
        width: 65px;
        height: 65px;
    }

    .arrow_list li [class*="ico_wrap"] {
        background-size: 110%;
    }

    .ico_wrap_big {
        width: 65px;
        height: 65px;
    }

    /* 아이콘 박스 스타일 2  */
    .ico_box_list li {
        display: flex;
        align-items: center;
        text-align: left;
    }



    /* 물류보관  */
    .visual_txt {
        padding: 45px 30px;
        /* height: 300px; */
        background-position: right bottom;
        background-size: 230px;
    }

    .visual_txt h3 {
        font-size: 23px;
    }

    .visual_txt h3+p {
        margin-top: 15px;
    }

    .storage_visual_sect .sect_ttl_box {
        margin-bottom: 0;
    }

    .advantage_sect .ico_box_list li {
        background-color: #fff;
        padding: 30px 20px;
    }

    .advantage_sect .ico_box_list .ico_wrap_big {
        margin-right: 20px;
        background-size: 60%;
    }

    .advantage_sect .ico_box_list li+li {
        margin-top: 15px;
    }

    .storage_servc .cont {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .storage_servc figure {
        width: calc(50% - 7.5px);
    }

    .storage_servc figure figcaption {
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100% - 30.55vw);
    }

    .storage_servc figure+figure {
        margin-left: 0;
    }

    .storage_servc figure:nth-of-type(even) {
        margin-left: 15px;
    }

    .storage_servc figure:nth-of-type(n + 3) {
        margin-top: 20px;
    }

    .storage_servc figure {
        flex: none;
        box-shadow: 0 5px 12.5px rgba(0, 0, 0, 0.05);
        border-radius: 7.5px;
    }

    .storage_servc .txt_box {
        padding: 18px 16px 20px;
    }

    /* **************************** */
    /* 물류,부가 공통 */

    /* logistics */
    .agent_visual_sect .sub_ttl_box {
        margin-bottom: 40px;
    }

    .agent_visual_cont {
        padding: 60px 17px 50px;
        background-image: url(../img/sub/advantage_visual_mo.jpg);
    }

    .agent_visual_cont h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .advantage_txt {
        width: calc(100% + 15px);
        margin-left: -7.5px;
        margin-top: -7.5px;
    }

    .advantage_txt p {
        /* min-width: 120px; */
        width:calc(50% - 15px);
        line-height: 1.538;
        padding: 24px 10px 25px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin: 7.5px;
    }

    /* process cont 공통 스타일(물류대행, 광고지원혜택, 판매 대행) */
    .arrow_list ul {
        flex-wrap: wrap;
    }

    .arrow_list li {
        padding: 20px 25px;
        min-height: 115px;
        border-radius: 10px;
    }

    .agent .arrow_list li::after {
        top: 100%;
        left: 0;
        width: 100%;
        transform: rotate(90deg);
        background-size: 23.5px auto;

    }

    .arrow_list li.only_mo_arrow::after {
        display: block;

    }

    .arrow_list li.only_web_arrow::after{
        display: none;
    }
    .arrow_list.bg_white li {
        box-shadow: 0 5px 12.5px rgba(0, 0, 0, 0.03);
    }

    
    .pl3_process_sect .arrow_list li {
        display: flex;
        align-items: center;
        text-align: left;
    }

    .pl3_process_sect .arrow_list li [class*="ico"]+.txt_box {
        margin-top: 0;
        margin-left: 20px;

    }

    .pl3_process_sect .arrow_list li::after {
        width: 100px;
    }

    .pl3_process_sect .arrow_list li .ico_wrap_big {
        margin: 0;

    }

    .echoAD_process_sect .arrow_list li::after {
        width: 40px;
    }

    .echoAD_process_sect .arrow_list li:nth-of-type(n + 3) {
        margin-top: 20px;
    }

    .live_process_sect .arrow_list li {
        width: calc(50% - 20px);
        padding: 25px 15px;
    }
    .live_process_sect .arrow_list li:nth-of-type(n + 3) {
        margin-top: 20px;
    }
    .live_process_sect .arrow_list li::after {
        width: 40px;
    }

    .pl3_process_sect .arrow_list ul {
        display: block;
    }

    .pl3_process_sect .arrow_list li {
        width: 100%;
    }

    .pl3_process_sect .arrow_list li:nth-of-type(n + 2) {
        margin-left: 0;
        margin-top: 43.5px;
    }

    .pl3_process_sect .arrow_list li::after {
        width: 100%;
        height: 43.5px;
    }

    .pl3_process_sect .arrow_list li:nth-of-type(n + 4) {
        margin-top: 43.5px;
    }

    .echoAD_process_sect .arrow_list li {
        width: calc(50% - 20px);
        min-height: 231.5px;
    }

    /* service 판매 대행 */
    .sub .about_live_sect {
        padding-bottom: 0;
    }
    .about_live_sect .inner{
        overflow-x: visible;
    }

    .about_live_sect .wrapper {
        padding-top: 70px;
    }

    .about_live_sect .wrapper figcaption {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .about_live_sect .wrapper figure {
        padding:40px 0;
        margin-bottom: 60px;
    }

    /* 부가서비스 광고지원혜택 */
    .support_info .ico_box_list li {
        width: 100%;
        padding: 27px 20px;

    }

    .support_info .ico_box_list li:nth-of-type(even) {
        margin-left: 0;
    }

    .support_info .ico_box_list li:nth-of-type(n + 2) {
        margin-top: 15px;
    }

    .support_info .ico_box_list li .ico_wrap {
        margin-right: 20px;
    }

    /* live_ process sect */
    .sub .sales_agent_more {
        color: #fff;
    }

    .sub .sales_agent_more dl {
        width:100%;
        padding: 35px 25px;
        background: url(../img/sub/sales_agent_more_bg01.jpg) no-repeat center / cover;
        box-shadow: 0 5px 12.5px rgba(0, 0, 0, 0.05);
        min-height: 183px;
    }

    .sub .sales_agent_more dl:nth-of-type(even) {
        margin-left: 0;
        margin-top: 20px;
    }

    .sub .sales_agent_more dl:nth-of-type(n + 3) {
        margin-top: 20px;
    }

    .sub .sales_agent_more dl:nth-child(2) {
        background-image: url(../img/sub/sales_agent_more_bg02.jpg);
    }

    .sub .sales_agent_more dl:nth-child(3) {
        background-image: url(../img/sub/sales_agent_more_bg03.jpg);
    }

    .sub .sales_agent_more dl:nth-child(4) {
        background-image: url(../img/sub/sales_agent_more_bg04.jpg);
    }

    .sub .sales_agent_more dt {
        font-size: 20px;
        margin-bottom: 45px;
    }


    /* agree_pop */
    .agree_pop .pop_box .pop_head {
        padding: 0 10px;
    }

    .agree_pop .pop_box .pop_head strong {
        line-height: 40px;
        font-size: 14px;
    }

    .agree_pop .pop_box .pop_head .close {
        top: 0;
        right: 0;
        transform: none;
        width: 40px;
        height: 40px;
    }

    .agree_pop .pop_box .pop_head .close img {
        width: 16px;
    }

    .agree_pop .pop_box .pop_body {
        height: calc(100% - 40px);
    }

    .agree_pop .pop_box .pop_body .padding {
        font-size: 12px;
    }


}




 /* IE10+ */
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Enter your style code */
    .storage_servc figure span,
    .differ_sect ul li span{
        position: relative;
    }
    .storage_servc figure img,
    .differ_sect ul li span img,
    .cello_square_sect .list li picture img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
    }
   }