@charset "utf-8";
.tmap_wrap{
    /* overflow-x: hidden; */
    display: flex;
    justify-content: center;
}
.tmap_wrap section{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 1586px;
    /*margin-bottom: 150px;*/
}

.tmap_wrap .tmap_right_nav{
    /* display: none; */
    width: 212px;
    min-width: 212px;
    padding-left: 15px;
}
.tmap_wrap .mb_tmap_nav{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.tmap_wrap .tmap_nav,
.tmap_wrap .mb_tmap_nav{
    width: 320px;
    min-width: 320px;
    background: #FAFBFF;
	border:1px solid #d2d5E0; /* 2023-02-09 */
}
.tmap_wrap .tmap_nav li,
.tmap_wrap .mb_tmap_nav li{
    position: relative;
}
.tmap_wrap .mb_tmap_nav span,
.tmap_wrap .mb_tmap_nav a,
.tmap_wrap .tmap_nav span,
.tmap_wrap .tmap_nav a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
}

.tmap_wrap .mb_tmap_nav > span,
.tmap_wrap .mb_tmap_nav > div > span,
.tmap_wrap .mb_tmap_nav .first_category > li > div > span,
.tmap_wrap .mb_tmap_nav .first_category > li > div > span > a,
.tmap_wrap .tmap_nav > span,
.tmap_wrap .tmap_nav > div > span,
.tmap_wrap .tmap_nav .first_category > li > div > span > a,
.tmap_wrap .tmap_nav .first_category > li > div > span{
    font-weight: 600;
    font-size: 16px;
    color: #474B5A;
}

.tmap_wrap .mb_tmap_nav .first_category > li > div > span.active_blue > a,
.tmap_wrap .mb_tmap_nav .first_category > li > div >span.active_blue,
.tmap_wrap .mb_tmap_nav .first_category > li > ol > li > div >span.active_blue,
.tmap_wrap .tmap_nav .first_category > li > div >span.active_blue > a,
.tmap_wrap .tmap_nav .first_category > li > div >span.active_blue,
.tmap_wrap .tmap_nav .first_category > li > ol > li > div >span.active_blue{
    background: #ECEEF5;
    color: #6179FF;
}

.tmap_wrap .mb_tmap_nav span,
.tmap_wrap .tmap_nav span{
    height: 50px;
}
.tmap_wrap .mb_tmap_nav > span,
.tmap_wrap .tmap_nav > span{
    height: 67px;
    padding: 0 20px;
}
.tmap_wrap .mb_tmap_nav > div > span,
.tmap_wrap .mb_tmap_nav .first_category > li > div > span,
.tmap_wrap .tmap_nav > div > span,
.tmap_wrap .tmap_nav .first_category > li > div > span{
    padding: 0 40px;
}
.tmap_wrap .mb_tmap_nav hr,
.tmap_wrap .tmap_nav hr{
    width: 240px;
    height: 1px;
    margin: 10px 0 10px 40px;
    background: #D2D5E0;
}
.tmap_wrap .content{
    min-width: 0;
    max-width: 1054px;
    display: flex;
    flex-direction: column;
}
.tmap_wrap .third_category span,
.tmap_wrap .second_category span{
    font-weight: 500;
    font-size: 16px;
}
.tmap_wrap .second_category span{
    color: #474B5A;
    padding: 0 60px;
}
.tmap_wrap .third_category span{
    color: #5A5E6F;
    padding: 0 80px;
}
.tmap_wrap .fourth_category span{
    font-weight: 400;
    font-size: 16px;
    color: #828798;
    padding: 0 100px;
}
.tmap_wrap .mb_tmap_nav .nav_arrow,
.tmap_wrap .tmap_nav .nav_arrow{
    position: absolute;
    right: 40px;
    top: 13px;
    width: 24px;
    height: 24px;
    background: url('../img/icon/tmap_nav_arrow.svg') center center / cover no-repeat;
    transition: 0.3s all;
}
.tmap_wrap .mb_tmap_nav .nav_arrow.active_gray,
.tmap_wrap .mb_tmap_nav .nav_arrow.active_blue,
.tmap_wrap .tmap_nav .nav_arrow.active_gray,
.tmap_wrap .tmap_nav .nav_arrow.active_blue{
    transform: rotate(-180deg);
}
.tmap_wrap .mb_tmap_nav span.active_gray,
.tmap_wrap .tmap_nav span.active_gray{
    color: #6E7283;
}
.tmap_wrap .mb_tmap_nav span.active_blue,
.tmap_wrap .tmap_nav span.active_blue{
    background: #F2F4FA;
    color: #6179FF;
}
.tmap_wrap .second_category,
.tmap_wrap .third_category,
.tmap_wrap .fourth_category{
    display: none;
}
.tmap_wrap .second_category.active,
.tmap_wrap .third_category.active,
.tmap_wrap .fourth_category.active{
    display: block;
}
.tmap_wrap .route{
    /* width: 1258px; */
    width: 100%;
    height: 67px;
    padding: 0 40px;
    background: #FAFBFF;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tmap_wrap .route li{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #6E7283;
}
.tmap_wrap .route .route_under{
    color: #1D1F28;
}
.tmap_wrap .tmap_right_wrap{
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    position: relative;
    margin-bottom: 150px;
}
.tmap_wrap .tmap_details_container{
    background-color: #FAFBFF;
    border: 1px solid #D2D5E0;
    border-radius: 10px;
    /* width: 100%; */
    width: 1039px;
    height: 100%;
    padding: 30px 63px;
}
/*.tmap_wrap .tmap_details .title{
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #1D1F28;
}*/
.tmap_wrap .tmap_details .subtitle{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 29px 0;
}

/* tmap_details common */
.tmap_wrap .tmap_details hr{
    border-top: 1px solid #D2D5E0;
    margin: 60px 0;
}
.tmap_wrap .tmap_details .item_summary > div{
    border-left: 2px solid #44494D;
    padding-left: 22px;
}
.tmap_wrap .tmap_details .item_desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #44494D;
}
.tmap_wrap .tmap_details .item_list{
    display: flex;
    flex-direction: column;
}
.tmap_wrap .tmap_details .item{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 47px;
}
.tmap_wrap .tmap_details .item_summary{
    width: 234px;
    margin-right: 44px;
}
.tmap_wrap .tmap_details .item_desc{
    flex: 1;
}

/* tmap_details_api */
.tmap_details_api,
.tmap_details_ux,
.tmap_details_example,
.tmap_details_partners{
    width: 100%;
}
.tmap_wrap .tmap_details .title{
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #1D1F28;
}
.tmap_wrap .tmap_details .subtitle{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 15px 0 30px 0;
}
.tmap_wrap .tmap_details .tmap_details_partners .subtitle{
    margin: 0;
    margin-top: 15px;
}

/* tmap_details common */
.tmap_wrap .tmap_details hr{
    border-top: 1px solid #D2D5E0;
    margin: 60px 0;
}
.tmap_wrap .tmap_details .item_summary p{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1D1F28;
    /* display: inline; */
}
.tmap_wrap .tmap_details .item_summary > div{
    border-left: 2px solid #44494D;
    padding-left: 22px;
}
.tmap_wrap .tmap_details .item_desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #44494D;
}
.tmap_wrap .tmap_details .item_list{
    display: flex;
    flex-direction: column;
}
.tmap_wrap .tmap_details .item{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 47px;
}
.tmap_wrap .tmap_details .item_desc{
    flex: 1;
}

/* tmap_details_api */
.tmap_details_api,
.tmap_details_ux,
.tmap_details_example,
.tmap_details_partners{
    width: 100%;
}
.tmap_details_api .image{
    width: 100%;
    height: 340px;
    background: url('../img/contents/tmap/tmap_details_api_l.png') center center / contain no-repeat;
}
/* tmap_details_ux */
.tmap_details_ux .image{
    width: 100%;
    height: 340px;
    background: url('../img/contents/tmap/tmap_details_ux_l.png') center center / contain no-repeat;
}

/* tmap_details_example */
.tmap_details_example .example_container{
    height: auto;
}

.tmap_details_example .transportation,
.tmap_details_example .life{
    display: flex;
    flex-direction: column;
}
.tmap_details_example .transportation_item{
    width: 100%;
    height: 418px;
    display: grid;
    grid-template-columns: 411px 235px 235px;
    grid-template-rows: 363px 40px;
    margin-top: 65px;
    grid-gap: 15px;
}
.tmap_details_example .transportation_item:not(:first-of-type){
    margin-top: 90px;
}
.tmap_details_example .transportation_item .ex_item_left{
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
}
.tmap_details_example .transportation_item .ex_item_left_bottom{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.tmap_details_example .transportation_item .ex_item_left .ex_icon{
    width: 90px;
    height: 90px;
    border: 1px solid rgba(52, 52, 52, 0.2);
    border-radius: 25px;
}
.tmap_details_example .transportation_item .ex_item_left .ex_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #1D1F28;
}
.tmap_details_example .transportation_item .ex_item_left .ex_subtitle{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #303539;
    margin-top: 14px;
}
.tmap_details_example .transportation_item .ex_item_left .ex_link{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #303539;
}
.tmap_details_example .transportation_item .ex_item_left .ex_link > a{
    color: rgba(63, 93, 255, 1);
    text-decoration: underline;
}
.tmap_details_example .transportation_item .ex_apps{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
}
.tmap_details_example .transportation_item .ex_apps,
.tmap_details_example .transportation_item .ex_apps,
.tmap_details_example .transportation_item .ex_apps,
.tmap_details_example .transportation_item .ex_apps{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
}
.tmap_details_example .transportation_item .ex_apps > div{
    width: 124px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 60px;
}
.tmap_details_example .transportation_item .ex_apps > div:not(:first-of-type){
    margin-left: 4px;
}
.tmap_details_example .transportation_item .ex_apps .ex_appstore{
    background: url('../img/contents/tmap/appstore.png') center center no-repeat;
}
.tmap_details_example .transportation_item .ex_apps .ex_googleplay{
    background: url('../img/contents/tmap/googleplay.png') center center no-repeat;
}
.tmap_details_example .transportation_item .ex_apps .ex_onestore{
    background: url('../img/contents/tmap/onestore.png') center center no-repeat;
}
.tmap_details_example .transportation_item .pic_first,
.tmap_details_example .transportation_item .pic_second{
    width: 235px;
    height: 418px;
    grid-row-start: 1;
    grid-row-end: 3;
}

.tmap_details_example .transportation_item.tmap .ex_item_left .ex_icon{
    background: url('../img/contents/tmap/ic_tmap.png') center center / contain no-repeat;
}
.tmap_details_example .transportation_item.tmap .pic_first{
    background: url('../img/contents/tmap/tmap_pic1.png') center center / contain no-repeat;
}
.tmap_details_example .transportation_item.tmap .pic_second{
    background: url('../img/contents/tmap/tmap_pic2.png') center center / contain no-repeat;
}
.tmap_details_example .transportation_item.tmap_public .ex_item_left .ex_icon{
   background: url('../img/contents/tmap/ic_tmap_public.png') center center / contain no-repeat;
}
.tmap_details_example .transportation_item.tmap_public .pic_first{
    background: url('../img/contents/tmap/tmap_public_pic1.png') center center / contain no-repeat;
}
.tmap_details_example .transportation_item.tmap_public .pic_second{
    background: url('../img/contents/tmap/tmap_public_pic2.png') center center / contain no-repeat;
}

.tmap_details_example .transportation_item.tmap_public .ex_item_left .ex_apps{
    margin-top: 26px;
}

.tmap_details_example .transportation_item.ut .ex_item_left .ex_icon{
    background: url('../img/contents/tmap/ic_ut.png') center center / contain no-repeat;
}
.tmap_details_example .transportation_item.ut .pic_first{
    background: url('../img/contents/tmap/ut_pic1.png') center center / contain no-repeat;
}
.tmap_details_example .transportation_item.ut .pic_second{
    background: url('../img/contents/tmap/ut_pic2.png') center center / contain no-repeat;
}

.tmap_details_example .transportation_item.driver .ex_item_left .ex_icon{
    background: url('../img/contents/tmap/ic_driver.png') center center / contain no-repeat;
}
.tmap_details_example .transportation_item.driver .pic_first{
    background: url('../img/contents/tmap/driver_pic1.png') center center / contain no-repeat;
}
.tmap_details_example .transportation_item.driver .pic_second{
    background: url('../img/contents/tmap/driver_pic2.png') center center / contain no-repeat;
}


.tmap_details_example .life_item{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-top: 100px;
}
.tmap_details_example .life_item_left{
    width: 190px;
}
.tmap_details_example .life_item_right{
    flex: 1;
}
.tmap_details_example .life_item .life_item_left .life_item_icon{
    width: 90px;
    height: 90px;
}
.tmap_details_example .life_item .life_item_right .life_item_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #1D1F28;
    margin-bottom: 16px;
}


/* tmap_details_ux */
.tmap_details_example .life_item .life_item_right .life_item_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #1D1F28;
    margin-bottom: 16px;
}
.tmap_details_example .life_item .life_item_right .life_item_subtitle{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #303539;
    margin-bottom: 16px;
}
.tmap_details_example .life_item .life_item_right li{
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #303539;
    list-style: disc;
    list-style-position: inside;
}

.tmap_details_example .life_item.baemin .life_item_left .life_item_icon{
    background: url('../img/contents/tmap/baemin.png') center center / contain no-repeat;
}
.tmap_details_example .life_item.cu .life_item_left .life_item_icon{
    background: url('../img/contents/tmap/cu.png') center center / contain no-repeat;
}
.tmap_details_example .life_item.emart .life_item_left .life_item_icon{
    background: url('../img/contents/tmap/emart.png') center center / contain no-repeat;
}
.tmap_details_example .life_item.lottemart .life_item_left .life_item_icon{
    background: url('../img/contents/tmap/lottemart.png') center center / contain no-repeat;
}

.tmap_details_partners .partners{
    display: flex;
    flex-direction: column;
}
.tmap_details_partners .partners .partners_item .partners_item_title{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #1D1F28;
}
.tmap_details_partners .partners .partners_item ul{
    margin: 15px 0;
}
.tmap_details_partners .partners .partners_item:first-of-type ul{
    gap: 40px;
}
.tmap_details_partners .partners .partners_item li{
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #303539;
    list-style: disc;
    list-style-position: inside;
}
.tmap_details_partners .partners .partners_item.delivery li{
    white-space: nowrap;
}
.tmap_details_partners .partners .partners_item.delivery:first-of-type ul{
    gap: 0;
}
.tmap_details_partners .partners .partners_item.delivery .partners_grid_list{
    width: 911px;
    height: 222px;
    background: url('../img/contents/tmap/delivery_l.png') center center / contain no-repeat;
    /* border-radius: 20px; */
}
.tmap_details_partners .partners .partners_item.logistics .partners_grid_list{
    width: 911px;
    height: 290px;
    background: url('../img/contents/tmap/logistics_l.png') center center / contain no-repeat;
}
.tmap_details_partners .partners .partners_item.emergency .partners_grid_list{
    width: 911px;
    height: 290px;
    background: url('../img/contents/tmap/emergency_l.png') center center / contain no-repeat;
}
.tmap_details_partners .partners .partners_item.truck .partners_grid_list{
    width: 911px;
    height: 94px;
    background: url('../img/contents/tmap/truck_l.png') center center / contain no-repeat;
}
.tmap_details_links .links{
    margin-top: 26px;
    margin-bottom: 52px;
    display: flex;
    flex-direction: column;
}
.tmap_details_links .links a{
    color: rgba(63, 93, 255, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-decoration-line: underline;
}
.tmap_details_links .inquiry_container{
    display: flex;
    flex-direction: row;
}
.content .route .menu_icon{
    display: none;
	width: 20px;
	height: 17px;
    margin-right: 16px;
    background: url("../img/icon/apps.svg") center center / cover no-repeat;
}
.content > div{
    display: flex;
    flex-direction: row;
}

/* tmap_details_ux */
.tmap_details_partners .partners .partners_item{
    margin-top: 50px;
}
.tmap_details_partners .partners .partners_item:first-of-type{
    margin-top: 20px;
}

.content .route .menu_icon{
    display: none;
    width: 24px;
    height: 22px;
    margin-right: 16px;
    background: url("../img/icon/apps.svg") center center / cover no-repeat;
}

.tmap_wrap .tmap_mid{
    /* width: 1038px; */
    flex: 1;
    min-width: 0;
    margin: 15px 15px 0 15px;
}
.tmap .introduce_info{
    height: auto;
    padding: 28px 65px;
    margin-bottom: 22px;
    background: #FAFBFF;
    border: 1px solid #D2D5E0;
    border-radius: 10px;
    min-width: 0;
}
.tmap .btn_box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tmap .homepage_btn{
    width: 150px;
    height: 45px;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    line-height: 19px;
    color: #3F5DFF;
    border: 1px solid #3F5DFF;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.tmap .tmap_mid_bottom{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 22px;
    margin-bottom: 117px;
}
.tmap .tmap_mid_bottom li{
    padding: 28px;
    background: #FAFBFF;
    border: 1px solid #C6C9D6;
    border-radius: 6px;
    list-style: none !important;
}
.tmap .tmap_mid_bottom li > *{
    display: block;
}
.tmap .tmap_mid_bottom li strong{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
}
.tmap .tmap_mid_bottom li p{
    font-size: 15px;
    color: #474B5A;
    margin-bottom: 25px;
    line-height: 1.3;
}
.tmap .tmap_mid_bottom li button{
    font-weight: 500;
    font-size: 15px;
    color: #3F5DFF;
}
.tmap .tmap_right_con{
    position: relative;
    height: 100%;
    padding-top: 15px;
}
.tmap .tmap_right_con .top_btn{
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background: url("../img/icon/top_btn.png") center center / auto no-repeat;
    background-color: #FDFDFD;
    margin-left: 15px;
    position: fixed;
    bottom: 15px;
	cursor:pointer; /* 2023-02-27 */
}
/* 2023-02-09 [s] */
.tmap .tmap_right_con .top_btn.bottom{
    position: absolute;
    bottom: 15px;
}
/* 2023-02-09 [e] */
.tmap .tmap_right_con .top_btn.active{
    display: block;
}
.tmap .tmap_right{
    margin-left: 15px;
    width: 212px;
    min-width: 212px;
    height: fit-content;
    padding: 21px 21px;
    background: #FAFBFF;
    border: 1px solid #D2D5E0;
    border-radius: 10px;
    position: sticky;
    position: -webkit-sticky;
    top: 15px;
}
.tmap .tmap_right > a,
.tmap .h1_box > li > a{
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    color: #474B5A;
}
.tmap .h1_box > li:not(:last-of-type) > a{
    margin-bottom: 15px;
}
.tmap .h1_box{
    margin-bottom: 22px;
    border-bottom: 1px solid #D2D5E0;
}
.tmap .h2_box{
    margin-bottom: 22px;
    border-bottom: 1px solid #D2D5E0;
}
.tmap .h2_box > li:not(:last-of-type){
    margin-bottom: 14px;
}
.tmap .h2_box > li > a{
    display: block;
    /*padding: 0 12px;*/
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 1.2;
    color: #474B5A;
    font-weight: 600;
}
.tmap .h2_box li > a.active{
    font-weight: 600;
    color: #3F5DFF;
}
.tmap .h2_box ul > li > a.active{
    font-weight: 600;
    color: #3F5DFF;
}

.tmap .h3_box{
    margin-left: 11px;
    margin-top: 14px;
    margin-bottom: 22px;
}
.tmap .h3_box > li{
    position: relative;
}
.tmap .h3_box > li > a{
    font-size: 13px;
    color: #5A5E6F;
    line-height: 1.2;
    font-weight: 600;
}
.tmap .h3_box > li:not(:last-of-type){
    margin-bottom: 14px;
}

/* 티맵 장소 */
.tmap_place .tmap_inner{
    width: 880px;
    padding: 10px 0 100px;
}
.tmap_place .tmap_place_bottom table{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D2D5E0;
    border-right: 1px solid #D2D5E0;
}
.tmap_place .tmap_place_bottom table th,
.tmap_place .tmap_place_bottom table td{
    vertical-align: middle;
    padding: 0 10px;
    height: 35px;
    border-top: 1px solid #D2D5E0;
    border-left: 1px solid #D2D5E0;
}
.tmap_place .tmap_place_bottom table tr th{
    font-weight: 500;
    font-size: 15px;
    background: #ECEEF5;
}
.tmap_place .tmap_place_bottom table tr th span{
    color: #3F5DFF;
}
.tmap_place .tmap_place_bottom table tr td{
    font-weight: 400;
    color: #474B5A;
}
.tmap_place .reference_area{
    padding: 20px;
    background: #EFF2FF;
    border: 1px solid #CED6FF;
    border-radius: 2px;
}
.tmap_place .reference_area strong{
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
}
.tmap_place .reference_area p{
    font-size: 14px;
    color: #474B5A;
    line-height: 1.5;
}
.tmap_place .reference_area p a{
    font-size: 14px;
    color: #3F5DFF;
}
.tmap_place .tmap_place_bottom .img_box{
    width: 100%;
    height: 440px;
    margin-top: 70px;
}

/* 테블릿 */
@media screen and (max-width:1665px){
    /* layout */
    .tmap_wrap section{
        max-width: none;
        width: 100%;
        justify-content: center;
        position: relative;
    }
    .tmap_wrap .tmap_nav{
        display: none;
    }
    .tmap_wrap .content{
        gap: 0;
    }
    .tmap_wrap .mb_tmap_nav.active{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        width: 320px;
        max-width: 320px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 20;
    }
    .tmap_wrap .mb_tmap_nav.active > span,
    .tmap_wrap .mb_tmap_nav.active > .first_category{
        background-color: #FAFBFF;
        width: 320px;
        z-index: 10;
    }
    .tmap_wrap .mb_tmap_nav.active > .first_category{
        flex: 1;
    }
    .tmap_wrap .scrim{
        display: none;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 15;
    }
    .tmap_wrap .scrim.active{
        display: block;
    }
    .content .route .menu_icon{
        display: block;
    }
    .content > div{
        justify-content: center;
        position: relative;
    }
    .tmap_wrap .route{
        padding: 0 40px;
    }
    .tmap_wrap .content{
        max-width: none;
        width: 1665px;
    }
    .tmap_wrap .tmap_right_wrap{
        flex: none;
        width: auto;
    }
    .tmap_wrap .tmap_right_wrap{
        /* padding-left: 20px;
        padding-right: 20px; */
    }
    .tmap_wrap .tmap_right_wrap{
        padding-left: 0;
    }
    .tmap_details_example .transportation_item .ex_apps{
        align-items: center;
        justify-content: flex-start;
    }
    .tmap_details_example .life_item_left{
        width: 169px;
    }
}

/* 우측 네비 */
/* 2023-02-27 [s] */
@media screen and (max-width: 1350px) {
	.tmap .tmap_right_con {
		position:static;
	}
    
	.tmap .tmap_right_con .tmap_right {
        display: none !important; /* 2023-02-28 */
    }

	.tmap .tmap_right_con .top_btn.bottom {
		right:15px;
	}

	.tmap .tmap_right_con .top_btn {
		right:15px;
	}
}

/* 2023-02-27 [e] */

@media screen and (max-width: 1201px) {
    .tmap_wrap .route{
        padding: 0 40px;
    }
}

/* 모바일 */
@media screen and (max-width:1079px){
    /* layout */
    .tmap_wrap .tmap_details_container{
        width: 834px;
    }
    .tmap_wrap .tmap_nav, .tmap_wrap .mb_tmap_nav,
    .tmap_wrap .tmap_right_nav{
        display: none;
    }

    /* contents */
    .tmap_wrap .tmap_details_container{
        padding: 17px 63px;
    }
    .tmap_wrap .tmap_details .title{
        font-size: 33px;
        line-height: 37px;
    }
    .tmap_wrap .tmap_details .item{
        flex-direction: column;
        margin-top: 40px;
    }
    .tmap_wrap .tmap_details .item_summary{
        width: 100%;
        margin: 0;
    }
    .tmap_wrap .tmap_details .item_summary p{
        display: inline-block;
        line-height: 25px;
    }
    .tmap_wrap .tmap_details .item_desc{
        margin-top: 13px;
    }
    .tmap_wrap .tmap_details .subtitle{
        margin: 18px 0 30px 0;
    }
    .tmap_details_example .transportation_item{
        width: 100%;
        height: 400px;
        display: grid;
        grid-template-columns: 276px 200px 200px;
        grid-template-rows: 355px 40px;
        grid-gap: 15px;
        margin-top: 58px;
    }
    .tmap_details_example .transportation_item.tmap_public .ex_apps{
        margin-top: 0;
    }
    .tmap_details_example .transportation_item .ex_item_left{
        grid-row-end: 2;
    }
    .tmap_details_example .transportation_item.tmap_public .ex_item_left{
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .tmap_details_example .transportation_item .ex_apps{
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        justify-content: flex-end;
    }
    .tmap_details_example .transportation_item .ex_item_left_bottom{
        margin-bottom: 0;
    }
    .tmap_details_partners .partners .partners_item.delivery .partners_grid_list,
    .tmap_details_partners .partners .partners_item.logistics .partners_grid_list,
    .tmap_details_partners .partners .partners_item.emergency .partners_grid_list,
    .tmap_details_partners .partners .partners_item.truck .partners_grid_list{
        width: 675px;
        margin: 0 auto;
    }
    .tmap_details_partners .partners .partners_item.delivery:first-of-type ul{
        gap: 24px;
    }
    .tmap_details_example .transportation_item.tmap_public .ex_apps{
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .tmap_details_example .transportation_item .pic_first,
    .tmap_details_example .transportation_item .pic_second{
        width: 200px;
        height: 355px;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .tmap_details_example .life_item{
        margin-top: 80px;
    }
    .tmap_details_partners .partners .partners_item{
        margin-top: 60px;
    }
    .tmap_details_partners .partners .partners_item:nth-of-type(1){
        margin-top: 30px;
    }
    .tmap .tmap_mid_bottom{
        grid-gap: 10px;
        margin-bottom: 100px;
    }
    .tmap_details_example .transportation_item .ex_item_left .ex_title{
        font-weight: 600;
    }
    .tmap_details_partners .partners .partners_item.delivery .partners_grid_list{
        width: 675px;
        height: 222px;
        background: url('../img/contents/tmap/delivery_m.png') center center / contain no-repeat;
    }
    .tmap_details_partners .partners .partners_item.logistics .partners_grid_list{
        width: 675px;
        height: 290px;
        background: url('../img/contents/tmap/logistics_m.png') center center / contain no-repeat;
    }
    .tmap_details_partners .partners .partners_item.emergency .partners_grid_list{
        width: 675px;
        height: 290px;
        background: url('../img/contents/tmap/emergency_m.png') center center / contain no-repeat;
    }
    .tmap_details_partners .partners .partners_item.truck .partners_grid_list{
        width: 675px;
        height: 94px;
        background: url('../img/contents/tmap/truck_m.png') center center / contain no-repeat;
    }
    .tmap_details_example .transportation_item .ex_item_left .ex_icon,
    .tmap_details_example .life_item .life_item_left .life_item_icon{
        width: 90px;
        height: 90px;
    }
    .tmap_details_api .image{
        width: 100%;
        height: 260px;
        background: url('../img/contents/tmap/tmap_details_api_m.png') center center / cover no-repeat;
    }
    /* tmap_details_ux */
    .tmap_details_ux .image{
        width: 100%;
        height: 260px;
        background: url('../img/contents/tmap/tmap_details_ux_m.png') center center / cover no-repeat;
    }
}

@media screen and (max-width:874px){
    /* layout */
    .tmap_wrap .tmap_details_container{
        width: 390px;
        padding: 13px 30px;
    }
    .tmap_wrap .tmap_right_wrap{
        padding-top: 10px;
    }
    .content .route .menu_icon{
        width: 17px;
        height: 14px;
    }

    /* contents */
    .tmap_wrap .tmap_details .title{
        font-size: 22px;
        line-height: 27px;
    }
    .tmap_wrap .tmap_details .item:nth-of-type(1){
        margin-top: 40px;
    }
    .tmap_wrap .tmap_details .item{
        margin-top: 30px;
    }
    .tmap_wrap .tmap_details .item_summary p{
        font-size: 18px;
        line-height: 22px;
    }
    .tmap_wrap .tmap_details .item_desc{
        margin-top: 13px;
    }
    .tmap_wrap .tmap_details .subtitle{
        margin: 16px 0;
    }
    .tmap_details_example .transportation_item:first-of-type{
        margin-top: 45px;
    }
    .tmap_details_example .life_item{
        margin-top: 50px;
        flex-direction: column;
    }
    .tmap_details_partners .partners .partners_item{
        margin-top: 60px;
    }
    .tmap .tmap_mid_bottom{
        grid-gap: 10px;
        margin-bottom: 100px;
    }
    .tmap_details_example .transportation_item .pic_first,
    .tmap_details_example .transportation_item .pic_second{
        display: none;
        height: 0;
    }
    .tmap_details_api .image{
        height: 184px;
        background: url('../img/contents/tmap/tmap_details_api_s.png') center center / contain no-repeat;
    }
    /* tmap_details_ux */
    .tmap_details_ux .image{
        height: 184px;
        background: url('../img/contents/tmap/tmap_details_ux_s.png') center center / contain no-repeat;
    }
    .tmap_details_example .transportation_item .ex_apps{
        margin-top: 15px;
    }
    .tmap_details_example .transportation_item .ex_item_left{
        width: 100%;
    }
    .tmap_details_example .transportation_item .ex_item_left_bottom{
        flex: none;
        margin-top: 35px;
    }
    .tmap_details_example .life_item .life_item_right .life_item_title{
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .tmap_details_partners .partners .partners_item:first-of-type ul{
        gap: 10px;
    }
    .tmap .tmap_mid_bottom{
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }
    .tmap .homepage_btn{
        /* padding: 0; */
        width: 135px;
        height: 35px;
        font-size: 14px;
        line-height: 17px;
    }
    .tmap_details_partners .partners .partners_item.delivery .partners_grid_list{
        width: 328px;
        height: 321px;
        background: url('../img/contents/tmap/delivery_s.png') center center / contain no-repeat;
    }
    .tmap_details_partners .partners .partners_item.logistics .partners_grid_list{
        width: 328px;
        height: 502px;
        background: url('../img/contents/tmap/logistics_s.png') center center / contain no-repeat;
    }
    .tmap_details_partners .partners .partners_item.emergency .partners_grid_list{
        width: 328px;
        height: 565px;
        background: url('../img/contents/tmap/emergency_s.png') center center / contain no-repeat;
    }
    .tmap_details_partners .partners .partners_item.truck .partners_grid_list{
        width: 328px;
        height: 91px;
        background: url('../img/contents/tmap/truck_s.png') center center / contain no-repeat;
    }

    .tmap_details_example .transportation_item{
        /* width: 100%; */
        /* height: 400px; */
        /* display: grid; */
        /* grid-template-columns: 276px 200px 200px; */
        /* grid-template-rows: 355px 40px; */
        /* grid-gap: 15px; */
        /* margin-top: 58px; */

        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        grid-gap: 0;
    }
    .tmap_details_partners .partners .partners_item.delivery:first-of-type ul{
        gap: 0;
    }
    .tmap_details_example .life_item_left{
        margin-bottom: 30px;
    }
    .tmap_details_example .transportation_item .ex_apps{
        justify-content: space-between;
    }
    .tmap_details_example .transportation_item.ut .ex_apps{
        justify-content: flex-start;
    }
    .tmap_details_partners .partners .partners_item li > span{
        position: relative;
        left: -10px;
    }
    .tmap_wrap .tmap_details .tmap_details_partners .subtitle{
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
    }
    .tmap_details_links .links a{
        font-size: 15px;
        line-height: 25px;
    }
}
@media screen and (max-width:619px){
    /* layout */
    .tmap_wrap .route{
        padding: 0 20px;
    }
}