﻿@charset "utf-8"; /* CSS Document */

/* 간격 */
.top50 {margin-top: 50px;}

/* Sub Visual */
#container .visual {width: 100%; height: 580px; min-height: 580px; background: transparent; position: relative;}
#container .visual .parallax {width: 100%; height: 100%; position: relative;}
#container .visual .parallax:after {content: ''; background: rgba(0,0,0,0.5); position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1;}
#container .visual .sub_header {font-size: 50px; font-weight: 700; line-height: 1; color: #FFFFFF; position: absolute; bottom: 150px; left: 50%; transform: translateX(-50%); opacity: 1;}
#container .visual .sub_header.hidden {opacity: 0;}

/* Depth
.depthbar {min-width:1280px; border-bottom:1px solid #DDDDDD;}
.depthbar .depth {width:1280px; margin:0 auto; display:flex; align-items:center;}
.depthbar .depth > li {width:280px; border-right:1px solid #DDDDDD; line-height:70px; padding:0 30px;}
.depthbar .depth .home {width:70px; border-left:1px solid #DDDDDD; padding:0;}
.depthbar .depth .home > a {width:100%; height:100%; background:url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_depth_home.svg) no-repeat 50% 50%; text-indent:-999px; overflow:hidden; display:block;}
.depthbar .depth .dropdown .button {width:100%; display:block; position:relative;}
.depthbar .depth .dropdown .button:after {content:''; width:12px; height:7px; background:url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_depth_arrow.svg) no-repeat; position:absolute; top:50%; right:0px; transform:translateY(-50%); transition:transform 0.3s ease;}
.depthbar .depth .dropdown .layer {background:#FFFFFF; border:1px solid #DDDDDD; border-top:none; display:none; position:absolute; top:100%; right:-1px; left:-1px; margin:1px 0 0; padding:0 0;}/* 밑으로 내릴경우 top:100% 위로 올릴경우 bottom:100%
.depthbar .dropdown .layer li + li {border-top:1px solid #DDDDDD;}
.depthbar .dropdown .layer li > a {font-size:18px; padding:0 30px; display:block;}
.depthbar .dropdown .layer li > a:hover, .ui.dropdown .layer li.active > a {background:#004D45; color:#FFFFFF;}
.depthbar .dropdown.active {z-index:1;}
.depthbar .dropdown.active .button:after {transform:rotate(180deg);}
.depthbar .dropdown.active .layer {display:block;}*/
/* Depth */
.depthbar {width: 100%; min-width: 1280px;}
.depthbar .depth {margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.depthbar .depth li {flex-grow: 1}
.depthbar .depth li a {font-size: 18px; color: #888888; line-height: 70px; text-align: center; width: 100%; border-bottom: 1px solid #E1E1E1; display: block;}
.depthbar .depth li a:hover {color: #111111;}
.depthbar .depth li a.active {font-weight: 700; color: #004D45; position: relative;}
.depthbar .depth li a.active:after {content: ''; height: 2px; background: #004D45; ; position: absolute; bottom: -1px; left: 0; right: 0;}
/* Tab */
/* style01 (기본형) */
.tab_st01 {}
.tab_st01 .tab_btn {width: 100%; height: 42px; display: table; table-layout: fixed; border-bottom: 1px solid #E1E1E1; background: #FFFFFF; z-index: 1000;}
/*.tab_st01 .tab_btn.sticky {position:sticky; top:0px;}*/
.tab_st01 .tab_btn .item {font-size: 24px; font-weight: 700; color: #888888; text-align: center; vertical-align: middle; display: table-cell; padding-bottom: 20px; cursor: pointer;}
.tab_st01 .item:hover {color: #004D45;}
.tab_st01 .item.isCurrent {font-weight: 700; color: #004D45; position: relative;}
.tab_st01 .item.isCurrent:after {content: ''; width: 100%; height: 2px; background: #004D45; position: absolute; bottom: -1px; left: 0px; display: block;}
.tab_st01 .tab_cont {margin: 100px 0 0; overflow-y: auto;}

/* style02 (상단고정, 콘텐츠 위치 이동) */
.tab_st02 .tab_btn {width: 100%; z-index: 998; border-bottom: 1px solid #E1E1E1; background: #F3F3F3; position: relative;}
.tab_st02 .tab_btn.fixed {position: sticky; top: 95px; left: 0; z-index: 998;}
.tab_st02 .tab_btn ul {width: 1280px; margin: 0 auto; display: flex; justify-content: space-around;}
.tab_st02 .tab_btn ul li {}
.tab_st02 .tab_btn ul li a {color: #888888; line-height: 1; padding: 35px 0; display: block;}
.tab_st02 .tab_btn ul li a:hover {color: #004D45;}
.tab_st02 .tab_btn ul li.active a {font-weight: 500; color: #004D45; position: relative;}
.tab_st02 .tab_btn ul li.active a:after {content: ''; width: 100%; height: 3px; background: #004D45; position: absolute; bottom: 0; left: 0;}
.tab_st02 .tab_cont {width: 1280px; margin: 0 auto;}
.tab_st02 .tab_cont > div {padding-top: 90px;}
.tab_st02 .tab_cont > div + div {/*padding-top:60px; border-top:1px solid #E1E1E1;*/}

/* Sub Contents Common */
.section {margin-top: 100px;}
.sec_tit_group {display:flex; justify-content:space-between; align-items:center;} /*2026-03-11 추가*/
.sec_tit {font-size: 35px; font-weight: 700; margin-bottom: 40px;}
.sec_text {font-size: 20px; font-weight: 400; color: #666666; line-height: 1.5;}
.intro {font-size: 40px; font-weight: 700; line-height: 1.3; text-align: center; margin: 150px 0 100px 0;}
.intro .int_text {font-size: 20px; font-weight: 400; color: #666666; line-height: 1.5; margin-top: 20px;}
.top_line {border-top: 1px solid #E1E1E1; padding-top: 100px;}
.bg_sect {background: #F3F3F3; padding: 100px 0;}

/* Image*/
.sec_visu .img_box {width: 100%; position: relative;}
.sec_visu .img_box > img {width: 100%; height: 100%; object-fit: cover;}
.sec_visu .img_box:after {content: ''; background: rgba(0,0,0,0.5); position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.img_radius > img {border-radius: 30px;}

/*콘텐츠 좌우배치*/
.horizontal {display: flex; justify-content: space-between;}
.horizontal .sec_tit {width: 400px; line-height: 1;}
.horizontal .sec_tit .txt_break {display: block; margin-top: 14px;}
.horizontal .sec_cont {width: 834px;}
.horizontal .sec_cont .detail {margin-top: 40px; zoom:1;}
.horizontal .sec_cont .detail:after {content: ''; clear: both; display: block;}
.horizontal .sec_cont .detail .sub_tit {font-size: 30px; font-weight: 700; color: #004D45; margin-bottom: 10px}
.horizontal .sec_text {margin: 20px 0px 50px 0;}

/* List Style */
.dot_list li {padding-left: 16px; position: relative;}
.dot_list li:after {content: ''; width: 6px; height: 6px; border-radius: 2px; background: #888888; position: absolute; top: 14px; left: 0; transform: translateY(-50%);}
.dot_list li + li {margin-top: 4px;}
.num_list .num {font-weight: 700; color: #004D45; display: inline-block; margin-right: 10px;}
.box_list {display: flex; flex-wrap: wrap; gap: 30px;}
.box_list li {width: calc(50% - 15px); background: #FFFFFF; border: 1px solid #E1E1E1; border-radius: 20px; padding: 60px; position: relative;}
.box_list li:after {content: ''; width: 50px; height: 50px; position: absolute; top: 60px; right: 60px;}
.box_list li > span {display: block;}
.box_list li > span.card_tit {font-size: 24px; font-weight: 700; color: #004D45; line-height: 1; margin-bottom: 18px;}
.brand_list {width: 834px; display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 16px;}
.brand_list li {width: 154px; height: 80px; border: 1px solid #E1E1E1; border-radius: 15px; position: relative;}
.brand_list li > img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

/* Button */
.btn.btn_line {font-size: 16px; font-weight: 500; color: #111111; line-height: 1; text-align: left; width: 230px; border: 1px solid #111111; border-radius: 30px; padding: 22px 30px; display: block; position: relative;}/* 2026-03-19 width수정  */
.btn.btn_line:hover {background: rgba(0,77,69,0.04); border: 1px solid #004D45;}
.btn.btn_line:after {content: ''; width: 12px; height: 12px; background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_btn_arrow.svg) no-repeat; position: absolute; top: 50%; right: 30px; transform: translateY(-50%);}

/* Sub01_01 */
.biztravel .roadmap {position: relative;}
.biztravel .roadmap.sec_visu .img_box {height: 995px;}
.biztravel .roadmap.sec_visu .img_box:after {background: rgba(0,77,69,0.1);}
.biztravel .roadmap .inner {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.biztravel .roadmap .cardui_ico {display: flex; gap: 32px; justify-content: space-between; flex-wrap: wrap; margin-top: 50px;}
.biztravel .roadmap .cardui_ico .btserv {width: 296px; height: 296px; background: #FFFFFF; border-radius: 30px; display: block; padding: 40px 20px 40px 40px; /*2025-11-17 수정*/
    position: relative;}
.biztravel .roadmap .cardui_ico .btserv:after {content: ''; width: 50px; height: 50px; position: absolute; bottom: 40px; left: 40px;}
.biztravel .roadmap .cardui_ico .btserv.consult:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_consulting.svg) no-repeat;}
.biztravel .roadmap .cardui_ico .btserv.flight:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_airticket.svg) no-repeat;}
.biztravel .roadmap .cardui_ico .btserv.hotel:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_hotel.svg) no-repeat;}
.biztravel .roadmap .cardui_ico .btserv.traffic:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_train.svg) no-repeat;}
.biztravel .roadmap .cardui_ico .btserv.visa:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_visa1.svg) no-repeat;}
.biztravel .roadmap .cardui_ico .btserv.account:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_money.svg) no-repeat;}
.biztravel .roadmap .cardui_ico .btserv.report:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_report.svg) no-repeat;}
.biztravel .roadmap .cardui_ico .btserv.more:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_w_arrow.svg) no-repeat;}
.biztravel .roadmap .cardui_ico .btserv .tit {font-size: 24px; font-weight: 700; color: #111111; line-height: 1; margin-bottom: 20px;}
.biztravel .roadmap .cardui_ico .btserv .text {color: #888888;}
.biztravel .roadmap .cardui_ico .btserv.more {background: #004D45;}
.biztravel .roadmap .cardui_ico .btserv.more .tit, .biztravel .roadmap .cardui_ico .btserv.more .text {color: #FFFFFF;}
.biztravel .bizinfo {margin-top: 0px;}
.biztravel .horizontal .sec_cont .detail ul {float: left;}
.biztravel .horizontal .sec_cont .detail .num_list li + li {border-top: 1px dashed #E1E1E1; margin-top: 14px; padding-top: 14px;}
.biztravel .horizontal .sec_cont .detail .btn_right.btn_dg {font-size: 20px; font-weight: 700; color: #FFFFFF; text-align: center; line-height: 140px; width: 200px; display: block; background: #004D45; border-radius: 20px; float: right;}

/* Sub01_02 */
.system .section .hbiz {background: #F3F3F3; padding: 80px 0;}
.system .section .hbiz .hbizdiag {display: flex; justify-content: space-around; align-items: center;}
.system .section .hbiz .user {text-align: center; width: 300px; height: 300px; background: #FFFFFF; border-radius: 150px; border: 1px solid #888888; position: relative;}
.system .section .hbiz .user > dl {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.system .section .hbiz .user:after {content: ''; height: 1px; width: 82px; background: #888888; position: absolute; top: 50%;}
.system .section .hbiz .user.left:after {right: -83px;}
.system .section .hbiz .user.right:after {left: -83px;}
.system .section .hbiz .user dt {font-size: 24px; font-weight: 700; color: #004D45; margin-top: 40px; position: relative;}
.system .section .hbiz .user dt:after {content: ''; width: 1px; height: 30px; border-left: 1px dashed #888888; position: absolute; top: -35px; left: 50%;}
.system .section .hbiz .hbizinfo {width: 420px; height: 420px; border-radius: 210px; border: 1px solid #888888; position: relative;}
.system .section .hbiz .hbizinfo:after, .system .section .hbiz .hbizinfo:before {content: ''; width: 11px; height: 11px; background: #888888; border-radius: 6px; position: absolute; top: 50%; transform: translateY(-50%);}
.system .section .hbiz .hbizinfo:after {left: -6px;}
.system .section .hbiz .hbizinfo:before {right: -6px;}
.system .section .hbiz .hbizinfo dl {width: 380px; height: 380px; background: #004D45; border-radius: 190px; margin: 20px auto; position: relative;}
.system .section .hbiz .hbizinfo dl dt {width: 100%; font-size: 35px; font-weight: 700; color: #FFFFFF; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.system .hbizfunc .box_list {display: flex; flex-wrap: wrap; gap: 30px;}
.system .hbizfunc .box_list li {width: calc(50% - 15px); border: 1px solid #E1E1E1; border-radius: 20px; padding: 60px; position: relative;}
.system .hbizfunc .box_list li:after {content: ''; width: 50px; height: 50px; position: absolute; top: 60px; right: 60px;}
.system .hbizfunc .box_list li.simple:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_briefcase.svg') no-repeat;}
.system .hbizfunc .box_list li.visa:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_visa2.svg') no-repeat;}
.system .hbizfunc .box_list li.search:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_search.svg') no-repeat;}
.system .hbizfunc .box_list li.enterprise:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_money.svg') no-repeat;}
.system .hbizfunc .box_list li.booking:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_calerder.svg') no-repeat;}
.system .hbizfunc .box_list li.policy:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_policy.svg') no-repeat;}
.system .hbizfunc .box_list li.safty:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_info.svg') no-repeat;}
.system .hbizfunc .box_list li.dashboard:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_dashboard.svg') no-repeat;}
.system .hbizfunc .box_list li > span {display: block;}
.system .hbizfunc .box_list li > span.card_tit {font-size: 24px; font-weight: 700; color: #004D45; line-height: 1; margin-bottom: 18px;}
.system .aivisa .bg_list {}
.system .aivisa .bg_list li {color: #FFFFFF; width: 834px; height: 180px; padding: 60px 60px 60px 140px; position: relative;}
.system .aivisa .bg_list li:after {content: ''; width: 50px; height: 50px; position: absolute; top: 50%; left: 60px; transform: translateY(-50%);}
.system .aivisa .bg_list li.update {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub01_02_ai01.png') no-repeat;}
.system .aivisa .bg_list li.process {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub01_02_ai02.png') no-repeat;}
.system .aivisa .bg_list li.chat {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub01_02_ai03.png') no-repeat;}
.system .aivisa .bg_list li.docuform {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub01_02_ai04.png') no-repeat;}
.system .aivisa .bg_list li.ocr {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub01_02_ai05.png') no-repeat;}
.system .aivisa .bg_list li.update:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_w_update.svg') no-repeat;}
.system .aivisa .bg_list li.process:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_w_setting.svg') no-repeat;}
.system .aivisa .bg_list li.chat:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_w_chat.svg') no-repeat;}
.system .aivisa .bg_list li.docuform:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_w_docu.svg') no-repeat;}
.system .aivisa .bg_list li.ocr:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_w_ocr.svg') no-repeat;}
.system .aivisa .bg_list li + li {margin-top: 30px;}
.system .aivisa .bg_list li > span {display: block;}
.system .aivisa .bg_list li > span.list_tit {font-size: 24px; font-weight: 700; color: #FFFFFF; line-height: 1; margin-bottom: 14px;}

/* Sub02_01 */
.corpevent .mice > .inner {display: flex; justify-content: space-between;}
.corpevent .mice .sec_cont ul {width: 834px; zoom:1;}
.corpevent .mice .sec_cont ul li {width: 387px; height: 450px; float: left; position: relative;}
.corpevent .mice .sec_cont ul li + li {margin-top: 60px;}
.corpevent .mice .sec_cont ul li:nth-child(even) {float: right;}
.corpevent .mice .sec_cont ul li > span {font-size: 30px; font-weight: 700; color: #FFFFFF; position: absolute; bottom: 50px; left: 50px;}
.corpevent .mice .sec_cont ul li.meet {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub02_01_mice01.png) no-repeat;}
.corpevent .mice .sec_cont ul li.ince {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub02_01_mice02.png) no-repeat; margin-top: 250px;}
.corpevent .mice .sec_cont ul li.conv {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub02_01_mice03.png) no-repeat;}
.corpevent .mice .sec_cont ul li.exhi {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub02_01_mice04.png) no-repeat;}
.corpevent .micestre .box_list {display: flex; flex-wrap: wrap; gap: 30px;}
.corpevent .micestre .box_list li {width: calc(50% - 15px); border: 1px solid #E1E1E1; border-radius: 20px; padding: 60px; position: relative;}
.corpevent .micestre .box_list li:after {content: ''; width: 50px; height: 50px; position: absolute; top: 60px; right: 60px;}
.corpevent .micestre .box_list li.knowhow:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_idea.svg') no-repeat;}
.corpevent .micestre .box_list li.customized:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_serv.svg') no-repeat;}
.corpevent .micestre .box_list li.professional:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_check.svg') no-repeat;}
.corpevent .micestre .box_list li.different:after {background: url('http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_dif.svg') no-repeat;}
.corpevent .micestre .box_list li > span {display: block;}
.corpevent .micestre .box_list li > span.card_tit {font-size: 24px; font-weight: 700; color: #004D45; line-height: 1; margin-bottom: 18px;}
.corpevent .micestre .box_list li > span + span {padding-left: 16px; position: relative;}
.corpevent .micestre .box_list li > span + span:after {content: ''; width: 6px; height: 6px; border-radius: 2px; background: #888888; position: absolute; top: 14px; left: 0; transform: translateY(-50%);}

/* Sub03_01 */
.tht .premium {display: flex; justify-content: space-between;}
.tht .premium li {font-size: 24px; font-weight: 700; text-align: center; width: 305px; border: 1px solid #E1E1E1; border-radius: 30px; padding: 120px 10px 50px 10px;}
/*2024-12-20 수정*/
.tht .premium li.disc {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_hotel.svg) no-repeat center 60px;}
.tht .premium li.pack {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_pack1.svg) no-repeat center 60px;}
.tht .premium li.vouc {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_voucher.svg) no-repeat center 60px;}
.tht .premium li.savi {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_mpointsave.svg) no-repeat center 60px;}
.tht .premium li.poin {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_mpoint.svg) no-repeat center 60px;}
.tht .benefit li.hpoi:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_mpointsave.svg) no-repeat;}
.tht .benefit li.fami:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_discount.svg) no-repeat;}
.tht .benefit li.spea:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_airticket.svg) no-repeat;}
.tht .benefit li.alli:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_cooperate.svg) no-repeat;}
.tht .benefit li.mile:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_giftcard.svg) no-repeat;}
.tht .benefit li.part:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_money.svg) no-repeat;}
.tht .benefit .note {display: inline-block; margin-left: 10px;}
.tht .btn.btn_line {margin-top: 50px;}

/* Sub03_02 */
.trt {}
.trt .solution {zoom:1;}
.trt .solution:after {content: ''; clear: both; display: block;}
.trt .solution .rail {font-size: 20px; font-weight: 500; color: #FFFFFF; text-align: center; width: 520px; height: 520px; background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/bg_sub03_02_solution.svg) no-repeat center center; background-size: 100%; border-radius: 50%; margin-top: 117px; float: left; position: relative;}
.trt .solution .rail .syst {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.trt .solution .rail .syst .trt_bi {margin-top: 20px; display: block;}
.trt .solution .merit {width: 760px; background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/bg_sub03_02_chartline1.png) no-repeat left center; padding-left: 124px; float: right;}
.trt .solution .merit dl {width: 100%; height: 135px; background: #FFFFFF; border: 1px solid #E1E1E1; border-radius: 20px; padding: 40px 40px 40px 110px; position: relative;}
.trt .solution .merit dl:after {content: ''; width: 50px; height: 50px; position: absolute; top: 50%; left: 40px; transform: translateY(-50%);}
.trt .solution .merit dl.grou:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_group.svg) no-repeat;}
.trt .solution .merit dl.fit:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_fit.svg) no-repeat;}
.trt .solution .merit dl.cust:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_serv.svg) no-repeat;}
.trt .solution .merit dl.ones:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_onestop.svg) no-repeat;}
.trt .solution .merit dl.solu:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_solution.svg) no-repeat;}
.trt .solution .merit dl + dl {margin-top: 20px;}
.trt .solution .merit dl dt {font-size: 24px; font-weight: 700; color: #004D45; line-height: 1;}
.trt .solution .merit dl dd {margin-top: 10px;}
.trt .btn.btn_line {margin-top: 50px;}

/* Sub03_03*/
/*.mall .userguide .step {display:flex; justify-content:space-between;}
.mall .userguide .step li {text-align:center; width:294px; height:294px; padding-top:89px; position:relative;}
.mall .userguide .step li:after {content:''; width:16px; height:16px; background:#019882; border-radius:50%; position:absolute;}
.mall .userguide .step li.step1 {background:url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/bg_sub03_03_step1.svg) no-repeat;}
.mall .userguide .step li.step1:after {top:50%; right:-5px; transform:translateY(-50%);}
.mall .userguide .step li.step2 {background:url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/bg_sub03_03_step2.svg) no-repeat;}
.mall .userguide .step li.step2:after {bottom:-5px; left:50%; transform:translateX(-50%);}
.mall .userguide .step li.step3 {background:url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/bg_sub03_03_step3.svg) no-repeat;}
.mall .userguide .step li.step3:after {top:50%; left:-5px; transform:translateY(-50%);}
.mall .userguide .step li.step4 {background:url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/bg_sub03_03_step4.svg) no-repeat;}
.mall .userguide .step li.step4:after {top:-5px; left:50%; transform:translateX(-50%);}
.mall .userguide .step li > span {font-size:24px; font-weight:700;  margin-top:20px; display:block;}*/
/*2024-11-01 수정*/
.mall .userguide .proc {display: flex; justify-content: space-between;}
.mall .userguide .proc li {text-align: center; width: 298px; padding: 110px 50px 50px; background: #FFFFFF; border: 1px solid #E1E1E1; border-radius: 30px; position: relative;}
.mall .userguide .proc li:after {content: ''; width: 50px; height: 50px; position: absolute; top: 50px; left: 50%; transform: translateX(-50%);}
.mall .userguide .proc li.proc1:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_dashboard.svg) no-repeat;}
.mall .userguide .proc li.proc2:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_pack.svg) no-repeat;}
.mall .userguide .proc li.proc3:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_calerder.svg) no-repeat;}
.mall .userguide .proc li.proc4:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_card2.svg) no-repeat;}
.mall .userguide .proc li > span {font-size: 24px; font-weight: 700; display: block;}
.mall .userguide .proc li .card_tit {font-size: 20px; color: #004D45; text-transform: uppercase;}
.mall .voucher .sec_cont .detail {width: 834px; display: flex; justify-content: flex-start; margin-top: 0;}
.mall .voucher .sec_cont .detail + .detail {border-top: 1px solid #E1E1E1; margin-top: 40px; padding-top: 40px;}
.mall .voucher .sec_cont .detail .sub_tit {width: 142px;}
.mall .voucher .sec_cont .detail .brand_list {width: auto;}
.mall .voucher .sec_cont .detail .brand_list > li {width: 217px;}
.mall .btn.btn_line {margin-top: 50px;}

/* Sub04_01 */
.hddt .hddt_info {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 50px;}
.hddt .hddt_info dl {width: 368px; border-top: 1px solid #111111; padding-top: 20px; position: relative;}
.hddt .hddt_info dl:after {content: ''; width: 30px; height: 30px; position: absolute; top: 20px; right: 0;}
.hddt .hddt_info dl.ceo:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_dg_person.svg) no-repeat;}
.hddt .hddt_info dl.add:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_dg_building.svg) no-repeat;}
.hddt .hddt_info dl.tel:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_dg_cellphone.svg) no-repeat;}
.hddt .hddt_info dl.date:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_dg_calendar.svg) no-repeat;}
.hddt .hddt_info dl.staff:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_dg_staff.svg) no-repeat;}
.hddt .hddt_info dl.biz:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_dg_briefcase.svg) no-repeat;}
.hddt .hddt_info dl dt {font-weight: 500;}
.hddt .hddt_info dl dd {color: #666666;}
.hddt .moto {color: #FFFFFF; text-align: center; height: 352px; background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/bg_sub04_01_moto.webp)no-repeat; padding: 110px 0;}
.hddt .moto .ko {font-size: 20px; font-weight: 500;}
.hddt .moto .en {font-size: 48px; font-weight: 700; text-transform: uppercase; margin-top: 20px;}
.hddt .mainbiz .sec_cont ul {width: 834px; zoom:1;}
.hddt .mainbiz .sec_cont ul li {float: left;}
.hddt .mainbiz .sec_cont ul li + li {margin-top: 60px;}
.hddt .mainbiz .sec_cont ul li:nth-child(even) {float: right;}
.hddt .mainbiz .sec_cont ul li > a {font-size: 30px; font-weight: 700; color: #FFFFFF; width: 387px; height: 450px; display: block; padding: 50px; position: relative;}
.hddt .mainbiz .sec_cont ul li > a > span {position: absolute; bottom: 50px; left: 50px;}
.hddt .mainbiz .sec_cont ul li.biztravel {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub04_01_biz01.png) no-repeat;}
.hddt .mainbiz .sec_cont ul li.mice {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub04_01_biz02.png) no-repeat; margin-top: 250px;}
.hddt .mainbiz .sec_cont ul li.tht {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub04_01_biz03.png) no-repeat;}
.hddt .mainbiz .sec_cont ul li.trt {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub04_01_biz04.png) no-repeat;}
.hddt .mainbiz .sec_cont ul li.mall {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/img_sub04_01_biz05.png) no-repeat;}
.hddt .history {height: calc(100vh - 94px); display: flex; justify-content: space-between;}
.hddt .history > div {width: 50%;}
.hddt .history .imgbg {font-size: 40px; font-weight: bold; color: #FFFFFF; background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/bg_sub04_01_history.webp) no-repeat center center; background-size: cover; position: relative; z-index: -1;}
.hddt .history .imgbg .sec_tit {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.hddt .history .imgbg .sec_text {color: #FFFFFF; margin-top: 20px;}
.hddt .history .imgbg:after {content: ''; background: rgba(0,0,0,0.5); position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1;}
/*.hddt .history .sec_cont {height:100%; padding:100px 120px; overflow-y:scroll; -ms-overflow-style:none; scrollbar-width:none;}
.hddt .history .sec_cont::-webkit-scrollbar {display:none;}*/
.hddt .history .sec_cont {height: 100%; padding: 100px 120px;}
.hddt .history .sec_cont .scroll {height: 100%; overflow-y: scroll;}
.hddt .history .sec_cont .scroll::-webkit-scrollbar {width: 6px; margin-right: 10px;}
.hddt .history .sec_cont .scroll::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.35); border-radius: 3px;}
.hddt .history .sec_cont .scroll::-webkit-scrollbar-track {border-radius: 3px;}
.hddt .history .sec_cont dl + dl {margin-top: 60px;}
.hddt .history .sec_cont .year {font-size: 30px; font-weight: 700; color: #004D45; margin-bottom: 10px;}
.hddt .history .sec_cont dl dd {position: relative; display: flex; gap: 10px;}
.hddt .history .sec_cont dl dd + dd {margin-top: 10px;}
.hddt .history .sec_cont dl dd .month {font-weight: 700; display: block;}
.hddt .brand .sec_tit {margin-bottom: 0;}

/* Sub04_02 */
.ceo .section:first-child {margin-top: 150px;}
.ceo .ceoletter {display: flex; align-items: flex-start; justify-content: space-between;}
.ceo .ceoletter .intro {text-align: left; margin: 0;}
.ceo .ceoletter .greeting {width: 1280px;}

/* 2025-04-14 수정*/
.ceo .ceoletter .greeting > div + div {margin-top: 40px;}
/*.ceo .ceoletter .greeting .thanks {font-size:24px; font-weight:700;}
.ceo .ceoletter .greeting .customer {border-top:1px solid #E1E1E1; padding-top:60px; display:flex;}
.ceo .ceoletter .greeting .customer > div {font-size:20px; font-weight:700; color:#FFFFFF; text-align:center; line-height:165px; width:165px; border-radius:50%;}
.ceo .ceoletter .greeting .customer > div + div {margin-left:-16px;}
.ceo .ceoletter .greeting .customer > div:nth-child(odd) {background:#004D45; backdrop-filter:blur(7px); -webkit-backdrop-filter:blur(7px); z-index:1;}
.ceo .ceoletter .greeting .customer > div:nth-child(even) {background:rgba(0, 121, 144, 0.65); backdrop-filter:blur(7px); -webkit-backdrop-filter:blur(7px); z-index:2;}
.ceo .ceoletter .greeting .letter .sign {font-weight:700; margin-top:80px;}
.ceo .ceoletter .greeting .letter .sign > span {padding-left:10px; display:inline-block;} 2025-04-14 삭제*/
.ceo .ceoletter .greeting .letter .sign > span {font-size: 26px; font-weight: 700; margin-left: 18px;}

/*2025-04-14 추가*/
/*2026-01-07 이미지 수정*/
/* Sub04_03 */
.organization .chart {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/bg_sub04_03_chartline_20260107.png) no-repeat center top;}
.organization .chart .ceo, .organization .chart .unit_list .unit_leader {font-size: 20px; font-weight: 700; color: #FFFFFF; text-align: center; line-height: 75px; width: 380px; background: #004D45; border-radius: 40px; margin: 0 auto;}
.organization .chart .unit_list {display: flex; justify-content: space-between; margin-top: 80px;}
/*2025-11-17 추가*/
.organization .chart .unit_list .unit {position: relative;}
.organization .chart .unit_list .unit span.strategy_part {font-weight: 500; text-align: center; color: #004D45; padding: 12px 0; display: inline-block; width: 180px; background: #FFFFFF; border: 1px solid #004D45; border-radius: 14px; position: absolute; left: 600; margin-top: 12px;}
.organization .chart .unit_list .unit .team_list {margin-top: 120px; position: relative;}
.organization .chart .unit_list .unit .team_list {display: flex; gap: 20px;}
.organization .chart .unit_list .unit .team_list .team {}
.organization .chart .unit_list .unit .team_list .team li {font-weight: 500; text-align: center; color: #004D45; padding: 19px 0; width: 180px; background: #FFFFFF; border: 1px solid #004D45; border-radius: 14px;}
/*2024-12-20 수정*/
.organization .chart .unit_list .unit .team_list .team li.span {padding-bottom: 0;}
/*2025-11-17 추가*/
.organization .chart .unit_list .unit .team_list .team li.doubleLine {padding: 11px 0; line-height: 120%;}
/*2024-12-20 수정*/
/*.organization .chart .unit_list .unit .team_list .team .divsion_leader {font-size:20px; color:#FFFFFF; text-align:center; line-height:65px; width:180px; background:#019882; border:1px solid #019882; border-radius:14px; display:block;}*/
.organization .chart .unit_list .callcenter {font-weight: 500; color: #D20916; text-align: center; line-height: 65px; background: #FFEAED; border-radius: 30px; margin-top: 40px;}
.organization .chart .unit_list .unit .team_list .team li + li {margin-top: 20px;}
.organization .chart .unit_list .unit .team_list .team li > span {font-size: 16px; color: #666666; line-height: 54px; background: #F3F3F3; border-radius: 0 0 15px 15px; display: block; margin-top: 20px;}

/* Sub04_04 */
.partner {}
.partner .corp .box_list {display: flex; justify-content: space-between;}
.partner .corp .box_list li {text-align: center; border: 1px solid #E1E1E1; width: 400px; border-radius: 20px; padding: 40px; position: relative;}
.partner .corp .box_list li:after {content: ''; width: 50px; height: 50px; position: absolute; top: 40px; left: 50%; transform: translateX(-50%);}
.partner .corp ul li.airline:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_dg_flight.svg) no-repeat;}
.partner .corp ul li.hotel:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_dg_hotel.svg) no-repeat;}
.partner .corp ul li.land:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_dg_globe.svg) no-repeat;}
.partner .corp .box_list .list_tit {font-size: 30px; font-weight: 700; margin: 60px 0 10px 0; display: block;}
.partner .worldmap {width: 1277px; height: 658px; margin: 0 auto; position: relative;}
.partner .worldmap .pin > a:after {content: ''; width: 15px; height: 15px; background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_mappin.svg) no-repeat; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%);}
.partner .worldmap .pin .africa {position: absolute; top: 362px; left: 114px;}
.partner .worldmap .pin .europe {position: absolute; top: 115px; left: 364px;}
.partner .worldmap .pin .asia {position: absolute; top: 251px; left: 341px;}
.partner .worldmap .pin .northamerica {position: absolute; top: 203px; left: 867px;}
.partner .worldmap .pin .southamerica {position: absolute; top: 420px; left: 1020px;}
.partner .worldmap .pin .oceania {position: absolute; top: 482px; left: 470px;}
.continent .too_tit {font-size: 20px; font-weight: 700; color: #004D45; line-height: 1;}
.continent .conutry_list {margin-top: 20px;}
.continent .conutry_list li {font-size: 16px; line-height: 1.3; display: flex; justify-content: flex-start; gap: 10px;}
.continent .conutry_list li + li {margin-top: 4px;}
.continent .conutry_list li > span {display: block;}
.continent .conutry_list .country {font-weight: bold; width: 120px;}
/* tooltip */
[data-serialtip-target] {display: none; position: absolute; z-index: 990; margin: 15px;}
[data-serialtip-target].is-alignment-top {margin-top: 0;}
[data-serialtip-target].is-alignment-right {margin-right: 0;}
[data-serialtip-target].is-alignment-bottom {margin-bottom: 0;}
[data-serialtip-target].is-alignment-left {margin-left: 0;}
[data-serialtip-target] .serialtip-close {position: absolute; top: 0; right: 0; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin-top: 5px; cursor: pointer; opacity: 0.35; transition: 300ms;}
[data-serialtip-target] .serialtip-close:before {content: '+'; font-size: 30px; transform: rotate(45deg);}
[data-serialtip-target] .serialtip-close:hover {opacity: 1;}
.btn_tip {font-size: 16px; color: #004D45; line-height: 1; background: #FFFFFF; border: 1px solid #004D45; border-radius: 20px; padding: 5px 10px; display: block; position: relative; transition: 300ms; cursor: pointer;}
.btn_tip:hover {background: #004D45; color: #FFFFFF;}
.btn_tip.is-active {background: #004D45; color: #FFFFFF;}
.serialtip {background: #FFFFFF; border: 1px solid #004D45; border-radius: 20px; box-shadow: 5px 5px 35px 5px rgba(0, 0, 0, 0.1); padding: 30px; z-index: 990;}
.serialtip:before {content: ''; position: absolute; width: 0; height: 0; border: solid transparent;}
.serialtip.is-placement-bottom:before {bottom: 100%; left: 50%; margin-left: -6px; border-bottom: 1px solid #FFFFFF; border-width: 0 6px 6px 6px;}

/* Sub05_01 */
.contactus .callcenter {width: 100%; height: 365px; background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/bg_sub05_01_contactus.png) no-repeat; padding: 80px 80px;}
.contactus .callcenter dl {color: #FFFFFF; line-height: 1;}
.contactus .callcenter .main_num dt {font-size: 35px; font-weight: 700;}
.contactus .callcenter .main_num dd {font-size: 60px; font-weight: 700; margin-top: 10px;}
.contactus .callcenter .time_info {margin-top: 40px;}
.contactus .callcenter .time_info .time {display: flex;}
.contactus .callcenter .time_info .time + .time {margin-top: 10px;}
.contactus .callcenter .time_info .time dt {width: 148px;}
.contactus .consult .sec_tit_group {margin-bottom: 40px;} /*2026-03-11 추가*/
.contactus .consult .sec_tit_group .sec_tit {margin-bottom: 0;} /*2026-03-11 추가*/
.contactus .consult .sec_tit_group .btn.btn_line {background: #FFFFFF;} /*2026-03-11 추가*/
.contactus .consult .proc {display: flex; justify-content: space-between;}
.contactus .consult .proc li {text-align: center; width: 298px; padding: 110px 50px 50px; background: #FFFFFF; border: 1px solid #E1E1E1; border-radius: 30px; position: relative;}
.contactus .consult .proc li:after {content: ''; width: 50px; height: 50px; position: absolute; top: 50px; left: 50%; transform: translateX(-50%);}
.contactus .consult .proc li.proc1:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_inquire1.svg) no-repeat;}
.contactus .consult .proc li.proc2:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_counsel1.svg) no-repeat;}
.contactus .consult .proc li.proc3:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_analysis1.svg) no-repeat;}
.contactus .consult .proc li.proc4:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_service1.svg) no-repeat;}
.contactus .consult .proc li > span {font-size: 24px; font-weight: 700; display: block;}
.contactus .consult .proc li .card_tit {font-size: 20px; color: #004D45; text-transform: uppercase;}
/* 2025-08-06 숨김 */
/* .contactus .inquire .sec_cont {display: flex; justify-content: space-between;}
.contactus .inquire .sec_cont .btn.btn_big {text-align: center; width: calc(33.33% - 20px); border: 1px solid #E1E1E1; border-radius: 30px; padding: 130px 60px 60px; display: block; position: relative;}
2024-11-01 수정
.contactus .inquire .sec_cont .btn.btn_big:after {content: ''; width: 50px; height: 50px; background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_bg_mail.svg) no-repeat; position: absolute; top: 50px; left: 50%; transform: translateX(-50%);}
2024-11-01 수정
.contactus .inquire .sec_cont .btn.btn_big:hover {background: rgba(0,77,69,0.04); border: 1px solid #004D45;}
.contactus .inquire .sec_cont .btn.btn_big span {font-size: 20px; display: block;}
.contactus .inquire .sec_cont .btn.btn_big span.btn_tit {font-size: 30px; font-weight: 700;} */
/* 2025-08-06 문의하기 수정 */
.contactus .inquireTable {border-top: 2px solid #111;}
.contactus .inquireTable tr {border-bottom: 1px solid #e1e1e1;}
.contactus .inquireTable th {text-align: left; font-weight: 700; padding: 30px 30px 30px 0;}
.contactus .inquireTable th.essential::after {content: " *"; color: #d20916;}
.contactus .inquireTable td {padding: 30px;}
.contactus .inquireTable td:last-child {padding: 30px 0 30px 30px;}
.contactus .inquireTable td .inquiryBtnWrap {display: flex; gap: 20px;}
.contactus .inquireTable td input[type="radio"] {display: none;}
.contactus .inquireTable td input[type="radio"] + label {cursor: pointer; color: #8f827f; border: 1px solid #e1e1e1; padding: 12px 44px 12px 16px; border-radius: 8px; font-size: 14px; background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_check.png) no-repeat center right 16px;}
.contactus .inquireTable td input[type="radio"]:checked + label {border: 1px solid #004D45; color: #004D45; background: #f5f8f8 url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_checked.png) no-repeat center right 16px;}
.contactus .inquireTable td input[type="text"] {border: 1px solid #e1e1e1; border-radius: 8px; width: 433px;}
.contactus .inquireTable td input[type="text"]::placeholder,
.contactus .inquireTable td textarea::placeholder {color: #888;}
.contactus .inquireTable td textarea {border: 1px solid #e1e1e1; width: 100%; height: 300px; border-radius: 8px;}
.contactus .terms {margin-top: 20px; padding: 20px; height: 120px; overflow-y: auto; border: 1px solid #e1e1e1; border-radius: 8px; font-size: 14px; font-weight: 300; line-height: 1.6; color: #888;}
.contactus .agreeDiv {margin-top: 24px; display: flex; align-items: center; gap: 8px;}
.contactus .agreeDiv input[type="checkbox"] {display: none;}
.contactus .agreeDiv input[type="checkbox"] + label {position: relative; cursor: pointer; color: #888; font-size: 18px; font-weight: 300; padding-left: 36px;}
.contactus .agreeDiv input[type="checkbox"] + label::after {content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 25px; height: 25px; border: 1px solid #d0d0d0; box-sizing: border-box; background: #fff;}
.contactus .agreeDiv input[type="checkbox"]:checked + label::after {border: 1px solid #004d45; background: #fff url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/icn_checkedbox.png) no-repeat center / 26px;}
.contactus .submitBtn button {position: relative; margin: 0 auto; display: block; width: 230px; text-align: left; padding: 20px 24px; font-size: 16px; font-weight: 500; border: 1px solid #111; border-radius: 50px;}
.contactus .submitBtn button svg {position: absolute; top: 50%; transform: translateY(-50%); right: 24px;}

/* Sub05_02 */
.location .section {margin-top: 150px;}
.location .branch {margin-top: 30px; display: flex; flex-wrap: wrap; gap: 20px;}
.location .branch p {font-size: 20px; font-weight: 500; line-height: 1.3; padding-left: 26px; position: relative;}
.location .branch p:after {content: ''; width: 22px; height: 22px; position: absolute; top: 4px; left: 0;}
.location .branch p.add:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_map.svg) no-repeat;}
.location .branch p.tel:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_tel.svg) no-repeat;}
.location .branch p.fax:after {background: url(http://img.hyundaidreamtour.com/images/tour/co_main/hddt2024/web/ico_fax.svg) no-repeat;}
.location .googlemaps {width: 834px; height: 450px; border: none; border-radius: 20px;}

/*Promotion*/
.magazine {margin: 100px 0 50px 0;}
.magazine ul {display: flex; gap: 40px; flex-wrap: wrap;}
.magazine ul li {width: 400px; margin-bottom: 40px;}
.magazine ul li .issue {margin-top: 20px;}
.magazine ul li .issue .tit {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.magazine ul li .issue .date {color: #888888;}
.magazine .work {width: 400px; height: 300px; overflow: hidden;}
.magazine .work .workbox img {width: 100%; height: 100%; object-fit: cover; -webkit-transition: all, 0.5s; transition: all, 0.5s;}
.magazine .work .workbox:hover img {object-fit: cover; -webkit-transform: scale(1.1); transform: scale(1.1);}
.magazine_btn {display: flex; gap: 10px; justify-content: flex-end;}
.magazine_btn a {font-size: 16px; color: #ffffff; background: #333333; border-radius: 50px; padding: 10px 40px; display: inline-block; float: left;}
/*Promotion-Paging*/
.paging {display: flex; gap: 10px; justify-content: center; position: relative; zoom:1;}
.paging div {display: flex; gap: 10px;}
.paging div > a {line-height: 40px; text-align: center; width: 40px; background: #eaeaea;}
.paging div > a img {vertical-align: middle;}
.paging .page_num ul {display: flex; gap: 10px;}
.paging .page_num li a {color: #888888; line-height: 40px; text-align: center; width: 40px; border: 1px solid #d1d1d1; box-sizing: border-box; display: inline-block;}
.paging .page_num li a.on {color: #111111; border: 1px solid #111111;}
.paging .page_num li a:focus, .paging ul li a:active, .paging ul li a:hover {color: #111111;}
/*Promotion-Read*/
.magazine .read, .read th, .read td {margin: 0; padding: 0; border: 0 none;}
.magazine .read {width: 100%; table-layout: fixed; border-collapse: collapse; text-align: left; border-top: 2px solid #005568; border-bottom: 1px solid #d1d1d1;}
.magazine .read col.r_left {width: 160px;}
.magazine .read col.r_right {width: 1000px;}
.magazine .read td {padding: 20px;}
.magazine .read td:first-child {border-right: none !important;}
.magazine .read td .r_tit {font-size: 20px; font-weight: 500; color: #111111; margin-bottom: 10px; display: block;}
.magazine .read td .r_date {color: #888888;}
.magazine .read td .r_date span {color: #ffffff; background: #005568; border-radius: 16px; padding: 2px 10px; margin-right: 10px; display: inline-block;}
.magazine .read td.r_cont {height: 300px; min-height: 300px; vertical-align: top; border-top: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;}
.magazine .read td.r_cont img {width: 100%;}
.magazine .read .file_down {background: #f1f1f1;}
.magazine .read .file_down .download {border-left: 1px solid #d1d1d1;}
.magazine .read .file_down .download a {display: block;}
.magazine .read td.r_cont span {display: block; padding: 10px 0; text-align: center;}

@media all and (min-width: 1024px) and (max-width:1335px) {

}
@media all and (min-width: 1336px) and (max-width:1535px) {

}
