html {
    scroll-behavior: smooth;
}
.preview {
    background:#333;
    color:#CCC;
}
.preview a {
    text-decoration: underline;
    color:#00ccff;
}
.preview img {
    width:100%;
    max-width: 800px;
}
.hidden {
    visibility: hidden;
}

a, a:active, a:focus, button.launch, button.launch:hover, button:focus, button:active{
    outline: 0;
}

body {
    font-size:1rem;
    word-break: keep-all;
    color: #4a4a4a;
    word-wrap: break-word;
}

body .nav-container {
    padding-left:0px;
    padding-right:0px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right:8px;
    padding-left: 8px;
}
section {
    margin-bottom:15px;
}

button {
    border-radius: 100px;
    padding: 0.5rem 1.5rem;
}
a, a:hover {
    color:#666666;
}
.navbar {
    padding-left:7px;
    padding-right: 0px;
}

.navbar-brand {
    color:#073460 !important;
    font-size: 28px;
    font-weight:bold;
    margin-right:3rem;
    font-family: Arial;
}
.navbar-toggler {
    border: 0 !important;
}
.nav-container, .navbar-light .navbar-nav .nav-link {
    color:#666666;
}
.dropdown-toggle::after {
    display: none;
}
.event-url {
    display:none;
    position: absolute;
    right: 0px;
    margin-right: auto;
    right: 135px;
}
.nav-item.dropdown {
    position: absolute;
    right: 0px;
    margin-right: auto;
}
.nav-link {
    font-size:16px;
}
.dropdown-item {
    font-size:13px;
}
.event-url {
    display: none;
    position: absolute;
    margin-right: auto;
    right: 135px;
}
.cursor-hand{
    cursor: pointer;
}
main.container{
    padding-right:0px;
    padding-left:0px;
}
.link-icon-container{
    text-align: center;
    vertical-align: middle;
    margin:auto;
    padding-top:38px;
    height:77px;
}
.link-icon-container > div{
    display:inline;
}

.link-icon-container .icon-box{
    font-size:18px;
    color:#666666;
    padding:0px 42px 0px 42px;
    padding-right: 0px;
    padding-left: 0px;
    border-right:solid 1px;
    transition: 400ms;
}
.link-icon-container .icon-box:last-child{
    border-right:0px;
}
.link-icon-container .icon-box img{
    padding-bottom:2px;
}
.link-icon-container a{
    text-decoration: none;
}
.icon-text{
    display:inline;
    position:relative;
}
.icon-bg img{
    width:55px;
}
.icon-bg{
    display:inline;
    padding-top: 10px;
    padding-bottom: 10px;
}
.buildprice{
    background-image:url(../image/icon-buildprice-off.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size:100%;
    transition: 400ms;
    margin-right:10px;
}
.testdrive{
    background-image:url(../image/icon-testdrive-off.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size:60%;
    transition: 400ms;
}
.brochure-en{
    background-image:url(../image/icon-brochure-en-off.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size:50%;
    transition: 400ms;
}
.brochure-ko{
    background-image:url(../image/icon-brochure-k-off.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size:50%;
    transition: 400ms;
}
.brochure-ch{
    background-image:url(../image/icon-brochure-c-off.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size:50%;
    transition: 400ms;
}

.cursor {
    cursor: pointer;
}

.hero-container button, #main-dealerlocator button {
    color: #4C88CD;
    font-size:0.9em;
    background-color: white;
    border:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.btn-custom {
    color: #4C88CD !important;
    text-decoration: none !important;
}

.hero-container{
    position:relative;
    background-color:#333C45;
    width:100%;
    text-align: center;
}

.hero-container-inner{
    position:relative;
    padding-right: 0px;
    padding-left: 0px;
}
.hero-img-container{
    background-image:url("../image/HPB.jpg");
    min-height: 500px;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero_title{
    font-size:48px;
    color:#666666;
    position:absolute;
    z-index:100;
    top: 93px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero_lear_more{
    font-size:14px;
    color:#4C88CD;
    position:absolute;
    z-index:100;
    right:110px;
    bottom:8px;
}

.container-middle{
    padding-right:62px;
    padding-left:62px;
}
.container-middle > img {
    display:none;
    /*width:100%;*/
    /*height:100%;*/
}
.article-image > img, .article-image .video-thumbnail img {
    width: 100%;
    height:100%;
}

.article{
    font-size:18px;
    padding-top:10px;
    padding-bottom:32px;
    text-decoration: none;
    line-height:24px;
}
.title {
    padding-top:15px;
}
#introduction .title{
    padding-top:100px;
}
.title h1 {
    font-size:30px;
    padding-bottom:35px;
}
.title p {
    font-size:1.25em;
}
.carousel-view{
    display:none;
    position: relative;
    min-height: 154px;
    clear:both;
    left:8px;
}

.hr1{
    padding-top:2px;
}
.hr2{
    padding-top:26px;
}
.modal-video{
    background-color:#000;
}
.modal-video-close-btn{
    background-image:url("https://www.hyundaiusa.com/images/global/btn-gallery-close.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    cursor:pointer;
}
.modal-video-close-btn:before, .modal-video-close-btn:after{
    display:none;
}
.lg-backdrop.in{
    opacity: 0.9 !important;
    filter: alpha(opacity=90) !important;
}
.lg-toolbar .lg-autoplay-button, .lg-toolbar .lg-download{
    display:none;
}
.zoom-icon{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding-top:80%;
    text-align:center;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(0, 0, 0, 0.4);
    transition: 400ms;
}
.zoom-icon:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    transition: 400ms;
}

.print-ad .zoom-icon{
    width:95%;
    margin-left:7px;
}
#print_ad_view.row{
    margin-left:0px;
    margin-right:0px;
}
.article-image{
    position: relative;
}
.play-icon{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding-top:21%;
    text-align:center;
    opacity: 0;
    filter: alpha(opacity=100);
}
.play-icon:hover{
    opacity: 1;
    transition: 400ms;
}
.play-icon > img {
    width:55px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    transition: 400ms;
}
.video-thumbnail:hover .play-icon{display:block}

.introduction-slide .slick-dots, .performance-slide .slick-dots{
    display:none !important;
}

.arrow-box{
    top: 0px;
    position: absolute;
    /*width:97%;*/
    left: -7px;
    margin-top:12%;
    height:30px;
    color:#999;
}
.left-arrow{
    left:8px;
    position: absolute;
    cursor:pointer;
}
.right-arrow{
    right:0px;
    position: absolute;
    cursor:pointer;
}
.arrow-box .left-arrow img, .arrow-box .right-arrow img{
    width:50%;
}

#main-dealerlocator {
    background-position:center right;
    background-size: cover;
    background-image: url("../image/main-dealerlocator.jpg");
    min-height:314px;
    background-color: #aadafe;
}
#main-dealerlocator h4 {
    font-size:18px;
}

.col-sm-6.nospace {
    padding-left: 0;
    padding-right:0;
}

.print-ad .child  > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.print-ad{
    border:solid 1px #707070;
}

#main-dealerlocator h1 {
    font-size:42px;
    font-weight: 500;
    -ms-word-break: break-all;
    word-break: break-all;
}

.foot-note {
    color:#999999;font-size:13px;
    padding-right: 8px;
    padding-left: 8px;
}

.btn-blue {
    background-color:#00AAD2;
    color:#ffffff;
    border:0px;
    padding: 5px 20px 5px 20px;
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
}

.btn-blue > div {
    padding-left:0px;
}
footer {
    text-align: center;
}
.parent {
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}
.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}
.parent:hover a, .parent:focus a {
    display: block;
}
.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown-menu {
    left: auto !important;
    right: 15px !important;
    min-width: 5rem !important;
}
.fa-angle-down {
    vertical-align: middle;
}
.menu-left {
    float: left;
    width: 70%;
}
.menu-right {
    float: right;
    width: 30%;
    padding-left: 5px;
}

.desc-overflow {
    line-height: 180%;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.desc-full {
    line-height: 180%;
    margin-bottom: 16px;
    display: none;
    word-break: break-all;
}

.event2-desc-ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
}
.event2-desc-ul li::before {
    content: "-";
}
.event2-desc {
    padding: 0 0 0 23px;
    margin: 0;
}
.li-space2 {
    margin-left: 19px;
}
.gray-icon {
    transform: rotate(45deg);
    font-size: 14px;
    color: gray;
}
.btn-custom {
    color: #4C88CD !important;
    text-decoration: none !important;
}
.my-4 {
    cursor: pointer;
}
.p-5 {
    padding-left: 62px !important;
}
#dealerlocator1 .row{
    margin-left:0px;
    margin-right:0px;
}
.alink .icon-text {
    color:##666666;
    transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -webkit-transition: color 0.4s linear;
}
.alink:hover .icon-text {
	color:#00AAD2;
}
.alink .icon-text:hover {
	color:#00AAD2;
}
.alink .buildprice:hover {
	background-image:url(../image/icon-buildprice.png);
	transition: 400ms;
}
.alink:hover .buildprice {
	background-image:url(../image/icon-buildprice.png);
	transition: 400ms;
}
.alink .testdrive:hover {
    background-image:url(../image/icon-testdrive.png);
	transition: 400ms;
}
.alink:hover .testdrive {
    background-image:url(../image/icon-testdrive.png);
	transition: 400ms;
}
.alink .brochure-en:hover {
    background-image:url(../image/icon-brochure-en.png);
	transition: 400ms;
}
.alink:hover .brochure-en {
    background-image:url(../image/icon-brochure-en.png);
	transition: 400ms;
}
.alink .brochure-ko:hover {
    background-image:url(../image/icon-brochure-k.png);
	transition: 400ms;
}
.alink:hover .brochure-ko {
    background-image:url(../image/icon-brochure-k.png);
	transition: 400ms;
}
.alink .brochure-ch:hover {
    background-image:url(../image/icon-brochure-c.png);
	transition: 400ms;
}
.alink:hover .brochure-ch {
    background-image:url(../image/icon-brochure-c.png);
	transition: 400ms;
}
@media screen and (max-width: 767px) { 
	#introduction {
		padding-top:30px;
	}
}
