/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('dependencies/css/fonts/flexslider-icon.eot');
  src: url('dependencies/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('dependencies/css/fonts/flexslider-icon.woff') format('woff'), url('dependencies/css/fonts/flexslider-icon.ttf') format('truetype'), url('dependencies/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
 .container{padding:0px!important}
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-base {
    display: flex;
    /*pointer-events: none;*/
    position: absolute
}
.tooltipster-box {
    flex: 1 1 auto
}
.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}
.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}
.tooltipster-fade.tooltipster-show {
    opacity: 1
}
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}
.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}
.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}
.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-fall.tooltipster-initial {
    top: 0!important
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0!important;
    opacity: 0
}
.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-slide.tooltipster-initial {
    left: -40px!important
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0!important;
    opacity: 0
}
@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.tooltipster-update-fade {
    animation: tooltipster-fading .4s
}
@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }
    75% {
        transform: rotate(2deg)
    }
    100% {
        transform: rotate(0)
    }
}
.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s
}
@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}
.tooltipster-update-scale {
    animation: tooltipster-scaling .6s
}
.tooltipster-sidetip .tooltipster-box {
    background: #ffffff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.13);
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}
.tooltipster-sidetip .tooltipster-content {
    color: #000;
    line-height: 18px;
    padding: 30px 30px;
}
.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}
.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
    left: 0;
    top: 0px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fff;
    left: 0;
    top: 0
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff;
    left: 0px;
    top: 0
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
    left: 0;
    top: 0px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #DDDDDD;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #c3c3c3;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #BBBBBB;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #BBBBBB;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}
/* flashcatz add 20170825 */
.tooltipster-sidetip.tooltipster-bottom .btnClose {
	top: 28px;
	right : 20px;
}
.tooltipster-sidetip.tooltipster-top .btnClose {
	top: 20px;
	right : 20px;
}
@charset "utf-8";
@import url('dependencies/css/component.css');

/* *:focus{outline:none;} */
* {box-sizing: content-box;}

body {width: 100%;overflow-x: hidden;overflow-y:scroll;margin:0;-webkit-text-size-adjust: 100%;}
html,body{position:relative;}
body{font-family:'HyundaiRegular','Malgun Gothic',Dotum,'돋움',AppleGothicNeoSD,'Apple SD 산돌고딕 Neo','굴림',arial,sans-serif;color:#000;-ms-word-wrap:break-word;word-wrap:break-word;}
body,div,section,dl,ul,ol,li,dt,dd,blockquote,p,h1,h2,h3,h4,h5,h6{padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-weight:normal;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
body,div,section,dl,ul,ol,li,dt,dd,blockquote,p{line-height:1;font-family:"HyundaiRegular";font-weight:normal;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
li{list-style:none}
a{background-color:transparent;text-decoration:none;color:#000}
/*a:active,a:hover{outline:0}*/
a:hover,a:focus{color:#000;text-decoration:underline}
a:hover .hiddenTm ,a:focus .hiddenTm {text-decoration:underline}
a[href^="#"]:after,a[href^="javascript:"]:after{content:""}
abbr[title]{border-bottom:1px dotted}
b,strong{font-family:'HyundaiRegular';font-weight: 400;}
dfn{font-style:italic}

mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}

/* legend{border:0;padding:0} */
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
img {font-size:0;line-height:0;vertical-align: top;}
ul:after, ol:after{content:'';clear:both;display:block}
.web {display:inline-block !important;}
.hide, caption {width: 1px;height: 1px;overflow: hidden;position: absolute;left: -9999px;}
/* 라벨 */
.hidden-accessible{overflow:hidden; clip:rect(1px,1px,1px,1px); position:absolute;width:1px;height:1px}
.container{padding:0px!important}
@font-face{font-family:'HyundaiRegular';src:url("font/HyundaiSansHead-Regular.eot");src:url("font/HyundaiSansHead-Regular.eot?#iefix") format("embedded-opentype"),url("font/HyundaiSansHead-Regular.woff") format("woff"),url("font/HyundaiSansHead-Regular.woff2") format("woff2"),url("font/HyundaiSansHead-Regular.ttf") format("truetype");font-weight:normal;font-style:normal}
@font-face{font-family:'HyundaiMedium';src:url("font/HyundaiSansHead-Medium.eot");src:url("font/HyundaiSansHead-Medium.eot?#iefix") format("embedded-opentype"),url("font/HyundaiSansHead-Medium.woff") format("woff"),url("font/HyundaiSansHead-Medium.woff") format("woff2"),url("font/HyundaiSansHead-Medium.ttf") format("truetype");font-weight:normal;font-style:normal}
@font-face{font-family:'HyundaiLight';src:url("font/HyundaiSansHead-Light.eot");src:url("font/HyundaiSansHead-Light.eot?#iefix") format("embedded-opentype"),url("font/HyundaiSansHead-Light.woff") format("woff"),url("font/HyundaiSansHead-Light.woff2") format("woff2"),url("font/HyundaiSansHead-Light.ttf") format("truetype");font-weight:normal;font-style:normal}
@font-face{font-family:'HyundaiBold';src:url("font/HyundaiSansHead-Bold.eot");src:url("font/HyundaiSansHead-Bold.eot?#iefix") format("embedded-opentype"),url("font/HyundaiSansHead-Bold.woff") format("woff"),url("font/HyundaiSansHead-Bold.woff2") format("woff2"),url("font/HyundaiSansHead-Bold.ttf") format("truetype");font-weight:normal;font-style:normal}
@font-face{font-family:'numberVerdana';font-style:normal;font-weight:400;src:local('verdana');unicode-range:U+30-39}

#skipNavi{position:absolute;top:0;left:0;width:100%;z-index:600}
#skipNavi a{position:absolute;display:block;width:100%;padding:10px 0;background:#000;box-sizing:border-box;color:#fff;font-size:16px;text-align:center;top:-9999px}
#skipNavi a:hover,#skipNavi a:active,#skipNavi a:focus{display:inline-block;top:0;width:100%}

/* float */
.fl {float: left !important;}
.fr {float: right !important;}
.fn {float: none !important;}

/* 정렬 */
.alignL {text-align: left !important;}
.alignC {text-align: center !important;}
.alignR {text-align: right !important;}

.valignT {vertical-align:top !important;}
.valignM {vertical-align:middle !important;}
.valignB {vertical-align:bottom !important;}

/* font weight */
.font_bold {font-weight: bold !important;}
.font_normal {font-weight: normal !important;}

/* font color */
.txt_white       {color: #fff !important;}
.txt_black       {color: #000 !important;}
.txt_gray        {color: #666 !important;}
.txt_gray1       {color:#f2f2f2 !important;}
.txt_gray2       {color:#efefef !important;}
.txt_gray3       {color:#e5e5e5 !important;}
.txt_gray4       {color:#b7b7b7 !important;}
.txt_gray5       {color:#999999 !important;}
.txt_gray6       {color:#767676 !important;}
.txt_gray7       {color:#666666 !important;}
.txt_gray8       {color:#323232 !important;}
.txt_gray9       {color:#1c1b1b !important;}
.txt_blue        {color:#002C5F !important;}
.txt_sand        {color:#E4DCD3 !important;}
.txt_light_sand  {color:#F6F3F2 !important;}
.txt_gold        {color:#a36b4f !important;}
.txt_active_blue {color:#00aad2 !important;}
.txt_sky_blue    {color:#aacae6 !important;}
.txt_active_red  {color:#e63312 !important;}
.txt_navy {color: #002c5f !important;}
.txt_sky {color:#00aad2 !important;}
.typeTxtLink {text-decoration:underline;color:#00aad2 !important;} /* 파란색 링크 */


/* background color */
.bgGray {background: #333 !important;}
.bgWhite {background: #fff !important;}
.bgColorGray {background-color:#f6f3f2 !important;}
.bgColorGray2 {background-color:#ececec !important;}
.bgColorGray3 {background-color:#767676 !important;}
.bgColorBuff {background-color:#e4dcd3 !important;}
.bgColorBlue {background-color:#002c5f !important;}

/* margin-top */
.gt_lymg_txs {margin-top:0 !important;}
.gt_lymg_ts {margin-top:50px !important;}
.gt_lymg_tm {margin-top:100px !important;}
.gt_lymg_tl {margin-top:130px !important;}
.gt_lymg_txl {margin-top:160px !important;}
.gt_lymg_t2xl {margin-top:200px !important;}

/* margin-bottom*/
.gt_lymg_bxs {margin-bottom:0 !important;}
.gt_lymg_bs {margin-bottom:50px !important;}
.gt_lymg_bm {margin-bottom:100px !important;}
.gt_lymg_bl {margin-bottom:130px !important;}
.gt_lymg_bxl {margin-bottom:160px !important;}
.gt_lymg_b2xl {margin-bottom:200px !important;}

/* padding-top */
.gt_lypd_txs {padding-top:0 !important;}
.gt_lypd_tsh {padding-top:25px !important;}
.gt_lypd_ts {padding-top:50px !important;}
.gt_lypd_tm {padding-top:100px !important;}
.gt_lypd_tl {padding-top:130px !important;}
.gt_lypd_txl {padding-top:160px !important;}
.gt_lypd_t2xl {padding-top:200px !important;}

/* padding-bottom*/
.gt_lypd_bxs {padding-bottom:0 !important;}
.gt_lypd_bsh {padding-bottom:25px !important;}
.gt_lypd_bs {padding-bottom:50px !important;}
.gt_lypd_bm {padding-bottom:100px !important;}
.gt_lypd_bl {padding-bottom:130px !important;}
.gt_lypd_bxl {padding-bottom:160px !important;}
.gt_lypd_b2xl {padding-bottom:200px !important;}

/* text-shadow */
.text_shadow {text-shadow: 0px 4px #bbbbbb !important;}

/* D:tablet */
@media screen and  (max-width:1024px) {
    /* margin-top */
    .gt_lymg_txs {margin-top:0 !important;}
    .gt_lymg_ts {margin-top:30px !important;}
    .gt_lymg_tm {margin-top:70px !important;}
    .gt_lymg_tl {margin-top:90px !important;}
    .gt_lymg_txl {margin-top:110px !important;}
    .gt_lymg_t2xl {margin-top:140px !important;}

    /* margin-bottom*/
    .gt_lymg_bxs {margin-bottom:0 !important;}
    .gt_lymg_bs {margin-bottom:30px !important;}
    .gt_lymg_bm {margin-bottom:70px !important;}
    .gt_lymg_bl {margin-bottom:90px !important;}
    .gt_lymg_bxl {margin-bottom:110px !important;}
    .gt_lymg_b2xl {margin-bottom:140px !important;}

    /* padding-top */
    .gt_lypd_txs {padding-top:0 !important;}
    .gt_lypd_tsh {padding-top:20px !important;}
    .gt_lypd_ts {padding-top:30px !important;}
    .gt_lypd_tm {padding-top:70px !important;}
    .gt_lypd_tl {padding-top:90px !important;}
    .gt_lypd_txl {padding-top:110px !important;}
    .gt_lypd_t2xl {padding-top:140px !important;}

    /* padding-bottom*/
    .gt_lypd_bxs {padding-bottom:0 !important;}
    .gt_lypd_bsh {padding-bottom:20px !important;}
    .gt_lypd_bs {padding-bottom:30px !important;}
    .gt_lypd_bm {padding-bottom:70px !important;}
    .gt_lypd_bl {padding-bottom:90px !important;}
    .gt_lypd_bxl {padding-bottom:110px !important;}
    .gt_lypd_b2xl {padding-bottom:140px !important;}

}

/* visual & hidden */
.visibleSm {display: none !important;}
.visibleMd {display: none !important;}
.visibleLg {display: block !important;}
.hiddenSm {display: block !important;}
.hiddenMd {display: block !important;}
.hiddenLg {display: none !important;}

/* column */
.colLg1 .col {width: 100%;}
.colLg2 .col {width: 50%;}
.colLg3 .col {width: 33.33%}
.colLg3 .col:first-child {width: 33.33%}
.colLg4 .col {width: 25%;}
.colLg5 .col {width: 20%;}
.colLg6 .col {width: 16.6%;}
.colLg6 .col:nth-child(6n) {width: 17%;}
.colLg7 .col {width: 14.3%;}
.colLg8 .col {width: 12.5%;}

/* D:web */
@media screen and (max-width:1024px) {

    /* visual & hidden */
    .visibleSm {display: none !important;}
    .visibleMd {display: block !important;}
    .visibleLg {display: block !important;}
    .hiddenSm {display: block !important;}
    .hiddenMd {display: none !important;}
    .hiddenLg {display: none !important;}

    /* column */
    .colMd1 .col,
    .colMd1 .col:first-child {width: 100% !important;}
    .colMd2 .col,
    .colMd2 .col:first-child {width: 50% !important;}
    .colMd3 .col {width: 33.3% !important;}
    .colMd3 .col:first-child{width: 33.4% !important;}
    .colMd4 .col,
    .colMd4 .col:first-child {width: 25% !important;}
    .colMd5 .col,
    .colMd5 .col:first-child {width: 20% !important;}
    .colMd6 .col {width: 16.6% !important;}
    .colMd6 .col:first-child {width: 17% !important;}
    .colMd7 .col {width: 14.3% !important;}
    .colMd7 .col:first-child {width: 14.2% !important;}
    .colMd8 .col,
    .colMd8 .col:first-child {width: 12.5% !important;}
}

/* D:mobile */
@media screen and  (max-width:767px)  {
    /* margin-top */
    .gt_lymg_txs {margin-top:0 !important;}
    .gt_lymg_ts {margin-top:30px !important;}
    .gt_lymg_tm {margin-top:70px !important;}
    .gt_lymg_tl {margin-top:90px !important;}
    .gt_lymg_txl {margin-top:110px !important;}
    .gt_lymg_t2xl {margin-top:140px !important;}

    /* margin-bottom*/
    .gt_lymg_bxs {margin-bottom:0 !important;}
    .gt_lymg_bs {margin-bottom:30px !important;}
    .gt_lymg_bm {margin-bottom:70px !important;}
    .gt_lymg_bl {margin-bottom:90px !important;}
    .gt_lymg_bxl {margin-bottom:110px !important;}
    .gt_lymg_b2xl {margin-bottom:140px !important;}

    /* padding-top */
    .gt_lypd_txs {padding-top:0 !important;}
    .gt_lypd_ts {padding-top:30px !important;}
    .gt_lypd_tm {padding-top:70px !important;}
    .gt_lypd_tl {padding-top:90px !important;}
    .gt_lypd_txl {padding-top:110px !important;}
    .gt_lypd_t2xl {padding-top:140px !important;}

    /* padding-bottom*/
    .gt_lypd_bxs {padding-bottom:0 !important;}
    .gt_lypd_bs {padding-bottom:30px !important;}
    .gt_lypd_bm {padding-bottom:70px !important;}
    .gt_lypd_bl {padding-bottom:90px !important;}
    .gt_lypd_bxl {padding-bottom:110px !important;}
    .gt_lypd_b2xl {padding-bottom:140px !important;}

    /* visual & hidden */
    .visibleSm {display: block !important;}
    .visibleMd {display: block !important;}
    .visibleLg {display: block !important;}
    .hiddenSm {display: none !important;}
    .hiddenMd {display: none !important;}
    .hiddenLg {display: none !important;}

    /* column */
    .colSm1 .col,
    .colSm1 .col:first-child {width: 100% !important;}
    .colSm2 .col,
    .colSm2 .col:first-child {width: 50% !important;}
    .colSm3 .col {width: 33.3% !important;}
    .colSm3 .col:first-child{width: 33.4% !important;}
    .colSm4 .col,
    .colSm4 .col:first-child {width: 25% !important;}
    .colSm5 .col,
    .colSm5 .col:first-child {width: 20% !important;}
    .colSm6 .col {width: 16.6% !important;}
    .colSm6 .col:first-child {width: 17% !important;}
    .colSm7 .col {width: 14.3% !important;}
    .colSm7 .col:first-child {width: 14.2% !important;}
    .colSm8 .col,
    .colSm8 .col:first-child {width: 12.5% !important;}
}

/********** 공통 텍스트 관련 ***********/
/* 가장 큰 텍스트 */
.titWrap .ftit {font-size: 58px;line-height: 71px;color: #000;font-family: 'HyundaiMedium';} /* 큰 타이틀 */
.titWrap .stit {font-size: 20px;line-height: 1.5;color: #000;font-family:"HyundaiRegular";} /* 큰 타이틀의 서브 텍스트 */
.titWrap.vMiddle {width: 100%;padding: 0 10px;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}

@media screen and  (max-width:1024px) {
    .titWrap .ftit {font-size: 30px;line-height: 35px;}
    .titWrap .stit {font-size: 14px;line-height: 19px;}
}

/* 본문 컨텐츠 텍스트 영역 */
.subTitS {font-size:20px;line-height:30px;letter-spacing: 0.3px;color:#000;font-family:"HyundaiMedium";} /* 소 */
.subTitM {font-size:30px;line-height:40px;letter-spacing: 0.5px;color:#000;font-family:"HyundaiMedium";} /* 중 */
.subTitL {font-size:44px;line-height:54px;letter-spacing: 0.7px;color:#000;font-family:"HyundaiMedium";} /* 대 */
.subTit {height:56px;overflow:hidden;}

.conTit {font-size:16px;line-height:28px;letter-spacing: 0.3px;color:#000;font-family:"HyundaiMedium";} /* 기본 */
.conAreaS {font-size:14px;line-height:21px;letter-spacing: 0.2px;color:#000;font-family:"HyundaiRegular";} /* 본문 텍스트 */
.conAreaM {font-size:16px;line-height:28px;letter-spacing: 0.2px;color:#000;font-family:"HyundaiRegular";} /* 본문 텍스트 */
.conAreaL {font-size:20px;line-height:30px;letter-spacing: 0.3px;color:#000;font-family:"HyundaiMedium";} /* 본문 텍스트 */
.txtWd {width:800px;margin:0 auto;}

.txtLineBox {padding-bottom: 4px;border-bottom: 1px solid #e4dcd3;}

/* 아이콘 */
.blueLink {display:inline-block;padding-right:15px;font-size:18px;font-family:"HyundaiMedium";color:#002c5f;background:url('images/common/icoLinkArrow.png') right no-repeat;background-size:7px 12px;}
.icoNote {margin-top:20px;font-size:14px;line-height:20px;letter-spacing:-0.1px;color:#666;font-family:"HyundaiRegular";text-indent: -28px; padding-left:28px;}
.icoNote:before {content:"";display:inline-block;width:18px;height:21px;background:url("images/common/ico_notice_grey.png") left center no-repeat;background-size:18px;margin-right:10px;/*float:left;*/ vertical-align:middle;margin-top:-3px;}

.alignC .icoNote:before,
.alignR .icoNote:before {float:none;}

.bullet{ position: relative;overflow:hidden;padding-left:15px;}
.bullet:before {content:"";position:absolute;left:0;top:12px;width:3px;height:3px;background:#666; vertical-align:middle;}

.bulletList > * {position: relative;overflow:hidden;padding-left:15px;}
.bulletList > *:before {content:"";position:absolute;left:0;top:12px;width:3px;height:3px;background:#666;vertical-align:middle;}

.alignC .bullet,
.alignR .bullet {padding-left:0;}
.alignC .bullet::before,
.alignR .bullet::before {position:static;display:inline-block;vertical-align:middle;margin-right:12px;margin-top:-2px;}

.bulletS{padding-left:15px;position: relative;/*display:table;*/}
.bulletS:before {content:"";position: absolute;left:0;top:9px;width:3px;height:3px;background:#666;border-radius:50%;}

.alignC .bulletS,
.alignR .bulletS {padding-left:0;}
.alignC .bulletS::before,
.alignR .bulletS::before {position:static;display:inline-block;vertical-align:middle;margin-right:12px;margin-top:-2px;}

.txt_white.bullet:before,
.txt_white.bulletS:before,
.txt_white .bullet:before,
.txt_white .bulletS:before {background-color: #fff !important;}
.txt_black.bullet:before,
.txt_black.bulletS:before,
.txt_black .bullet:before,
.txt_black .bulletS:before {background-color: #000 !important;}
.txt_gray.bullet:before,
.txt_gray.bulletS:before,
.txt_gray .bullet:before,
.txt_gray .bulletS:before {background-color: #666 !important;}
.txt_gray1.bullet:before,
.txt_gray1.bulletS:before,
.txt_gray1 .bullet:before,
.txt_gray1 .bulletS:before {background-color:#f2f2f2 !important;}
.txt_gray2.bullet:before,
.txt_gray2.bulletS:before,
.txt_gray2 .bullet:before,
.txt_gray2 .bulletS:before {background-color:#efefef !important;}
.txt_gray3.bullet:before,
.txt_gray3.bulletS:before,
.txt_gray3 .bullet:before,
.txt_gray3 .bulletS:before {background-color:#e5e5e5 !important;}
.txt_gray4.bullet:before,
.txt_gray4.bulletS:before,
.txt_gray4 .bullet:before,
.txt_gray4 .bulletS:before {background-color:#b7b7b7 !important;}
.txt_gray5.bullet:before,
.txt_gray5.bulletS:before,
.txt_gray5 .bullet:before,
.txt_gray5 .bulletS:before {background-color:#999999 !important;}
.txt_gray6.bullet:before,
.txt_gray6.bulletS:before,
.txt_gray6 .bullet:before,
.txt_gray6 .bulletS:before {background-color:#767676 !important;}
.txt_gray7.bullet:before,
.txt_gray7.bulletS:before,
.txt_gray7 .bullet:before,
.txt_gray7 .bulletS:before {background-color:#666666 !important;}
.txt_gray8.bullet:before,
.txt_gray8.bulletS:before,
.txt_gray8 .bullet:before,
.txt_gray8 .bulletS:before {background-color:#323232 !important;}
.txt_gray9.bullet:before,
.txt_gray9.bulletS:before,
.txt_gray9 .bullet:before,
.txt_gray9 .bulletS:before {background-color:#1c1b1b !important;}
.txt_blue.bullet:before,
.txt_blue.bulletS:before,
.txt_blue .bullet:before,
.txt_blue .bulletS:before {background-color:#002C5F !important;}
.txt_sand.bullet:before,
.txt_sand.bulletS:before,
.txt_sand .bullet:before,
.txt_sand .bulletS:before {background-color:#E4DCD3 !important;}
.txt_light_sand.bullet:before,
.txt_light_sand.bulletS:before,
.txt_light_sand .bullet:before,
.txt_light_sand .bulletS:before {background-color:#F6F3F2 !important;}
.txt_gold.bullet:before,
.txt_gold.bulletS:before,
.txt_gold .bullet:before,
.txt_gold .bulletS:before {background-color:#a36b4f !important;}
.txt_active_blue.bullet:before,
.txt_active_blue.bulletS:before,
.txt_active_blue .bullet:before,
.txt_active_blue .bulletS:before {background-color:#00aad2 !important;}
.txt_sky_blue.bullet:before,
.txt_sky_blue.bulletS:before,
.txt_sky_blue .bullet:before,
.txt_sky_blue .bulletS:before {background-color:#aacae6 !important;}
.txt_active_red.bullet:before,
.txt_active_red.bulletS:before,
.txt_active_red .bullet:before,
.txt_active_red .bulletS:before {background-color:#e63312 !important;}
.txt_navy.bullet:before,
.txt_navy.bulletS:before,
.txt_navy .bullet:before,
.txt_navy .bulletS:before {background-color: #002c5f !important;}
.txt_sky.bullet:before,
.txt_sky.bulletS:before,
.txt_sky .bullet:before,
.txt_sky .builletS:before {background-color:#00aad2 !important;}

.typeDownload {font-family: 'HyundaiMedium';font-weight: normal;color:#000;display: inline-block;position:relative;padding-left:24px;}
.typeDownload:before { content:''; background-image: url('images/common/ico-download2.png'); background-size: 14px 14px; height:14px; width:14px; position:absolute; left:0; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }

@media screen and  (max-width:1024px) {
    /* 본문 컨텐츠 텍스트 영역 */
    .subTitS {font-size:17px;line-height:22px;letter-spacing: 0.3px;}
    .subTitM {font-size:19px;line-height:24px;letter-spacing: 0.3px;}
    .subTitL {font-size:27px;line-height:32px;letter-spacing: 0.4px;}

    .conTit {font-size:14px;line-height:21px;letter-spacing: 0.2px;}
    .conAreaS {font-size:12px;line-height:17px;letter-spacing: 0.2px;}
    .conAreaM {font-size:14px;line-height:21px;letter-spacing: 0.2px;}
    .conAreaL {font-size:17px;line-height:22px;letter-spacing: 0.3px;}
    .subTit {height:42px;overflow:hidden;}
    .txtWd {width:600px;}
    .icoNote {margin-top:15px;line-height:17px;font-size:10px;text-indent:-22px; padding-left:22px;}
    .icoNote:before {width:12px;background-size:12px auto;height:17px;}

    .alignR .icoNote:before {line-height:15px;margin-top:-4px;}

    .bullet:before {top:10px;}
}
@media screen and  (max-width:767px) {
    .subTitS {font-size:12px;line-height:17px;}
    .subTitM {margin-top:15px}
    .txtWd {width:auto;padding:0 20px;}
    .pwsdSlider.txtWd {width:auto;padding:0;}
    .bullet:before {top:9px;}
}

/*** allview 텍스트 **/
.bbsDetailPageH2 {padding: 58px 0 57px;}
.bbsDetailPageH2 .data_num {padding-bottom: 12px;}
.bbsDetailPageH2 .data_num .dtxt {display: inline-block;padding-right: 17px;line-height: 24px;color: #666;font-size: 14px;letter-spacing: 0.2px;}

@media screen and (max-width:1024px){
    .bbsDetailPageH2 {padding: 25px 0 50px;}
    .bbsDetailPageH2 .data_num {line-height: 17px;font-size: 12px;}
}

@media (max-width: 767px) {
    .bbsDetailPageH2 {padding: 40px 0 53px;}
    .bbsDetailPageH2 .data_num {padding-bottom: 20px;}
}

/* carousel pagination dot */
.ix-btn {width:100% !important;height:100% !important;}

/********** 공통 텍스트 관련 end ***********/

/* web */
/* nav */
.topBanner .gnbWrapFull{position:absolute;/*margin-bottom:-70px;top:232px*/}
.gnbWrapFull{background:#fff url("images/common/bg-gnb.png") repeat-x;min-width:1240px;position:absolute;left:0;top:0;width:100%;/*transition:all .3s;*/box-shadow:0 1px 3px rgba(216,209,200,0.7);min-height:70px;z-index:20}
.gnbWrapFull.edit{top:25px}
.gnbWrapFull.ab{position:absolute}
.gnbWrapFull a{text-decoration:none}
.gnbWrapFull.openSub{min-height:393px;overflow:hidden;z-index:9999}
.gnbWrapFull.openSub.findCar{min-height:571px;overflow:hidden}
.gnbWrap{height:71px;width:1122px;margin:0 auto;position:relative;z-index:10}
.gnbWrap .logo{float:left;padding-top:25px}
.gnbWrap .topBar .logo .topLogo{background:url("images/common/ico-logo.png") no-repeat;width:149px;height:22px;display:block;text-indent:-9999px;overflow:hidden}
.gnbWrap .topBar .btnBack{display:none}
.gnbWrap .topBar .rightArea{display:none}
.gnbWrap .topBar .pageTitle{display:none}
.gnbWrap .scrollBox{display:block ;max-height:none;right:auto ;height:auto}
.gnbWrap .gnbArea{float:left;padding-left:55px;font-size:14px}
.gnbWrap .gnbArea:after{content:"";display:block;clear:both}
.gnbWrap .gnbArea .dep1Wrap:after{content:"";display:block;clear:both}
.gnbWrap .gnbArea .dep1Wrap .dep1.langList{display:none;}
.gnbWrap .gnbArea .dep1Wrap .dep1{float:left;margin:0 20px}
.gnbWrap .gnbArea .dep1Wrap .dep1 [class^="dep1_a"]{display:block;line-height:70px;text-decoration:none;color:#666;font-size:14px;font-family:'HyundaiRegular'}/*190812 selector edit*/
.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a:hover,.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a:focus{color:#000}
.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a.on{color:#000}
.gnbWrap .gnbArea .gnbSubArea{display:none;text-decoration:none;color:#767676;position:absolute;left:0;top:90px;width:100%;padding-top:23px;}
.gnbWrap .gnbArea .gnbSubArea.car{padding-top:0;top:120px}
.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a{display:block;text-decoration:none;color:#767676;position:relative;line-height:38px}
.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a:hover,
.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a:focus{color:#00a1c7;text-decoration:none}
.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a.on{color:#00a1c7}
.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a.arr:after{content:"";overflow:hidden;display:block;position:absolute;right:0;top:15px;background:url("images/common/ico-gnb-arr.png") no-repeat top left;width:4px;height:7px}
.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a.on.arr:after{background-position:0 -7px}
.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a.newWin:after{content:"";overflow:hidden;display:block;position:absolute;right:0;top:15px;width:7px;height:7px;background:url("images/common/ico-gnb-newwin.png") no-repeat 0 -7px;font-size:0;line-height:0}
.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a.newWin:hover:after{background:url("images/common/ico-gnb-newwin.png") no-repeat 0 0}
.gnbWrap .gnbArea .dep2Wrap{position:absolute;left:0;top:0;width:245px}
.gnbWrap .gnbArea .dep3Wrap{position:absolute;left:285px;top:0;width:245px;display:none}
.gnbWrap .gnbArea .dep4Wrap{position:absolute;left:285px;top:0;width:245px;display:none}
.gnbWrap .gnbArea .dep5Wrap{position:absolute;left:285px;top:0;width:245px;display:none}
.gnbWrap .gnbArea .gnbSubArea .btnGnbClose{position:absolute;right:0;top:13px}
.gnbWrap .gnbArea .gnbGap{display:none;position:absolute;left:205px;top:66px;background:#00aad2;width:84px;height:4px;transition:all .3s}
.gnbWrap .carListWrap{position:relative;margin-top:0}
.gnbWrap .carListWrap .tabArea{overflow:hidden;display:block !important;}
.gnbWrap .carListWrap .tabArea .tab{float:left;}
.gnbWrap .carListWrap .tabArea .tab>.tabBtn{display:inline-block;padding:0 20px;color:#fff;font-size:16px;text-align:center;font-family:"HyundaiMedium";background:#444;line-height:40px;min-width: 140px}
.gnbWrap .carListWrap .tabArea.col6 .tab>.tabBtn{min-width:130px;}
.gnbWrap .carListWrap .tabArea.col7 .tab>.tabBtn{min-width:115px;}
.gnbWrap .carListWrap .tabArea .tab>.tabBtn.newWin:after{content:"";overflow:hidden;display:inline-block;margin-left:10px;width:10px;height:10px;background:url("images/common/ico-gnb-newwin2.png") no-repeat 0 -10px;font-size:0;line-height:0}
.gnbWrap .carListWrap .tabArea .tab>.tabBtn.newWin:hover:after{background:url("images/common/ico-gnb-newwin2.png") no-repeat 0 0}
.gnbWrap .carListWrap .tabArea .tab.all>.tabBtn{background:#002c5f}
.gnbWrap .carListWrap .tabArea .tab>.tabBtn:hover,
.gnbWrap .carListWrap .tabArea .tab>.tabBtn:focus{background:#fff;color:#000}
.gnbWrap .carListWrap .tabArea .tab.on>.tabBtn{background:#fff;color:#000}
.gnbWrap .carListWrap .tabArea .tab.on .carList{display:block}
.gnbWrap .carListWrap .tabArea .tab.on .carList .tabStit {margin: 20px 0;border-bottom: 1px solid #e4dcd3;font-size: 20px;line-height: 1.5;padding-bottom: 5px;color:#000;font-family:'HyundaiMedium'}
.gnbWrap .carListWrap .tabArea .tab.on .carList li {position: relative;}
.gnbWrap .carListWrap .tabArea .tab.on .carList li > a { display:inline-block;}
.gnbWrap .carListWrap .tabArea .tab.on .carList li .icBadgeNew,
.gnbWrap .carListWrap .tabArea .tab.on .carList li .icBadgeUpcoming {position: absolute;left:0;top:0;display:block;width:70px;height:19px;text-indent: -99999px;background-position:50% 0;background-repeat:no-repeat;}
.gnbWrap .carListWrap .tabArea .tab.on .carList li .icBadgeNew {background-image:url("images/common/ico-new-w.png");}
.gnbWrap .carListWrap .tabArea .tab.on .carList li .icBadgeUpcoming {background-image:url("images/common/ico-upcoming-w.png");}
.gnbWrap .carListWrap .carList{position:absolute;left:0;right:0;top:90px;width:auto;display:none ;}
.gnbWrap .carListWrap .carList .item{float:left;margin-right:35px;margin-bottom:40px}
.gnbWrap .carListWrap .carList .item img{width:196px;height:105px; margin-top:10px;}
.gnbWrap .carListWrap .carList .item:nth-child(5n){margin-right:0}
.gnbWrap .carListWrap .carList .item .carTit{display:block;font-family:"HyundaiMedium"; font-size:14px;color: #000;line-height:1.71;}
.gnbWrap .carListWrap .carList .item .carPrice{display:block;font-size: 14px;line-height: 1.71;color: #666666;}
.gnbWrap .gnbRight{float:right;padding-top:22px;}
.gnbWrap .gnbRight .item {float:left;margin-left:19px;}
.gnbWrap .gnbRight .item > a {display:block;width:20px;height:20px;text-indent:-1000px;overflow:hidden;background-repeat:no-repeat;background-position:50% 50%;}
.gnbWrap .gnbRight .item.item1 > a {background-image:url("images/common/ico-brochure-20-x-20.png");}
.gnbWrap .gnbRight .item.item2 > a {background-image:url("images/common/ico-configurator-20-x-20.png");}
.gnbWrap .gnbRight .item.item3 > a {background-image:url("images/common/ico-social-20-x-20.png");}
.gnbWrap .gnbRight .item.item4 > a {background-image:url("images/common/ico-search-20-x-20.png");}
.gnbWrap .gnbRight .item.item5 > a {background-image:url("images/common/ico-inquiry-20-x-20.png");}
.gnbWrap .gnbRight .item.item6 > a {background-image:url("images/common/ico-test-leadership-20-x-20.png");}
.gnbWrap .gnbRight .item.item7 > a {background-image:url("images/common/ico-search-agent-20-x-20.png");}
.gnbWrap .gnbRight .item.item8 > a {background-image:url("images/common/ico-language-20-x-20.png");}
.gnbWrap .gnbRight .item .btnGnbSearch{display:block;background:url("images/common/ico-search-20-x-20.png") no-repeat;width:20px;height:20px;overflow:hidden;text-indent:-9999px}
.gnbWrap .gnbRight .item .btnGnbBrochure{display:block;background:url("images/common/ico-brochure-20-x-20.png") no-repeat;width:20px;height:20px;overflow:hidden;text-indent:-9999px}
.gnbWrap .gnbRight .item .btnGnbConfigurator{display:block;background:url("images/common/ico-brochure-20-x-20.png") no-repeat;width:20px;height:20px;overflow:hidden;text-indent:-9999px}
.gnbWrap .gnbRight .gnbLanguageBtn {position:relative;}
.gnbWrap .gnbRight .gnbLanguageBtn .languageLayer {display:none;background:url("images/common/bg-snslayer-body.png") no-repeat 0 0;background-size: 100% 100%;min-height:66px;position: absolute;right:50%;top:12px;padding:0 32px;text-align:center;-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);z-index:-1;}
.gnbWrap .gnbRight .gnbLanguageBtn.on .languageLayer {display:block;}
.gnbWrap .gnbRight .gnbLanguageBtn .languageLayer ul {margin-top:20px;padding:20px 0;}
.gnbWrap .gnbRight .gnbLanguageBtn .languageLayer ul li a {font-size:12px;color:#999;line-height:20px;}
.gnbWrap .gnbRight .gnbLanguageBtn .languageLayer ul li.on a {font-weight:bold;color:#555;}
.gnbWrap .gnbRight .item .snsSlayer {display: none;background:url("images/common/bg-snslayer-body.png") no-repeat 0 0;background-size: 100% 100%;height:66px;position: absolute;right:0;top: 50px;padding:0 32px;text-align:center;} /* 180430 */
.gnbWrap .gnbRight .item .snsSlayer:after {content:'';position:absolute;top:1px;right:40px;width:16px;height:12px;background:url("images/common/bg-snslayer-triangle.png") no-repeat 0 0;background-size: 100% 100%;} /* 180430 */ /* add */
.gnbWrap .gnbRight .item .languageLayer:after {content:'';position:absolute;top:10px;right:50%;width:16px;height:12px;background:url("images/common/bg-snslayer-triangle.png") no-repeat 0 0;background-size: 100% 100%;-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);}
.gnbWrap .gnbRight .item .snsSlayer ul {display: inline-block;margin-top: 26px;}
.gnbWrap .gnbRight .item .snsSlayer li {float: left;margin-left: 12px;}
.gnbWrap .gnbRight .item .snsSlayer li:first-child {margin-left: 0}
.gnbWrap .gnbRight .item .snsSlayer li a {display: inline-block;width:24px;height:24px;text-indent:-1000px;overflow:hidden;background-repeat:no-repeat;background-position:50% 50%;}
.gnbWrap .gnbRight .item .snsSlayer li.snsItem1 a {background-image:url("images/common/ico-facebook@2x.png");}
.gnbWrap .gnbRight .item .snsSlayer li.snsItem2 a {background-image:url("images/common/ico-youtube@2x.png");}
.gnbWrap .gnbRight .item .snsSlayer li.snsItem3 a {background-image:url("images/common/ico-twitter@2x.png");}
.gnbWrap .gnbRight .item .snsSlayer li.snsItem4 a {background-image:url("images/common/ico-pinterest@2x.png");}
.gnbWrap .gnbRight .item .snsSlayer li.snsItem5 a {background-image:url("images/common/ico-linkedin@2x.png");}
.gnbWrap .gnbRight .item .snsSlayer li.snsItem6 a {background-image:url("images/common/ico-instagram@2x.png");}

.gnbUtilWrap{background:#f2f2f2;position:relative;height:0;transition:all .3s}
.gnbUtilWrap.search{height:90px}
.gnbUtilWrap.language{height:92px}
.gnbSearchArea{width:1120px;margin:0 auto;padding:20px 0;text-align:center;position:absolute;left:0;right:0;top:71px;display:none}
.gnbSearchArea .gnbSearch{width:572px;margin:0 auto;position:relative;background:#fff}
.gnbSearchArea .gnbSearch .searchInput{position:relative;font-weight:normal;padding-right:55px}
.gnbSearchArea .gnbSearch .searchInput .inputText{width:100%;border:0;font-size:20px;line-height:50px;height:50px;padding-left:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.gnbSearchArea .gnbSearch .searchInput .inputText::-ms-clear{display:none}
.gnbSearchArea .gnbSearch .btnSearch{position:absolute;right:0;top:0;display:block;width:55px;text-align:center;height:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:url("https://org3-www.hyundai.com/etc/designs/hyundai/in/en/images/common/btn-search.png") no-repeat center center;overflow:hidden;text-indent:-99999px}
.gnbSearchArea .gnbSearch .btnReset{display:none;position:absolute;right:60px;top:0;width:18px;text-align:center;height:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:url("https://org3-www.hyundai.com/etc/designs/hyundai/in/en/images/common/btn_reset.png") no-repeat center center;overflow:hidden;text-indent:-99999px}
.gnbSearchArea .gnbSearch .btnReset.on{display:block}
.gnbSearchArea .gnbSearch .gnbautoSearchList{background:#fff;display:none;position:absolute;left:0;top:50px;width:100%}
.gnbSearchArea .gnbSearch .autoSearch{border-top:1px solid #063162;background:#fff;text-align:left;margin:0 auto;width:532px;padding:12px 0}
.gnbSearchArea .gnbSearch .gnbautoSearchList .list .link{display:block;font-size:16px;line-height:50px;text-decoration:none}
.gnbSearchArea .gnbSearch .gnbautoSearchList .list .link .keyword{background:0;color:#00a1c7;font-family:"HyundaiMedium"}
.gnbSearchArea .btnGnbClose{position:absolute;right:0;top:20px}
.gnbLanguageArea{width:1120px;margin:0 auto;padding:25px 0;text-align:center;position:absolute;left:0;right:0;top:71px;display:none}
.gnbLanguageArea .selectLanguage{margin:0 20px;text-align:center;display:table;font-size:0;width:100%}
.gnbLanguageArea .selectLanguage select{width:265px;margin:0 20px;display:inline-block;box-shadow:none;padding:0 15px;line-height:42px;height:42px;font-size:16px}
.gnbLanguageArea .btnGnbClose{position:absolute;right:0;top:20px}
.gnbWrapFull .temp{text-align:center}
@media screen and (max-width:1024px){
    .gnbWrap .carListWrap .tabArea .tab.on .carList li > a {width:100%;padding:0 7px;box-sizing:border-box;}
    .gnbWrap .carListWrap .tabArea
    .gnbWrap .gnbArea .dep1Wrap .dep1{margin:0 15px;} /*180607*/
}

/* mainTopBanner */
.mainTopBanner{background:#f6f3f2;}
.mainTopBanner .bannerArea{ max-width:1120px;margin:0 auto;position:relative;padding:0 25px 45px;}
.mainTopBanner .bannerArea .title{font-size:30px;line-height:40px;font-family:"HyundaiMedium";padding-top:70px}
.mainTopBanner .bannerArea .txt{font-size:16px;line-height:28px;padding-top:45px;max-width:1050px;}
.mainTopBanner .bannerArea .country{padding-top:40px;font-size:14px;line-height:18px}
.mainTopBanner .bannerArea .country img{margin-right:10px;vertical-align:top}
.mainTopBanner .bannerArea .btnArea{font-size:0;margin-top: 25px;}

.mainTopBanner .bannerArea .btnBannerClose{position:absolute;right:0;top:40px}
.mainTopBanner .visitcountry{display:none !important}
img.flag{vertical-align:middle;width:26px;height:18px;box-shadow:1px 1px 3px rgba(148,148,148,0.8)}

.mainTopBanner .btnWrap {margin:20px 0 0;}
.mainTopBanner .btnWrap .btn {width:140px;text-align:center;}

.btnContentTop{position:fixed;right:0;bottom:0;z-index:10;width:60px;height:60px;transform:translate3d(0,0,0);font-size:0;line-height:0}
.btnContentTop button{vertical-align:top}
.btnContentTop.ab{position:absolute}

/* footer */
.footerWrap{background:rgb(28, 27, 27);height:230px;min-width:1240px}
.footerArea{margin:0 auto;width:1120px;position:relative;padding:24px 0 0 120px;letter-spacing:0}
.footerArea .logo{position:absolute;left:0;top:28px}
.footerArea .footerMenu{overflow:hidden;width:100%;margin-bottom:15px}
.footerArea .footerMenu li{float:left;position:relative;padding-left:18px;margin-left:12px;line-height:1;}
.footerArea .footerMenu li:after{display:block;content:'';position:absolute;left:0;top:3px;width:1px;height:9px;background:#333232}
.footerArea .footerMenu li:first-child{padding-left:0;margin-left:0}
.footerArea .footerMenu li:first-child:after{display:none}
.footerArea .footerMenu li a{color:#999;font-size:14px}
.footerArea .snsShare{position:absolute;right:0;top:24px}
.footerArea .snsShare ul{overflow:hidden}
.footerArea .snsShare li{float:left;margin-left:10px}
.footerArea .snsShare li a{display:block;overflow:hidden;width:24px;height:24px;text-indent:-9999px;background-position:50% 50%;background-repeat:no-repeat;}
.footerArea .snsShare li a.facebook{ background-image:url("images/common/ico-facebook@2x.png");}
.footerArea .snsShare li a.youtube{ background-image:url("images/common/ico-youtube@2x.png");}
.footerArea .snsShare li a.twitter{ background-image:url("images/common/ico-twitter@2x.png");}
.footerArea .snsShare li a.pinterest{ background-image:url("images/common/ico-pinterest@2x.png");}
.footerArea .snsShare li a.linked{ background-image:url("images/common/ico-linkedin@2x.png");}
.footerArea .snsShare li a.instar{ background-image:url("images/common/ico-instagram@2x.png");}
.footerArea .snsShare li a.googlePlus{ background-image:url("images/common/ico-googleplus@2x.png");}
.footerArea .copyright{color:#5f5f5f;font-size:12px;line-height:1}
.footerArea .copyright .telgab {padding-left: 16px;}
.footerArea .goto{overflow:hidden;position:absolute;right:4px;top:96px;color:#999;font-size:14px;line-height:18px}
.footerArea .goto a{padding-left:5px;color:#999;font-size:14px;text-decoration:underline}
.footerArea .goto img.flag{float:right;margin-left:20px;box-shadow:none !important}
.footerArea .etc_ban {margin-top: 22px;}
.footerArea .etc_ban a {display: inline-block;}
.footerArea .etc_ban a.mlg {margin-left: 24px;}

/* form */
button{border:0;padding:0;overflow:hidden;background:0;position:relative}

.contentWrap{width:100%;}
@media screen and (min-width:1024px) and (max-width:1440px){
   .gnbWrap{height:71px;width:1122px;margin:0 auto;position:relative;z-index:10}
   .gnbWrap .gnbRight{float:right;padding-top:22px;} }
@media screen and (min-width:1024px) and (max-width:1240px){
    //.gnbWrap{height:71px;width:768px;margin:0 auto;position:relative;z-index:10}
    .gnbWrapFull {min-width:300px;}

    .gnbWrap .topBar .logo .topLogo{background:url("images/common/ico-logo-m.png") no-repeat;width:37px;height:19px;display:block;text-indent:-9999px;overflow:hidden;-webkit-background-size:37px auto;background-size:37px auto;margin-left: 25px;}
    .gnbWrap .gnbArea {padding-left: 30px;}
    .gnbWrap .gnbArea .gnbSubArea {left: 0px;}
    .gnbWrap .gnbArea .gnbSubArea .btnGnbClose {right: 25px;}
    .gnbWrap .gnbRight {margin-right: 25px;}
    .gnbWrap .gnbRight li.tabhid {display: none;}
    .gnbSearchArea .gnbSearch{width:290px}
    .gnbWrap .carListWrap .tabArea .tab>.tabBtn {padding: 0 20px;width: auto}
    .gnbWrap .carListWrap .tabArea .tab.on .carList {margin: 0 25px;}
    .gnbWrap .carListWrap .carList .item {margin-right: 14px;}
    .gnbWrap .carListWrap .carList .item:nth-child(3n){margin-right:0}
    .gnbWrap .gnbRight .item .snsSlayer {/*width: 254px;*/height: 66px;background-size: 100% 100%;right: 25px;} /* 180430 */
    .gnbWrap .carListWrap .carList .item img {width: 230px;height:125px;}
    .gnbWrapFull.openSub.findCar {min-height:650px }

    .gnbSearchArea {width:768px;}
    .gnbSearchArea .btnGnbClose {top: 30px;right: 20px;}
    .gnbLanguageArea {width:768px;}
    .gnbLanguageArea .selectLanguage select {width: 200px;}
    .gnbLanguageArea .btnGnbClose {top: 30px;right: 20px;}

    /* footer */
    .footerWrap{min-width:768px;}
    .footerArea{width:768px;padding:24px 0 0 100px;}
    .footerArea .logo{position:absolute;left:24px;}
    .footerArea .footerMenu {width: 400px;}
    .footerArea .footerMenu li.tabE:after{width:0;}
    .footerArea .footerMenu li.tabE {margin-left: 0;padding-left: 0;}
    .footerArea .footerMenu li {margin-bottom: 8px;}
    .footerArea .tabC {overflow: hidden;}
    .footerArea .copyright {padding-top: 23px;float: left;display: block;}
    .footerArea .copyright .telgab {display: block;margin-top: -30px;padding-left: 0;}
    .footerArea .etc_ban  {float: left;margin-top: 0;margin-left: 60px;}
}

/* D:tab */
@media screen and (max-width:1024px){
    .contentWrap{width:100%;min-width:768px;/*padding-top:70px;*/ background-color: #fff;}

    .topBanner .gnbWrapFull {top: 180px;}

    .mainTopBanner .bannerArea {padding-right:58px; padding-bottom:20px;}
    .mainTopBanner .bannerArea .txt {padding-top:20px;font-size:12px;line-height:17px;}
    .mainTopBanner .bannerArea .btnBannerClose {right:25px;top:25px;}
    .mainTopBanner .bannerArea .btnBannerClose img {width:8px;}
    .mainTopBanner .bannerArea .btn {font-size:14px;}

    .gnbWrap{height:71px;width:768px;margin:0 auto;position:relative;z-index:10}
    .gnbWrapFull {min-width:300px;}

    .gnbSearchArea {width:768px;}
    .gnbSearchArea .btnGnbClose {top: 30px;right: 20px;}
    .gnbLanguageArea {width:768px;}
    .gnbLanguageArea .selectLanguage select {width: 200px;}
    .gnbLanguageArea .btnGnbClose {top: 30px;right: 20px;}

    .gnbWrap .topBar .logo .topLogo{background:url("images/common/ico-logo-m.png") no-repeat;width:37px;height:19px;display:block;text-indent:-9999px;overflow:hidden;-webkit-background-size:37px auto;background-size:37px auto;margin-left: 25px;}
    .gnbWrap .gnbArea {padding-left: 30px;}
    .gnbWrap .gnbArea .gnbSubArea {left: 0px}
     .gnbWrap .gnbArea .gnbSubArea .btnGnbClose {right: 25px;}

    .gnbWrap .gnbRight {margin-right: 15px;}
    .gnbWrap .gnbRight li.tabhid {display: none;}
    .gnbSearchArea .gnbSearch{width:290px}
     .gnbWrap .carListWrap .tabArea .tab>.tabBtn{min-width:122px;padding:0 10px;}
     .gnbWrap .carListWrap .tabArea.col6 .tab>.tabBtn{min-width:95px;}
     .gnbWrap .carListWrap .tabArea.col7 .tab>.tabBtn{min-width:80px;}
    .gnbWrap .carListWrap .tabArea .tab.on .carList {margin: 0 25px;}
    .gnbWrap .carListWrap .tabArea .tab.on .carList li .tabAllSlist{margin:0 -7px;}

    .gnbWrap .carListWrap .carList .item {width:33.3%;margin-right:0;}
    .gnbWrap .carListWrap .carList .item:nth-child(3n){margin-right:0}
    .gnbWrap .carListWrap .carList .item:nth-child(3n+1){width:33.4%;}
    .gnbWrap .gnbRight .item .snsSlayer {/*width: 254px;*/height: 66px;background-size: 100% 100%;right: 25px;} /* 180430 */

    .gnbWrap .carListWrap .carList .item img {width: 230px;height: auto;}
    .gnbWrapFull.openSub.findCar {min-height:650px }

    .footerWrap{min-width:768px;}
    .footerArea{width:768px;padding:24px 0 0 100px;}
    .footerArea .logo{position:absolute;left:24px;}
    .footerArea .footerMenu {width: 400px;}
    .footerArea .footerMenu li.tabE:after{width:0;}
    .footerArea .footerMenu li.tabE {margin-left: 0;padding-left: 0;}
    .footerArea .footerMenu li {margin-bottom: 8px;}
    .footerArea .tabC {overflow: hidden;}
    .footerArea .copyright {padding-top: 23px;float: left;display: block;}
    .footerArea .copyright .telgab {display: block;margin-top: -30px;padding-left: 0;}
    .footerArea .etc_ban  {float: left;margin-top: 0;margin-left: 60px;}
    .gnbWrap .gnbArea .dep2Wrap {left:25px;}
}
/* D:mobile */
@media screen and (max-width: 767px) {
    body{font-size:14px;line-height:21px;}
    button{border:0;padding:0;overflow:hidden;background:0;position:relative}
    img.flag{width:26px;height:18px;box-shadow:1px 1px 3px rgba(148,148,148,0.8);vertical-align:middle}

    .topBanner .gnbWrapFull{position:relative;top:0;margin-bottom: 0}

    .mainTopBanner .bannerArea {padding:20px 45px 20px 15px;height:auto;}
    .mainTopBanner .bannerArea .txt {padding-top:0;font-size:12px;line-height:17px;}
    .mainTopBanner .bannerArea .btnBannerClose {top:22px;right:15px;}
    .mainTopBanner .bannerArea .btnBannerClose img {width:13px;}
    .mainTopBanner .btnWrap {margin:15px 0 0;}
    .mainTopBanner .bannerArea .btn {width:100px;height:30px;font-size:13px;}

    .gnbDim{position:fixed;left:0;top:0;width:100%;height:1000000px;background:rgba(0,0,0,0.7);z-index:50;display:none;transform:translate3d(0,0,0)}
    .gnbWrapFull{min-width:100% !important;width:100%;z-index:100;position:fixed;left:0;top:0;background: none;transition:none;box-shadow:none;min-height:auto}
    .gnbWrapFull.ab{position:absolute}
    .gnbWrapFull a:focus{text-decoration:none}
    .gnbWrapFull.openSub {min-height: auto;overflow:visible;}
    .gnbWrapFull.openSub.findCar {min-height: auto;overflow:visible;}
    .gnbWrap {width: auto;height: 57px}
    .gnbWrap .gnbArea{padding-bottom:55px;float: none;padding-left: 0;font-size: 13px;}
    .gnbWrap .carListWrap .tabArea .tab.on .carList {margin:0 15px;font-size:0;line-height:0;}
    .gnbWrap .topBar{height:55px;box-shadow:0 1px 3px rgba(216,209,200,0.7);background:#fff;padding:0 15px;position:absolute;left:0;top:0;width:100%;z-index:20}
    .gnbWrap .topBar .logo{position:absolute;left:15px;top:18px;z-index:1;float:none;padding-top:0;}
    .gnbWrap .topBar .logo .topLogo{background:url("images/common/ico-logo-m.png") no-repeat;width:35px;height:18px;display:block;text-indent:-9999px;overflow:hidden;-webkit-background-size:35px auto;background-size:35px auto}
    .gnbWrap .topBar .btnBack{display:none;background:url("images/common/btn-back.png") no-repeat;width:18px;height:16px;text-indent:-9999px;overflow:hidden;-webkit-background-size:auto 16px;background-size:auto 16px;position:absolute;left:15px;top:19px;z-index:1}
    .gnbWrap .topBar.back .logo{display:none}
    .gnbWrap .topBar.back .btnBack{display:block}
    .gnbWrap .topBar .pageTitle{padding:0 80px;text-align:center;position:absolute;left:0;right:0;width:100%;display: block;}
    .gnbWrap .topBar .pageTitle .tit{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:16px;line-height:55px;font-family:"HyundaiMedium";width:100%;text-align:center}
    .gnbWrap .topBar .pageTitle .tit.arr{padding-right:10px}
    .gnbWrap .topBar .pageTitle .tit.arr:after{display:block;content:'';width:0;height:0;border-style:solid;border-width:5px 3.5px 0 3.5px;border-color:#000 transparent transparent transparent;position:absolute;right:0;top:50%;margin-top:-2px}
    .gnbWrap .topBar .pageTitle .tit.arr.on:after{border-width:0 3.5px 5px 3.5px;border-color:transparent transparent #000 transparent}
    .gnbWrap .topBar .pageTitle .subMenu{position:absolute;left:0;top:55px;width:100%;border-top:1px solid #e8e8e8;box-shadow:0 1px 3px rgba(216,209,200,0.7);overflow-y:auto;display:none}
    .gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSub_a{display:block;line-height:60px;height:60px;padding:0 20px;border-bottom:1px solid #e8e8e8;font-size:16px;position:relative;background:#fff;text-align:left}
    .gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSub_a.arr:after{display:block;content:'';background:url("images/common/ico-gnb-menu-m.png") no-repeat;-webkit-background-size:23px auto;background-size:23px auto;width:23px;height:23px;position:absolute;right:20px;top:50%;margin-top:-11px}
    .gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSub_a.on{color:#00aad2}
    .gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSub_a.arr.on:after{background-position:0 -23px}
    .gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSub_a.arr.on:after{background-position:0 -23px}
    .gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSubWrap .depSub .depSub_a{display:block;line-height:60px;height:60px;padding:0 16px;border-bottom:1px solid #e8e8e8;font-size:16px;position:relative;background:#f5f5f5}
    .gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSubWrap .depSub .depSub_a.on{color:#00aad2}
    .gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSubWrap .depSub .depSub_a.arr:after{display:none}
    .gnbWrap .topBar .rightArea{float:right;margin:19px 0 0 0;z-index:10;display: block}
    .gnbWrap .topBar .rightArea .gnbSearchMobile{float:left}
    .gnbWrap .topBar .rightArea .btnGnbSearch{float:left;background:url("images/common/ico-search-20-x-20@2x.png") no-repeat;width:15px;height:16px;display:block;text-indent:-9999px;overflow:hidden;-webkit-background-size:15px auto;background-size:15px auto}
    .gnbSearchArea{text-align:center;position:absolute;left:0;top:55px;display:none;width:100%}
    .gnbSearchArea .gnbSearch{width:100%;margin:0 auto;position:relative}
    .gnbSearchArea .gnbSearch .searchInput{position:relative;font-weight:normal;background:#00aad2}
    .gnbSearchArea .gnbSearch .searchInput .inputText{width:100%;border:0;padding-right:55px;font-size:16px;line-height:normal;height:60px;background:#00aad2;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 15px}
    .gnbSearchArea .gnbSearch .searchInput input.inputText::-webkit-input-placeholder{color:#fff}
    .gnbSearchArea .gnbSearch .searchInput input.inputText::-moz-placeholder{color:#fff}
    .gnbSearchArea .gnbSearch .searchInput input.inputText:-ms-input-placeholder{color:#fff}
    .gnbSearchArea .gnbSearch .searchInput input.inputText:-moz-placeholder{color:#fff}
    .gnbSearchArea .gnbSearch .btnSearch{position:absolute;right:0;top:0;display:block;width:45px;text-align:center;height:60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:url("images/common/btn-search-m.png") no-repeat center center;overflow:hidden;text-indent:-99999px;-webkit-background-size:15px auto;background-size:15px auto}
    .gnbSearchArea .gnbSearch .btnReset{display:none !important;position:absolute;right:55px;top:0;width:18px;text-align:center;height:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:url("images/common/btn-reset.png") no-repeat center center;overflow:hidden;text-indent:-99999px}
    .gnbSearchArea .gnbSearch .btnReset.on{display:block}
    .gnbSearchArea .gnbSearch .gnbautoSearchList{background:#fff;display:none;position:absolute;left:0;top:60px;width:100%}
    .gnbSearchArea .gnbSearch .autoSearch{background:#fff;text-align:left;padding:0 15px}
    .gnbSearchArea .gnbSearch .gnbautoSearchList .list{border-top:1px solid #f1f1f1}
    .gnbSearchArea .gnbSearch .gnbautoSearchList .list .link{display:block;font-size:14px;line-height:50px;text-decoration:none}
    .gnbSearchArea .gnbSearch .gnbautoSearchList .list .link .keyword{background:0;color:#00a1c7;font-family:"HyundaiMedium"}
    .gnbSearchArea .btnGnbClose{position:absolute;right:0;top:20px;display:none}
    .gnbWrap .topBar .rightArea .btnMobileMenu{float:left;background:url("images/common/btn-menu-open.png") no-repeat;width:16px;height:16px;display:block;text-indent:-9999px;overflow:hidden;-webkit-background-size:16px auto;background-size:16px auto;margin-left:15px}
    .gnbWrap .topBar .rightArea .btnMobileMenu.on{background-position:0 -16px;}
    .gnbWrap .scrollBox{position:absolute;top:55px;right:-100%;width:calc(100% - 30px);width:-webkit-calc(100% - 30px);background:#f6f3f2;overflow-y:auto;overflow-x:hidden;z-index:10;display:none;transition:right .3s}
    .gnbWrap .gnbArea .depSubWrap{display:none}
    .gnbWrap .gnbArea .dep1Wrap .dep1.langList {display:block;}
    .gnbWrap .gnbArea .dep1Wrap .dep1 {margin: 0;float: none;}
    .gnbWrap .carListWrap .tabArea .tab {float: none;}

    .gnbWrap .gnbArea .langList ul li{position:relative;border-bottom: 1px solid #e8e8e8;background:#fff;}
    .gnbWrap .gnbArea .langList ul li.on {background:#f5f3f2;}
    .gnbWrap .gnbArea .langList ul li a {display:none;font-size:13px;color:#666;line-height:40px;text-align:center;}
    .gnbWrap .gnbArea .langList ul li .active {display:block;font-weight:bold;color:#000;}
    .gnbWrap .gnbArea .langList ul li:after {display:block;content:'';width:0;height:0;border-style:solid;border-width:5px 3.5px 0 3.5px;       border-color: #000 transparent transparent transparent;position:absolute;right:20px;top:18px;margin-top:-2px;}
    .gnbWrap .gnbArea .langList ul li.on:after {border-width: 0 3.5px 5px 3.5px;border-color: transparent transparent #000 transparent;}

    .gnbWrap .gnbArea .tab .tabBtn{display:block;color:#000!important;font-family: 'HyundaiRegular'!important;background:none!important;line-height:60px!important;height:60px!important;padding:0 16px !important;border-bottom:1px solid #e8e8e8;font-size:16px;position:relative;width:100%!important;text-align:left!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
    .gnbWrap .gnbArea .tab .tabBtn.on{color:#00aad2}
    .gnbWrap .gnbArea .tab .tabBtn:after{display:block;content:'';width:0;height:0;border-style:solid;border-width:5px 3.5px 0 3.5px;border-color:#000 transparent transparent transparent;position:absolute;right:20px;top:50%;margin-top:-2px}
    .gnbWrap .gnbArea .tab .tabBtn.on:after{border-width:0 3.5px 5px 3.5px;border-color:transparent transparent #000 transparent}
    /* 확인필요 : 영역이 존재하지 않음 */.gnbWrap .gnbArea .tab .tabBtn.newWin:after{content:"";overflow:hidden;display:block;position:absolute;top:26px;right:20px;width:10px;height:10px;background:url("images/common/ico_gnb_newwin2_mo.png") no-repeat top left;background-size:10px 10px;border:0 !important;font-size:0;line-height:0}
    .gnbWrap .gnbArea .tab.all .tabBtn:after{display:none}
    .gnbWrap .gnbArea .tab .carList{display:none;padding:20px 0 0 0;overflow:hidden;border-bottom:1px solid #e8e8e8;position:relative;left: auto;top: auto;}
    .gnbWrap .gnbArea .tab.on .carList{display:block}
    .gnbWrap .carListWrap .tabArea .tab.on .carList .tabStit {padding: 0 15px;font-size: 14px;}
    .gnbWrap .gnbArea .tab .carList .item{display:inline-block;width:50%;margin-bottom:30px;vertical-align:top;margin-right: 0;float: none;}
    .gnbWrap .gnbArea .tab .carList .item img {width:100%; height:100%; margin-top:10px;}
    .gnbWrap .gnbArea .tab .carList .item .carTit{display:block;font-size:12px;font-family:"HyundaiMedium";margin-top:0;}
    .gnbWrap .carListWrap .carList .item .carPrice{display:block;font-size: 12px;line-height: 1.71;color: #000;}
    .gnbWrap .gnbArea .dep1Wrap .dep1 [class^="dep1_a"]{display:block;font-family: 'HyundaiRegular';line-height:60px;height:60px;padding:0 16px;border-bottom:1px solid #e8e8e8;font-size:16px;position:relative;background:#fff}/*190812 selector edit*/
    /* 확인필요 : 모바일용 이미지 없음(PC용으로 나옴) */
    .gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a:after{display:block;content:'';background:url("images/common/gnb_menu_mo.png") no-repeat;-webkit-background-size:23px auto;background-size:23px auto;width:23px;height:23px;position:absolute;right:12px;top:50%;margin-top:-11px}
    .gnbWrap .gnbArea .dep1Wrap .dep1.no-mark .dep1_a:after{display: none;}/*190808 add*/
    .yourLocationGnb .gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a:after{display:none}
    .gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a.on{color:#00aad2}
    .gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a.on:after{background-position:0 -23px}
    .gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a.on+.gnbSubArea{display:block}
    .gnbWrap .gnbArea .dep2Wrap {position: relative;width: auto;left:0;}
    .gnbWrap .gnbArea .depSubWrap{display:none}
    .gnbWrap .gnbArea .depSub .depSub_a{display:block!important;font-family: 'HyundaiRegular';line-height:60px!important;height:60px;padding:0 16px;border-bottom:1px solid #e8e8e8;font-size:16px;position:relative}
    .gnbWrap .gnbArea .depSub .depSub_a.on{color:#00aad2}
    .gnbWrap .gnbArea .depSub .depSub_a.arr:after{background: none!important;display:block;content:'';width:0!important;height:0!important;border-style:solid;border-width:5px 3.5px 0 3.5px;border-color:#000 transparent transparent transparent;position:absolute;right:20px!important;top:50%!important;margin-top:-2px}
    .gnbWrap .gnbArea .depSub .depSub_a.arr.on:after{ border-width:0 3.5px 5px 3.5px;border-color:transparent transparent #000 transparent}
    .gnbWrap .gnbArea .gnbGap {display: none;}

    .gnbWrap .gnbArea .dep3Wrap{padding:10px 0;border-bottom:1px solid #e8e8e8;position: relative;width: auto !important;left: auto !important;top:auto}
    .gnbWrap .gnbArea .dep3Wrap .depSub .depSub_a{display:block;line-height:40px!important;height:auto;padding:0 50px;font-size:14px;position:relative;border-bottom:0;color:#666!important}
    .gnbWrap .gnbArea .dep3Wrap .depSub .depSub_a.on{color:#00aad2}
    .gnbWrap .gnbArea .dep3Wrap .depSub .depSub_a:after{display:none}
    /* 확인필요 : 영역이 존재하지 않음 */.gnbWrap .gnbArea .dep3Wrap .depSub .depSub_a.newWin:after{content:"";overflow:hidden;display:block;position:absolute;top:15px;right:20px;width:10px;height:10px;background:url("images/common/ico_gnb_newwin_mo.png") no-repeat top left;background-size:10px 10px;font-size:0;line-height:0}
    .gnbWrap .gnbArea .depSubWrap.dep4Wrap{display:none !important}
    .gnbWrap .gnbArea .depSubWrap.dep5Wrap{display:none !important}
    .gnbWrap .gnbArea .btnGnbClose{display:none}
    .gnbWrap .gnbArea .gnbSubArea{display:none;height:auto !important;position: relative;top:0!important;left:auto;padding-top: 0;}
    .gnbWrap .gnbRight{display:none}
    .gnbWrapFull .temp{width:100%;background:#fff;text-align:center}
    .gnbWrapFull .temp img{width:auto;height:55px}

    .gnbWrap .carListWrap .tabArea .tab.on .carList li .icBadgeNew,
    .gnbWrap .carListWrap .tabArea .tab.on .carList li .icBadgeUpcoming {width:60px;height:14px;left:15px;}
    .gnbWrap .carListWrap .tabArea .tab.on .carList li .icBadgeNew {background-image:url("images/common/ico-new-m.png");}
    .gnbWrap .carListWrap .tabArea .tab.on .carList li .icBadgeUpcoming {background-image:url("images/common/ico-upcoming-m.png");}

    .contentWrap{width:100%;min-width:320px;}

    .footerWrap{background:#1c1b1b;padding-bottom:75px;height: auto;min-width:100%}
    .footerArea{position:relative;padding:0 0 127px 0;width: auto;}
    .footerArea .logo{position:absolute;left:0;bottom:62px;width:100%;text-align:center;top:auto}
    .footerArea .logo img{width:48px}
    .footerArea .footerMenu {width:auto;}
    .footerArea .footerMenu{overflow:hidden;padding:15px;text-align:center;letter-spacing:-0.02em;margin-bottom: 0}
    .footerArea .footerMenu ul{display:inline-block;text-align:left;overflow:hidden;vertical-align:top;position:relative}
    .footerArea .footerMenu li:first-child {padding-left: 12px;}
    .footerArea .footerMenu li{float:left;position:relative;padding:0 0 15px 12px;line-height:20px;width:50%;margin-left: 0;}
    .footerArea .footerMenu li a{color:#999;font-size:13px;font-family:'HyundaiRegular';}
    .footerArea .footerMenu li:after{display:block;content:none;position:absolute;left:0;top:3px;width:1px;height:9px;background:#333232}
    .footerArea .snsShare{position:relative;border-bottom:1px solid #1f1f1f;border-top:1px solid #1f1f1f;height:60px}
    .footerArea .snsShare ul{height:60px;padding:0 12px}
    .footerArea .snsShare li{float:left;width:16%;margin-left: 0}
    .footerArea .snsShare li a{display:block;height:60px;overflow:hidden;text-indent:-9999px;background-position:center center;background-repeat:no-repeat;margin: 0 auto;}
    .footerArea .snsShare li a.facebook{background-image:url("images/common/ico-sns-share-facebook-m.png");-webkit-background-size:auto 15px;background-size:auto 15px;background-position:center center;}
    .footerArea .snsShare li a.youtube{background-image:url("images/common/ico-sns-share-youtube-m.png");-webkit-background-size:auto 15px;background-size:auto 15px;background-position:center center;}
    .footerArea .snsShare li a.linked{background-image:url("images/common/ico-sns-share-linkedin-m.png");-webkit-background-size:auto 15px;background-size:auto 15px;background-position:center center;}
    .footerArea .snsShare li a.twitter{background-image:url("images/common/ico-sns-share-twitter-m.png");-webkit-background-size:auto 15px;background-size:auto 15px;background-position:center center;}
    .footerArea .snsShare li a.pinterest{background-image:url("images/common/ico-sns-share-pinterest-m.png");-webkit-background-size:auto 15px;background-size:auto 15px;background-position:center center;}
    .footerArea .snsShare li a.instar{background-image:url("images/common/ico-sns-share-instagram-m.png");-webkit-background-size:auto 15px;background-size:auto 15px;background-position:center center;}
    .footerArea .footerMenu li.tabE:after{width:auto;}
    .footerArea .footerMenu li.tabE {margin-left: 0;padding: 0 0 15px 12px;}
    .footerArea .copyright{color:#666;font-size:10px;line-height:1;position: absolute;left: 0;bottom: 0;display: table;width:100%;text-align:center;}
    .footerArea .goto{position:absolute;top:35px;left:20px;color:#999;font-size:14px;line-height:18px}
    .footerArea .goto a{padding-left:5px;color:#999;font-size:14px;text-decoration:underline}
    .footerArea .goto img.flag{width:auto;margin-right:15px;box-shadow:none !important;vertical-align:top}
    .footerDimBg{background:#000;position:fixed;left:0;top:0;width:100%;height:100%;z-index:110;opacity:.8;display:none}

    .footerArea .tabC {display: block;position: absolute;width: 100%;left: 0;bottom:-30px;text-align: center;}
    .footerArea .copyright .telgab {display: block;margin-top: -30px;padding-left: 0;}
    .footerArea .copyright  a {color: #666;}
    .footerArea .etc_ban {padding-bottom: 50px;float: none;margin-top: 0;margin-left: 0;} /* 20171120 fixed */
    .footerArea .etc_ban img {height: 24px;vertical-align: top;}
    .footerArea .etc_ban .mlg {margin-left: 19px;}
}

/* button
=======================*/

/* button area */
.btnWrap {min-width:100%;margin:0;padding:0;font-size: 0;line-height: 0;overflow: hidden;display:block;text-align:center;}
/*.btnWrap.col1,
 .btnWrap.col2, .btnWrap.col3, .btnWrap.col4 {margin: -10px -5px 0;} */
.btnWrap:after {content:"";display:block;clear:both;}
.btnWrap .col {display: inline-table;vertical-align:top;padding: 10px 5px 0;}

.btnWrap.col1 > .col,
.btnWrap.col2 > .col,
.btnWrap.col3 > .col,
.btnWrap.col4 > .col {width:25%;}
.btnWrap.col5 > .col {width:20%;}

.btnWrap .colWd {display: inline-table !important;min-width:140px;vertical-align:middle;padding:0;margin-left:10px;}
.btnWrap .colWd.lg {min-width:auto;width:48%;margin-left:2%;}
.btnWrap .colWd:nth-child(1) {margin-left:0;margin-top:0}

a.btn,
button.btn {display:table-cell;width:100%;height:50px;font-size:16px;padding:0 15px;background:#002c5f;color:#fff;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow: hidden !important;vertical-align: middle !important;position: relative;left: 0;right: 0;}

a.btnSm,
button.btnSm {height: 36px;line-height: 36px;font-size: 12px;}
a.btnLg
button.btnLg {height: 50px;line-height: 50px;font-size: 16px;}

a.btn.bgBtnGray,
button.btn.bgBtnGray {background:#767676;}
a.btn.bgBtnWhite,
button.btn.bgBtnWhite {background:#fff;}

.btnText {display: inline-block;line-height: 23px;font-size: 18px;font-family: "HyundaiMedium";text-align: left;position: relative;}
button.btnText {line-height: 1 !important;}
.btnText.sm {line-height: 14px;font-size: 14px;}
.btnText.navy {color: #002c5f;}
.btnText.white {color: #fff;}
.btnText.icoArrR {padding-right: 17px;position: relative;}
.btnText.icoArrR:after {content:"";display: block;width: 7px;height: 12px;margin-top: -6px;position: absolute;right: 0;top: 50%;}
.btnText.white.icoArrR:after {background: url('images/common/ico-arrow-right-white.png') no-repeat center center;}

.btnText.sm.icArrDown {padding-left: 20px;}
.btnText.sm.icDownload {padding-left: 20px;}
.btnText.sm.icArrDown:after {content: "";display: block;border-top: 6px solid #000;border-left: 4px solid transparent;border-right: 4px solid transparent;position: absolute;left: 0;top: 4px;}
.btnText.sm.icDownload:after {content: "";display: block;width: 9px;height: 9px;margin-top: -4px;background: url('images/common/ico-download.png') no-repeat center center;position: absolute;left: 0;top: 50%;}

.btnText.sm.icDownload2 {height:16px;padding-left: 26px;}
.btnText.sm.icDownload2:after {content: "";display: block;width:16px;height:16px;margin-top: -8px;background: url('images/common/ico-download3.png') no-repeat center center;position: absolute;left: 0;top: 50%;}

.btnText.sm.icArrDown2 {padding-left: 26px;}
.btnText.sm.icArrDown2:after {content: "";display: block;border-top: 9.5px solid #000;border-left: 8px solid transparent;border-right: 8px solid transparent;position: absolute;left: 0;top: 0px;}

@media screen and (max-width:1240px){
    .btnWrap.wide {margin-left: -25px;margin-right: -25px;}
    .btnWrap.wide button,
    .btnWrap.wide a,
    .btnWrap.wide span {width: 100%;}
}
@media screen and (max-width: 1024px){
    a.btn,
    button.btn {font-family: HyundaiMedium; font-size:15px;}

    .btnWrap.col1,
    .btnWrap.col2,
    .btnWrap.col3,
    .btnWrap.col4 {margin: -14px -7px 0;}
    .btnWrap .col {padding: 14px 7px 0;}

    .btnText  {line-height: 1.2;font-size: 15px;}
    .btnText.md {line-height: 18px;font-size: 15px;}
    .btnText.icoArrR {padding-right: 15px;}
    .btnText.md.icoArrR:after {width: 6px !important;height: 10px !important;margin-top: -6px !important;background-size: cover;}
}

@media screen and (max-width:767px){
    .btnWrap.col1,
    .btnWrap.col2,
    .btnWrap.col3,
    .btnWrap.col4 {margin: -10px -5px 0;}
    .btnWrap .col {padding: 10px 5px 0;}
    .btnWrap.col1 > .col {width:100%;}
    .btnWrap.col2 > .col {width:50%;}
    .btnWrap.col3 > .col {width:50%;}
    .btnWrap.col4 > .col {width:50%;}
    .btnWrap.col5 > .col {width:50%;}
    .btnWrap .colWd.sm {min-width:120px;}
    .btnWrap.col2 .col {width: 50%;}
    a.btn,
    button.btn {width:100%;}
    .btnWrap .btn{margin-top:10px;}
    .btnWrap .btn:first-child{margin-top:0}
}

/**** ui *****/
.sectionWrap {position: relative;}
.contentWrap {position:relative;padding-top:71px;}
.topBanner .contentWrap {position:relative;padding-top:71px;} /* 20171115 추가 */
.sectionInner {width: 100%;max-width: 1120px;margin: 0 auto;text-align:center;}
.sectionFull {width: 100%;min-width: 1120px;margin: 0 auto;}
.sectionFull.maxWd {max-width:1920px;}
.sectionFull.mdlWd {max-width:1600px;} /* 180419 */
.sectionInner.cfoo {width: 100%;max-width: 1120px;margin: 0 auto;}

/* D:web */
@media screen and (max-width:1240px){
    .contentWrap {min-width: 0 !important;}
    .sectionWrap {padding: 0 25px;}
    .sectionFull {width: auto;min-width: 0 !important;margin: 0 -25px;}

    .sectionInner {width: 100% !important;max-width: 100%;} /* 20170927 삭제 고려 */
}

/* D:tab */
@media screen and (max-width:1024px){
    .contentWrap {min-width: 0 !important;}
    .topBanner .contentWrap {/*padding-top:0;*/} /* 20171115 추가 */ /* 180430 */
    .sectionWrap {padding: 0 25px;}
    .sectionInner {width: 100%;max-width: 100%;min-width: 0;}
    .sectionFull {width: auto;min-width: 0;margin: 0 -25px;}
}

/* D:mobile */
@media screen and (max-width: 767px) {
    .contentWrap {min-width: 320px !important;padding-top:55px;}
    .topBanner .contentWrap {padding-top:0;} /* 20171115 추가 */
    .sectionWrap {padding: 0 15px;}
    .sectionInner {max-width: 100%;min-width: 290px;}
    .sectionFull {width: auto;min-width: 320px;margin: 0 -15px;}
    .sectionFull.mdlWd {margin:0;} /* 180423 */ /* add */
}

/**** table ****/
.tableWrap {width: 100%;}

/* tableScroll */
.tableInner.scroll {width: 100%;overflow-y: hidden;overflow-x: auto;}
.tableTypeCol {width: 100%;border-top: 1px solid #e4dcd3;border-bottom: 1px solid #e4dcd3;background: #fff;}
.tableTypeCol thead th {padding:13px 20px;font-size: 14px;line-height: 24px;color: #fff;border-top: 1px solid #fff;border-right: 1px solid #fff;background: #002c5f;box-sizing: border-box;font-family: "HyundaiMedium";font-weight: 400;}
.tableTypeCol tbody th {padding:13px 20px;line-height: 24px;ffont-size: 14px;text-align: center;border-top: 1px solid #e4dcd3;border-right: 1px solid #fff;background: #fff;box-sizing: border-box;font-family: "HyundaiMedium";font-weight: 400;}
.tableTypeCol tbody td {padding: 13px 20px;line-height: 24px;font-size: 14px;text-align: center;border-right: 1px solid #e4dcd3;border-top: 1px solid #e4dcd3;background: #fff;box-sizing: border-box;}
.tableTypeCol tbody tr td.ranking {background-color: #f6f3f2;}
.tableTypeCol thead tr th:first-child {border-left: 1px solid #fff;}
.tableTypeCol tbody tr:first-child th,
.tableTypeCol tbody tr:first-child td {border-top: 0;}
.tableTypeCol tbody tr th:first-child,
.tableTypeCol tbody tr td:first-child {border-left: 1px solid #e4dcd3;}
.tableTypeCol tbody tr:first-child th.bgDB,
.tableTypeCol tbody tr:first-child th.bgLB {border-top: 0 none !important;}
.tableTypeCol .bgLB {background: #fff !important;}
.tableTypeCol .bgDB {background: #e4dcd3 !important;}
.tableTypeCol .bgDB {border-top: 1px solid #fff !important;font-weight: 400;}
.tableTypeCol .bgLB {border-top: 1px solid #e4dcd3 !important;}
.tableTypeCol thead th span.txt {line-height:14px;font-family: "HyundaiRegular";font-size: 12px;}

/* table alignment */
.alignTHL th,
.alignTDL td {text-align:left !important;}
.alignTHC th,
.alignTDC td {text-align:center !important;}
.alignTHR th,
.alignTDR td {text-align:right !important;}

.alignTHL .tTitle li p,
.alignTDL .subTableContents li {text-align:left !important;}
.alignTHC .tTitle li p,
.alignTDC .subTableContents li {text-align:center !important;}
.alignTHR .tTitle li p,
.alignTDR .subTableContents li {text-align:right !important;}

.alignBTHL .subTitle {text-align:left !important;}
.alignBTHC .subTitle {text-align:center !important;}
.alignBTHR .subTitle {text-align:right !important;}

.tableTypeCol2 {width: 100%;border-top: 1px solid #e4dcd3;}
.tableTypeCol2.ctoc {table-layout: fixed;}
.tableTypeCol2 tr th {padding: 12px 20px 13px;font-size: 14px;line-height: 24px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;background:#e4dcd3;color:#000;font-family: "HyundaiMedium";font-weight: 400;}
.tableTypeCol2 tr td {padding: 20px;position: relative;font-size:14px;line-height:24px;border-left: 1px solid #fff;border-left: 1px solid #e4dcd3;background: #fff;border-bottom: 1px solid #e4dcd3;font-family:"HyundaiRegular";}
.tableTypeCol2 tr th:first-child,
.tableTypeCol2 tr td:first-child {border-left:1px solid #e4dcd3;}
.tableTypeCol2 tr th:last-child,
.tableTypeCol2 tr td:last-child {border-right:1px solid #e4dcd3;}

@media all and (max-width:1024px) {
    .tableTypeCol2 tr th {padding:15px; font-size:12px;line-height:17px;}
    .tableTypeCol2 tr td{padding:15px; font-size:12px; line-height:17px;}
   .tableTypeCol2 tr td:first-child {margin-top:32px;}
   .tableTypeCol2 tr:first-child td:first-child {margin-top:0}
}

.tableTypeCol3 {width: 100%;border-top: 1px solid #e4dcd3;}
.tableTypeCol3 tr th,
.tableTypeCol3 tr td {height: 43px;line-height: 1.286;box-sizing: border-box;}
.tableTypeCol3 tr th {padding: 12px 30px 12px 30px;font-size: 14px;font-family: "HyundaiRegular";font-weight: 400;text-align: left;border-left: 1px solid #fff;border-right: 1px solid #fff;border-bottom: 1px solid #fff;background:#e4dcd3;color:#000;}
.tableTypeCol3 tr th:first-child {border-left: 1px solid #e4dcd3;}
.tableTypeCol3 tr th:last-child {border-right: 1px solid #e4dcd3;}
.tableTypeCol3 tr td {position: relative;padding: 8px 30px;font-size:14px;border-left: 1px solid #e4dcd3;border-right: 1px solid #e4dcd3;border-bottom: 1px solid #e4dcd3;background: #fff;font-family:"HyundaiRegular";}

@media all and (max-width:767px){
    .tableTypeCol2.ctoc {table-layout: auto;}
}

/* ctod */
.ctodbox {width:100%;}
.ctodbox ul.tTitle li {display: block;float: left;width: 17.5%;background-color: #002c5f;height: 50px;  padding: 0;margin: 0;border-left:solid 1px #fff;}
.ctodbox ul.tTitle li.first {width:30%;}
.ctodbox ul.tTitle li.first > p {width:336px;}
.ctodbox ul.tTitle li > p {position: relative;display:table-cell;width:224px;height:50px;font-family: "HyundaiMedium";font-size:14px;color:#fff;vertical-align:middle;padding:0 12px;text-align:center;}
.ctodbox ul.tTitle li:first-child {border-left:0;}

.ctodWrap .tSub {width: 100%;}
.ctodWrap .tSub .subTitle {position: relative;width: 30%;height: 100px;float: left;}
.ctodWrap .tSub .subTitle .mobileFirtstTitle {position: relative;width: 70%;float: left;height: 100px;background-color: #e4dcd3;border-right:1px solid #fff;border-bottom:solid 1px #fff;padding:0 20px;}
.ctodWrap .tSub .subTitle .mobileFirtstTitle span {display: inline-block;line-height: 100px;font-family: "HyundaiMedium";vertical-align: middle;}
.ctodWrap .tSub .subTitle .mobileSecondTitle {position: relative;width: 30%;float: left;height: 50px;background-color: #e4dcd3;line-height: 50px;border-bottom:solid 1px #fff;padding:0 12px; text-align: center;}
.ctodWrap .tSub .subTableContents {width: 70%;float: left;}
.ctodWrap .tSub .subTableContents li {width: 25%;float: left;height: 50px;line-height: 50px;border-left:solid 1px #fff;font-size:14px;padding:0 12px;}
.ctodWrap .tSub .subTableContents li:nth-child(2n+1) {background-color: #f6f3f2;border-left:solid 1px #e4dcd3;border-bottom:solid 1px #e4dcd3;}
.ctodWrap .tSub .subTableContents li:nth-child(2n) {background-color: #fff;border-left:solid 1px #e4dcd3;border-bottom:solid 1px #e4dcd3;}
.ctodWrap .tSub .subTableContents .toL,
.ctodWrap .tSub .subTableContents .toR {width: 100%;border-right: #e4dcd3 1px solid;}

@media screen and (max-width: 1024px) {
    .ctodWrap .tSub .subTitle{height:90px;}
    .ctodWrap .tSub .subTitle .mobileFirtstTitle{padding:0 15px; font-size:12px;height:90px;}
    .ctodWrap .tSub .subTitle .mobileSecondTitle{height:45px; line-height:45px;font-size:12px;}
    .ctodWrap .tSub .subTableContents li{height:45px; line-height:45px; font-size:12px;}    
    .ctodWrap .tSub .subTitle .mobileFirtstTitle span{line-height:90px;}
    .ctodbox ul.tTitle li{height:45px;}
    .ctodbox ul.tTitle li > p{font-size:12px;height:45px;}
}
/* D:mobile */
@media screen and (max-width: 767px) {
    .ctodWrap h2{margin-top:0; font-size:27px; line-height:32px;}
    .ctodbox .tSub li.subTitle {display:block;width:100%;height: auto;}
    .ctodWrap .tSub ~ .tSub {padding-top:30px;}
    .ctodWrap .tSub .subTitle .mobileFirtstTitle {width: 100%;height: 45px;line-height: 45px;text-align:center;background-color:#002c5f;}
    .ctodWrap .tSub .subTitle .mobileFirtstTitle span {line-height: 1;color: #fff;}
    .ctodWrap .tSub .subTitle .mobileSecondTitle {width: 50%;}
    .ctodWrap .tSub .subTitle .mobileSecondTitle:nth-child(2n) {border-right: #fff 1px solid;}
    .ctodWrap .tSub .subTableContents {width: 100%}
    .ctodWrap .tSub .subTableContents li {line-height: 17px;padding:15px;height: auto;}
    .ctodWrap .tSub .subTableContents .toL {width: 50%;float: left;}
    .ctodWrap .tSub .subTableContents .toR {width: 50%;float: left;}
    .ctodWrap .tSub .subTableContents .toR li {border-left: none;}
    .ctodWrap .tSub .subTableContents li {width: 100%;}
    .ctodWrap .tSub .subTableContents li p.mobile {line-height:17px;}
}


/* D:tab */
@media screen and (max-width:1024px){
    /* tableScroll */
    .tableInner.scroll {width: 100%;max-width: 1210px;}
    .tableInner.scroll table {width: 100%;}

    .ctodList .ctodTit {width:120px;}
    .ctodList ul li.first div {margin-left:120px;}
}

/* D:mobile */
@media screen and (max-width: 767px) {
    .tableInner.scroll {min-width: 290px;max-width: 737px;}
    .tableInner.scroll {width: 100%;min-width: 100%;max-width: 1210px;}
    .tableInner.scroll table {width: 100%;min-width: 960px;}

    .tableTypeCol thead th {display:none;}
    .tableTypeCol tbody td {width:50%;}

    .tableTypeCol thead th {padding: 12px 10px;font-size: 12px;line-height: 17px;}
    .tableTypeCol thead th span.txt {font-size: 11px;}
    .tableTypeCol table tbody th {padding:12px 10px;line-height: 17px;font-size: 12px;}
    .tableTypeCol tbody td {padding: 12px 10px;line-height: 17px;font-size: 12px;}

    .tableTypeRow {width: 100%;border-bottom: 1px solid #e4dcd3;}
    .tableTypeRow tr th,
    .tableTypeRow tr th {padding: 7px 15px;font-size: 12px;}
    .tableTypeRow tr td {padding: 7px 15px;font-size:12px;}
}



/* tab : CTNA, CTNB, PNSB */
.tabWrap {position: relative;}
.tabWrap .tabActive {display: none;width: 100%;padding-left: 15px;padding-right: 15px;background: #444;font-size: 12px;font-family: "HyundaiMedium";color: #fff;text-decoration: none;text-align: left;box-sizing: border-box;overflow: hidden;} /* 버튼 */
.tabWrap .tabArea {height: 60px;overflow: hidden;}
.tabWrap .tabArea .tab {display: table;height: 60px;float: left;}
.tabWrap .tabArea .tab .link {display: table-cell;width: 100%;height: 60px;padding-left: 10px;padding-right: 10px;line-height: 14px;font-size: 14px;text-align: center;font-family: "HyundaiMedium";text-decoration: none;vertical-align: middle;word-break: break-word;/*background-color:#444;*/ color:#000;}
.tabWrap .tabArea .tab .link:hover,
.tabWrap .tabArea .tab .link:focus {color: #000;background-color: #fff;}
.tabWrap .tabArea .tab .link.on {color: #000;background-color: #fff;}
.tabWrap .tabArea .tab.all .link {color: #fff;background-color: #002c5f;}
.tabWrap .tabArea .tab.all .link:hover,
.tabWrap .tabArea .tab.all .link:focus {color: #000;background-color: #fff;}
.tabWrap .tabArea .tab.all .link.on  {color: #fff;background-color: #002c5f;}
.tabWrap .tabArea .tab .link > * {line-height: 16px;font-size: 14px;font-weight: 400;}
.tabWrap .tabArea li[aria-selected="false"] .link {color: #fff;background-color: #444;}
.tabWrap .tabArea li[aria-selected="true"] .link {color: #000;background-color: #fff; font-size:14px;line-height: 14px;}

.tabBox .tabCont {display:none;}
.tabBox .on {display:block;}

@media screen and  (max-width:1024px)  {
    .tabWrap .tabArea {height: 45px;}
    .tabWrap .tabArea .tab {height: 45px;}
    .tabWrap .tabArea .tab .link {height: 45px;}
    .tabWrap .tabArea .tab .link > * {font-size:12px;}
    .tabWrap .tabArea li[aria-selected="true"] .link {font-size:12px; line-height:12px;}
    .tabWrap .tabArea li[aria-selected="false"] .link{font-size:12px; line-height:12px;}
}

@media screen and  (max-width:767px)  {
    .tabWrap {margin: 0 -15px;line-height: 45px;}
    .tabWrap.noMg {margin: 0;}
    .tabWrap .tabActive {display: table;width: 100%;padding-left: 15px;padding-right: 15px;background: #444;font-size: 12px;font-family: "HyundaiMedium";color: #fff;text-decoration: none;text-align: left;box-sizing: border-box;overflow: hidden;}
    .tabWrap .tabActive span {display: table-cell;height: 45px;padding-right: 22px;line-height: 16px;vertical-align: middle;}
    .tabWrap:after {display: block;content: '';width: 7px;height: 7px;margin-top: -4px;background: url("images/common/ico-tab-right-arr-m.png") no-repeat right center;background-size: 7px auto;position: absolute;right: 15px;top: 22px;}

    .tabWrap .tabArea {width: 100%;height: auto;}
    .tabWrap .tabArea.open {display:block;}
    .tabWrap .tabArea .tab {display: none;height: auto;float: none;width:100% !important;}     
    .tabWrap .tabArea .tab .link {display: block;width: auto;height: auto; line-height: 16px;font-size: 12px;text-align: left;padding: 14px 35px 15px 10px}/* 20171121 padding: 14px 15px; 삭제 */ /* 180416 */
    .tabWrap .tabArea .tab.on {display: block; background-color:#656565;} /* 180416 */
    .tabWrap .tabArea .tab.on .link {/*display: table-cell; vertical-align:middle; */ color: #fff;background-color: #444; }/* 20171121 display: table-cell; vertical-align:middle; 추가*/ /* 180416 */
    .tabWrap .tabArea.open .tab {display: block;width: 100%;}
    .tabWrap .tabArea.open .tab .link {color: #fff;background-color: #444;}
    .tabWrap .tabArea.open .tab.on .link {/*display:table-cell; vertical-align:middle; color: #000; */ background-color:#656565;} /* 20171121 display: table-cell; vertical-align:middle; 추가*/ /* 180416 */
    .tabWrap .tabArea li[aria-selected="true"] .link {font-size:15px; line-height:15px;}
    .tabWrap .tabArea li[aria-selected="false"] .link{font-size:15px; line-height:15px;}
}

/* paging */
.paging {width: 100%;line-height: 16px;font-size: 0;text-align: center;position: relative;z-index: 1;}
.paging .btnPaging {display: inline-block;height: 11px;margin: 2px 8px 0;vertical-align: top;background: url('images/common/btn-paging.png') no-repeat;background-size: auto 22px;}
.paging .btnPaging.btnFirst {width: 13px;background-position: 0 -11px;}
.paging .btnPaging.btnPrev {width: 7px;background-position: -32px -11px;}
.paging .btnPaging.btnNext {width: 7px;background-position: -38px -11px;}
.paging .btnPaging.btnLast {width: 13px;background-position: right -11px;}
.paging .btnPaging.disabled {cursor: default;}
.paging .btnPaging.btnFirst.disabled {background-position: 0 0;}
.paging .btnPaging.btnPrev.disabled {background-position: -32px 0;}
.paging .btnPaging.btnNext.disabled {background-position: -38px 0;}
.paging .btnPaging.btnLast.disabled {background-position: right 0;}
.paging .number {display: inline-block;padding: 0 32px;overflow: hidden;vertical-align: top;}
.paging .number button {margin: 0 9px;font-family: "HyundaiMedium";font-size: 16px;float: left;}
.paging .number button:hover,
.paging .number button:focus {color: #00aad2;}
.paging .number button.on {color: #00aad2;text-decoration: underline;}

@media screen and (max-width: 767px) {
    .paging .btnPaging {height: 10px;margin-top: 1px;background-size: auto 20px;}
    .paging .btnPaging.btnFirst {width: 12px;background-position: 0 -10px;}
    .paging .btnPaging.btnPrev {width: 6px;background-position: -29px -10px;}
    .paging .btnPaging.btnNext {width: 6px;background-position: -35px -10px;}
    .paging .btnPaging.btnLast {width: 12px;background-position: right -10px;}
    .paging .btnPaging.btnFirst.disabled {background-position: 0 0;}
    .paging .btnPaging.btnPrev.disabled {background-position: -29px 0;}
    .paging .btnPaging.btnNext.disabled {background-position: -35px 0;}
    .paging .btnPaging.btnLast.disabled {background-position: right 0;}
    .paging .number{padding: 0 16px;}
    .paging .number button{font-size: 12px;margin: 0 9px;}
}

/* headArea */
.headArea2 {position:absolute; left:0; width:100%; z-index:9;}
.headArea .topSect {position:relative;max-width:1120px;margin:0 auto;overflow:hidden;}
.headArea .topSect .locWrap {float:left;}
.headArea .topSect .locWrap li {float:left;height:90px;line-height:90px;}
.headArea .topSect .locWrap a.link {display:inline-block;/* margin-right:11px; *//* padding:0 16px 0 0; *//* line-height: 26px; *//* font-size:16px; *//* color:#000; *//*text-decoration:underline;*//* background:url("images/common/ico-breadcrumb.png") no-repeat 100% 9px; *//* cursor: pointer; *//* text-decoration: underline; */}
.headArea .topSect .locWrap span {/* text-decoration:underline; */margin-right: 11px;padding: 0 16px 0 0;line-height: 26px;font-size: 14px;color: #000;/* text-decoration: underline; */background: url(images/common/ico-breadcrumb.png) no-repeat 100% 9px;/* cursor: pointer; */text-decoration: underline;}
.headArea .topSect .locWrap .active span {display:inline-block;color: #00aad2 !important;font-weight:normal;font-size:16px;line-height:26px;text-decoration:none;font-family:"HyundaiMedium";text-decoration: underline;background: none;}
.headArea .topSect .utilWrap {float:right;height:90px;line-height:90px;}
.headArea .topSect .utilWrap a.util {display:inline-block;line-height:18px;margin-left:23px;display:inline-block;padding:0 0 0 23px;font-size:14px;line-height:17px;color:#000;font-family:"HyundaiMedium";background-repeat:no-repeat;background-position:0 50%;}
.headArea .topSect .utilWrap a:first-child {margin-left:0;}
.headArea .topSect .utilWrap a.share {padding-left:23px;background-image:url("images/common/ico-sharing.png");}
.headArea .topSect .utilWrap a.print {padding-left:27px;background-image:url("images/common/ico-print.png");}
.headArea .tWrap {position:relative;height:540px;margin:0 30px;background:rgba(255,255,255,0.7);text-align:center;}
.headArea .tWrap .titInner {position:absolute;left:0;right:0;top:50%;padding:0 25px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);} /* 2017-11-12 */
.headArea .tWrap .ftit {font-size:58px;font-family:"HyundaiMedium";color:#000;}
.headArea .tWrap .stit {margin-top:10px;font-size:20px;font-family:"HyundaiRegular";color:#000;line-height:30px;}
.headArea .tWrap .stit.type1 {margin-top:20px;}
.headArea .bottmBtns {margin-top:50px;}
.headArea .bottmBtns.btnWrap .colWd {margin-left:20px;}
.headArea .bottmBtns.btnWrap .colWd:first-child {margin-left:0;}
.layerPop{display:none;position:fixed;left:0;right:0;top:0;bottom:0;z-index:99999}
.layerPop .dim{position:fixed;left:0;right:0;top:0;bottom:0;background:url("images/common/popup-bg.png") repeat left top}
.layerPop .layerPopArea{position:relative;width:700px;margin:0 auto;top:120px;padding-bottom:100px;z-index: 910;}
.layerPop .layerPopArea.w550{width:550px}
.layerPop .layerPopArea .btnLayerClose{display:block;position:absolute;top:30px;right:30px;text-indent:-9999px;width:16px;height:16px;background:url("images/common/btn-layer-close.png") no-repeat}
.layerPop .popCont{padding:60px;background:#fff;text-align:center}
.layerPop .popCont .headTit{display:block;padding:15px 0;text-align:center;font-size:24px;line-height:30px}
.layerPop .popCont .titMsg{display:block;margin:10px 0 40px 0;font-size:20px}
.layerPop .popCont .titMsg a{display:block;color:#002c5f;text-decoration:underline}
.layerPop .popCont .icoNoti{display:block;text-indent:-9999px;width:45px;height:45px;background:url("images/common/ico_noti.png") no-repeat;margin:0 auto}
.layerPop .popCont .icoNoti1{display:block;text-indent:-9999px;width:45px;height:45px;background:url("images/common/ico_noti_1.png") no-repeat;margin:0 auto}
.layerPop .popCont .message{margin:40px 0 20px 0;color:#000}
.layerPop .popCont .message.bold{font-family:'HyundaiMedium'}
.layerPop .popCont .message.wrong{color:#00aad2}
.layerPop .popCont .conArea{text-align:left}
.layerPop .popCont .inputWrap{width:100%}
.layerPop .popCont .inputWrap input.txt{width:100%;height:50px !important;border:1px solid #e4dcd3 !important}
.layerPop .popCont .etc{margin-top:40px;padding-top:40px;border-top:1px solid #e4dcd3}
.layerPop .popCont .etc .message{margin-top:0}
.layerPop .popCont .btnWrap{margin-top:30px;padding-bottom:0}
.layerPop .shareList{display:table;width:100%;text-align:center;font-size:0;margin:30px 0 20px 0}
.layerPop .shareList li{display:inline-block;vertical-align:middle;margin:0 0 0 48px}
.layerPop .shareList li:first-child{margin-left:0}
.layerPop .shareList li a{display:block;width:60px;height:43px;text-indent:-9999px}
.layerPop .shareList li a:hover,.layerPop .shareList li a:focus{background-position:0 -43px !important}
.layerPop .shareList li.btnFacebook a{background:url("images/common/sns-share-layer-facebook.png") no-repeat}
.layerPop .shareList li.btnGoogle a{background:url("images/common/sns-share-layer-google.png") no-repeat}
.layerPop .shareList li.btnTwitter a{background:url("images/common/sns-share-layer-twitter.png") no-repeat}
.layerPop .shareList li.btnLinkedIn a{background:url("images/common/sns-share-layer-linkedin.png") no-repeat}

/* SAVO, No Component : search */
.headArea .searchSect .searchTit {margin-bottom:12px;}
.headArea .searchSect .inputBox {margin:0 auto 10px auto;}
.headArea .searchSect .searchResultWrap {width:608px;margin:0 auto;text-align:left;}
.headArea .searchSect .searchResultWrap dl.searchResult dt {display:inline-block;margin-right:20px;font-size:16px;line-height:2;color:#000;text-align:left;font-family:"HyundaiMedium"}
.headArea .searchSect .searchResultWrap dl.searchResult dd {display:inline-block;font-size:14px;line-height:2.29;color:#00aad2;text-align:left;font-family:"HyundaiRegular"}

/* topVisualWrap */
.headArea .topVisualWrap {overflow: hidden;position:relative;}
.headArea .topVisualWrap .visual {max-width: 1860px;height: 540px;margin: 0 auto;overflow: hidden;}
.headArea .topVisualWrap .visualInner img {width: auto;position: absolute;left: 50%;bottom: 0;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.headArea .topVisualWrap .titWrap {width: 100%;max-width: 1120px;padding-top: 68px;text-align: left;position: absolute;left: 50%;top: 0;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);z-index: 2;}
.headArea .topVisualWrap .titWrap .stit {margin-top: 14px;font-family: "HyundaiRegular";}

@media screen and (max-width:1240px){
    .headArea .topSect,
    .headArea .tWrap {margin:0 auto; max-width: 768px;}
    .headArea .topVisualWrap {margin: 0 15px;}
    .headArea .topVisualWrap .titWrap {padding: 68px 35px 0;}
    .headArea .topVisualWrap .titWrap .stit {margin-top: 8px;}
}

@media screen and (max-width:1024px){
    .headArea .tWrap {height:340px;}
    .headArea .topSect .locWrap {margin-left: 25px;}
    .headArea .topSect .locWrap li,
    .headArea .topSect .utilWrap {height:80px;line-height:120px;}
    .headArea .topSect .utilWrap {margin-right:25px;}
    .headArea .tWrap .ftit {font-size:30px;line-height:35px;}
    .headArea .tWrap .stit {font-size:14px;line-height:19px;}
    .headArea .searchSect .searchTit {margin-bottom:12px;}
    .headArea .searchSect .inputBox {margin:0 auto 8px auto;}
    .headArea .searchSect .searchResultWrap {width:430px;}
    .headArea .topVisualWrap .visual {height: 340px;}
    .headArea .topVisualWrap .titWrap {padding: 58px 35px;}
}

@media screen and (max-width: 767px) {
    .headArea {padding:0;}
    .headArea .topSect {display:none;}
    .headArea .tWrap {height:390px;background:rgba(255,255,255,0.7);}
    .headArea .searchSect .searchResultWrap {width:auto;}
    .headArea .bottmBtns.btnWrap .colWd {width:50%;margin:0;padding-right:10px;min-width:0;}
    .headArea .bottmBtns.btnWrap .colWd:last-child {padding-left:10px;padding-right:0;}
    .headArea .topVisualWrap{margin:0 15px;}
    .headArea .topVisualWrap .visualInner img{width:100%; position: static; transform: none;}
    .headArea .topVisualWrap .visual {height: auto;}
    .headArea .topVisualWrap .titWrap {padding: 58px 20px;}
}

/* contentWrap BG */
.homeBgType1 {background:url("images/bg2/bg-contentwrap01.jpg") no-repeat 50% 0;}
.homeBgMain {background:url("images/bg2/bg-contentwrap02.jpg") no-repeat 50% 0;}
.findACarBgPip {background:url("images/bg2/bg-contentwrap03.jpg") no-repeat 50% -45px;}
.findACarBgType1 {background:url("images/bg2/bg-contentwrap04.jpg") no-repeat 50% 0;}
.buildACarBgType1 {background:url("images/bg2/bg-contentwrap08.jpg") no-repeat 50% 0;}
.buildACarBgType2 {background:url("images/bg2/bg-contentwrap04.jpg") no-repeat 50% 0;}
.buildACarBgType3 {background:url("images/bg2/bg-contentwrap05.jpg") no-repeat 50% 0;}
.buildACarBgType4 {background:url("images/bg2/bg-contentwrap06.jpg") no-repeat 50% 0;}
.buildACarBgType5 {background:url("images/bg2/bg-contentwrap07.jpg") no-repeat 50% 0;}
.connectToServiceBgType1 {background:url("images/bg2/bg-contentwrap01.jpg") no-repeat 50% 0;}
.connectToServiceBgType2 {background:url("images/bg2/bg-contentwrap09.jpg") no-repeat 50% 0;}
.hyundaiStoryBgType3 {background:url("images/bg2/bg-contentwrap10.jpg") no-repeat 50% 0;}
.hyundaiStoryBgType1 {background:url("images/bg2/bg-contentwrap10.jpg") no-repeat 50% 0;}
.hyundaiStoryBgType2 {background:url("images/bg2/bg-contentwrap01.jpg") no-repeat 50% 0;}
.landingPageBgType1 {background:url("images/bg2/bg-contentwrap09.jpg") no-repeat 50% 0;}

@media all and (max-width:767px) {
    .homeBgType1,
    .homeBgMain,
    .findACarBgPip,
    .findACarBgType1,
    .buildACarBgType1,
    .buildACarBgType2,
    .buildACarBgType3,
    .buildACarBgType4,
    .buildACarBgType5,
    .connectToServiceBgType1,
    .connectToServiceBgType2,
    .hyundaiStoryBgType3,
    .hyundaiStoryBgType1,
    .hyundaiStoryBgType2,
    .landingPageBgType1 {background-position:50% 0;}
}

/* errorSiteMap */
.errorSiteMap {max-width:1120px;margin:100px auto 130px;transform:translate(70px, 0);}
.errorSiteMap .esTit {font-size:20px;color:#000;font-family:"HyundaiMedium";line-height:30px;}
.errorSiteMap .innerWrap {margin:30px 0 0;display:table;width:100%;}
.errorSiteMap .innerWrap .col {display:table-cell;width:25%;vertical-align:top;}
.errorSiteMap .innerWrap .col .colTit {font-size:16px;color:#000;line-height:28px;font-family:"HyundaiMedium";}
.errorSiteMap .innerWrap .col .list {margin:8px 0 0;}
.errorSiteMap .innerWrap .col .list li {font-size:14px;line-height:24px;font-family:"HyundaiRegular";}
.errorSiteMap .innerWrap .col .list li a {text-decoration:underline;}

@media all and (max-width:1024px) {
    .errorSiteMapOuter {text-align:center;}
    .errorSiteMap {margin:50px auto 70px;display:inline-block;transform:translate(0, 0);}
    .errorSiteMap .esTit {font-size:17px;line-height:22px;text-align:left;}
    .errorSiteMap .innerWrap {margin-top:15px;overflow:hidden;display:block;text-align:center;}
    .errorSiteMap .innerWrap .col {display:inline-block;width:auto;margin-left:50px;text-align:left;}
    .errorSiteMap .innerWrap .col:first-child {margin-left:0;}
    .errorSiteMap .innerWrap .col .colTit {font-size:14px;line-height:21px;}
    .errorSiteMap .innerWrap .col .list li {font-size:12px;line-height:17px;}
}

@media all and (max-width:767px) {
    .errorSiteMap {display:block;margin:0 25px;padding:50px 0 30px;}
    .errorSiteMap .innerWrap {overflow:hidden;}
    .errorSiteMap .innerWrap .col {float:left;width:50%;margin:0 0 30px;}
}

/* errorPage */
.errorPage {margin:50px auto 0;max-width:1150px;padding:0 25px;}
.errorPage .eTit {font-size:58px;color:#000;text-align:center;font-family:"HyundaiMedium";}
.errorPage .desc {margin-top:20px;font-size:20px;color:#000;line-height:30px;font-family:"HyundaiRegular";}
.errorPage .btnWrap {margin-top:50px;text-align:center;}

@media all and (max-width:1024px) {
    .errorPage .eTit {font-size:30px;line-height:35px;}
    .errorPage .desc {max-width:550px;margin:10px auto 0;font-size:14px;line-height:19px;}
}

@media all and (max-width:1024px) {
    .errorPage {margin:85px 40px 0;padding:0;}
}

/* 비쥬얼 */
.topVisualArea{position:relative;height:540px;padding:0 30px}
.topVisual{position:relative;min-width:1120px;margin:0 auto;overflow:hidden;max-width:1800px;height:540px}
.topVisual .visual{width:1860px;position:absolute;left:50%;top:0;margin-left:-930px}
.topVisual .visual img{width:1860px}
.topVisual .titWrap{position:absolute;top:0;left:0;right:0;margin:0 auto;width:1120px;text-align:left;padding-top:71px}
.topVisual .titWrap .ico{margin:-11px 0 11px}
.topVisual .titWrap .ftit{font-size:58px;line-height:64px;font-family: 'HyundaiMedium'}
.topVisual .titWrap .stit{margin-top:12px;font-size:20px;line-height:26px;max-width:440px}
.topVisual .titWrap .btn{margin-top:80px}
.topVisualArea.vMiddle .middle{position:absolute;left:0;top:0;display:table;width:100%;height:100%}
.topVisualArea.vMiddle .middle .titWrap{display:table-cell;vertical-align:middle;padding-top:0;position:relative;left:auto;top:auto;right:auto;text-align:center}
.topVisualArea.vMiddle .middle .titWrap .stit{max-width:none}

.contTop{background-color:#e4dcd3;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover}
.contTop.topVisNone{background-color:#fff}
.contH1topWaveBg {background:url("images/bg/bg-corp-info-affiliates-stg-pc.jpg") no-repeat;}

@media screen and (max-width:1024px){
    .contTop{width:100%;min-width:768px;padding-top:10px;}
    .topVisual img{width:100% !important}
    .topVisual{position:relative;padding:0;width: 100%;max-width: 100%;height: auto;min-width:100%;}
    .topVisual .visual {position: relative;width: 100%;height: auto;left: 0;margin-left: 0;top:0}
    .topVisualArea{position:relative;height: auto;padding: 0 15px;}
}

/* D:mobile */
@media screen and (max-width: 767px){
    .contTop{width:100%;min-width:320px;padding-top:30px;background-color:#e4dcd3;background-repeat:no-repeat;background-position:center bottom;background-size:100% 100%;display:table}
    .topVisualArea{position:relative;height: auto;padding: 0 15px;}
    .topVisual{position:relative;padding:0;width: 100%;max-width: 100%;height: auto;min-width:100%;}
    .topVisual img{width:100% !important}
    .topVisual .visual {position: relative;width: 100%;height: auto;left: 0;margin-left: 0;top:0}
    .topVisual .titWrap{position:absolute;top:0;left:0;right:0;width:100%;padding:50px 35px 0}
    .topVisual .titWrap .ico{height:30px;margin-bottom:5px}
    .topVisual .titWrap .ico img{width:auto;height:auto}
    .topVisual .titWrap .ftit{font-size:30px;line-height:35px}
    .topVisual .titWrap .stit{margin-top:7px;font-size:14px;line-height:19px;padding-right:10%}
    .topVisual .titWrap .btn{margin-top:40px}
    .topVisualArea.vMiddle .middle{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:table;width:100%;height:100%}
    .topVisualArea.vMiddle .middle .titWrap{display:table-cell;vertical-align:middle;padding-top:0;position:relative;left:auto;top:auto;right:auto;text-align:center}
    .topVisualArea.vMiddle .middle .stit{padding-right:0}
    .contH1topWaveBg {background:url("images/bg/bg-corp-info-affiliates-stg-m.jpg") no-repeat;}
}

/******** form ********/
/* reset */
/* input text
=======================*/
input[type=text], input[type=number], input[type=tel], input[type=password], input[type=date], input[type=email] {display: inline-block;width: 100%;height: 44px;padding: 0 5px 0 20px;line-height: 44px;font-size: 14px;color: #666;border: 1px solid #e4dcd3;box-sizing: border-box;background: #fff;}
::-webkit-input-placeholder{color:#999}
::-moz-placeholder{color:#999}
:-ms-input-placeholder{color:#999}
:-moz-placeholder{color:#999}

@media screen and (max-width:1024px){
    input[type=text], input[type=number], input[type=tel], input[type=password], input[type=date], input[type=email] {height: 35px;line-height: 35px;font-size: 12px;}
}
 /* reset end */

/****** 셀렉트 클래스 ***********/
.selForm select {display: inline-block;width: 100%;height: 40px;padding-left: 20px;color: #666;border: 0;background: url("images/common/ico-select-right-arr.png") no-repeat right center;box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;appearance: none;text-indent:1px; text-overflow:"";background-color: #f6f3f2;font-size:16px;padding-right: 42px;}
.selForm select:focus {outline: 2px solid #a4c6fd;}
.selForm select::-ms-expand {display: none;}
.selForm select.bgWhite {border: 1px solid #e5e5e5;background: #fff url("images/common/ico-select-right-arr.png") no-repeat right center !important;}
.selForm select.bdNone {border: 0 none; outline:none;}
.selForm select.noarrow {background:#fff none !important;}
@media screen and (max-width:1024px) {
    .selForm select {height: 35px;padding-left: 15px;font-size: 12px;}
}


/* input search
=======================*/
.inputBox {display: block;width: 100%;background: #fff;box-sizing: border-box;position: relative;}
.inputBox.widMd {width: 460px !important;}
.inputBox.widLg {width: 608px !important;}
.inputBox.searchBox {width: auto;background: transparent;overflow: hidden;}
.posIconR {display: block;padding-right: 55px;overflow: hidden;box-sizing: border-box;position: relative;}
.posIconR .posRight {position: absolute;right: 0;top: 0;}

.inputSearch {display: inline-block;width: 100%;height: 40px;padding: 0 20px;line-height: 40px;color: #000;font-size: 14px;border: 0 none;box-sizing: border-box !important;}
.inputSearch.hLg {height: 44px;line-height: 44px;}
.inputSearch.hXlg {height: 50px;line-height: 50px;}
.inputSearch.bgGray {background: #f6f3f2;}
.inputSearch::-webkit-input-placeholder{color: #666;}
.inputSearch::-moz-placeholder{color: #666;}
.inputSearch:-ms-input-placeholder{color: #666;}
.inputSearch:-moz-placeholder{color: #666;}

.btnSearch {display: inline-block;width: 55px;height: 44px;text-indent: -9999px;text-align: center;background: url("images/common/btn-search.png") no-repeat center center;box-sizing: border-box;overflow: hidden;}
.inputBox.widLg .btnSearch {height: 50px;}

.inputBox.searchBox .inputSearch {width: 380px;float: left;}
.inputBox.searchBox .btnBasic {min-width: 120px;margin-left: 12px;float: left;}
.inputBox.searchBox .posIconR {width: 380px;float: left;}
.posIconR.icoLocation:after {content: "";display: block;width: 40px;height: 40px;background: url("images/common/ico-location.png") no-repeat center center;position: absolute;right: 0;top: 0;}
.posIconR.icoLocation .inputSearch {padding-right: 55px;}
.WTbHid {display: none}
@media screen and (max-width:1024px){
    .inputSearch.hXlg {height:40px;line-height:40px;}
    .inputBox.widLg {width:430px !important;}
    .inputBox.widLg .btnSearch {height: 40px;}
}
@media screen and (max-width:767px)  {
    .inputSearch.hXlg {height: 50px;line-height: 50px;}
    .inputBox,
    .inputBox.widLg {width: 100% !important;}
    .inputBox.widLg .btnSearch {height: 50px;}
    .mbHid {display: none}
    .WTbHid {display: block}
}

/** 웹에서만 블럭 처리 **/
.wtOnlyBlock {display: block;}
/* 모바일에서만 노출 : 190812 add */
.moOnlyBlock {display: none;}
/* D:mobile */
@media screen and (max-width: 740px) and (min-width: 0) {
    .wtOnlyBlock {display: inline;}
    .moOnlyBlock {display: block;}/*190812 add*/
}

/* radio
=======================*/
.radioboxWrap {display: block;font-size: 0;line-height: 0;}
.radioboxWrap .radioBoxInner {display: inline-block;vertical-align: top;position: relative;}
/*.radioboxWrap .radioBoxInner ~ .radioBoxInner {margin-left: 7px;}*/
.radioboxWrap .radioBoxInner input[type=radio] {/*display: none;*/opacity: 0;-webkit-appearance: none; width: 0;height: 0;position: absolute;left: 0;top: 0;}
.radioboxWrap .radioBoxInner label {display: inline-block;min-height: 18px;padding-left: 28px;line-height: 18px;font-size: 14px;vertical-align: top;cursor: pointer; padding-right: 76px}/* 20171121 padding-right fixed */
.radioboxWrap .radioBoxInner input[type=radio] ~ label:before {content: "";display: inline-block;width: 18px;height: 18px;border: 2px solid #999;border-radius: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: absolute;left: 0;top: 0;}
.radioboxWrap .radioBoxInner input[type=radio]:checked ~ label:before {border: 2px solid #00aad2;}
.radioboxWrap .radioBoxInner input[type=radio]:checked ~ label:after {content: "";display: inline-block;width: 8px;height: 8px;border-radius: 100%;background: #00aad2;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: absolute;left: 5px;top: 5px;}
.radioboxWrap .radioBoxInner input[type=radio]:focus ~ label:before {border: 2px solid #00aad2;box-shadow: 0 0 4px #00aad2;}

.radioboxWrap .radioBoxInner{
	margin:5px;
}

/* D:mobile */
@media screen and (max-width:760px) {
   
    .radioboxWrap .radioBoxInner label {min-height: 16px;padding-left: 25px;line-height: 16px;font-size: 12px;padding-right: 10px;}
    .radioboxWrap .radioBoxInner input[type=radio] ~ label:before {width: 16px;height: 16px;}
    .radioboxWrap .radioBoxInner input[type=radio]:checked ~ label:after {left: 4px;top: 4px;}
}

/* checkbox
=======================*/
.checkboxWrap {display: block;font-size: 0;line-height: 0;}
.checkboxWrap .checkboxInner {display: inline-block;vertical-align: top;position: relative;overflow:hidden;}
.checkboxWrap .checkboxInner ~ .checkboxInner {margin-left: 7px;}
.checkboxWrap .checkboxInner input[type=checkbox] {/*display: none;*/ position: absolute;left:-30px;top:-30px;}
.checkboxWrap .checkboxInner label {display: inline-block;min-height: 18px;padding-left: 28px;line-height: 18px;font-size: 14px;vertical-align: top;cursor: pointer;}
.checkboxWrap .checkboxInner input[type=checkbox] ~ label:before {content: "";display: inline-block;width: 18px;height: 18px;border: 2px solid #999;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: absolute;left: 0;top: 0;}
.checkboxWrap .checkboxInner input[type=checkbox]:checked ~ label:before {border: 2px solid #00aad2;background: url("images/common/ico-checkbox.png") no-repeat center center;background-size: 10px;}
.checkboxWrap .checkboxInner input[type=checkbox]:focus ~ label:before {border: 2px solid #00aad2;box-shadow: 0 0 3px #00aad2;}
.checkboxWrap .checkboxInner input[type=checkbox]:disabled ~ label:before,
.checkboxWrap .checkboxInner input[type=checkbox].disabled ~ label:before {border: 2px solid #e5e5e5;background: #f2f2f2;}

/* D:mobile */
@media screen and (max-width:767px) {
    .checkboxWrap .checkboxInner ~ .checkboxInner {margin-left: 25px;}
    .checkboxWrap .checkboxInner label {min-height: 16px;padding-left: 25px;line-height: 16px;font-size: 14px;}
    .checkboxWrap .checkboxInner input[type=checkbox] ~ label:before {width: 16px;height: 16px;}
}

/* Find a car > topBar */
span.gt_cta,
span.configurator,
span.drive,
span.quote {display:inline-block;margin-right: 20px;vertical-align:top;}
span.gt_cta,
span.configurator img,
span.drive img,
span.quote img {width: 32px;height: 32px;}
span.hiddenTm {display:inline-block;}

@media screen and  (max-width:1024px) {
    span.gt_cta,
    span.configurator,
    span.drive,
    span.quote {margin-right:18px;}
    span.gt_cta,
    span.configurator img,
    span.drive img,
    span.quote img {width: 26px;height: 26px;}
    span.hiddenTm {display:none;}
}

@media screen and  (max-width:767px) {
    span.gt_cta,
    span.configurator,
    span.drive,
    span.quote {margin-right:0px;margin-bottom:4px;}
}

/******** list style ********/
.itemWrap {width: 100%;overflow: hidden;}
.itemWrap em,
.itemWrap i {font-style: normal;}
.txtLineBox ~ .itemWrap {padding-top: 20px;}
.itemWrap .itemListWrap {margin: -60px -16px 0;font-size: 0;line-height: 0;position: relative;}
.itemWrap.mg2 .itemListWrap {margin: -60px -10px 0;}
.itemWrap.mg3 .itemListWrap {margin: -60px -15px 0;}
.itemWrap.mg4 .itemListWrap {margin: -60px -10px 0;}
.itemWrap .itemListWrap:after {content: "";display: block;clear: both;}
.itemWrap .itemList {display: inline-table;margin-top: 60px;vertical-align: top;}
.itemWrap .itemList .listInner {margin: 0 16px;}
.itemWrap.mg2 .itemList .listInner {margin: 0 10px 0;}
.itemWrap.mg3 .itemList .listInner {margin: 0 15px 0;}
.itemWrap.mg4 .itemList .listInner {margin: 0 10px 0;}
.itemWrap .itemList .itemTopTit {padding-bottom: 10px;line-height: 40px;font-size: 30px;font-family: "HyundaiMedium";letter-spacing: 0.5px;}
.itemWrap .itemList .itemLink,
.itemWrap .itemList .img {display: block;}
.itemWrap .itemList .itemTit {padding-bottom: 6px;}
.itemWrap .itemList .conTit {width:100%;}
.itemWrap .itemList .itemTit [class*=subTit],
.itemWrap .itemList .itemTit [class*=conTit] {display: inline-block;vertical-align: middle;}
.itemWrap .itemList .itemLink:hover [class*=subTit],
.itemWrap .itemList .itemLink:hover [class*=conTit],
.itemWrap .itemList .itemLink:hover [class*=conArea] {text-decoration: underline;}
.itemWrap .img {display: block;width: 100%;margin-bottom: 10px;padding-bottom: 53.58%;text-align: center;overflow: hidden;position: relative;}
.itemWrap .video {display: block;width: 100%;margin-bottom: 10px;padding-bottom: 53.58%;text-align: center;overflow: hidden;position: relative;}
.itemWrap .img img {width: auto;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.itemWrap .video img {width: auto;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.itemWrap .itemList .itemCon {display: block;line-height: 1.43;color: #666;font-size: 14px;font-family:"HyundaiRegular";}
.itemWrap .itemList .itemCon .conAreaS {line-height: 20px;}
.itemWrap .itemList .itemCon [class*=conArea] ~ [class*=conArea] {padding-top: 2px;}
.itemWrap .itemList .itemCon.pd0 [class*=conArea] ~ [class*=conArea].pd0 {padding-top: 0;}
.itemWrap .itemList .itemCon .conBlock {display: block;}
.itemWrap .itemList .checkboxWrap {padding-bottom: 8px;}
.itemWrap .itemList .checkboxWrap .checkboxInner label.subTitS,
.itemWrap .itemList .checkboxWrap .checkboxInner label.conTit {font-size: 16px;line-height: 20px;}
.itemWrap .itemList .checkboxWrap .checkboxInner input[type=checkbox] ~ label.subTitS:before,
.itemWrap .itemList .checkboxWrap .checkboxInner input[type=checkbox] ~ label.conTit:before {top: 1px;}
.itemWrap .itemList .checkboxWrap .checkboxInner label.subTitM {font-size: 20px;line-height: 30px;}
.itemWrap .itemList .checkboxWrap .checkboxInner input[type=checkbox] ~ label.subTitM:before {top: 6px;}
.itemWrap .itemList .checkboxWrap ~ .itemCon {padding-left: 28px;}
.itemWrap .itemList .itemBtnWrap {display: table;width: 100%;}
.itemWrap .itemList .itemBtnWrap .left,
.itemWrap .itemList .itemBtnWrap .right {display: table-cell;vertical-align: middle;}
.itemWrap .itemList .itemBtnWrap .right {text-align: right;}
.secListBox ~ .secListBox {padding-top: 80px;}
.secSpaListWrap .conAreaS.icoNote {margin-top: 60px;}
.btnMoreWhite {width: 100%;height: 50px;line-height: 50px;color: #767676;font-size: 15px;font-family: "HyundaiMedium";text-align: center;box-sizing: border-box;}
.btnMoreWhite .icoArr {display: inline-block;padding-right: 17px;position: relative;}
.btnMoreWhite .icoArr:after {content: "";display: block;margin-top: -2px;border-top: 5px solid #767676;border-left: 4px solid transparent;border-right: 4px solid transparent;position: absolute;right: 0;top: 50%;}

.itemWrap.bttmLayer .itemLayer {display: none;margin-top: 35px;padding: 40px 60px;background: #f6f3f2;position: absolute;top: 0;left: 10px;right: 10px;z-index: 1;}
.itemWrap.bttmLayer .active .itemLayer {display: block;}
/* .itemWrap.bttmLayer .itemLayer:after {content: "";display: block;width: 22px;height: 22px;background: #f6f3f2;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);position: absolute;top: -11px;} */
.itemWrap.bttmLayer .itemList:nth-child(4n+1) .itemLayer:after {left: 75px;}
.itemWrap.bttmLayer .itemList:nth-child(4n+2) .itemLayer:after {left: 370px;}
.itemWrap.bttmLayer .itemList:nth-child(4n+3) .itemLayer:after {left: 665px;}
.itemWrap.bttmLayer .itemList:nth-child(4n+4) .itemLayer:after {left: 965px;}
.itemWrap.bttmLayer .itemLayer .btnCloseLayer {display: block;width: 16px;height: 16px;font-size: 0;text-indent: -9999px;background: url("images/common/btn-layer-close.png") no-repeat center center;background-size: cover;overflow: hidden;position: absolute;right: 20px;top: 20px;}

.secListBox .itemTxtTop {display: table;/*width: 100%;*/padding-bottom: 20px;} /* 180419 modify */
.secListBox .itemTxtTop .txtLeft {display: table-cell;font-family: "HyundaiMedium";line-height: 28px;font-size: 16px;vertical-align: middle;}
.secListBox .itemTxtTop .txt_count {display:table-cell;line-height:28px;vertical-align:middle;}

/* D:tablet */
@media screen and  (max-width:1024px){
    .txtLineBox ~ .itemWrap {padding-top: 30px;}
    .itemWrap .itemListWrap {margin: -32px -7px 0 -7px;}
    .itemWrap.mg2 .itemListWrap {margin: -32px -7px 0;}
    .itemWrap.mg3 .itemListWrap {margin: -32px -7px 0;}
    .itemWrap.mg4 .itemListWrap {margin: -32px -7px 0;}
    .itemWrap .itemList {margin-top: 32px;}
    .itemWrap .itemList .listInner {margin: 0 7px;}
    .itemWrap.mg2 .itemList .listInner {margin: 0 7px 0;}
    .itemWrap.mg3 .itemList .listInner {margin: 0 7px 0;}
    .itemWrap.mg4 .itemList .listInner {margin: 0 7px 0;}
    .itemWrap .itemList .itemTopTit {line-height: 21px;font-size: 14px;letter-spacing: 0.2px;}
    /*.itemWrap .itemList .img img {width: 100%;}*/
    /*.itemWrap .itemList .video img {width: 100%;}*/
    .itemWrap .itemList .itemTit {padding-bottom: 7px;}
    .itemWrap .itemList .checkboxWrap {padding-bottom: 10px;}
    .itemWrap .itemList .itemCon [class*=conArea] ~ [class*=conArea] {padding-top: 5px;}
    .itemWrap .itemList .itemCon .conAreaS {font-size: 14px;}
    .itemWrap .itemList .checkboxWrap .checkboxInner label.subTitS,
    .itemWrap .itemList .checkboxWrap .checkboxInner label.conTit {font-size: 14px;line-height: 21px;}
    .itemWrap .itemList .checkboxWrap .checkboxInner input[type=checkbox] ~ label.subTitS:before,
    .itemWrap .itemList .checkboxWrap .checkboxInner input[type=checkbox] ~ label.conTit:before {top: 2px;}
    .itemWrap .itemList .checkboxWrap .checkboxInner label.subTitM {font-size: 14px;line-height: 21px;}
    .itemWrap .itemList .checkboxWrap .checkboxInner input[type=checkbox] ~ label.subTitM:before {top: 2px;}
    .itemWrap .itemList .itemBtnWrap {display: block;}
    .itemWrap .itemList .itemBtnWrap .left,
    .itemWrap .itemList .itemBtnWrap .right {display: block;}
    .itemWrap .itemList .itemBtnWrap .right {padding-top: 10px;text-align: left;}
    .secListBox ~ .secListBox {padding-top: 35px;}
    .secSpaListWrap .conAreaS.icoNote {margin-top: 40px;}
    .btnWrap.btnMoreWrap {padding-top: 60px;}

    .itemWrap.bttmLayer .itemLayer {left: 7px;right: 7px;}
    .itemWrap.bttmLayer .active .itemLayer {padding: 25px 25px 50px 25px;}
    .itemWrap.bttmLayer .itemLayer:after {width: 18px;height: 18px;margin-left: -13px;top: -9px;}
    .itemWrap.bttmLayer .itemList:nth-child(3n+1) .itemLayer:after {left: 16.65%;}
    .itemWrap.bttmLayer .itemList:nth-child(3n+2) .itemLayer:after {left: 49.95%;}
    .itemWrap.bttmLayer .itemList:nth-child(3n+3) .itemLayer:after {left: 83.25%;}
    .itemWrap.bttmLayer .itemLayer .btnCloseLayer {background-size: 12px;}

    .secListBox .itemTxtTop {padding-bottom: 15px;}
    .secListBox .itemTxtTop .txtLeft {line-height: 21px;font-size: 14px;}
}


/* D:mobile */
@media screen and  (max-width:767px)  {
    .txtLineBox ~ .itemWrap {padding-top: 20px;}
    .itemWrap.mg2 .itemListWrap {margin: -15px -3px 0;}
    .itemWrap.mg4 .itemListWrap {margin: -15px -5px 0;}
    .itemWrap.mg2 .itemList .listInner {margin: 0 3px 0;}
     .itemWrap.mg4 .itemList .listInner {margin: 0 5px 0;}
     .itemWrap .itemList{margin-top:15px;}
    .itemWrap .itemList .itemTopTit {line-height: 22px;font-size: 17px;letter-spacing: 0.3px;}
    .secListBox ~ .secListBox {padding-top: 25px;}
    .btnWrap.btnMoreWrap {padding-top: 28px;}

    .itemWrap.bttmLayer .itemLayer {left: 5px;right: 5px;}
    .itemWrap.bttmLayer .active .itemLayer {padding: 30px 15px 40px 15px;}
    .itemWrap.bttmLayer .itemList:nth-child(2n+1) .itemLayer:after {left: 20%;}
    .itemWrap.bttmLayer .itemList:nth-child(2n+2) .itemLayer:after {left: 70%;}
    .itemWrap .img img{width:100%;position: static;transform:none;} /* 180423 */ /* add */
}

/******** list search style ********/
.selectFormBox {margin: 0 -6px;}
.selectFormBox:after {content: "";display: block;clear: both;}
.selectFormBox .selForm {padding: 0 6px;float: left;}
.selectFormBox .inputForm {padding: 0 6px;float: left;}
.selectFormBox .inputForm input {width: 100%;height: 40px;padding: 11px 20px;line-height: 17px;font-size: 14px;color: #666;border: 0 none;box-sizing: border-box;background: #f6f3f2;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.selectFormBox .searchBtn {display: table;padding: 0 6px;float: left;}
.selectFormBox .searchBtn .btn {width: 100%;height: 40px;font-size: 14px;}

/* D:tablet */
@media screen and  (max-width:1024px){
    .selectFormBox {margin: 0 -5px;}
    .selectFormBox .selForm {padding: 0 5px;}
    .selectFormBox .inputForm {padding: 0 5px;}
    .selectFormBox .selForm select {height: 35px;line-height: 35px;padding-left: 15px;font-size: 12px;}
    .selectFormBox .inputForm input {height: 35px;line-height: 35px;padding:  0 15px;font-size: 12px;}
    .selectFormBox .searchBtn {padding: 0 5px;}
    .selectFormBox .searchBtn .btn {width: 100%;height: 35px;line-height: 35px;font-size: 13px;}
}

/* D:mobile */
@media screen and  (max-width:767px){
    .selectFormBox {margin: 0;margin-top: -10px;}
    .selectFormBox .selForm {width: 100% !important;padding: 10px 0 0 0;float: none;}
    .selectFormBox .inputForm {width: 100% !important;padding: 10px 0 0 0;float: none;}
    .selectFormBox .searchBtn {width: 100% !important;padding: 30px 0 0 0px;float: none;}
    .selectFormBox .searchBtn .btn {height: 50px;font-size: 15px;}
}

.videoWrap {position:absolute;left:0;top:0;right:0;bottom:0;z-index:0;overflow:hidden;}
.videoWrap .innerWrap {position: absolute;left:0;right:0;top:50%;padding-bottom: 36.25%;/* 16:9 */ padding-top: 25px;height: 0;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.videoWrap video,
.videoWrap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;visibility:hidden;}

.videoInnerDimm {position:absolute;left:0;right:0;top:0;bottom:0;z-index:10;background: rgba(0,0,0,.6);}

.videoPlayBtn {position: absolute;top: 50%;left: 50%;z-index: 12;width: 60px;height: 60px;margin: -30px 0 0 -30px;background: url("images/common/btn-video.png") no-repeat top left;overflow: hidden;cursor:pointer;text-indent:-1000px;}

.videoPoster {position:relative;width:100%;height:100%;z-index:3;overflow:hidden;}
.videoPoster img {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}

.tableBottomText {margin-top:20px;}
.tableBottomText + .tableBottomText {margin-top:10px;}

@media all and (max-width:1024px) {
    .tableBottomText {margin-top:10px;}
    .tableBottomText + .tableBottomText {margin-top:5px;}
}
@media all and (max-width:767px) {
    .videoPoster {height:auto;} /* 180423 */ /* add */
    .videoPoster img{position:static;top:auto;left:auto;transform:none;width:100%;height:auto;} /* 180423 */ /* add */
}
/* common */
/* for Image */
.fullImg {display: block;width: 100%;text-align: center;overflow: hidden;position: relative;}
.fullImg .img {position:relative;display:block;width:100%;height:100%;}
.fullImg .img img{position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
@media screen and  (max-width:1024px) {
    .fullImg .img img{position:static;top:auto;left:auto;transform:none;width:100%;} /* resize tb */
     .gnbWrap .gnbRight{padding-top:0px !important;}
     .gnbWrap .gnbArea .dep3Wrap{left: 265px;top: 0;width: 210px;}
        }

@media screen and  (max-width:767px) {
    .fullImg .img img{position:static;top:auto;left:auto;transform:none;width:100%;} /* resize mo */
}

/* grid */
.gridWrap {width:100%;}
.gridWrap:after {content:"";display:block;clear:both;}
.gridbox:after {content:"";display:block;clear:both;}
.gridbox li {float:left;}
.gridbox li.gridCont {width:100%;}
.gridbox li .imgArea {display: block;width: 100%;text-align: center;overflow: hidden;position: relative;}
.gridbox li .imgArea img {position: absolute;top:50%;left:50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);overflow:hidden; width:100%;}
.gridbox li.gridCont2 {width:50%;box-sizing:border-box;padding-left:10px;}
.gridbox li.gridCont2:first-child {padding-left:0;padding-right:10px;}
.gridbox li.gridCont3 {width:32%;margin-left:2%;}
.gridbox li.gridCont3:first-child {margin-left:0;}
.gridbox li.gridCont4 {width:22.5%;margin-left:3.3%;}
.gridbox li.gridCont4:first-child {margin-left:0;}
.gridbox li .imgArea.half{float:left;width:256px;margin-right:20px;}
.gridbox li .txtArea.half{float:left;width:256px;}
@media screen and  (max-width:1240px) {
    .gridbox li .imgArea.half{width:47%;margin-right:5%;}
    .gridbox li .txtArea.half{width:48%;}
    .gridbox li.gridCont2{padding-left:7px;}
    .gridbox li.gridCont2:first-child{padding-right:7px;}
}
@media screen and  (max-width:767px) {
    .gridbox li .imgArea img {position:static;top:auto;left:auto;transform:none;width:100%;}
    .gridbox li.gridCont2 {width:100%;padding:0;margin-top:45px;}
    .gridbox li.gridCont2:first-child {padding:0;}
    .gridbox li.gridCont3 {width:100%;margin-left:0;margin-top:20px;}
    .gridbox li.gridCont4 {width:100%;margin-left:0;margin-top:20px;}
    .gridbox li.gridCont2:first-child, .gridbox li.gridCont3:first-child, .gridbox li.gridCont4:first-child {margin-top:0;}

    .gridbox li .imgArea.half{width:100%;margin-right:0;}
    .gridbox li .txtArea.half{width:100%;}
}


@media screen and (min-width: 700px) and (max-width: 769px) {
  gnbWrap .gnbRight{
    padding-top: 6px !important ;
  }
} 


/* dimmed background */
.dim {position:fixed;display:block;top:0;width:100%;height:100%;background:#000;opacity:0.5;z-index:900;}

/* common end */
@charset "utf-8";

/* Component default */
/* Slider */
/* Slider >  pagination common */
.sliderPagination {line-height: 0;font-size: 0;text-align: center;}
.sliderPagination .pager {display: inline-block;width: 12px;height: 12px;margin: 0 5px;line-height: 1;text-indent: -9999px;overflow: hidden;}
.sliderPagination .pager .ix-btn,
.sliderPagination .pager a {display:block;width:12px;height:12px;border-radius: 50%;background: #fff;cursor: pointer;box-sizing: border-box;border: 1px solid #999;}
.sliderPagination .pager .ix-btn[aria-disabled="true"],
.sliderPagination .pager a[aria-disabled="true"] {display: none;}
.sliderPagination .pager.active a,
.sliderPagination .pager.active .ix-btn {background: #00aad2;border: none;}
.ix-controller.disabled {display:none !important;}
/* D : tab */
@media screen and (max-width: 1024px) {
	.sliderPagination .pager .ix-btn {vertical-align:top;}
	.sliderPagination .pager .ix-btn,
	.sliderPagination .pager a {width:9px;height:9px;}
	.sliderPagination .pager {width: 9px;height: 9px;margin: 0 4px;}
} 
/* Slider >  button common */
.sliderBtnWrap .btnPrev,
.sliderBtnWrap .btnNext {display: block;width: 44px;height: 44px;text-indent: -9999px;overflow: hidden;position: absolute;z-index: 10;cursor: pointer;}
.sliderBtnWrap .btnPrev {background: url("images/common/btn-prev.png") no-repeat center center;left: 0;}
.sliderBtnWrap .btnNext {background: url("images/common/btn-next.png") no-repeat center center;right: 0;}
.sliderBtnWrap .btnNext.disabled,
.sliderBtnWrap .btnPrev.disabled {opacity: 0.3;cursor: default;}
/* Slider >  tabSlider > column 1 */
.sliderWrap {width: 100%;position: relative;}
.sliderWrap .sliderListWrap {width: 100%;overflow: hidden;}
.sliderWrap .sliderListWrap .sliderList {overflow: hidden;margin-bottom:0px !important;}
.sliderWrap .sliderListWrap .sliderList .sliders {position: relative;width: 100%;float: left;}
.sliderWrap .btnPrev,
.sliderWrap .btnNext {top: 265px;}
.sliderWrap .sliderPagination {position: absolute;top: 539px;bottom: auto;left: 0;right: 0;}
@media screen and (max-width: 1024px) {
	/* Slider */
	.sliderWrap .sliderListWrap .sliderList {margin-bottom:20px;}
}
@media screen and (max-width: 767px) {
	/* Slider */
	.sliderWrap .btnPrev,
	.sliderWrap .btnNext {margin-top: -18px;}
	.sliderWrap .sliderPagination {top: 45vw;}
}
.slide_direction {z-index:9999;}

/* Tooltip */
.toolTipWrap {position: relative;margin: 0 auto}
.toolTipWrap.ib {display: inline-block;margin-left: 5px;margin-top: -2px;vertical-align: middle;}
.toolTipWrap .ic_Bquestion {font-size: 0;text-indent: -99999px;overflow: hidden;}
.tooltip_templates {display: none;}

.tooltipster-box .tooltipTit {display: block;padding-bottom: 15px;line-height: 1.25;font-size: 14px;font-family: "HyundaiMedium";}
.tooltipster-box .tooltipCon {line-height: 1.83;font-size: 12px;}

.toolTipWrap .ic_Bquestion {display: block;background:url("images/common/ico-qs-off.png") no-repeat 0 0;width: 18px;height: 18px;background-size: 100% auto;text-indent: -9999px;}
.toolTipWrap .ic_Bquestion.on {background:url("images/common/ico-qs.png") no-repeat 0 0;width: 18px;height: 18px;background-size: 100% auto;}
.toolTbox {width:236px;}
.toolTbox p {font-size: 13px;line-height: 1.83em;}
.toolTbox .btnClose  {position: absolute;right: 28px;top:20px;display: block;background:url("images/common/btn-layer-close.png") no-repeat 0 0;width: 12px;height: 12px;background-size: 100% auto;text-indent: -9999px;cursor: pointer;}
@media screen and (max-width:1024px){
	.toolTipWrap.ib {margin-left: 10px;}
	.tooltipster-box .tooltipTit {padding-bottom: 9px;font-size: 19px;}
	.tooltipster-box .tooltipCon {line-height: 1.5;font-size: 14px;}
	.toolTipWrap .ic_Bquestion {margin-top:-5px;}
}
@media screen and (max-width:767px){
	.toolTipWrap .ic_Bquestion {width: 16px;height: 16px;}
}

/* Accordion : CAOA, CAOB, PSPE, SCCO*/
/* accordion : white */
.togListWrap {position: relative;}
.togListWrap .togList {margin-bottom:2px;}
.togListWrap .btnOpenClose {display: table;padding-bottom: 20px;width: 100%;padding: 25px 60px 25px 40px;font-size:20px;line-height: 26px;color: #fff;font-family: "HyundaiMedium";font-weight: normal;text-align: left;text-decoration:none;background: #002c5f;box-sizing: border-box;position: relative;}/* 2017-11-12 */
.togListWrap .btnOpenClose:after {content: '';display: block;width: 20px;height: 12px;background: url("images/common/ico-toggle.png") no-repeat 0 -270px;position: absolute;right: 40px;top: 34px;}
.togListWrap .btnOpenClose h3 {display:table-cell;vertical-align:middle;}
.togListWrap .togList.on .btnOpenClose {color: #000;background: #f6f3f2;}
.togListWrap .togList.on .btnOpenClose:after {background-position: 0 0;}
.togListWrap .togCont {display: none;padding: 20px 40px 60px 60px;background: #f6f3f2;}
.togListWrap .togList.on .togCont {margin-top: 2px;}
.togListWrap .togList.on .togCont {display: block;}
.togListWrap .togCont p {font-family: "HyundaiRegular";font-size:14px;line-height:21px;}
.togListWrap .togCont p.tgPB1 {padding-bottom: 48px}
.togListWrap .togCont p.tgPB2 {padding-bottom: 24px}
.togListWrap.country .n3 .grid a:focus{text-decoration:none}
/* 2017-11-12 */
.togListWrap .caobBtnOpenClose {display: table;padding-bottom: 20px;width: 100%;height: 80px;padding: 0 60px 0 40px;font-size:20px;line-height: 26px;color: #fff;font-family: "HyundaiMedium";font-weight: normal;text-align: left;text-decoration:none;background: #002c5f;box-sizing: border-box;position: relative;}
.togListWrap .caobBtnOpenClose:after {content: '';display: block;width: 20px;height: 12px;background: url("images/common/ico-toggle.png") no-repeat 0 -270px;position: absolute;right: 40px;top: 34px;}
.togListWrap .caobBtnOpenClose h3 {display:table-cell;vertical-align:middle;}
.togListWrap .togList.on .caobBtnOpenClose {color: #000;background: #f6f3f2;}
.togListWrap .togList.on .caobBtnOpenClose:after {background-position: 0 0;}
/* 2017-11-12 */
@media screen and  (max-width:1024px)  {
	.togListWrap .togCont p {font-size:12px;line-height:17px;}
	.togListWrap .togList {margin-bottom: 1px;}
	.togListWrap .btnOpenClose {display:block;width: 100%;padding: 14px 30px 15px 15px;font-size:15px;line-height: 50px;position:relative; outline: none;} /* 2017-11-12 */
	.togListWrap .btnOpenClose:after {width: 12px;height: 7px;right: 15px;top: 22px;background-position:0 -162px;background-size: 12px auto;}
	.togListWrap .btnOpenClose h3 {display:block;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;} /* 2017-11-12 */
	.togListWrap .togList.on .btnOpenClose:after {background-position: 0 0;background-size: 12px auto;}
	.togListWrap .togCont{padding: 20px 15px 45px 30px;}
	.togListWrap.togListWhtie .togList .btnOpenClose {height: 35px;padding: 0 15px;line-height: 35px;font-size: 12px;}
	.togListWrap.togListWhtie .togList .btnOpenClose:after {right: 15px;}
	.togListWrap.togListWhtie .togCont {padding: 20px 15px;}
	.togListWrap .togCont p.tgPB1 {padding-bottom: 30px}
	.togListWrap .togCont p.tgPB2 {padding-bottom: 30px}
	.togListWrap .caobBtnOpenClose {display:block;width: 100%;height: 50px;padding: 0 30px 0 15px;font-size:15px;line-height: 50px;position:relative;}/* 2017-11-12 */
	.togListWrap .caobBtnOpenClose:after {width: 12px;height: 7px;right: 15px;top: 22px;background-position:0 -162px;background-size: 12px auto;}/* 2017-11-12 */
	.togListWrap .caobBtnOpenClose h3 {display:block;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}/* 2017-11-12 */
}
@media screen and  (max-width:767px)  {
	.togListWrap .togCont{padding:20px 15px 60px 15px;}
}
/* accordion : blue */
.togListWrap {position:relative;/*border-bottom:solid 1px #e4dcd3;*/}
.togList li.dep1 {float:left;border-left:1px solid #e4dcd3;border-right:1px solid #e4dcd3;}
.togList li.dep1:last-child {border-bottom:solid 1px #e4dcd3;}
.togList li.dep1 {width:100%;}
.togList li.dep1 .tit {display:block;padding:0 30px;font-size:14px;line-height:58px;color:#000;border-top:solid 1px #e4dcd3;position:relative;font-family:"HyundaiMedium";}
.togList li.dep1 .tit {background:url("images/common/ico-toggle-down.png") 98% no-repeat;background-size:10px 7px;}
.togList li.dep1.on .tit {background:url("images/common/ico-toggle-up.png") 98% no-repeat;background-size:10px 7px;}
/* Accordion > 2depth menu */
.togList li.dep1 .aswer {float:left;display:none;width:100%;}
.togList li.dep1 .aswer .dep2 {padding:30px 60px 20px;border-top:1px solid #e4dcd3;}
@media screen and (max-width: 1024px) {
	.togList li.dep1 .tit {line-height:34px;font-size:12px;padding:0 30px 0 15px;}
	.togList li.dep1 .aswer .dep2 {padding:30px 50px 20px}
}
@media screen and (max-width: 767px) {
	.togList li.dep1 p a.tit {padding:0 15px;font-size:14px;line-height:35px;}
	.togList li.dep1 p a.tit {background:url("images/common/ico-toggle-down.png") 96% no-repeat;background-size:10px 7px;}
	.togList li.dep1.on p a.tit {background:url("images/common/ico-toggle-up.png") 96% no-repeat;background-size:10px 7px;}
	.togList li.dep1 .aswer .dep2 {padding:12px 30px 0;}
}

/**** Common Component ****/
/* CKVM : Key visual main */
.ckvm .sliderWrap {margin:0 30px;width:auto;}
.ckvm .sliderWrap .contsInfo {pointer-events:none;}
.ckvm .sliderWrap .btn {width:214px;}
.ckvm .sliderWrap .contsInfo .toolTipWrap,
.ckvm .sliderWrap .contsInfo .toolTipWrap *,
.ckvm .sliderWrap .btn {pointer-events:auto;}
.ckvm .sliderWrap .toolTipWrap .ic_Bquestion {position:absolute;top:5px;left:5px;}
.ckvm .sliderWrap .sliderListWrap .sliderList {overflow: hidden;margin-bottom:0 !important;}
/* CKVM > slider button  */
.ckvm .sliderWrap .mainControlWrap .btnPrev,
.ckvm .sliderWrap .mainControlWrap .btnPrev.bgW,
.ckvm .sliderWrap .mainControlWrap .btnNext,
.ckvm .sliderWrap .mainControlWrap .btnNext.bgW {display: block;width: 24px;height: 40px;text-indent: -9999px;overflow: hidden;position: absolute;z-index: 10;cursor: pointer;top:340px;}
@media (max-width: 1024px) {
   /* CKVM */
	.ckvm .sliderWrap {margin:0 25px;}
	.ckvm .sliderWrap .sliderListWrap .sliderList {margin-bottom:0 !important}
	/* CKVM > slider button */
	.ckvm .sliderWrap .mainControlWrap .btnPrev,
	.ckvm .sliderWrap .mainControlWrap .btnPrev.bgW,
	.ckvm .sliderWrap .mainControlWrap .btnNext,
	.ckvm .sliderWrap .mainControlWrap .btnNext.bgW {width: 12px;height: 20px;top:185px;background-size:100%;}
}
@media (max-width: 767px) {
   /* CKVM */
	.ckvm .sliderWrap {margin:0 15px;}
	/*.ckvm .sliderWrap .slide_direction {/*display: block;}*/ /* 180423 modify */
	.ckvm .sliderWrap .mainVisualList .visual .awardWrap {position:static;left: 50px;}
}

/* Main Slider */
/* CKVM *//* PKVN */
.mianVisualWrap {position:relative;overflow:hidden;}
.mianVisualWrap .mainVisualList {width:100%;}
.mianVisualWrap .mainVisualList:after {content:"";display:block;clear:both;}
.mianVisualWrap .mainVisualList {float:left;}
.mianVisualWrap .mainVisualList .visual {position: relative;margin:0 auto;overflow:hidden;max-width:1860px;height:720px}
.mianVisualWrap .mainVisualList .visual.video {cursor: pointer;}
.mianVisualWrap .mainVisualList .visual.video::before {display:block;content:"";position:absolute;top:50%;left:50%;margin:-30px 0 0 -30px;width:60px;height:60px;background:url("images/common/btn-video.png") no-repeat top left;z-index:10;line-height:0;text-indent:-999px}
.mianVisualWrap .mainVisualList .visual.video::after {display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.6}
.mianVisualWrap .mainVisualList .visual .img {position:absolute;left:0;top:0;width:100%;height:100%;}
.mianVisualWrap .mainVisualList .visual .img img {position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);height:100%;}
.mianVisualWrap .mainVisualList .visual .img.video::before {display:block;content:"";position:absolute;top:50%;left:50%;margin:-30px 0 0 -30px;width:60px;height:60px;background:url("images/common/btn-video.png") no-repeat top left;z-index:10;line-height:0;text-indent:-999px}
.mianVisualWrap .mainVisualList .visual .img.video::after {display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.6}
.mianVisualWrap .mainVisualList .visual .contsInfo {position:absolute;left:10%;top:96px;bottom:0;margin-left:0;width:1120px;}
.mianVisualWrap .mainVisualList .visual .contsInfo .titWrap {display:block;width:100%;margin-bottom:25px;}
.mianVisualWrap .mainVisualList .visual .contsInfo .titWrap .icon {display:inline-block;vertical-align:20px;margin-right:20px;}
.mianVisualWrap .mainVisualList .visual .contsInfo .titWrap .ftit {display:inline-block;font-size: 58px;line-height: 71px;color: #000000;font-family: 'HyundaiMedium';margin:0;}
.mianVisualWrap .mainVisualList .visual .contsInfo .titWrap p.stit {margin-bottom:25px;font-size: 20px;line-height: 1.5;color: #000000;font-family:"HyundaiMedium";margin:0;}
.mianVisualWrap .mainVisualList .visual .contsInfo .txtList {margin-bottom:25px;}
.mianVisualWrap .mainVisualList .visual .contsInfo .txtList:after {content:"";display:block;clear:both;}
.mianVisualWrap .mainVisualList .visual .contsInfo .txtList li {float:left;width:100%;}
.mianVisualWrap .mainVisualList .visual .contsInfo .tooTipList {margin-bottom:33px;}
.mianVisualWrap .mainVisualList .visual .contsInfo .tooTipList li {float:left;width:100%;}
.mianVisualWrap .mainVisualList .visual .contsInfo .tooTipList li p {display:inline-block;}
.mianVisualWrap .mainVisualList .visual .contsInfo .btnWrap {margin-bottom:65px;text-align:left;}
.mianVisualWrap .mainVisualList .visual .contsInfo .toolTipWrap {display:inline-block;vertical-align:top;}
.mianVisualWrap .mainVisualList .visual .awardWrap {position:absolute;left:0;bottom:60px;width:1120px;}
.mianVisualWrap .mainVisualList .visual .awardWrap .awardList {margin:0;width:100%;}
.mianVisualWrap .mainVisualList .visual .awardWrap .awardList:after {content:"";display:block;clear:both;}
.mianVisualWrap .mainVisualList .visual .awardWrap .awardList li {float:left;height:60px;margin-left:20px;}
.mianVisualWrap .mainVisualList .visual .awardWrap .awardList li img {max-width:100%;height:60px;width:auto;}
.mianVisualWrap .mainVisualList .visual .awardWrap .awardList li:first-child {margin-left:0;}
.mianVisualWrap .mainVisualList .visualsubInfo {width:100%;background:#f6f3f2;}
.mianVisualWrap .mainVisualList .visualsubInfo .txtArea {margin:0 auto;width:1120px;padding:50px 0;}
.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTit,
.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTitM,
.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTitL,
.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTit {margin-bottom:20px;} /* 20171115 */




.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .icoNote {margin-top:20px;}
/* slide indicator */
.mainControlWrap .controlWrap {padding:30px 0 60px 0;width:100%;text-align:center;}
.mainControlWrap .ix-thumbs {display:inline-block;}
.mainControlWrap .ix-thumbs .ix-thumb {display:inline-block;margin:5px;}

/* slider sliderPagination  */
.sliderWrap .mainControlWrap .sliderPagination {position: relative;top:0;}
.mainControlWrap .slide_control {display:inline-block;vertical-align:top;margin-left:10px;}
.mainControlWrap .btnStop,
.mainControlWrap .btnPlay {display:inline-block;vertical-align:top;margin-top:5px;width: 10px;height: 12px;text-indent: -9999px;overflow: hidden;cursor: pointer;}
.mainControlWrap .btnStop {background: url("images/common/btn-stop.png") no-repeat;background-size:100%;}
.mainControlWrap .btnPlay {display: none;background: url("images/common/btn-play.png") no-repeat;background-size:100%;}
/* slider button  */
.mainControlWrap .btnPrev {background: url("images/common/ico-prev-arr.png") no-repeat center center;left: 40px;}
.mainControlWrap .btnPrev.bgW {background: url("images/common/ico-prev-arr-white.png") no-repeat center center;left: 40px;}
.mainControlWrap .btnNext {background: url("images/common/ico-next-arr.png") no-repeat center center;right: 40px;}
.mainControlWrap .btnNext.bgW {background: url("images/common/ico-next-arr-white.png") no-repeat center center;right:40px;}
.mainControlWrap .btnNext.disabled,
.mainControlWrap .btnPrev.disabled {opacity: 0.3;cursor: default;}
@media (max-width: 1240px) {
   /* CKVM */
	.mianVisualWrap .mainVisualList .visual .awardWrap {left:0;bottom:60px;width:auto;}
	.mianVisualWrap .mainVisualList .visual .awardWrap .awardList {width:auto;padding:0 0;}
	.mainControlWrap .btnPrev,
	.mainControlWrap .btnPrev.bgW {left: 30px;}
	.mainControlWrap .btnNext,
	.mainControlWrap .btnNext.bgW {right:30px;}
	.mianVisualWrap .mainVisualList .visualsubInfo {width:100%;background:#f6f3f2;}
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea {margin:0 auto;width:auto;padding:50px 25px;}
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTit,
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTitM,
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTitL,
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTit {margin-bottom:20px;} /* 20171115 */
}
@media (max-width: 1024px) {
   /* CKVM */
	.mianVisualWrap .mainVisualList .visual .awardWrap {left:0;bottom:30px;}
	.mianVisualWrap .mainVisualList .visual .awardWrap .awardList li {height:30px;margin-left:13px;}
	.mianVisualWrap .mainVisualList .visual .awardWrap .awardList li:first-child {margin-right: 13px;}
	.mianVisualWrap .mainVisualList .visual .awardWrap .awardList li img {height:30px;}
	.mianVisualWrap .mainVisualList .visual .awardWrap .awardList li:nth-child(2) {margin-left:0;}
	.mainControlWrap .controlWrap {padding:25px 0}
	.mainControlWrap .btnPrev,
	.mainControlWrap .btnPrev.bgW {left: 20px;}
	.mainControlWrap .btnNext,
	.mainControlWrap .btnNext.bgW {right:20px;}
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea {margin:0 auto;width:auto;padding:29px 23px;}
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .icoNote {margin-top:20px;}
	.mainControlWrap .btnStop,
	.mainControlWrap .btnPlay {width: 8px;height: 10px;}
}
@media (max-width: 767px) {
   /* CKVM */
	.mianVisualWrap .mainVisualList .visual .awardWrap {position:static;left:25px;bottom:auto;top:182px}
	.mianVisualWrap .mainVisualList .visual .awardWrap .awardList li {height:30px;margin-left:13px;}
	.mianVisualWrap .mainVisualList .visual .awardWrap .awardList li:first-child {margin-right: 13px;}
	.mianVisualWrap .mainVisualList .visual .awardWrap .awardList li:nth-child(2) {margin-left:0;}
	.mianVisualWrap .mainVisualList .visual .awardWrap .awardList li:nth-child(4) {margin-left:0;margin-top:10px;}
	.mianVisualWrap .ix-thumbs {padding:25px 0}
	.mianVisualWrap .mainVisualList .visual .img {position:static;} /* 180423 add */
	.mianVisualWrap .mainVisualList .visual .img img {position:static;width:100%;transform:none;} /* 180423 add */
	.mianVisualWrap .mainVisualList .visual .videoPoster img {position:static;width:100%;transform:none;} /* 180423 add */
	.mianVisualWrap .mainVisualList .visual .contsInfo .titWrap .icon {display:block;}
	.mianVisualWrap .mainVisualList .visual .img {position:static; height:auto;} /* 180423 */ /* add */
	.mianVisualWrap .mainVisualList .visual .img img {position:static;top:auto;left:auto;transform:none;} /* 180423 */ /* add */
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea {padding:20px 25px;}
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTit,
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTitM,
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTitL,
	.mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTit {margin-bottom:10px;} /* 20171115 */
}

/* CKVO : Key visual */
.sliderWrap.ckvoWrap {margin:0 30px;width:auto;padding-top:90px;}/* 2017-11-12 */
.sliderWrap.ckvoWrap .sliderList {width:100%;}
.sliderWrap.ckvoWrap .sliderList:after {content:"";display:block;clear:both;}
.sliderWrap.ckvoWrap .sliderList {float:left;width:100%;}
.sliderWrap.ckvoWrap .sliderList .visual {position: relative;margin:0 auto;overflow:hidden;max-width:1860px;height:540px}
.sliderWrap.ckvoWrap .sliderList .visual .img {position:relative;width:100%;height:100%;}
.sliderWrap.ckvoWrap .sliderList .visual .img img {position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.sliderWrap.ckvoWrap .sliderList .visual.video {cursor: pointer;}
.sliderWrap.ckvoWrap .sliderList .visual.video::before {display:block;content:"";position:absolute;top:50%;left:50%;margin:-30px 0 0 -30px;width:60px;height:60px;background:url("images/common/btn-video.png") no-repeat top left;z-index:10;line-height:0;text-indent:-999px}
.sliderWrap.ckvoWrap .sliderList .visual.video::after {display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.6}
.sliderWrap.ckvoWrap .sliderList .visual .contsInfo {position:absolute;left:10%;top:58px;margin-left:0;width:1120px;}
.sliderWrap.ckvoWrap .sliderList .visual .contsInfo .titWrap {display:block;width:100%;margin-bottom:25px;}
.sliderWrap.ckvoWrap .sliderList .visual .contsInfo .titWrap .ftit {display:inline-block;font-size: 58px;line-height: 71px;color: #000000;font-family: 'HyundaiMedium';margin-bottom:15px;}
.sliderWrap.ckvoWrap .sliderList .visual .contsInfo .titWrap p.stit {font-size: 20px;line-height: 1.5;color: #000000;font-family:"HyundaiMedium";margin-bottom:40px;}
.sliderWrap.ckvoWrap .sliderListWrap .sliderList {overflow: hidden;margin-bottom:0 !important;}
/* CKVO > slider sliderPagination  */
.sliderWrap.ckvoWrap .ckvoControlWrap .controlWrap {padding:30px 0 60px 0;width:100%;text-align:center;}
.sliderWrap.ckvoWrap .ckvoControlWrap .sliderPagination {position: relative;top:auto;bottom:auto;left: 0;right: 0;}
.sliderWrap.ckvoWrap .ckvoControlWrap .btnStop,
.sliderWrap.ckvoWrap .ckvoControlWrap .btnPlay {width: 10px;height: 12px;text-indent: -9999px;overflow: hidden;cursor: pointer;}
.sliderWrap.ckvoWrap .ckvoControlWrap .btnStop {background: url("images/common/btn-stop.png") no-repeat;background-size:100%;}
.sliderWrap.ckvoWrap .ckvoControlWrap .btnPlay {display: none;background: url("images/common/btn-play.png") no-repeat;background-size:100%;}
.sliderWrap.ckvoWrap .ckvoControlWrap .ix-thumbs {display:inline-block;}
.sliderWrap.ckvoWrap .ckvoControlWrap .ix-thumbs .ix-thumb {display:inline-block;margin:5px;}
/* CKVO > slider button  */
.sliderWrap.ckvoWrap .ckvoControlWrap .btnPrev,
.sliderWrap.ckvoWrap .ckvoControlWrap .btnNext,
.sliderWrap.ckvoWrap .ckvoControlWrap .btnPrev.bgW ,
.sliderWrap.ckvoWrap .ckvoControlWrap .btnNext.bgW {display: block;width: 24px;height: 40px;text-indent: -9999px;overflow: hidden;position: absolute;z-index: 10;cursor: pointer;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);margin-top:-60px;}
.sliderWrap.ckvoWrap .ckvoControlWrap .btnPrev {background: url("images/common/ico-prev-arr.png") no-repeat center center;left: 40px;}
.sliderWrap.ckvoWrap .ckvoControlWrap .btnPrev.bgW {background: url("images/common/ico-prev-arr-white.png") no-repeat center center;left: 40px;}
.sliderWrap.ckvoWrap .ckvoControlWrap .btnNext {background: url("images/common/ico-next-arr.png") no-repeat center center;right:40px;}
.sliderWrap.ckvoWrap .ckvoControlWrap .btnNext.bgW {background: url("images/common/ico-next-arr-white.png") no-repeat center center;right:40px;}
.sliderWrap.ckvoWrap .ckvoControlWrap .btnNext.disabled,
.sliderWrap.ckvoWrap .ckvoControlWrap .btnPrev.disabled {opacity: 0.3;cursor: default;}
@media (max-width: 1240px) {
     /* CKVO */
	.sliderWrap.ckvoWrap .sliderList .visual .contsInfo {position: absolute;top:58px;left:100px;right:50px;margin-left:0;width:auto;}
	.sliderWrap.ckvoWrap .sliderList .visual .contsInfo .txtArea {margin:0 auto;width:auto;padding:50px 25px;}
	.sliderWrap.ckvoWrap .sliderList .visual .contsInfo .txtArea .icoNote {margin-top:20px;}
	.sliderWrap.ckvoWrap .ckvoControlWrap .btnPrev {left: 30px;}
	.sliderWrap.ckvoWrap .ckvoControlWrap .btnNext {right:30px;}
}
@media (max-width: 1024px) {
    /* CKVO */
	.sliderWrap.ckvoWrap {margin:0 25px;}
	.sliderWrap.ckvoWrap .sliderListWrap .sliderList {margin-bottom:0 !important}
	.sliderWrap.ckvoWrap .sliderList .visual {position: relative;margin:0 auto;overflow:hidden;max-width:100%;height:340px;}
	.sliderWrap.ckvoWrap .sliderList .visual .img {position:relative;left:0;top:0;width:auto;height:340px;margin-left:0;}
	.sliderWrap.ckvoWrap .sliderList .visual .contsInfo {left:50px;}
	.sliderWrap.ckvoWrap .sliderList .visual .contsInfo .titWrap {margin-bottom:0;}
	.sliderWrap.ckvoWrap .sliderList .visual .contsInfo .titWrap .ftit {font-size: 30px;line-height: 35px;margin-bottom:7px}
	.sliderWrap.ckvoWrap .sliderList .visual .contsInfo .titWrap p.stit {font-size: 14px;line-height: 19px;margin-bottom:20px;}
	/* CKVO > slider button  */
	.sliderWrap.ckvoWrap .ckvoControlWrap .controlWrap {padding:20px 0}
	.sliderWrap.ckvoWrap .ckvoControlWrap .btnPrev,
	.sliderWrap.ckvoWrap .ckvoControlWrap .btnNext,
	.sliderWrap.ckvoWrap .ckvoControlWrap .btnPrev.bgW ,
	.sliderWrap.ckvoWrap .ckvoControlWrap .btnNext.bgW {width: 12px;height: 20px;background-size:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:-32px;}
	.sliderWrap.ckvoWrap .ckvoControlWrap .btnPrev,
	.sliderWrap.ckvoWrap .ckvoControlWrap .btnPrev.bgW {left: 23px;}
	.sliderWrap.ckvoWrap .ckvoControlWrap .btnNext,
	.sliderWrap.ckvoWrap .ckvoControlWrap .btnNext.bgW {right:23px;}
	.sliderWrap.ckvoWrap .sliderWrap .btnPrev,
	.sliderWrap.ckvoWrap .sliderWrap .btnNext {margin-top: -22px;top: 24vw;}
	.sliderWrap.ckvoWrap .sliderWrap .sliderPagination {top: 46vw;}
}
@media (max-width: 767px) {
	/* CKVO */
	.sectionWrap.ckvo.hyundaiStoyBgType1 {background-size:cover;} /* 180416 add */
	.sliderWrap.ckvoWrap {margin:0 15px;padding-top:30px;}
	.sliderWrap.ckvoWrap .sliderList .visual {height:auto;} /* 180416 modify */
	.sliderWrap.ckvoWrap .sliderList .visual .contsInfo {left:20px;right:20px;}
	.sliderWrap.ckvoWrap .sliderList .visual .contsInfo .titWrap {margin-bottom:0;}
	.sliderWrap.ckvoWrap .sliderList .visual .contsInfo .titWrap .ftit {display:block;margin-bottom:7px;}
	.sliderWrap.ckvoWrap .sliderList .visual .contsInfo .titWrap p.stit {display:block;margin-bottom:50px;}
	.sliderWrap.ckvoWrap .sliderList .visual .img {height:auto;} /* 180416 add */    
	.sliderWrap.ckvoWrap .sliderList .visual .img img {position:static;top:auto;left:auto;transform:none;width:100%;} /* 180423 modify */
	.sliderWrap.ckvoWrap .sliderList .videoPoster img {position:static;top:auto;left:auto;transform:none;width:100%;height:100%;} /* 180416 add */
	.ckvoControlWrap .controlWrap {padding:20px 0}
}

/* CHIB : Home Image banner */
.chibBanner {width:100%;max-width:1920px;margin:0 auto;}
.chibBanner > li {float:left;width:50%;position:relative;}
.chibBanner > li a {display:block;}
.chibBanner > li a .img {position:relative;height:312px;overflow:hidden;}
.chibBanner > li a .img img {position: absolute;left:50%;height:312px;width:960px;margin-left:-480px;}
.chibBanner > li a .middel {position: absolute;top:0;left:0;width:100%;height:100%;}
.chibBanner > li a .chibTxt  {padding:0 20px;color:#fff;text-decoration:none;display:table;width:100%;height:100%;vertical-align:middle;}
.chibBanner > li a .chibTxt p {color:#fff;vertical-align:middle;display:table-cell;}
@media (max-width: 1024px) {
     /* CHIB */
	.chibBanner > li a .img {height:auto;}
	.chibBanner > li a .img img {height:auto;width:100%;margin-left:-365px;position: static;margin-left:0;}
}
@media (max-width: 767px) {
	/* CHIB */
	.chibBanner > li {width:100%;}
	.chibBanner > li a .img {height:100%;}
	.chibBanner > li a .img img {position:relative;left:0;height:100%;width:100%;margin-left:0;}
}

/* CTNA : Tab navigation A [common..css] */

/* CTNB : Tab navigation B */
.ctnbWrap .navigationTabWrap {height:70px;overflow:hidden;position:relative;width:100%;z-index:20;box-shadow:0 1px 0 rgba(0,0,0,0.05);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.ctnbWrap .navigationTab {position: relative;max-width:1120px;height:70px;line-height:70px;margin:0 auto;text-align:right;}
.ctnbWrap .navigationTab .tit {width:80px; font-family:"HyundaiMedium";position:absolute;top:50%;line-height:16px;vertical-align:middle;margin:0;font-size:16px;transform: translateY(-50%);text-align:left;overflow:hidden;max-height:32px;}
.ctnbWrap .navigationTab .tabListArea {overflow:hidden;margin-left:147px;}
.ctnbWrap .navigationTab .tabListArea .tabList {overflow:hidden;text-align:left;display:inline-block;}
.ctnbWrap .navigationTab .tabListArea .tabList .tab {float:left;padding-left:28px;}
.ctnbWrap .navigationTab .tabListArea .tabList .tab:first-child{padding-left:0;}
.ctnbWrap .navigationTab .tabListArea .tabList .tab a {display:block;line-height:53px;text-align:center;text-decoration:none;font-family:"HyundaiRegular";color:#000;font-size:16px;}
.ctnbWrap .navigationTab .tabListArea .tabList .tab a:hover,
.ctnbWrap .navigationTab .tabListArea .tabList .tab.on a {color:#00aad2;font-size:16px;font-weight:bold;}
.ctnbWrap .navigationTab .ctnbBtn {display:none;position:absolute;width: 7px;height: 12px;text-indent: -9999px;overflow: hidden;z-index: 10;cursor: pointer;top: 50%;margin-top: -6px;background-position:0 0;background-repeat:no-repeat;}
.ctnbWrap .navigationTab .ctnbBtn.btnPrev {left:107px;background-image:url("images/common/ico-prev-arr-s.png");}
.ctnbWrap .navigationTab .ctnbBtn.btnNext {right:0;background-image:url("images/common/ico-next-arr-s.png");}
.ctnbWrap .navigationTab.maxWd .tabListArea {margin-right:35px;}
.ctnbWrap .navigationTab.maxWd .ctnbBtn {display:block;}
@media screen and  (max-width:1024px) {
	/* CTNB */
	.ctnbWrap .navigationTab{height:48px;line-height:48px;padding:0 25px;}
	.ctnbWrap .navigationTab .tabListArea {margin-left:143px;}
	.ctnbWrap .navigationTab.maxWd .tabListArea {margin-right:32px; height:100%;}
	.ctnbWrap .navigationTab .ctnbBtn.btnPrev {left:136px;}
	.ctnbWrap .navigationTab .tabListArea .tabList .tab{padding-left:25px;}
	.ctnbWrap .navigationTab .tabListArea .tabList .tab:first-child{padding-left:0;}
	.ctnbWrap .navigationTab .ctnbBtn.btnNext{right:25px;}
	.ctnbWrap .navigationTabWrap{height:48px;}
	.ctnbWrap .navigationTab .tit{max-height:28px;}
}
@media screen and  (max-width:767px) {
	.ctnbWrap .navigationTab{padding:0 15px;}
	.ctnbWrap .navigationTab .tabListArea{margin-left:56px;}
	.ctnbWrap .navigationTab .tit{width:61px;}
	.ctnbWrap .navigationTab.maxWd .ctnbBtn {display:none;}
	.ctnbWrap .navigationTab.maxWd .tabListArea{margin-right:0;}
	.ctnbWrap .navigationTab .tabListArea .tabList .tab{padding-left:15px;}
	.ctnbWrap .navigationTab .tabListArea .tabList .tab:first-child{padding-left:0;}
}

/* CPNN : Previous/Next navigation */
.naviJumpWrap {border-top: 1px solid #fff;background: #e4dcd3;}
.naviJumpWrap .naviJump {display: table;width: 100%;max-width: 1120px;margin: 0 auto;overflow:hidden;}
.naviJumpWrap .naviJump a {position:relative;display:inline-block;text-decoration:none;}
.naviJumpWrap .naviJump .prev,
.naviJumpWrap .naviJump .next {display: table-cell;height: 160px;padding: 0 40px;line-height:40px;font-size: 30px;color:#000;font-family: "HyundaiMedium";vertical-align: middle;position: relative;}
.naviJumpWrap .naviJump .prev {width:50%;padding:15px 40px 15px 87px;text-align:left;}
.naviJumpWrap .naviJump .next {width:50%;padding:15px 87px 15px 40px;text-align:right;}
.naviJumpWrap .icoPrevArrow {position:absolute;top:50%;left:-53px;display:inline-block;margin:-11px 30px 0 0;width:13px;height:21px;background:url(images/common/ico-prev-arr.png) no-repeat;background-size:100%;}
.naviJumpWrap .icoNextArrow {position:absolute;top:50%;right:-53px;display:inline-block;margin:-11px 0 0 30px;width:13px;height:21px;background:url(images/common/ico-next-arr.png) no-repeat;background-size:100%;}
@media screen and (max-width:1024px){
     /* CPNN */
	.naviJumpWrap {max-width: 100%;border-top: 1px solid #fff;}
	.naviJumpWrap .naviJump {width: 100%;padding: 0 15px;}
	.naviJumpWrap .naviJump .prev,
	.naviJumpWrap .naviJump .next {font-size:18px;line-height:28px;padding:0 10px;height: 100px;}
	.naviJumpWrap .naviJump .prev{padding: 10px 10px 10px 35px;}
	.naviJumpWrap .naviJump .next{padding: 10px 35px 10px 10px;}
	.naviJumpWrap .icoPrevArrow {position:absolute;top:50%;left:-22px;margin:-6px 15px 0 0;width:7px;height:12px;background:url(images/common/ico-prev-arr.png) no-repeat;background-size:100%;vertical-align: middle;}
	.naviJumpWrap .icoNextArrow {position:absolute;top:50%;right:-22px;margin:-6px 0 0 15px;width:7px;height:12px;background:url(images/common/ico-next-arr.png) no-repeat;background-size:100%;vertical-align:middle;}
}
@media screen and (max-width: 767px) {
    /* CPNN */
	.naviJumpWrap .naviJump{display:table;overflow:hidden;width:100%;}
	.naviJumpWrap .naviJump .prev,
	.naviJumpWrap .naviJump .next  {display: table-cell;width:50%;height:70px;padding:0;} /* 180418 modify */
	.naviJumpWrap .naviJump .prev {padding: 0 10px 0 25px;}  /* 180418 add */
	.naviJumpWrap .naviJump .next {padding: 0 25px 0 10px;}  /* 180418 add */
	.naviJumpWrap .icoPrevArrow {position:absolute;top:50%;}  /* 180418 add */
	.naviJumpWrap .icoNextArrow {position:absolute;top:50%;}  /* 180418 add */
}

/* CTTA : Text set A */
.cttaWrap {width:100%;}
.cttaWrap h2,
.cttaWrap h3,
.cttaWrap h4 {margin-bottom:20px;}
.cttaWrap .txtList {margin-bottom:20px;}
.cttaWrap p.cttaMb {margin-bottom:40px;}
@media screen and  (max-width:1024px) {
    /* CTTA */
	.cttaWrap h2,
	.cttaWrap h3,
	.cttaWrap h4 {margin-bottom:15px;}
	.cttaWrap .txtList {margin-bottom:15px;}
	.cttaWrap p.cttaMb {margin-bottom:30px;}
}
/* CTTB : Text set B */
.cttbWrap dl {width:100%;margin-bottom:20px;}
@media screen and  (max-width:1024px) {
    /* CTTB */
	.cttbWrap dl {width:100%;margin-bottom:43px;}
}

/* CTTC : Text set C */
.cttcWrap {width:100%;}
.cttcWrap p {margin-bottom:20px;}
.cttcWrap pre {overflow:initial;}
.cttcWrap p strong {font-family: 'HyundaiMedium' !important; font-weight:normal !important;}
@media screen and  (max-width:1024px) {
    /* CTTC */

	.cttcWrap p,
	.cttbWrap dl {margin-bottom:15px;}
}

/* CDOO : Common_Disclaimer [common.css .icoNote] */
/* CTAA : CTA A [common.css] */
/* CTAB : CTA B [common.css] */
/* CTAC : CTA B [common.css] */

/* CTAB : Common CTA B */
.topLinkBar {background: #002c5f;}
.topLinkBar .barInner {display: table;width: 100%;max-width: 1120px;height: 72px;margin: 0 auto;overflow: hidden;}
.topLinkBar .barInner .col {display: table-cell;height: 72px;vertical-align: middle;}
.topLinkBar .barInner .col a {display: inline-block;font-size: 20px;color: #fff;font-family: "HyundaiMedium";vertical-align:-10px;}
@media screen and  (max-width:1024px) {
	.topLinkBar .barInner {max-width: 100%;height: 60px;}
	.topLinkBar .barInner .col {display: table-cell;height: 60px;vertical-align: middle;}
	.topLinkBar .barInner .col a {font-size: 14px;vertical-align:-4px;}
}
@media screen and  (max-width:767px) {
	.topLinkBar .barInner .col a {display:block;vertical-align:0;}
}

/* CTOA : Table A */
/* CTOA */
.ctoaTableRow {width: 100%;border-bottom: 1px solid #e4dcd3;border-right: 1px solid #e4dcd3;table-layout:fixed;} /* 180416 modify */
/*.ctoaTableRow tr th,
.ctoaTableRow tr td {/*height: 43px;line-height: 1.286;box-sizing: border-box;}*/
.ctoaTableRow tr th {padding:20px;font-size: 14px;line-height:24px;text-align: left;border-right: 1px solid #e4dcd3;border-left: 1px solid #e4dcd3;border-bottom: 1px solid #fff;background: #e4dcd3;font-family: "HyundaiMedium";font-weight: 400;}
.ctoaTableRow tr td {padding: 20px;font-size:14px;line-height: 1.286;border-bottom: 1px solid #e4dcd3;background: #fff;font-family:"HyundaiRegular";}
.ctoaTableRow tr:first-child th,
.ctoaTableRow tr:first-child td {border-top: 1px solid #e4dcd3;}
.ctoaTableRow tr:last-child th,
.ctoaTableRow tr:last-child td {border-bottom: 0 none;}
.ctoaTableRow .Bullet {display:block}
.ctoaWrap h2,
.ctoaWrap h3,
.ctoaWrap h4 {margin-bottom:24px;}
.ctoaWrap h2 {margin-bottom:20px;}
@media screen and  (max-width:1024px) {
	/* CTOA */
	.ctoaWrap h3,
	.ctoaWrap h4 {margin-bottom:24px;}
	.ctoaWrap h2{margin-bottom:15px;}
	.ctoaTableRow tr th,
	.ctoaTableRow tr td{padding: 15px;}
}
@media screen and  (max-width:767px) {
	/* CTOA */
	.ctoaWrap h2,
	.ctoaWrap h3,
	.ctoaWrap h4 {margin-bottom:13px;}
	.ctoaTableRow tr th,
	.ctoaTableRow tr td{padding: 10px;}
}

/* CTOB : Table B */
.ctobWrap {width:100%;}
.ctobWrap.last {margin-bottom:0;}
.ctobWrap h3,
.ctobWrap h4 {margin-bottom:24px;}
.ctobWrap h2 {margin-bottom:15px;}
.ctobWrap .tableTypeCol2 {box-sizing: border-box;background-color: #fff;}
.ctobWrap .tableTypeCol2 tr td {background: none;}
@media screen and  (max-width:1024px) {
	/* CTOB */
	.ctobWrap {padding-bottom:39px;}
	.ctobWrap h3,
	.ctobWrap h4 {margin-bottom:24px;}
	.ctobWrap h2 {margin-bottom:15px;}
}
@media screen and  (max-width:767px) {
	/* CTOB */
	/* .ctobWrap {margin-bottom:46px;} 180702 del */
	.ctobWrap h3,
	.ctobWrap h4 {margin-bottom:13px;}
	.ctobWrap h2 {margin-bottom:15px;}
	.ctobWrap .tableTypeCol2 tr th, 
	.ctobWrap .tableTypeCol2 tr td{padding:10px;}
}

/* CTOC : Table C */
.ctocWrap {width:100%;}
.ctocWrap h2,
.ctocWrap h3,
.ctocWrap h4 {margin-bottom:31px;}
.tableTypeCol2.ctoc .tbcol {width:10%;}
.tableTypeCol2.ctoc .tbcol2 {width:20%;}
.tableTypeCol2.ctoc .tbcol3 {width:40%;}
.tableTypeCol2.ctoc tr td {vertical-align:top;border-right:solid 1px #e4dcd3;}
.tableTypeCol2.ctoc tr td:first-child {border-left:solid 1px #e4dcd3;}
.tableTypeCol2.ctoc tr th {background:#002c5f;color:#fff;}
.tableTypeCol2.ctoc tr th:first-child {border-left: 1px solid #e4dcd3;}
.tableTypeCol2.ctoc tr th:last-child {border-right: 1px solid #e4dcd3;}
@media screen and  (max-width:1024px) {
	/* CTOC */
	.ctocWrap h3,
	.ctocWrap h4 {margin-bottom:31px;}
	.ctocWrap h2 {margin-bottom:15px;}
	.ctocWrap .tableTypeCol2 tr th{padding:13px 15px 14px;}
}
@media screen and  (max-width:767px) {
	/* CTOC */
	.ctocWrap h3,
	.ctocWrap h4 {margin-bottom:13px;}
	.ctocWrap h2 {margin-bottom:15px;}
	.tableTypeCol2.ctoc .tbcol {width:100%;}
	.tableTypeCol2.ctoc .tbcol2 {width:100%;}
	.tableTypeCol2.ctoc .tbcol3 {width:100%;}
	.tableTypeCol2.ctoc thead th {display:none;}
	.tableTypeCol2.ctoc tbody td {display:block;}
	.tableTypeCol2.ctoc tr td:first-child {background:#002c5f;color: #fff; font-family:"HyundaiMedium";padding:13px 15px 14px;}
}

/* CTOD : Table D */
.ctodWrap {width:100%;}
.ctodWrap h3,
.ctodWrap h4 {margin-bottom:29px;}
.ctodWrap h2 {margin-bottom:30px;}
.ctodWrap .ctodbox {margin-bottom:15px;}
@media screen and  (max-width:1024px) {
	/* CTOD */
	.ctodWrap h3,
	.ctodWrap h4 {margin-bottom:26px;}
	.ctodWrap h2 {margin-bottom:25px;}
	.ctodWrap .ctodbox {margin-bottom:12px;}
}
@media screen and  (max-width:767px) {
	/*CTDO*/
	.ctodWrap .ctodbox .tTitle {display: none;}
}

/* CNSA : Non-slide set A */
.cnsaWrap {width:100%;}
.cnsaWrap .titWrap h3,
.cnsaWrap .titWrap h4 {margin-bottom:41px;}
.cnsaWrap .titWrap h2 {margin-bottom:80px;}
.cnsaWrap .gridbox.areaFlip li.gridCont2 .imgArea {float:right;}

.cnsaWrap .gridbox li .imgArea {min-height:170px;}
.cnsaWrap .gridbox li .txtArea h2,
.cnsaWrap .gridbox li .txtArea h3 .cnsaWrap .gridbox li .txtArea h4{margin-bottom:8px;}
.cnsaWrap .gridbox li .txtArea .icoNote {margin-top:15px;}
.cnsaWrap .gridbox li .imgArea img{position: static; transform:none; width:100%;}

@media screen and  (max-width:1024px) {
	/* CNSA */
	.cnsaWrap .gridbox li .imgArea {min-height:192px;}
	/* .cnsaWrap .gridbox li .imgArea img{position: absolute; transform:translate(-50%, -50%); width:auto;height:100%;} */
}

@media screen and  (max-width:767px) {
	/* CNSA */
	.cnsaWrap .gridbox li {margin-bottom:40px}
	.cnsaWrap .gridbox li .imgArea {height:192;margin-bottom:20px;}
	.cnsaWrap .gridbox li .imgArea img{position: static; transform:none; width:100%;height:auto;}
}

/* CNSB : Non-slide set B */
.cnsbMessage {position:relative;background:#f6f3f2;}
.cnsbMessage:after {content: "";display: block;clear: both;}
.cnsbMessage .imgArea{ float:left;width:66%;vertical-align:top;position:relative;overflow:hidden;}
.cnsbMessage .imgArea img {position:relative;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);width:100%;} /* 180423 modify */
.cnsbMessage .txtArea{ float:right;width:34%;vertical-align:middle;padding:60px 50px 0;}
.cnsbMessage .txtArea .subTitL {margin:3px 0 21px 0;}
.cnsbMessage .txtArea .conAreaM {margin-top:21px;}
.cnsbMessage .txtArea .sign {margin-top:20px;}
.areaFlip .cnsbMessage .imgArea {float:right;}
.areaFlip .cnsbMessage .txtArea {float:left;}

@media screen and  (max-width:1024px) {
	/* CNSB */
	.cnsbMessage .imgArea {width:50%;}
	.cnsbMessage .txtArea {width:50%;padding:40px 30px 0;}
	.cnsbMessage .txtArea .subTitL {margin:4px 0 14px 0;}
	.cnsbMessage .txtArea .conAreaM {margin-top:15px;}
	.cnsbMessage .txtArea .sign{margin-top:15px;}
	.cnsbMessage .txtArea .sign img {width:100px;}
}
@media screen and  (max-width:767px) {
	/* CNSB */
	.cnsbMessage .imgArea{display:block;width:100%;}
	.cnsbMessage .imgArea img {position:static;top:auto;left:auto;transform:none;} /* 180423 add */
	.cnsbMessage .txtArea{width:100%;padding:30px 15px 45px;display:block;}
	.cnsbMessage .txtArea .subTitL {margin:13px 0;}
	.cnsbMessage .subTitM{margin-top:0;}
	.cnsbMessage .txtArea .sign{margin-top:15px;}
}

/* CNSC : Non-slide set C */
.cnscWrap {padding:0 160px !important;}
.cnscWrap h3,
.cnscWrap h4 {margin-bottom:27px;}
.cnscWrap h2{margin-bottom:30px;}
.cnscImg {display:block;width:100%;}
.cnscWrap .txtArea p{margin-bottom:50px !important;}
@media screen and  (max-width:1024px) {
	/* CNSC */
	.cnscWrap {padding:0 84px !important;}
	.cnscWrap h3,
	.cnscWrap h4 {margin-bottom:14px;}
	.cnscWrap h2{margin-bottom:20px;}
	.cnscWrap .txtArea p{margin-bottom:20px !important;}
}
@media screen and  (max-width:767px) {
	/* CNSC */
	.cnscWrap {padding:0 35px !important;}
}

/* CNSD : Non-slide set D */
.cnsdWrap {width:100%;}
.cnsdWrap .fullImg {margin-bottom:50px;height:420px}
.cnsd .txtArea {position:relative;}
.cnsd .txtArea:after {content:"";display:block;clear:both;}
.cnsd .txtArea dt.grid {float:left;width:560px;}
.cnsd .txtArea dt.grid a.link {display:block;position:absolute;left:0;bottom:0;padding-right:20px;font-size:18px;color:#002c5f;font-family: 'HyundaiMedium' ;background:url("images/common/ico-link-arr.png") right no-repeat;background-size:8px;}
.cnsd .txtArea dd.grid {float:left;width:550px;margin:0;padding:0 0 0 10px;}
@media screen and  (max-width:1240px) {
	/* CNSD */
	.cnsdWrap {padding-bottom:40px;}
	.cnsdWrap .fullImg {margin-bottom:25px;/*height:192px;*/} /* 180423 modify */
	.cnsdWrap .fullImg .img img {height:auto;} /* 180423 add */
	.cnsd .txtArea dt.grid {width:42.5%;}
	.cnsd .txtArea dd.grid {width:53.5%;padding:0 0 0 4%;}
}
@media screen and  (max-width:767px) {
	.cnsdWrap .subTitM{margin-top:0;margin-bottom:15px;}
}
@media screen and  (max-width:1024px) {
	/* CNSD */
	.cnsdWrap .fullImg {height:192px;} /* 180423 add */
}
@media screen and  (max-width:1240px) {
	/* CNSD */
	.cnsdWrap .fullImg {margin-bottom:25px;height:192px}
}
@media screen and  (max-width:767px) {
	/* CNSD */
	.cnsdWrap .fullImg {height:auto;} /* 180423 add */
	.cnsd .txtArea dt.grid {width:100%;}
	.cnsd .txtArea dd.grid {width:100%;padding-left:0}
}

/* CTSA : Text slide set A */
.ctsaWrap .fullImg {height:420px;margin-bottom:40px;}
.ctsaWrap .txtSlideWrap .txtSlideList li .txtArea {padding:0 42px;}
@media screen and  (max-width:1024px) {
	/* CTSA */
	.ctsaWrap .fullImg {height:auto;margin-bottom:20px;}
	.ctsaWrap .fullImg .img img {position:static;top:auto;left:auto;transform:none;} /* 180503 add */
}
@media screen and  (max-width:767px) {
	.ctsaWrap .txtSlideWrap .txtSlideList li .txtArea {padding:0;}
}
/* CTSB : Text slide set B */
.ctsbWrap {padding-top:61px;}
.ctsbWrap .txtSlideWrap .txtSlideList li .txtArea{padding:0 160px;width:auto;}
.ctsbWrap .txtBgCycle {position: relative;width:530px;height:280px;margin:0 auto 50px auto;}
.ctsbWrap .txtBgCycle:after {content:"";display:block;clear:both;}
.ctsbWrap .txtBgCycle li {position:absolute;top:0;border: 2px solid #e4dcd3;border-radius: 50%;background:#e4dcd3;opacity: 0.7;width:280px;height:280px;}
.ctsbWrap .txtBgCycle li p {vertical-align: middle;text-align: center;font-family: "HyundaiMedium";color: #000;font-size: 20px;line-height: 30px;display: table-cell;width: 280px;word-break: break-all; padding: 40px;height: 280px;}
.ctsbWrap .txtBgCycle li:nth-child(1) {left:0;}
.ctsbWrap .txtBgCycle li:nth-child(2) {left:250px;}
.ctsbWrap .txtBgCycle li:nth-child(3) {left:500px;}
.ctsbWrap .txtBgCycle.col3 {width:780px;}
.ctsbWrap .txtSlideWrap .txtSlideList li .txtArea h2 {margin-bottom:15px}
.ctsbWrap .txtSlideWrap .txtSlideList li .txtList{margin-top:30px;}
@media screen and  (max-width:1024px) {
	/* CTSB */
	.ctsbWrap {padding-top:33px;}
	.ctsbWrap .txtBgCycle {width:390px;height:210px;margin:0 auto 40px;}
	.ctsbWrap .txtBgCycle li {width:210px;height:210px;}
	.ctsbWrap .txtBgCycle li p {font-size:17px;line-height:21px;width:210px; height:210px; padding: 32px}
	.ctsbWrap .txtBgCycle li:nth-child(1) {left:0;}
	.ctsbWrap .txtBgCycle li:nth-child(2) {left:180px;}
	.ctsbWrap .txtBgCycle li:nth-child(3) {left:360px;}
	.ctsbWrap .txtBgCycle.col3 {width:570px;}
	.ctsbWrap .txtSlideWrap .txtSlideList li .txtList{margin-top:20px;}
	.ctsbWrap .txtSlideWrap .txtSlideList li .txtArea{padding:0 60px;}
	.ctsbWrap .txtSlideWrap .txtSlideList li .txtArea h2 {margin-bottom:10px}
}
@media screen and  (max-width:767px) {
	/* CTSB */
	.ctsbWrap .txtBgCycle {width:210px;height:400px;margin:0 auto 35px;}
	.ctsbWrap .txtBgCycle li {width:210px;height:210px;}
	.ctsbWrap .txtBgCycle li p {font-size:17px;line-height:21px;width:210px; height:210px; padding: 32px}
	.ctsbWrap .txtBgCycle li:nth-child(1) {left:0;}
	.ctsbWrap .txtBgCycle li:nth-child(2) {left:0;top:180px;}
	.ctsbWrap .txtBgCycle li:nth-child(3) {left:0;top:360px;}
	.ctsbWrap .txtBgCycle.col3 {width:210px;height:570px;}
	.ctsbWrap .txtSlideWrap .txtSlideList li{padding:0 15px;}
	.ctsbWrap .txtSlideWrap .txtSlideList li .txtArea h2{margin-bottom:15px;}
	.ctsbWrap .txtSlideWrap .txtSlideList li .txtArea{padding:0;}
}

/* Text Slider [CTSA, CTSB] */
.txtSlideWrap {position: relative;width:100%;}
.txtSlideWrap .txtSlideList {position: relative;overflow:hidden;}
.txtSlideWrap .txtSlideList:after {content:"";display:block;clear:both;}
.txtSlideWrap .txtSlideList li {float:left;width:100%;}
.txtSlideWrap .txtSlideList li .txtArea {padding:0 25px;}
.txtSlideWrap .txtSlideList li .txtArea h3,
.txtSlideWrap .txtSlideList li .txtArea h4 {margin-bottom:12px}
.txtSlideWrap .txtSlideList li .txtArea h2 {margin-bottom:20px;}
.txtSlideWrap .txtSlideList li .txtList {margin-top:40px}
/* Text Slider [CTSA, CTSB] > button */
.txtSlideWrap .sliderBtnWrap .btnPrev,
.txtSlideWrap .sliderBtnWrap .btnNext {display: block;width: 12px;height: 20px;margin-top: -8px;text-indent: -9999px;overflow: hidden;position: absolute;top: 50%;}
.txtSlideWrap .sliderBtnWrap .btnPrev {background: url("images/common/btn-prev2.png") no-repeat center center;left: 0;}
.txtSlideWrap .sliderBtnWrap .btnNext {background: url("images/common/btn-next2.png") no-repeat center center;right: 0;}
.txtSlideWrap .sliderBtnWrap .btnPrev.disabled,
.txtSlideWrap .sliderBtnWrap .btnNext.disabled {opacity: 0.3;cursor:default;}
.txtSlideWrap .ix-controller.disabled {visibility:hidden;}
.txtSlideWrap .ix-list-viewport {overflow:hidden;}/* viewport */
/* Text Slider [CTSA, CTSB] >  Indicator */
.txtSlideWrap .ix-thumbs {position:relative;margin-top:50px;text-align:center;}
.txtSlideWrap .ix-thumbs .ix-thumb {display:inline-block;margin:5px;border:1px solid #999;box-sizing:border-box;border-radius:50%;width:12px;height:12px;overflow:hidden;} /* 180416 modify */
.txtSlideWrap .ix-thumbs .ix-thumb .ix-btn {display:block;background:#fff;text-indent:-9999px;}
.txtSlideWrap .ix-thumbs .ix-thumb.active {border:0 none;}
.txtSlideWrap .ix-thumbs .ix-thumb.active .ix-btn {background:#00aad2;}
@media screen and (max-width: 1024px) {
	.txtSlideWrap .ix-thumbs {margin-top:35px;}
	.txtSlideWrap .txtSlideList li .txtArea h3,
	.txtSlideWrap .txtSlideList li .txtArea h4 {margin-bottom:9px;}
	.txtSlideWrap .txtSlideList li .txtArea h2 {margin-bottom:15px;}
	.txtSlideWrap .txtSlideList li .txtList {margin-top:30px;}
}
@media screen and (max-width: 767px) {
	.txtSlideWrap .txtSlideList li .txtArea {padding:0 0;}
	.slide_direction {display:none;} /* slide indicator */
	.txtSlideWrap .ix-thumbs .ix-thumb{width:9px; height:9px;}
}

/* slider > CWSS, PWSE */
.galleryWrap {overflow: hidden;position: relative;}
.galleryListBox {margin: 0 -16px;position:relative;}
.gallerybox:after {display:block;clear:both;content:'';}
.gallerybox li.galleryList {float:left;padding: 0 16px;}
.gallerybox li.galleryList:last-child {margin: 0;}
.gallerybox li.galleryList .gallery_name {display: block;margin-top: 25px;max-height: 48px;line-height: 1.5;color: #000;font-size: 16px;font-family: "HyundaiMedium" !important;font-weight: 400;box-sizing:content-box;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.gallerybox li.galleryList .galleryCont {display: block;margin-top: 7px;line-height: 1.43;font-size: 14px;font-family: "HyundaiRegular";}
.gallerybox .galleryLink {display: block;}
.gallerybox .gallayLink {display:block;}
.gallerybox .gallayLink .gallery_img {margin-bottom:0px;}
.gallayLink .txtArea h2,
.gallayLink .txtArea h3,
.gallayLink .txtArea h4 {margin:20px 0 0;}
.gallayLink .txtArea {margin-bottom:0;}
.galleryWrap .sliderPagination {margin-top: 50px;}
.galleryWrap .btnPrev,
.galleryWrap .btnNext {top: 63px;}
.galleryWrap .btnNext.disabled,
.galleryWrap .btnPrev.disabled {opacity: 0.3;cursor: default;}
/* D : Web */
@media screen and (max-width: 1240px) {
	.galleryListBox {margin: 0 -11px;position:relative;}
	.gallerybox li.galleryList {width:25%;margin: 0;padding: 0 11px;}
	.gallerybox li.galleryList .gallery_name {margin-top: 18px;max-height: 42px;line-height: 1.5;font-size: 14px;}
	.gallerybox li.galleryList .galleryCont {font-size: 12px;}
	.galleryWrap .btnPrev,
	.galleryWrap .btnNext {margin-top: -22px;top: 7.2vw;}
	.galleryWrap .sliderPagination{margin-top:35px;}
}
/* D : tab */
@media screen and (max-width: 1024px) {
	.galleryFullT .galleryListBox li {width:50%;}
	.gallayLink .gallery_img {margin-bottom:18px;}
	.gallayLink .txtArea h3,
	.gallayLink .txtArea h4 {margin-bottom:3px;}
	.gallayLink .txtArea h2{margin-bottom:0;margin-top:15px;}
}
/* D : mobile */
@media screen and (max-width: 767px) {
	.galleryFullM .galleryListBox {margin: 0 -5px;}
	.galleryFullM .gallerybox li.galleryList {width:100%;padding: 0 5px;}
	.galleryFullM .gallerybox li.galleryList .gallery_name {margin-top: 18px;}
	.gallayLink .gallery_img {margin-bottom:15px;}
}

/* CISA : Image slide set A */
.cisaSlider {max-width:1120px;}
.cisaSlider .btnPrev,
.cisaSlider .btnNext {top: 190px;}
.cisaSlider .sliderPagination {position: absolute;top: 380px;bottom: auto;left: 0;right: 0;}
.cisaSlider .txtArea h3,
.cisaSlider .txtArea h4 {margin-bottom:12px;margin-top:40px;}
.cisaSlider .txtArea h2 {margin-bottom:15px;margin-top:35px;}
.cisaSlider .fullImg {height:420px;}
@media screen and (max-width: 1024px) {
	/* CISA */
	.cisaSlider .btnPrev,
	.cisaSlider .btnNext {margin-top: 0;top: 74px;} /* 180423 modify */
	.cisaSlider .sliderPagination {top: 165px;}
	.cisaSlider .sliderListWrap .sliderList {margin-bottom:20px !important;}
	.cisaSlider .txtArea h3,
	.cisaSlider .txtArea h4 {margin-bottom:9px;}
	.cisaSlider .txtArea h2{margin-top:20px; margin-bottom:10px;}
	.cisaSlider .fullImg {height:auto;min-height: 546px;}
	.cisaSlider .videoPoster img {position:static;transform:none;width:100%;}
	.cisaSlider .conAreaM{text-align:left;}
}
@media screen and (max-width: 767px) {
	/* CISA */
	.cisaSlider .slide_direction {display:block;} /* 180423 add */
	.cisaSlider .sliderPagination {top: 165px;}
	.cisaSlider .fullImg .img img {width:100%; position: static;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: none;} /* 180423 add */
	.cisaSlider .txtWd{padding:0;}
}

/* CISB : Image slide set B */
.cisbSlider {max-width:1860px;margin:0 auto;}
.cisbSlider .btnPrev,
.cisbSlider .btnNext {top: 50%;margin-top:-22px;}
.cisbSlider .sliderPagination {position: absolute;bottom: 60px;top:auto;left: 0;right: 0;}
.cisbSlider .sliderList .sliders {position: relative;margin:0 auto;overflow:hidden;max-width:1920px;height:720px}
.cisbSlider .sliderList .sliders picture {position:static;left:0;right:0;top:0;bottom:0;} /* 180423 */
.cisbSlider .sliderList .sliders picture img {position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.cisbSlider .sliderList .sliderList img {width:1920px;}
.cisbSlider .titWrap {position: absolute;top:253px;width:100%;}
.cisbSlider .titWrap h2,
.cisbSlider .titWrap h3,
.cisbSlider .titWrap h4 {margin-bottom:20px;}
.cisbSlider .titWrap p {margin-bottom:60px;}
@media screen and (max-width: 1024px) {
	/* CISB */
	.cisbSlider .sliderList .sliders {position: relative;margin:0 auto;overflow:hidden;max-width:100%;height:370px;}
	.cisbSlider .titWrap {top:118px;}
	.cisbSlider .titWrap h2,
	.cisbSlider .titWrap h3,
	.cisbSlider .titWrap h4 {margin-bottom:10px;}
	.cisbSlider .titWrap p {margin-bottom:30px;}
}
@media screen and (max-width: 767px) {
	/* CISB */
	.cisbSlider .btnPrev,
	.cisbSlider .btnNext {top: 50%;margin-top:-22px;}
	.cisbSlider .sliderPagination {position: absolute;bottom: 60px;top:auto;left: 0;right: 0;}
	.cisbSlider .sliderList .sliders picture img{position:static; transform:none; width:100%;} /* 180423 */ /* add */
	.cisbSlider .sliderList .sliders{height:auto;} /* 180423 *//* add */
}

/* CWSS : Whole slide set */
.cwssWrap .titWrap h2,
.cwssWrap .titWrap h3,
.cwssWrap .titWrap h4 {margin-bottom:50px;}
.cwssWrap .colLg4 h2,
.cwssWrap .colLg3 h2,
.cwssWrap .colLg2 h2 {margin-top:30px;}
.cwssWrap .colLg4 h3,
.cwssWrap .colLg3 h3,
.cwssWrap .colLg2 h3 {margin-top:20px;}
.cwssWrap .colLg4 h4,
.cwssWrap .colLg3 h4,
.cwssWrap .colLg2 h4 {margin-top:40px;}
.cwssWrap .colLg2 .col {width:50%;}
.cwssWrap .colLg3 .col {width:33.3%;}
.cwssWrap .colLg4 .col {width:25%;}
.cwssWrap .gallery_img {display: block;width: 100%;text-align: center;overflow: hidden;position: relative;}
.cwssWrap .gallery_img img {width:100%;} /* 180418 modify */
/* .cwssWrap .colLg2 .gallery_img {min-height:360px}
.cwssWrap .colLg3 .gallery_img {min-height:233px}
.cwssWrap .colLg4 .gallery_img {min-height:170px;} */
.cwssWrap .colLg2 .btnPrev,
.cwssWrap .colLg2 .btnNext {top:160px;}
.cwssWrap .colLg3 .btnPrev,
.cwssWrap .colLg3 .btnNext {top:100px;}
.cwssWrap .colLg4 .btnPrev,
.cwssWrap .colLg4 .btnNext {margin-top: 0;top:65px;}
.cwssWrap .conAreaM{margin-top:10px;}
.cwssWrap .galleryLink .txtList{margin-top:20px;}
.cwssWrap .conAreaS.bulletS:before{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
@media (max-width: 1024px) {
     /* CWSS */
	.cwssWrap .titWrap h2,
	.cwssWrap .titWrap h3,
	.cwssWrap .titWrap h4 {margin-bottom:30px;}
	.cwssWrap .subTitS{margin-bottom:0;}
	.cwssWrap .subTitM{margin-bottom:30px; font-size:27px; line-height:32px;}
	.cwssWrap .colLg4 h2,
	.cwssWrap .colLg2 h3,
	.cwssWrap .colLg3 h4 {margin-top:30px;}
	.cwssWrap .colLg2 .col {width:50%; padding:0 7px;}
	.cwssWrap .colLg3 .col {width:50%; padding:0 7px;}
	.cwssWrap .colLg4 .col {width:50%; padding:0 7px;}
	/* .cwssWrap .colLg2 .gallery_img {min-height:192px}
	.cwssWrap .colLg3 .gallery_img {min-height:148px}
	.cwssWrap .colLg4 .gallery_img {min-height:192px} */
	.cwssWrap .colLg2 .btnPrev,
	.cwssWrap .colLg2 .btnNext {top:50%;margin-top:-140px;}
	.cwssWrap .colLg3 .btnPrev,
	.cwssWrap .colLg3 .btnNext {top:50%;margin-top:-170px;}
	.cwssWrap .colLg4 .btnPrev,
	.cwssWrap .colLg4 .btnNext {top:50%; margin-top:-140px;}
	.cwssWrap .conAreaM{margin-top:15px;}
	.cwssWrap .galleryListBox{margin:0 -7px;}
	.cwssWrap .galleryLink .txtList{margin-top:15px;}
}
@media (max-width: 767px) {
	/* CWSS */
	.cwssWrap .titWrap h2,
	.cwssWrap .titWrap h3,
	.cwssWrap .titWrap h4 {margin:0 0 25px;}
	.cwssWrap .colLg2 h2,
	.cwssWrap .colLg3 h3,
	.cwssWrap .colLg4 h4 {margin-top:20px;}
    /* .cwssWrap .colLg2 .gallery_img {min-height:auto;} 180423 */
    /* .cwssWrap .colLg3 .gallery_img {min-height:auto;} 180423 */
    /* .cwssWrap .colLg4 .gallery_img {min-height:auto;} 180423 */
	.cwssWrap .colLg2 .btnPrev,
	.cwssWrap .colLg2 .btnNext {top:50%; margin-top: -140px;} /* 180423 */
	.cwssWrap .colLg3 .btnPrev,
	.cwssWrap .colLg3 .btnNext {top:50%; margin-top: -140px;} /* 180423 */
	.cwssWrap .colLg4 .btnPrev,
	.cwssWrap .colLg4 .btnNext {top:50%; margin-top: -140px;} /* 180423 */
	.cwssWrap .gallery_img img{position:static; transform:none;} /* 180423 */ /* add 
	*/
	.cwssWrap .galleryListBox{margin:0 -5px;}
}

/* CAOA, CAOB, CAOC */
.accordionLinkWrap {width:1000%;max-width:1120px;margin:0 auto;padding:0 0 30px 0;}
.accordionLinkWrap:after {content:"";display:block;clear:both;}
.accordionLinkWrap .accordionLink {display:inline-block;position: relative;padding-left:15px;float:right;font-size:14px;color:#000;font-family: "HyundaiMedium"; line-height:24px;}
.accordionLinkWrap .accordionLink:after {content: '';display: block;width: 9px;height: 10px;background: url("images/common/ico-plus.png") no-repeat;background-size:100%;position: absolute;left: 0;top:50%;transform:translateY(-50%);}
.accordionLinkWrap.on .accordionLink:after {content: '';display: block;width: 9px;height: 1px;background: url("images/common/ico-minus.png") no-repeat;background-size:100%;position: absolute;left: 0;top:6px;}
.historyCont .fullImg {height:420px}
@media screen and  (max-width:1240px) {
	.accordionLinkWrap {width:auto;padding:0 0 20px 0;}
}
@media screen and  (max-width:1024px) {
	.historyCont .fullImg {height:269px}}
	@media screen and  (max-width:767px) {
	.historyCont .fullImg {height:auto;} /* 180423 */
}

/* CAOC : Accordian C; */
.accordionLinkWrap.caoc {padding:25px 0;}
.caocHistoryWrap {width:100%;}
.caocHistoryWrap .historyList {width:100%;}
.caocHistoryWrap {position: relative;}
.caocHistoryWrap .historyList li.dep1 .btnOpenClose {display: block;margin:0 auto;width: 100%;max-width:1120px;height: 100px;font-size:20px;line-height: 100px;color: #000;font-family: "HyundaiMedium";font-weight: normal;text-align: left;text-decoration:none;background: #fff;box-sizing: border-box;position: relative;border-bottom:solid 1px #d8d8d8;}
.caocHistoryWrap .historyList li.dep1 .btnOpenClose:after {content: '';display: block;width: 20px;height: 14px;background: url("images/common/ico-toggle-down.png") no-repeat 0 0;position: absolute;right: 0;top:48px;}
.caocHistoryWrap .historyList li.dep1 .historyContWrap {display: none;padding:0;background: url("images/service-story/bg-caoc.png") bottom no-repeat;}
.caocHistoryWrap .historyList li.dep1.on .btnOpenClose {color: #000;border-bottom:0;}
.caocHistoryWrap .historyList li.dep1.on .btnOpenClose:after {background: url("images/common/ico-toggle-up.png") no-repeat 0 0;}
.caocHistoryWrap .historyList li.dep1 .historyContWrap {display: none; margin-bottom:50px;}
.caocHistoryWrap .historyList li.dep1 .historyContWrap .historyCont {width:1120px;margin:0 auto;padding:90px 0 100px 0;}
.caocHistoryWrap .historyInfo {width:100%;margin-top:50px;overflow:hidden;}
.caocHistoryWrap .historyInfo:after {content:"";display:block;clear:both;}
.caocHistoryWrap .historyInfo:first-child {margin-top:60px;}
.caocHistoryWrap .historyInfo dt {float:left;width:111px;font-family: "HyundaiMedium";font-size:44px;color:#000;margin-right:40px;}
.caocHistoryWrap .historyInfo dd {overflow:hidden;font-family: "HyundaiRegular";font-size:16px;line-height:28px;color:#000;}
.caocHistoryWrap .historyInfo dd > p {position:relative;padding-left:12px;margin-left:3px;line-height:24px;font-size:14px;}
.caocHistoryWrap .historyInfo dd > p > span {position:absolute;left:0;top:0;}
@media screen and  (max-width:1120px) {
	/* CAOC */
	.caocHistoryWrap .historyList li.dep1 .btnOpenClose {max-width:100%;width:auto;padding:0 25px;}
	.caocHistoryWrap .historyList li.dep1 .btnOpenClose:after {right:25px;}
	.caocHistoryWrap .historyList li.dep1 .historyContWrap .historyCont {width:auto;padding:30px 25px 70px 25px;}
}
@media screen and  (max-width:1024px) {
	/* CAOC */
	.accordionLinkWrap.caoc {padding:25px;}
	.caocHistoryWrap .historyInfo:first-child{margin-top:30px;}
	.caocHistoryWrap .historyInfo{margin-top:30px;}
	.caocHistoryWrap .historyInfo dt {font-size:27px;margin-right:0;width:93px;line-height:32px;}
	.caocHistoryWrap .historyInfo dd {width:auto;font-size:14px;line-height:21px;}
	.caocHistoryWrap .historyList li.dep1 .historyContWrap{margin-bottom:40px;}
}
@media screen and  (max-width:767px) {
	/* CAOC */
	.caocHistoryWrap .historyList li.dep1 .btnOpenClose {height: 51px;font-size:17px;line-height: 51px;}
	.caocHistoryWrap .historyList li.dep1 .btnOpenClose:after,
	.caocHistoryWrap .historyList li.dep1.on .btnOpenClose:after {top:20px;width:9px;height:6px;background-size:100%;}
	.caocHistoryWrap .historyList li.dep1 .historyContWrap {background-position-y: 0; background-size:cover;}
	.caocHistoryWrap .historyInfo {margin-top:30px;}
	.caocHistoryWrap .historyInfo dt {font-size:27px;}
	.caocHistoryWrap .historyInfo dd {width:100%;padding-top:15px;}
	.caocHistoryWrap .historyList li.dep1 .historyContWrap .historyCont {padding:30px 15px 70px 15px;}
	.caocHistoryWrap .txtWd{padding:0 15px;}
	.caocHistoryWrap .historyInfo dd > p{margin-left:5px;}
}

/* CPSV : Promotion/Special Offers View */
.cpsvWrap {width:100%;}
.cpsvWrap h3,
.cpsvWrap h4 {margin-bottom:8px;}
.cpsvWrap h2 {margin-bottom:15px;}
.cpsvWrap .subTitS {margin-bottom:10px;}
.cpsvWrap .fullImg {height:420px;margin-top:50px;}
@media screen and  (max-width:1024px) {
	/* CPSV */
	.cpsvWrap h2 {margin-bottom:10px;}
	.cpsvWrap .fullImg {height:auto; margin-top:35px;} /* 180423 */ /* add */
	.cpsvWrap .subTitS{margin-bottom:15px;}
}

/* CCBL : Campaign_Big list */
.ccblWrap {position:relative;overflow:hidden;}
.ccblWrap .bigTit {padding:100px 0 60px;}
.ccblWrap .outerWrap {position:relative;height:600px;overflow:hidden;}
.ccblWrap .img {position:absolute;z-index:1;left:0;right:0;top:0;bottom:0;}
.ccblWrap .img img {position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.ccblWrap .ccblWrapInner {position:relative;z-index:2;max-width:1120px;margin:0 auto;padding:131px 0 70px;}
.ccblWrap .titWrap .ftit {margin-bottom:40px;}
.ccblWrap .titWrap .ftit.subTitL {font-size: 58px; line-height: 68px;}
.ccblWrap .titWrap .ftit.subTitM {font-size: 30px; line-height: 40px;}
.ccblWrap .titWrap .ftit.subTitS {font-size: 20px; line-height: 30px;}
.ccblWrap .titWrap {margin-bottom:40px;}
.ccblWrap .btnWrap {margin-left:0 !important;margin-right:0 !important;}
.ccblWrap .btnWrap .colWd{margin-left:20px;}
.ccblWrap.videoType {padding:0;}
.ccblWrap .video {position:relative;height:100%;}
.ccblWrap .vWrap {position: absolute;left:0;right:0;top:50%;padding-bottom: 56.25%;/* 16:9 */ padding-top: 25px;height: 0;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.ccblWrap video,
.ccblWrap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.ccblWrap .innerDimm {position:absolute;top:0;width:100%;height:100%;background:#000;opacity:0.5;z-index:4;}
.ccblWrap .videoPlay {position: absolute;top: 50%;left: 50%;z-index: 12;width: 60px;height: 60px;margin: -30px 0 0 -30px;background: url("images/common/btn-video.png") no-repeat top left;overflow: hidden;cursor:pointer;text-indent:-1000px;}
.ccblWrap a.btn {text-align:center;}
.ccblWrap a.btn:hover, 
.ccblWrap a.btn:focus {text-decoration:none;}
.ccblWrap .ccblWrapInner .btn{margin-left:20px;}
/* .ccblWrap .ccblWrapInner .btn:first-child{margin-left:0} */
@media all and (max-width: 1024px) {
	/* CCBL */
	.ccblWrap .subTitM {padding:70px 0 30px; font-size:27px; line-height:32px;margin-top:0}
	.ccblWrap .outerWrap {height:300px;}
	.ccblWrap .ccblWrapInner {padding:50px 25px 33px;}
	.ccblWrap .titWrap .ftit {margin-bottom:20px;}
	.ccblWrap .titWrap .ftit.subTitL {font-size: 28px;line-height: 32px;}
	.ccblWrap .titWrap .ftit.subTitM {font-size: 19px;line-height: 22px;}
	.ccblWrap .titWrap .ftit.subTitS {font-size: 17px;line-height: 20px;}
	.ccblWrap .titWrap {margin-bottom:20px;}
	.ccblWrap.videoType {padding:0;}
	.ccblWrap .btnWrap.col1{margin:0;}
	.ccblWrap .ccblWrapInner .btn{margin-left:14px;}
}
@media all and (max-width: 767px) {
	/* CCBL */
	.ccblWrap {padding:0 !important;}
	.ccblWrap .outerWrap {height:auto;} /* 180423 */
	.ccblWrap .ccblWrapInner {position:absolute; padding:46px 35px; top:0;} /* 180423 */
	.ccblWrap .titWrap .ftit {text-align:center;font-size:19px;}
	.ccblWrap .titWrap .ftit br {display:inline !important;}
	.ccblWrap .titWrap .ftit.subTitL {font-size: 28px;line-height: 32px;}
	.ccblWrap .titWrap .ftit.subTitM {font-size: 19px;line-height: 22px;}
	.ccblWrap .titWrap .ftit.subTitS {font-size: 17px;line-height: 20px;}
	/* .ccblWrap .btnWrap {margin:24px 0 0 !important;} */
	.ccblWrap .btnWrap .colWd {width:100%;margin-left:0;margin-top:10px;}
	/*.ccblWrap .titWrap .stit {padding:0 15px;} /* 180423 */
	.ccblWrap.videoType {padding:0;}
	.ccblWrap .img img {position:static;width:100%;transform:none;} /* 180423 */ /* add */
	.ccblWrap .img {position: static;} /* 180423 */ /* add */
	.ccblWrap .ccblWrapInner .btn{width:100%;}
	.ccblWrap .ccblWrapInner .btn{margin-left:0;}
}

/* CCSL : Campaign_Small list */
.gridWrap.ccslWrap {width:100%;}
.gridWrap.ccslWrap .gridbox li .imgArea {min-height:360px;}
.ccslbox {background:#fff;padding:40px 45px 60px 45px;}
.ccslbox .ccslMtb {overflow:hidden;height:56px;margin:15px 0 50px 0;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.ccslbox .btnWrap {margin:0 -10px;}
.ccslbox .btnWrap .colWd.lg{width:50%;margin:0;padding:0 10px;}
.ccslWrap .gridbox {display:table;width:100%;}
.ccslWrap .gridbox li {float:none;display:table-cell;}
.ccslWrap .gridbox li.gridCont2 {position:relative;background:#fff;}
.ccslWrap .gridbox li.gridCont2:after {content:'';position:absolute;top:0;left:0;width:10px;height:100%;background:#f6f3f2;}
.ccslWrap .gridbox li.gridCont2:first-child:after {left:auto;right:0;}
@media screen and  (max-width:1024px) {
	/* CCSL */
	.ccslWrap .gridbox li .imgArea img{position:static; transform:none;}
	.ccslbox {background:#fff;padding:25px 22px 45px 22px;}
	.ccslbox .ccslMtb {height:42px;margin:15px 0 25px 0;}
	.gridWrap.ccslWrap .gridbox li .imgArea {min-height:192px;}
	.gridWrap.ccslWrap .btnWrap .colWd.lg{width:100%; margin:0; margin-top:10px;}
	.gridWrap.ccslWrap .btnWrap .colWd.lg:first-child{margin-top:0;}
	.ccslWrap .gridbox li.gridCont2:after {width:7px;}
}
@media screen and  (max-width:767px) {
	/* CCSL */
	.ccslbox .ccslMtb {display:block;height:auto;}
	.ccslWrap .gridbox li {display:inline-block;}
	.ccslWrap .subTitL {font-size:17px;line-height:22px;}
	.ccslWrap .conAreaM {line-height:17px;font-size:12px;}
	.ccslWrap .gridbox li.gridCont2:after {display:none;}
	.gridWrap.ccslWrap .gridbox li .imgArea {min-height:auto;} /* 180423 */ /* add */
	.gridWrap.ccslWrap .subTitM{margin-top:0;}
}
/* CNSA, CCSL : flag in dropbox */
.gridWrap .grid{float:left;width:332px;margin-left:0;margin-bottom:35px;font-size:14px;line-height:19px}
.gridWrap .grid img{width:26px}
.gridWrap .grid .txtCountry{padding-left:7px}
.gridWrap .grid a ,
.gridWrap .grid a:hover{display:block;color:#000;}
@media screen and (max-width: 1024px) {
	.gridWrap .grid {float:left;width:50%;margin-left:0;}
	.gridWrap .grid a{overflow:hidden;display:block;width:100%;height:50px;text-align:left;vertical-align:top;}
	.gridWrap .grid a img.flag{display:inline-block;margin-right:10px;vertical-align:top}
}

/* CIOO : Iframe */
.iframe_box {width:100%;}
/* .iframe_box .tempDel {font-family:"HyundaiMedium";line-height:500px;} */
.iframe_box iframe {width:100% !important;}
/*@media screen and  (max-width:1024px) {
	 .iframe_box {min-height:337px;} */
	/* .iframe_box .tempDel {line-height:337px;} */
	/* .iframe_box iframe {min-height:337px;} 
}*/
/* @media screen and  (max-width:767px) {
	.iframe_box {min-height:163px;}
	.iframe_box .tempDel {line-height:163px;}
	.iframe_box iframe {min-height:163px;} 
} */

/* CCUM : Contact us map */
.ccumMap .ccumMapLoadWrap {width:100%;margin-bottom:50px;height:420px;overflow:hidden;}
.ccumMap .btn {width:140px;height:40px;line-height:40px;text-align:center;}
.ccumMap .btnWrap {margin:25px 0 0;}
.ccumMap .txtArea {position:relative;}
.ccumMap .txtArea:after {content:"";display:block;clear:both;}
.ccumMap .txtArea dt.grid {float:left;width:50%;}
.ccumMap .txtArea dt.grid a.link {display:block;position:absolute;left:0;bottom:0;padding-right:20px;font-size:18px;color:#002c5f;font-family: 'HyundaiMedium' ;background:url("images/common/ico-link-arr.png") right no-repeat;background-size:8px;}
.ccumMap .txtArea dd.grid {float:left;width:50%;margin:0;padding:0 0 0 10px;}
.ccumMap .ccumMapLoadWrap img {width:100%;}
@media screen and  (max-width:1024px) {
	/* CCUM */
	.ccumMap .ccumMapLoadWrap {margin-bottom:15px;height:auto;overflow:hidden;}
	.ccumMap .subTitM{margin-top:0;}
	.ccumMap .btnWrap{margin:15px 0 0 0;}
}
@media screen and  (max-width:767px) {
	/* CCUM */
	.sectionWrap.ccum{padding:0;}
	.ccumMap{margin-bottom:35px;}
	.ccumMap .ccumMapLoadWrap {margin-bottom:20px;overflow:hidden;}
	.ccumMap .txtArea .grid {width:100%;padding:0 0 10px 0;}
	.ccumMap .txtArea dt.grid {width:100%;}
	.ccumMap .txtArea dd.grid {padding-left:0; width:auto; float:none;}
	.ccumMap .btnWrap {display:none;}
	.ccumMap .ccumMapLoadWrap img{width:auto;}
	.ccumMap .txtArea{padding:0 15px;}
}
/* CCUM > layerContactUsMap */
.layerContactUsMap dl.txtArea dt.grid,
.layerContactUsMap dl.txtArea dd.grid {width:50%;padding:0;}
.layerContactUsMap .layerConWrap .sectionWrap {padding:50px 0 80px;}
.layerContactUsMap .layerConWrap .sectionWrap .btnWrap {margin:60px 0 0;min-width:0;}
@media all and (max-width:1024px) {
	/* CCUM > layerContactUsMap */
	.layerContactUsMap .layerConWrap .sectionWrap {padding:30px 0 50px;}
	.layerContactUsMap .layerConWrap .sectionWrap .btnWrap {margin-top:30px;} /* 180418 */
}
@media all and (max-width:767px) {
	/* CCUM > layerContactUsMap */
	.layerContactUsMap dl.txtArea dt.grid,
	.layerContactUsMap dl.txtArea dd.grid  {float:none;width:auto;}
}

/* CFOO : Common_Fleet */
.cfoo .boxArea {width:100%;margin:0 auto;overflow:hidden;}
.cfoo .boxArea .txtBoxM {float:left;position:relative;padding-bottom:53px;width:550px;height:300px;background-color:#fff;}
.cfoo .boxArea .txtBoxM .txtBox1 {padding:56px 40px 0 40px;}
.cfoo .boxArea .txtBoxM {margin-right:20px;margin-bottom:20px;}
.cfoo .boxArea .txtBoxM:nth-of-type(2n) {margin-right:0;}
.cfoo .boxArea .txtBoxM .txtBox1 .subTitMg2 {display:block;font-size:30px;height:40px;line-height:40px;color:#000;font-family:"HyundaiMedium";margin-bottom:2px;}
.cfoo .boxArea .txtBoxM .txtBox1 .conAreaM {font-size:16px;line-height:28px;letter-spacing:0.2px;color:#000;font-family:"HyundaiRegular";margin-bottom:4px;}
.cfoo .boxArea .txtBoxM .txtBox1 .conAreaS {font-size:14px;line-height:24px;letter-spacing: 0.2px;color:#000;font-family:"HyundaiRegular";}
.cfoo .boxArea .btn {position:static;display:inline-block;bottom:55px;width:auto;height:auto;padding:0 32px; font-size:12px;line-height:36px;background:#002c5f;color:#fff;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.cfoo .boxArea .txtBoxM.alignL .btn {left:0;margin-left:40px; margin-top:24px;}
.cfoo .boxArea .txtBoxM.alignC .btn {margin-top:24px;}
.cfoo .boxArea .txtBoxM.alignR .btn {left:auto;right:0;margin-right:40px; margin-top:24px;}
@media screen and (max-width:1240px){
	/* CFOO */
	.cfoo .boxArea .txtBoxM {width:48%;height:265px;}
	.cfoo .boxArea .txtBoxM .txtBox1 {width:100%;}
}
@media screen and (max-width:1024px){
	/* CFOO */
	.cfoo .boxArea .txtBoxM {width:48%;height:155px;}
	.cfoo .boxArea .txtBoxM .txtBox1 {width:100%;height:auto;padding:28px 25px 0 25px;}
	.cfoo .boxArea .txtBoxM {margin-right:14px;margin-bottom:14px;
		padding-bottom: 21px;}
	.cfoo .boxArea .txtBoxM .txtBox1 .subTitMg2 {font-size:19px;height:24px;line-height:24px;letter-spacing:0.3px;margin-bottom:0;}
	.cfoo .boxArea .txtBoxM .txtBox1 .conAreaM {font-size:14px;line-height:21px;letter-spacing:0.2px;margin-bottom:0;}
	.cfoo .boxArea .txtBoxM .txtBox1 .conAreaS {font-size:10px;line-height:17px;letter-spacing: 0.2px;}
	.cfoo .boxArea .btn {bottom:28px;width:100px;height:30px;font-size:13px;line-height:30px; padding: 0 30px; width: auto;}
	.cfoo .boxArea .txtBoxM.alignL .btn {left:0;margin-left:25px;}
	.cfoo .boxArea .txtBoxM.alignR .btn {margin-right:25px;}
	.cfoo .boxArea .txtBoxM.alignL .btn {left:0;margin-left:25px; margin-top:14px;}
	.cfoo .boxArea .txtBoxM.alignC .btn {margin-top:14px;}
	.cfoo .boxArea .txtBoxM.alignR .btn {left:auto;right:0;margin-right:25px; margin-top:14px;}
}
@media screen and (max-width:767px){
	/* CFOO */
	.cfoo .boxArea .txtBox1 {height:auto;}
	.cfoo .boxArea .txtBoxM {width:100%;height:auto;}
	.cfoo .boxArea .btn {bottom:28px;}

	.cfoo .boxArea .txtBoxM {margin-left:0;}
}

/* CPOA : Common_Philosophy A */
.sectionWrap.cpoa {padding:96px 0 118px 0;background:url("images/common/con-stg/bg-core-values.jpg");-webkit-background-size:cover;background-size:cover;background-position:50% bottom;}
.sectionWrap.cpoa .titArea {margin-bottom:40px;}
.sectionWrap.cpoa .txtArea {margin-bottom:50px;}
.sectionWrap.cpoa .subTitL{line-height:54px;}
.cpoa .coreValuesItem {width:800px;margin:0 auto;}
.cpoa .coreValuesItem:after {content:"";display:block;clear:both;}
.cpoa .coreValuesItem li {float:left;width:340px;margin-right:120px;margin-top:50px;}
.cpoa .coreValuesItem li:nth-child(1) {margin-top:0;}
.cpoa .coreValuesItem li:nth-child(2) {margin-right:0;margin-top:0}
.cpoa .coreValuesItem li:nth-child(4) {margin-right:0;}
.cpoa .coreValuesItem li:nth-child(6) {margin-right:0;}
.cpoa .coreValuesItem li h2,
.cpoa .coreValuesItem li h3,
.cpoa .coreValuesItem li h4 {position:relative;color:#002c5f;font-family:"HyundaiMedium";font-size:20px;line-height:30px;text-align:center}
.cpoa .coreValuesItem li h2:before,
.cpoa .coreValuesItem li h3:before,
.cpoa .coreValuesItem li h4:before{content:'';display:block;height:72px;margin:0 auto 25px;background:url("images/service-story/bg-core-values-pc.png") no-repeat}
.cpoa .coreValuesItem li .txt{margin-top:20px;font-size:16px;line-height:28px;font-family:"HyundaiRegular";}
.cpoa .coreValuesItem li.item01 h2:before,
.cpoa .coreValuesItem li.item01 h3:before,
.cpoa .coreValuesItem li.item01 h4:before{width:114px;background-position:0 0}
.cpoa .coreValuesItem li.item02 h2:before,
.cpoa .coreValuesItem li.item02 h3:before,
.cpoa .coreValuesItem li.item02 h4:before{width:149px;background-position:-140px 0}
.cpoa .coreValuesItem li.item03 h2:before,
.cpoa .coreValuesItem li.item03 h3:before,
.cpoa .coreValuesItem li.item03 h4:before{width:121px;background-position:-309px 0}
.cpoa .coreValuesItem li.item04 h2:before,
.cpoa .coreValuesItem li.item04 h3:before,
.cpoa .coreValuesItem li.item04 h4:before{width:149px;background-position:-452px 0}
.cpoa .coreValuesItem li.item05 h2:before,
.cpoa .coreValuesItem li.item05 h3:before,
.cpoa .coreValuesItem li.item05 h4:before{width:144px;background-position:-605px 0}
.cpoa .coreValuesItem li.item06 h2:before,
.cpoa .coreValuesItem li.item06 h3:before,
.cpoa .coreValuesItem li.item06 h4:before{width:144px;background-position:0 0}
@media screen and  (max-width:1024px) {
	/* CPOA */
	.sectionWrap.cpoa {padding:48px 25px 70px;}
	.sectionWrap.cpoa .titArea {margin-bottom:20px;}
	.sectionWrap.cpoa .txtArea {margin-bottom:40px;}
	.cpoa .coreValuesItem {width:600px;}
	.cpoa .coreValuesItem li {width:250px;margin-right:100px;margin-top:40px}
	.cpoa .coreValuesItem li h2,
	.cpoa .coreValuesItem li h3,
	.cpoa .coreValuesItem li h4{font-size:14px;line-height:21px;}
	.cpoa .coreValuesItem li h2:before,
	.cpoa .coreValuesItem li h3:before,
	.cpoa .coreValuesItem li h4:before{content:'';display:block;height:55px;margin:0 auto 15px;background:url("images/service-story/bg-core-values-t.png") no-repeat}
	.cpoa .coreValuesItem li .txt{margin-top:10px;font-size:14px;line-height:21px;}
	.cpoa .coreValuesItem li.item01 h2:before,
	.cpoa .coreValuesItem li.item01 h3:before,
	.cpoa .coreValuesItem li.item01 h4:before{width:93px;background-position:0 0}
	.cpoa .coreValuesItem li.item02 h2:before,
	.cpoa .coreValuesItem li.item02 h3:before,
	.cpoa .coreValuesItem li.item02 h4:before{width:123px;background-position:-109px 0}
	.cpoa .coreValuesItem li.item03 h2:before,
	.cpoa .coreValuesItem li.item03 h3:before,
	.cpoa .coreValuesItem li.item03 h4:before{width:96px;background-position:-243px 0}
	.cpoa .coreValuesItem li.item04 h2:before,
	.cpoa .coreValuesItem li.item04 h3:before,
	.cpoa .coreValuesItem li.item04 h4:before{width:114px;background-position:-347px 0}
	.cpoa .coreValuesItem li.item05 h2:before,
	.cpoa .coreValuesItem li.item05 h3:before,
	.cpoa .coreValuesItem li.item05 h4:before{width:107px;background-position:-465px 0}
	.cpoa .coreValuesItem li.item06 h2:before,
	.cpoa .coreValuesItem li.item06 h3:before,
	.cpoa .coreValuesItem li.item06 h4:before{width:144px;background-position:0 0}
}
@media screen and  (max-width:767px) {
	/* CPOA */
	.sectionWrap.cpoa {padding:48px 15px 70px;background:url("images/common/con-stg/bg-core-values-m.jpg");-webkit-background-size:cover;background-size:cover;background-position:50% bottom;}
	.cpoa .coreValuesItem {width:auto;padding:0 15px}
	.cpoa .coreValuesItem li {width:100%;margin-right:0;margin-top:40px;text-align:center;}
	.cpoa .coreValuesItem li:nth-child(2),
	.cpoa .coreValuesItem li:nth-child(6) {margin-top:40px;}
	.cpoa .txtWd{padding:0 15px;}
}

/* CPOB - Common Philosophy B  */
.sectionWrap.cpob {padding:96px 0 86px 0;}
.sectionWrap.cpob .conAreaL{font-family:"HyundaiRegular";}
.sectionWrap.bgManagementPhilosophy{background:url("images/common/con-stg/bg-management.jpg");-webkit-background-size:cover;background-size:cover;background-position:50% bottom;}
.sectionWrap.cpob .txtCycle {position: relative;width:690px;height:250px;margin:50px auto 40px auto;}
.sectionWrap.cpob .txtCycle:after {content:"";display:block;clear:both;}
.sectionWrap.cpob .txtCycle li {position:absolute;top:0;width:250px;border: 2px solid #fff;border-radius: 50%; height: 250px}
.sectionWrap.cpob .txtCycle li p {vertical-align:middle;display:table-cell;height:250px;font-size:20px;line-height:30px;text-align:center;font-family:"HyundaiMedium";color:#fff; padding: 32px; word-break: break-all; width: 250px;}
.sectionWrap.cpob .txtCycle li:nth-child(1) {left:0;}
.sectionWrap.cpob .txtCycle li:nth-child(2) {left:220px;}
.sectionWrap.cpob .txtCycle li:nth-child(3) {left:440px;}
.sectionWrap.cpob .txtCycle.col3 {width:690px;}
@media screen and  (max-width:1024px) {
	/* CPOB */
	.sectionWrap.cpob {padding:50px 25px 70px;}
	.sectionWrap.cpob .txtCycle {width:550px;height:200px;margin:30px auto 40px auto}
	.sectionWrap.cpob .txtCycle li {width:200px; height: 200px;}
	.sectionWrap.cpob .txtCycle li p {height:200px;font-size:17px;line-height:22px; width: 200px;padding: 24px;}
	.sectionWrap.cpob .txtCycle li:nth-child(1) {left:0;}
	.sectionWrap.cpob .txtCycle li:nth-child(2) {left:175px;}
	.sectionWrap.cpob .txtCycle li:nth-child(3) {left:350px;}
	.sectionWrap.cpob .txtCycle.col3 {width:550px;}
}
@media screen and  (max-width:767px) {
	/* CPOB */
	.sectionWrap.cpob {padding:50px 15px 70px;background:url("images/common/con-stg/bg-management-m.jpg");-webkit-background-size:cover;background-size:cover;background-position:50% bottom;}
	.sectionWrap.cpob .txtCycle {width:200px;height:530px;}
	.sectionWrap.cpob .txtCycle li {width:200px; height: 200px;}
	.sectionWrap.cpob .txtCycle li p {height:200px;font-size:17px;line-height:22px; width: 200px;padding: 24px;}
	.sectionWrap.cpob .txtCycle li:nth-child(1) {left:0;}
	.sectionWrap.cpob .txtCycle li:nth-child(2) {left:0;top:165px;}
	.sectionWrap.cpob .txtCycle li:nth-child(3) {left:0;top:330px;}
	.sectionWrap.cpob .txtCycle.col3 {width:200px;height:530px;}
}

/* CCOA - CEO A */
.bgMessage {background:url("images/common/con-stg/bg-con-stg-06-pc.png");-webkit-background-size:cover;background-size:cover;background-position:50% bottom;}
.ccoa .innerWrap {padding:100px 0;max-width:800px;margin:0 auto;}
.ccoa .txtArea {padding-top:20px;}
.ccoa .titArea .subTitL {margin-bottom:40px; text-align:center;}
.ccoa .titArea .subTitM{text-align:center;}
.ccoa .conAreaM p {margin-top:28px;font-size:16px;color:#000;letter-spacing:0.2px;line-height:28px;}
.ccoa .conAreaM p:first-child {margin-top:0;}
.ccoa .bottomText {margin:40px 0 0;text-align:right;}
.ccoa .bottomText .txt1,
.ccoa .bottomText .txt2 {display:inline-block;vertical-align:top;font-size:16px;color:#000;line-height:28px;}
.ccoa .bottomText .txt2 {font-family:"HyundaiMedium";}
@media screen and  (max-width:1024px) {
	/* CCOA */
	.bgMessage {background-image:url("images/common/con-stg/bg-con-stg-06-t.png");}
	.ccoa .innerWrap {padding:70px 47px; max-width:none;}
	.ccoa .titArea .subTitL {margin-bottom:30px;}
	.ccoa .conAreaM p {margin-top:20px;font-size:14px;line-height:21px;}
	.ccoa .conAreaM p:first-child {margin-top:0;}
	.ccoa .bottomText {margin-top:15px;}
	.ccoa .txtArea {padding-top:15px;}
}
@media screen and  (max-width:767px) {
	/* CCOA */
	.bgMessage {background:url("images/common/con-stg/bg-con-stg-06-m.png");-webkit-background-size:cover;background-size:cover;background-position:50% bottom;}
	.ccoa .innerWrap {padding:70px 15px;}
	.ccoa .txtArea {padding:15px 0;}
	.ccoa .bottomText .txt1,
	.ccoa .bottomText .txt2 {display:block;}
}

/* CLCO - bgCareers */
.sectionWrap.clco {padding:100px 25px;;background:url("images/common/con-stg/bg-con-stg-07-pc.png");-webkit-background-size:cover;background-size:cover;background-position:50% bottom;}
.sectionWrap.clco .mb2 {margin-top:60px; font-size:30px; line-height:40px;}
.sectionWrap.clco .txtArea {margin-top:30px;}
.sectionWrap.clco .txtArea .conAreaM{font-family:"HyundaiMedium";}
.sectionWrap.clco .txtArea dt.conAreaM{font-family: "HyundaiRegular";}
.sectionWrap.clco dd.conAreaM{margin-top:10px;font-weight:normal !important;}
@media screen and  (max-width:1024px) {
	/* CLCO */
	.sectionWrap.clco .txtArea{margin-top:0;}
	.sectionWrap.clco .mb1{line-height:32px;}
	.sectionWrap.clco {padding:65px 25px 70px;}
	.sectionWrap.clco .sectionFull {padding:0 25px;}
	.sectionWrap.clco dl.txtArea {margin-top:25px;}
	.sectionWrap.clco .txtArea dd.conAreaM{margin-top:5px;}
	.sectionWrap.clco .mb1 {margin-bottom:15px;}
	.sectionWrap.clco .mb2 {margin-top:45px; margin-bottom:10px;line-height:24px; font-size:19px;}
}
@media screen and  (max-width:767px) {
	/* CLCO */
	.sectionWrap.clco .txtWd{padding:0;}
	.sectionWrap.clco dl.txtArea{margin-top:30px;}
	.sectionWrap.clco .conAreaM.alignC{text-align:left !important;}
	.sectionWrap.clco {padding:65px 15px 70px;background-image:url("images/common/con-stg/bg-con-stg-07-m.png");}
	.sectionWrap.clco .sectionFull {padding:0 15px;}
	.sectionWrap.clco .positionName {padding:0 60px;}
	.sectionWrap.clco .mb2{margin-bottom:15px;}
}


/**** PIP Component ****/
/* PKVN : Key visual_normal type */
.sliderWrap.pkvn {margin:0 30px;width:auto;padding-top:90px;}
.sliderWrap.pkvn .mianVisualWrap .mainVisualList .visual {height:540px;}
.sliderWrap.pkvn .mianVisualWrap .mainVisualList .visual .contsInfo {top:58px;}
.sliderWrap.pkvn .mianVisualWrap .mainVisualList .visual .contsInfo .titWrap .ftit {display:block;}
.sliderWrap.pkvn .mainControlWrap .btnPrev,
.sliderWrap.pkvn .mainControlWrap .btnPrev.bgW,
.sliderWrap.pkvn .mainControlWrap .btnNext,
.sliderWrap.pkvn .mainControlWrap .btnNext.bgW { display: block;width: 24px;height: 40px;text-indent: -9999px;overflow: hidden;position: absolute;z-index: 10;cursor: pointer;top:321px;}
.sliderWrap.pkvn .contsInfo {pointer-events:none;}
.sliderWrap.pkvn .btn {width:214px;}
.sliderWrap.pkvn .contsInfo .toolTipWrap,
.sliderWrap.pkvn .contsInfo .toolTipWrap *,
.sliderWrap.pkvn .btn {pointer-events:auto;}
.sliderWrap.pkvn .toolTipWrap .ic_Bquestion {position:absolute;top:5px;left:5px;}
.sliderWrap.pkvn .mianVisualWrap .mainVisualList .visualsubInfo .txtArea .subTitM{font-weight:normal !important; text-align:center; margin-bottom:0;}
@media (max-width: 1240px) {
	/* PKVN */
	.mianVisualWrap .mainVisualList .visual .contsInfo {position: absolute;top:35px;left:100px;right:50px;margin-left:0;width:auto;}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap {left:0;bottom:60px;width:auto;}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap .awardList {width:auto;padding:0 0;}
	.sliderWrap.pkvn .mainControlWrap .btnPrev,
	.sliderWrap.pkvn .mainControlWrap .btnPrev.bgW {left: 30px;}
	.sliderWrap.pkvn .mainControlWrap .btnNext,
	.sliderWrap.pkvn .mainControlWrap .btnNext.bgW {right:30px;}
	.sliderWrap.pkvn .mainVisualList .visualsubInfo {width:100%;background:#f6f3f2;}
	.sliderWrap.pkvn .mainVisualList .visualsubInfo .txtArea {margin:0 auto;width:auto;padding:50px 25px;}
	.sliderWrap.pkvn .mainVisualList .visualsubInfo .txtArea .icoNote {margin-top:20px;}
}
@media (max-width: 1024px) {
	/* PKVN */
	.sliderWrap.pkvn .mainControlWrap .btnPrev,
	.sliderWrap.pkvn .mainControlWrap .btnPrev.bgW,
	.sliderWrap.pkvn .mainControlWrap .btnNext,
	.sliderWrap.pkvn .mainControlWrap .btnNext.bgW {width: 12px;height: 20px;top:275px;background-size:100%;}
	.sliderWrap.pkvn .mianVisualWrap .mainVisualList .visual {height:390px;}
	.mianVisualWrap .mainVisualList .visual {position:relative;margin:0 auto;overflow:hidden;max-width:100%;height:390px;}
	.mianVisualWrap .mainVisualList .visual .contsInfo {left:50px;}
	.mianVisualWrap .mainVisualList .visual .contsInfo .titWrap {margin-bottom:15px;}
	.mianVisualWrap .mainVisualList .visual .contsInfo .titWrap .icon {vertical-align:5px;margin-right:5px;margin-bottom:15px;}
	.mianVisualWrap .mainVisualList .visual .contsInfo .titWrap .icon img {width:40px;height:15px;}
	.mianVisualWrap .mainVisualList .visual .contsInfo .titWrap .ftit {font-size: 30px;line-height: 35px;margin-bottom:10px;}
	.mianVisualWrap .mainVisualList .visual .contsInfo .titWrap p.stit {font-size: 14px;line-height: 19px;}
	.mianVisualWrap .mainVisualList .visual .contsInfo .txtList {margin-bottom:16px;}
	.mianVisualWrap .mainVisualList .visual .contsInfo .tooTipList {margin-bottom:30px;}
	.mianVisualWrap .mainVisualList .visual .contsInfo .btnWrap {margin-bottom:65px;}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap {left:0;bottom:30px;}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap .awardList li {height:30px;margin-left:13px;}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap .awardList li:first-child {margin-right: 13px;}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap .awardList li img {height:30px;}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap .awardList li:nth-child(2) {margin-left:0;}
	.sliderWrap.pkvn .mainControlWrap .controlWrap {padding:25px 0}
	.sliderWrap.pkvn .mainControlWrap .btnPrev,
	.sliderWrap.pkvn .mainControlWrap .btnPrev.bgW {left: 20px;}
	.sliderWrap.pkvn .mainControlWrap .btnNext,
	.sliderWrap.pkvn .mainControlWrap .btnNext.bgW {right:20px;}
	.sliderWrap.pkvn .mainVisualList .visualsubInfo .txtArea {margin:0 auto;width:auto;padding:29px 23px;}
	.sliderWrap.pkvn .mainVisualList .visualsubInfo .txtArea .icoNote {margin-top:20px;}
}
@media (max-width: 767px) {
	/* PKVN */
	.mianVisualWrap .mainVisualList .visual {height:auto;} /* 180423 add */
	.sliderWrap.pkvn {margin:0 15px;width:auto;padding-top:0;}
	.sliderWrap.pkvn .mainVisualList .visual {position: relative;width:100%;height:390px;}
	.sliderWrap.pkvn .mainVisualList .visual .contsInfo {top:40px;left:25px;right:25px;}
	.sliderWrap.pkvn .mainVisualList .visual .contsInfo .titWrap {margin-bottom:10px;}
	.sliderWrap.pkvn .mainVisualList .visual .contsInfo .titWrap .icon {display:block;vertical-align:top;margin-right:0;margin-bottom:5px;}
	.sliderWrap.pkvn .mainVisualList .visual .contsInfo .titWrap .icon img {width:40px;height:15px;}
	.sliderWrap.pkvn .mainVisualList .visual .contsInfo .titWrap .ftit {display:block;margin-bottom:10px;}
	.sliderWrap.pkvn .mainVisualList .visual .contsInfo .titWrap p.stit {display:block;}
	.sliderWrap.pkvn .mainVisualList .visual .contsInfo .txtList {margin-bottom:10px;}
	.sliderWrap.pkvn .mainVisualList .visual .contsInfo .tooTipList {margin-bottom:15px;}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap {left:25px;bottom:auto;top:182px}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap .awardList li {height:30px;margin-left:13px;}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap .awardList li:first-child {margin:0 13px 0 0;}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap .awardList li:nth-child(2) {margin-left:0;}
	.sliderWrap.pkvn .mainVisualList .visual .awardWrap .awardList li:nth-child(4) {margin-left:0;margin-top:10px;}
	.sliderWrap.pkvn .mainVisualList .visualsubInfo .txtArea {padding:20px 25px;}
	.sliderWrap.pkvn .mainVisualList .visualsubInfo .txtArea .icoNote {margin-top:10px;}
	.sliderWrap.pkvn .mianVisualWrap .mainVisualList .visual {height:auto;} /* 180423 */ /* add */
}

/* PKML : Key visual_most like */
.gallCarImg {display:inline-block;overflow:hidden;height:330px;margin:35px 0 0 30px;}
.gallCarImg li {display:none;}
.gallCarImg li:first-child {display:block;}
.pkml {background:#fff;}
.pkml .visual {width:1120px;}
.pkml .visual .contsInfo {left:0 !important;width:100% !important;font-size:0;text-align:center;}
.pkml .visual .contsInfo:after {content:'';display:block;clear:both;}
.pkml .visual .titWrap {display:inline-block !important;width:auto !important;margin-bottom:0 !important;text-align:left;}
.pkml .gallSltBox {width:280px;padding:10px 0 0 7px;}
.pkml .gallSltBox li {margin-top:11px;}
.pkml .gallSltBox li a {display:block;width:100%;padding-bottom:11px;border-bottom:1px solid #ddd;font-size:0;pointer-events:auto;text-decoration:none;}
.pkml .gallSltBox li a:hover,
.pkml .gallSltBox li.on a {border-bottom-color:#888;}
.pkml .gallSltBox li a .colorBg {overflow:hidden;display:inline-block;width:20.5%;height:55px;font-size:0;line-height:0;color:transparent;vertical-align:middle;}
.pkml .gallSltBox li a:hover .colorBg img,
.pkml .gallSltBox li.on a .colorBg img {margin-top:-55px;}
.pkml .gallSltBox li a .colorTxt {display:inline-block;width:79.5%;padding-left:22px;box-sizing:border-box;vertical-align:middle;}
.pkml .gallSltBox li a .colorTxt .cNum {display:block;font-size:16px;color:#bbb;line-height:20px;}
.pkml .gallSltBox li a:hover .colorTxt .cNum,
.pkml .gallSltBox li.on a .colorTxt .cNum {color:#777;}
.pkml .gallSltBox li a .colorTxt .cTxt {display:block;font-size:22px;color:#777;line-height:30px;}
.pkml .gallSltBox li a:hover .colorTxt .cTxt,
.pkml .gallSltBox li.on a .colorTxt .cTxt {color:#000;}
.stitTipBox {margin-top:18px;padding-left:5px;}
.stitTipBox:after {content:'';display:block;clear:both;}
.stitTipBox .stit,
.stitTipBox .toolTipWrap {display:inline-block;}
@media (max-width: 1024px) {
	/* PKML : Key visual_most like */
	.gallCarImg {width:68%;height:204px;margin:37px 0 0;padding-left:25px;}
	.gallCarImg li {text-align:center;}
	.gallCarImg li img {width:369px;}
	.pkml .gallSltBox {width:188px;padding:4px 0 0 7px;}
	.pkml .gallSltBox li {margin-top:7px;}
	.pkml .gallSltBox li a {padding-bottom:7px;}
	.pkml .gallSltBox li a .colorBg {width:35px;height:35px;}
	.pkml .gallSltBox li a .colorTxt {padding:3px 0 0 14px;}
	.pkml .gallSltBox li a .colorTxt .cNum {font-size:10px;line-height:14px;}
	.pkml .gallSltBox li a .colorTxt .cTxt {font-size:14px;line-height:19px;}
	.pkml .visual {width:100%;height:340px;}
	.pkml .visual .contsInfo {top:44px;bottom:40px;padding:0 50px;}
	.pkml .visual .titWrap .icon {margin-bottom:5px;}
	.pkml .mainControlWrap .btnPrev,
	.pkml .mainControlWrap .btnPrev.bgW,
	.pkml .mainControlWrap .btnNext,
	.pkml .mainControlWrap .btnNext.bgW {top:50%;}
}
@media (max-width: 767px) {
	/* PKML : Key visual_most like */
	.gallCarImg {width:100%;height:auto;margin-top:30px;padding:0;}
	.gallCarImg li img {width:100%;height:auto;}
	.pkml .gallSltBox {float:right;width:auto;}
	.pkml .gallSltBox li {float:left;width:28px;margin-left:10px;}
	.pkml .gallSltBox li:first-child {margin-left:0;}
	.pkml .gallSltBox li a {padding-bottom:0;}
	.pkml .gallSltBox li a .colorBg {width:28px;height:28px;}
	.pkml .gallSltBox li a .colorTxt {padding:0;}
	.pkml .gallSltBox li.on a .colorTxt .cNum {font-family:"HyundaiMedium";}
	.pkml .gallSltBox li a .colorTxt .cTxt {display:none;}
	.pkml .visual .contsInfo .titWrap p.stit {display:inline-block;}
	.pkml .visual {height:auto;padding:40px 25px 40px;}
	.pkml .visual .contsInfo {position:static !important;padding:0;transform:none;text-align:left;}
	.pkml .visual .titWrap {float:none;overflow:hidden;width:100% !important;}
	.pkml .visual .titWrap .stitTipBox {float:left;width:50%;padding-left:2px;}
}

/* PKVM */
.sliderWrap.pkvmWrap {margin:0 30px;width:auto;}
.sliderWrap.pkvmWrap .sliderList {width:100%;}
.sliderWrap.pkvmWrap .sliderList:after {content:"";display:block;clear:both;}
.sliderWrap.pkvmWrap .sliderList li {float:left;width:100%;}
.sliderWrap.pkvmWrap .sliderList .visual {position: relative;margin:0 auto;overflow:hidden;max-width:1860px;height:740px;}
.sliderWrap.pkvmWrap .sliderList .visual .img {position:relative;}
.sliderWrap.pkvmWrap .sliderList .visual .img img {position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.sliderWrap.pkvmWrap .sliderList .visual.video {cursor: pointer;}
.sliderWrap.pkvmWrap .sliderList .visual.video::before {display:block;content:"";position:absolute;top:50%;left:50%;margin:-30px 0 0 -30px;width:60px;height:60px;background:url("images/common/btn-video.png") no-repeat top left;z-index:10;line-height:0;text-indent:-999px}
.sliderWrap.pkvmWrap .sliderList .visual.video::after {display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.6}
.sliderWrap.pkvmWrap .sliderList .visual .contsInfo {position:absolute;left:10%;top:58px;margin-left:0;width:1120px;}
.sliderWrap.pkvmWrap .sliderList .visual .contsInfo .titWrap {display:block;width:100%;margin-bottom:25px;}
.sliderWrap.pkvmWrap .sliderList .visual .contsInfo .titWrap .ftit {display:inline-block;font-size: 58px;line-height: 71px;color: #000000;font-family: 'HyundaiMedium';margin-bottom:15px;}
.sliderWrap.pkvmWrap .sliderList .visual .contsInfo .titWrap p.stit {font-size: 20px;line-height: 1.5;color: #000000;font-family:"HyundaiMedium";margin-bottom:40px;}
.sliderWrap.pkvmWrap .sliderListWrap .sliderList {overflow: hidden;margin-bottom:0 !important;}
.sliderWrap.pkvmWrap .pkvmControlWrap .sliderPagination {position: relative;top:auto;bottom:auto;left: 0;right: 0;}
.sliderWrap.pkvmWrap .pkvmControlWrap .controlWrap {padding:40px 0 60px 0;width:100%;text-align:center;}
.pkvmControlWrap .ix-thumbs {display:inline-block;}
.pkvmControlWrap .ix-thumbs .ix-thumb {display:inline-block;margin:5px;}
/* PKVM > slider sliderPagination  */
.pkvmControlWrap .slide_control {display:inline-block;vertical-align:4px;margin-left:10px;}
.pkvmControlWrap .btnStop,
.pkvmControlWrap .btnPlay {width: 10px;height: 12px;text-indent: -9999px;overflow: hidden;cursor: pointer;}
.pkvmControlWrap .btnStop {background: url("images/common/btn-stop.png") no-repeat;background-size:100%;}
.pkvmControlWrap .btnPlay {display: none;background: url("images/common/btn-play.png") no-repeat;background-size:100%;}
/* PKVM > slider button  */
.sliderWrap.pkvmWrap .pkvmControlWrap .btnPrev,
.sliderWrap.pkvmWrap .pkvmControlWrap .btnNext,
.sliderWrap.pkvmWrap .pkvmControlWrap .btnPrev.bgW ,
.sliderWrap.pkvmWrap .pkvmControlWrap .btnNext.bgW {display: block;width: 24px;height: 40px;text-indent: -9999px;overflow: hidden;position: absolute;z-index: 10;cursor: pointer;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);margin-top:-60px;}
.pkvmControlWrap .btnPrev {background: url("images/common/ico-prev-arr.png") no-repeat center center;left: 40px;}
.pkvmControlWrap .btnPrev.bgW {background: url("images/common/ico-prev-arr-white.png") no-repeat center center;left: 40px;}
.pkvmControlWrap .btnNext {background: url("images/common/ico-next-arr.png") no-repeat center center;right:40px;}
.pkvmControlWrap .btnNext.bgW {background: url("images/common/ico-next-arr-white.png") no-repeat center center;right:40px;}
.pkvmControlWrap .btnNext.disabled,
.pkvmControlWrap .btnPrev.disabled {opacity: 0.3;cursor: default;}
@media (max-width: 1240px) {
     /* PKVM */
	.sliderWrap.pkvmWrap .sliderList .visual .contsInfo {position: absolute;top:58px;left:100px;right:50px;margin-left:0;width:auto;}
	.sliderWrap.pkvmWrap .sliderList .visual .contsInfo .txtArea {margin:0 auto;width:auto;padding:50px 25px;}
	.sliderWrap.pkvmWrap .sliderList .visual .contsInfo .txtArea .icoNote {margin-top:20px;}
	.sliderWrap.pkvmWrap .pkvmControlWrap .controlWrap{padding:25px 0 26px 0}
	.pkvmControlWrap .btnPrev {left: 30px;}
	.pkvmControlWrap .btnNext {right:30px;}
}
@media (max-width: 1024px) {
	/* PKVM */
	.sliderWrap.pkvmWrap {margin:0 25px;}
	.sliderWrap.pkvmWrap .sliderListWrap .sliderList {margin-bottom:0 !important}
	.sliderWrap.pkvmWrap .sliderList .visual {position:relative;margin:0 auto;overflow:hidden;max-width:100%;height:465px;}
	.sliderWrap.pkvmWrap .sliderList .visual .img {position:relative;left:0;top:0;width:auto;height:340px;margin-left:0;}
	.sliderWrap.pkvmWrap .sliderList .visual .contsInfo {left:50px;}
	.sliderWrap.pkvmWrap .sliderList .visual .contsInfo .titWrap {margin-bottom:0;}
	.sliderWrap.pkvmWrap .sliderList .visual .contsInfo .titWrap .ftit {font-size: 30px;line-height: 35px;margin-bottom:7px}
	.sliderWrap.pkvmWrap .sliderList .visual .contsInfo .titWrap p.stit {font-size: 14px;line-height: 19px;margin-bottom:20px;}
	.pkvmControlWrap .controlWrap {padding:20px 0}

	/* PKVM >  slider button common */
	.sliderWrap.pkvmWrap .pkvmControlWrap .btnPrev,
	.sliderWrap.pkvmWrap .pkvmControlWrap .btnNext,
	.sliderWrap.pkvmWrap .pkvmControlWrap .btnPrev.bgW ,
	.sliderWrap.pkvmWrap .pkvmControlWrap .btnNext.bgW {width: 12px;height: 20px;background-size:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:-32px;}
	.pkvmControlWrap .btnPrev,
	.pkvmControlWrap .btnPrev.bgW {left: 23px;}
	.pkvmControlWrap .btnNext,
	.pkvmControlWrap .btnNext.bgW {right:23px;}
	.sliderWrap.pkvmWrap .btnPrev,
	.sliderWrap.pkvmWrap .btnNext {margin-top: -22px;top: 24vw;}
	.sliderWrap.pkvmWrap .sliderPagination {top: 46vw;}
}
@media (max-width: 767px) {
	/* PKVM */
	.sliderWrap.pkvmWrap {margin:0 15px;padding-top:30px;}
	.sliderWrap.pkvmWrap .sliderList .visual {height:auto;} /* 180423 */
	.sliderWrap.pkvmWrap .sliderList .visual .contsInfo {left:20px;right:20px;}
	.sliderWrap.pkvmWrap .sliderList .visual .contsInfo .titWrap {margin-bottom:0;}
	.sliderWrap.pkvmWrap .sliderList .visual .contsInfo .titWrap .ftit {display:block;margin-bottom:7px;}
	.sliderWrap.pkvmWrap .sliderList .visual .contsInfo .titWrap p.stit {display:block;margin-bottom:50px;}
	.pkvmControlWrap .controlWrap {padding:20px 0}
}

/* PSNO : PIP_Sticky_navigation */
.psnoStickyNavigationWrap {z-index:800;}
.psnoStickyNavigationWrap.fixed {position: fixed;top:0;left: 0;right:0;z-index:800;}
.psnoStickyNavigationWrap .topLinkBar {background: #002c5f;}
.psnoStickyNavigationWrap .topLinkBar .barInner {display: table;width: 100%;max-width: 1120px;height: auto;margin: 0 auto;overflow: hidden;}
.psnoStickyNavigationWrap .topLinkBar .barInner .col {display: table-cell;height: auto;vertical-align: middle;padding:20px 0;}
.psnoStickyNavigationWrap .topLinkBar .barInner .col a {display: inline-block;font-size: 20px;line-height:30px;color: #fff;font-family: "HyundaiMedium";vertical-align:top;}
.psnoStickyNavigationWrap .topLinkBar .hiddenSm{display:inline-block !important;}
.psnoNavigationTabWrap {width:100%;height:72px;border-bottom:solid 1px #efefef;background-color: #fff;}
.psnoNavigationTabWrap .psnoNavigationTab {position:relative;max-width:1120px;margin:0 auto;}
.psnoNavigationTabWrap .psnoNavigationTab .titleWrap {position: absolute;width: 120px;height: 100%;display: table;}
.psnoNavigationTabWrap .psnoNavigationTab .tit {position: relative;font-size:16px;line-height:28px;color:#000;font-family:"HyundaiMedium";width:120px;display: table-cell;height: 72px;vertical-align: middle;}
.psnoNavigationTabWrap .psnoNavigationTab .tabListArea {position:relative;/*width:auto;*/ max-width:820px;margin: 0 150px 0 138px;overflow: hidden;padding:22px 0;}
.psnoNavigationTabWrap .psnoNavigationTab .tabListArea .tabList {display:block;width:1120px;margin-left:0;}
.psnoNavigationTabWrap .psnoNavigationTab .tabListArea .tabList li.tab {float:left;width: auto;padding:0 28px 0 0;font-size:16px;line-height:28px;color:#000;font-family:"HyundaiMedium";text-align:center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
/* .psnoNavigationTabWrap .psnoNavigationTab .tabListArea .tabList li.tab:last-child {padding-right: 0px;} */
.psnoNavigationTabWrap .psnoNavigationTab .tabListArea .tabList li.tab.on a {color:#00aad2;}
.psnoNavigationTabWrap .psnoNavigationTab .typeDownload { position:absolute; right:0; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.psnoControlWrap {display:none;}
.psnoBtn.btnPrev,
.psnoBtn.btnNext {display: block;width: 7px;height: 12px;text-indent: -9999px;overflow: hidden;position: absolute;z-index: 10;cursor: pointer;top:50%;margin-top:-6px;}
.psnoBtn.btnPrev {background: url("images/common/ico-prev-arr-s.png") no-repeat center center;left:116px;}
.psnoBtn.btnNext {background: url("images/common/ico-next-arr-s.png") no-repeat center center;right:135px;}
.psnoBtn.btnNext.disabled,
.psnoBtn.btnPrev.disabled {opacity: 0.3;cursor: default;}
.psnoBtn.btnPrev.swiper-button-disabled,
.psnoBtn.btnNext.swiper-button-disabled {display: none;cursor: auto;pointer-events: none;}
@media screen and (max-width:1024px) {
	/* PSNO */
	.psnoNavigationTabWrap{height:47px}
	.psnoStickyNavigationWrap .topLinkBar .barInner {max-width: 100%;}
	.psnoStickyNavigationWrap .topLinkBar .barInner .col {display: table-cell;vertical-align: middle;padding:17px 0;}
	.psnoStickyNavigationWrap .topLinkBar .barInner .col a {font-size: 14px;line-height:26px;}
	.psnoNavigationTabWrap .psnoNavigationTab {width:auto;margin:0;}
	.psnoNavigationTabWrap .psnoNavigationTab .tit {display:none;}
	.psnoNavigationTabWrap .psnoNavigationTab .tabListArea {margin:0 184px 0 49px;width: auto;padding: 13px 0;}
	.psnoNavigationTabWrap .psnoNavigationTab .tabListArea .tabList {margin-left:0;}
	.psnoBtn.btnPrev {left:25px;}
	.psnoNavigationTabWrap .psnoNavigationTab .tabListArea .tabList li.tab{font-size:14px;line-height:21px; padding:0 32px 0 0;}
	.psnoNavigationTabWrap .psnoNavigationTab .tabListArea .tabList li.tab:last-child{padding:0 35px 0 0;} 
	.psnoNavigationTabWrap .psnoNavigationTab .typeDownload {right: 25px; font-size:14px;}
	.psnoBtn.btnNext{right:152px;}
}
@media screen and (max-width:767px) {
	/* PSNO */
	.psnoBtn.btnNext,
	.psnoBtn.btnPrev{display:none;}
	.psnoStickyNavigationWrap .topLinkBar .barInner .col{padding: 9px 0;}
	.psnoStickyNavigationWrap .topLinkBar .barInner .col a {display:block;vertical-align:0; font-size:10px; line-height:12px;}
	.psnoStickyNavigationWrap .topLinkBar .hiddenSm{display:none !important;}
	.psnoNavigationTabWrap .psnoNavigationTab .tabListArea {margin:0 68px 0 15px; padding: 13px 25px 13px 0;}
	.psnoNavigationTabWrap .psnoNavigationTab .tabListArea .tabList li.tab:last-child{padding: 0 25px 0 0;}
	.psnoNavigationTabWrap .psnoNavigationTab .typeDownload {position:absolute;right:0;top:50%;height: 100%;width: 68px;padding: 0;}
	.psnoNavigationTabWrap .psnoNavigationTab .typeDownload span {display: none;}
	.psnoNavigationTabWrap .psnoNavigationTab .typeDownload:before {content:'';    background-image: url("images/common/ico-download2.png");background-position: center;background-repeat: no-repeat;height:100%;width:68px;position:absolute;left:0;top:50%;border-left:1px solid rgb(229, 229, 229);transform:translateY(-50%);}
}

/* PTHO : Text_Headline */
.pthoWrap {width:100%;}
.pthoWrap .titWrap {font-size:0;line-height:0;}
.pthoWrap .titWrap h2,
.pthoWrap .titWrap h3,
.pthoWrap .titWrap h4 {padding-bottom:30px;}
.pthoWrap .pthoLine {margin:10px 0}
.pthoWrap .pthoLine.on {display:inline-block;height:1px;width:112px;background:#ff7500;margin-bottom:40px;}
@media screen and  (max-width:1024px) {
	/* PTHO */
	.pthoWrap .pthoLine {margin:7px 0}
	.pthoWrap .pthoLine.on {margin:15px 0;}
}
@media screen and  (max-width:767px) {
	/* PTHO */
	.pthoWrap .titWrap h2,
	.pthoWrap .titWrap h3,
	.pthoWrap .titWrap h4 {padding-bottom:15px;}
}

/* PWSB */
.pwsbSlider .sliderPagination {position: static; margin-top:50px;}
.pwsbSlider .txtArea {margin-top:50px;padding: 0 160px;}
.pwsbSlider .txtArea h3,
.pwsbSlider .txtArea h4{margin-bottom:24px;}
/* .pwsbSlider .txtArea h2{margin-bottom:0;} */
.pwsbSlider .txtArea .conAreaS {margin-top:20px;}
.pwsbSlider .txtArea ul li .conAreaS {margin-top:0;}
.pwsbSlider .txtArea .txtList{margin-top:20px;}
.pwsbSlider .txtArea .txtList p {margin-bottom:0;}
.pwsbSlider .fullImg {height:600px;}
.pwsbSlider .fullImg .img img {position:static;width:100%;-webkit-transform:translate(0, 0);transform:translate(0, 0);}/* 2017-11-11 */
@media screen and (max-width: 1024px) {
     /* PWSB */
	.pwsbSlider .txtArea {margin-top:30px;}
	.pwsbSlider .txtArea {margin-top:30px;padding: 0 68px;}
	.pwsbSlider .txtArea h3,
	.pwsbSlider .txtArea h4{margin-bottom:28px;}
	/* .pwsbSlider .fullImg {height:384px;} *//* 2017-11-11 */
	.pwsbSlider .fullImg {height:auto;}
	.pwsbSlider .fullImg .img img{transform:none;} /* 180423 */ /* add */
	.pwsbSlider .txtArea .conAreaS{margin-top:15px;}
	.pwsbSlider .txtArea .txtList{margin-top:15px;}
	.pwsbSlider .sliderPagination{margin-top:35px;}
	.pwsb .sliderBtnWrap .btnPrev, 
	.pwsb .sliderBtnWrap .btnNext{top:50%;margin-top:-130px;}
}
@media screen and (max-width: 767px) {
    /* PWSB */
	.pwsbSlider .txtArea {margin-top:30px;padding:0;}
	.pwsbSlider .txtArea h3,
	.pwsbSlider .txtArea h4{margin-bottom:15px; margin-top:0;}
	/* .pwsbSlider .fullImg {height:155px;} *//* 2017-11-11 */
	.pwsbSlider .fullImg {min-height:auto !important;height:auto !important;}
	.pwsbSlider .fullImg .img img {width:100%;}
}

/* PWSC : Whole slide set C */
.pwscSlider .fullImg {height:600px;}
.pwscWrap .titArea {padding-bottom: 40px;}
.pwscSlider .sliderPagination {position: absolute;top: auto;bottom: 0;left: 0;right: 0;}
.pwscSlider .txtArea {padding:158px 160px 0;}
.pwscSlider .num {display: none;}
.pwscSlider .txtArea h2,
.pwscSlider .txtArea h3,
.pwscSlider .txtArea h4{margin-bottom:20px;}
.pwscSlider .txtArea h4{font-size:20px; line-height:30px;}
.pwscSlider .txtArea [class*=conArea] {display: block;margin-bottom:20px;}
.pwscSlider .txtArea .txtList [class*=conArea] {margin-bottom:0;}
.sliderWrap.pwscSlider .sliderListWrap .sliderList {margin-bottom: 0 !important;}
.sliderWrap.pwscSlider .sliderBtnWrap .btnPrev,
.sliderWrap.pwscSlider .sliderBtnWrap .btnNext {top: 278px;}
.pwscSlider .ix-thumbs.sliderPagination {top: 650px;bottom: auto;}
.pwscSlider .ix-thumbs.sliderPagination .pager {width: 48px;height: 48px;margin: 0 0 0 50px;text-indent: 0;overflow: visible;position: relative;}
.pwscSlider .ix-thumbs.sliderPagination .pager:after  {content: "";display: block;height: 4px;margin-top: -2px;background: #002c5f;position: absolute;left: -52px;right: 100%;top: 50%;}
.pwscSlider .ix-thumbs.sliderPagination .pager:first-child {margin: 0;}
.pwscSlider .ix-thumbs.sliderPagination .pager:first-child:after {display: none;}
.pwscSlider .ix-thumbs.sliderPagination .pager .ix-btn {width: 46px;height: 46px;line-height: 46px;text-align: center;font-size: 14px;border: 1px solid #002958;background: #fff;font-family: "HyundaiMedium";}
.pwscSlider .ix-thumbs.sliderPagination .pager.active .ix-btn {color: #fff; background-color: #002c5f;}
@media screen and (max-width: 1240px) {
	/* PWSC */
	.pwscSlider.sliderWrap .sliderBtnWrap .btnPrev,
	.pwscSlider.sliderWrap .sliderBtnWrap .btnNext {margin-top: 0;top: 278px;}
	.pwscSlider .ix-thumbs.sliderPagination {top: 650px;bottom: auto;}
}
@media screen and (max-width: 1024px) {
	/* PWSC */
	.pwscSlider .fullImg {height:384px;}
	.pwscWrap .titArea {padding-bottom: 30px;}
	.pwscSlider .txtArea {padding:112px 68px 0;}
	.pwscSlider .txtArea h2,
	.pwscSlider .txtArea h3,
	.pwscSlider .txtArea h4{margin-bottom:15px;}
	.pwscSlider .txtArea h4{font-size:17px; line-height:22px;}
	.pwscSlider .txtArea [class*=conArea] {margin-bottom:15px;}
	.pwscSlider.sliderWrap .sliderBtnWrap .btnPrev,
	.pwscSlider.sliderWrap .sliderBtnWrap .btnNext {margin-top: 0;top: 175px;}
	.pwscSlider .ix-thumbs.sliderPagination {top: 419px;}
	.pwscSlider .ix-thumbs.sliderPagination .pager {width: 32px;height: 32px;margin: 0 0 0 32px;}
	.pwscSlider .ix-thumbs.sliderPagination .pager:after  {height: 2px;margin-top: -1px;left: -34px;}
	.pwscSlider .ix-thumbs.sliderPagination .pager .ix-btn {width: 30px;height: 30px;line-height: 30px;font-size: 12px;}
}
@media screen and (max-width: 767px) {
	/* PWSC */
	.pwscWrap .subTitM{margin-top:0;}
	.pwscSlider .txtArea h4{font-size:17px; line-height:22px;}
	.pwscSlider .fullImg {height:192px;}
	.pwscSlider .num {display: block;text-align: center !important;}
	.pwscSlider .num {margin-top: 35px;}
	.pwscSlider .num .inner {display: inline-block;width: 32px;height: 32px;line-height: 32px;text-align: center;color: #fff;font-size: 12px;font-family: "HyundaiMedium";border-radius: 50%;background: #002c5f;}
	.pwscSlider .txtArea {padding: 45px 0 0 0;}
	.pwscSlider .ix-thumbs.sliderPagination {margin-top: 35px;position: static;}
	.pwscSlider .ix-thumbs.sliderPagination .pager {width: 9px;height: 9px;margin: 0 0 0 7px;text-indent: -9999px;overflow: hidden;background: #fff;/*border: 1px solid #999;*/}
	.pwscSlider .ix-thumbs.sliderPagination .pager:after  {display: none;}
	.pwscSlider .ix-thumbs.sliderPagination .pager .ix-btn {width: 9px;height: 9px;line-height: 1;font-size: 0;background: #fff;border: 0 none;border:1px solid #999;}/* 2017-11-12 */
	.pwscSlider .ix-thumbs.sliderPagination .pager.active .ix-btn {background: #00aad2;border:none;}/* 2017-11-12 */
}

/* PWSD : Whole slide set D */
.pwsdWrap .titArea {padding-bottom: 40px;}
/*.pwsdSlider .fullImg {height:600px;}*/
.pwsdSlider .txtArea [class*=subTit] {margin-bottom:20px;}
.pwsdSlider .txtArea [class*=conArea] {display: block;margin-bottom:20px;}
.pwsdSlider .txtArea .txtList [class*=conArea] {margin-bottom:0;}
.pwsdSlider .ix-thumbs.sliderPagination {margin-top:40px;position: static;}
.pwsdSlider .fullImg {height:600px;}
.pwsdSlider .fullImg img {max-width:100%}/* 2017-11-12 */
.pwsdSlider .txtWd{width:auto;padding:40px 160px 0;}
.sliderWrap.pwsdSlider .sliderBtnWrap .btnPrev,
.sliderWrap.pwsdSlider .sliderBtnWrap .btnNext {top: 278px;}
.sliderWrap.pwsdSlider .sliderListWrap .sliderList {margin-bottom:0 !important}
@media screen and (max-width: 1240px) {
	/* PWSD */
	.pwsdSlider.sliderWrap .sliderBtnWrap .btnPrev,
	.pwsdSlider.sliderWrap .sliderBtnWrap .btnNext {margin-top: 0;top: 278px;}
	.pwsdSlider .ix-thumbs.sliderPagination {top: 650px;bottom: auto;}
}
@media screen and (max-width: 1024px) {
	/* PWSD */
	.pwsdSlider .fullImg {height:auto;}
	.pwsdSlider .fullImg img {width:100%;}/* 2017-11-12 */
	.pwsdSlider .txtArea [class*=subTit] {margin-bottom:15px;}
	.pwsdSlider .txtArea [class*=conArea] {margin-bottom:15px;}
	.pwsdSlider .ix-thumbs.sliderPagination {margin-top: 30px;}
	.pwsdSlider .txtWd{padding:30px 68px 0;}
	.pwsdSlider.sliderWrap .sliderBtnWrap .btnPrev,
	.pwsdSlider.sliderWrap .sliderBtnWrap .btnNext {top: 50%;
		margin-top: -150px;}
}
@media screen and (max-width: 767px) {
	/* PWSD */
	/* .pwsdSlider .fullImg {height:192px;} */
	.pwsdWrap .titArea{padding-bottom:30px;}
	.pwsdSlider .subTitM{margin-top:0;}
	.pwsdSlider .slide_direction {display: block;}
	.pwsdSlider .txtWd{padding:30px 0 0 0;}
	/* .pwsdSlider.sliderWrap .sliderBtnWrap .btnPrev,
	.pwsdSlider.sliderWrap .sliderBtnWrap .btnNext {top: 78px;} */
}

/* PWSE : Whole slide set E */
.pwseWrap .titWrap {margin-bottom: 40px;}
.pwseWrap .gallery_img {display: block;width: 100%;min-height:120px;text-align: center;overflow: hidden;position: relative;}
.pwseWrap .gallery_img img {position: relative; width: 100%; }
.pwseWrap .btnPrev,
.pwseWrap .btnNext {margin-top: 0;top:65px;}
.pwseWrap .galleryWrap .sliderPagination {margin-top: 40px;}
.pwseWrap .icoNote {margin-top: 30px;}
@media (max-width: 1024px) {
	/* PWSE */
	.pwseWrap .titWrap {margin-bottom: 30px;}
	.pwseWrap .galleryWrap[class*=colLg] .galleryList.col {width:25%;}
	.pwseWrap .gallery_img {min-height: 80px;margin-bottom: 15px;}
	.pwseWrap .btnPrev,
	.pwseWrap .btnNext {top: 50%; margin-top: -60px;}
	.pwseWrap .icoNote {margin-top: 25px;}
	.pwseWrap .galleryWrap .sliderPagination {margin-top: 30px;}
}
@media (max-width: 767px) {
	/* PWSE */
	.pwseWrap .subTitM{margin-top:0;}
	.pwseWrap .galleryWrap[class*=colLg] .galleryList.col {width:50%;}
	.pwseWrap .gallery_img {min-height: 60px;}
	.pwseWrap .btnPrev,
	.pwseWrap .btnNext {margin-top: -60px;top: 50%;} /* 180418 modify */
	.pwseWrap .galleryWrap .sliderPagination {text-align:center;} /* 180416 modify */
}

/* PNSA : Non-slide set A */
.pnsaWrap .sectionInner{width:100%;max-width:1120px;margin:0 auto;}
.pnsaWrap .videobox .titWrap h2,
.pnsaWrap .videobox .titWrap h3,
.pnsaWrap .videobox .titWrap h4 {margin:40px 0 20px;}
.pnsaWrap .conAreaS{font-size:16px; line-height:28px;}
.pnsaWrap .videobox .videothumb {margin-bottom:0;}
.pnsaWrap .videobox .txtList {padding-top:20px;}
.pnsaWrap .videobox .videoIn {position:absolute;left:0;top:0;right:0;z-index:1;}
.pnsaWrap .videobox .videoIn video {width:100%;height:100%;}
.pnsaWrap .imgWrap {position:relative;overflow:hidden;}
.pnsaWrap .imgWrap img {width:100%;position:static;transform:none;}
@media screen and  (max-width:1240px) {
	/* PNSA */
	.pnsaWrap .videothumb {margin-bottom:0;}
}
@media screen and  (max-width:1024px) {
	/* PNSA */
	.sectionWrap.pnsaWrap{padding:0;}
	.pnsaWrap .videobox .videothumb {margin-bottom:0;}
	.pnsaWrap .videobox .titWrap h2,
	.pnsaWrap .videobox .titWrap h3,
	.pnsaWrap .videobox .titWrap h4 {margin-bottom:15px;margin-top:30px;}
	.pnsaWrap .videobox .txtList {padding-top:15px;}
	.pnsaWrap .txtWd{width:auto; padding:0 93px;}
	.pnsaWrap .imgWrap{height:auto;}
}
@media screen and  (max-width:767px) {
	/* PNSA */
	.pnsaWrap .videothumb {margin-bottom:29px;}
	.pnsaWrap .imgWrap {height:auto;} /* 180423 */
	.pnsaWrap .txtWd {padding:0 15px;}
}

/* PNSB : Non-slide set B */
.pnsb .titWrap {margin-bottom:50px;}
.pnsb .imgtxtArea {position:relative;width:100%;}
.pnsb .imgtxtArea:after {content:"";display:block;clear:both;}
.pnsb .imgtxtArea .gridfl,
.pnsb .imgtxtArea .gridfr {float:left;width:50%;overflow:hidden;}
.pnsb .imgtxtArea .txtArea {width:530px;padding:0 0 0 30px;position:absolute;left:50%;bottom:0;}
.pnsb .imgtxtArea .imgArea {position:relative;height:430px;max-width:600px;width:100%;overflow:hidden}
.pnsb .imgtxtArea .imgArea img {position:relative;-webkit-transform:translateX(-50%);transform:none;width:100%;}
.pnsb .conAreaM {margin-top:20px;}
.pnsb .txtList {margin-top:20px;}
.pnsb .alignFilp .imgtxtArea .gridfl {float:right;}
.pnsb .alignFilp .imgtxtArea .gridfr {float:left;}
.pnsb .alignFilp .imgtxtArea .gridfr .txtArea {left:0;}
.pnsb .bulletS:before{top:13px;}
@media screen and (max-width:1024px) {
	/* PNSB */
	.pnsb {margin-bottom:20px;}
	.pnsb .titWrap{margin-bottom:30px;}
	.pnsb .imgtxtArea {width:99.7%;}
	.pnsb .imgtxtArea .imgArea {float:right;position:relative;height:384px;max-width:600px;width:100%;overflow:hidden;margin-right:0;}
	.pnsb .imgtxtArea .txtArea {width:auto;position:relative;left:auto;bottom:auto;margin:0;padding:0 0 0 30px;display:table-cell;height:384px;vertical-align:bottom;}
	.pnsb .alignFilp .imgtxtArea .gridfr .txtArea {padding:0 30px 0 0;}
	.pnsb .bulletS:before{top:10px;}
}
@media screen and (max-width:767px) {
	/* PNSB */
	.pnsb .imgtxtArea {width:auto;}
	.pnsb .subTitM{margin-top:0;}
	.pnsb .imgtxtArea .gridfl,
	.pnsb .imgtxtArea .gridfr {width:100%;}
	.pnsb .imgtxtArea .imgArea {position:relative;max-width:100%;width:auto;margin-right:0;float:none;height:auto;}
	.pnsb .imgtxtArea.txtArea h2,
	.pnsb .imgtxtArea .txtArea h3,
	.pnsb .imgtxtArea .txtArea h4 {margin-bottom:9px;}
	.pnsb .imgtxtArea .txtArea {width:auto;padding:30px 0 0 0;position:relative;left:auto;bottom:auto;margin-left:0;height:auto;vertical-align:top;}
	.pnsb .conAreaM{margin-top:15px;}
	.pnsb .txtList{margin-top:15px;}
	.pnsb .alignFilp .imgtxtArea .gridfr .txtArea {padding:20px 0 0 0;}
}

/* PNSC : Non-slide set C */
.pnscWrap {width:100%;}
.pnscWrap .titWrap {margin:0 160px 40px 160px;}
.pnscWrap .titWrap h2,
.pnscWrap .titWrap h3,
.pnscWrap .titWrap h4 {margin-bottom:20px; text-align:center;}
.pnscWrap .titWrap p.pnscTxt {margin-bottom:20px;}
.pnscWrap .fullImg {height:600px;}
.pnscWrap .bulletS:before{top:13px;}
@media screen and  (max-width:1024px) {
	.pnscWrap .titWrap {margin:0 68px 30px 68px;}
	.pnscWrap .titWrap h2,
	.pnscWrap .titWrap h3,
	.pnscWrap .titWrap h4 {margin-bottom:15px;}
	.pnscWrap .fullImg {height:auto;} /* 2017-11-11 */
	.pnscWrap .titWrap p.pnscTxt{margin-bottom:15px;}
	.pnscWrap .bulletS:before{top:10px;}
}
@media screen and  (max-width:767px) {
	.pnscWrap .subTitM{margin-top:0;}
	.pnscWrap .titWrap {margin:0 0 30px 0;}
	.pnscWrap .fullImg {height:auto;} /* 2017-11-11 */ /* 180423 */
}

/* PNSD : Non-slide set D */
.pnsdWrap .titWrap {margin-bottom:40px;}
.pnsdWrap .imgtxtArea {position:relative;width:100%; display:table;}
.pnsdWrap .imgtxtArea:after {content:"";display:block;clear:both;}
.pnsdWrap .imgtxtArea .txtArea h2,
.pnsdWrap .imgtxtArea .txtArea h3,
.pnsdWrap .imgtxtArea .txtArea h4 {margin-bottom:20px;}
.pnsdWrap .imgtxtArea .gridfl,
.pnsdWrap .imgtxtArea .gridfr { overflow:hidden;}
.pnsdWrap .imgtxtArea .gridfl { float:left; width:50%;}
.pnsdWrap .imgtxtArea .gridfr { overflow:hidden; display:table; width:50%;}
.pnsdWrap .imgtxtArea .gridfr { vertical-align:bottom;}
.pnsdWrap .imgtxtArea .imgArea { position:relative; height:510px; overflow:hidden; text-align:left;}
.pnsdWrap .imgtxtArea .imgArea img { position:absolute; left:50%; top:50%; width:100%; -webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.pnsdWrap .imgtxtArea .txtArea { display:table; width:100%; min-height:510px;}
.pnsdWrap .imgtxtArea .txtArea .innerWrap {display:table-cell;padding: 0 0 0 50px;vertical-align:bottom;}
.pnsdWrap .txtList {margin: 20px 0 0px 0;}
.pnsdWrap.smallSize { max-width:1120px; margin:0 auto;}
.pnsdWrap.smallSize .imgtxtArea .gridfl { min-width:450px; max-width:550px; width:auto;}
.pnsdWrap.smallSize .imgtxtArea .gridfr { width:auto;}
.pnsdWrap.smallSize .imgtxtArea .imgArea { height:294px;}
.pnsdWrap.smallSize .imgtxtArea .txtArea { min-height:294px;}
.pnsdWrap.alignTop .imgtxtArea .txtArea .innerWrap { vertical-align:top;}/* vertical */
.pnsdWrap.areaFlip .gridfl { float:right;}/* flip */
.pnsdWrap.areaFlip .imgtxtArea .txtArea .innerWrap {padding: 0 50px 0 0;}
@media screen and (max-width:1024px) {
	/* PNSD */
	.pnsdWrap .subTitL{padding:0 25px;}
	.pnsdWrap .imgtxtArea .txtArea h2,
	.pnsdWrap .imgtxtArea .txtArea h3,
	.pnsdWrap .imgtxtArea .txtArea h4 {margin-bottom:15px;}
	.pnsdWrap .titWrap {margin-bottom:30px;}
	.pnsdWrap .imgtxtArea .gridfl,
	.pnsdWrap .imgtxtArea .gridfr { float:none; width:100%; display:block;}
	.pnsdWrap .imgtxtArea .imgArea { margin:0 auto; height:471px; text-align:center;}
	.pnsdWrap .imgtxtArea .imgArea img { width:auto;}
	.pnsdWrap .imgtxtArea .txtArea { min-height:0;}
	.pnsdWrap.smallSize .imgtxtArea .gridfl { min-width:0; max-width:100%; width:auto;}
	.pnsdWrap.smallSize .imgtxtArea .gridfr { width:auto;}
	.pnsdWrap.smallSize .imgtxtArea .imgArea,
	.pnsdWrap.smallSize .imgtxtArea .txtArea { height:auto;}
	.pnsdWrap.smallSize .imgtxtArea .txtArea{min-height:auto;}
	.pnsdWrap .imgtxtArea .txtArea .innerWrap { display:block; padding:30px 25px 0 25px !important;}
	.pnsdWrap .txtList {margin:15px 0 0 0;}
}
@media screen and (max-width:767px) {
	/* PNSD */
	.pnsdWrap.smallSize .imgtxtArea .imgArea,
	.pnsdWrap.smallSize .imgtxtArea .txtArea { height:auto;} /* 180423 */
	.pnsdWrap .titWrap {margin:0 15px 30px 20px;}
	.pnsdWrap .subTitM{margin-top:0;}
	.pnsdWrap .imgtxtArea .imgArea { height:auto;} /* 180423 */
	.pnsdWrap .imgtxtArea .txtArea .innerWrap {padding: 0 15px 0 20px !important;margin-top: 30px;} /* 180419*/
	.pnsdWrap .imgtxtArea .imgArea img {position:static;top:auto;left:auto;transform:none;} /* 180419 */ /* add */
}

/* PNSF : Non-slide set F */
.pnsfWrap {height: 1180px;background: #f3f4f9;position: relative;}
.pnsfWrap .pnsfCont {position: absolute;top: 60px;left: 50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);z-index: 2;}
.pnsfWrap .titWrap {padding-bottom: 20px;}
.pnsfWrap .imgBox {height: 1180px;position: relative;}
.pnsfWrap .imgBox img {position: absolute;top: 0;left: 50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);z-index:1;}
.pnsfWrap .imgOnlyMobile {display: none;}
@media screen and (max-width:1024px) {
	/* PNSF */
	.pnsfWrap {height: 554px;}
	.pnsfWrap .pnsfCont {top: 45px;}
	.pnsfWrap .titWrap {padding-bottom: 15px;}
	.pnsfWrap .pnsfCont [class*=conArea] {font-size: 12px;line-height: 17px;}
	.pnsfWrap .imgBox {height: 554px;}
}
@media screen and (max-width:767px) {
	/* PNSF */
	.pnsfWrap {height: auto;padding-top: 45px;}
	.pnsfWrap .subTitM{margin-top:0;}
	.pnsfWrap .pnsfCont {position: static;-webkit-transform: none;-moz-transform: none;transform: none; padding: 0 15px 30px 15px;}
	.pnsfWrap .imgBox {display: none;}
	.pnsfWrap .imgOnlyMobile {display: block;margin:0;}
	.pnsfWrap .imgOnlyMobile .img {display: block;margin: 0 auto;overflow: hidden;position: relative;}
	.pnsfWrap .imgOnlyMobile .img.img1 {padding:0 15px 30px 15px;}
	.pnsfWrap .imgOnlyMobile .img img {width:100%;}
}

/* PNSG : Non-slide set G */
.pnsgWrap .titWrap {margin-bottom: 40px;}
.pnsgWrap .txtWrap {margin-bottom: 40px;}
.pnsgWrap .txtWrap [class*=subTit] {margin-bottom: 20px;}
.pnsgWrap .txtWrap .txtBox ~ .txtBox {margin-top: 20px;}
.pnsgWrap .imgWrap {max-width: 1120px;margin: 0 auto;}
.pnsgWrap .imgBox:after {content: "";display: table;clear: both;}
.pnsgWrap .imgWrap .pic {max-width: 550px;float: left;}
.pnsgWrap .imgBox .pic img {width: 100%;}
.pnsgWrap .imgWrap .spec {width: 538px;padding: 0 24px 0 0;float: right;}
.pnsgWrap .imgBox.areaFlip .pic {float: right;}
.pnsgWrap .imgBox.areaFlip .spec {padding: 0 0 0 24px;float: left;}
.pnsgWrap .imgWrap .spec .graphBox {width: 514px;height: 364px;overflow: hidden;position: relative;}
.pnsgWrap .imgWrap .spec .graphBox .img {position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}
.pnsgWrap .imgWrap .spec .graphBox .img img {width: auto;}
.pnsgWrap .imgWrap .spec .graphBox .imgTxt {position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 2;}
.pnsgWrap .imgWrap .spec .graphBox .graphLayer {position:relative; width:100%; height:100%; background:#fff; z-index:99;} /* ltr */ /* 180402 */
.pnsgWrap .imgWrap .spec .maxValArea {margin-top: 20px;padding-top: 20px;border-top: 1px solid #e5e5e5;overflow: hidden;}
.pnsgWrap .imgWrap .spec .maxValArea .inner {display: table;float: left;}
.pnsgWrap .imgWrap .spec .maxValArea .maxPower {width: 54%;}
.pnsgWrap .imgWrap .spec .maxValArea .maxTorque {width: 46%;}
.pnsgWrap .imgWrap .spec .maxValArea .tit {display: table-cell;width: 50px;padding-top: 58px;font-size: 14px;line-height: 14px;font-family: "HyundaiMedium";vertical-align: top;}
.pnsgWrap .imgWrap .spec .maxValArea .maxPower .tit {color: #00aad2;text-align: center;background: url("images/find-a-car/flat/pd5dr/ico-performance01.png") no-repeat center top;}
.pnsgWrap .imgWrap .spec .maxValArea .maxTorque .tit {color: #002c5f;text-align: center;background: url("images/find-a-car/flat/pd5dr/ico-performance02.png") no-repeat center top;}
.pnsgWrap .imgWrap .spec .maxValArea .con {display: table-cell;padding-left: 16px;color: #323232;vertical-align: top;}
.pnsgWrap .imgWrap .spec .maxValArea .con .val {font-size: 58px;line-height: 68px;}
.pnsgWrap .imgWrap .spec .maxValArea .con .unit {font-size: 16px;line-height: 28px;}
.pnsgWrap .imgWrap .imgOnlyMobile {display: none;}
@media screen and  (max-width:1240px) {
	/* PNSG */
	.pnsgWrap .imgWrap {width: 974px;}
	.pnsgWrap .imgWrap .pic {width: 452px;}
	.pnsgWrap .imgWrap .spec {width: 514px;padding: 0;}
	.pnsgWrap .imgBox.areaFlip .spec {padding: 0;}
}
@media screen and  (max-width:1024px) {
	/* PNSG */
	.pnsgWrap .titWrap {margin-bottom: 30px;}
	.pnsgWrap .txtWrap {margin-bottom: 30px;}
	.pnsgWrap .txtWrap [class*=subTit] {margin-bottom: 15px;}
	.pnsgWrap .txtWrap .txtBox ~ .txtBox {margin-top: 15px;}
	.pnsgWrap .imgWrap {width: 718px;}
	.pnsgWrap .imgWrap .pic {width: 352px;}
	.pnsgWrap .imgWrap .spec {width: 352px;padding: 0;}
	.pnsgWrap .imgBox.areaFlip .spec {padding: 0;}
	.pnsgWrap .imgWrap .spec .graphBox {width: 352px;height: 250px;}
	/* .pnsgWrap .imgWrap .spec .graphBox .img img {width: 352px;} */
	.pnsgWrap .imgWrap .spec .maxValArea {margin-top: 15px;padding-top: 15px;}
	.pnsgWrap .imgWrap .spec .maxValArea .maxPower {width: 52%;}
	.pnsgWrap .imgWrap .spec .maxValArea .maxTorque {width: 48%;}
	.pnsgWrap .imgWrap .spec .maxValArea .tit {width: 36px;padding-top: 43px;font-size: 10px;line-height: 10px;}
	.pnsgWrap .imgWrap .spec .maxValArea .maxPower .tit {background-image: ("/etc/designs/hyundai/in/en/images/find-a-car/flat/pd5dr/ico-performance01.png");background-size: 100%;}
	.pnsgWrap .imgWrap .spec .maxValArea .maxTorque .tit {background-image: ("/etc/designs/hyundai/in/en/images/find-a-car/flat/pd5dr/ico-performance02.png");background-size: 100%;}
	.pnsgWrap .imgWrap .spec .maxValArea .con {padding-left: 10px;}
	.pnsgWrap .imgWrap .spec .maxValArea .con .val {font-size: 40px;line-height: 47px;letter-spacing: -1px;}
	.pnsgWrap .imgWrap .spec .maxValArea .con .unit {font-size: 12px;line-height: 17px;}
}
@media screen and  (max-width:767px) {
	/* PNSG */
	.pnsgWrap .imgWrap {max-width:none; width:100%;} /* 180419 */
	.pnsgWrap .imgBox {display: none;}
	.pnsgWrap .imgWrap .imgOnlyMobile {display: block;}
	.pnsgWrap .imgWrap .imgOnlyMobile img {width: 100%;}
}

/* PNSH : Non-slide set H */
.pnshWrap .imgtxtArea {margin:40px 0 0;}
.pnshWrap .imgtxtArea:after {content:"";display:block;clear:both;}
.pnshWrap .imgtxtArea .grid {float:left;width:50%;}
.pnshWrap .imgtxtArea .grid .imgArea {position:relative;overflow:hidden;}
.pnshWrap .imgtxtArea .grid .imgArea img {position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.pnshWrap .imgtxtArea .grid .txtArea {max-width:700px;margin:40px 50px 0;}
.pnshWrap .imgtxtArea .grid .txtArea > .conAreaM,
.pnshWrap .imgtxtArea .grid .txtArea > .txtList,
.pnshWrap .imgtxtArea .grid .txtArea > .icoNote {margin-top:20px;}
@media all and (max-width:1024px) {
	/* PNSH */
	.pnshWrap .imgtxtArea {margin:30px 0 0;}
	.pnshWrap .imgtxtArea .grid.left .imgArea {margin-left:32px;}
	.pnshWrap .imgtxtArea .grid.right .imgArea {margin-right:32px;}
	.pnshWrap .imgtxtArea .grid .txtArea {margin:30px 32px 0;}
	.pnshWrap .imgtxtArea .grid .txtArea > .conAreaM,
	.pnshWrap .imgtxtArea .grid .txtArea > .txtList,
	.pnshWrap .imgtxtArea .grid .txtArea > .icoNote {margin-top:15px;}
	.pnshWrap .imgtxtArea .grid.left .txtArea {margin-right:12px;}
	.pnshWrap .imgtxtArea .grid.right .txtArea {margin-left:12px;}
	.pnshWrap .imgtxtArea .grid .imgArea img {width:100%;}
}
@media all and (max-width:767px) {
	/* PNSH */
	.pnshWrap{margin:0 -15px;}
	.pnshWrap .subTitL{padding:0 35px;}
	.pnshWrap .imgtxtArea .grid {float:none;width:auto;} /* 180419 */
	.pnshWrap .imgtxtArea .grid.right {margin:35px 0 0;}
	.pnshWrap .imgtxtArea .grid.left .imgArea {margin-left:0;}
	.pnshWrap .imgtxtArea .grid.right .imgArea {margin-right:0;}
	.pnshWrap .imgtxtArea .grid .txtArea {margin:30px 0 0;padding: 0 35px;} /* 180419 */
	.pnshWrap .imgtxtArea .grid .imgArea img {position:static;top:auto;left:auto;transform:none;} /* 180419 */
	.pnshWrap .imgtxtArea .grid.left .txtArea {margin-right:0;}
	.pnshWrap .imgtxtArea .grid.right .txtArea {margin-left:0;}
	.pnshWrap .txtArea .subTitM{margin-top:0;}
}

/* PAOA : Accordain set */
.paoaWrap .fullImageSet {position:relative;overflow:hidden;}
.paoaWrap .fullImageSet .txtAreaSet {position:absolute;left:0;right:0;top:50%;z-index:2;-webkit-transform:traslateY(-50%);transform:translateY(-50%);text-align:center;color:#fff;}
.paoaWrap .fullImageSet .txtAreaSet .subTitM {color:#fff;}
.paoaWrap .fullImageSet .txtAreaSet .desc {margin:20px 0 0;font-size:16px;line-height:28px;}
.paoaWrap .fullImageSet img {position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.paoaWrap .fullImageSet .enlarge {position:absolute;left:50%;bottom:50px;width:40px;height:40px;border-radius:50%;background:#00aad2;overflow:hidden;color:#00aad2;text-indent:-1000px;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.paoaWrap .fullImageSet .enlarge:before,
.paoaWrap .fullImageSet .enlarge:after {position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#fff;content:"";}
.paoaWrap .fullImageSet .enlarge:before {width:16px;height:2px;}
.paoaWrap .fullImageSet .enlarge:after {width:2px;height:16px;}
.paoaWrap .textWrap {max-width:800px;margin:0 auto;}
.paoaWrap .textWrap > .subTitM {margin-top:80px;}
.paoaWrap .textWrap > .conAreaM,
.paoaWrap .textWrap > .txtList,
.paoaWrap .textWrap > .icoNote {margin-top:20px;}
.paoaWrap .carImageWrap {margin-top:40px;overflow:hidden;position:relative;}
.paoaWrap .carImageWrap img {position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.paoaWrap .sliderWrap {width:auto;max-width:1120px;margin:100px auto 0;}
.paoaWrap .sliderWrap .sliders .txtWrap {max-width:800px;margin:0 auto;}
.paoaWrap .sliderWrap .sliders .txtWrap .subTitM {margin-top:40px;}
.paoaWrap .sliderWrap .sliders .txtWrap > .conAreaM,
.paoaWrap .sliderWrap .sliders .txtWrap > .txtList,
.paoaWrap .sliderWrap .sliders .txtWrap > .icoNote {margin-top:20px;}
.paoaWrap .sliderWrap .sliderListWrap .sliderList {margin-bottom:0 !important;}
.paoaWrap .sliderPagination {position:static;margin-top:50px;}
.paoaWrap .sliderWrap .btnPrev,
.paoaWrap .sliderWrap .btnNext {top: 50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);margin-top:-172px;}
.paoaWrap .sliderWrap .fullImg {height:600px;}
.paoaWrap .textWrap2 {max-width:1120px;margin:100px auto 0;overflow:hidden;}
.paoaWrap .textWrap2 .grid {float:left;width:50%;}
.paoaWrap .textWrap2 .grid.left {padding-right:16px;}
.paoaWrap .textWrap2 .grid.right {padding-left:16px;}
.paoaWrap .textWrap2 .grid .imgArea {position:relative;overflow:hidden; height: 360px;}
.paoaWrap .textWrap2 .grid .imgArea img {position:absolute;left:50%;top: 50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.paoaWrap .textWrap2 .grid .txtArea > .subTitM {margin-top:40px;}
.paoaWrap .textWrap2 .grid .txtArea > .conAreaM,
.paoaWrap .textWrap2 .grid .txtArea > .txtList,
.paoaWrap .textWrap2 .grid .txtArea > .icoNote {margin-top:20px;}
.paoaWrap .detailsWrap {display:none;}
.paoaWrap.on .fullImageSet .enlarge {background:#000;}
.paoaWrap.on .fullImageSet .enlarge:before,
.paoaWrap.on .fullImageSet .enlarge:after {-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;}
.paoaWrap.on .detailsWrap {display:block;}
@media all and (max-width:1024px) {
	/* PAOA */
	.paoaWrap .textWrap {max-width:582px;}
	.paoaWrap .textWrap > .subTitM {margin-top:50px;}
	.paoaWrap .textWrap > .conAreaM,
	.paoaWrap .textWrap > .txtList,
	.paoaWrap .textWrap > .icoNote {margin-top:15px;}
	.paoaWrap .carImageWrap {margin-top:30px;}
	.paoaWrap .sliderWrap {margin-top:70px;}
	.paoaWrap .sliderWrap .sliders .txtWrap {max-width:582px;}
	.paoaWrap .sliderWrap .sliders .txtWrap .subTitM {margin-top:30px;}
	.paoaWrap .sliderWrap .sliders .txtWrap > .conAreaM,
	.paoaWrap .sliderWrap .sliders .txtWrap > .txtList,
	.paoaWrap .sliderWrap .sliders .txtWrap > .icoNote {margin-top:15px;}
	.paoaWrap .sliderPagination {margin-top:35px;}
	.paoaWrap .sliderWrap .fullImg {height:auto;}
	.paoaWrap .sliderWrap .btnPrev,
	.paoaWrap .sliderWrap .btnNext {margin-top:-134px;}
	.paoaWrap .textWrap2 {margin:70px 0 0;}
	.paoaWrap .textWrap2 .grid.left {padding-right:7px;}
	.paoaWrap .textWrap2 .grid.right {padding-left:7px;}
	.paoaWrap .textWrap2 .grid .txtArea > .subTitM {margin-top:30px;}
	.pnshWrap .imgtxtArea .grid .txtArea > .conAreaM,
	.pnshWrap .imgtxtArea .grid .txtArea > .txtList,
	.pnshWrap .imgtxtArea .grid .txtArea > .icoNote {margin-top:15px;}
	.paoaWrap .fullImageSet .txtAreaSet .desc{margin:8px 0 0 0;}
	.paoaWrap .fullImageSet .enlarge {width:30px;height:30px;bottom:35px;}
	.paoaWrap .fullImageSet .enlarge:before {width:12px;}
	.paoaWrap .fullImageSet .enlarge:after {height:12px;}
	.paoaWrap .textWrap2 .grid .txtArea > .conAreaM, 
	.paoaWrap .textWrap2 .grid .txtArea > .txtList, 
	.paoaWrap .textWrap2 .grid .txtArea > .icoNote{margin-top:15px;}
	.paoaWrap .textWrap2 .grid .imgArea{height:241px;}
}
@media all and (max-width:767px) {
	/* PAOA */
	.paoaWrap .fullImageSet {margin:0 -15px;}
	.paoaWrap .fullImageSet .txtAreaSet {padding:0 15px;}
	.paoaWrap .textWrap > .subTitM {margin-top:50px;}
	.paoaWrap .textWrap2{margin:50px 0 0;}
	.paoaWrap .textWrap2 .grid .imgArea {height: auto;}
	.paoaWrap .textWrap2 .grid.left,
	.paoaWrap .textWrap2 .grid.right {float:none;width:auto;padding:0;}
	.paoaWrap .textWrap2 .grid.right {margin:45px 0 0;}
	.paoaWrap .textWrap2 .grid .imgArea img{ position:static; transform:none; -webkit-transform:none; -moz-transform:none; -ms-transform:none; width:100%;}
}

/* PAOO : award */
.paooWrap .awardList {width:680px;margin: 0 auto;min-height: 66px;position: relative; display: table; margin-top:70px;}
.paooWrap:first-child .awardList{margin-top:0;}
.paooWrap .awardList:after {content:"";display:block;}
.paooWrap .awardList .awardTit,
.paooWrap .awardList .awardTxt {font-size:16px;line-height:28px;color: #666;font-style: italic;font-family: "HyundaiRegular";}
.paooWrap .awardList .awardTxt {margin-left: 40px;}
.paooWrap .awardList .awardImg {display: table-cell;}
.paooWrap .awardList .awardImg,
.paooWrap .awardList .awardImg img{max-width: 148px; vertical-align: middle;}
.paooWrap .awardList dl {display: table-cell;padding:0 0 0 48px;width: auto; max-width: 532px; vertical-align: middle;}
.paooWrap .awardList .awardTit,
.paooWrap .awardList .awardTxt {max-width: 484px;}
.paooWrap .awardList.alignFilp .awardImg {text-align: right;}
.paooWrap .awardList.alignFilp dl {padding:0 48px 0 0;}
@media screen and (max-width: 1024px) {
	.paooWrap .awardList {width:560px;}
	.paooWrap .awardList{margin-top:45px;}
}
@media screen and (max-width: 767px) {
	/* PAOO */
	.paooWrap .awardList {width: 100%;}
	.paooWrap .awardList .awardImg,
	.paooWrap .awardList .awardImg img{max-width: 70px;}
	.paooWrap .awardList .awardTxt {margin:0;font-size:14px;line-height:21px;}
	.paooWrap .awardList dl,
	.paooWrap .awardList .awardTit,
	.paooWrap .awardList .awardTxt {max-width: none; width: auto;}
	.paooWrap .awardList .awardTxt {padding:0;}
	.paooWrap .awardList dl {padding:6px 0 6px 20px;}
	.paooWrap .awardList.alignFilp dl {padding:6px 20px 6px 0px;}
}

/* PGOO : Gallery */
.pgoo .fullImg {height:600px;padding:0 !important;}
.pgoo .sliderWrap .sliderBtnWrap {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.pgoo .sliderWrap .btnPrev,
.pgoo .sliderWrap .btnNext { top: 50%;}
/* Thumbnail gallery slider */
/* PGOO : Gallery */ /* SMCO : Media Center */
.sliderWrap .GallerySlider {position: relative;width: 100%;overflow: hidden;}
.sliderWrap .GallerySlider .GallerySliderList {overflow: hidden;}
.sliderWrap .GallerySlider .GallerySliderList:after {content:"";display:block;clear:both;}
.sliderWrap .GallerySlider .GallerySliderList li {width: 100%;float: left;}
.sliderWrap .GallerySlider .fullImg {padding-bottom:53.6%;}
.sliderTxtList {position:absolute;right:30px;bottom:30px;font-size:16px;color:#fff;font-family:"HyundaiMedium";} /* slide conter */
/* PGOO */
.thumbsWrap {position: relative;}
.thumbsWrap .thumbGalleryWrap {position: relative;width:100%;overflow:hidden;}
.thumbsWrap .thumbGalleryWrap .thumbGalleryList {overflow:hidden;width:100%;height:100%;display:-webkit-flex;display:flex;}
.thumbsWrap .thumbGalleryWrap .thumbGalleryList:after {content:"";display:block;clear:both;}
.thumbsWrap .thumbGalleryWrap .thumbGalleryList li {position: relative;width:30%;flex-shrink:0;}
.thumbsWrap .thumbGalleryWrap .thumbGalleryList li img {width:100%;height:100%}
.thumbsWrap .thumbGalleryWrap .thumbGalleryList li picture {position:relative;display:block;cursor: pointer;width:100%;}
.thumbsWrap .thumbGalleryWrap .thumbGalleryList li picture:after{display:block;content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:.6}
.thumbsWrap .thumbGalleryWrap .thumbGalleryList li picture:hover:after,
.thumbsWrap .thumbGalleryWrap .thumbGalleryList li.on picture:after{opacity:0}
.sliderWrap .thumbGalleryWrap .thumbGalleryList li button:focus:after{opacity:0}
/* PGOO > slider button */
.thumbsWrap .sliderBtnWrap .btnPrev,
.thumbsWrap .sliderBtnWrap .btnNext {display: block;width: 44px;height: 44px;text-indent: -9999px;overflow: hidden;position: absolute;z-index: 10;cursor: pointer;}
.thumbsWrap .sliderBtnWrap .btnPrev {background: url("images/common/btn-prev.png") no-repeat center center;left: 0;top:50%;margin-top:-18px;}
.thumbsWrap .sliderBtnWrap .btnNext {background: url("images/common/btn-next.png") no-repeat center center;right: 0;top:50%;margin-top:-18px;}
.thumbsWrap .sliderBtnWrap .btnNext.disabled,
.thumbsWrap .sliderBtnWrap .btnPrev.disabled {opacity: 0.3;cursor: default;}

.pgoo .typeDownload {font-family: 'HyundaiMedium';font-weight: normal;color:#000;display: inline-block;position:relative;padding-left:24px;}
/* .pgoo .typeDownload::before {content:'';    background-image: url('images/common/ico-download2.png');background-size: 14px 14px;height:14px;width:14px;position:absolute;left:0;top:0;} */
.pgoo .typeDownload {margin-top: 25px;}
@media all and (max-width:1024px) {
	/* PGOO */
	.pgoo .fullImg {height:384px;}
	.pgoo .typeDownload {margin-top: 30px;}
	.pgoo .sliderWrap .sliderBtnWrap .btnPrev,
	.pgoo .sliderWrap .sliderBtnWrap .btnNext {width: 35px;height: 35px;margin-top: -18px;background-size: 35px;}
}
@media all and (max-width:767px) {
	/* PGOO */
	.pgoo .fullImg {height:auto;} /* 180423 */
	.pgoo .typeDownload {margin-top: 20px;}
	.thumbsWrap .sliderBtnWrap .btnPrev{margin-top:-22px;}
	.thumbsWrap .sliderBtnWrap .btnNext{margin-top:-22px;}
}


/* PSCO : Seat_Color */
.titArea.pscoTitArea {padding-bottom: 40px;}
.titArea.pscoTitArea [class*=subTit] {padding-bottom: 20px;}
.contents_interior.pip .features [class*=subTit] {margin-bottom: 20px;padding: 50px 0 15px;position: relative;}
.contents_interior.pip .features [class*=subTit]:after {content: "";display: block;width: 112px;height: 1px;margin-left: -56px;background: #ff7500;position: absolute;left: 50%;bottom: 0;}
.contents_interior.pip .car {width: 100%;padding-bottom: 44.64%;overflow: hidden;position: relative;} /* 180416 modify */ /* 180423 재적용 */
.contents_interior.pip .car img {max-width: 100%;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%,-50%); display:none;} /* 180416 modify */ /* 180423 재적용 */
.contents_interior.pip .color {background:#fff;padding:0 50px}
.contents_interior.pip .color .item {padding-left: 292px;padding-top: 33px;border-bottom: 1px solid #f1ede9;position: relative;}
.contents_interior.pip .color .item.option2 {height: auto;padding-top: 50px;}
.contents_interior.pip .color .item:last-child {border-bottom: 0;}
.contents_interior.pip .color .item .leftTitle{width:292px;position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.contents_interior.pip .color .item .leftTitle .title{color:#000;font-size:20px;font-family:"HyundaiMedium";line-height:1}
.contents_interior.pip .color .item.option2 .leftTitle .title {padding-top: 50px;}
.contents_interior.pip .color .item .leftTitle .colorName{color:#000;font-size:16px;margin-top:15px;line-height:1;font-family:"HyundaiRegular";}
.contents_interior.pip .color .item .tailored_sort_Wrap {width:100%;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 39px}
.contents_interior.pip .color .item .tailored_sort_Wrap .slideArea{position:relative;overflow:hidden;width:100%;height:74px}
.contents_interior.pip .color .item .tailored_sort_Wrap .slideArea li{float:left;width:80px;margin:0 !important;padding:10px 10px 0;position:relative;}
.contents_interior.pip .color .item .tailored_sort_Wrap .slideArea li img{width:60px;height:60px;box-sizing: border-box;}
/* .contents_interior.pip .color .item.option .tailored_sort_Wrap .slideArea li img{border:1px solid rgba(0,0,0,0.15)} */
.contents_interior.pip .color .item .tailored_sort_Wrap .slideArea li.on:after{display:block;content:'';position:absolute;right:0;top:0;background:url("images/find-a-car/360vr/ico-chk-on.png") no-repeat;width:22px;height:22px;overflow:hidden;z-index:1}
.contents_interior.pip .color .item .tailored_sort_Wrap .btn_prev{position:absolute;left:0;top:30px;}
.contents_interior.pip .color .item .tailored_sort_Wrap .btn_prev.disabled{opacity:0.23;}
.contents_interior.pip .color .item .tailored_sort_Wrap .btn_prev .prev{background:url("images/find-a-car/360vr/btn-prev.png") no-repeat;width:9px;height:16px;overflow:hidden;text-indent:-9999px;display:block}
.contents_interior.pip .color .item .tailored_sort_Wrap .btn_next{position:absolute;right:0;top:30px;}
.contents_interior.pip .color .item .tailored_sort_Wrap .btn_next.disabled{opacity:0.23;}
.contents_interior.pip .color .item .tailored_sort_Wrap .btn_next .next{background:url("images/find-a-car/360vr/btn-next.png") no-repeat;width:9px;height:16px;overflow:hidden;text-indent:-9999px;display:block}
.tailored_sort_Wrap .ix-controller.disabled {visibility:hidden;}
.tailored_sort_Wrap .ix-thumbs {text-align:center;margin:16px 0;}
.tailored_sort_Wrap .ix-thumbs .ix-thumb {display:inline-block;margin:5px;}
.tailored_sort_Wrap .ix-thumbs .ix-thumb .ix-btn {display:block;width:12px;height:12px;background:#f5f3f2;text-indent:-9999px;border-radius:100%;}
.tailored_sort_Wrap .ix-thumbs .ix-thumb.active .ix-btn {background: #00aad2;}
.contents_interior.pip .color .details {width: 100%;padding: 35px 0;}
.contents_interior.pip .color .option2 .details {padding: 0;}

/* 20171113 modified and added */
.contents_interior.pip .color .option2 .details .detailWrap {position: relative; width: 300px; height: 30px; display: none;}
.contents_interior.pip .color .option2 .details .detailWrap .detailWrapBg {position: absolute; width: 300px; height: 30px; top: 0; left: 0;}
.contents_interior.pip .color .details .detail {width: 300px;height: 30px;}
.contents_interior.pip .color .details .detailWrap .detail [class*=color_detail] {width: 100px;height: 30px;float: left;position: relative;}
.contents_interior.pip .color .details .detailWrap .detail [class*=color_detail] .trigger {display:block;width:100%;height:100%;overflow:hidden;text-indent:-1000px;}
.contents_interior.pip .color .details .detailWrap .detail [class*=color_detail] .info {display:none;box-sizing:border-box;min-width: 120px;height: 28px;padding: 0 34px 0 7px;line-height: 28px;font-size: 12px;text-align: center;background: #fff;-webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.1);-moz-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.1);box-shadow: 0 3px 7px 0 rgba(0,0,0,0.1);position: absolute;top: -22px;left: 50%; margin-left:-60px;}
.contents_interior.pip .color .details .detailWrap .detail [class*=color_detail] .info .close {position:absolute;right:10px;top:50%;width:14px;height:14px;margin-top:-7px;background:#999;border-radius:50%;color:#999;overflow:hidden;}
.contents_interior.pip .color .details .detailWrap .detail [class*=color_detail] .info.active .close:after {content:"+";position:absolute;left:50%;top:50%;color:#fff;transform:translateX(-55%) translateY(-50%) rotate(45deg);}
.contents_interior.pip .color .details .detailWrap .detail [class*=color_detail] .info.active {display:block;}
.contents_interior.pip .color .details .detailWrap .detail [class*=color_detail] .info.active:after {content: "";display: block;margin-left: -7px;border-top: 10px solid #fff;border-left: 7px solid transparent;border-right: 7px solid transparent;position: absolute;top: 100%;left: 50%;}
.contents_interior.pip .color .details .detailWrap .detail.detail1 .color_detail {width: 300px;}
.contents_interior.pip .color .details .detailWrap .detail.detail2 .color_detail {width: 150px;}
.contents_interior.pip .color .details .detailWrap .detail.detail3 .color_detail {width: 100px;}
.contents_interior.pip .color .details .detailWrap .detail.detail4 .color_detail {width: 75px;}
.contents_interior.pip .color .details .detailWrap .detail.detail5 .color_detail {width: 60px;}
.contents_interior.pip .color .details .detailWrap .detail.detail6 .color_detail {width: 50px;}
.contents_interior.pip .color .details .detailWrap .detail.detail7 .color_detail {width: 42.5px;}
.contents_interior.pip .color .details .detailWrap .detail.detail7 .color_detail:last-child {width:45px;}
.contents_interior.pip .color .details .detailWrap .detail.detail8 .color_detail {width: 37.5px;}
.contents_interior.pip .color .details .detailWrap .detail.detail9 .color_detail {width: 33px;}
.contents_interior.pip .color .details .detailWrap .detail.detail9 .color_detail:last-child {width: 36px;}
.contents_interior.pip .color .details .detailWrap .detail.detail10 .color_detail {width: 30px;}
.contents_interior.pip .ix-btn-prev.disabled,
.contents_interior.pip .ix-btn-next.disabled {opacity: 0.3;}
/* //20171113 modified and added */
@media screen and  (max-width:1024px){
	/* PSCO */
	.titArea.pscoTitArea {padding-bottom: 30px;}
	.titArea.pscoTitArea [class*=subTit] {padding-bottom: 15px;}
	.contents_interior.pip .features [class*=subTit] {margin-bottom: 15px;padding: 35px 0 15px;}
	.contents_interior.pip .features [class*=subTit]:after {width: 56px;height: 1px;margin-left: -28px;}
	.contents_interior.pip .car {padding-bottom:0;}
	.contents_interior.pip .car img {position:static;left:auto;top:auto;transform:none;width: 100%;}
	.contents_interior.pip .color {padding: 0 25px;}
	.contents_interior.pip .color .item.option {padding: 25px 0 49px;height: auto;}
	.contents_interior.pip .color .item.option  .leftTitle{display:table;width:auto;position:static;-webkit-transform: none;transform: none;}
	.contents_interior.pip .color .item.option  .leftTitle .title{display:table-cell;line-height:21px;font-size:17px;vertical-align: bottom;}
	.contents_interior.pip .color .item.option .leftTitle .colorName {display:table-cell;line-height:17px;font-size:12px;text-align: left;vertical-align: bottom;padding-left:15px;}
	.contents_interior.pip .color .item.option2 {padding-top: 35px;padding-left: 175px;}
	.contents_interior.pip .color .item.option2 .leftTitle .title {padding-top: 35px;}
	.contents_interior.pip .color .item.option2 .leftTitle{width:175px;line-height:21px;font-size:17px;}
	.contents_interior.pip .color .item.option2 .leftTitle .title {line-height:21px;font-size:17px;}
	.contents_interior.pip .color .item .tailored_sort_Wrap {margin-top: 23px;padding: 0;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .slideArea {height: auto;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .slideArea li{width:84px;padding:12px 10px 0;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .slideArea li.on:after{background-size: 25px;width:25px;height:25px;right: -2px;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .slideArea li img{width:64px;height:64px;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .btn_next,
	.contents_interior.pip .color .item .tailored_sort_Wrap .btn_prev{top:35px;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .btn_next{right: -25px;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .btn_prev{left: -25px;}
	.tailored_sort_Wrap .ix-thumbs .ix-thumb .ix-btn{width:9px; height:9px;}
}
@media screen and  (max-width:767px)  {
	/* PSCO */
	.contents_interior.pip .car {width: auto;margin: 0 -15px;}
	.contents_interior.pip .color {padding: 0;}
	.contents_interior.pip .color .item.option {padding: 20px 0 25px;}
	.contents_interior.pip .color .item.option2 {padding: 20px 0 0;height: auto;}
	.contents_interior.pip .color .item.option2  .leftTitle{display:table;width:auto;position:static;-webkit-transform: none;transform: none;}
	.contents_interior.pip .color .item.option2 .leftTitle .title{display:table-cell;padding-top: 0;vertical-align: bottom;}
	.contents_interior.pip .color .details {padding: 15px 0;text-align: center;}
	.contents_interior.pip .color .item .tailored_sort_Wrap  {width: auto;margin-top: 22px;} /* 180423 */
	.contents_interior.pip .color .item .tailored_sort_Wrap .slideArea li {width: 48px;padding: 6px 4px 0;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .slideArea li img {width: 40px;height: 40px;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .slideArea li.on:after {width: 14px;height: 14px;background-size: 14px;right: -2px;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .btn_prev{display: none;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .btn_next{display: none;}
	.contents_interior.pip .color .option2 .details {padding: 20px 0 0;}
	/* 20171113 modified and added */
	.contents_interior.pip .color .ix-controller {display: none;}
	.contents_interior.pip .color .slide_direction {display: none;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .btn_next,
	.contents_interior.pip .color .item .tailored_sort_Wrap .btn_prev {top:18px;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .btn_next{right: -5px;}
	.contents_interior.pip .color .item .tailored_sort_Wrap .btn_prev{left: -5px;}
	/* //20171113 modified and added */
}

/* PSPE : Specification; */
.pspeWrap {width:100%;}
.pspeWrap .titWrap.first h2,
.pspeWrap .titWrap.first h3,
.pspeWrap .titWrap.first h4 {padding:80px 0 40px 0;}
.pspeWrap .fullImg.pspeImg {margin:30px 0 40px 0;}
.pspeWrap .fullImg.pspeImg .img {height:274px;}
.pspeSlider {display:none;}
.pspeWrap .trimWrap {display:table;width:100%;margin-bottom:80px;}
.pspeWrap .trimWrap:after {content:"";display:block;clear:both;}
.pspeWrap .trimWrap p,
.pspeWrap .trimWrap h2,
.pspeWrap .trimWrap h3,
.pspeWrap .trimWrap h4 {float:none !important;display:table-cell;width:20%;padding-right:30px;vertical-align:middle;}
.pspeWrap .trimWrap .selForm {display:table-cell;width:80%;vertical-align:middle;}
.pspeWrap .titWrap.second h2,
.pspeWrap .titWrap.second h3,
.pspeWrap .titWrap.second h4 {margin:0 0 20px 0}
.pspeWrap .tableInner {margin-bottom:40px;}
/* PSPE > contents in dropbox */
.pspe .specList{overflow:hidden;padding:40px 0;font-size:14px;border-top:1px solid #f6f3f2;line-height:20px}
.pspe .specList dt{font-family:"HyundaiMedium"}
.pspe .specList:first-child{padding-top:0;border-top:30px;}
.pspe .specList>dt{float:left;max-width:170px; width:15%;}
.pspe .specList>dd{overflow:hidden;float:left}
.pspe .specList>dd dl:first-child{padding-top:0}
.pspe .specList>dd dl{overflow:hidden;width:828px;padding-top:24px}
.pspe .specList>dd dt{float:left;width:282px;font-size:14px;line-height:24px;color:#666;}
.pspe .specList>dd dd{float:left;width:546px;font-size:14px;line-height:24px;padding-left:60px;}
.pspeWrap .ctoaTableRow tr th,
.pspeWrap .ctoaTableRow tr td{padding:13px 30px 12px; line-height:24px;}
@media screen and (max-width:1240px) {
	/* PSPE */
	.pspeWrap .trimWrap .selForm {width:85%}
	/* PSPE > contents in dropbox */
	.pspe .specList>dt{width:15%}
	.pspe .specList>dd{width:85%;}
	.pspe .specList>dd dl{width:100%;padding-top:24px}
	.pspe .specList>dd dt{width:30%;}
	.pspe .specList>dd dd{width:70%}
}
@media screen and (max-width:1024px) {
	/* PSPE */
	.pspeWrap .titWrap.first h2,
	.pspeWrap .titWrap.first h3,
	.pspeWrap .titWrap.first h4 {padding:40px 0 35px 0;}
	.pspeWrap .titWrap.second h2, 
	.pspeWrap .titWrap.second h3, 
	.pspeWrap .titWrap.second h4{margin:0 0 15px 0;}
	.pspeWrap .trimWrap p,
	.pspeWrap .trimWrap h2,
	.pspeWrap .trimWrap h3,
	.pspeWrap .trimWrap h4 {padding-right:20px;}
	.pspeWrap .ctoaTableRow tr th, 
	.pspeWrap .ctoaTableRow tr td{padding:13px 25px 12px;}
	.pspeWrap .trimWrap {width:100%;margin-bottom:35px;}
	.pspeWrap .trimWrap .selForm {width:80%;}
	.pspeWrap .fullImg.pspeImg .img {height:170px;}
	.pspeWrap .tableInner {margin-bottom:30px;}
	/* PSPE > contents in dropbox */
	.pspe .specList{padding:30px 0;}
	.pspe .specList:first-child{padding-top:10px;}
	.pspe .specList>dt{width:20%}
	.pspe .specList>dd{width:80%;}
	.pspe .specList>dd dl{width:100%;padding-top:15px;}
	.pspe .specList>dd dt{width:40%;font-size:12px;line-height:17px;}
	.pspe .specList>dd dd{width:60%;font-size:12px;line-height:17px;}
}
@media screen and (max-width:767px) {
	/* PSPE */
	.pspeWrap .subTitM{margin-top:0;}
	.pspeWrap .titWrap.second h2,
	.pspeWrap .titWrap.second h3,
	.pspeWrap .titWrap.second h4 {margin:0 0 30px 0}
	.pspeWrap .trimWrap {display:block;margin-bottom:0;}
	.pspeWrap .trimWrap p,
	.pspeWrap .trimWrap h2,
	.pspeWrap .trimWrap h3,
	.pspeWrap .trimWrap h4 {display:block;margin-bottom:30px;padding-right:0;width:100%;}
	.pspeWrap .trimWrap .selForm {display:block;width:100%;margin-bottom:35px;}
	.pspeWrap .tableInner {margin-bottom:30px;}
	.pspeWrap .ctoaTableRow tr th,
	.pspeWrap .ctoaTableRow tr td{padding:15px;}
	.pspeWrap .ctoaTableRow{table-layout:auto;}
	.pspeSlider {display:block;}
	.pspeSlider .fullImg {display:block;height:auto;} /* 180423 */
	.sliderWrap.pspeSlider .sliderPagination {position: relative;top: auto;margin:15px 0 30px 0;}
	/* PSPE > contents in dropbox */
	.pspe .specList>dt{width:100%}
	.pspe .specList>dd{width:100%;margin-top:30px;}
	.pspe .specList>dd dl{width:100%;padding-top:15px}
	.pspe .specList>dd dt{width:50%}
	.pspe .specList>dd dd{width:50%; padding-left:0;}
	.pspe .togList li.dep1 .aswer .dep2{padding: 30px 15px 0;}
}

/* PALO */
.secAccListWrap.palo .itemWrap .itemListWrap {margin: -40px -16px 0; padding:60px 0;}
.secAccListWrap.palo .itemWrap .itemList {margin:40px 0 0 0; padding: 0 16px;}
.secAccListWrap.palo .itemWrap .itemList .listInner{margin:0;}
.secAccListWrap.palo .itemWrap .img {margin-bottom: 16px;padding-bottom: 0;}
.secAccListWrap.palo .itemWrap .img img{width:100%; position:static; transform:none;}
.secAccListWrap.palo .itemWrap .itemList .itemTit {padding-bottom: 4px;}
.secAccListWrap.palo .itemWrap .itemList .itemCon [class*=conArea] ~ [class*=conArea] {padding-top: 5px;}
.secAccListWrap.palo .itemWrap .toolTipWrap.ib {margin-left:10px;}
.secAccListWrap.palo .paging {padding-top:35px;}

.secAccListWrap.palo .btnMoreWrap { padding:60px 0 100px;}

.secAccListWrap.palo .conAreaM.price { display:inline-block; vertical-align:middle;}

.secAccListWrap.palo .layerPopupWrap .layerPopupInner.wide { left:50%; -webkit-transform:translateX(-50%);transform:translateX(-50%); }
.secAccListWrap.palo .layerPopupWrap .layerPopupInner.wide,
.secAccListWrap.palo .layerPopupWrap .layerPopupInner.wide .layerPopup { width:640px;}
.secAccListWrap.palo .layerPopupWrap .layerPopupInner.wide .layerTitWrap { padding:0 30px;}
.secAccListWrap.palo .layerPopupWrap .layerPopupInner.wide .layerTitWrap .subTitS { height:70px; line-height:70px;}
.secAccListWrap.palo .layerPopupWrap .sliderWrap .imgItem { display:block;}
.secAccListWrap.palo .layerPopupWrap .sliderWrap .imgItem img { width:640px; height:424px;}
.secAccListWrap.palo .layerPopupWrap .sliderWrap .btnNext,
.secAccListWrap.palo .layerPopupWrap .sliderWrap .btnPrev { top:200px;}
.secAccListWrap.palo .layerPopupWrap .textInWrap { padding:20px 30px 30px;}
.secAccListWrap.palo .layerPopupWrap .textInWrap .conTit { font-size:20px; line-height:30px; color:#000; font-family:"HyundaiMedium";}
.secAccListWrap.palo .layerPopupWrap .textInWrap .price { font-size:16px; line-height:28px; color:#666; font-family:"HyundaiMedium"; margin-bottom:5px;}
.secAccListWrap.palo .layerPopupWrap .textInWrap .desc { font-size:14px; line-height:24px; color:#000;}

.secAccListWrap.palo .openImgListPop { cursor:pointer;}

@media screen and  (max-width:1024px){
	/* PALO */
	.secAccListWrap.palo .itemWrap .itemListWrap {margin: -35px -7px 0;padding: 45px 0;}
	.secAccListWrap.palo .itemWrap .itemList {margin-top: 35px;padding:0 7px;}
	/* .secAccListWrap.palo .itemWrap .itemList .listInner {margin: 0 16px;} */
	.secAccListWrap.palo .itemWrap .img {margin-bottom: 13px;}
	.secAccListWrap.palo .itemWrap .itemList .itemTit {padding-bottom: 6px;}
	.secAccListWrap.palo .itemWrap .itemList .itemCon [class*=conArea] ~ [class*=conArea] {padding-top: 10px;}
	.secAccListWrap.palo .itemWrap .toolTipWrap.ib{margin-left:8px;}
	.secAccListWrap.palo .paging {padding-top: 45px;}
	.secAccListWrap.palo .btnWrap.btnMoreWrap {padding-top: 45px;}


	.secAccListWrap.palo .layerPopupWrap .layerPopupInner.wide,
	.secAccListWrap.palo .layerPopupWrap .layerPopupInner.wide .layerPopup { width:618px;}
	.secAccListWrap.palo .layerPopupWrap .sliderWrap .imgItem img { width:618px; height:410px;}

	.secAccListWrap.palo .layerPopupWrap .textInWrap { padding:20px 25px 25px;}
	.secAccListWrap.palo .layerPopupWrap .textInWrap .conTit { font-size:17px; line-height:22px;}
	.secAccListWrap.palo .layerPopupWrap .textInWrap .price { font-size:14px; line-height:21px;}
	.secAccListWrap.palo .layerPopupWrap .textInWrap .desc { font-size:12px; line-height:17px;}
}
@media screen and  (max-width:767px){
	/* PALO */
	.palo .colSm1 .col,
	.palo .colSm1 .col:first-child {width:50%;}
	.palo.secAccListWrap .btnWrap.btnMoreWrap {padding-top:44px;}
	.secAccListWrap.palo .secListBox .itemTxtTop {padding-bottom: 25px;}
	.secAccListWrap.palo .itemWrap .itemListWrap {margin: -70px -5px 0;padding:70px 0;}
	.secAccListWrap.palo .itemWrap .itemList {margin-top: 70px;padding: 0 5px;}

	.secAccListWrap.palo .itemWrap .img { padding:0;}
	.secAccListWrap.palo .itemWrap .img img { position:relative; left:auto; top:auto; -webkit-transform:translate(0,0);transform:translate(0,0);}
	/* .secAccListWrap.palo .itemWrap .itemList .listInner{margin:0 5px;} */

	.secAccListWrap.palo .layerPopupWrap .layerPopupInner.wide,
	.secAccListWrap.palo .layerPopupWrap .layerPopupInner.wide .layerPopup { width:290px;}
	.secAccListWrap.palo .layerPopupWrap .sliderWrap .imgItem img { width:290px; height:192px;}
}


/**** SPA Component ****/
/* SPA Default */
/* popup */
.popWrap {position:absolute;display:none;left:50%;top:50%;width:720px;padding:72px 60px 60px;background:#fff;z-index:1001;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}
.popWrap h3 {display:inline-block;font-size:44px;line-height:54px;height:76px;letter-spacing: 0.7px;color:#000;font-family:"HyundaiMedium";}
.popWrap span.clo {position:absolute;top:30px;right:30px;width:15px;height:15px;text-indent:-99999px;background:url("images/common/btn-layer-close.png") no-repeat;background-size:cover;}
.popWrap .schArea {border:1px solid #e4dcd3;text-align:left;}
.popWrap .schArea .sch1 a {display:block;padding:15px 30px;font-size:16px;letter-spacing: 0.3px;color:#000;text-decoration:underline;font-family:"HyundaiMedium";border-bottom:1px solid #e4dcd3;}
.popWrap .schArea .sch1:last-child a {border:0;}
.popWrap .schArea .txt_beige a {color:#00aad2;}
.popWrap button.btn {display:block;width:140px;height:44px;margin:50px auto 0;font-size:14px;line-height:44px;background:#002c5f;color:#fff;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:"HyundaiRegular";}
@media screen and (max-width: 767px) and (min-width: 0) {
	.popWrap {left:25px;right:25px;margin-left:0;padding:40px 25px;width:auto;-webkit-transform:translateX(0%) translateY(0%);transform:translateX(0%) translateY(-50%);}
	.popWrap h3 {font-size:27px;}
	.popWrap .schArea .sch1 {font-size:14px;}
	.popWrap button.btn {margin-top:25px;width:100%;}
}
/* mailpopWrap */
.mailpopWrap {position:absolute;left:50%;top:20px;width:1120px;padding-bottom:50px;z-index:1001;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.mailpopWrap .mailHead {height:110px;padding:28px 60px 0;background:#e4dcd3;}
.mailpopWrap .mailHead .mailTit {font-size:20px;line-height:30px;letter-spacing: 0.3px;color:#000;font-family:"HyundaiMedium";margin-bottom:1px;}
.mailpopWrap .mailHead .mailTxt {font-size:16px;line-height:28px;letter-spacing: 0.2px;color:#000;font-family:"HyundaiRegular";}
.mailpopWrap .mailHead a.cls {position:absolute;top:30px;right:30px;width:15px;height:15px;background:url("images/common/btn-layer-close.png") 50% 50% no-repeat;text-indent:-99999px;}
.mailpopWrap .mailArea {padding:60px 60px 80px;background:#fff;}
.mailpopWrap .mailArea .dealerPro {margin-bottom:41px;}
.mailpopWrap .mailArea .dealerPro dl.dealer dt.dealerName {font-size:30px;line-height:40px;letter-spacing: 0.5px;color:#000;font-family:"HyundaiMedium";margin-bottom:10px;}
.mailpopWrap .mailArea .dealerPro dl.dealer dd.dTx {font-size:14px;line-height:20px;color:#000;font-family:"HyundaiRegular";}
.mailpopWrap .mailArea .topTitArea2 {padding-bottom: 24px;}
.mailpopWrap .mailArea .topTitArea2 .ConFn1 {display:inline-block;font-size:20px;line-height:30px;letter-spacing: 0.3px;color:#000;font-family:"HyundaiMedium";}
.mailpopWrap .mailArea .topTitArea2 .conLf {display:inline-block;font-size:16px;line-height:28px;letter-spacing:0.2px;font-family:"HyundaiRegular";vertical-align:0;padding-left:8px;color:#00aad2;}
.mailpopWrap .mailArea .topTitArea2 .dTix {font-size:14px;line-height:20px;letter-spacing:0.2px;font-family:"HyundaiRegular";}
.mailpopWrap .btnWrap.type1 {padding:50px 0 0;text-align:center;}
.mailpopWrap .btnWrap.type1 .btn {width:140px;}
@media screen and (max-width:1240px) {
	/* mailpopWrap */
	.mailpopWrap {width:auto;left:25px;right:25px;-webkit-transform:translateX(0%);transform:translateX(0%);}
	.mailpopWrap .mailHead,
	.mailpopWrap .mailArea {padding-left:25px;padding-right:25px;}
}
@media screen and (max-width:767px) {
	/* mailpopWrap */
	.mailpopWrap .mailArea {padding:35px 25px;}
	.mailpopWrap .mailHead .mailTit {font-size:14px;}
	.mailpopWrap .mailHead .mailTxt {font-size:12px;}
	.mailpopWrap .mailArea .dealerPro dl.dealer dt.dealerName {font-size:19px;}
	.mailpopWrap .mailArea .topTitArea2 .ConFn1 {font-size:17px;}
	.mailpopWrap .mailArea .topTitArea2 .conLf,
	.btnWrap .btn {font-size:15px;}
	.mailpopWrap .mailArea .topTitArea2 .conLf {display:block;}
}

/* FORMBox Default */
.formBoxWrap legend {width: 0;height: 0;text-indent: -9999px;overflow: hidden;}
.formBoxWrap .titWrap {padding-bottom: 30px;}
.formBoxWrap .titArea {padding-bottom: 30px;}
.formBoxWrap .titWrap .titArea {padding-bottom: 0;}
.formBoxWrap .titWrap .titSubTxt {line-height: 20px;font-size: 14px;}
.formBoxWrap .half {margin: 16px -10px 0;}
/* .formBoxWrap .half .formList{min-height:109px;} */
.formBoxWrap .half:after {content: "";display: block;clear: both;}
.formBoxWrap .half .formListWrap {width: 50%;padding: 0 10px;float: left;}
.formBoxWrap .formListWrap.first {margin-top: -20px;}
.formBoxWrap .formList {margin-top: 4px;}
.formBoxWrap .require {padding-left: 4px;font-size: 16px;font-family: "HyundaiMedium";}
.formBoxWrap .formList .formTit {margin-bottom: 4px;line-height: 2;font-family: "HyundaiMedium";}
.formBoxWrap .formList .formCon {position: relative;}
.formBoxWrap .formList .radioboxWrap .radioBoxInner ~ .radioBoxInner {margin-left: 19px;}
.formBoxWrap .titArea {display: table;width: auto;}
.formBoxWrap .titArea [class*=subTit] {display: table-cell;padding-right: 20px;vertical-align: middle;}
.formBoxWrap .titArea .txtRequiredField {display: table-cell;line-height: 20px;font-size: 14px;vertical-align: middle;}
.formBoxWrap .errorTxt {margin-top: 5px;line-height: 1.75;color: #e63312;font-size: 14px;}
.formBoxWrap .errorTxt.vHidden {visibility:hidden;}
.formBoxWrap textarea {display: inline-block;width: 100%;height: 180px;line-height: 1.2;padding: 18px 20px 18px 20px;font-size: 14px;color: #666;border: 1px solid #e4dcd3;box-sizing: border-box;background: #fff;}
.formBoxWrap .formList input[type=text],
.formBoxWrap .formList input[type=number],
.formBoxWrap .formList input[type=search],
.formBoxWrap .formList input[type=date],
.formBoxWrap .formList input[type=email] {padding: 11px 20px;line-height: 1.21;}
.formBoxWrap .maxChar {font-size: 14px;color: #767676;position: absolute;right: 20px;bottom: 20px;}
.formBoxWrap ::-webkit-input-placeholder{color:#666;}
.formBoxWrap ::-moz-placeholder{color:#666;}
.formBoxWrap :-ms-input-placeholder{color:#666;}
.formBoxWrap :-moz-placeholder{color:#666;}
.formBoxWrap .formCon .row {padding-right: 160px;position: relative;}
.formBoxWrap .formCon .row.date {margin: 0 -10px;padding-right: 0;}
.formBoxWrap .formCon .row:after {content: "";display: table;clear: both;}
.formBoxWrap .formCon .row .col {float: left;}
.formBoxWrap .formCon .row.date .col {padding: 0 10px;}
.formBoxWrap .formCon .row.emailForm .inputForm {width: 100%;}
.formBoxWrap .formCon .row.emailForm .btnArea {display: table;width: 140px;position: absolute;right: 0;top: 0;}
.formBoxWrap .formCon .row.emailForm .btnArea .btn {width: 100%;height: 44px;padding: 0;font-size: 14px;}
.formBoxWrap .agreeBoxWrap {margin-top: 20px;}
.formBoxWrap .agreeBoxWrap .btnMore {width: 100%;height: 40px;line-height: 40px;font-size: 14px;font-family: "HyundaiRegular";text-align: center;background: #f2f2f2;}
.formBoxWrap .agreeBoxWrap .btnMore .icoArr {display: inline-block;width: auto !important;padding-right: 19px;position: relative;}
.formBoxWrap .agreeBoxWrap .btnMore .icoArr:after {content: "";display: block;width: 0;height: 0;margin-top: -3px;border-top: 6px solid #000;border-bottom:none;border-left: 4px solid transparent;border-right: 4px solid transparent;position: absolute;right: 0;top: 50%;}
.formBoxWrap .scrollBox {margin-top: 6px;margin-bottom: 45px;border: 1px solid #e4dcd3;box-sizing:border-box;}
.formBoxWrap .scrollBox .boxInner {height: 140px;padding: 20px 18px 20px 20px;line-height: 1.428;color: #666;font-size: 14px;overflow-y: hidden;box-sizing: border-box;}
.formBoxWrap .scrollBox.auto .boxInner {height: auto !important;}
.formBoxWrap .scrollBox.auto .btnMore.btnAgreeMore.closed .icoArr:after {border-top: 0 none;border-bottom: 6px solid #000;margin-top: -3px;}
.formBoxWrap .scrollBox .boxInner2 {height: auto;padding: 20px 18px 20px 20px;line-height: 20px;color: #666;font-size: 14px;letter-spacing:-0.1px;overflow-y: hidden;box-sizing: border-box;}
.formBoxWrap .checkboxWrap .errorTxt {padding-left: 28px;}
.formBoxWrap .checkboxWrap + .checkboxWrap {padding-top: 31px;}
/* SCUO Dominica, NG Only */
.formBoxWrap.cpnDom .formListWrap {overflow:hidden;}
.formBoxWrap.cpnDom .formListWrap .formList {float:left;width:50%;}
.formBoxWrap.cpnDom .formListWrap .formList:nth-child(odd) {padding-right:40px;}
.formBoxWrap.cpnDom .formListWrap .formList:nth-child(even) {padding-left:40px;}
.formBoxWrap.cpnDom .formListWrap .formList:nth-child(2n+1) {clear:both;}
.formBoxWrap.cpnDom .formListWrap + .formListWrap .formList {float:none;width:100%;padding:0;}
.formBoxWrap.cpnDom .formSlt {margin:0 -5px;font-size:0;}
.formBoxWrap.cpnDom .formSlt .selForm {display:inline-block;width:33.3%;padding:0 5px;}
@media screen and  (max-width:1024px){
     /* FORMBox Default */
	.formBoxWrap .titWrap {padding-bottom: 22px;}
	.formBoxWrap .titArea {padding-bottom: 22px;}
	.formBoxWrap .titWrap .titArea {padding-bottom: 0;}
	.formBoxWrap .titWrap .titSubTxt {display: none;}
	.formBoxWrap .half:after {content: "";display: block;clear: both;}
	.formBoxWrap .half {margin-left: 0;margin-right: 0;}
	.formBoxWrap .half .formListWrap {width: 100%;padding-left: 0;padding-right: 0;float: none;}
	.formBoxWrap .formListWrap.first {margin-top: -28px;}
	.formBoxWrap .formList {margin-top: 28px;}
	.formBoxWrap .require {padding-left: 5px;}
	.formBoxWrap .formList .formTit {margin-bottom: 7px;font-size: 14px;line-height: 1.5;}
	.formBoxWrap .formList .radioboxWrap .radioBoxInner ~ .radioBoxInner {margin-left: 36px;}
	.formBoxWrap .titArea {width: auto;}
	.formBoxWrap .titArea [class*=subTit] {padding-right: 0;}
	.formBoxWrap .titArea .txtRequiredField {line-height: 17px;font-size: 12px;text-align: right;}
	.formBoxWrap .formList input[type=text],
	.formBoxWrap .formList input[type=number],
	.formBoxWrap .formList input[type=tel],
	.formBoxWrap .formList input[type=search],
	.formBoxWrap .formList input[type=date],
	.formBoxWrap .formList input[type=email] {padding: 11px 20px;line-height: 1.21;}
	.formBoxWrap textarea {padding: 12px 15px;font-size: 12px;}
	.formBoxWrap .selForm select {height: 35px;line-height: 35px;font-size: 12px;}
	.formBoxWrap .formCon .row {padding-right: 130px;position: relative;}
	.formBoxWrap .formCon .row.date {margin: 0 -5px;padding-right: 0;}
	.formBoxWrap .formCon .row.date .col {padding: 0 5px;}
	.formBoxWrap .formCon .row.emailForm .btnArea {width: 120px;}
	.formBoxWrap .formCon .row.emailForm .btnArea .btn {height: 35px;font-size: 12px;}
	.formBoxWrap .maxChar {font-size: 12px;right: 10px;bottom: 10px;}
	.formBoxWrap .requiredTxt {margin-top: -18px;color: 1.14;font-size: 14px;}
	.formBoxWrap .errorTxt {margin-top: 8px;line-height: 1.14;font-size: 12px;}
	.formBoxWrap .agreeBoxWrap {margin-top: 28px;}
	.formBoxWrap .agreeBoxWrap .btnMore.btnAgreeMore {height: 35px;line-height: 35px;font-size: 12px;}
	.formBoxWrap .agreeBoxWrap .btnMore.btnAgreeMore .icoArr {padding-right: 10px;}
	.formBoxWrap .agreeBoxWrap .btnMore.btnAgreeMore .icoArr:after {margin-top: -2px;border-top: 4px solid #000;border-left: 3px solid transparent;border-right: 3px solid transparent;}
	.formBoxWrap .scrollBox {margin-bottom: 36px;}
	.formBoxWrap .scrollBox .boxInner {height: 110px;padding: 11px;font-size: 12px;}
	.formBoxWrap .scrollBox.auto .btnMore.btnAgreeMore.closed .icoArr:after {border-top: 0 none;border-bottom: 4px solid #000;margin-top: -2px;}
	.formBoxWrap .checkboxWrap .errorTxt {padding-left: 28px;}
	.formBoxWrap .checkboxWrap + .checkboxWrap {padding-top: 26px;}
	.btnMoreFull {height: 35px;font-size: 12px;}
	/* SCUO Dominica, NG Only */
	.formBoxWrap.cpnDom .formListWrap .formList:nth-child(odd) {padding-right:20px;}
	.formBoxWrap.cpnDom .formListWrap .formList:nth-child(even) {padding-left:20px;}
	.formBoxWrap.cpnDom .formListWrap .formList .formTit label {display:inline-block;line-height:25px;}
}
@media screen and  (max-width:767px){
	/* FORMBox Default */
	.formBoxWrap .agreeBoxWrap .btnMore.btnAgreeMore {height: 30px;line-height: 30px;font-size: 12px;}
	/* SCUO Dominica, NG Only */
	.formBoxWrap.cpnDom .formCon .row.emailForm {padding-right:0;}
	.formBoxWrap.cpnDom .formCon .row.emailForm .btnArea {float:none;position:static;margin:0 auto;padding:25px 0 0;}
	.formBoxWrap.cpnDom .formCon .row.emailForm .btnArea .btn {width:150px;height:40px;}
	.formBoxWrap.cpnDom .formListWrap .formList {float:none;width:100%;}
	.formBoxWrap.cpnDom .formListWrap .formList:nth-child(odd) {padding-right:0;}
	.formBoxWrap.cpnDom .formListWrap .formList:nth-child(even) {padding-left:0;}
	.formBoxWrap.cpnDom .formListWrap .formList .formTit label {display:inline-block;line-height:25px;}
}

/* table type */
.tableWrap .tableTop {display: table;width: 100%;margin-bottom: 12px;}
.tableWrap .tableTop .txtLeft,
.tableWrap .tableTop .txtRight {display: table-cell;vertical-align: bottom;line-height: 1.71;font-size: 14px;font-family: "HyundaiMedium";}
.tableWrap .tableTop .txtRight {text-align: right;}
.tableTypeBasic {width: 100%;border-top: 1px solid #e4dcd3;border-left: 1px solid #e4dcd3;border-bottom: 1px solid #e4dcd3;background: #fff;}
.tableTypeBasic thead th {height: 50px;padding: 15px 10px 17px;font-size: 14px;line-height: 17px;color: #fff;border-top: 1px solid #fff;border-right: 1px solid #fff;background: #002c5f;box-sizing: border-box;font-family: "HyundaiMedium";font-weight: 400;}
.tableTypeBasic tbody td {height: 50px;padding: 15px 10px 17px;line-height: 17px;font-size: 14px;text-align: center;border-right: 1px solid #e4dcd3;border-top: 1px solid #e4dcd3;background: #fff;box-sizing: border-box;}
.tableTypeBasic thead tr th:first-child {border-left: 1px solid #fff;}
.tableTypeCol tbody tr:first-child td {border-top: 0;}
.tableTypeCol tbody tr td:first-child {border-left: 1px solid #e4dcd3;}
.tableWrap .noData [class*=subTit] {padding-bottom: 20px;}
.tableRowType {width: 100%;border: 1px solid #e4dcd3;border-top: 0 none;}
.tableRowType tbody th,
.tableRowType tbody td {padding: 17px 20px 16px 20px;line-height: 1.214;font-size: 14px;font-weight: 400;}
.tableRowType tbody th {font-family: "HyundaiMedium";border-top: 1px solid #fff;background: #e4dcd3;}
.tableRowType tbody tr:first-child th {border-top: 0 none;}
.tableRowType tbody td {border-top: 1px solid #e4dcd3;background: #fff;}
.tableRowType tbody tr:first-child th,
.tableRowType tbody tr:first-child td {border-top: 1px solid #e4dcd3;}
@media screen and  (max-width:1024px){
	/* table type */
	.tableWrap .tableTop {display: table;width: 100%;margin-bottom: 10px;}
	.tableWrap .tableTop .txtLeft,
	.tableWrap .tableTop .txtRight {line-height: 1.58;font-size: 12px;}
	.tableTypeBasic thead th {height: 45px;padding: 13px 6px 13px;font-size: 12px;}
	.tableTypeBasic tbody td {height: 45px;padding: 13px 6px 13px;font-size: 12px;}
	.tableWrap .noData [class*=subTit] {padding-bottom: 15px;}
	.tableRowType tbody th,
	.tableRowType tbody td {padding: 14px 20px 14px 20px;line-height: 1.417;font-size: 12px;}
}

/* step */
.stepArea {width: 100%;height: 70px;background: #fff;overflow: hidden;}
.stepArea .stepType1 {display: table;width: 100%;max-width: 1120px;margin: 0 auto;}
.stepArea .stepType1 .stepList {display: table-cell;height: 70px;text-align: center;vertical-align: middle;background: #fff;position: relative;}
.stepArea .stepType1 .stepList ~ .stepList {background: #fff url("images/common/ico-arr-step.png") no-repeat left center;background-size: 7px;}
.stepArea.bgColorGray .stepList {background-color: #f6f3f2;}
.stepArea.bgColorGray .stepType1 .stepList ~ .stepList {background-color: #f6f3f2;}
.stepArea .stepType1 .stepList .inner {display: inline-block;padding-left: 40px;line-height: 1.875;color: #c1c1c1;font-size: 16px;font-family: "HyundaiMedium";position: relative;}
.stepArea .stepType1 .stepList .inner .num {display: block;width: 30px;height: 30px;line-height: 31px;color: #fff;font-size: 14px;text-align: center;background: #c1c1c1;border-radius: 50%;position: absolute;left: 0;top: 0;}
.stepArea .stepType1 .stepList.active .inner {color: #00aad2;}
.stepArea .stepType1 .stepList.active .inner .num {background: #00aad2;}
.stepArea .stepType1 .stepList.compStep {cursor: pointer;}
.stepArea .stepType1 .stepList.compStep .inner {color: #000;text-decoration: underline;}
.stepArea .stepType1 .stepList.compStep .inner .num {background: #000;}
@media screen and  (max-width:1024px){
	/* step */
	.stepArea {width: 100%;height: 50px;overflow-x: auto;}
	.stepArea .stepType1 .stepList {width: auto !important;min-width: 20%;height: 50px;padding: 0 20px;}
	.stepArea .stepType1.colLg3 .stepList {min-width: 33.3%;}
	.stepArea .stepType1 .stepList ~.stepList {background-size: 6px;}
	.stepArea .stepType1 .stepList .inner {padding-left: 27px;line-height: 1.5;font-size: 14px;white-space: nowrap;}
	.stepArea .stepType1 .stepList .inner .num {width: 22px;height: 22px;line-height: 23px;font-size: 12px;}
}
@media screen and (max-width:767px){
	/* step */
	.stepArea {width: auto;margin: 0 -15px;background: #f6f3f2;}
	.stepArea .stepType1 .stepList {background-color: #f6f3f2;}
	.stepArea .stepType1 .stepList ~ .stepList {background-color: #f6f3f2;}
	.stepArea .stepType1 {padding:0 10px;}
}

/* box type */
/* summary box */
.summaryWrap {position: relative;}
.summaryArea {border: 1px solid #e4dcd3;border-bottom: 0 none;background: #fff;}
.summaryArea .summaryBox [class*=subTit],
.summaryArea .summaryBox .conTit {padding: 16px 30px;border-bottom: 1px solid #e4dcd3;}
.summaryArea .summaryBox .con {padding: 24px 30px;border-bottom: 1px solid #e4dcd3;}
.summaryArea .summaryBox .con .list {display: table;width: 100%;}
.summaryArea .summaryBox .con.col2 .list {display: table;width: 50%; float:left;padding-top:16px;}
.summaryArea .summaryBox .con.col2 .list:nth-child(2n+1) {clear:both;}
.summaryArea .summaryBox .con .list ~ .list {padding-top: 16px;}
.summaryArea .summaryBox .con.col2 ul{margin-top:-16px;}
.summaryArea .summaryBox .con .optTit {display: table-cell;width: 210px;padding-right: 10px;line-height: 28px;font-size: 16px;color: #666;font-family: "HyundaiMedium";vertical-align: top;}
.summaryArea .summaryBox .con .optCon {display: table-cell;line-height: 28px;font-size: 16px;vertical-align: top;}
@media screen and  (max-width:1024px){
	/* summary box */
	.summaryArea .summaryBox [class*=subTit],
	.summaryArea .summaryBox .conTit {padding: 9px 15px 6px;}
	.summaryArea .summaryBox .con {padding: 15px 10px;}
	.summaryArea .summaryBox .con .list ~ .list {padding-top: 10px;}
	.summaryArea .summaryBox .con.col2 .list {display: table;width: 100%; float:none;padding-top:0;}
	.summaryArea .summaryBox .con.col2 ul{margin-top:0;}
	.summaryArea .summaryBox .con.col2 .list ~ .list {padding-top: 10px;}
	.summaryArea .summaryBox .con .optTit {line-height: 21px;font-size: 14px; width:44%;}
	.summaryArea .summaryBox .con .optCon {line-height: 21px;font-size: 14px;}
}
@media screen and  (max-width:767px){
	/* summary box */
	.summaryArea .summaryBox .con .optTit {width: 44%;max-width: 210px;}
	.summaryArea .summaryBox .con.col2 ul{margin-top:0;}
}

/* button type */
/* button */
.btnWrap.btnSpaWrap {width: auto !important;min-width: 100%;margin: 0px -10px !important;text-align: center;}
.btnWrap.btnSpaWrap.sm {width: auto;margin: 0px -5px !important;}
.btnWrap.btnSpaWrap .colWd,
.btnWrap.btnSpaWrap .col {width: 160px;margin: 0 !important;padding: 0 10px !important;}
.btnWrap.btnSpaWrap.sm .colWd,
.btnWrap.btnSpaWrap.sm .col {width: 150px;padding: 0 5px !important;}
.btnWrap.btnSpaWrap.sm.rmBtn .colWd:last-child{display: none !important;} /* ltr */ /* 180402 */
.btnWrap.btnSpaWrap button[class*=btn],
.btnWrap.btnSpaWrap a[class*=btn] {height: 50px;color: #fff;font-size: 16px;text-align: center;}
.btnWrap.btnSpaWrap button[class*=btn].md,
.btnWrap.btnSpaWrap a[class*=btn].md {height: 40px;font-size: 14px;}
.btnWrap.btnSpaWrap button[class*=btn].sm,
.btnWrap.btnSpaWrap a[class*=btn].sm {height: 40px;font-size: 14px;}
.btnWrap.btnSpaWrap.colSm2 {display: inline-block;min-width: 0;margin: 0 -5px;overflow: hidden;position: absolute;right: 0;top: -20px;}
.btnWrap.btnSpaWrap.colSm2 .col {width: 190px;padding: 0 5px;float: left;}
.btnWrap.btnSpaWrap.colSm2 .col .btn {width: 180px;}
@media screen and  (max-width:1024px){
	/* button */
	.btnWrap.btnSpaWrap {margin: 0 -5px !important;}
	.btnWrap.btnSpaWrap .colWd,
	.btnWrap.btnSpaWrap .col {width: 150px;padding: 0 7px !important;}
	.btnWrap.btnSpaWrap button[class*=btn],
	.btnWrap.btnSpaWrap a[class*=btn] {height: 50px;font-size: 14px;/* font-weight: 600; */}
	.btnWrap.btnSpaWrap button[class*=btn].md,
	.btnWrap.btnSpaWrap a[class*=btn].md {height: 40px;font-size: 14px;}
	.btnWrap.btnSpaWrap button[class*=btn].sm,
	.btnWrap.btnSpaWrap a[class*=btn].sm {height: 30px;font-size: 13px;}
	.btnWrap.btnSpaWrap.colSm2 {top: -16px;}
	.btnWrap.btnSpaWrap button[class*=btn].lg,
	.btnWrap.btnSpaWrap a[class*=btn].lg {height: 50px;font-size: 15px;}
	.btnWrap.btnSpaWrap .widMd,
	.btnWrap.btnSpaWrap .widMd {width: 290px;}
}
@media screen and  (max-width:767px){
	/* button */
	.btnWrap.btnSpaWrap.col2 .colWd,
	.btnWrap.btnSpaWrap.col2 .colWd {width: 50%;}
	.btnWrap.btnSpaWrap .widMd,
	.btnWrap.btnSpaWrap .widMd {width: 140px;}
	.layerPopupWrap .btnWrap.btnSpaWrap .colWd,
	.layerPopupWrap .btnWrap.btnSpaWrap.col2 .colWd {min-width: 120px;}
}

/* Title box */
.conTopTitWrap .titBox .subTitL {padding-bottom: 17px;}
.conTopTitWrap .itemWrap {padding-top: 80px;}
.conTopTitWrap .itemWrap .img {margin-bottom: 20px;padding-bottom: 66.1%;}
.conTopTitWrap .txtAreaNote {padding-top: 30px;}
.conTopTitWrap .selectItem {width: 1000px;margin: 0 auto;padding-top: 80px;text-align: center;}
.conTopTitWrap .selectItem .img {width: 100%;margin: 0 auto;padding-bottom: 53.6%;overflow: hidden;position: relative;}
.conTopTitWrap .selectItem .img img {width: 1000px;height: 542px;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.conTopTitWrap .btnWrap.btnSpaWrap {padding-top: 60px !important;}
.conTopTitWrap .icoNote {margin-top: 0;}
@media screen and  (max-width:1024px){
	/* Title box */
	.conTopTitWrap .titBox .subTitL {padding-bottom: 17px;}
	.conTopTitWrap .itemWrap {padding-top: 40px;}
	.conTopTitWrap .selectItem {padding-top: 40px;}
	.conTopTitWrap .txtAreaNote {padding-top: 15px;}
	.conTopTitWrap .selectItem {width: 100%;}
	.conTopTitWrap .btnWrap.btnSpaWrap {padding-top: 30px !important;}
	.conTopTitWrap .selectItem .img img { width:718px; height:389px;}
}
@media screen and  (max-width:767px){
	.conTopTitWrap .selectItem .img img {margin-top:30px;width: 100%;height: auto;position:  static;transform: none;}
}

/* bullet type */
.bltDashed {padding-left: 24px;position: relative;}
.bltDashed:after {content: "";display: inline-block;width: 4px;height: 1px;background: #333;position: absolute;top: 50%;left: 0;}
.bltCircle {padding-left: 14px;line-height: 24px;color: #666;position: relative;}
.bltCircle:after {content: "";display: block;width: 4px;height: 4px;background: #666;border-radius: 50%;position: absolute;left: 0;top: 10px;}
.bulletListBox .list {display: block;padding-left: 20px;line-height: 1.71;color: #666;font-size: 14px;position: relative;}
.bulletListBox .list:before {content: "";display: block;width: 4px;height: 4px;border-radius: 100%;background: #666;position: absolute;left: 0;top: 10px;}
.bulletListBox.lg .list {padding-left: 28px;line-height: 1.75;color: #000;font-size: 16px;}
.bulletListBox.lg .list:before {background: #000;top: 12px;}
@media screen and  (max-width:1024px){
	/* bullet type */
	.bltCircle {padding-left: 10px;line-height: 21px;font-size: 14px;}
	.bltCircle:after {width: 3px;height: 3px;top: 9px;}
	.bulletListBox .list {padding-left: 14px;line-height: 1.417;font-size: 12px;letter-spacing: 0.2px;}
	.bulletListBox .list:before {content: "";display: block;width: 4px;height: 4px;border-radius: 100%;background: #666;position: absolute;left: 0;top: 7px;}
	.bulletListBox.lg .list {padding-left: 13px;line-height: 1.5;font-size: 14px;letter-spacing: 0.2px;}
	.bulletListBox.lg .list:before {width: 3px;height: 3px;top: 9px;}
}
@media screen and  (max-width:767px){
	/* bullet type */
	.bltDashed {padding-left: 14px;font-size: 14px;}
	.bltCircle {line-height: 21px;font-size: 14px;}
	.bltCircle:after {width: 3px;height: 3px;top: 9px;}
}

 /* layer popup */
.layerPopupWrap {display:none;}
.layerPopupWrap.active {display:block;}
.layerPopupWrap .layerPopupInner {display: block;position:absolute;left: 0;top: 0;z-index: 999;}
.layerPopupWrap .layerPopupInner.wide {left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.layerPopupWrap .layerPopup {background: #fff;}
/* .layerPopupWrap .layerPopupInner.wide .layerPopup {width: 900px;height:500px;margin: 0 auto;} */
.layerPopupWrap .layerPopupInner.wide .layerTitWrap {padding: 20px 50px;background: #e4dcd3;}
.layerPopupWrap .layerPopupInner.wide .layerTitWrap.typeSubTxt {padding:20px 50px;}
.layerPopupWrap .sectionLayerWrap {overflow-y:auto;height:100%;background:#fff;}
.layerPopupWrap .btnWrap,
.layerPopupWrap .btnWrap.btnSpaWrap.sm {margin:0 !important;padding:30px 50px;background:#fff;}
.layerPopupWrap .layerPopupInner.wide .layerTitWrap.typeSubTxt .txt {line-height: 1.75;font-size: 16px;}
.layerPopupWrap .layerPopupInner.wide .layerPopup .layerConWrap {padding:50px;}
.layerPopupWrap .layerPopupInner.wide .layerPopup .layerConWrap.full {padding: 0;}
.layerPopupWrap .closeLayerPopup {display: block;width: 16px;height: 16px;text-indent: -9999px;overflow: hidden;background: url("images/common/btn-layer-close.png") no-repeat center center;position: absolute;top: 30px;right: 30px;z-index: 3;}
.layerPopupWrap .closeLayerPopup.white {background-image: url("images/common/btn-layer-close-white.png");}
.layerPopupWrap .dimmed {display: none;background: #000;opacity: 0.5;position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 998;}
.layerPopupWrap.active .dimmed {display:block;}
/* layer email form */
.layerPopupWrap .layerConWrap {padding-top: 50px;padding-bottom: 50px;}
.layerEmailForm .layerConWrap .dealerInfoBox {padding-bottom: 41px;}
.layerEmailForm .layerConWrap .dealerInfoBox .subTitL {padding-bottom: 10px;}
.layerEmailForm .layerConWrap .dealerInfoBox dd {line-height: 1.43;font-size: 14px;}
.layerEmailForm .layerConWrap .dealerInfoBox dd ~ dd {padding-bottom: 3px;}
.layerEmailForm .layerConWrap .btnSpaWrap {padding-top: 47px;}
@media screen and (max-width:1240px) {
	/* layer popup */
	/* .layerPopupWrap .layerPopupInner.wide { margin-left: 0; left: 50px; right: 50px; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0);} */
	.layerPopupWrap .layerPopupInner.wide .layerPopup {width: 100%;margin: 0 auto;}
}
@media screen and (max-width:1024px) {
	/* layer popup */
	.layerPopupWrap .layerPopupInner .layerTitWrap .subTitM {line-height: 22px;font-size: 14px;}
	.layerPopupWrap .layerPopupInner.wide .layerTitWrap {padding:18px 30px;}
	.layerPopupWrap .layerPopupInner.wide .layerTitWrap.typeSubTxt {padding: 18px 30px;}
	.layerPopupWrap .layerPopupInner.wide .layerTitWrap.typeSubTxt .txt {padding-top: 3px;line-height: 1.416;font-size: 12px;}
	.layerPopupWrap .layerPopupInner.wide .layerPopup .layerConWrap {padding: 0 25px;}
	.layerPopupWrap .closeLayerPopup {width: 15px;height: 15px;background-size: cover;top: 15px;right: 15px;}
	.layerPopupWrap.layerEmailForm .btnWrap {padding:20px 30px;}

	/* layer email form */
	.layerEmailForm .layerConWrap {padding-top: 36px !important;padding-bottom: 40px !important;}
	.layerEmailForm .layerConWrap .dealerInfoBox {padding-bottom: 25px;}
	.layerEmailForm .layerConWrap .dealerInfoBox .subTitL {padding-bottom: 5px;}
	.layerEmailForm .layerConWrap .dealerInfoBox dd {line-height: 1.416;font-size: 12px;}
	.layerEmailForm .layerConWrap .dealerInfoBox dd ~ dd {padding-bottom: 2px;}
	.layerEmailForm .layerConWrap .btnSpaWrap {padding-top: 25px;}
}
@media screen and (max-width:767px) {
	/* layer popup */
	.layerPopupWrap .layerPopupInner.wide {bottom:15px;left: 15px;right: 15px;transform:none;}
	.layerPopupWrap .layerPopupInner .layerTitWrap {padding: 24px 10px 24px 20px;}
	.layerPopupWrap .layerPopupInner.wide .layerPopup .layerConWrap {padding: 0 15px;}

	/* layer email form */
	.layerEmailForm .layerConWrap {padding-top: 30px !important;}
	.layerEmailForm .layerConWrap .dealerInfoBox {padding-bottom: 40px;}
	.layerEmailForm .layerConWrap .dealerInfoBox .subTitL {padding-bottom: 10px;}
	.layerEmailForm .layerConWrap .btnSpaWrap {padding-top: 40px;}
	.layerPopupWrap .layerPopupInner.wide .layerPopup {height:auto;}
}

/* Spa Default Space */
.sectionWrap.secSpaListWrap,
.secSpaListWrap {padding-top: 80px;padding-bottom: 100px;}
.sectionWrap.secSpaBasic,
.secSpaBasic {padding-top: 100px;padding-bottom: 100px;}
.sectionWrap.secSpaTableType,
.secSpaTableType {padding-top: 40px;padding-bottom: 100px;}
.secSpaListWrap .itemWrap .itemListWrap { overflow:hidden;}
.secSpaListWrap .itemWrap .img img { width:265px; height:144px;}
.secSpaListWrap .itemWrap .itemLayer .img img { width:278px; height:148px;}
/* icon - new, upcoming */
.secSpaTableType .icBadgeNew,
.secSpaListWrap .icBadgeNew,
.compareLayer .icBadgeNew,
.secSpaTableType .icBadgeUpcoming,
.compareLayer .icBadgeUpcoming,
.secSpaListWrap .icBadgeUpcoming {position: absolute;left:0;top:0;display:block;width:70px;height:19px;text-indent: -99999px;background-position:50% 0;background-repeat:no-repeat; z-index: 10;}
.secSpaTableType .icBadgeNew,
.compareLayer .icBadgeNew,
.secSpaListWrap .icBadgeNew {background-image:url("images/common/ico-new-w.png");}
.secSpaTableType .icBadgeUpcoming,
.compareLayer .icBadgeUpcoming,
.secSpaListWrap .icBadgeUpcoming {background-image:url("images/common/ico-upcoming-w.png");}
@media screen and (max-width: 1024px) {
     /* Spa Default Space */
	.sectionWrap.secSpaListWrap,
	.secSpaListWrap {padding-top: 40px;padding-bottom: 70px;}
	.sectionWrap.secSpaBasic,
	.secSpaBasic {padding-top: 70px;padding-bottom: 70px;}
	.sectionWrap.secSpaTableType,
	.secSpaTableType {padding-top: 30px;padding-bottom: 70px;}

	.secSpaTableType .tableWrap {margin-top:0;}

	.secSpaListWrap .itemWrap .img img { width:100%; height:auto;}
	.secSpaListWrap .itemWrap .itemLayer .img img { width:260px; height:141px;}
}
@media screen and  (max-width:767px)  {
    /* Spa Default Space */
	.sectionWrap.secSpaListWrap,
	.secSpaListWrap {padding-top: 40px;}
	.sectionWrap.secSpaBasic,
	.secSpaBasic {padding-top: 40px;}
	.sectionWrap.secSpaTableType,
	.secSpaTableType {padding-top: 35px;}
	.secSpaListWrap .itemWrap .img img {/*width:290px; height:157px;*/width: auto;height:100%;}/* 2017-11-12 */
	/* icon - new, upcoming */
	.secSpaTableType .icBadgeNew,
	.secSpaListWrap .icBadgeNew,
	.secSpaTableType .icBadgeUpcoming,
	.secSpaListWrap .icBadgeUpcoming {width:60px;height:14px;left:15px;}
	.secSpaTableType .icBadgeNew,
	.secSpaListWrap .icBadgeNew {background-image:url("images/common/ico-new-m.png");}
	.secSpaTableType .icBadgeUpcoming,
	.secSpaListWrap .icBadgeUpcoming {background-image:url("images/common/ico-upcoming-m.png");}
}

/* SPA Component */
/* SHMO : Home Models */
.secHomeModelWrap {width: 100%;min-width: 1240px;padding: 0 30px 100px;background: url("images/home/bg-home-model-pc.png") no-repeat bottom center;background-size: cover;}
.secHomeModelWrap .secModelBox {max-width: 1600px;margin: 0 auto;padding: 100px 0;background: #fff;}
.secHomeModelWrap .homeTit {padding-bottom: 60px;line-height: 54px;font-size: 44px;font-family: "HyundaiMedium";letter-spacing: 0.7px;text-align: center;}
.secHomeModelWrap .modelListWrap {width: 1120px;margin: 0 auto;overflow: hidden;}
.secHomeModelWrap .modelListWrap .listArea {margin: -60px -10px 0;}
.secHomeModelWrap .modelListWrap .modelListBox {line-height: 0;font-size: 0;}
.secHomeModelWrap .modelListWrap .list {display: inline-table;width: 25%;padding: 60px 10px 0;}
.secHomeModelWrap .modelListWrap .inner {position: relative;}
.secHomeModelWrap .modelListWrap .thumbArea {width: 100%;padding-bottom: 54.339%;overflow: hidden;position: relative;}
.secHomeModelWrap .modelListWrap .thumbArea img { position: absolute;left: 50%;top: 50%; -webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%); width:265px; height:144px;}
.secHomeModelWrap .modelListWrap .conTit {padding: 8px 0;text-align: center;}
.secHomeModelWrap .modelListWrap .icArea {display: block;width: 100px;height: 24px;text-indent: -9999px;overflow: hidden;background-size: cover;background-repeat: no-repeat;background-position: center center;position: absolute;left: 0;top: 0;}
.secHomeModelWrap .modelListWrap .icArea.icUpcoming {background-image: url("images/home/ico-upcoming-pc.png");}
.secHomeModelWrap .modelListWrap .icArea.icNew {background-image: url("images/home/ico-new-pc.png");}
.secHomeModelWrap .btnMoreModel {display: block;height: 50px;margin: 50px 0 0;text-align: center;overflow: hidden;}
.secHomeModelWrap .btnMoreModel .colWd {display: table;width: 200px;margin: 0 auto;padding: 0;}
.secHomeModelWrap .btnMoreModel .btn {width: 100%;height: 50px;}
@media screen and  (max-width:1240px){
	/* SHMO */
	.secHomeModelWrap {min-width: 0;}
	.secHomeModelWrap .secModelBox {max-width: 100%;min-width: 0;padding: 100px 12px;}
	.secHomeModelWrap .modelListWrap {width: 100%;}
	.secHomeModelWrap .modelListWrap .listArea {margin: -60px -6px 0;}
	.secHomeModelWrap .modelListWrap .list {padding: 60px 6px 0;}
}
@media screen and  (max-width:1024px){
	/* SHMO */
	.secHomeModelWrap {padding: 0 25px 40px;background-image: url("images/home/bg-home-model-t.png")}
	.secHomeModelWrap .secModelBox {padding: 70px 12px;}
	.secHomeModelWrap .homeTit {padding-bottom: 35px;line-height: 32px;font-size: 27px;letter-spacing: 0.5px;}
	.secHomeModelWrap .modelListWrap .listArea {margin: -30px -6px 0;}
	.secHomeModelWrap .modelListWrap .list {padding: 40px 3px 0;}
	.secHomeModelWrap .modelListWrap .icArea {width: 66px;height: 20px;}
	.secHomeModelWrap .btnMoreModel {height: 40px;margin: 40px 0 0;}
	.secHomeModelWrap .btnMoreModel .colWd {width: auto;}
	.secHomeModelWrap .btnMoreModel .btn {height: 40px;}
	.secHomeModelWrap .modelListWrap .icArea {width:66px;height:15px;}
	.secHomeModelWrap .modelListWrap .icArea.icUpcoming {background-image: url("images/home/ico-upcoming-t.png");}
	.secHomeModelWrap .modelListWrap .icArea.icNew {background-image: url("images/home/ico-new-t.png");}

	.secHomeModelWrap .modelListWrap .thumbArea img { width:169px; height:92px;}
}
@media screen and  (max-width:767px){
	/* SHMO */
	.secHomeModelWrap {padding: 0 15px 50px;background-image: url("images/home/bg-home-model-m.png");}
	.secHomeModelWrap .secModelBox {padding: 70px 15px 34px;}
	.secHomeModelWrap .modelListWrap .listArea {margin: -20px 0 0;}
	.secHomeModelWrap .modelListWrap .list {padding: 20px 0 0;}
	.secHomeModelWrap .modelListWrap .conTit {padding: 14px 0;}
	.secHomeModelWrap .modelListWrap .list {width: 100%;}
	.secHomeModelWrap .modelListWrap .icArea {width: 89px;height: 27px;}
	.secHomeModelWrap .btnMoreModel {height: 40px;margin: 40px 0 0;}
	.secHomeModelWrap .btnMoreModel .colWd {width: 120px;}
	.secHomeModelWrap .btnMoreModel .btn {height: 40px;}
	.secHomeModelWrap .modelListWrap .thumbArea {padding-bottom:0;text-align:center;}
	.secHomeModelWrap .modelListWrap .thumbArea img {position: static;left:auto;top:auto;-webkit-transform:none;transform:none;}
	.secHomeModelWrap .modelListWrap .icArea {width:89px;height:21px;}
	.secHomeModelWrap .modelListWrap .icArea.icUpcoming {background-image: url("images/home/ico-upcoming-m.png");}
	.secHomeModelWrap .modelListWrap .icArea.icNew {background-image: url("images/home/ico-new-m.png");}
	.secHomeModelWrap .modelListWrap .thumbArea img { width:100%; height:auto;}
}

/* SHFD : SPA Home Find a Dealer */
.shfdHomeFindDealer .hTit {padding:100px 0 0;font-family:"HyundaiMedium";color:#000;text-align:center;font-size:44px;}
.shfdHomeFindDealer .hLoc,
.shfdHomeFindDealer .hDesc {display:none;}
.shfdHomeFindDealer .mapContainer {position:relative;margin:60px 0 0;overflow:hidden;}
.shfdHomeFindDealer .innerContainer {max-width:1600px;margin:0 auto;overflow:hidden;}
/* SHFD > panel */
.shfdHomeFindDealer .panel {position:relative;z-index:5;float:left;width:400px;background:#fff;box-sizing:border-box;padding:0 60px;}
.shfdHomeFindDealer .panel .locTit {padding:60px 0 0;font-size:30px;color:#000;font-family:"HyundaiMedium";line-height:1.4;}
.shfdHomeFindDealer .panel .desc {font-size:16px;color:#000;padding:10px 0 0;line-height:1.6;font-weight:700;}
.shfdHomeFindDealer .panel .links {margin:50px 0 0;}
.shfdHomeFindDealer .panel .links.rmBtn li:first-child {display: none;} /* ltr */ /* 180402 */
.shfdHomeFindDealer .panel .links li {margin-bottom:10px;}
.shfdHomeFindDealer .panel .links li a {display:block;height:49px;line-height:49px;padding:0 ;border-bottom:1px solid #f2f2f2;background-repeat:no-repeat;background-size:32px auto;background-position:0 50%;}
.shfdHomeFindDealer .panel .links li a .icoMiniCate {vertical-align: middle; display: inline-block; margin-right: 10px}

.shfdHomeFindDealer .panel .btnWrap {margin:82px 0 40px;}
.shfdHomeFindDealer .panel .btnWrap .btn {display:block;width:100%;line-height:50px;text-align:center;}
.shfdHomeFindDealer .searchWrap {position:relative;z-index:5;float:left;margin:30px 0 0 30px;overflow:hidden;}
.shfdHomeFindDealer .searchWrap .inputWrap {float:left;}
.shfdHomeFindDealer .searchWrap .inputWrap input[type=text] {width:380px;height:40px;}
.shfdHomeFindDealer .searchWrap .btnWrap {float:left;min-width:0;margin-left:12px;}
.shfdHomeFindDealer .searchWrap .btnWrap .btn {height:40px;line-height:40px;}
/* SHFD > mapWrap */
.shfdHomeFindDealer .mapWrap {position:absolute;left:0;right:0;top:0;bottom:0;background:url("images/buildacar/Web/bg-map.png") 0 0 no-repeat;}
.shfdHomeFindDealer .mapWrap .fdZoomBox {position:absolute;top:0;right:0;width:66px;height:116px;background:url("images/buildacar/Web/bg-zoom-panel.png") no-repeat;z-index:10;}
.shfdHomeFindDealer .mapWrap .fdZoomBox a {display:block;text-indent:-99999px;width:50px;height:50px;z-index:100;border:0px solid red;}
.shfdHomeFindDealer .mapWrap .fdZoomBox a.plus {background:url("images/buildacar/Web/ico-zoom-in.png") center no-repeat;margin-top:3px;margin-left:7px;}
.shfdHomeFindDealer .mapWrap .fdZoomBox a.minus {background:url("images/buildacar/Web/ico-zoom-out.png") center no-repeat;margin-left:7px;}
.shfdHomeFindDealer .mapWrap .fdMap {position:absolute;width:79px;height:49px;top:160px;right:0;text-align:center;background-repeat:no-repeat;}
.shfdHomeFindDealer .mapWrap .fdMap span.pointNum {display:inline-block;margin-top:2px;font-size:16px;line-height:28px;letter-spacing: 0.3px;color:#fff;font-family:"HyundaiMedium";}
.shfdHomeFindDealer .mapWrap .pointM1 {background-image:url("images/buildacar/Web/ico-dealer-pin-normal.png");}
.shfdHomeFindDealer .mapWrap .pointM2 {background-image:url("../enimages/buildacar/Web/ico-dealer-pin-focused.png");}
.shfdHomeFindDealer .mapWrap .fdMap2 {position:absolute;width:33px;height:47px;top:272px;right:205px;text-align:center;background-repeat:no-repeat;}
.shfdHomeFindDealer .mapWrap .pCol1 {background-image:url("../enimages/buildacar/Web/ico-pin-normal.png");}
.shfdHomeFindDealer .mapWrap .pCol2 {background-image:url("../enimages/buildacar/Web/ico-pin-focused.png");}
/*180712*/
/* .shfdHomeFindDealer .mapWrap .fdMapShow {width:342px;height:180px;padding:40px 40px 0;}
.shfdHomeFindDealer .mapWrap .fdMapShow .listTxt {position:relative;width:auto;height:30px;margin-bottom:20px;}
.shfdHomeFindDealer .mapWrap .fdMapShow .listTxt span.listNum {display:inline-block;width:30px;height:30px;font-size:16px;line-height:30px;text-align:center;color:#fff;border-radius:50%;background:#767676;margin-right:10px;}
.shfdHomeFindDealer .mapWrap .fdMapShow .listTxt span.listNum.ck {background:#00aad2;}
.shfdHomeFindDealer .mapWrap .fdMapShow .listTxt span.listT1 {font-size:20px;line-height:30px;letter-spacing: 0.3px;color:#000;font-family:"HyundaiMedium";}
.shfdHomeFindDealer .mapWrap .fdMapShow .fdg {position:relative;}
.shfdHomeFindDealer .mapWrap .fdMapShow .fdg.hdn {display:none;}
.shfdHomeFindDealer .mapWrap .fdMapShow .fdg .fdTxt {display:inline-block;font-size:14px;line-height:24px;letter-spacing: 0.2px;color:#000;font-family:"HyundaiRegular";margin-right:20px;}
.shfdHomeFindDealer .mapWrap .fdMapShow .fdg .fdStar {display:inline-block;width:108px;height:18px;text-indent:-99999px;vertical-align:middle;}
.shfdHomeFindDealer .mapWrap .fdMapShow .fdg .fdStar i {float:left;margin-left:2px;width:18px;height:18px;background:url("images/buildacar/Web/ico-star-blank.png") no-repeat 0 0;background-size:100% auto;}
.shfdHomeFindDealer .mapWrap .fdMapShow .fdg .fdStar i.on {background-image:url("images/buildacar/Web/ico-star-full.png");}
.shfdHomeFindDealer .mapWrap .fdMapShow a.cls {position:absolute;display:inline-block;top:23px;right:26px;width:16px;height:16px;text-indent:-99999px;background:url("images/buildacar/ico-cancel32X32.png") no-repeat;} */
@media screen and (max-width:1024px){
	/* SHFD */
	.shfdHomeFindDealer .hTit {padding:70px 0 0;font-size:27px;}
	.shfdHomeFindDealer .mapContainer {margin:35px 0 0;}
	.shfdHomeFindDealer .panel {width:230px;padding:0 35px;}
	.shfdHomeFindDealer .panel .locTit {padding:45px 0 0;font-size:19px;}
	.shfdHomeFindDealer .panel .desc {padding:6px 0 0;font-size:14px;}
	.shfdHomeFindDealer .panel .links {margin: 22px 0 0;}
	.shfdHomeFindDealer .panel .links li a {background-size:26px auto;font-size:12px;padding-left:0px;}
	.shfdHomeFindDealer .panel .links li a .icoMiniCate {vertical-align: middle; display: inline-block; margin-right: 10px}
	.shfdHomeFindDealer .panel .btnWrap .btn {width:120px;line-height:40px;height:40px;}
	.shfdHomeFindDealer .panel .btnWrap {margin:23px 0 30px;text-align: left;}
	.shfdHomeFindDealer .searchWrap .inputWrap input[type=text] {width:330px;}
}
@media screen and (max-width: 767px) and (min-width: 0) {
	/* SHFD */
	.shfdHomeFindDealer {padding:0 !important;}
	.shfdHomeFindDealer .hTit {padding:70px 0 0;font-size:27px;}
	.shfdHomeFindDealer .hLoc {display:block;margin:25px 0 0;font-size:19px;color:#000;text-align:center;font-family:"HyundaiMedium";}
	.shfdHomeFindDealer .hDesc {display:block;margin:6px 0 0;font-size:14px;color:#000;text-align:center;}
	.shfdHomeFindDealer .mapContainer {margin:20px 0 0;}
	.shfdHomeFindDealer .innerContainer {overflow:visible;}
	.shfdHomeFindDealer .mapWrap {position:relative;left:auto;top:auto;top:auto;bottom:auto;height:400px;}
	.shfdHomeFindDealer .panel {float:none;width:auto;padding:0;}
	.shfdHomeFindDealer .panel .locTit,
	.shfdHomeFindDealer .panel .desc {display:none;}
	.shfdHomeFindDealer .panel .links {overflow:hidden;margin-top:20px;margin-bottom: -15px;}
	.shfdHomeFindDealer .panel .links li {float:left;width:50%;padding-left:15px;margin-bottom:15px;}
	.shfdHomeFindDealer .panel .links li a {height: auto;line-height: 24px;background-size:24px auto;font-size:12px;padding-left:0px;border-bottom:0; text-align:center;}
	.shfdHomeFindDealer .panel .links li a .icoMiniCate {vertical-align: middle; display:block; margin-right: 0px}
	.shfdHomeFindDealer .panel .btnWrap {margin:30px 0 70px;}
	.shfdHomeFindDealer .panel .btnWrap .btn {width:120px;margin:0 auto;line-height:40px;height:40px;}
	.shfdHomeFindDealer .searchWrap {position:absolute;left:15px;top:15px;right:15px;margin:0;}
	.shfdHomeFindDealer .searchWrap .inputWrap {float:none;margin-right:110px;}
	.shfdHomeFindDealer .searchWrap .inputWrap input[type=text] {width:100%;}
	.shfdHomeFindDealer .searchWrap .btnWrap {float:none;position:absolute;right:0;top:0;}
	.shfdHomeFindDealer .searchWrap .btnWrap .btn {width:100px;text-align:center;}
	.shfdHomeFindDealer .panel .links.rmBtn li {width:33.3%;} /* ltr */ /* 180402 */
	.shfdHomeFindDealer .panel .links.rmBtn li:first-child {width:33.4%;} /* ltr */ /* 180402 */
}

/* SHNO : SPA Home News */
.secShnoWrap .nwTitS {font-size:16px;line-height:28px;letter-spacing: 0.3px;color:#767676;font-family:"HyundaiRegular";margin-bottom:14px;}
.secShnoWrap .nwTitL {font-size:30px;line-height:40px;letter-spacing: 0.5px;color:#000;font-family:"HyundaiMedium";}
.secShnoWrap .nwTitXL {font-size:44px;line-height:54px;letter-spacing: 0.7px;color:#000;font-family:"HyundaiMedium";}
.secShnoWrap,
.secShnoWrap.connectToServiceBgType2 {background:url("images/news/bg-news-pc.png") 50% 0 no-repeat;background-size:cover;}/* bg */
.secShnoWrap .conShno {width: 100%;min-width: 1240px;margin: 0 auto;padding: 100px 30px 0;}
.secShnoWrap .nwTit {width:100%;text-align:center;overflow:hidden;}
.secShnoWrap .nwTit .nwTitXL {padding-bottom:80px;}
.secShnoWrap .nwSliderWrap {width:100%;max-width: 1600px;margin:0 auto;background:#fff;}
.secShnoWrap .nwSliderWrap .txtSlideWrap .txtSlideList li .txtArea {width: auto;padding:80px 24.025% 0;}
.secShnoWrap .nwSliderWrap .nwTxH > button {width:200px;font-size:16px;margin-top:34px;line-height:50px; display:inline-block;}
.secShnoWrap .nwSliderWrap .nwLi {display:inline-block;width:1px;height:12px;text-indent:-99999px;background:#d8d8d8;margin:0 10px 0 9px;vertical-align:-9px;}
.secShnoWrap .nwSliderWrap .ix-thumbs .ix-thumb {margin: 0 5px;}
.secShnoWrap .nwSliderWrap .txtSlideWrap .ix-thumbs {margin-top:50px;padding-bottom:40px;}
.secShnoWrap .nwSliderWrap .txtSlideWrap .sliderBtnWrap .btnPrev {width: 12px;height: 20px;margin-top: -10px;background: url("images/common/ico-arr-prev-s.png") no-repeat center center;background-size: cover;left:15px;}
.secShnoWrap .nwSliderWrap .txtSlideWrap .sliderBtnWrap .btnNext {width: 12px;height: 20px;margin-top: -10px;background: url("images/common/ico-arr-next-s.png") no-repeat center center;background-size: cover;right:15px;}
@media screen and  (max-width:1240px) {
	/* SHNO */
	.secShnoWrap .conShno {min-width: 0;padding: 100px 30px 0;}
	.secShnoWrap .nwSliderWrap {max-width: 100%;min-width: 0;}
}
@media screen and  (max-width:1024px) {
	/* SHNO */
	.secShnoWrap .nwTitS {font-size:14px;line-height:21px;letter-spacing: 0.2px;margin-bottom:12px;}
	.secShnoWrap .nwTitL {font-size:15px;line-height:20px;letter-spacing: 0.3px;}
	.secShnoWrap .nwTitXL {font-size:27px;line-height:32px;letter-spacing: 0.5px;}
	.secShnoWrap {background-image:url("images/news/bg-news-t.png");}
	.secShnoWrap .conShno {min-width: 0;padding: 70px 25px 0;}
	.secShnoWrap .nwTit .nwTitXL {padding-bottom: 35px;}
	.secShnoWrap .nwSliderWrap .txtSlideWrap .txtSlideList li .txtArea {padding: 50px 17.532% 0;}
	.secShnoWrap .nwSliderWrap .nwTxH > button {width:120px;font-size:14px;margin-top:25px;line-height:40px;}
	.secShnoWrap .nwSliderWrap .txtSlideWrap .ix-thumbs {margin-top: 25px;padding-bottom: 30px;}
	.secShnoWrap .nwSliderWrap .txtSlideWrap .sliderBtnWrap .btnPrev {left:20px;background-size: 6px;}
	.secShnoWrap .nwSliderWrap .txtSlideWrap .sliderBtnWrap .btnNext {right:20px;background-size: 6px;}
}
@media screen and (max-width:767px) {
	/* SHNO */
	.secShnoWrap .nwTitS {font-size:14px;line-height:21px;letter-spacing: 0.2px; margin-bottom:15px;}
	.secShnoWrap .nwTitL {font-size:19px;line-height:24px;letter-spacing: 0.3px;}
	.secShnoWrap {background-image:url("images/news/bg-news-m.png");}
	.secShnoWrap .conShno {padding: 70px 15px 0;}
	.secShnoWrap .nwTit .nwTitXL {padding-bottom: 25px;}
	.secShnoWrap .nwSliderWrap .txtSlideWrap .txtSlideList li .txtArea {padding: 50px 6.897% 0;}
}


/* SHNO > Text Slider */
.secShnoWrap .txtSlideWrap {position: relative;width:100%;}
.secShnoWrap .txtSlideWrap .txtSlideList {position: relative;overflow:hidden;}
.secShnoWrap .txtSlideWrap .txtSlideList:after {content:"";display:block;clear:both;}
.secShnoWrap .txtSlideWrap .txtSlideList li {float:left;width:100%;}
.secShnoWrap .txtSlideWrap .txtSlideList li .txtArea {padding:0 25px;}
.secShnoWrap .txtSlideWrap .txtSlideList li .txtArea h2,
.secShnoWrap .txtSlideWrap .txtSlideList li .txtArea h3,
.secShnoWrap .txtSlideWrap .txtSlideList li .txtArea h4 {margin-bottom:12px}
.secShnoWrap .txtSlideWrap .txtSlideList li .txtList {margin-top:40px}
/* SHNO > Text Slider > button */
.secShnoWrap .txtSlideWrap .sliderBtnWrap .btnPrev,
.secShnoWrap .txtSlideWrap .sliderBtnWrap .btnNext {display: block;width: 12px;height: 20px;margin-top: -8px;text-indent: -9999px;overflow: hidden;position: absolute;top: 50%;}
.secShnoWrap .txtSlideWrap .sliderBtnWrap .btnPrev {background: url("images/common/btn-prev2.png") no-repeat center center;left: 0;}
.secShnoWrap .txtSlideWrap .sliderBtnWrap .btnNext {background: url("images/common/btn-next2.png") no-repeat center center;right: 0;}
.secShnoWrap .txtSlideWrap .sliderBtnWrap .btnPrev.disabled,
.secShnoWrap .txtSlideWrap .sliderBtnWrap .btnNext.disabled {opacity: 0.3;cursor:default;}
.secShnoWrap .txtSlideWrap .ix-controller.disabled {visibility:hidden;}
.secShnoWrap .txtSlideWrap .ix-list-viewport {overflow:hidden;}/* viewport */
/* SHNO > Text Slider >  Indicator */
.secShnoWrap .txtSlideWrap .ix-thumbs {position:relative;margin-top:28px;text-align:center;}
.secShnoWrap .txtSlideWrap .ix-thumbs .ix-thumb {display:inline-block;margin:5px;border:1px solid #999;box-sizing:border-box;border-radius:50%;width:12px;height:12px;overflow:hidden;}
.secShnoWrap .txtSlideWrap .ix-thumbs .ix-thumb.active {border:0 none;}
.secShnoWrap .txtSlideWrap .ix-thumbs .ix-thumb.active .ix-btn {background:#00aad2;}
@media screen and (max-width: 1024px) {
   /* SHNO > Text Slider */
	.secShnoWrap .txtSlideWrap .ix-thumbs {margin-top:34px;}
	.secShnoWrap .txtSlideWrap .txtSlideList li .txtArea h2,
	.secShnoWrap .txtSlideWrap .txtSlideList li .txtArea h3,
	.secShnoWrap .txtSlideWrap .txtSlideList li .txtArea h4 {margin-bottom:9px}
	.secShnoWrap .txtSlideWrap .txtSlideList li .txtList {margin-top:30px}
	.secShnoWrap .txtSlideWrap .ix-thumbs .ix-thumb{width:9px; height:9px;}
	.secShnoWrap .txtSlideWrap .ix-thumbs .ix-thumb .ix-btn {width:100%; height:100%;}
}
@media screen and (max-width: 767px) {
   /* SHNO > Text Slider */
	.secShnoWrap .txtSlideWrap .txtSlideList li .txtArea {padding:0 0;}
	.secShnoWrap .slide_direction {display:none;} /* slide indicator */
}

/* SALO : Accessories list */
.sectionWrap.secFindAccWrap {padding-top: 25px;padding-bottom: 60px;}
.sectionWrap.secFindAccWrap [class*=subTit] {padding-bottom: 20px;}
.sectionWrap.secFindAccWrap .selectFormBox .selModel {width: 35.6%;}
.sectionWrap.secFindAccWrap .selectFormBox .selCondition {width: 53%;}
.sectionWrap.secFindAccWrap .selectFormBox .searchBtn {display: table;width: 11.4%;}
.secAccListWrap.salo {padding-top: 40px;padding-bottom: 100px;}
/* .secAccListWrap.salo {margin-top: -33px;} */
.secAccListWrap.salo .itemWrap .itemListWrap {margin-top: -33px;}
.secAccListWrap.salo .itemWrap .itemList {margin-top: 33px;}
.secAccListWrap.salo .itemWrap .img {margin-bottom: 20px;padding-bottom: 66.477%;}
.secAccListWrap.salo .itemWrap .itemList .itemTit {padding-bottom: 4px;}
.secAccListWrap.salo .itemWrap .itemList .itemCon [class*=conArea] ~ [class*=conArea] {padding-top: 5px;}
.secAccListWrap.salo .itemWrap .toolTipWrap.ib {margin-left: 0;margin-right: 5px;}
.secAccListWrap.salo .paging {padding-top: 60px;}
.secAccListWrap.salo .btnWrap.btnMoreWrap {padding-top:44px;}
@media screen and  (max-width:1024px){
	/* SALO */
	.sectionWrap.secFindAccWrap {padding-top: 45px;padding-bottom: 50px;}
	.sectionWrap.secAccListWrap.salo,
	.secAccListWrap.salo {padding-top: 50px;padding-bottom: 70px;}
	.secAccListWrap.salo .itemWrap .itemListWrap {margin: -35px -16px 0;}
	.secAccListWrap.salo .itemWrap .itemList {margin-top: 35px;}
	.secAccListWrap.salo .itemWrap .itemList .listInner {margin: 0 16px;}
	.secAccListWrap.salo .itemWrap .img {margin-bottom: 15px;}
	.secAccListWrap.salo .itemWrap .itemList .itemTit {padding-bottom: 6px;}
	.secAccListWrap.salo .itemWrap .itemList .itemCon [class*=conArea] ~ [class*=conArea] {padding-top: 10px;}
	.secAccListWrap.salo .paging {padding-top: 45px;}
	.secAccListWrap.salo .btnWrap.btnMoreWrap {padding-top: 45px;}
}
@media screen and  (max-width:767px){
	/* SALO */
	.sectionWrap.secFindAccWrap{padding:35px 15px 70px;}
	.secAccListWrap.salo,
	.secAccListWrap.salo .secListBox .itemTxtTop {padding-bottom: 25px;}
	.secAccListWrap.salo .itemWrap .itemListWrap {margin-top: -20px;}
	.secAccListWrap.salo .itemWrap .itemList {margin-top: 20px;}
	.secAccListWrap.salo .itemWrap .img{padding-bottom:0;} /* 180423 */
	.sectionWrap.secAccListWrap.salo, .secAccListWrap.salo{padding-top:35px;}
	.secAccListWrap.salo .itemWrap .itemList .itemTit{padding-bottom:10px;}
	.secAccListWrap.salo .itemWrap .itemList .itemCon [class*=conArea] ~ [class*=conArea]{padding-top:6px;}
}

/* SOMT : owner's manual */
form fieldset {margin: 0;padding: 0;border: 0 none;}
.selectFormBox legend {width: 1px;height: 1px;visibility: hidden;position: absolute;left: -9999px;overflow: hidden;}
.secOwnersManual .selectFormBox {padding-bottom: 30px;}
.secOwnersManual .selectFormBox .selForm {width: 18.6%;}
.secOwnersManual .selectFormBox .inputForm {width: 51.4%;}
.secOwnersManual .selectFormBox .searchBtn {display: table;width: 11.4%;}
.secOwnersManual .tableInner.scroll .tableTypeBasic {max-width: 100%;min-width: 0;box-sizing: border-box;}
.secOwnersManual .paging {padding-top: 60px;}
.secOwnersManual .btnWrap.btnMoreWrap {padding-top: 60px;}
@media screen and  (max-width:1024px){
	/* SOMT */
	.secOwnersManual .selectFormBox {padding-bottom: 40px;}
	.secOwnersManual .paging {padding-top: 45px;}
	.secOwnersManual .btnWrap.btnMoreWrap {padding-top: 45px;}
}
@media screen and  (max-width:767px){
	/* SOMT */
	.secOwnersManual .selectFormBox {padding-bottom: 50px;}
	.secOwnersManual .tableInner.scroll {padding-bottom: 10px;}
	.secOwnersManual .tableWrap .scroll {width: auto;/*margin-right: -15px;*/} /* 180416 */
	.secOwnersManual .tableInner.scroll .tableTypeBasic {min-width: 800px;}
	.secOwnersManual .paging {padding-top: 31px;}
	.secOwnersManual .btnWrap.btnMoreWrap {padding-top: 35px;}
}

/* SMCO : Media center */
.sectionWrap.secMediaCenter {padding-top: 50px;padding-bottom: 100px;}
.secMediaCenter .tabCont {display: none;}
.secMediaCenter .tabCont.on {display: block;}
.secMediaCenter .itemWrap .itemListWrap {margin-top: -50px;}
.secMediaCenter .itemWrap .itemList {margin-top: 50px;}
.secMediaCenter .itemWrap .itemList .video,
.secMediaCenter .itemWrap .itemList .img {width: 100%;padding-bottom:66.193%;margin-bottom: 20px;position: relative;}
.secMediaCenter .itemWrap .itemList .img img {width:100%;height:100%;}
.secMediaCenter .itemWrap iframe,
.secMediaCenter .itemWrap object,
.secMediaCenter .itemWrap embed {width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index:10;}
.secMediaCenter .itemWrap .itemList .video:before {content: "";display: block;width: 60px;height: 60px;margin: -30px 0 0 -30px;text-indent: -999px;background: url("images/common/btn-video.png") no-repeat top left;overflow: hidden;position: absolute;top: 50%;left: 50%;z-index: 12;}
.secMediaCenter .itemWrap .itemList .video:after {content: "";display: block;background: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 11;}
.secMediaCenter .itemWrap .itemTit {padding-bottom: 0;}
.secMediaCenter .paging {padding-top: 60px;}
.secMediaCenter .btnWrap.btnMoreWrap {padding-top: 60px;}
.secMediaCenter .itemWrap .itemList .conTit{line-height:24px;}
.secMediaCenter .itemWrap .itemList .itemTit{padding-bottom:0;}
/* SMCO > popup */
.layerPopupWrap.layerMediaCenter .contMediaBox {padding: 85px 50px 37px;background: #fff;}
.layerPopupWrap.layerMediaCenter .contMediaBox .sliderWrap {position:static;}
.layerPopupWrap.layerMediaCenter .contMediaBox .link {display: block;}
.layerPopupWrap.layerMediaCenter .contMediaBox .mediaBox {width: 100%;height:574px;overflow: hidden;position: relative;}
.layerPopupWrap.layerMediaCenter .contMediaBox .mediaBox.youtubeVideoItem .videoWrap {z-index: 20;}
.layerPopupWrap.layerMediaCenter .contMediaBox .mediaBox .imgItem {position:absolute;width:100%;height:100%;}
.layerPopupWrap.layerMediaCenter .contMediaBox .mediaBox .imgItem img {position:absolute; width:100%;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.layerPopupWrap.layerMediaCenter .contMediaBox .conTit {display: block;padding-top: 20px;}
.layerPopupWrap.layerMediaCenter .contMediaBox .sliderWrap .btnPrevWrap,
.layerPopupWrap.layerMediaCenter .contMediaBox .sliderWrap .btnNextWrap {position: absolute;top:50%;z-index: 9;margin-top:10px;}
.layerPopupWrap.layerMediaCenter .contMediaBox .sliderWrap .btnPrevWrap {left: 50px;}
.layerPopupWrap.layerMediaCenter .contMediaBox .sliderWrap .btnNextWrap {right: 50px;}
.layerPopupWrap.layerMediaCenter .contMediaBox .sliderWrap .btnNext,
.layerPopupWrap.layerMediaCenter .contMediaBox .sliderWrap .btnPrev {top: 50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:-15px;}
.layerPopupWrap.layerMediaCenter .contMediaBox .sliderNumWrap {position: absolute;right:50px;bottom:10%;z-index: 11;}
.layerPopupWrap.layerMediaCenter .contMediaBox .sliderTxtList {right:20px;}
.layerPopupWrap.layerMediaCenter .videoWrap {height:auto;padding-bottom: 56.25%;}
.layerPopupWrap.layerMediaCenter .videoWrap .innerWrap {padding-top:0;}
@media screen and  (max-width:1024px){
	/* SMCO */
	.sectionWrap.secMediaCenter {padding-top: 40px;padding-bottom: 70px;}
	.secMediaCenter .itemWrap .itemListWrap {margin: -40px -7px 0;}
	.secMediaCenter .itemWrap .itemList {margin-top: 40px;}
	/* .secMediaCenter .itemWrap .itemList .listInner {margin: 0 14px;} */
	.secMediaCenter .itemWrap .itemList .img,
	.secMediaCenter .itemWrap .itemList .video {margin-bottom: 15px;}
	.secMediaCenter .paging {padding-top: 45px;}
	.secMediaCenter .btnWrap.btnMoreWrap {padding-top: 45px;}
	.secMediaCenter .itemWrap .itemList .conTit{line-height:21px;}
	.secMediaCenter .itemWrap .itemList .img img,
	.secMediaCenter .itemWrap .itemList .video img{width:100%;height:100%;}
	/* SMCO > popup */
	.layerPopupWrap.layerMediaCenter .contMediaBox .sliderWrap .btnPrevWrap {left: 25px;}
	.layerPopupWrap.layerMediaCenter .contMediaBox .sliderWrap .btnNextWrap {right: 25px;}
	.layerPopupWrap.layerMediaCenter .contMediaBox {padding: 55px 25px 26px;}
	.layerPopupWrap.layerMediaCenter .contMediaBox .mediaBox {height:auto;}
	.layerPopupWrap.layerMediaCenter .contMediaBox .conTit {padding-top: 15px;}
	.layerPopupWrap.layerMediaCenter .contMediaBox .sliderTxtList {font-size: 14px;line-height: 21px;}
	.layerPopupWrap.layerMediaCenter .contMediaBox .sliderNumWrap {right:25px;}
	.layerPopupWrap.layerMediaCenter .contMediaBox .mediaBox .imgItem img{ position: static; transform:none; width:100%;}
	.layerPopupWrap.layerMediaCenter .contMediaBox .mediaBox .imgItem {position:static;}
	.layerPopupWrap.layerMediaCenter .layerPopupInner{margin-top: 0 !important; transform:translateY(-50%);}
	.layerPopupWrap.layerMediaCenter .videoPoster img {position:static; width:100%; transform:none;}
}
@media screen and  (max-width:767px){
	/* SMCO */
	.secMediaCenter .itemWrap .itemListWrap {margin: -40px 0 0;}
	.secMediaCenter .itemWrap .itemList .listInner {margin: 0;}
	.secMediaCenter .itemWrap .itemList .img,
	.secMediaCenter .itemWrap .itemList .video {padding-bottom:0;}
	.secMediaCenter .itemWrap .itemList .img img,
	.secMediaCenter .itemWrap .itemList .video img{position:static;transform:none;}
	/* .secMediaCenter .itemWrap .itemList .video:before {width: 30px;height: 30px;margin: -15px 0 0 -15px;background-size: cover;} */
	/* SMCO > popup */
	.layerPopupWrap.layerMediaCenter .contMediaBox {padding: 45px 10px 21px;}
	.layerPopupWrap.layerMediaCenter .contMediaBox .mediaBox {height:auto;}
	.layerPopupWrap.layerMediaCenter .contMediaBox .sliderWrap .btnPrevWrap {left: 10px;}
	.layerPopupWrap.layerMediaCenter .contMediaBox .sliderWrap .btnNextWrap {right: 10px;}
	.layerPopupWrap.layerMediaCenter .contMediaBox .sliderNumWrap {right:10px;}
}

/* SROO : SPA_Reviews */
.sroo .reSec1 {overflow:hidden;margin: 0 -10px;padding:0 0 50px;}
.sroo .reSec1 .reSeBx {margin-top:20px;}
.sroo .reSec1 .reSeBx .selForm .selBg {height:50px;font-size:14px;color:#000;font-family:"HyundaiRegular";background-color:#ffffff;}
.sroo .reTitM {font-size:20px;line-height:30px;letter-spacing: 0.3px;color:#000;font-family:"HyundaiMedium";}
.sroo .reAreaM {font-size:16px;line-height:28px;letter-spacing: 0.2px;color:#000;font-family:"HyundaiRegular";margin-bottom:26px;}
.srooContentSectionWrap {padding-top: 80px;padding-bottom: 92px;}
.sroo .subTitL {margin-bottom:36px;}
.conSrooWrap {padding: 42px 0;border-top: 1px solid #e5e5e5;}
.subTitL + .conSrooWrap {padding-top: 0;border-top: 0 none;}
.conSrooWrap .subTitM {padding-bottom: 22px;}
.conSrooWrap .titGrade {display: block;font-size:20px;line-height:30px;letter-spacing: 0.3px;color:#000;font-family:"HyundaiMedium";}
.conSrooWrap .conGrade {font-size:16px;line-height:28px;letter-spacing: 0.2px;color:#000;font-family:"HyundaiRegular";}
.conSrooWrap .grade {display:block;width:120px;height: 30px;text-indent:-99999px;background-repeat: no-repeat;background-position: left center;background-size:108px 17px;overflow: hidden;}
.conSrooWrap .starImg1 {background-image:url("images/build-a-car/ico-star1.png");}
.conSrooWrap .starImg2 {background-image:url("images/build-a-car/ico-star2.png");}
.conSrooWrap .starImg3 {background-image:url("images/build-a-car/ico-star3.png");}
.conSrooWrap .starImg4 {background-image:url("images/build-a-car/ico-star4.png");}
.conSrooWrap .starImg5 {background-image:url("images/build-a-car/ico-star5.png");}
.conReveiwTop .reSec2 {display:table;width: 100%;padding-bottom: 60px;}
.conReveiwTop .reSec2 .reBx {display:table-cell;width:67.857%;}
.conReveiwTop .reSec2 .reBx .reBxArea {padding-right: 50px;}
.conReveiwTop .reSec2 .reBx .reBxArea .fullImg {height:406px;}
.conReveiwTop .reSec2 .reBx .reDatBx {margin-top:10px;}
.conReveiwTop .reSec2 .reBx .reDat {font-size:14px;line-height:17px;color:#666;padding-right:18px;font-family:"HyundaiRegular";}
.conReveiwTop .reSec2 .reImBxM {display:table-cell;width: auto;vertical-align:top;}
.conReveiwTop .reSec2 .reImBxM .reImBxM1 .icoNew {display:block;width:90px;height:20px;margin-bottom: 2px;line-height:20px;font-size: 14px;color:#fff;font-family: "HyundaiMedium";text-align:center;   background:url("images/common/ico-review-new.png") no-repeat 0 0;text-indent:-1000px;overflow:hidden;}
.conReveiwTop .reSec2 .reImBxM .reImBxM1 .reCon .titArea {display: block;padding-bottom:16px;}
.conReveiwTop .reSec2 .reImBxM .reImBxM1 .reCon .subTitM {display:inline-block;padding-right:10px;padding-bottom: 0;}
.conReveiwTop .reSec2 .reImBxM .reImBxM1 .reCon .conAreaM {padding: 26px 0 24px;}
.conReveiwTop .reSec2 .reImBxM2 .reGrade {margin-top: -12px;overflow:hidden;}
.conReveiwTop .reSec2 .reImBxM2 .reGrade .list {float:left;width:50%;margin-top:12px;}
.conReveiwTop .reSec2 .reImBxM2 .reGrade .grade {height:17px;margin-top: 4px;}
.conReveiwTop .conOpinion .titArea {display: table;margin-bottom: 22px;}
.conReveiwTop .conOpinion .titArea .subTitM {display: table-cell;padding-right: 20px;padding-bottom: 0;vertical-align: middle;}
.conReveiwTop .conOpinion .titArea .grade {display: table-cell;vertical-align: middle;}
.conReveiwTop .conOpinion .titGrade {padding-bottom: 5px;}
.conFullReview .reviewList {padding-top: 25px;}
.conFullReview .subTitM + .reviewList {padding-top: 0;}
.conFullReview .reviewList .titArea {padding-bottom: 5px;overflow: hidden;}
.conFullReview .reviewList .titArea .titGrade {padding-right: 11px;float: left;}
.conFullReview .reviewList .titArea .grade {float: left;}
.conSrooWrap.conReviewers {padding-bottom: 0;}
.conReviewers .conGradeList .topTxt {padding-bottom: 5px;}
.conReviewers .conGradeList .listBox {padding-bottom: 16px;}
.conReviewers .conGradeList .listBox:after {content: "";display: table;clear: both;}
.conReviewers .conGradeList .listBox .list {width: 25%;float: left;}
.conReviewers .conGradeList .listBox .list .titGrade {padding-bottom: 2px;}
@media screen and (max-width:1240px) {
	/* SROO */
	.conReveiwTop .reSec2 .reBx {display:table-cell;width:63%;}
	.conReveiwTop .reSec2 .reBx .reBxArea {padding-right: 2%;}
}
@media screen and (max-width: 1024px) {
	/* SROO */
	.sroo .reSec1 {margin: 0 -7px;}
	.sroo .reSec1 .tabBox {padding:0 7px;}
	.tabWrap2 .tabArea {height: 40px;overflow:hidden;}
	.tabWrap2 .tabArea .tab {height: 40px;}
	.tabWrap2 .tabArea .tab .link {height: 40px;line-height:40px;}
	.tabWrap2 .tabArea .tab .link {font-size:12px;}
	.tabWrap2 .tabArea .tab .link > * {font-size:12px;}
	.reSec1 .reSeBx {height:40px;padding: 0 7px;}
	.reSec1 .reSeBx .selForm .selBg {height:40px;font-size:12px;}
	.srooContentSectionWrap {padding-top: 44px;padding-bottom: 64px;}
	.sroo .subTitL {margin-bottom: 32px;margin-top: 50px;}
	.conSrooWrap {padding: 40px 0 38px;}
	.subTitL + .conSrooWrap {padding-top: 0;border-top: 0 none;}
	.conSrooWrap .subTitM {padding-bottom: 14px;}
	.conSrooWrap .titGrade {font-size:14px;line-height:21px;letter-spacing: 0.2px;}
	.conSrooWrap .conGrade {font-size:14px;line-height:21px;letter-spacing: 0.2px;}
	.conSrooWrap .grade {height: 21px;}
	.conReveiwTop .reSec2 {display:block;margin-bottom: 40px;padding-bottom: 40px;border-bottom: 1px solid #e5e5e5;overflow:hidden;}
	.conReveiwTop .reSec2 .reBx {display:block;overflow:hidden;margin-bottom:22px;width:100%;}
	.conReveiwTop .reSec2 .reBx .reBxArea {width:100%;padding:0;}
	.conReveiwTop .reSec2 .reBx .reBxArea .fullImg {height:314px;}
	.conReveiwTop .reSec2 .reBx .reDatBx {text-align:right;margin-top:6px;}
	.conReveiwTop .reSec2 .reBx .reDat {font-size:12px;line-height:17px;color:#666;padding-left:18px;padding-right:0;font-family:"HyundaiRegular";}
	.conReveiwTop .reSec2 .reImBxM {display:block;width:100%;}
	.conReveiwTop .reSec2 .reImBxM:after {content: "";display: block;clear: both;}
	.conReveiwTop .reSec2 .reImBxM .reImBxM1 {float:left;width:50%;min-width:0;padding-right:50px;}
	.conReveiwTop .reSec2 .reImBxM .reImBxM1 .icoNew {margin-bottom:6px;}
	.conReveiwTop .reSec2 .reImBxM .reImBxM1 .reCon .titArea {display: inline-block;padding-bottom:0;padding-right:20px;}
	.conReveiwTop .reSec2 .reImBxM .reImBxM1 .reCon .subTitM {padding-bottom: 0;}
	.conReveiwTop .reSec2 .reImBxM .reImBxM1 .reCon .conAreaM {padding: 14px 0 0;}
	.conReveiwTop .reSec2 .reImBxM .reImBxM2 {float:left;width:50%;}
	.conReveiwTop .reSec2 .reImBxM2 .reGrade {margin-top: -7px;padding-top: 26px;}
	.conReveiwTop .reSec2 .reImBxM2 .reGrade list {margin-top:7px;}
	.conReveiwTop .reSec2 .reImBxM2 .reGrade list .grade {display:inline-block;margin-top:3px;}
	.conReveiwTop .conOpinion .titArea {margin-bottom: 14px;}
	.conReveiwTop .conOpinion .titArea .subTitM {padding-right: 8px;padding-bottom: 0;}
	.conReveiwTop .conOpinion .titGrade {padding-bottom: 14px;}
	.conFullReview .reviewList {padding-top: 15px;}
	.conFullReview .subTitM + .reviewList {padding-top: 0;}
	.conFullReview .reviewList .titArea {padding-bottom: 14px;}
	.conFullReview .reviewList .titArea .titGrade {padding-right: 5px;}
	.conReviewers .conBox .topTxt {padding-bottom: 15px;}
	.conReviewers .conGradeList .listBox {padding-bottom: 19px;}
	.conReviewers .conGradeList .listBox .list .titGrade {padding-bottom: 4px;}
	.conReviewers .conGrade {padding-bottom: 4px;}

	.conReveiwTop .reSec2 .reImBxM .reImBxM1 .icoNew {width:76px;background-image:url("images/common/ico-review-new-t.png");}
}
@media screen and  (max-width:767px) {
	/* SROO */
	.sroo .reSec1 {margin: 0;}
	.sroo .reSec1 .tabBox {width:100%;padding: 0;}
	.sroo .reSec1 .reSeBx {width:100%;margin-top:10px;padding: 0;}
	.sroo .reSec1 .tabWrap {margin:0;}
	.sroo .subTitL{margin-bottom:50px;}
	.conReveiwTop .reSec2 .reBx .reBxArea .fullImg {height:150px;}
	.conReveiwTop .reSec2 .reImBxM .reImBxM1 {float: none;width:100%;min-width:0;padding-right:0;}
	.conReveiwTop .reSec2 .reImBxM .reImBxM1 .reCon .titArea {display: block;padding-bottom: 14px;padding-right: 0;}
	.conReveiwTop .reSec2 .reImBxM .reImBxM1 .reCon .conAreaM {padding: 16px 0 15px;}
	.conReveiwTop .reSec2 .reImBxM .reImBxM2 {float: none;width:100%;}
	.conReveiwTop .reSec2 .reImBxM2 .reGrade {margin-top: -20px;padding-top: 0;}
	.conReveiwTop .reSec2 .reImBxM2 .reGrade .list {margin-top:20px;}
	.conReveiwTop .conOpinion .titArea {display: block;margin-bottom: 19px;}
	.conReveiwTop .conOpinion .titArea .subTitM {display: block;padding-right: 0;padding-bottom: 0;}
	.conReveiwTop .conOpinion .titArea .grade {display: block;}
	.conReveiwTop .conOpinion .titGrade {padding-bottom: 14px;}
	.conReviewers .conGradeList .listBox {margin-top: -20px;}
	.conReviewers .conGradeList .listBox .list {width: 50%;padding-top: 20px;}
}

/* SCCO : Compare cars */
.sectionWrap.scco,
.scco {padding-top: 80px;padding-bottom: 100px;}
.scco .carListWrap {margin: 0 -10px;}
.scco .carListWrap .listInner {display: inline-block;width: 100%;vertical-align: top;}
.scco .carListWrap .list {width: 25%;padding: 0 10px;float: left;}
.scco .carListWrap .compareBox.rmBtn .btnList:nth-child(3){ display: none; } /* ltr */ /* 180402 */
.scco .carListWrap .compareBox.rmBtn2 .btnList:nth-child(3),
.scco .carListWrap .compareBox.rmBtn2 .btnList:nth-child(4) { display: none; } /* ltr */ /* 180402 */
.scco .carListWrap .compareBox.rmBtn3 .btnList:nth-child(4) { display: none; } /* 180423 add */
.scco .carListWrap .compareBox.rmBtn .inner{ height: 379px; }  /* ltr */ /* 180402 */
.scco .carListWrap .compareBox.rmBtn2 .inner{ height: 425px; }  /* ltr */ /* 180402 */
.scco .carListWrap .compareBox.rmBtn3 .inner{ height: 379px; }  /* 180423 add */
.scco .carListWrap .selectBtnBox {display: table;width: 100%;}
.scco .carListWrap .selectBtnBox .inner {display: table-cell;width: 100%;height: 517px;background: #fff;vertical-align: middle;border: 1px solid #e2e2e2;}
.scco .carListWrap .selectBtnBox .inner .btnSelectCar {display: block;width: 116px;height: 116px;margin: 0 auto;text-align: center;text-indent: -9999px;-webkit-border-radius: 50%;border-radius: 50%;overflow: hidden;background: #e5e5e5;position: relative;}
.scco .carListWrap .selectBtnBox .inner .btnSelectCar:before {content: "";display: block;width: 60px;height: 4px;background: #fff;position: absolute;top: 50%;left: 50%; -webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.scco .carListWrap .selectBtnBox .inner .btnSelectCar:after {content: "";display: block;width: 4px;height: 60px;background: #fff;position: absolute;top: 50%;left: 50%; -webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.scco .carListWrap .selectBtnBox .inner .txt {display: block;padding-top: 31px;color: #a3a3a3;text-align: center;font-family: "HyundaiMedium";}
.scco .carListWrap .compareBox {height: 517px;position: relative;}
.scco .carListWrap .compareBox .inner {height: 333px;padding: 40px 20px 10px;background: #fff;border: 1px solid #e2e2e2;position: relative;}
.scco .carListWrap .compareBox .img {width: 100%;margin-bottom: 20px;padding-bottom: 54.222%;overflow: hidden;position: relative;}
.scco .carListWrap .compareBox .img img { position: absolute;left: 50%;top: 50%; -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); width:225px; height:121px;}
.scco .carListWrap .compareBox .carInfo .carName {padding-bottom: 3px;line-height: 1.5;font-size: 20px;font-family: "HyundaiMedium";letter-spacing: 0.3px;}
.scco .carListWrap .compareBox .carInfo .optInfoS {padding-bottom: 10px;line-height: 1.43;font-size: 14px;letter-spacing: 0.1px;color:#666;}
.scco .carListWrap .compareBox .carInfo .optInfoM strong {line-height: 1.75;font-size: 16px;font-family: "HyundaiMedium";letter-spacing: 0.3px;}
.scco .carListWrap .compareBtnBox .btnList {display: table;width: 100%;margin-top: 10px;}
.scco .carListWrap .compareBtnBox .btnList .btn {height: 36px;line-height: 1.25;font-size: 12px;text-align: center;}
.scco .carListWrap .compareBtnBox .btnList .btn.bgBtnWhite {color: #767676;}
.scco .carListWrap .compareBox .btnCloseLayer {display: block;width: 16px;height: 16px;text-indent: -9999px;overflow: hidden;background: url("images/common/btn-layer-close.png") no-repeat center center;position: absolute;top: 20px;right: 20px;}
.scco .btnWrap.btnSpaWrap {padding-top: 60px;}
.scco .btnWrap.btnSpaWrap .noti {display: none;}
.sectionWrap.sccoDetailWrap,
.sccoDetailWrap {padding-top: 60px;padding-bottom: 100px;}
.sccoDetailWrap .compareDetailBox .detailBox {display: table;width: 100%;border: 1px solid #e4dcd3;background: #fff;}
.sccoDetailWrap .compareDetailBox .detailBox .boxList {display: table-cell;width: 25%;padding: 30px;vertical-align: top;border-left: 1px solid #e4dcd3;}
.sccoDetailWrap .compareDetailBox .detailBox .boxList:first-child {border-left: 0 none;}
.sccoDetailWrap .compareDetailBox .detailBox .boxCont ~.boxCont {/*margin-top: 30px;padding-top: 30px;border-top: 1px solid #f6f3f2;*/padding-top: 25px;}
.sccoDetailWrap .compareDetailBox .dlBox dt {padding-bottom: 10px;line-height: 1.21;color: #999;font-size: 14px;}
.sccoDetailWrap .compareDetailBox .dlBox dd {line-height: 1.25;font-family: "HyundaiMedium";}
.sccoDetailWrap .compareDetailBox .dlBox {padding-top: 25px;}
.sccoDetailWrap .compareDetailBox .dlBox:first-child {padding-top: 0;}
.sccoDetailWrap .compareTglBox {padding-top: 39px;}
.sccoDetailWrap .compareTglBox .togList li.dep1 .aswer {border-top: 1px solid #e4dcd3;}
.sccoDetailWrap .compareTglBox .togList li.dep1 .aswer .dep2 {padding: 0;}
.sccoDetailWrap .compareTglBox .togList .detailBox {border: 0 none;}
/* SCCO > LayerPopup */
.layerPopupWrap.compareLayer .layerStepCont {display: none;}
.layerPopupWrap.compareLayer .layerStepCont.active {display: block;}
/* .layerPopupWrap.compareLayer .layerPopupInner.wide .layerPopup {width:1000px;} */
.compareLayer .itemWrap .img img {width:100%;}
.compareLayer .stepCar {padding-top: 40px !important;padding-bottom: 80px !important;}
.compareLayer .stepCar .listTypeWrap {display: none;}
.compareLayer .stepCar .itemWrap .itemList .itemTit {padding-bottom: 3px;}
.compareLayer .stepCar .itemWrap .itemListWrap {margin-top: -30px;}
.compareLayer .stepCar .itemWrap .itemList {margin-top: 30px;}
.compareLayer .stepCar .itemWrap .itemList .img {padding-bottom: 54.2%;}
.compareLayer .stepCar .itemWrap .itemList .conAreaS strong {color: #000;font-family: "HyundaiMedium";}
.compareLayer .carOpt {padding-top: 60px !important;padding-bottom: 100px !important;}
.compareLayer .carOpt .itemRowWrap {padding-bottom: 30px;position: relative;}
.compareLayer .carOpt .itemRowWrap .itemList {display: table;width: 100%;}
.compareLayer .carOpt .itemRowWrap .itemList .imgArea,
.compareLayer .carOpt .itemRowWrap .itemList .listInner {display: table-cell;vertical-align: top;}
.compareLayer .carOpt .itemRowWrap .itemList .imgArea {width: 25.6%;}
.compareLayer .carOpt .itemRowWrap .itemList .imgArea .img {width: 100%;overflow: hidden;position: relative;}
.compareLayer .carOpt .itemRowWrap .itemList .imgArea .img img { position: relative; width:320px; height:172px;}
.compareLayer .carOpt .itemRowWrap .itemList .listInner {padding-left: 30px;}
.compareLayer .carOpt .itemRowWrap .itemList .listTitle {padding-bottom: 10px;line-height: 1.15;font-size: 26px;font-family: "HyundaiMedium";}
.compareLayer .carOpt .itemRowWrap .itemList .itemCon {line-height: 1.71;color: #666;font-size: 14px;}
.compareLayer .carOpt .itemRowWrap .itemList .itemCon.priceInfo {padding-top: 4px;}
.compareLayer .carOpt .itemRowWrap .itemList .itemCon .txt_navy {display: inline-block;padding-right: 5px;font-size: 16px;font-family: "HyundaiMedium" !important;}
.compareLayer .carOpt .togListWrap .titArea {padding-bottom: 10px;}
.compareLayer .carOpt .togListWrap .togList {margin-bottom: 0;overflow: hidden;}
.compareLayer .carOpt .togListWrap .togList .togTitWrap {display: table;width: 100%;}
.compareLayer .carOpt .togListWrap .togList .tit {display: table-cell;width: auto;height: 59px;padding: 19px 30px 17px 26px;vertical-align: middle;line-height: 17px;box-sizing: border-box;background: none;}
.compareLayer .carOpt .togListWrap .togList .tit .inner {display: inline-block;padding-left: 28px;padding-right: 12px;position: relative;}
.compareLayer .carOpt .togListWrap .togList .tit .inner:before,
.compareLayer .carOpt .togListWrap .togList .tit .inner:after {content: "";display: block;box-sizing: border-box;border-radius: 100%;position: absolute;}
.compareLayer .carOpt .togListWrap .togList .tit .inner:before {width: 18px;height: 18px;border: 2px solid #979797;background: #fff;left: 0;top: 0;}
.compareLayer .carOpt .togListWrap .togList .btnToggleBox {display: table-cell;width: 58px;vertical-align: middle;border-top: solid 1px #e4dcd3;}
.compareLayer .carOpt .togListWrap .togList .btnToggleBox .btnToggle {display: inline-block;width: 58px;height: 58px;text-indent: -9999px;background: url("images/common/ico-toggle-down.png") no-repeat center center;background-size: 10px;overflow: hidden;}
.compareLayer .carOpt .togListWrap .togList .btnToggleBox .btnToggle:focus {outline:1px dotted #999;}
.compareLayer .carOpt .togListWrap .togList .btnToggleBox .btnToggle.active {-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.compareLayer .carOpt .togListWrap .togList .dep1.on .tit .inner:before {border: 2px solid #00aad2;}
.compareLayer .carOpt .togListWrap .togList .dep1.on .tit .inner:after {width: 8px;height: 8px;background: #00aad2;left: 5px;top: 5px;}
.compareLayer .carOpt .togList li.dep1 .aswer .dep2 {padding: 30px;border-top: 1px solid #e2dcd4;}
.compareLayer .carOpt .togList .infoBox .boxTop {padding-bottom: 30px;}
.compareLayer .carOpt .togList .infoBox .boxTop .heading,
.compareLayer .carOpt .togList .infoBox .boxTop .txt,
.compareLayer .carOpt .togList .infoBox .boxTop strong {line-height: 1.71;font-size: 14px;}
.compareLayer .carOpt .togList .infoBox .boxTop strong {font-family: "HyundaiMedium";}
.compareLayer .carOpt .togList .infoBox .boxTop .heading {padding-bottom: 6px;}
.compareLayer .carOpt .btnWrap.btnSpaWrap {padding-top: 60px;}
.compareLayer .grayBox {padding: 15px 60px;font-size: 14px;line-height: 1.71;background: #f6f3f2;}
.compareLayer .grayBox .icoNote {margin: 0;}
@media screen and (max-width:1024px) {
	/* SCCO */
	.sectionWrap.scco,
	.scco {padding-top: 30px;padding-bottom: 70px;}
	.sectionWrap.scco.compareActive,
	.scco.compareActive {padding-top: 95px;padding-bottom: 25px;}
	.scco .carListWrap {margin-left: -5px;margin-right: -5px;}
	.scco .carListWrap .list {width: 100%;margin-top: 10px;padding-left: 5px;padding-right: 5px;}
	.scco .carListWrap .list:first-child {margin-top: 0;}
	.scco .carListWrap .list.listHideMd {display: none;}
	.scco .carListWrap .selectBtnBox .inner {height: auto;padding: 38px 0;border: 0 none;}
	.scco .carListWrap .selectBtnBox .inner .btnSelectCar {width: 90px;height: 90px;}
	.scco .carListWrap .selectBtnBox .inner .btnSelectCar:before,
	.scco .carListWrap .selectBtnBox .inner .btnSelectCar:after { -webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
	.scco .carListWrap .selectBtnBox .inner .btnSelectCar:before {width: 44px;height:3px;}
	.scco .carListWrap .selectBtnBox .inner .btnSelectCar:after { width:3px; height:44px;}
	.scco .carListWrap .selectBtnBox .inner .txt {padding-top: 10px;font-size: 14px;line-height: 1.5;}
	.scco .carListWrap .compareBox {height: auto;min-height: 198px;}
	.scco .carListWrap .compareBox .inner {width: 100%;height: 198px;padding: 20px;border: 0 none;}
	.scco .carListWrap .compareBox.rmBtn .inner,
	.scco .carListWrap .compareBox.rmBtn2 .inner {height:198px;} /* ltr */ /* 180402 */
	.scco .carListWrap .compareBox .imgArea {width: 290px;margin-bottom: 0;position: absolute;left: 15px;top: 15px;}
	.scco .carListWrap .compareBox .img {width: 100%;margin-bottom: 0px;}
	.scco .carListWrap .compareBox .carInfo {padding: 15px 60px 0 330px;}
	.scco .carListWrap .compareBox .carInfo .carName {padding-bottom: 5px;line-height: 1.5;font-size: 14px;}
	.scco .carListWrap .compareBox .carInfo .optInfoS {padding-bottom: 20px;line-height: 1.5;font-size: 14px;}
	.scco .carListWrap .compareBox .carInfo .optInfoM {line-height: 1.5;font-size: 14px;}
	.scco .carListWrap .compareBox .toolTipWrap.ib {margin-left: 8px;}
	.scco .carListWrap .compareBox .img img { width:320px; height:172px;}
	.scco .carListWrap .compareBtnBox {display: none;}
	.scco.compareActive .carListWrap .compareBox {height: auto;}
	.scco.compareActive .carListWrap {margin-top: 0;}
	.scco.compareActive .carListWrap .list {width: 50%;margin-top: 0;}
	.scco.compareActive .carListWrap .compareBox .inner {height: auto;}
	.scco.compareActive .carListWrap .compareBox .imgArea {width: 100%;position: relative;left: 0;top: 0;}
	.scco.compareActive .carListWrap .compareBox .img {margin-bottom: 15px;}
	.scco.compareActive .carListWrap .compareBox .carInfo {padding: 0;}
	.scco.compareActive .carListWrap .compareBox .carInfo .optInfoS {padding-bottom: 23px;}
	.scco.compareActive .carListWrap .compareBtnBox {display: block;}
	.scco.compareActive .carListWrap .compareBtnBox .btnList {margin-top: 5px;}
	.scco.compareActive .carListWrap .compareBtnBox .btnList:first-child {margin-top: 10px;}
	.scco.compareActive .carListWrap .compareBox .btnCloseLayer {width: 15px;height: 15px;background-size: cover;top: 20px;right: 20px;}
	.scco .btnWrap.btnSpaWrap {padding-top: 45px;}
	.scco.compareActive .btnWrap.btnSpaWrap {min-width: auto;margin: 0 !important;padding: 0;position: absolute;top: 30px;left: 25px;right: 25px;}
	.scco.compareActive .btnWrap.btnSpaWrap:after {content: "";display: table;clear: both;}
	.scco.compareActive .btnWrap.btnSpaWrap .noti {display: table-cell;height: 40px;padding-right: 130px;line-height: 1.147;font-size: 12px;text-align: left;vertical-align: middle;}
	.scco.compareActive .btnWrap.btnSpaWrap .btnReset1 {width: 110px;height: 40px;padding: 0 !important;position: absolute;right: 0;top: 0;}
	.scco.compareActive .btnWrap.btnSpaWrap .btnReset1 .btn {height: 40px;}
	.scco.compareActive .btnWrap.btnSpaWrap .btnCompare1 {display: none !important;}
	.scco .btnWrap.btnSpaWrap button[class*=btn] {height:50px;}
	.sectionWrap.sccoDetailWrap,
	.sccoDetailWrap {padding-top: 30px;padding-bottom: 50px;}
	.sccoDetailWrap .compareDetailBox .detailBox .boxList {width: 50%;padding: 15px 25px 30px;}
	.sccoDetailWrap .compareDetailBox .detailBox .boxList:first-child {border-left: 0 none;}
	.sccoDetailWrap .compareDetailBox .detailBox .boxList.listHideMd {display: none;}
	.sccoDetailWrap .compareDetailBox .detailBox .boxCont ~.boxCont {/*margin-top: 15px;*/padding-top: 15px;}
	.sccoDetailWrap .compareDetailBox .dlBox dt {padding-bottom: 5px;line-height: 1.417;font-size: 12px;}
	.sccoDetailWrap .compareDetailBox .dlBox dd {line-height: 1.417;font-size: 12px;}
	.sccoDetailWrap .compareDetailBox .dlBox {padding-top: 15px;}
	.sccoDetailWrap .compareTglBox {padding-top: 30px;}

	/* SCCO > LayerPopup */
	.layerPopupWrap.compareLayer .layerPopupInner.wide .layerPopup {width:100%;}
	.compareLayer .closeLayerPopup {background-size: 12px;top: 18px;right: 12px;}
	.compareLayer .layerPopupWrap .sectionLayerWrap {overflow:auto;}
	.compareLayer .stepCar {padding-top: 20px !important;padding-bottom: 50px !important;}
	.compareLayer .stepCar .listTypeWrap {display: block;padding-bottom: 15px;line-height: 0;font-size: 0;text-align: right;}
	.compareLayer .stepCar .listTypeWrap li {display: inline-block;margin-left: 15px;}
	.compareLayer .stepCar .listTypeWrap .btnTypeList,
	.compareLayer .stepCar .listTypeWrap .btnTypeThumb {display: block;width: 20px;height: 20px;font-size: 0;text-indent: -9999px;overflow: hidden;position: relative;}
	.compareLayer .stepCar .listTypeWrap .btnTypeList:before,
	.compareLayer .stepCar .listTypeWrap .btnTypeList:after,
	.compareLayer .stepCar .listTypeWrap .btnTypeList span:before {content: "";display: block;width: 20px;height: 2px;background: #666;position: absolute;left: 0;right: 0;}
	.compareLayer .stepCar .listTypeWrap .btnTypeList:before {top: 0;}
	.compareLayer .stepCar .listTypeWrap .btnTypeList:after {bottom: 0;}
	.compareLayer .stepCar .listTypeWrap .btnTypeList span:before {margin-top: -1px;top: 50%;}
	.compareLayer .stepCar .listTypeWrap .active .btnTypeList:before,
	.compareLayer .stepCar .listTypeWrap .active .btnTypeList:after,
	.compareLayer .stepCar .listTypeWrap .active .btnTypeList span:before {background: #00aad2;}
	.compareLayer .stepCar .listTypeWrap .btnTypeThumb:after,
	.compareLayer .stepCar .listTypeWrap .btnTypeThumb:before,
	.compareLayer .stepCar .listTypeWrap .btnTypeThumb span:before,
	.compareLayer .stepCar .listTypeWrap .btnTypeThumb span:after {content: "";display: block;width: 5px;height: 5px;border: 2px solid #666;background: transparent;position: absolute;}
	.compareLayer .stepCar .listTypeWrap .btnTypeThumb:after {left: 0;top: 0;}
	.compareLayer .stepCar .listTypeWrap .btnTypeThumb:before {left: 0;bottom: 0;}
	.compareLayer .stepCar .listTypeWrap .btnTypeThumb span:before {right: 0;top: 0;}
	.compareLayer .stepCar .listTypeWrap .btnTypeThumb span:after {right: 0;bottom: 0;}
	.compareLayer .stepCar .listTypeWrap .active .btnTypeThumb:after,
	.compareLayer .stepCar .listTypeWrap .active .btnTypeThumb:before,
	.compareLayer .stepCar .listTypeWrap .active .btnTypeThumb span:before,
	.compareLayer .stepCar .listTypeWrap .active .btnTypeThumb span:after {border-color: #00aad2;}
	.compareLayer .stepCar .itemWrap.itemTypeList {padding-top: 0;}
	.compareLayer .stepCar .itemTypeList .itemListWrap {margin: 0;}
	.compareLayer .stepCar .itemTypeList .itemList {width: 100% !important;margin-top: 0;border-bottom: 1px solid #e5e5e5;position: relative;}
	.compareLayer .stepCar .itemTypeList .itemList .listInner {margin: 0;}
	.compareLayer .stepCar .itemTypeList .itemList .img {display: none;}
	.compareLayer .stepCar .itemTypeList .itemList .itemLink {padding: 8px 0;}
	.compareLayer .stepCar .itemTypeList .itemList .itemCon {position: absolute;right: 0;top: 8px;}
	.compareLayer .stepCar .itemTypeList .itemList .itemCon .conAreaS {line-height: 28px;font-size: 14px;color: #666;}
	.compareLayer .stepCar .itemTypeList .itemList .itemCon .conAreaS strong {display: inline-block;color: #000;font-family: "HyundaiMedium";}
	.compareLayer .carOpt {padding-top: 60px !important;padding-bottom: 40px !important;}
	.compareLayer .carOpt .itemRowWrap .itemList .imgArea {width: 40.8%;}
	.compareLayer .carOpt .itemRowWrap .itemList .listInner {padding-left: 15px;}
	.compareLayer .carOpt .itemRowWrap .itemList .listTitle {padding-bottom: 2px;line-height: 1.5;font-size: 14px;}
	.compareLayer .carOpt .itemRowWrap .itemList .itemCon {line-height: 1.5;}
	.compareLayer .carOpt .itemRowWrap .itemList .itemCon.priceInfo {padding-top: 15px;font-size: 12px;}
	.compareLayer .carOpt .itemRowWrap .itemList .itemCon .txt_navy {display: inline-block;font-size: 14px;}
	.compareLayer .carOpt .togListWrap .titArea {padding-bottom: 10px;}
	.compareLayer .carOpt .togListWrap .togList .tit {height: 34px;padding: 9px 15px;line-height: 16px;box-sizing: border-box;background-position: right 15px center;}
	.compareLayer .carOpt .togListWrap .togList .tit .inner {padding-left: 26px;}
	.compareLayer .carOpt .togListWrap .togList .tit .inner:before {width: 16px;height: 16px;left: 0;top: 0;}
	.compareLayer .carOpt .togListWrap .togList .btnToggleBox {width: 35px;}
	.compareLayer .carOpt .togListWrap .togList .btnToggleBox .btnToggle {display: inline-block;width: 35px;height: 35px;}
	.compareLayer .carOpt .togListWrap .togList .dep1.on .tit .inner:before {border: 2px solid #00aad2;}
	.compareLayer .carOpt .togListWrap .togList .dep1.on .tit .inner:after {width: 8px;height: 8px;left: 4px;top: 4px;}
	.compareLayer .carOpt .togList li.dep1 .aswer .dep2 {padding: 20px 25px 25px;}
	.compareLayer .carOpt .togList .infoBox .boxTop {padding-bottom: 25px;}
	.compareLayer .carOpt .togList .infoBox .boxTop .heading,
	.compareLayer .carOpt .togList .infoBox .boxTop .txt,
	.compareLayer .carOpt .togList .infoBox .boxTop strong {line-height: 1.5}
	.compareLayer .carOpt .togList .infoBox .boxTop strong {font-family: "HyundaiRegular";}
	.compareLayer .carOpt .togList .infoBox .boxTop .heading {padding-bottom: 10px;}
	.compareLayer .carOpt .btnWrap.btnSpaWrap {padding:25px 0 0;}
	.compareLayer .grayBox {padding: 15px 30px;font-size: 12px;line-height: 1.42;}
	.compareLayer .itemWrap .img img,
	.compareLayer .carOpt .itemRowWrap .itemList .imgArea .img img {width: 100%;height: auto;}


}
@media screen and (max-width:767px) {
	/* SCCO */
	.sectionWrap.scco,
	.scco {padding-top: 15px;padding-bottom: 70px;}
	.scco .carListWrap .compareBox .inner {padding: 44px 15px 20px;}
	.scco .carListWrap .selectBtnBox .inner {padding: 74px 0;}
	.scco .carListWrap .compareBox {height: auto;}
	.scco .carListWrap .compareBox .inner {height: auto;padding: 40px 15px 20px;}
	.scco .carListWrap .compareBox.rmBtn .inner,
	.scco .carListWrap .compareBox.rmBtn2 .inner {height: auto;} /* ltr */ /* 180402 */
	.scco .carListWrap .compareBox .imgArea {width: 100%;position: relative;left: 0;top: 0;}
	.scco .carListWrap .compareBox .img {margin-bottom: 15px; padding:0;}
	.scco .carListWrap .compareBox .img img {position: static;top:auto;-webkit-transform:translate(-50%, 0);transform: none;width: 100%;height: auto;}
	.scco .carListWrap .compareBox .carInfo {padding: 0;}
	.scco .carListWrap .compareBox .carInfo .optInfoS {padding-bottom: 20px;}
	.sccoDetailWrap .compareDetailBox .detailBox .boxList {padding: 15px 15px 30px;}
	.scco .carListWrap .compareBox .btnCloseLayer {width: 13px;height: 13px;top: 15px;right: 17px;}
	.scco.compareActive .btnWrap.btnSpaWrap {left: 15px;right: 15px;}
	.scco.compareActive .carListWrap .compareBox .btnCloseLayer {top: 15px;right: 15px;}
	/* SCCO > layerpopup */
	.layerPopupWrap.compareLayer .stepArea {margin: 0;}
	.compareLayer .carOpt {padding-top: 30px !important;padding-bottom: 40px !important;}
	.compareLayer .carOpt .itemRowWrap .itemList {display: block;}
	.compareLayer .carOpt .itemRowWrap .itemList .imgArea {display: block;width: 100%;}
	.compareLayer .carOpt .itemRowWrap .itemList .listInner {display: block;padding-left: 0;}
	.compareLayer .carOpt .togListWrap .titArea {padding-bottom: 10px;}
	.compareLayer .carOpt .togListWrap .togList .tit {height: 34px;padding: 9px 15px;line-height: 16px;box-sizing: border-box;background-position: right 15px center;}
	.compareLayer .carOpt .togListWrap .togList .tit .inner {padding-left: 26px;}
	.compareLayer .carOpt .togListWrap .togList .tit .inner:before {width: 16px;height: 16px;left: 0;top: 0;}
	.compareLayer .carOpt .togListWrap .togList .dep1.on .tit .inner:before {border: 2px solid #00aad2;}
	.compareLayer .carOpt .togListWrap .togList .dep1.on .tit .inner:after {width: 8px;height: 8px;left: 4px;top: 4px;}
	.compareLayer .carOpt .togList li.dep1 .aswer .dep2 {padding: 15px 25px;}
	.compareLayer .carOpt .togList .infoBox .boxTop {padding-bottom: 25px;}
	.compareLayer .carOpt .togList .infoBox .boxTop .heading,
	.compareLayer .carOpt .togList .infoBox .boxTop .txt,
	.compareLayer .carOpt .togList .infoBox .boxTop strong {line-height: 1.5}
	.compareLayer .carOpt .togList .infoBox .boxTop strong {font-family: "HyundaiRegular";}
	.compareLayer .carOpt .togList .infoBox .boxTop .heading {padding-bottom: 10px;}
	.compareLayer .carOpt .btnWrap.btnSpaWrap {margin:0 -5px !important;padding:25px 0 0;}
	.compareLayer .carOpt .btnWrap.btnSpaWrap .colWd {padding:0 5px !important;}
	/*.compareLayer .itemWrap .img img,
	.compareLayer .carOpt .itemRowWrap .itemList .imgArea .img img {width: 100%;height: auto;} */
	.compareLayer .stepCar{padding-bottom: 40px !important;}
	.compareLayer .stepCar .itemWrap .itemList .img{padding-bottom:0;}
	.compareLayer .grayBox{padding:15px;}
}


/* SBPO */
.sbpo .itemWrap .img {margin-bottom:14px;}
.sbpo .itemWrap .itemList .checkboxWrap .checkboxInner label.subTitS {color:#767676;height:45px;}
.sbpo .mostSelectP {color:#00aad2;font-size:11px;line-height:21px;}
.sbpo .closed,
.sbpo.closed {display: none !important;}
.sbpo.layerPopupWrap .closed {display: block !important;}
@media all and (max-width:1024px) {
	.sbpo .itemWrap .img img { width:230px; height:125px;}
}
@media all and (max-width:767px) {
	/* SBPO */
	.sbpo .itemWrap .itemList .itemCon .conAreaS {margin-top:-10px;}
	.sbpo .itemWrap .img{padding-bottom:0;}
	.sbpo .itemWrap .img img {width: 100%;height: auto;}
}

/* SRBO */
.srbo .itemWrap .img {margin-bottom:14px;}
.srbo .itemWrap .img img { width:265px; height:144px;}

@media all and (max-width:1024px) {
	.srbo .itemWrap .img img { width:352px; height:215px;}
}

@media all and (max-width:767px) {
	/* SRBO */
	.secBrochureS1 .itemWrap .itemList .itemCon .conAreaS {display:none;}
	.srbo .btnWrap.btnSpaWrap .colWd.type2 {width:100%;}
	.srbo .itemWrap .img img {width: 100%;height: auto;}
	.srbo .itemWrap .img{padding-bottom:0; margin-bottom:0;}
}

/* SRTD */
.srtd .btn.widMd {width:140px;}

.srtd .conTopTitWrap .selectItem .img { padding:0;}
.srtd .conTopTitWrap .selectItem .img img { width:1000px; height:542px; position:relative; left:auto; top:auto; -webkit-transform:translate(0,0);transform:translate(0,0);}
@media screen and (max-width:1024px) {
	/* SRTD */
	.srtd .btnWrap.btnSpaWrap .colWd,
	.srtd .btnWrap.btnSpaWrap .col {width:auto;float:none;}
	.srtd .btnWrap.btnSpaWrap button[class*=btn],
	.srtd .btnWrap.btnSpaWrap a[class*=btn] {width:290px;}
	.srtd .formBoxWrap .titArea [class*=subTit] {display:none;}
	.srtd .formBoxWrap .titArea .txtRequiredField {text-align:left;}

	.srtd .conTopTitWrap .selectItem .img img { width:718px; height:389px;}
}
@media screen and (max-width:767px) {
	/* SRTD */
	.srtd .btnWrap.btnSpaWrap .colWd,
	.srtd .btnWrap.btnSpaWrap .col {width:50%;}
	.srtd .btnWrap.btnSpaWrap button[class*=btn],
	.srtd .btnWrap.btnSpaWrap a[class*=btn] {width:100%;}
	.secDriveS2 .btnWrap.btnSpaWrap .colWd,
	.secDriveS2 .btnWrap.btnSpaWrap .col {width:100%;}
	.secDriveS2 .btnWrap.btnSpaWrap .colWd.type1,
	.secDriveS2 .btnWrap.btnSpaWrap .col.type1 {width:50%;}
	.secDriveS2 .btnWrap.btnSpaWrap .widMd,
	.secDriveS2 .btnWrap.btnSpaWrap .widMd {width:100%;}
	.secDriveS2 .btnWrap.btnSpaWrap .widMd.type1,
	.secDriveS2 .btnWrap.btnSpaWrap .widMd.type1 {width:50%;}
	.secQuoteS2 .btnWrap.btnSpaWrap .colWd,
	.secQuoteS2 .btnWrap.btnSpaWrap .col {width:100%;}
	.secQuoteS2 .btnWrap.btnSpaWrap .colWd.type1,
	.secQuoteS2 .btnWrap.btnSpaWrap .col.type1 {width:50%;}
	.secDriveS1  .itemWrap .img img {width: 100%;height: auto;}
	.srtd .conTopTitWrap .selectItem .img img {margin-top:30px;width: 100%;height: auto;position:  static;transform: none;}
	.secDriveS1 .itemWrap .img{padding-bottom:0;}
}

/* SRQO */
@media screen and (max-width:1024px) {
	/* SRQO */
	.srqo .btnWrap.btnSpaWrap .colWd,
	.srqo .btnWrap.btnSpaWrap .col {width:auto;float:none;}
	.srqo .btnWrap.btnSpaWrap button[class*=btn],
	.srqo .btnWrap.btnSpaWrap a[class*=btn] {width:290px;}
	.srqo .formBoxWrap .titArea [class*=subTit] {display:none;}
	.srqo .formBoxWrap .titArea .txtRequiredField {text-align:left;}
}
@media screen and (max-width:767px) {
	/* SRQO */
	.srqo .btnWrap.btnSpaWrap .colWd,
	.srqo .btnWrap.btnSpaWrap .col {width:50%;}
	.srqo .btnWrap.btnSpaWrap button[class*=btn],
	.srqo .btnWrap.btnSpaWrap a[class*=btn] {width:100%;}
}

/* SRBO, SRQO, SRTD  > request a brochure, request a quote, request a drive */
/* step1 */
/* SRBO */
.secBrochureS1 .topTextBox {padding-bottom: 25px;}
.secBrochureS1 .btnWrap,
.secQuoteS1 .btnWrap,
.secDriveS1 .btnWrap {padding-top: 80px;}
.secQuoteS1 .itemList .img {padding-bottom: 53.58%;}
/* step2 */
.secBrochureS2 .formBoxWrap,
.secQuoteS2 .formBoxWrap,
.secDriveS2 .formBoxWrap {padding-top: 80px;}
.secBrochureS2 .btnWrap.btnSpaWrap,
.secQuoteS2 .btnWrap.btnSpaWrap,
.secDriveS2 .btnWrap.btnSpaWrap {padding-top: 80px;}
.secBrochureS2 .subTitS {font-size:17px;}
.secBrochureS2 .btnHome {width:240px;}
/* step3 */
.secBrochureS2 .summaryWrap,
.secQuoteS2 .summaryWrap,
.secDriveS2 .summaryWrap {padding-top: 80px;}
.secBrochureS2 .summaryArea .summaryBox [class*=subTit],
.secQuoteS2 .summaryArea .summaryBox [class*=subTit],
.secDriveS2 .summaryArea .summaryBox [class*=subTit] {padding: 20px 30px;}
.secBrochureS2 .summaryArea .summaryBox .con,
.secQuoteS2 .summaryArea .summaryBox .con,
.secDriveS2 .summaryArea .summaryBox .con {padding: 30px;}

.secBrochureS2 .itemWrap .img img { width:360px; height:195px;}
@media screen and  (max-width:1024px){
	/* SRBO, SRQO, SRTD */
	/* step1 */
	.secBrochureS1 .topTextBox {padding-bottom: 25px;}
	.secBrochureS1 .btnWrap,
	.secQuoteS1 .btnWrap,
	.secDriveS1 .btnWrap {padding-top: 40px;}
	.secBrochureS1 .btnWrap .widMd {min-width: 290px;}
	.secBrochureS1 .btnWrap.btnMoreWrap,
	.secQuoteS1 .btnWrap.btnMoreWrap,
	.secDriveS1 .btnWrap.btnMoreWrap {padding-top: 30px;}
	/* step2 */
	.secBrochureS2 .formBoxWrap,
	.secQuoteS2 .formBoxWrap,
	.secDriveS2 .formBoxWrap {padding-top: 40px;}
	.secBrochureS2 .btnWrap.btnSpaWrap,
	.secQuoteS2 .btnWrap.btnSpaWrap,
	.secDriveS2 .btnWrap.btnSpaWrap {padding-top: 40px;}
	/* step3 */
	.secBrochureS2 .summaryWrap,
	.secQuoteS2 .summaryWrap,
	.secDriveS2 .summaryWrap {padding-top: 40px;}
	.secBrochureS2 .summaryArea .summaryBox [class*=subTit],
	.secQuoteS2 .summaryArea .summaryBox [class*=subTit],
	.secDriveS2 .summaryArea .summaryBox [class*=subTit] {padding: 9px 15px;}
	.secBrochureS2 .summaryArea .summaryBox .con,
	.secQuoteS2 .summaryArea .summaryBox .con,
	.secDriveS2 .summaryArea .summaryBox .con {padding: 15px;}

	.secBrochureS2 .itemWrap .img img { width:230px; height:125px;}
}
@media screen and  (max-width:767px){
	/* SRBO, SRQO, SRTD */
	/* step1 */
	.secBrochureS1 .itemList .itemCon {display: none;}
	.secQuoteS1 .itemList .itemCon {display: none;}
	.secDriveS1 .itemList .itemCon {display: none;}
	.secBrochureS1 .btnWrap,
	.secQuoteS1 .btnWrap,
	.secDriveS1 .btnWrap {padding-top: 30px;}
	.secQuoteS1 .itemList .img {padding-bottom:0;}
	.secDriveS1 .itemWrap .itemList .itemCon {display:none;}
	.secQuoteS1 .itemWrap .itemList .itemCon {display:none;}
	.secQuoteS1 .itemWrap .img img{width:100%; height:auto;}

	.secBrochureS2 .itemWrap .img { padding:0;}
	.secBrochureS2 .itemWrap .img img {position: static;left:auto;top:auto;-webkit-transform:translate(0,0);transform: none;width: 100%;height: auto;}
	.srqo .conTopTitWrap .selectItem .img{padding-bottom:0;}
}

/* SSCO : Select a car */
.sectionWrap.secLifeStyle {padding-top: 20px;padding-bottom: 12px;}
.secLifeStyle .selLifeStyleBox .heading {padding-bottom: 60px;line-height: 1.75;font-size: 16px;}
.secLifeStyle .selLifeStyleBox .cbLifeStyle {margin: -20px -10px 0;overflow: hidden;}
.secLifeStyle .selLifeStyleBox .cbBox {padding: 20px 10px 0;float: left;position: relative;}
.secLifeStyle .selLifeStyleBox .cbBox .inner {background-color: #e4dcd3;position: relative;}
.secLifeStyle .selLifeStyleBox .cbBox input {display: none;opacity: 0;visibility: hidden;}
.secLifeStyle .selLifeStyleBox .cbBox .iconImgBox {display: block; position: absolute; top: 50%;margin-top: -20px; left: 20px; width: 40px; height: 40px;}
.secLifeStyle .selLifeStyleBox .cbBox .iconImgBox .normalImg {display: block; width: 40px; height: 40px;}
.secLifeStyle .selLifeStyleBox .cbBox .iconImgBox .onImg {display: none; width: 40px; height: 40px;}
.secLifeStyle .selLifeStyleBox .cbBox .lsLabel {display: block;width: 100%;min-height: 80px;padding: 20px 20px 20px 76px;box-sizing: border-box;cursor: pointer;position: relative;z-index: 2;}
.secLifeStyle .selLifeStyleBox .cbBox .lsLabel .tit {display: block;padding-bottom: 6px;line-height: 1;font-size: 16px;font-family: "HyundaiMedium";}
.secLifeStyle .selLifeStyleBox .cbBox .lsLabel .con {display: block;line-height: 1.29;font-size: 14px;}
.secLifeStyle .selLifeStyleBox .btnWrap.btnSpaWrap {margin-top: 0;padding-top: 30px;text-align: right;}
.secLifeStyle .selLifeStyleBox .btnWrap.btnSpaWrap .colWd {padding: 0;}
.secLifeStyle .selLifeStyleBox .cbBox input[type=checkbox]:checked ~ .lsLabel .tit {color: #00aad2;}
.secLifeStyle .selLifeStyleBox .cbBox input[type=checkbox]:checked ~ .lsLabel .con {color: #00aad2;}
.secLifeStyle .selLifeStyleBox .cbBox input[type=checkbox]:checked ~ .lsLabel .iconImgBox .normalImg {display: none;}
.secLifeStyle .selLifeStyleBox .cbBox input[type=checkbox]:checked ~ .lsLabel .iconImgBox .onImg {display: block;}
.secLifeStyle .selLifeStyleBox .cbBox input[type=checkbox]:checked ~ .lsLabel:before {content: "";display: block;border: 2px solid #00aad2;background: transparent;position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 1;}

/* SAVO */ /* SSCO */
.secSltCarList .txtListTop {padding-bottom: 12px;}
.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo:after {content: "";display: block;clear: both;}
.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .imgArea {width: 338px;float: left;}
.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .imgArea .img {padding-bottom: 0;}
.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .imgArea .btnWrap {padding-top: 30px;}
.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .imgArea .btnWrap.rmBtn .colWd:last-child {display: none;} /* ltr */ /* 180402 */
.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .imgArea .btnWrap .colWd {width: 50%;}
.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea {width: 552px;margin-top: -24px;float: right;}
.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea .dlBox {margin-top: 24px;}
.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea .dlBox .conTit {padding-bottom: 12px;}
.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea .btnWrap {display: none;}

.secSltCarList .itemWrap .img img { width:265px; height:144px;}

.secSltCarList .itemWrap .itemLayer .img img { position:relative; left:auto; top:auto; -webkit-transform:translate(0,0);transform:translate(0,0); width:338px; height:183px;}

@media screen and  (max-width:1240px){
	/* SAVO */ /* SSCO */
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .imgArea {width: 33.8%;}
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea {width: 55.2%;}
}
@media screen and  (max-width:1024px){
	/* SSCO */
	.sectionWrap.secLifeStyle {padding-top: 25px;padding-bottom: 25px;}
	.secLifeStyle .selLifeStyleBox .heading {padding-bottom: 10px;line-height: 1.5;font-size: 14px;}
	.secLifeStyle .selLifeStyleBox .cbLifeStyle {margin: -14px -7px 0;}
	.secLifeStyle .selLifeStyleBox .cbBox {padding: 14px 7px 0;}
	.secLifeStyle .selLifeStyleBox .cbBox .lsLabel {min-height: 60px;padding: 14px 5px 0 15px;}
	.secLifeStyle .selLifeStyleBox .cbBox .iconImgBox {display: none;}
	.secLifeStyle .selLifeStyleBox .cbBox .lsLabel .tit {padding-bottom: 2px;font-size: 14px;}
	.secLifeStyle .selLifeStyleBox .cbBox .lsLabel .con {line-height: 1.17;font-size: 12px;}
	.secLifeStyle .selLifeStyleBox .btnWrap.btnSpaWrap {padding-top: 20px;}
	.secLifeStyle .selLifeStyleBox .btnWrap.btnSpaWrap .colWd {width: 100px;padding: 0;}
	.secLifeStyle .selLifeStyleBox .cbBox input[type=checkbox]:checked ~ .lsLabel:before {border-width: 2px;}
	/* SAVO */ /* SSCO */
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .imgArea {width: 100%;padding-bottom: 50px;float: none;}
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .imgArea .btnWrap {padding-top: 45px;}
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .imgArea .btnWrap .colWd {width: 180px;}
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .imgArea .btnWrap .colWd .btn {height: 40px;}
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea {width: 100%;float: none;}
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea .dlBox .conTit {padding-bottom: 9px;}

	.secSltCarList .itemWrap .img img { width:230px; height:125px;}

	.secSltCarList .itemWrap .itemLayer .img img { width:668px; height:362px;}
}
@media screen and  (max-width:767px){
	/* SSCO */
	.sectionWrap.secLifeStyle{padding-top:15px; padding-bottom:40px;}
	.secLifeStyle .selLifeStyleBox .heading {padding-bottom: 15px;}
	.secLifeStyle .selLifeStyleBox .cbLifeStyle {margin: -10px -5px 0;}
	.secLifeStyle .selLifeStyleBox .cbBox {padding: 10px 5px 0;}
	.secLifeStyle .selLifeStyleBox .cbBox .lsLabel {min-height: 30px;padding: 13px 15px;}
	.secLifeStyle .selLifeStyleBox .btnWrap.btnSpaWrap {padding-top: 30px;text-align: center;}
	.secLifeStyle .selLifeStyleBox .cbBox .lsLabel .con {margin-top:2px;}
	/* SAVO */ /* SSCO */
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .imgArea {display: none;}
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea {width: 100%;margin-top: -20px;float: none;}
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea .dlBox {margin-top: 20px;}
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea .btnWrap {display: block;padding-top: 30px;}
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea .btnWrap.rmBtn .colWd:last-child {display: none;} /* ltr */ /* 180402 */
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea .btnWrap .colWd {width: 50%;}
	.secSltCarList .itemWrap.bttmLayer .itemLayer .carInfo .infoArea .btnWrap .colWd .btn {height: 40px;}
	.secSltCarList .itemWrap .img{padding-bottom:0;}
	.secSltCarList .itemWrap .img img {width: 100%;height: auto;}
}

/* SPEO : Payment Estimator */
.speoWrap { background:#fff;}

.secPaymentList .itemWrap:after { content:""; display:block; clear:both;}
.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle:after {content: "";display: block;clear: both;}
.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .imgArea {width: 274px;float: left;}
.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea {width: 666px;margin-top: -20px;float: right;}
.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .dlBox {display: table;width: 100%;margin-top: 20px;}
.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .dlBox .conTit {display: table-cell;width: 160px;vertical-align: middle;padding-right:10px;}
.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .dlBox .cont {display: table-cell;vertical-align: middle;}
.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .btnWrap {padding-top: 20px;text-align: right;}
/* icon - new, upcoming */
.secPaymentList .icBadgeNew,
.secPaymentList .icBadgeUpcoming {position: absolute;left:0;top:0;display:block;width:70px;height:19px;text-indent: -99999px;background-position:50% 0;background-repeat:no-repeat;}
.secPaymentList .icBadgeNew {background-image:url("images/common/ico-new-w.png");}
.secPaymentList .icBadgeUpcoming {background-image:url("images/common/ico-upcoming-w.png");}
/* detailBox */
.sectionWrap.secSpeoDetailWrap,
.secSpeoDetailWrap {padding-top: 60px;padding-bottom: 70px;}
.secSpeoDetailWrap .detailBox {padding-bottom: 50px;}
.secSpeoDetailWrap .detailBox:after {content: "";display: table;clear: both;}
.secSpeoDetailWrap .detailBox [class*=subTit] {width: 50%;padding-top: 20px;float: left;}
.secSpeoDetailWrap .detailBox .conBox {width: 50%;padding-left: 16px;float: right;}
.secSpeoDetailWrap .detailBox .conBox .priceDetail {padding: 20px 30px;background: #f6f3f2;}
.secSpeoDetailWrap .detailBox .conBox .priceDetail .dlBox {display: table;width: 100%;margin-top: 10px;}
.secSpeoDetailWrap .detailBox .conBox .priceDetail .dlBox:first-child {margin-top: 0;}
.secSpeoDetailWrap .detailBox .conBox .priceDetail .tit {display: table-cell;width: 218px;height: 44px;line-height: 17px;font-size: 14px;vertical-align: middle;padding-right:10px;}
.secSpeoDetailWrap .detailBox .conBox .priceDetail .cont {display: table-cell;height: 44px;line-height: 17px;font-size: 14px;vertical-align: middle;text-align: right;}
.secSpeoDetailWrap .detailBox .conBox .priceDetail .cont input {padding: 10px 10px 7px 10px;line-height: 1.5;font-size: 20px;color: #002c5f;font-family: "HyundaiMedium";}
.secSpeoDetailWrap .detailBox2 {margin: 0 -10px;}
.secSpeoDetailWrap .detailBox2:after {content: "";display: table;clear: both;}
.secSpeoDetailWrap .detailBox2 .dlBox {width: 50%;padding: 0 10px;float: left;}
.secSpeoDetailWrap .detailBox2 .dlBox .dtType {margin-bottom: 2px;position: relative; padding-right:30px;}
.secSpeoDetailWrap .detailBox2 .dlBox .dtType .toolTipWrap {margin-top: -9px;position: absolute;right: 0;top: 50%;}
.secSpeoDetailWrap .detailBox2 .dlBox .ddType input {height: 40px;}
.secSpeoDetailWrap .btnWrap.btnSpaWrap.btnCalcWrap  {padding-top: 60px;}
.secSpeoDetailWrap .txtNote  {padding-top: 100px;}
.secSpeoDetailWrap .resultBox {display: none;margin-top: 80px;padding: 40px 60px;background: #f6f3f2;}
.secSpeoDetailWrap .resultBox.on {display: block;}
.secSpeoDetailWrap .resultBox .inner:after {content: "";display: table;clear: both;}
.secSpeoDetailWrap .resultBox .imgArea {width: 42%;float: left;}
.secSpeoDetailWrap .resultBox .imgArea .img {width: 100%;padding-bottom: 47.619%;position: relative;}
.secSpeoDetailWrap .resultBox .imgArea .img img {width: auto;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width:100%;}
.secSpeoDetailWrap .resultBox .infoArea {width: 49.6%;float: right;}
.secSpeoDetailWrap .resultBox .infoArea [class*=subTit] {padding-bottom: 23px;}
.secSpeoDetailWrap .resultBox .infoArea [class*=subTit] span {display: block;line-height: 24px;font-size: 16px;font-family: "HyundaiRegular";}
.secSpeoDetailWrap .resultBox .infoArea strong,
.secSpeoDetailWrap .resultBox .infoArea em {font-style: normal;}
.secSpeoDetailWrap .resultBox .infoArea .infoInner {padding-bottom: 25px;}
.secSpeoDetailWrap .resultBox .infoArea .infoList {display: table;width: 100%;margin-top: 4px;}
.secSpeoDetailWrap .resultBox .infoArea .infoList:first-child {margin-top: 0;}
.secSpeoDetailWrap .resultBox .infoArea .infoList .subTitS {display: table-cell;vertical-align: middle;}
.secSpeoDetailWrap .resultBox .infoArea .infoList .conAreaL {display: table-cell;vertical-align: middle;text-align: right;}
.secSpeoDetailWrap .resultBox .infoArea .txtR {text-align: right;}
.secSpeoDetailWrap .resultBox .infoArea .btnWrap.btnSpaWrap {padding-top: 25px;text-align: right;}
.secSpeoDetailWrap .resultBox .infoArea .btnWrap.btnSpaWrap .btn {padding: 0 5px;}
@media screen and  (max-width:1240px){
	/* SPEO */
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .imgArea {width: 27.4%;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea {width: 66.6%;}
}
@media screen and  (max-width:1024px){
	/* SPEO */
	.secPaymentList .itemWrap.bttmLayer .active .itemLayer {padding: 40px 40px 50px 25px;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .imgArea {width: 37.51%;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea {width: 57.93%;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .dlBox {display: table;width: 100%;margin-top: 20px;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .dlBox .conTit {width: 117px;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .btnWrap .btn {height: 40px;}
	.sectionWrap.secSpeoDetailWrap,
	.secSpeoDetailWrap {padding-top: 45px;padding-bottom: 50px;}
	.secSpeoDetailWrap .detailBox {padding-bottom: 41px;}
	.secSpeoDetailWrap .detailBox .conBox .priceDetail {padding: 20px 30px;}
	.secSpeoDetailWrap .detailBox .conBox .priceDetail .dlBox {margin-top: 5px;}
	.secSpeoDetailWrap .detailBox .conBox .priceDetail .tit {width: 150px;height: 35px;line-height: 21px;}
	.secSpeoDetailWrap .detailBox .conBox .priceDetail .cont {height: 35px;line-height: 21px;}
	.secSpeoDetailWrap .detailBox .conBox .priceDetail .cont input {padding: 6px 15px 6px 15px;line-height: 1.4;font-size: 17px;}
	.secSpeoDetailWrap .detailBox2 {margin: 0 -7px;}
	.secSpeoDetailWrap .detailBox2 .dlBox {padding: 0 7px;}
	.secSpeoDetailWrap .detailBox2 .dlBox .dtType {margin-bottom: 7px;}
	.secSpeoDetailWrap .detailBox2 .dlBox .dtType .toolTipWrap {margin-top: -4px;}
	.secSpeoDetailWrap .detailBox2 .dlBox .ddType input {height: 35px;}
	.secSpeoDetailWrap .btnWrap.btnSpaWrap.btnCalcWrap  {padding-top: 45px;}
	.secSpeoDetailWrap .resultBox {margin-top: 65px;padding: 40px 25px 50px 40px;}
	.secSpeoDetailWrap .resultBox .imgArea {width: 42%;float: left;}
	.secSpeoDetailWrap .resultBox .infoArea [class*=subTit] {padding-bottom: 18px;}
	.secSpeoDetailWrap .resultBox .infoArea [class*=subTit] span {line-height: 21px;font-size: 14px;}
	.secSpeoDetailWrap .resultBox .infoArea .infoInner {padding-bottom: 10px;}
	.secSpeoDetailWrap .resultBox .infoArea .infoList {margin-top: 2px;}
	.secSpeoDetailWrap .resultBox .infoArea .infoList:first-child {margin-top: 0;}
	.secSpeoDetailWrap .resultBox .infoArea .btnWrap.btnSpaWrap {padding-top: 50px;text-align: center;}
	.secSpeoDetailWrap .resultBox .infoArea .btnWrap.btnSpaWrap .colWd {width: 50%;}
	.secSpeoDetailWrap .resultBox .infoArea .btnWrap.btnSpaWrap .btn {padding: 0 5px;}
	.secSpaListWrap.secPaymentList .itemWrap .img img { width:100%; height:auto;}
}
@media screen and  (max-width:767px){
	/* SPEO */
	.secPaymentList .itemWrap.bttmLayer .active .itemLayer {padding: 30px 15px 40px 15px;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .imgArea {display: none;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea {width: 100%;float: none;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .dlBox {display: block;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .dlBox .conTit {display: block;width: 100%;padding-bottom: 8px;padding-right:0;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .dlBox .cont {display: block;width: 100%;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .btnWrap {padding-top: 30px;text-align: center;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .btnWrap .colWd {width: 100%;}
	.secPaymentList .itemWrap.bttmLayer .itemLayer .selVehicle .infoArea .btnWrap .colWd:nth-child(2) {margin-top:10px !important;} /* ltr */ /* 180402 */
	/* icon - new, upcoming */
	.secPaymentList .icBadgeNew,
	.secPaymentList .icBadgeUpcoming {width:60px;height:14px;left:15px;}
	.secPaymentList .icBadgeNew {background-image:url("images/common/ico-new-m.png");}
	.secPaymentList .icBadgeUpcoming {background-image:url("images/common/ico-upcoming-m.png");}
	/* detailBox */
	.secSpeoDetailWrap .detailBox {padding-bottom: 16px;}
	.secSpeoDetailWrap .detailBox [class*=subTit] {width: 100%;padding-top: 0;padding-bottom: 20px;float: none;}
	.secSpeoDetailWrap .detailBox .conBox {width: 100%;padding: 0;float: none;}
	.secSpeoDetailWrap .detailBox .conBox .priceDetail {width: 100%;padding: 20px;float: none;}
	.secSpeoDetailWrap .detailBox .conBox .priceDetail .dlBox {margin-top: 5px;}
	.secSpeoDetailWrap .detailBox .conBox .priceDetail .tit {width: auto;}
	.secSpeoDetailWrap .detailBox .conBox .priceDetail .cont input {width: 160px;}
	.secSpeoDetailWrap .detailBox2 {margin: 0;}
	.secSpeoDetailWrap .detailBox2 .dlBox {width: 100%;padding: 12px 0 0 0;}
	.secSpeoDetailWrap .detailBox2 .dlBox:first {padding: 0;}
	.secSpeoDetailWrap .detailBox2 .dlBox .dtType{padding-right:25px;}
	.secSpeoDetailWrap .btnWrap.btnSpaWrap.btnCalcWrap  {padding-top: 30px;}
	.secSpeoDetailWrap .resultBox {padding: 15px;}
	.secSpeoDetailWrap .resultBox .imgArea {width: 100%;padding-bottom: 10px;float: none;}
	.secSpeoDetailWrap .resultBox .infoArea {width: 100%;float: none;}
	.secSpeoDetailWrap .resultBox .infoArea .infoList {margin-top: 12px;}
	.secSpeoDetailWrap .resultBox .infoArea .infoList:first-child {margin-top: 0;}
	.secSpeoDetailWrap .resultBox .infoArea .infoList .subTitS {width: 140px;}
	.secSpeoDetailWrap .resultBox .infoArea .btnWrap.btnSpaWrap {padding-top: 22px;text-align: center;}
	.secSpeoDetailWrap .resultBox .infoArea .btnWrap.btnSpaWrap .colWd {width: 100%;}
	.secSpeoDetailWrap .resultBox .infoArea .btnWrap.btnSpaWrap .colWd ~ .colWd {padding-top: 10px !important;}
	.secPaymentList .itemWrap .img img {width: 100%;height: auto;}
	.speoWrap .itemWrap .img {padding-bottom:0;}
}

/* PIP : Exterior & interior */
/* PVRE : 360° VR_Exterior *//* PVRI : 360° VR_Interior *//* SBPO : Build & Price */
.pipVrWrap .panoLoadingStart {margin: -50px 0 0 -50px;position: absolute;left: 50%;top: 50%;z-index: 2;}
.pipVrWrap .panoLoadingStart button {display: block;width: 100px;height: 100px;text-indent: -9999px;overflow: hidden;}
.pipVrWrap .loadingPersent {display: block;width: 100px;height: 100px;margin: -50px 0 0 -50px;line-height: 100px;color: #fff;font-family: "HyundaiMedium";text-align: center;border-radius: 100%;background: rgba(0,0,0,0.7);position: absolute;top: 50%;left: 50%;z-index: 2;display: none;}

/* PVRE *//* PVRI */
.experience360vr_infoArea {background:#fff;padding:0 103px 0 64px;}
.experience360vr_infoArea .item{padding-left: 335px;padding-top: 33px;border-bottom:1px solid #f1ede9;/*overflow:hidden;*/position:relative;height:146px;}
.experience360vr_infoArea .item:last-child{border-bottom:0}
.experience360vr_infoArea .item .leftTitle{width:296px;position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.experience360vr_infoArea .item .leftTitle .title{color:#000;font-size:20px;font-family:"HyundaiMedium";line-height:1}
.experience360vr_infoArea .item .leftTitle .colorName{color:#000;font-size:16px;margin-top:15px;line-height:1;font-family:"HyundaiRegular";}
.experience360vr_infoArea .item .leftTitle .optionName{color:#000;font-size:16px;margin-top:15px;line-height:1;font-family:"HyundaiRegular";}
.experience360vr_infoArea .item .experience_sort_Wrap{width:100%;position:relative;/*margin-top:37px;overflow:hidden;*/-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;/*padding:0 30px*/}
.experience360vr_infoArea .item .experience_sort_Wrap .slideArea{position:relative;overflow:hidden;width:100%;}
.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li{float:left; padding:10px 20px 0 0;position:relative;margin-right:0 !important;}
.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li img{width:64px;height:64px}
.experience360vr_infoArea .item.option1 .experience_sort_Wrap .slideArea li img{box-sizing: border-box;border:1px solid rgba(0,0,0,0.15);}
.swiper-wrapper {display: flex;}
.experience360vr_infoArea .item .experience_sort_Wrap .slideArea.wheel li img{width:68px;height:68px}
.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li.on:after{display:block;content:'';position:absolute;right:11px;top:0;background:url("images/find-a-car/360vr/ico-chk-on.png") no-repeat;width:22px;height:22px;overflow:hidden;z-index:1}
.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev{position:absolute;left:-39px;top:30px;}
.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev.disabled{opacity:0.23;}
.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev .prev{background:url("images/find-a-car/360vr/btn-prev.png") no-repeat;width:9px;height:16px;overflow:hidden;text-indent:-9999px;display:block}
.experience360vr_infoArea .item .experience_sort_Wrap .btn_next{position:absolute;right:-39px;top:30px;}
.experience360vr_infoArea .item .experience_sort_Wrap .btn_next.disabled{opacity:0.23;}
.experience360vr_infoArea .item .experience_sort_Wrap .btn_next .next{background:url("images/find-a-car/360vr/btn-next.png") no-repeat;width:9px;height:16px;overflow:hidden;text-indent:-9999px;display:block}
.experience360vr_infoArea .item .experience_sort_Wrap.hideBtn .btn_prev,
.experience360vr_infoArea .item .experience_sort_Wrap.hideBtn .btn_next{display:none}
.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev.swiper-button-disabled button {background:url("images/find-a-car/360vr/btn-prev-disabled.png")}
.experience360vr_infoArea .item .experience_sort_Wrap .btn_next.swiper-button-disabled button {background:url("images/find-a-car/360vr/btn-next-disabled.png")}
.experience360VrimgArea {position:relative;height:425px;overflow:hidden}
.experience360VrimgArea .panorama{width:auto !important;height:auto !important;overflow: hidden;}
.experience360VrimgArea .panorama img{width:100% !important}
.experience360VrimgArea .experiencePanoramaBox{position:relative;height:425px;overflow:hidden}
.pipVrWrap .experience360VrimgArea {width: 100%;overflow: hidden;position: relative;}
.pipVrWrap .experience360VrimgArea .panorama {position: absolute !important;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;}
.pipVrWrap .experience360VrimgArea .panorama img{width: auto !important;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
@media screen and  (max-width:1240px){
	/* PVRE *//* PVRI */
	.experience360vr_infoArea .item {padding-left: 200px;}
	.experience360vr_infoArea .item .leftTitle {width: 200px;}
	.contents_interior.pip .color .item {padding-left: 200px;}
	.contents_interior.pip .color .item .leftTitle{width: 200px;}
}
@media screen and  (max-width:1024px){
	/* PVRE *//* PVRI *//* SBPO */
	.experience360VrimgArea {height:0;padding-bottom: 37.946%;overflow:hidden}
	.experience360VrimgArea .experiencePanoramaBox{height:auto;overflow:hidden;position: absolute;left: 0;top: 0;right: 0;bottom: 0;}
	.pipVrWrap .experience360VrimgArea {width: 100%;overflow: hidden;position: relative;}
	.pipVrWrap .experience360VrimgArea .panorama {height: auto !important;}
	.pipVrWrap .experience360VrimgArea .panorama img{width: 100% !important;}
	.pipVrWrap .panoLoadingStart {margin: -30px 0 0 -30px;}
	.pipVrWrap .panoLoadingStart button {width: 60px;height: 60px;background-size: 60px;}
	.pipVrWrap .panoLoadingStart .btnPanoVRStart img {width: 100%;}
	.pipVrWrap .loadingPersent {width: 60px;height: 60px;margin: -30px 0 0 -30px;line-height: 60px;}
}
@media screen and  (max-width:1024px){
	/* PVRE *//* PVRI */
	.experience360vr_infoArea {padding: 0 30px;}
	.experience360vr_infoArea .item{padding: 25px 0 49px;height: auto;}
	.experience360vr_infoArea .item .leftTitle{display:table;width:auto;position:static;-webkit-transform: none;transform: none;}
	.experience360vr_infoArea .item .leftTitle .title{display:table-cell;line-height:21px;font-size:17px;vertical-align: bottom;}
	.experience360vr_infoArea .item .leftTitle .colorName,
	.experience360vr_infoArea .item .leftTitle .optionName {display:table-cell;padding-left:15px;line-height:17px;font-size:12px;text-align: left;vertical-align: bottom;}
	.experience360vr_infoArea .item .experience_sort_Wrap {margin-top: 23px;padding: 0;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea {height: auto;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li{width:84px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li.on:after{background-size: 24px;width:24px;height:24px;right: 12px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li img{width:64px;height:64px;}
	.experience360vr_infoArea .item.option1 .experience_sort_Wrap .slideArea li img {border: 1px solid rgba(0,0,0,0.15);}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_next,
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev{top:32px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_next{right: -30px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev{left: -30px;}
}
@media screen and  (max-width:767px)  {
	/* PVRE *//* PVRI */
	.experience360vr_infoArea {padding:6px 0 0;}
	.experience360vr_infoArea .item {padding: 16px 0 20px;}
	.experience360vr_infoArea .item .experience_sort_Wrap {width: 100%;margin-top: 28px;margin-right: -15px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li {width: 48px;padding: 6px 8px 0 0;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li img {width: 40px;height: 40px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li.on:after {width: 12px;height: 12px;background-size: 12px;right: 3px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev{display: none;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_next{display: none;}
}

/* PVRE : 360° VR_Exterior */
.titArea.pvreTitArea {padding-bottom: 40px;}
.titArea.pvreTitArea [class*=subTit] {padding-bottom: 20px;}
.vr360Exterior .tabWrap .tabArea {height:auto;}
.vr360Exterior .tabWrap .tabArea .tab{margin-bottom: 1px;}
.vr360Exterior .tabWrap .tabArea .tab .link { font-size: 12px;}
.vr360Exterior .pipVrWrap {margin-top: -1px;}
@media screen and (max-width:1024px) {
	/* PVRE */
	.titArea.pvreTitArea {padding-bottom: 30px;}
	.titArea.pvreTitArea [class*=subTit] {padding-bottom: 15px;}
	.vr360Exterior .tabWrap .tabArea .tab {max-height: 45px;}
	.vr360Exterior .tabWrap .tabArea .tab .link { font-size: 11px; padding-left: 5px; padding-right: 5px; height: 45px; line-height: 12px;}
}
@media screen and (max-width:767px) {
     .vr360Exterior .tabWrap .tabArea .tab {height: auto; max-height: none;margin-bottom: 0;} /* 180416 */
     .vr360Exterior .tabWrap .tabArea .tab .link{height:auto;} /* 180416 */
}

/* PVRI : 360° VR_Interior */
.titArea.pvriTitArea {padding-bottom: 40px;}
.titArea.pvriTitArea [class*=subTit] {padding-bottom: 20px;}
.vr360Interia .tabWrap .tabArea {height:auto;}
.vr360Interia .tabWrap .tabArea .tab{margin-bottom: 1px;}
.vr360Interia .tabWrap .tabArea .tab .link { font-size: 12px;}
.vr360Interia .pipVrWrap {margin-top: -1px;}
@media screen and (max-width:1024px) {
	/* PVRI */
	.titArea.pvriTitArea {padding-bottom: 30px;}
	.titArea.pvriTitArea [class*=subTit] {padding-bottom: 15px;}
	.vr360Interia .tabWrap .tabArea .tab {max-height: 45px;}
	.vr360Interia .tabWrap .tabArea .tab .link { font-size: 11px; padding-left: 5px; padding-right: 5px; height: 45px; line-height: 12px;}
}
@media screen and (max-width:767px) {
	.vr360Interia .tabWrap .tabArea .tab {height:auto;max-height: none;margin-bottom: 0;} /* 180416 */
	.vr360Interia .tabWrap .tabArea .tab .link{height:auto;} /* 180416 */
}
@media screen and  (max-width:767px)  {
	/* PVRE *//* PVRI *//* SBPO */
	.pipVrWrap .experience360VrimgArea {width: auto;margin: 0 -15px;}
	.vr360Exterior .tabWrap .tabArea .tab .link,
	.vr360Interia .tabWrap .tabArea .tab .link{ line-height: 24px; font-size: 16px;padding:10px 35px 11px 16px;} /* 180416 */
}


/* PVRE *//* PVRI *//* SBPO */
.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,"Nimbus Sans L","Liberation Sans",Arial,sans-serif;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4;contain:content}
.pnlm-container *{box-sizing:content-box}
.pnlm-container:-moz-full-screen{height:100% !important;width:100% !important}
.pnlm-container:-webkit-full-screen{height:100% !important;width:100% !important}
.pnlm-container:-ms-fullscreen{height:100% !important;width:100% !important}
.pnlm-container:fullscreen{height:100% !important;width:100% !important}
.pnlm-render-container{cursor:inherit;position:absolute;height:100%;width:100%}
.pnlm-controls{margin-top:4px;background-color:#fff;border:1px solid #999;border-color:rgba(0,0,0,0.15);border-radius:3px;cursor:pointer;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}
.pnlm-control:hover{background-color:#f8f8f8}
.pnlm-controls-container{position:absolute;top:0;left:4px;z-index:1}
.pnlm-zoom-controls{width:26px;height:52px}
.pnlm-zoom-in{width:100%;height:50%;position:absolute;top:0;border-radius:3px 3px 0 0}
.pnlm-zoom-out{width:100%;height:50%;position:absolute;bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:rgba(0,0,0,0.10);border-radius:0 0 3px 3px}
.pnlm-fullscreen-toggle-button,
.pnlm-orientation-button,
.pnlm-hot-spot-debug-indicator{width:26px;height:26px}
.pnlm-hot-spot-debug-indicator{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;background-color:rgba(255,255,255,0.5);border-radius:13px;display:none}
.pnlm-orientation-button-inactive{background-position:0 -156px}
.pnlm-orientation-button-active{background-position:0 -182px}
.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}
.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}
.pnlm-panorama-info{position:absolute;bottom:4px;background-color:rgba(0,0,0,0.7);border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}
.pnlm-title-box{position:relative;font-size:20px;display:table;padding-left:5px;margin-bottom:3px}
.pnlm-author-box{position:relative;font-size:12px;display:table;padding-left:5px}
.pnlm-load-box{position:absolute;left:50%;top:50%;margin:-50px 0 0 -50px;width:100px;height:100px;border-radius:50px;background:rgba(0,0,0,0.7);text-align:center;line-height:100px;color:#fff;font-size:20px;display:none}
.pnlm-load-box p{line-height:50px;font-size:20px;color:#fff}
.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}
.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}
@keyframes pnlm-mv{from{left:0;top:0} 25%{left:10px;top:0} 50%{left:10px;top:10px} 75%{left:0;top:10px} to{left:0;top:0}}
@-webkit-keyframes pnlm-mv{from{left:0;top:0} 25%{left:10px;top:0} 50%{left:10px;top:10px} 75%{left:0;top:10px} to{left:0;top:0}}
.pnlm-load-button{position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;cursor:pointer}
.pnlm-load-button p{display:table-cell;vertical-align:middle}
.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff;table-layout:fixed}
.pnlm-info-box a{color:#fff;overflow-wrap:break-word}
.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px 0 5px}
.pnlm-error-msg{display:none}
.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px 5px 8px;background:rgba(0,0,0,0.7);border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-moz-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}
.pnlm-about-msg a:link,
.pnlm-about-msg a:visited{color:#fff}
.pnlm-about-msg a:hover,
.pnlm-about-msg a:active{color:#eee}
.pnlm-hotspot-base{position:absolute;visibility:hidden;cursor:default;vertical-align:middle;top:0;z-index:1}
.pnlm-hotspot{height:26px;width:26px;border-radius:13px}
.pnlm-hotspot:hover{background-color:rgba(255,255,255,0.2)}
.pnlm-hotspot.pnlm-info{background-position:0 -104px}
.pnlm-hotspot.pnlm-scene{background-position:0 -130px}
div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:rgba(0,0,0,0.7);color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-left:-220px;cursor:default}
div.pnlm-tooltip:hover span{visibility:visible}
div.pnlm-tooltip:hover span:after{content:'';position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,0.7) transparent transparent transparent;bottom:-20px;left:-10px;margin:0 50%}
.pnlm-compass{position:absolute;width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;cursor:default;display:none}
.pnlm-world{position:absolute;left:50%;top:50%}
.pnlm-face{position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0}
.pnlm-dragfix,
.pnlm-preview-img{position:absolute;height:100%;width:100%}
.pnlm-preview-img{background-size:cover;background-position:center}
.pnlm-lbar{display:none;width:150px;margin:0 auto;border:#fff 1px solid;height:6px}
.pnlm-lbar-fill{background:#fff;height:100%;width:0}
.pnlm-lmsg{line-height:50px;font-size:20px;color:#fff;font-family:"HyundaiMedium";}
.pnlm-fade-img{position:absolute;top:0;left:0}
@media screen and (max-width:767px) {
	.pnlm-load-button {width: 50px;height: 50px;margin: -25px 0 0 -25px;background-size: 50px;}
	.pnlm-load-button img {width: 50px;}
}

/* SBPO : Build & Price */
/* Filter button */
/* SAVO *//* SBPO *//* SPEO */
.btnFilterWrap {padding-bottom: 30px;margin-top: -70px;text-align: right;}
.btnFilterWrap .btnFilterTgl {display: inline-block;width: 140px;height: 40px;padding: 0 20px;line-height: 1;color: #000;font-size: 14px;font-family: "HyundaiMedium";text-align: left;box-sizing: border-box;background: rgba(255,255,255,.8);position: relative;border:1px solid #fff;}
.btnFilterWrap .btnFilterTgl.lg {width: auto; padding:0 50px 0 20px;}
.btnFilterWrap .btnFilterTgl:after {content: "";display: block;margin-top: -3px;border-top: 6px solid #000;border-bottom: 0 none;border-left: 4px solid transparent;border-right: 4px solid transparent;position: absolute;right: 20px;top: 50%;}
.btnFilterWrap .btnFilterTgl:hover {text-decoration: underline;}
.btnFilterWrap .btnFilterTgl.active:after {border-bottom: 6px solid #000;border-top: 0 none;}
.filterBoxWrap {position: relative; display: none;}
.filterBoxWrap .searchDetailWrap {padding: 50px 0 100px;overflow: hidden;}
.filterBoxWrap .searchDetailWrap .detailList {margin-top: -70px;font-size: 0;line-height: 0;}
.filterBoxWrap .searchDetailWrap .detailList:after {content: "";display: block;clear: both;}
.filterBoxWrap .searchDetailWrap .list {display: inline-table;width: 32.3%;margin-top: 50px;padding-right: 1%;font-size: 16px;line-height: 1;vertical-align: top;}
.filterBoxWrap .searchDetailWrap .list .titArea {padding-bottom: 20px;}
.filterBoxWrap .searchDetailWrap .checkboxWrap {margin-bottom: -16px;}
.filterBoxWrap .searchDetailWrap .checkboxInner {width: 33.3%;height: 36px;margin: 0;}
.filterBoxWrap .searchDetailWrap .checkboxInner ~ .checkboxInner {margin: 0;}
.filterBoxWrap .searchDetailWrap .checkboxInner label {height: 36px;padding-right: 2px;font-family: "HyundaiMedium";}
.filterBoxWrap .searchDetailWrap .slideBarWrap {position: relative;margin-bottom: 0;}
.filterBoxWrap .searchDetailWrap .slideBarWrap .barWrap {height: 20px;max-width: 320px;margin: 0 60px 10px 10px;position: relative;}
.filterBoxWrap .searchDetailWrap .slideBarWrap .barWrap:after {content: "";display: block;width: auto;height: 4px;margin: -2px 0 0 0;background: #999;position: absolute;left: 0;right: 0;top: 50%;z-index: 1;}
.filterBoxWrap .searchDetailWrap .slideBarWrap .barActive {display: block;width: auto;height: 4px;margin-top: -2px;background: #00aad2;position: absolute;top: 50%;z-index: 2;}
.filterBoxWrap .searchDetailWrap .slideBarWrap .pin {display: block;width: 20px;height: 20px;margin-top: -10px;margin-left: -10px;border: 6px solid #00aad2;background: #fff;box-sizing: border-box;border-radius: 50%;position: absolute;top: 50%;z-index: 3;}
.filterBoxWrap .searchDetailWrap .slierRange {margin-right: 50px;overflow: hidden;}
.filterBoxWrap .searchDetailWrap .slierRange .from {float: left;}
.filterBoxWrap .searchDetailWrap .slierRange .to {float: right;}
.filterBoxWrap .searchDetailWrap .slierRange .from label,
.filterBoxWrap .searchDetailWrap .slierRange .to label {display: inline-block;line-height: 34px;font-size: 14px;font-family: "HyundaiMedium";}
.filterBoxWrap .searchDetailWrap .slierRange .from label {margin-right: 6px;}
.filterBoxWrap .searchDetailWrap .slierRange .to label {margin-left: 10px;}
.filterBoxWrap .searchDetailWrap .slierRange input {width: 74px;height: 34px;line-height: 24px;padding: 5px 10px 5px 10px;font-size: 14px;color: #000;border: 0 none;background: #fff;}
.filterBoxWrap .searchDetailWrap .btnWrap {padding-top: 60px;}
.filterBoxWrap .searchDetailWrap .btnWrap .colWd {width: 122px;}

/* exterior & interior */
/* SBPO : Build & Price */
.sbpo .step1content {display: none;}
.sbpo .step1content.active {display: block;}
.sectionWrap.confVrWrap,
.confVrWrap {padding-top: 90px;}
.confStepWrap {width: 100%;overflow: hidden;}
.confStepWrap .stepArea {width: auto;}
.confStepWrap .stepArea .stepType1 {padding: 0 50px;}
.confStepWrap .stepArea .stepType1 .stepList {padding: 0 57px;}
.confStepWrap .stepArea .stepType1 .stepList:first-child {padding-left: 0;}
.confStepWrap .stepArea .stepType1 .stepList:last-child {padding-right: 0;}
.confVrWrap .topTitBox {display: table;width: 100%;}
.confVrWrap .topTitBox .subTitS {display: table-cell;width: 100%;height: 70px;padding: 0 30px;vertical-align: middle;background: #e4dcd3;}
.confVrWrap .subTitM {padding-bottom: 9px;}
.experienceWrap {position: relative;}
.experienceWrap .txtTop {padding-left: 50px;padding-bottom: 10px;line-height: 1.43;color: #00aad2;font-size: 14px;background: #f6f3f2;}
.experienceWrap .experienceInner {background: #fff;position: relative;}
.experienceWrap .vrArea {padding-top: 30px;padding-bottom: 50px;background: url("images/configurator/bg-vr-area.gif") repeat-x top left;background-size: auto 100%;position: relative;}
.experienceWrap .cateWrap {position: absolute;left: 50%;top: 30px;z-index: 2;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);}
.experienceWrap .cateWrap .category {overflow: hidden;}
.experienceWrap .cateWrap .category .cateTab {float: left;}
.experienceWrap .cateWrap .category .tabTit {display: block;min-width: 112px;height: 40px;line-height: 40px;padding: 0 5px;text-align: center;font-size: 16px;color: #000;font-family: "HyundaiMedium";background: #e4dcd3;}
.experienceWrap .cateWrap .category .cateTab.active .tabTit {color: #fff;background: #00aad2;}
.experienceWrap .btnByoWrap {display: inline-block;position: absolute;left: 50%;bottom: 14px;z-index: 2;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.experienceWrap .btnByoWrap [class*=btnByo] {min-width: 58px;margin: 0 5px;padding-top: 51px;line-height: 20px;text-align: center;position: relative;float: left;}
.experienceWrap .btnByoWrap [class*=btnByo]:after {content: "";display: block;width: 45px;height: 45px;margin-left: -22px;border-radius: 50%;background-color: #fff;background-repeat: no-repeat;background-position: center center;position: absolute;top: 0;left: 50%;}
.experienceWrap .btnByoWrap .btnByoDoor:after {background-image: url("images/configurator/ico-normal-door.png");}
.experienceWrap .btnByoWrap .btnByoTrunk:after {background-image: url("images/configurator/ico-normal-trunk.png");}
.experienceWrap .btnByoWrap .btnByoLight:after {background-image: url("images/configurator/ico-normal-light.png");}
.experienceWrap .btnByoWrap .btnByoSunroof:after {background-image: url("images/configurator/ico-normal-sunroof.png");}
.experienceWrap .vrArea .panoLoadingStart {width: 100px;height: 100px;margin: -50px 0 0 -50px;position: absolute;left: 50%;top: 50%;}
.experienceWrap .vrArea .panoLoadingStart .btnPanoVRStart {width: 100px;height: 100px;text-indent: -9999px;background: none;opacity: .8;overflow: hidden;}
.experienceWrap .txtCaution {line-height: 2;font-size: 12px;color: #999;position: absolute;left: 30px;bottom: 62px;z-index: 2;}
.experienceWrap.interiorWrap .vrArea {background: #fff;}
.experienceWrap.interiorWrap .vrArea .btnByoWrap {display: none;}
.sectionWrap.secConfiguratorWrap,
.secConfiguratorWrap {padding-top: 50px;padding-bottom: 100px;}
.secConfiguratorWrap .btnWrap.btnSpaWrap {padding-top: 100px;}
.confOptionWrap {position:relative;min-height:563px;}
.confOptionWrap:after {content: "";display: block;clear: both;}
.confOptionWrap .titArea {display: table;margin-bottom: 35px;}
.confOptionWrap .titArea.wide {width: 100%;}
.confOptionWrap .titArea [class*=subTit],
.confOptionWrap .titArea .conTit {display: table-cell;padding-right: 10px;vertical-align: bottom;}
.confOptionWrap .titArea [class*=conArea] {display: table-cell;vertical-align: bottom;}

/* SBPO > step1 :: trim */
.confOptionWrap .selectOption {position:relative;width: 59%;max-width: 660px;}
.confOptionWrap .selectOption .selectBox {padding-bottom: 16px;overflow: hidden;display:table;width:100%;}
.confOptionWrap .selectOption .selForm,
.confOptionWrap .selectOption .btnArea {display: table-cell;box-sizing:border-box;}
.confOptionWrap .selectOption .selForm.first {width: 260px;padding-left:0;padding-right:20px; vertical-align: top;}
.confOptionWrap .selectOption .selForm.second {width: 340px;padding-right:20px;vertical-align: top;}
.confOptionWrap .selectOption .selForm select {height: 44px;}
.confOptionWrap .selectOption .btn {width: 100%;height: 44px;}
.confOptionWrap .optionBoxWrap {display:table;width:100%;}
.confOptionWrap .optionBoxWrap.closed {display: none;}
.confOptionWrap .optionBoxWrap:after {content: "";display: block;clear: both;}
.confOptionWrap .optionBoxWrap .box {display:table-cell;width: 100%;height: 600px;/*margin-top: 10px;*/ padding: 10px 20px;border: 1px solid #e5e5e5;background: #fff;vertical-align:top;}
.confOptionWrap .optionBoxWrap .box.box1 {max-width: 285px;width: 43%;}
.confOptionWrap .optionBoxWrap .box.box2 {width:auto;border:0 none;padding:0;}
.confOptionWrap .optionBoxWrap .box.box2 .boxInner {height:100%;border:1px solid #e5e5e5;margin-left:20px;padding: 10px 20px;}
.confOptionWrap .optionBoxWrap .box .radioList {padding: 10px 0;}
.confOptionWrap .optionBoxWrap .box .radioBoxInner {display: block;}
.confOptionWrap .optionBoxWrap .radioTglBox .radioList .grayBox2 {display: none;}
.confOptionWrap .optionBoxWrap .radioTglBox .radioList.on .grayBox2 {display: block;}
.confOptionWrap .optionBoxWrap .box .grayBox2 .scrollBox {width: 100%;height: 160px;margin-top: 10px;padding: 18px;background: #f2f2f2;overflow-y: scroll;}
.confOptionWrap .optionBoxWrap .box .priceInfo {line-height: 18px;color: #000;font-size: 16px;position: absolute;right: 0;top: 0;}
.confOptionWrap .myOption {position:absolute;right:0;top:0;z-index: 11;width: 360px;background: #fff;}
.confOptionWrap .myOption .titleBox {display: table-cell;width: 360px;height: 80px;padding: 20px;vertical-align: middle;background: #00aad2;}
.confOptionWrap .myOption .optTglBox {border: 1px solid #f2f2f2;border-width: 0 1px 1px 1px;}
.confOptionWrap .myOption .optTglBox .tglTitle {display: table;width: 100%;position: relative;}
.confOptionWrap .myOption .optTglBox .tglTitle a {text-decoration: none;}
.confOptionWrap .myOption .optTglBox .btnToggleStep {width: 20px;height: 12px;margin-top: -6px;font-size: 0;text-indent: -9999px;background: url("images/common/ico-arr-down.png") no-repeat center center;background-size: 100%;overflow: hidden;position: absolute;right: 30px;top: 50%;}
.confOptionWrap .myOption .optTglBox .tit {display: table-cell;width: 100%;height: 80px;padding: 0 30px;vertical-align: middle;box-sizing: border-box;}
.confOptionWrap .myOption .optTglBox .conTit {display: inline-block;padding-left: 33px;line-height: 1.875;color: #666;position: relative;}
.confOptionWrap .myOption .optTglBox .tit .num {display: block;width: 24px;height: 24px;line-height: 24px;color: #fff;font-size: 12px;text-align: center;background: #666;border-radius: 50%;position: absolute;left: 0;top: 3px;}
.confOptionWrap .myOption .optTglBox .price {display: inline-block;min-width: 80px;margin-top: -15px;line-height: 30px;color: #666;font-size: 16px;text-align: right;position: absolute;right: 70px;top: 50%;}
.confOptionWrap .myOption .optTglBox .dep1.opened .btnToggleStep {background-image: url("images/common/ico-arr-up.png");}
.confOptionWrap .myOption .optTglBox .btnToggleStep.on {background-image: url("images/common/ico-arr-up.png");}
.confOptionWrap .myOption .optTglBox .dep1.on .conTit {color: #00aad2;}
.confOptionWrap .myOption .optTglBox .dep1.on .tit .num {background: #00aad2;}
.confOptionWrap .myOption .optTglBox .dep1.on .price {color: #00aad2;}
.confOptionWrap .myOption .optTglBox .disabled .conTit {color: #c1c1c1;}
.confOptionWrap .myOption .optTglBox .disabled .tit .num {background: #c1c1c1;}
.confOptionWrap .myOption .optTglBox .disabled .price {color: #c1c1c1;}
.confOptionWrap .myOption .optTglBox .disabled .btnToggleStep {background-image: url("images/common/ico-arr-down-disabled.png");}
.confOptionWrap .myOption .optTglBox .disabled .btnToggleStep.disabled {background-image: url("images/common/ico-arr-down-disabled.png");}
.confOptionWrap .myOption .optTglBox .disabled a {cursor: default;}
.confOptionWrap .myOption .tglCont {display: none;margin: 0 19px;border-bottom: 1px solid #e5e5e5;}
.confOptionWrap .myOption .dep1.on .tglCont {display: block;}
.confOptionWrap .myOption .tglCont .inner {min-height: 100px;padding: 10px 20px;}
.confOptionWrap .myOption .tglCont .bltDashed {display: inline-block;line-height: 30px;font-size: 16px;}
.confOptionWrap .myOption .tglCont .bltDashed:after {top: 14px;}
.confOptionWrap .myOption .tglCont .bltDashed ~ .bltDashed {margin-top: 10px;}
.confOptionWrap .myOption .totalArea {display: table;width: 100%;margin-top: -2px;}
.confOptionWrap .myOption .totalArea [class*=subTit],
.confOptionWrap .myOption .totalArea [class*=conArea] {display: table-cell;height: 80px;vertical-align: middle;background: #f6f3f2;}
.confOptionWrap .myOption .totalArea [class*=subTit] {padding-left: 30px;}
.confOptionWrap .myOption .totalArea [class*=conArea] {padding-right: 30px;text-align: right;}
.confOptionWrap .txtNoti {padding-top: 17px;line-height: 1.428;color: #666;font-size: 14px;text-align: justify;}
.confOptionWrap .myOption .btnIconReset {display: block;width: 20px;height: 20px;text-indent: -9999px;background: url("images/common/btn-reseet.png") no-repeat center center;background-size: cover;overflow: hidden;position: absolute;top: 30px;right: 30px;}

/* SBPO > step2 :: exterior & step3 :: interior */
.confOptionWrap .exteriorOptions ~ .exteriorOptions {margin-top: 40px;padding-top: 40px;border-top: 1px solid #e5e5e5;}
.confOptionWrap .exteriorOptions {width: 668px;}
.confOptionWrap .interiorOptions ~ .interiorOptions {margin-top: 38px;padding-top: 54px;border-top: 1px solid #e5e5e5;}
.confOptionWrap .interiorOptions {width: 668px;}
.confOptionWrap .sortListWrap {padding: 0 20px;margin: -26px -10px 0;line-height: 0;font-size: 0;}
.confOptionWrap .sortListWrap .sortList {display: inline-table;width: 99px;margin: 26px 15px 0 0;padding: 11px 15px 0 0;vertical-align: top;position: relative;}
.confOptionWrap .sortListWrap .sortList.active:after {display: block;content: '';position: absolute;right: 0;top: 0;background: url("images/find-a-car/360vr/ico-chk-on.png") no-repeat;width: 22px;height: 22px;overflow: hidden;z-index: 1;}
.confOptionWrap .sortListWrap .sortList.disabled button {cursor:default;opacity: 0.3;pointer-events: none;}
.confOptionWrap .sortListWrap .sortList img {width: 100%;}
.confOptionWrap .sortListWrap .sortList .optInfo {padding-top: 15px;}
.confOptionWrap .sortListWrap .sortList .name,
.confOptionWrap .sortListWrap .sortList .price {color: #767676;font-size: 14px;}
.confOptionWrap .sortListWrap .sortList .name {line-height: 1.71;font-family: "HyundaiMedium";}
.confOptionWrap .sortListWrap .sortList .price {line-height: 1.43;}
.confOptionWrap .sortListWrap .sortList.active .name {color: #000;}

/* SBPO >  step4 :: options */
.confOptionWrap .optionsWrap ~ .optionsWrap {margin-top: 40px;padding-top: 40px;border-top: 1px solid #e5e5e5;}
.confOptionWrap .optionsWrap .itemWrap .img {padding-bottom: 49.505%;}
.confOptionWrap .optionsWrap .itemWrap.package [class*=subTit],
.confOptionWrap .optionsWrap .itemWrap.package .conTit {color: #666; cursor: pointer;}
.confOptionWrap .optionsWrap .itemWrap.package .itemList .listInner {position: relative;}
.confOptionWrap .optionsWrap .itemWrap.package .itemList.selected .listInner:after {display: block;content: '';width: 22px;height: 22px;background: url("images/find-a-car/360vr/ico-chk-on.png") no-repeat;overflow: hidden;position: absolute;right: 10px;top: 10px;z-index: 2;}
.confOptionWrap .optionsWrap .itemWrap.package .itemList.selected [class*=subTit],
.confOptionWrap .optionsWrap .itemWrap.package .itemList.selected .conTit {color: #000;}
.confOptionWrap .optionsWrap .itemWrap.package .img {padding-bottom: 69.307%; cursor: pointer;}

/* SBPO >  step5 :: discount option */
.discountOptWrap .titArea {margin-bottom: 14px;}
.discountOptWrap .titArea [class*=conArea] {text-align: right;}
.sbpo .whiteBox {padding: 30px 30px 24px 30px;border: 1px solid #e4dcd3;background: #fff;}
.sbpo .whiteBox ~ .whiteBox {margin-top: 20px;}
.sbpo .whiteBox .alignTbl {display: table;width: 100%;margin-bottom: 15px;}
.sbpo .whiteBox .alignTbl .checkboxWrap {display: table-cell;vertical-align: top;}
.sbpo .whiteBox .alignTbl .price {display: table-cell;min-width:70px;line-height: 1.75;font-size: 16px;vertical-align: top;text-align: right;}
.sbpo .whiteBox .txtBox {line-height: 1.428;color: #666;font-size: 14px;text-align: justify;}

/* SBPO >  step5 :: discount option > summary */
.confOptionWrap .summaryWrap .titArea {margin-bottom: 35px;}
.confOptionWrap .summaryArea {margin-bottom: 47px;}
.confOptionWrap .summaryArea .summaryBox .con .bltCircle {position:relative;width: 100%;}
.confOptionWrap .summaryArea .summaryBox .con .bltCircle .optName {display:block;margin-right:80px;font-size: 14px;vertical-align: top;word-break:break-word;}
.confOptionWrap .summaryArea .summaryBox .con .bltCircle .optPrice {position:absolute;right:0;top:0;color: #000;font-size: 14px;vertical-align: top;text-align: right;}
.confOptionWrap .summaryWrap .totalBox {padding-bottom: 24px;border-bottom: 1px solid #000;overflow: hidden;}
.confOptionWrap .summaryWrap .totalBox [class*=subTit] {color: #767676;float: left;}
.confOptionWrap .summaryWrap .totalBox .con {float: right;}
.confOptionWrap .summaryWrap .totalBox .con strong.price {line-height: 40px;/*color: #002c5f;*/ font-size: 30px;font-family: "HyundaiMedium";}
.confOptionWrap .summaryWrap .totalBox .con .toolTipWrap {margin: 0 0 0 16px;vertical-align: top;}
.confOptionWrap .summaryWrap .totalBox .con .toolTipWrap .ic_Bquestion {margin: 11px 0;}
.secConfiguratorWrap .summaryWrap .downloadShare {position: absolute;top:0;right: 0;text-align: right;}
.secConfiguratorWrap .summaryWrap .downloadShare a {display:inline-block;background-position:0 50%;background-repeat:no-repeat;font-size:14px;color:#000;height:17px;line-height:17px;}
.secConfiguratorWrap .summaryWrap .downloadShare .download {padding-left:22px;background-image:url("images/common/ico-download2.png");background-size:14px 14px;}
.secConfiguratorWrap .summaryWrap .downloadShare .share {margin-left:20px;padding-left:23px;background-image:url("images/common/ico-sharing.png");}
.secConfiguratorWrap .summaryWrap .downloadShare .download {display:inline-block;padding-left:22px;background:url("images/common/ico-download2.png") no-repeat 0 50%;background-size:14px 14px;font-size:14px;color:#000;}
.secConfiguratorWrap .btnWrap.confBtnWrap2 {padding-top: 60px;}
.secConfiguratorWrap .btnWrap.confBtnWrap2 .col {display: inline-table;width: 214px;padding: 10px 5px 0;float: none;}
.secConfiguratorWrap .btnWrap.confBtnWrap2.rmBtn .col:nth-child(3){display: none;} /* ltr */ /* 180402 */
.secConfiguratorWrap .btnWrap.confBtnWrap2 .col .btn {width: 204px;}

/* SBPO > layerpopup : Request a Quote */
.layerConfigurator .layerConWrap {padding-top: 60px !important;padding-bottom: 80px !important;}
.layerConfigurator .priceInfoLayerBox {display: table;width: 100%;padding-bottom: 80px;}
.layerConfigurator .itemImgBox {display: table-cell;width: 490px;padding-right: 30px;text-align: center;vertical-align: top;}
.layerConfigurator .itemImgBox .img {width: 100%;margin-bottom: 29px;padding-bottom: 54.348%;overflow: hidden;position: relative;}
.layerConfigurator .itemImgBox .img img {width: auto;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.layerConfigurator .itemPriceInfo {display: table-cell;vertical-align: top;}
.layerConfigurator .totalBox {padding-bottom: 10px;border-bottom: 1px solid #b7b7b7;}
.layerConfigurator .totalBox ~ .totalBox {padding-top: 20px;}
.layerConfigurator .totalBox.full {display: table;width: 100%;}
.layerConfigurator .totalBox.full [class*=subTit] {display: table-cell;vertical-align: middle;}
.layerConfigurator .totalBox .con {line-height: 1.33;font-size: 30px;font-family: "HyundaiMedium";}
.layerConfigurator .totalBox.full .con {display: table-cell;vertical-align: middle;text-align: right;}
.layerConfigurator .totalBox.rate .con {color: #000;font-size: 20px;}
.layerConfigurator .detailBox {margin-top: -7px;padding-top: 20px;}
.layerConfigurator .detailList {display: table;width: 100%;margin-top: 7px;}
.layerConfigurator .detailList .tit {display: table-cell;width: 145px;line-height: 1.71;font-size: 14px;font-family: "HyundaiMedium";vertical-align: top;}
.layerConfigurator .detailList .con {display: table-cell;line-height: 1.71;color: #666;font-size: 14px;vertical-align: top;}
.layerConfigurator .layerQuote .bntSpaLayerWrap {padding-top: 75px;}

/* SBPO >  layerpopup : Calculator */
.layerConfigurator .titCalc {padding-bottom: 45px;}
.layerConfigurator .calcPriceWrap .formBoxWrap .half {margin: 0 -10px 0;padding-top: 60px;}
.layerConfigurator .calcPriceWrap .formBoxWrap .half .formListWrap {padding: 0 10px 0;}
.layerConfigurator .calcPriceWrap .formBoxWrap .formList {margin-top: 0;}
.layerConfigurator .resultPriceBox {margin:80px 0 0;padding: 40px 60px 40px 10px;border: 1px solid #e4dcd3;}
.layerConfigurator .resultPriceBox .inner {display: table;width: 100%;}
.layerConfigurator .resultPriceBox .itemImgBox {width: 480px;padding-right: 20px;}
.layerConfigurator .resultPriceBox .img {margin-bottom: 0;vertical-align: middle;}
.layerConfigurator .resultPriceBox .paymentBox {display: table-cell;vertical-align: middle;}
.layerConfigurator .resultPriceBox .paymentBox .subTitM .txtSm {padding-right: 1.71;font-size: 14px;}
.layerConfigurator .resultPriceBox .paymentBox .con {border-top: 1px solid #000;}
.layerConfigurator .resultPriceBox .paymentBox .list {display: table;width: 100%;}
.layerConfigurator .resultPriceBox .paymentBox .list .conTit {display: table-cell;padding: 20px 0;vertical-align: middle;border-bottom: 1px solid #b7b7b7;}
.layerConfigurator .resultPriceBox .paymentBox .list [class*=conArea] {display: table-cell;padding: 20px 0;vertical-align: middle;border-bottom: 1px solid #b7b7b7;}
.layerConfigurator .resultPriceBox .paymentBox .txtBttmR {padding-top: 10px;font-size: 14px;text-align: right;}
.layerConfigurator .txtNoti {padding-top: 17px;line-height: 1.428;color: #666;font-size: 14px;text-align: justify;}
.layerConfigurator .layerCalc .bntSpaLayerWrap {padding-top: 75px;}

/* SBPO > layerpopup : BYO */
.layerConfiguratorByo .byoListWrap {width: 100%;height:475px;position: relative;}
.layerConfiguratorByo .byoListWrap .byoList {opacity: 0;visibility: hidden;position: absolute;left: -9999px;z-index: 1;}
.layerConfiguratorByo .byoListWrap .byoList.active {opacity: 1;visibility: visible;left: 0;right: 0;top: 0;bottom: 0;z-index: 2;}
.layerConfiguratorByo .byoListWrap .imgArea {overflow: hidden;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.layerConfiguratorByo .byoListWrap .imgArea img {position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.layerConfiguratorByo .byoListWrap .imgArea .img {display: none;}
.layerConfiguratorByo .byoListWrap .imgArea .img.on {display: block;}
.layerConfiguratorByo .byoListWrap .btnCtrlWrap {position: absolute;left: 30px;bottom: 30px;z-index: 3;}
.layerConfiguratorByo .btnCtrlWrap .btnCtrl {display: block;min-width: 100px;height: 40px;line-height: 40px;text-align: center;font-size: 14px;color: #000;font-family: "HyundaiMedium";background: #e4dcd3;float: left;}
.layerConfiguratorByo .btnCtrlWrap .btnCtrl.active {color: #fff;background: #00aad2;}
.layerConfiguratorByo .bottomWrapper {padding:10px 50px 45px;}
.layerConfiguratorByo .txtCaution {font-size:12px;line-height:24px;color:#767676;}
.layerConfiguratorByo .btnByoWrap {margin:11px 0 0;text-align:center;}
.layerConfiguratorByo .btnByoWrap [class*=btnByo] {display: inline-block;min-width: 45px;margin-left: 24px;padding-top: 48px;line-height: 1.43;color: #999;font-size: 14px;text-align: center;position: relative;z-index: 3;}
.layerConfiguratorByo .btnByoWrap [class*=btnByo].active {color:#00aad2;}
.layerConfiguratorByo .btnByoWrap [class*=btnByo]:first-child {margin-left: 0;}
.layerConfiguratorByo .btnByoWrap [class*=btnByo]:after {content: "";display: block;width: 45px;height: 45px;margin-left: -22px;border-radius: 50%;background-color: #fff;background-repeat: no-repeat;background-position: center center;background-size: cover;position: absolute;top: 0;left: 50%;}
.layerConfiguratorByo .btnByoWrap .btnByoDoor:after {background-image: url("images/configurator/ico-normal-door.png");}
.layerConfiguratorByo .btnByoWrap .btnByoTrunk:after {background-image: url("images/configurator/ico-normal-trunk.png");}
.layerConfiguratorByo .btnByoWrap .btnByoLight:after {background-image: url("images/configurator/ico-normal-light.png");}
.layerConfiguratorByo .btnByoWrap .btnByoSunroof:after {background-image: url("images/configurator/ico-normal-sunroof.png");}
.layerConfiguratorByo .btnByoWrap .btnByoDoor.active:after {background-image: url("images/configurator/ico-focused-door.png");}
.layerConfiguratorByo .btnByoWrap .btnByoTrunk.active:after {background-image: url("images/configurator/ico-focused-trunk.png");}
.layerConfiguratorByo .btnByoWrap .btnByoLight.active:after {background-image: url("images/configurator/ico-focused-light.png");}
.layerConfiguratorByo .btnByoWrap .btnByoSunroof.active:after {background-image: url("images/configurator/ico-focused-sunroof.png");}
@media screen and (max-width:1240px) {
	/* SBPO */
	.btnFilterWrap {padding-right: 10px;}
	.confOptionWrap .titArea {margin-bottom: 19px;}
	.confOptionWrap .titArea [class*=subTit],
	.confOptionWrap .titArea .conTit {padding-right: 13px;}
	.confStepWrap .stepArea {width: auto;margin: 0 -20px;}
	.confStepWrap .stepArea .stepType1 {max-width: 100%;padding: 0 30px;}
	.confStepWrap .stepArea .stepType1 .stepList {width: auto;min-width: 20%;padding: 0 20px;}
	.experienceWrap .txtTop {padding-left: 30px;}
	.experienceWrap .pipVrWrap .experience360VrimgArea {height: 0 !important;padding-bottom: 37.946% !important;}
	.experienceWrap .experience360VrimgArea .experiencePanoramaBox {height: auto !important;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
	.experienceWrap .pipVrWrap .experience360VrimgArea .panorama img {width: 100% !important;}

	/* SBPO > step2 :: exterior & step3 :: interior */
	.confOptionWrap .exteriorOptions ~ .exteriorOptions {margin-top: 35px;padding-top: 35px;}
	.confOptionWrap .exteriorOptions {width: 100%;}
	.confOptionWrap .interiorOptions ~ .interiorOptions {margin-top: 25px;padding-top: 30px;}
	.confOptionWrap .interiorOptions {width: 100%;}
	.confOptionWrap .sortListWrap {width: 100%;padding: 0;margin: 0 -3px 0;}
	.confOptionWrap .sortListWrap .sortList {width: 101px;margin: 0 3px 0;}
	.confOptionWrap .sortListWrap .sortList .optInfo {padding-top: 8px;}
	.confOptionWrap .sortListWrap .sortList .name {line-height: 1.4;}
	.confOptionWrap .sortListWrap .sortList .price {font-size: 12px;}

	/* SBPO >  step4 :: options */
	.confOptionWrap .optionsWrap ~ .optionsWrap {margin-top: 25px;padding-top: 25px;}
	.confOptionWrap .optionsWrap {width: 100%;}
	.confOptionWrap .optionsWrap .checkboxInner label {padding-top: 28px;padding-left: 0;}
	.confOptionWrap .optionsWrap .itemWrap .itemList .checkboxWrap ~ .itemCon {padding-left: 0;}
	.confOptionWrap .optionsWrap .whiteBox .checkboxInner label {padding:0 0 0 28px;}

	/* SBPO > step5 :: discount option */
	.discountOptWrap {padding-bottom: 70px;position: relative;}
	.discountOptWrap .titArea {margin-bottom: 10px;}
	.discountOptWrap .titArea [class*=conArea] {display: table;width: 100%;position: absolute;bottom: 0;left: 0;right: 0;}
	.discountOptWrap .titArea [class*=conArea] .tit,
	.discountOptWrap .titArea [class*=conArea] .con {display: table-cell;height: 35px;padding: 0 10px;font-size: 12px;vertical-align: middle;text-align: left;background: #f6f3f2;}
	.discountOptWrap .titArea [class*=conArea] .bar {display: none;}
	.discountOptWrap .titArea [class*=conArea] .con {text-align: right;}
	.sbpo .whiteBox {padding: 15px;}
	.sbpo .whiteBox ~ .whiteBox {margin-top: 10px;}
	.sbpo .whiteBox .alignTbl {margin-bottom: 20px;}
	.sbpo .whiteBox .alignTbl .price {line-height: 1.5;font-size: 14px;}
	.sbpo .whiteBox .txtBox {font-size: 12px;}

	/* SBPO > step5 :: discount option > summary */
	.secConfiguratorWrap .btnWrap.confBtnWrap2 .col {width: 20%;}
	.secConfiguratorWrap .btnWrap.confBtnWrap2 .col .btn {width: 100%;}
	.secConfiguratorWrap .summaryWrap .btnWrap  {top: -40px;}

	/* SBPO > layerpopup : Request a Quote */
	.layerConfigurator .itemImgBox {width: 450px;vertical-align: bottom;}

	/* SBPO > layerpopup : BYO */
	.layerConfiguratorByo .layerPopupInner {width: auto;margin-left: 0;left: 25px;right: 25px;}
	.confOptionWrap .txtNoti {padding-top: 10px;font-size: 12px;}
}
@media screen and (max-width:1024px){
	/* Filter button */
	/* SAVO *//* SBPO *//* SPEO */
	.btnFilterWrap {padding-bottom: 10px;padding-right: 0;margin-top: -45px;margin-right: 10px;}
	.btnFilterWrap .btnFilterTgl {width: 90px;height: 35px;padding: 0 15px;font-size: 12px;}
	.btnFilterWrap .btnFilterTgl.lg {width: auto; padding:0 30px 0 15px;}
	.btnFilterWrap .btnFilterTgl:after {margin-top: -2px;border-top: 4px solid #000;right: 15px;}
	.btnFilterWrap .btnFilterTgl.active:after {border-bottom: 4px solid #000;border-top: 0 none;}
	.filterBoxWrap .searchDetailWrap {padding: 45px 0 50px;}
	.filterBoxWrap .searchDetailWrap .detailList {margin-top: -35px;margin-left: -20px;margin-right: -20px;}
	.filterBoxWrap .searchDetailWrap .list {width: 50%;margin-top: 35px;padding: 0 20px;font-size: 12px;}
	.filterBoxWrap .searchDetailWrap .list .titArea {padding-bottom: 16px;}
	.filterBoxWrap .searchDetailWrap .checkboxInner label {line-height: 18px;font-size: 12px;}
	.filterBoxWrap .searchDetailWrap .slideBarWrap .barWrap {max-width: 100%;margin: 0 8px 10px;}
	.filterBoxWrap .searchDetailWrap .slideBarWrap .barWrap:after {width: auto;height: 3px;}
	.filterBoxWrap .searchDetailWrap .slideBarWrap .barActive {height: 3px;}
	.filterBoxWrap .searchDetailWrap .slideBarWrap .pin {width: 16px;height: 16px;border-width: 3px;margin-top: -8px;margin-left: -8px;}
	.filterBoxWrap .searchDetailWrap .slierRange {margin-right: 0;}
	.filterBoxWrap .searchDetailWrap .slierRange .from label,
	.filterBoxWrap .searchDetailWrap .slierRange .to label {font-size: 12px;}
	.filterBoxWrap .searchDetailWrap .slierRange input {width: 75px;font-size: 12px;}
	.filterBoxWrap .searchDetailWrap .btnWrap {padding-top: 30px;}
	.filterBoxWrap .searchDetailWrap .btnWrap .colWd {width: 110px;}

	/* exterior & interior */
	/* SBPO */
	.sectionWrap.confVrWrap,
	.confVrWrap {padding-top: 65px;}
	.confOptionWrap {min-height:auto;}
	.confStepWrap .stepArea {width: auto;margin: 0 -10px;}
	.confStepWrap .stepArea .stepType1 {max-width: 100%;padding: 0 20px;}
	.confStepWrap .stepArea .stepType1 .stepList {width: auto;min-width: 20%;padding: 0 10px;}
	.confVrWrap .topTitBox .subTitS {height: 50px;padding: 0 20px;}
	.confVrWrap .subTitM {padding-bottom: 4px;}
	.experienceWrap .txtTop {padding-bottom: 10px;line-height: 1;font-size: 10px;}
	.experienceWrap .cateWrap {top:15px;z-index: 2;}
	.experienceWrap .cateWrap .category .tabTit {min-width: 95px;height: 30px;line-height: 30px;font-size: 13px;}
	.experienceWrap .btnByoWrap {bottom: 16px;}
	.experienceWrap .btnByoWrap [class*=btnByo] {min-width: 34px;margin: 0 8px;padding-top: 39px;line-height: 17px;font-size: 12px;}
	.experienceWrap .btnByoWrap [class*=btnByo]:after {width: 34px;height: 34px;margin-left: -17px;}
	.experienceWrap .vrArea {padding-top: 30px;}
	.experienceWrap .vrArea .panoLoadingStart {width: 60px;height: 60px;margin: -30px 0 0 -30px;}
	.experienceWrap .vrArea .panoLoadingStart .btnPanoVRStart {width: 60px;height: 60px;}
	.experienceWrap .txtCaution {line-height: 1;left: 20px;font-size: 10px;}
	.sectionWrap.secConfiguratorWrap,
	.secConfiguratorWrap {padding-top: 45px;padding-bottom: 70px;}

	/* SBPO > step1 :: trim */
	.confOptionWrap .selectOption .selectBox {margin: 0 -7px;padding-bottom: 14px;}
	.confOptionWrap .selectOption .selForm,
	.confOptionWrap .selectOption .btnArea {padding: 0 7px;}
	.confOptionWrap .selectOption .selForm.first {width: 37%;}
	.confOptionWrap .selectOption .selForm.second {width: 47%;}
	.confOptionWrap .selectOption .btnArea {width: 16%;}
	.confOptionWrap .selectOption .selForm select {height: 40px;}
	.confOptionWrap .selectOption .btn {width: 100%;min-width: 0;height: 40px;}
	.confOptionWrap .optionBoxWrap .box {height: auto;min-height: 300px;padding: 12px 15px;}
	.confOptionWrap .optionBoxWrap .box.box1 {width: 42%;}
	.confOptionWrap .optionBoxWrap .box.box2 {width: 56%;padding:0;}
	.confOptionWrap .optionBoxWrap .box.box2 .boxInner {margin-left:14px;min-height:300px;padding: 12px 15px;}
	.confOptionWrap .optionBoxWrap .box .radioList {padding: 7px 0;}
	.confOptionWrap .optionBoxWrap .box .grayBox2 .scrollBox {height: 80px;margin-top: 14px;margin-bottom: 9px;padding: 15px 10px;}
	.confOptionWrap .optionBoxWrap .box .priceInfo {line-height: 21px;font-size: 14px;}
	.confOptionWrap .myOption .optTglBox .tglTitle:after {width: 12px;height: 7px;margin-top: -3px;background-size: 12px;}
	.confOptionWrap .myOption .optTglBox .btnToggleStep {width: 12px;height: 7px;margin-top: -3px;background-size: 12px;background-image:url("images/common/ico-arr-down-m.png");}
	.confOptionWrap .myOption .optTglBox .dep1.opened .btnToggleStep {background-image: url("images/common/ico-arr-up-m.png");}
	.confOptionWrap .myOption .optTglBox .btnToggleStep.on {background-image: url("images/common/ico-arr-up-m.png");}
	.confOptionWrap .myOption .titleBox {display: table;width: 100%;height: 50px;padding: 0;}
	.confOptionWrap .myOption .titleBox [class*=subTitS]  {display: table-cell;height: 50px;padding: 0 14px;vertical-align: middle;}
	.confOptionWrap .myOption .optTglBox .tit {height: 50px;padding: 0 24px;}
	.confOptionWrap .myOption .optTglBox .conTit {padding-left: 20px;line-height: 1.2;font-size: 15px;}
	.confOptionWrap .myOption .optTglBox .tit .num {width: 15px;height: 15px;line-height: 16px;font-size: 10px;top: 1px;}
	.confOptionWrap .myOption .optTglBox .price {margin-top: -9px;line-height: 18px;font-size: 14px;right: 65px;}
	.confOptionWrap .myOption .tglCont .inner {min-height: 50px;}
	.confOptionWrap .myOption .tglCont .bltDashed {padding-left: 14px;line-height: 21px;font-size: 14px;color: #767676;}
	.confOptionWrap .myOption .tglCont .bltDashed:after {background: #767676;top: 10px;}
	.confOptionWrap .myOption .totalArea [class*=subTit],
	.confOptionWrap .myOption .totalArea [class*=conArea] {height: 50px;font-size: 15px;}
	.confOptionWrap .myOption .totalArea [class*=subTit] {padding-left: 14px;}
	.confOptionWrap .myOption .totalArea [class*=conArea] {padding-right: 25px;}
	.confOptionWrap .myOption .btnIconReset {width: 15px;height: 15px;background-size: 15px;top: 17px;right: 25px;}
	.secConfiguratorWrap .btnWrap.btnSpaWrap {padding-top: 50px;}

	/* SBPO >  step4 :: options */
	.confOptionWrap .selectOption {width: 100%;padding-bottom: 50px;max-width:  none;}
	.confOptionWrap .myOption {position:relative;right:auto;top:auto;width: 100%;float: none;}
	.confOptionWrap .optionsWrap .itemWrap.package .itemList.selected .listInner:after {right: 5px;top: 5px;}

	/* SBPO >  step5 :: discount option > summary */
	.confOptionWrap .summaryWrap .titArea {margin-bottom: 10px;}
	.confOptionWrap .summaryArea {margin-bottom: 30px;}
	.confOptionWrap .summaryArea .summaryBox .con .bltCircle .optName {font-size: 12px;}
	.confOptionWrap .summaryArea .summaryBox .con .bltCircle .optPrice {width: 80px;font-size: 12px;}
	.confOptionWrap .summaryWrap .totalBox {padding-bottom: 5px;}
	.confOptionWrap .summaryWrap .totalBox .con strong.price {line-height: 24px;font-size: 19px;}
	.confOptionWrap .summaryWrap .totalBox .con .toolTipWrap {margin: 0 0 0 10px;}
	.confOptionWrap .summaryWrap .totalBox .con .toolTipWrap .ic_Bquestion {margin: 3px 0;}
	.secConfiguratorWrap .summaryWrap .btnWrap {padding-top: 0;top: -18px;}
	.secConfiguratorWrap .summaryWrap .btnWrap.btnSpaWrap.colSm2 .col {width: 150px;}
	.secConfiguratorWrap .summaryWrap .btnWrap.btnSpaWrap.colSm2 .col .btn {width: 140px;height: 40px;padding: 0 5px;font-size: 14px;line-height: 40px;}
	.secConfiguratorWrap .btnWrap.confBtnWrap2 {padding-top: 15px;}
	.secConfiguratorWrap .btnWrap.confBtnWrap2 .col {width: 20%;}
	.secConfiguratorWrap .btnWrap.confBtnWrap2 .col .btn {width: 100%;height: 50px;min-width: 0;padding: 0;font-size: 14px;letter-spacing: -0.2px;}
	.secConfiguratorWrap .btnWrap.confBtnWrap2 .col .btn .tblock {display: block;}

	/* SBPO > layerpopup : Request a Quote */
	.layerConfigurator .layerConWrap {padding-top: 50px !important;padding-bottom: 40px !important;}
	.layerConfigurator .priceInfoLayerBox {display: block;padding-bottom: 30px;}
	.layerConfigurator .itemImgBox {display: block;width: 100%;padding: 0 15px 43px;}
	.layerConfigurator .itemImgBox .img {margin-bottom: 10px;}
	.layerConfigurator .itemPriceInfo {display: block;width: 100%;}
	.layerConfigurator .totalBox {display: table;width: 100%;}
	.layerConfigurator .totalBox [class*=subTit] {display: table-cell;vertical-align: middle;}
	.layerConfigurator .totalBox .con {display: table-cell;vertical-align: middle;line-height: 24px;font-size: 19px;text-align: right;}
	.layerConfigurator .detailBox {margin-top: -15px;padding-top: 30px;}
	.layerConfigurator .itemPriceInfo .detailList {margin-top: 15px;}
	.layerConfigurator .itemPriceInfo .detailList .tit {line-height: 1.42;font-size: 12px;}
	.layerConfigurator .itemPriceInfo .detailList .con {line-height: 1.42;font-size: 12px;}
	.layerConfigurator .layerQuote .bntSpaLayerWrap {padding-top: 25px;}

	/* SBPO > layerpopup : Calculator */
	.layerConfigurator .titCalc {padding-bottom: 40px;}
	.layerConfigurator .calcPriceWrap .formBoxWrap .half {padding-top: 40px;}
	.layerConfigurator .calcPriceWrap .formBoxWrap .half .formListWrap {padding: 0 10px 0;}
	.layerConfigurator .calcPriceWrap .formBoxWrap .half .formListWrap ~ .formListWrap {margin-top: 28px;}
	.layerConfigurator .resultPriceBox {margin-top:40px;padding: 10px 15px 15px 15px;}
	.layerConfigurator .resultPriceBox .inner {display: block;}
	.layerConfigurator .resultPriceBox .itemImgBox {width: 100%;padding: 0;}
	.layerConfigurator .resultPriceBox .img {margin-bottom: 0;}
	.layerConfigurator .resultPriceBox .paymentBox {display: block;padding-top: 20px;}
	.layerConfigurator .resultPriceBox .paymentBox .subTitM {padding-bottom: 10px;}
	.layerConfigurator .resultPriceBox .paymentBox .subTitM .txtSm {display: block;padding-right: 1.417;font-size: 12px;}
	.layerConfigurator .resultPriceBox .paymentBox .list .conTit {padding: 10px 0;}
	.layerConfigurator .resultPriceBox .paymentBox .list [class*=conArea] {padding: 10px 0;}
	.layerConfigurator .resultPriceBox .paymentBox .txtBttmR {font-size: 12px;}
	.layerConfigurator .txtNoti {padding-top: 10px;font-size: 12px;}
	.layerConfigurator .layerCalc .bntSpaLayerWrap {padding-top: 25px;}

	/* SBPO > layerpopup : BYO */
	.layerConfiguratorByo .byoListWrap {height:272px;}
	.layerConfiguratorByo .byoListWrap .btnCtrlWrap {left: 15px;bottom: 20px;}
	.layerConfiguratorByo .btnCtrlWrap .btnCtrl {min-width: 60px;height: 30px;line-height: 30px;font-size: 13px;}
	.layerConfiguratorByo .bottomWrapper {padding:10px 25px 30px;}
	.layerConfiguratorByo .txtCaution {font-size:10px;}
	.layerConfiguratorByo .btnByoWrap [class*=btnByo] {min-width: 34px;margin-left: 12px;padding-top: 38px;font-size: 12px;}
	.layerConfiguratorByo .btnByoWrap [class*=btnByo]:after {width: 34px;height: 34px;margin-left: -17px;}
	.layerConfiguratorByo .btnByoWrap [class*=btnByo].active:after {width: 30px;height: 30px;border: 2px solid #00aad2;}
}
@media screen and (max-width:767px){
	/* Filter button */
	/* SAVO *//* SBPO *//* SPEO */
	.btnFilterWrap {margin-right: 20px;}
	.btnFilterWrap .btnFilterTgl {width: 90px;height: 35px;padding: 0 15px;font-size: 12px;}
	.btnFilterWrap .btnFilterTgl.lg {width: auto;}
	.btnFilterWrap .btnFilterTgl:after {margin-top: -2px;border-top: 4px solid #000;right: 15px;}
	.btnFilterWrap .btnFilterTgl.active:after {border-bottom: 4px solid #000;border-top: 0 none;}
	.filterBoxWrap .searchDetailWrap {padding: 35px 0 50px;overflow: hidden;}
	.filterBoxWrap .searchDetailWrap .detailList {margin: 0;}
	.filterBoxWrap .searchDetailWrap .list {width: 100%;margin-top: 0;padding: 0;}
	.filterBoxWrap .searchDetailWrap .list ~ .list {padding-top: 18px;margin-top: 20px;border-top: 1px solid #e4dcd3;}
	.filterBoxWrap .searchDetailWrap .checkboxWrap {margin-bottom: -15px;}
	.filterBoxWrap .searchDetailWrap .checkboxInner {height: 20px;margin-bottom: 15px;}
	.filterBoxWrap .searchDetailWrap .checkboxInner ~ .checkboxInner {margin-bottom: 15px;}
	.filterBoxWrap .searchDetailWrap .btnWrap .colWd {width: 50%;}

	/* exterior & interior */
	/* SBPO */
	.sectionWrap.confVrWrap,
	.confVrWrap {padding-top: 40px;}
	.confStepWrap {width: auto;margin: 0 -15px;}
	.confStepWrap .stepArea {margin: 0;}
	.confStepWrap .stepArea .stepType1 {max-width: 100%;padding: 0 20px;}
	.confStepWrap .stepArea .stepType1 .stepList {width: auto;min-width: 20%;padding: 0 20px;}
	.confVrWrap .topTitBox .subTitS {height: 50px;padding: 0 15px;}
	.confVrWrap .subTitM {padding-bottom: 13px;}
	.experienceWrap {margin: 0;}
	.experienceWrap .cateWrap {position:static;margin:15px auto 0;text-align:center;-webkit-transform:translate(0%,0);transform:translate(0%,0);}
	.experienceWrap .cateWrap .category {display:inline-block;}
	.experienceWrap .vrArea {padding-bottom: 0;}
	.experienceWrap .experienceInner {background: #fff;}
	.experienceWrap .btnByoWrap {display:block;position:static;-webkit-transform: none;-moz-transform: none;-ms-transform: none;transform: none;margin:20px 0 0;text-align:center;}
	.experienceWrap .btnByoWrap [class*=btnByo] {float:none;display:inline-block;}
	.experienceWrap .btnByoWrap [class*=btnByo]:after {border: 1px solid #e8e8e8;}
	.experienceWrap .txtCaution {line-height: 1.7;position: static;padding:5px 15px 0;}
	.experienceWrap.interiorWrap .txtCaution {padding-top: 5px;}
	.experienceWrap .experienceInner > .cateWrap,
	.experienceWrap .experienceInner > .vrArea > .btnByoWrap,
	.experienceWrap .experienceInner > .txtCaution {display:none;}
	.sectionWrap.secConfiguratorWrap,
	.secConfiguratorWrap {padding-top: 50px;}
	.experienceWrap .txtTop{margin:0 -15px;}

	/* SBPO > step1 :: trim */
	.confOptionWrap .selectOption .selectBox {margin: 0;padding-bottom: 20px;}
	.confOptionWrap .selectOption .selForm,
	.confOptionWrap .selectOption .btnArea {display:block;float:left;padding:0;}
	.confOptionWrap .selectOption .selForm.first {width: 38%;}
	.confOptionWrap .selectOption .selForm.second {width: 62%;padding-right:0;}
	.confOptionWrap .selectOption .btnArea {display:block;width: 100%;padding-top: 10px;}
	.confOptionWrap .optionBoxWrap .box {height: auto;min-height: 0;padding: 20px 15px;display:block;}
	.confOptionWrap .optionBoxWrap .box.box1 {width: 100%; max-width:none;}
	.confOptionWrap .optionBoxWrap .box.box2 {width: 100%;margin-left: 0;margin-top:10px;}
	.confOptionWrap .optionBoxWrap .box.box2 .boxInner {margin-left:0;min-height:0;padding: 22px 14px;}
	.confOptionWrap .optionBoxWrap .box .radioList {padding: 7px 0;}
	.confOptionWrap .optionBoxWrap .box .grayBox2 .scrollBox {height: 80px;margin-top: 14px;margin-bottom: 9px;padding: 15px 10px;}
	.confOptionWrap .optionBoxWrap .box .priceInfo {line-height: 21px;font-size: 14px;}
	.secConfiguratorWrap .btnWrap.btnSpaWrap {padding-top: 20px;}
	.confOptionWrap .myOption .btnIconReset {width: 15px;height: 15px;background-size: 15px;top: 17px;right: 25px;}
	.confOptionWrap .myOption .optTglBox .tit{padding:15px;}
	.confOptionWrap .optionsWrap .itemWrap .img{padding-bottom:0;}
	.confOptionWrap .optionsWrap .itemWrap.package .img{padding-bottom:0;}

	/* SBPO > step2 :: exterior & step3 :: interior */
	.confOptionWrap .exteriorOptions {padding-bottom: 50px;position: relative;}
	.confOptionWrap .exteriorOptions ~ .exteriorOptions {margin-top: 25px;padding-top: 25px;}
	.confOptionWrap .exteriorOptions .titArea {margin-bottom: 9px;}
	.confOptionWrap .exteriorOptions .titArea [class*=subTit] {padding-right: 0;}
	.confOptionWrap .exteriorOptions .titArea .selectOpt {line-height: 35px;padding: 0 10px;background: #f6f3f2;float: none;position: absolute;bottom: 0;left: 0;right: 0;}
	.confOptionWrap .interiorOptions {padding-bottom: 50px;position: relative;}
	.confOptionWrap .interiorOptions ~ .interiorOptions {margin-top: 37px;padding-top: 28px;}
	.confOptionWrap .interiorOptions .titArea {margin-bottom: 9px;}
	.confOptionWrap .interiorOptions .titArea [class*=subTit] {padding-right: 0;}
	.confOptionWrap .interiorOptions .titArea .selectOpt {line-height: 35px;padding: 0 10px;background: #f6f3f2;float: none;position: absolute;bottom: 0;left: 0;right: 0;}
	.confOptionWrap .sortListWrap .sortListWrap {margin: -10px -3px 0;}
	.confOptionWrap .sortListWrap .sortList {width: 33.3%;max-width: 101px;padding: 11px 10px 0 3px;margin: 10px 0 0;}
	.confOptionWrap .sortListWrap .sortList .optInfo {padding-top: 8px;}
	.confOptionWrap .sortListWrap .sortList .name {line-height: 1.4;}
	.confOptionWrap .sortListWrap .sortList .price {font-size: 12px;}

	/* SBPO >  step4 :: options */
	.confOptionWrap .optionsWrap .titArea {margin-bottom: 10px;}
	.confOptionWrap .optionsWrap .selectOpt {display: none;}
	.confOptionWrap .optionsWrap .itemWrap .itemList {width: 50%;}

	/* SBPO >  step5 :: discount option */
	.confOptionWrap .discountOptWrap .txtNoti {padding-top: 10px;}

	/* SBPO >  step5 :: discount option > summary */
	.secConfiguratorWrap .btnWrap.confBtnWrap2 {width: auto;padding-top: 0;text-align: left;}
	.secConfiguratorWrap .btnWrap.confBtnWrap2 .col {width: 50%;padding-top: 10px !important;}
	.secConfiguratorWrap .summaryWrap .downloadShare {display:none;}

	/* SBPO >  layerpopup : Request a Quote */
	.layerConfigurator .priceInfoLayerBox {display: block;padding-bottom: 40px;}
	.layerConfigurator .itemImgBox {padding: 0 15px 53px;}
	.layerConfigurator .itemPriceInfo .detailList .tit {width: 55px;padding-right: 5px;}
	.layerConfigurator .formBoxWrap .titArea [class*=subTit] {display: block;width: 100%;padding-bottom: 25px;}
	.layerConfigurator .formBoxWrap .titArea .txtRequiredField {display: block;width: 100%;text-align: left;}

	/* SBPO > layerpopup : Calculator */
	.layerConfigurator .resultPriceBox .paymentBox .list .conTit {width: 58%;padding-right: 10px;}

	/* SBPO > layerpopup : BYO */
	.layerConfiguratorByo .byoListWrap {height:150px;}
	.layerConfiguratorByo .btnByoWrap {margin-top:75px;}
	.layerConfiguratorByo .byoListWrap .btnCtrlWrap {bottom:-85px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);}
}

/* SFDO : SPA_Find_a_Dealer */
.sfdoWrap {background:#fff;}
.findDealerWrap .innerWrap {max-width:1600px;margin:0 auto;}
.fiDealCate,
.fiDealCate * {box-sizing:border-box;}
.fiDealCate {padding:26px 0;text-align:center;}

.fiDealCate .sfdoBtnItems,
.fiDealCate ul {overflow:hidden;display:inline-block;font-size:0;vertical-align:top;text-align:center;}

.fiDealCate .sfdoBtnItems .sfdoBtnItem,
.fiDealCate ul li {display:inline-block;vertical-align:top;position:relative;width:130px;height:140px;margin:0 10px 0 0px;}

.fiDealCate .sfdoBtnItems:first-child .sfdoBtnItem:first-child,
.fiDealCate ul:first-child li:first-child {margin-left:0;}
.fiDealCate ul li a {position:relative;display:block;width:100%;height:100%;text-align:center;text-decoration:none;border:4px solid transparent;}

.fiDealCate .sfdoBtnItems .sfdoBtnItem:hover .itemLink,
.fiDealCate .sfdoBtnItems .sfdoBtnItem.on .itemLink {border-color:#00aad2;}
.fiDealCate ul li:hover a,
.fiDealCate ul li.on a {border-color:#00aad2;}

.fiDealCate .sfdoBtnItems .sfdoBtnItem .itemLink .imgM,
.fiDealCate ul li a .imgM {position: relative; padding-top: 20px; padding-bottom: 4px; clear: both; display: block; box-sizing: content-box; margin: 0 auto;}

.fiDealCate .sfdoBtnItems .sfdoBtnItem .itemLink .imgM,
.fiDealCate .sfdoBtnItems .sfdoBtnItem .itemLink .imgM img,
.fiDealCate ul li a .imgM,
.fiDealCate ul li a .imgM img{width: 60px; height: 60px; }

.fiDealCate ul li a .CateTxt span {font-size:16px;line-height:20px;letter-spacing: 0.2px;color:#666666;font-family:"HyundaiRegular";}
.fiDealCate ul li.on a .CateTxt span,
.fiDealCate ul li:hover a .CateTxt span {color:#00aad2;}
.fiDealCate .btnGps {display:none;}

.fiDealCate .sfdoBtnItems .sfdoBtnItem .imgM .imgNormal,
.fiDealCate .sfdoBtnItems .sfdoBtnItem.on .imgM .imgOn,
.fiDealCate .sfdoBtnItems .sfdoBtnItem:hover .imgM .imgOn {display: block;}

.fiDealCate .sfdoBtnItems .sfdoBtnItem .imgM .imgOn,
.fiDealCate .sfdoBtnItems .sfdoBtnItem.on .imgM .imgNormal,
.fiDealCate .sfdoBtnItems .sfdoBtnItem:hover .imgM .imgNormal {display: none;}

.sfdoHrClearBoth {height: 0; width: 100%; border: none;padding: 0; margin: 0;}

@media screen and  (max-width:1240px){
	.fiDealCate .sfdoBtnItems .sfdoBtnItem,
	.fiDealCate ul li {width:116px;height:140px;margin:0 8px 0 0px;}
	.fiDealCate .sfdoBtnItems .sfdoBtnItem{margin:6px 8px 0 0;} /* ltr */ /* 180402 */
}

@media screen and (max-width:1024px){
   /* SFDO */
	.findDealerWrap {padding:0 !important;}
	.fiDealCate .sfdoBtnItems.second {padding-top: 6px;}
	.fiDealCate .sfdoBtnItems{margin-top:-6px;} /* ltr */ /* 180402 */
	.fiDealCate ul li {width:80px;height:100px;}
	.fiDealCate ul li a .CateTxt {position:relative;height:32px;}
	.fiDealCate ul li a .CateTxt span {display:inline-block;vertical-align:middle;font-size:12px;line-height:12px;}
	.fiDealCate ul li a .CateTxt span,
	.fiDealCate ul li:hover a .CateTxt span {color:#666;}
	.fiDealCate ul li.on a .CateTxt span,
	.fiDealCate ul li.on:hover a .CateTxt span {color:#00aad2;}
	.fiDealCate .sfdoBtnItems .sfdoBtnItem .itemLink .imgM,
	.fiDealCate .sfdoBtnItems .sfdoBtnItem .itemLink .imgM img,
	.fiDealCate ul li a .imgM, .fiDealCate ul li a .imgM img {width:54px;height:54px;}
	.fiDealCate .sfdoBtnItems .sfdoBtnItem .itemLink .imgM,
	.fiDealCate .sfdoBtnItems .sfdoBtnItem .itemLink .imgM img,
	.fiDealCate .sfdoBtnItems .sfdoBtnItem.on:hover .itemLink {border-color:#00aad2;}
	.fiDealCate ul li.on:hover a {border-color:#00aad2;}
	.fiDealCate .sfdoBtnItems .sfdoBtnItem:hover .itemLink {border-color:transparent;}
	.fiDealCate ul li:hover a {border-color:transparent;}
	.fiDealCate .sfdoBtnItems .sfdoBtnItem .imgM .imgNormal,
	.fiDealCate .sfdoBtnItems .sfdoBtnItem:hover .imgM .imgNormal,
	.fiDealCate .sfdoBtnItems .sfdoBtnItem.on .imgM .imgOn,
	.fiDealCate .sfdoBtnItems .sfdoBtnItem.on:hover .imgM .imgOn {display: block;}
	.fiDealCate .sfdoBtnItems .sfdoBtnItem:hover .imgM .imgOn,
	.fiDealCate .sfdoBtnItems .sfdoBtnItem.on .imgM .imgNormal{display: none;}
}
@media screen and (max-width: 767px) {
   /* SFDO */
	.fiDealCate ul {width:100%;float:none; margin: 0 auto;}
	.fiDealCate .sfdoBtnItems .sfdoBtnItem,
	.fiDealCate ul li {width:22%;height:94px;padding-right:2px;margin-left:0;box-sizing:border-box; text-align: center; float: none;}
	.fiDealCate .sfdoBtnItems .sfdoBtnItem,
	.fiDealCate ul li:last-child {padding-right:0; margin-right: 0;}
	.fiDealCate ul li a {margin:0 auto;}
	.fiDealCate ul.second:before {content:"";display:block;}
	.fiDealCate ul li a .CateTxt {position:relative;height:32px;}
	.fiDealCate ul li a .CateTxt span {display:inline-block;vertical-align:middle;font-size:12px;line-height:12px;}
	.fiDealCate .sfdoBtnItems .sfdoBtnItem .itemLink .imgM { padding-top: 10px; }
	.fiDealCate .sfdoBtnItems .sfdoBtnItem .itemLink .imgM,
	.fiDealCate .sfdoBtnItems .sfdoBtnItem .itemLink .imgM img,
	.fiDealCate ul li a .imgM,
	.fiDealCate ul li a .imgM img {width:40px; height: 40px;}
}

/* SFDO > Search */
.fiDealSch {margin:0 auto;padding:40px 0;text-align:center;}
.fiDealSch .formList {display:inline-block;position:relative;width:750px;text-align:left;}
.fiDealSch .formList .formArea {overflow:hidden;margin-bottom:5px;position:relative;}
.fiDealSch .formList .formArea .formCon {position:absolute;left:0;right:150px;height:44px;}
.fiDealSch .formList .formArea .formCon input {width:100%;height:44px;}
.fiDealSch .formList .formArea .formBtn {float:right;}
.fiDealSch .formList .formArea .formBtn button.btn {display:block;width:140px;height:44px;font-size:14px;line-height:44px;background:#002c5f;color:#fff;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:"HyundaiRegular";}
.fiDealSch .formList .errMsg .MsgTxt {font-size:14px;line-height:24px;letter-spacing: 0.2px;color:#e63312;font-family:"HyundaiRegular";}
.fiDealSch .formList .btnGps {display:none;}
@media screen and (max-width: 767px) and (min-width: 0) {
/* SFDO > Search */
	.fiDealSch .formList {display:block;margin:0 25px;width:auto;}
	.fiDealSch .formList .formArea .formCon input,
	.fiDealSch .formList .formArea {height:35px;}
	.fiDealSch .formList .formArea .formCon {right:45px;}
	.fiDealSch .formList .formArea .formBtn {position:absolute;right:60px;top:10px;width:16px;height:16px;}
	.fiDealSch .formList .formArea .formBtn button.btn {width:100%;height:100%;text-indent:-1000px;overflow:hidden;background:url("images/buildacar/ico-search.png") no-repeat 50% 50%;}
	.fiDealSch .formList .btnGps {display:block;position:absolute;right:0;top:0;width:35px;height:35px;background:#767676 url("images/buildacar/ico-location.png") no-repeat 50% 50%;text-indent:-1000px;overflow:hidden;}
}
/* SFDO > Search Result */
.fiDealCon {position:relative;margin:0 auto;overflow:hidden;}
.fiDealCon .fDnavL {position:relative;width:400px;background:#fff;z-index:100;}
.fiDealCon .fDnavL.hkShow{visibility: hidden;}
.fiDealCon .fDnavL .fdNavNum {padding:0 40px;}
/* .fiDealCon .fDnavL .fdNavNum:after {content:"";display:block;margin:20px -25px 0;border-bottom:1px solid #efefef;} */
.fiDealCon .fDnavL .fdNavNum .fDnavSch {position:relative;padding:60px 0 0;margin-bottom:20px;}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .schRe h3 {display:inline-block;font-size:30px;letter-spacing: 0.5px;color:#000;font-family:"HyundaiMedium";}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .schRe span.schRe {display:inline-block;font-size:20px;letter-spacing: 0.3px;color:#00aad2;font-family:"HyundaiMedium";margin-left:10px;}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel {margin:31px 0 0;text-align:right;overflow:hidden;}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel .selForm {display:inline-block;margin-left:10px;}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel .selForm .reSeBx {float:right;width:12%;height:50px;}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel .selForm .selBg {height:20px;background-color:#fff;}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel .selForm select {display: inline-block;width:auto;height: 20px;padding-left:5px;padding-right:20px;font-size: 14px;color: #666;line-height:20px;text-align:left;border: 0;background: url("images/buildacar/Web/ico-arr-down.png") no-repeat right center;-webkit-appearance: none;-moz-appearance: none;appearance: none;background-color: #f6f3f2;}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel .selForm select:focus {outline: 2px solid #a4c6fd;}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel .selForm select::-ms-expand {display: none;}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel .selForm select.bgWhite {border: 1px solid #e5e5e5;background: #fff url("images/common/ico-arr-down.png") no-repeat right center !important;}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel .selForm select.bdNone {border: 0 none; outline:none;}
.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel .selForm .sel2 {display:none;}
.fiDealCon .fDnavL .fdNavListWrap .innerScroller {height:589px;overflow-y:auto;}
.fiDealCon .fDnavL .fdNavListWrap .fdPd1 {height:auto;box-sizing:border-box;}
.fiDealCon .fDnavL .fdNavListWrap .fdPd1.on {background:#f7f7f7;}
.fiDealCon .fDnavL .fdNavListWrap .fdPd1:before{clear:both;content:'';display:block;margin:0 40px 0;border-top:1px solid #efefef;}
.fiDealCon .fDnavL .fdNavListWrap .fdPd1:first-child:before{margin:auto;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView {padding:40px;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt {position:relative;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt .listNum {position:absolute;top:0;left:0;display:inline-block;width:30px;height:30px;font-size:16px;line-height:30px;text-align:center;color:#fff;border-radius:50%;background:#767676;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt .listT1 {display:inline-block;width:60%;margin-left:40px;font-size:20px;line-height:30px;letter-spacing: 0.3px;color:#000;font-family:"HyundaiMedium";}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt .km {position:absolute;top:2px;right:0;font-size:16px;line-height:28px;letter-spacing: 0.2px;color:#767676;font-family:"HyundaiRegular";}

.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdCate {margin-top:15px;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdCate .icoMiniCate {display:inline-block;width:36px;height:36px;margin-right:15px;margin-top:15px;vertical-align: text-top;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdCate .icoMiniCate img{width:100%;height:100%;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdCate span {display:inline-block;width:36px;height:36px;margin-right:15px;background-repeat:no-repeat;background-position:50% 50%;background-size:100% auto;}

.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg {position:relative;margin-top:20px;overflow:hidden;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg.hdn {display:none;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdTxt {float:left;font-size:14px;line-height:24px;letter-spacing: 0.2px;color:#000;font-family:"HyundaiRegular";margin-right:20px;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdStar {float:left;display:block;overflow:hidden;margin-top:3px;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdStar i {float:left;margin-right:2px;width:18px;height:18px;background:url("images/buildacar/Web/ico-star-blank.png") no-repeat 0 0;background-size:100% auto;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdStar i.on {background-image:url("images/buildacar/Web/ico-star-full.png");}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .FDmore {position:absolute;display:inline-block;top:3px;right:0;width:20px;height:15px;text-indent:-99999px;background:url("images/common/ico-toggle-down.png") right center no-repeat;background-size:12px 8px;cursor:pointer;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd {display:none;padding: 40px;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd.on {display:block;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd .fdItem {margin-bottom:20px;}
/* .fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd .fdItem .address {height:auto;} */
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd .fdItem .phon .line {display:inline-block;width:1px;height:12px;background:#d8d8d8;text-indent:-99999px;vertical-align:-3px;margin:0 8px;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd .fdLink {overflow:hidden;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd .fdLink a {float:left;display:inline-block;font-size:18px;line-height:23px;letter-spacing: 0.3px;color:#002c5f;font-family:"HyundaiMedium";text-decoration:none;margin-right:20px;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd .fdLink a::after {content:"";display:inline-block;width:7px;height:12px;background:url("images/common/ico-arrow-right-navy.png") no-repeat;margin-left:7px;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList.on {height:auto;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList.on .fdNavView {background:#fff;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList.on .fdNavAdd {display:block;background:#f7f7f7;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList.on .fdNavView .fdg .FDmore {background-image:url("images/common/ico-toggle-up.png");}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList.on .fdNavView .listTxt .listNum {background:#00aad2;}
.fiDealCon .fDnavL .fdNavListWrap .fdNavList .inMap {display:none;}
.findDealerWrap .addFon1 {font-size:14px;line-height:24px;letter-spacing: 0.2px;color:#000;font-family:"HyundaiRegular";}
@media screen and (max-width:1024px) {
	/* SFDO > Search Result */
	.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel .selForm select {height: 35px;padding-left: 15px;font-size: 12px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt .listT1 {width:55%;margin-left:31px;}
}
@media screen and (max-width:767px) {
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt .listT1 {width:65%;}
}
/* SFDO >  Map */
.findDealerWrap .fdMapWrap {position:absolute;left:0;right:0;top:0;bottom:0;background:url("images/buildacar/Web/bg-map.png") 0 0 no-repeat;}
.findDealerWrap .fdMapWrap .fdZoomBox {position:absolute;top:0;right:0;width:66px;height:116px;background:url("images/buildacar/Web/bg-zoom-panel.png") no-repeat;z-index:10;}
.findDealerWrap .fdMapWrap .fdZoomBox a {display:block;text-indent:-99999px;width:50px;height:50px;z-index:100;border:0px solid red;}
.findDealerWrap .fdMapWrap .fdZoomBox a.plus {background:url("images/buildacar/Web/ico-zoom-in.png") center no-repeat;margin-top:3px;margin-left:7px;}
.findDealerWrap .fdMapWrap .fdZoomBox a.minus {background:url("images/buildacar/Web/ico-zoom-out.png") center no-repeat;margin-left:7px;}
.findDealerWrap .fdMapWrap .fdMap {position:absolute;width:79px;height:49px;top:260px;right:0px;text-align:center;background-repeat:no-repeat;}
.findDealerWrap .fdMapWrap .fdMap span.pointNum {display:inline-block;margin-top:2px;font-size:16px;line-height:28px;letter-spacing: 0.3px;color:#fff;font-family:"HyundaiMedium";}
.findDealerWrap .fdMapWrap .pointM1 {background-image:url("images/buildacar/Web/ico-dealer-pin-normal.png");}
.findDealerWrap .fdMapWrap .pointM2 {background-image:url("images/buildacar/Web/ico-dealer-pin-focused.png");}
.findDealerWrap .fdMapWrap .fdMap2 {position:absolute;width:33px;height:47px;top:272px;right:205px;text-align:center;background-repeat:no-repeat;}
.fdMap3 {position:absolute;width:49px; height:35px;text-align:center;background-repeat:no-repeat; z-index:999;}
.findDealerWrap .fdMapWrap .pCol1 {background-image:url("images/buildacar/Web/ico-pin-normal.png");}
.findDealerWrap .fdMapWrap .pCol2 {background-image:url("images/buildacar/Web/ico-pin-focused.png");}
.pCol3 {background-image:url("images/buildacar/Web/ico_dealer_shadow.png");}/*180625*/
.fdMapShow {width:273px;height:135px;padding:31px 0 0 15px;}
.fdMapShow .listTxt {position:relative;width:auto;margin-bottom:20px;}
.fdMapShow .listTxt span.listNum {display:block;float:left;width:30px;height:30px;font-size:16px;line-height:30px;text-align:center;color:#fff;border-radius:50%;background:#767676;}
.fdMapShow .listTxt span.listNum.ck {background:#00aad2;}
.fdMapShow .listTxt span.listT1 {display:block;font-size:20px;line-height:30px;letter-spacing: 0.3px;color:#000;font-family:"HyundaiMedium";padding-left:40px;}
.fdMapShow .fdg {position:relative;}
.fdMapShow .fdg.hdn {display:none;}
.fdMapShow .fdg .fdTxt {display:inline-block;font-size:14px;line-height:24px;letter-spacing: 0.2px;color:#000;font-family:"HyundaiRegular";margin-right:20px;}
.fdMapShow .fdg .fdStar {display:inline-block;width:108px;height:18px;text-indent:-99999px;vertical-align:middle;}
.fdMapShow .fdg .fdStar i {float:left;margin-left:2px;width:18px;height:18px;background:url("images/buildacar/Web/ico-star-blank.png") no-repeat 0 0;background-size:100% auto;} /* rtl */
.fdMapShow .fdg .fdStar i.on {background-image:url("images/buildacar/Web/ico-star-full.png");}
.fdMapShow a.cls {position:absolute;display:inline-block;top:23px;right:26px;width:16px;height:16px;text-indent:-99999px;background:url("images/buildacar/ico-cancel32X32.png") no-repeat;}


.mapPointPop{width:280px;height:auto;background-color:#fff;box-shadow:rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;text-align:center;}/* hmj test modify */
.mapPointPop:after{clear:both;content:'';display:block;background:url(images/buildacar/Web/ico_pin.png) no-repeat 0 0;width:9px;height:10px;position:absolute;bottom:-10px;left:50%;transform: translateX(-50%);}
.pointTit{background-color:#eee;padding:30px 0 10px;}
.pointTit .mapPointName{font-family:"HyundaiMedium";font-size:18px;line-height:28px;text-align: center;color:#000;}
.pointTit .mapPointInfo{font-size:14px;line-height: 20px;color:#444;}
.pointList{padding:15px 30px;}
.pointList li{width:100%;border-bottom:1px solid #ccc;}
.pointList li:last-child{border:none;}
.pointList li:first-child{border-bottom:1px solid #ccc;}
.pointList li a{display:block;position: relative;padding-left:15px;font-size:14px;line-height:28px;text-align:left;color:#888;}
.pointList li a:after{clear:both;display:block;content:'';position: absolute;	background:url(images/buildacar/Web/ico_golink.png) no-repeat 0 0;width:5px;height:8px;top:10px;right:5px;}
.pointList li.on a:after{background:url(images/buildacar/Web/ico_golink_on.png) no-repeat 0 0;}
.pointList li.on a{color:#444;}
.mapPointClose{display:block;position:absolute;font-size:0;line-height:0;background:url(images/buildacar/Web/ico_x.png) no-repeat 0 0;width:12px;height:12px;top:15px;right:15px;}



@media screen and (max-width:1024px){
	/* SFDO >  Map */
	.fiDealCon .fDnavL {width:255px;}
	.fiDealCon .fDnavL .fdNavNum {padding:0 25px;}
	.fiDealCon .fDnavL .fdNavNum .fDnavSch {padding-top:30px;}
	.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel {margin-top:13px;}
	.fiDealCon .fDnavL .fdNavNum .fDnavSch .schRe h3 {font-size:19px;}
	.fiDealCon .fDnavL .fdNavNum .fDnavSch .schRe span.schRe {font-size:14px;}
	.fiDealCon .fDnavL .fdNavListWrap .innerScroller {height:394px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView {padding:21px 25px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdTxt {font-size:14px;line-height:21px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdPd1:before{margin:0 25px 0;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdCate {margin-top:5px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdCate .icoMiniCate {width:24px;height:24px;margin-top:10px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg {margin-top:15px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt span {display:inline-block;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt span.listNum {width:21px;height:21px;line-height:21px;font-size:12px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt span.listT1 {font-size:14px;line-height:21px;vertical-align:top;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt span.km {line-height:21px;font-size:12px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdTxt {float:none;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdStar {float:none;margin-top:4px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .FDmore {top:15px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdStar i {width:12px;height:12px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd {padding:20px 25px;}
	.findDealerWrap .addFon1 {font-size:12px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd ul.fdItem {margin-bottom:5px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd .fdLink a {font-size:12px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd .fdLink a:after {height:8px;width:5px;background-size:100% auto;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdCate span {width:25px;height:25px;}
	.fiDealSch .formList .errMsg .MsgTxt {font-size:12px;}
	.fiDealSch {padding:20px 0;}

	.mapPointPop{width:210px;}
	.pointTit .mapPointName{font-size:14px;line-height:21px;}
	.pointTit .mapPointInfo{font-size:11px;line-height:16px;}
	.pointList li a{font-size:11px;line-height:21px;padding-left:12px;}
	.pointList {padding: 10px 15px;}
	.pointTit {padding: 20px 0 8px;}
	.pointList li a:after{background: url(images/buildacar/Tablet/ico_golink.png) no-repeat 0 0;background-size: 4px 6px;width:4px;height:6px;top:8px;}
	.pointList li.on a:after{background: url(images/buildacar/Tablet/ico_golink_on.png) no-repeat 0 0;background-size: 4px 6px;}
	.mapPointClose{background: url(images/buildacar/Tablet/ico_x.png) no-repeat 0 0;background-size: 10px 10px; width:10px; height:10px; top:10px; right:10px;}

	/*sfdo pop*/
	.fdMapShow{width:173px;height:101px;padding:16px 0 0 5px;}
	.fdMapShow .listTxt span.listNum{width:21px;height:21px;line-height:21px;font-size:12px;}
	.fdMapShow .listTxt span.listT1{font-size:14px;line-height:21px;padding-left:30px;}
	.fdMapShow .listTxt{margin-bottom:7px;}
	.fdMapShow .fdg .fdStar i{width:12px;height:12px;}
	.fdMapShow .fdg .fdStar{display:block; height:12px;margin-top:4px;}
	.fdMapShow .fdg .fdTxt{font-size:12px;line-height:17px;}
}




@media screen and (max-width: 767px) and (min-width: 0) {
	/* SFDO >  Map */
	.fdMapWrap {display:none;}
	.fdMapWrap.hkShow {display:block;}
	.fiDealCon .fDnavL {width:auto;}
	.fiDealCon .fDnavL .fdNavNum {padding:0 25px;}
	.fiDealCon .fDnavL .fdNavNum .fDnavSch {padding-top:30px;}
	.fiDealCon .fDnavL .fdNavNum .fDnavSch .sel {margin-top:13px;}
	.fiDealCon .fDnavL .fdNavNum .fDnavSch .schRe h3 {font-size:19px;}
	.fiDealCon .fDnavL .fdNavNum .fDnavSch .schRe span.schRe {font-size:14px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdPd1:before{display:none;}
	.fiDealCon .fDnavL .fdNavListWrap .fdPd1:first-child:before{display:block;}
	.fiDealCon .fDnavL .fdNavListWrap .innerScroller {height:auto;overflow-y:visible;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdTxt {font-size:12px;line-height:1;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg {margin-top:15px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView {padding:20px 25px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt span {display:inline-block;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt span.listNum {width:21px;height:21px;line-height:21px;font-size:10px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt span.listT1 {font-size:14px;line-height:21px;vertical-align:top;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .listTxt span.km {line-height:21px;font-size:12px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdTxt {float:none;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdStar {float:none;margin-top:4px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .FDmore {top:15px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdg .fdStar i {width:12px;height:12px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd {padding:20px 25px;}
	.findDealerWrap .addFon1 {font-size:12px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd ul.fdItem {margin-bottom:5px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd .fdLink a {font-size:15px;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavAdd .fdLink a::after {height:9px;width:5px;background-size:100% auto;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView .fdCate span  {width:25px;height:25px;}
	.fiDealSch .formList .errMsg .MsgTxt {font-size:12px;line-height:20px;}
	.fiDealSch {padding:20px 0;}
	.fiDealCon .fDnavL .fdNavListWrap .fdNavList .inMap {display:block;height:300px;background:url("images/buildacar/Web/bg-map.png") 0 0 no-repeat;background-size:100% 100%;}

	/*sfdo pop*/
	.fdMapShow{width:110px;overflow: hidden;height:auto;padding:0;}
	.fdMapShow .listTxt{padding:16px 0 9px 0; font-family:"HyundaiMedium";margin-bottom:0;}
	.fdMapShow .listTxt span.listNum{display:none;}
	.fdMapShow .listTxt span.listT1{padding-left:0;font-size:13px;line-height:1;letter-spacing: normal;}
}

/* SUCO : Used Cars */
.sectionWrap.secUsedCars,
.secUsedCars {padding-top: 72px;padding-bottom: 100px;}
.secUsedCars .topTxtArea {padding-bottom: 66px;}
.secUsedCars .bulletListBox {padding-bottom: 40px;}
.secUsedCars .selBox {display: table;width: 100%;margin-bottom: 40px;background: #e4dcd3;}
.secUsedCars .selBox label {display: table-cell;padding: 20px 30px;vertical-align: middle;background: #e4dcd3;}
.secUsedCars .selBox .selForm {display: table-cell;width: 612px;padding: 20px 30px;text-align: right;vertical-align: middle;background: #e4dcd3;}
.secUsedCars .selBox .selForm select {color: #000;}
.secUsedCars .itemWrap .itemList .img {padding-bottom: 56.39%;margin-bottom: 21px;}
.secUsedCars .itemWrap .itemTit {padding-bottom: 5px;}
.secUsedCars .itemWrap .itemTit .titC {display: inline-block;line-height: 1.875;font-size: 16px;font-family: "HyundaiMedium";}
.secUsedCars .itemWrap .itemTit .titCon {display:block;line-height: 1.428;color: #666;font-size: 14px;}
.secUsedCars .itemWrap .itemList .itemCon {width: 100%;color: #000;overflow: hidden;}
.secUsedCars .itemWrap .itemCon .carInfo {margin-left: -10px;}
.secUsedCars .itemWrap .itemCon .carInfo ~ .carInfo {padding-top: 4px;}
.secUsedCars .itemWrap .itemCon .carInfo .infoList {display: inline-block;padding: 0 6px 0 10px;line-height: 1.43;font-size: 14px;position: relative;}
.secUsedCars .itemWrap .itemCon .carInfo .infoList:after {content: "";display: block;width: 1px;height: 12px;margin-top: -6px;background: #979797;position: absolute;left: 0;top: 50%;}
.secUsedCars .itemWrap .itemCon .dealerInfo {padding-top: 25px;}
.secUsedCars .itemWrap .itemCon .dealerInfo .titD {padding-bottom: 11px;line-height: 1.428;font-size: 14px;font-family: "HyundaiMedium";}
.secUsedCars .itemWrap .itemCon .dealerInfo .infoList {line-height: 1.428;font-size: 14px;}
.secUsedCars .itemWrap .itemCon .dealerInfo .infoList ~ .infoList {padding-top: 3px;}
.secUsedCars .itemWrap .btnArea {margin-top: 29px;}
.secUsedCars .itemWrap .btnArea .col {display: table;width: 100% !important;}
.secUsedCars .itemWrap .btnArea .col.btnTel {display: none;}
.secUsedCars .itemWrap .btnArea .btn {height: 45px;font-size: 14px;text-align: center;}
@media screen and  (max-width:1024px){
	/* SUCO */
	.sectionWrap.secUsedCars,
	.secUsedCars {padding-top: 36px;padding-bottom: 70px;}
	.secUsedCars .topTxtArea {padding-bottom: 33px;}
	.secUsedCars .bulletListBox {padding-bottom: 20px;}
	.secUsedCars .selBox {margin-bottom: 20px;}
	.secUsedCars .selBox label {padding: 10px 15px;}
	.secUsedCars .selBox .selForm {display: table-cell;width: 320px;padding: 10px 15px;}
	.secUsedCars .itemWrap .itemList .img {margin-bottom: 24px;}
	.secUsedCars .itemWrap .itemTit {padding-bottom: 7px;}
	.secUsedCars .itemWrap .itemTit .titC {line-height: 1.263;font-size: 19px;}
	.secUsedCars .itemWrap .itemTit .titCon {line-height: 1.416;font-size: 12px;}
	.secUsedCars .itemWrap .itemCon .carInfo {display: inline-block;margin-left: -8px;}
	.secUsedCars .itemWrap .itemCon .carInfo ~ .carInfo {margin-left: 0;padding-top: 0;}
	.secUsedCars .itemWrap .itemCon .carInfo .infoList {padding: 0 4px 0 8px;line-height: 1.5;}
	.secUsedCars .itemWrap .itemCon .carInfo .infoList:after {height: 10px;margin-top: -5px;}
	.secUsedCars .itemWrap .itemCon .dealerInfo {padding-top: 14px;}
	.secUsedCars .itemWrap .itemCon .dealerInfo .titD {padding-bottom: 3px;line-height: 1.5;}
	.secUsedCars .itemWrap .itemCon .dealerInfo .infoList {line-height: 1.428;font-size: 14px;}
	.secUsedCars .itemWrap .itemCon .dealerInfo .infoList ~ .infoList {padding-top: 2px;}
	.secUsedCars .itemWrap .btnArea {margin-top: 21px;}
	.secUsedCars .itemWrap .btnArea .btn {height: 40px;}
	.secUsedCars .btnMoreWrap {padding-top: 40px;}
}
@media screen and  (max-width:767px){
	/* SUCO */
	.secUsedCars .btnWrap.btnMoreWrap {padding-top:40px;}
	.secUsedCars .selBox {display: block;padding: 10px 15px;margin-bottom: 10px;}
	.secUsedCars .selBox label {display: block;padding: 0 0 10px 0;}
	.secUsedCars .selBox .selForm {display: block;width: 100%;padding: 0;}
	.secUsedCars .itemWrap .itemList .img {margin-bottom: 20px;padding-bottom:0;}
	.secUsedCars .itemWrap .itemTit {padding-bottom: 4px;}
	.secUsedCars .itemWrap .btnArea {margin: 21px -5px 0;}
	.secUsedCars .itemWrap .btnArea:after {content: "";display: table;clear: both;}
	.secUsedCars .itemWrap .btnArea .col {width: 50% !important;padding: 0 5px;float: left;}
	.secUsedCars .itemWrap .btnArea .col.btnTel {display: table;}
	.secUsedCars .itemWrap .btnArea .btn {height: 40px;}
}

/* SCUO : Contact Us */
.conPd1 {padding-top:90px;padding-bottom:90px;}
.sectionInner .hide, caption {width: 1px;height: 1px;overflow: hidden;position: absolute;left: -9999px;}
.conBtPd {padding-top: 100px !important;}
@media screen and  (max-width:1024px){
	/* SCUO */
	.scuo .formBoxWrap .titArea {width:auto;}
	.scuo .formBoxWrap .titArea .subTitS {padding-right:10px;}
	.conPd1 {padding-top:45px;padding-bottom:70px;}
	.btnMoreFull {height: 35px;font-size: 12px;}
	.conBtPd {padding-top: 43px !important;}
}
@media screen and  (max-width:767px){
	/* SCUO */
	.conPd1 {padding-top:45px;padding-bottom:70px;}
	.conPd1 .radioboxWrap .radioBoxInner label {padding-right:0}
}

/* SDLO  : Downloads */
.sectionWrap.secDownload,
.secDownload {padding-top: 80px;padding-bottom: 100px;}
.secDownload .itemCon .itemDownload .btnList ~ .btnList {padding-top: 3px;}
.secDownload .itemLink .img {margin-bottom: 15px;}
.secDownload .itemWrap.bttmLayer .itemLayer {padding: 48px 20px 44px;}
.secDownload .itemLayer .thumbWrap {padding: 0 40px 0;position: relative;}
.secDownload .itemLayer .thumbWrap [class*=subTit] {padding-bottom: 20px;}
.secDownload .itemLayer .thumbListWrap {width: 100%;overflow: hidden;position: relative;}
.secDownload .itemLayer .thumbArea {margin: 0;}
.secDownload .itemLayer .thumbArea:after {content: "";display: block;clear: both;}
.secDownload .itemLayer .thumbArea .thumbList {width: 33.3%;padding: 0 7px;float: left;}/* 2017-11-12 */
.secDownload .itemLayer .thumbArea .thumbList:first-child {padding-left:0;}/* 2017-11-12 */
.secDownload .itemLayer .thumbArea .thumbList:last-child {padding-right:0;}/* 2017-11-12 */
.secDownload .itemLayer .thumbArea .thumbImg {width: 100%;/*padding-bottom: 65.625%;*/overflow: hidden;position: relative;}/* 2017-11-12 */
.secDownload .itemLayer .thumbArea .thumbImg img {/*width: auto;position: absolute;left: 50%;top: 50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%); width:320px; height:210px;*/width:100%;}/* 2017-11-12 */
.secDownload .itemLayer .thumbArea .size {padding-top: 20px;text-align: center;}
.secDownload .itemLayer .thumbArea .size .list {display: inline-block;margin-left: 16px;padding-left: 21px;position: relative;}
.secDownload .itemLayer .thumbArea .size .list:first-child {margin-left: 0;padding-left: 0;}
.secDownload .itemLayer .thumbArea .size .list:after {content: "";display: block;width: 1px;height: 12px;margin-top: -6px;background: #002c5f;position: absolute;left: 0;top: 50%;}
.secDownload .itemLayer .thumbArea .size .list:first-child:after {display: none;}
.secDownload .itemLayer .thumbArea .size .list a {line-height: 1.71;color: #002c5f;font-size: 14px;font-family: "HyundaiMedium";}
.secDownload .itemLayer .thumbWrap .btnDirection .btnPrev,
.secDownload .itemLayer .thumbWrap .btnDirection .btnNext {width: 12px;height: 20px;margin-bottom: -54px;text-indent: -9999px;overflow: hidden;position: absolute;top: 50%;}
.secDownload .itemLayer .thumbWrap .btnDirection .btnPrev {background: url("images/common/ico-arr-prev-s.png") no-repeat center center;left: 0;}
.secDownload .itemLayer .thumbWrap .btnDirection .btnNext {background: url("images/common/ico-arr-next-s.png") no-repeat center center;right: 0;}
.secDownload .itemLayer .thumbWrap .btnDirection .btnPrev.disabled,
.secDownload .itemLayer .thumbWrap .btnDirection .btnNext.disabled {visibility: hidden;}
.secDownload .itemList.active .btnText.sm.icArrDown:after {content: "";display: block;border-top: 0px solid transparent;border-bottom: 6px solid #000;border-left: 4px solid transparent;border-right: 4px solid transparent;position: absolute;left: 0;top: 4px;}

.secDownload .itemWrap .img img { width:265px; height:144px;}
@media screen and  (max-width:1240px){
	/* SDLO */
	.secDownload .itemLayer .thumbArea .size .list {margin-left: 7px;padding-left: 12px;}
}
@media screen and  (max-width:1024px){
	/* SDLO */
	.sectionWrap.secDownload,
	.secDownload {padding-top: 50px;padding-bottom: 70px;}
	.secDownload .itemCon .itemDownload .btnList ~ .btnList {padding-top: 9px;}
	.secDownload .itemLink .img {margin-bottom: 15px;}
	.secDownload .itemWrap.bttmLayer .active .itemLayer {padding: 40px 10px 40px;}
	.secDownload .itemWrap.bttmLayer .itemList:nth-child(4n+1) .itemLayer:after {left: 10%;}
	.secDownload .itemWrap.bttmLayer .itemList:nth-child(4n+2) .itemLayer:after {left: 35%;}
	.secDownload .itemWrap.bttmLayer .itemList:nth-child(4n+3) .itemLayer:after {left: 60%;}
	.secDownload .itemWrap.bttmLayer .itemList:nth-child(4n+4) .itemLayer:after {left: 85%;}
	.secDownload .itemLayer .thumbWrap {padding: 0 20px 0;position: relative;}
	.secDownload .itemLayer .thumbWrap [class*=subTit] {padding-bottom: 15px;}
	.secDownload .itemLayer .thumbArea {margin: 0 -5px;}
	.secDownload .itemLayer .thumbArea .thumbList {padding: 0 5px;}
	.secDownload .itemLayer .thumbArea .size {padding-top: 15px;}
	.secDownload .itemLayer .thumbArea .size .list {margin-left: 4px;padding-left: 4px;}
	.secDownload .itemLayer .thumbArea .size .list:after {height: 9px;margin-top: -4px;}
	.secDownload .itemLayer .thumbArea .size .list a {line-height: 17px;font-size: 12px;}
	.secDownload .itemLayer .thumbWrap .btnDirection .btnPrev,
	.secDownload .itemLayer .thumbWrap .btnDirection .btnNext {width: 10px;height: 16px;margin-bottom: -42px;background-size: cover;}
	.secDownload .itemLayer .thumbWrap .btnDirection .btnPrev.disabled,
	.secDownload .itemLayer .thumbWrap .btnDirection .btnNext.disabled {visibility: hidden;}

	.secDownload .itemWrap .img img { width:169px; height:92px;}

	/*.secDownload .itemLayer .thumbArea .thumbImg img { width:210px; height:114px;}/* 2017-11-12 */
}
@media screen and  (max-width:767px){
	/* SDLO */
	.sectionWrap.secDownload,
	.secDownload {padding-top: 40px;}
	.sdlo .tabWrap .tabArea .tab.on,
	.sdlo .tabWrap .tabArea .tab.on .link {background-color:#656565;}
	.secDownload .itemWrap.bttmLayer .active .itemLayer {padding: 40px 30px 40px;}/* 2017-11-12 */
	.secDownload .itemWrap.bttmLayer .itemList .itemLayer:after {margin-left: -13px !important;left: 50% !important;}
	.secDownload .itemLayer .thumbWrap {padding: 0;}
	.secDownload .itemLayer .thumbArea {margin: -30px 0 0;}
	.secDownload .itemLayer .thumbArea .thumbList {width: 100%;padding: 30px 0 0;float: none;}
	.secDownload .itemLayer .thumbWrap .btnDirection {display: none;}
	.secDownload .itemLayer .thumbWrap .btnDirection .btnPrev.disabled,
	.secDownload .itemLayer .thumbWrap .btnDirection .btnNext.disabled {visibility: hidden;}

	.secDownload .itemWrap .img img {width: 100%;height: auto;}
	.secDownload .itemLink .img{padding-bottom:0;}
	/*.secDownload .itemLayer .thumbArea .thumbImg img { width:230px; height:125px;}/* 2017-11-12 */
}

/* SNLS */
@media all and (max-width:1024px) {
	.snls .formBoxWrap .titArea {width:auto;}
	.snls .formBoxWrap .titArea .subTitS {padding-right:10px;}
}
@media all and (max-width:767px) {
	.snls .formBoxWrap .formCon .row {padding-right:0;}
	.snls .formBoxWrap .formCon .row.emailForm .inputForm {float:none;width:auto;}
	.snls .formBoxWrap .formCon .row.emailForm .btnArea {position:static;text-align:center;padding:25px 0 0;display:block;float:none;width:auto;}
	.snls .formBoxWrap .formCon .row.emailForm .btnArea .btn {display:inline-block;width:150px;height:40px;}

	.snls .formBoxWrap .scrollBox .boxInner2 {font-size:12px;}
}
/* SNLS > Newsletter Subscription */
.leayerNewsLetter .layerPopupInner {margin-left: -350px;left: 50%;}
.leayerNewsLetter .layerPopup .layerConWrap {padding: 78px 60px;}
.leayerNewsLetter .layerConWrap [class*=subTit] {padding-bottom: 54px;text-align: center;}
.leayerNewsLetter .layerConWrap [class*=subTit] strong {display: block;padding-top: 5px;}
.leayerNewsLetter .codeBox {text-align: center;}
.leayerNewsLetter .codeBox label {display: block;padding-bottom: 15px;line-height: 1.5;font-size: 16px;text-align: center;}
.leayerNewsLetter .codeBox input {display: block;width: 580px;height: 53px;}
.leayerNewsLetter .layerConWrap .enterBpx .btnWrap {padding-top: 32px;}
.leayerNewsLetter .layerConWrap .enterBpx .btnWrap .btn {height: 38px;line-height: 15px;font-size: 12px;}
.leayerNewsLetter .layerConWrap .normalBox {padding-top: 56px;text-align: center;}
.leayerNewsLetter .layerConWrap .normalBox .errorTxt {display:none;}
.leayerNewsLetter .layerConWrap .normalBox .normalTxt {padding-top:30px;border-top:1px solid #e4dcd3;font-size:16px;line-height:24px;}
.leayerNewsLetter .layerConWrap .normalBox.errorBox .errorTxt {display:block;line-height: 2;font-size: 14px;}
.leayerNewsLetter .layerConWrap .normalBox.errorBox .normalTxt {margin-top:30px;}
.leayerNewsLetter .layerConWrap .normalBox .btnWrap {padding-top: 30px;}
.leayerNewsLetter .layerConWrap .normalBox .btnWrap .btn {line-height: 17px;}
.layerSubmitPop .layerConWrap .enterBpx .subTitS {font-weight:600;}
.layerSubmitPop .layerConWrap .enterBpx .btnWrap {padding-top:40px;}
.layerSubmitPop .layerConWrap .enterBpx .btnWrap .btn{height:38px;font-size:12px;}
.layerSubmitPop .layerPopupInner {top:50%;left:50%;width:700px;margin:-350px 0 0 -350px;text-align:center;}
.layerSubmitPop .layerPopup .layerConWrap {padding: 78px 50px;}
@media screen and  (max-width:1024px){
	/* SNLS > Newsletter Subscription */
	.leayerNewsLetter .layerPopupInner {width: 340px;margin-left: -170px;}
	.leayerNewsLetter .layerPopup .layerConWrap {padding: 45px 30px;}
	.leayerNewsLetter .layerConWrap [class*=subTit] {padding: 0 25px 22px;}
	.leayerNewsLetter .layerConWrap [class*=subTit] strong {padding-top: 0;}
	.leayerNewsLetter .codeBox label {padding: 0 25px 45px;font-size: 14px;}
	.leayerNewsLetter .codeBox input {width: 100%;height: 45px;}
	.leayerNewsLetter .layerConWrap .enterBpx .btnWrap {padding-top: 20px;}
	.leayerNewsLetter .layerConWrap .enterBpx .btnWrap .colWd {width: 100%;}
	.leayerNewsLetter .layerConWrap .enterBpx .btnWrap .btn {height: 40px;line-height: 17px;font-size: 14px;}
	.leayerNewsLetter .layerConWrap .errorBox {padding-top: 28px;}
	.leayerNewsLetter .layerConWrap .errorBox .errorTxt {line-height: 1.5;}
	.leayerNewsLetter .layerConWrap .errorBox .btnWrap .colWd {width: 50%;}
	.layerSubmitPop .layerPopupInner {width:340px;margin:-350px 0 0 -170px;}
}
@media screen and  (max-width:767px){
	/* SNLS > Newsletter Subscription */
	.leayerNewsLetter .layerPopupInner {width: 290px;margin-left: -145px;}
	.leayerNewsLetter .layerConWrap [class*=subTit] {padding: 0 0 22px;}
	.leayerNewsLetter .codeBox label {padding: 0 0 45px;}
	.layerSubmitPop .layerPopupInner {width:290px;margin:-350px 0 0 -145px;}
}

/* SAVO : All Vehicles */
.sectionWrap.secAllVehicles,
.secAllVehicles {padding-bottom: 100px;}
.secSltCarList.secAllVehicles .itemWrap .img img { width:265px; height:144px;}
.secSltCarList.secAllVehicles .itemWrap .itemLayer .img img { width:338px; height:183px;}

/* SAVO > Overflow Search Box */
.sectionWrap.savoSearchSecWrap {position:relative; overflow:show;}
.sectionWrap.savoSearchSecWrap {height: 270px;}
.savoSearchSecWrap .savoSearchSecFWrap {margin-top: -270px;}
.savoSearchSecFWrap .searchSect .searchTit {margin-bottom:12px;}
.savoSearchSecFWrap .searchSect .inputBox {margin:0 auto 10px auto;}
.savoSearchSecFWrap .searchSect .searchResultWrap {width:608px;margin:0 auto;text-align:left;}
.savoSearchSecFWrap .searchSect .searchResultWrap dl.searchResult dt {display:inline-block;margin-right:20px;font-size:16px;line-height:2;color:#000;text-align:left;font-family:"HyundaiMedium"}
.savoSearchSecFWrap .searchSect .searchResultWrap dl.searchResult dd {display:inline-block;font-size:14px;line-height:2.29;color:#00aad2;text-align:left;font-family:"HyundaiRegular"}
.savoSearchSecFWrap .tWrap {position:relative;margin:0 30px;background:rgba(255,255,255,0.7);text-align:center;}
.savoSearchSecFWrap .tWrap .titInner {position:absolute;left:0;right:0;top:50%;padding:0 25px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);}
.savoSearchSecFWrap .tWrap .ftit {font-size:58px;font-family:"HyundaiMedium";color:#000;}
.savoSearchSecFWrap .tWrap .stit {margin-top:10px;font-size:20px;font-family:"HyundaiRegular";color:#000;line-height:30px;}
.savoSearchSecFWrap .tWrap .stit.type1 {margin-top:20px;}
.savoSearchSecFWrap .bottmBtns {margin-top:50px;}
@media screen and  (max-width:1024px){
	/* SAVO */
	.sectionWrap.secAllVehicles,
	.secAllVehicles {padding-bottom: 70px;}
	.secSltCarList.secAllVehicles .itemWrap .img img { width:230px; height:125px;}
	.secSltCarList.secAllVehicles .itemWrap .itemLayer .img img { width:668px; height:362px;}

	/* SAVO > Overflow Search Box */
	.sectionWrap.savoSearchSecWrap {height: 170px;}
	.savoSearchSecWrap .savoSearchSecFWrap {margin-top: -170px;}
	.savoSearchSecFWrap .topSect .locWrap li,
	.savoSearchSecFWrap .topSect .utilWrap {height:80px;line-height:80px;}
	.savoSearchSecFWrap .tWrap .ftit {font-size:30px;line-height:35px;}
	.savoSearchSecFWrap .tWrap .stit {font-size:14px;line-height:19px;}
	.savoSearchSecFWrap .searchSect .searchTit {margin-bottom:12px;}
	.savoSearchSecFWrap .searchSect .inputBox {margin:0 auto 8px auto;}
	.savoSearchSecFWrap .searchSect .searchResultWrap {width:430px;}
}
@media all and (max-width:767px) {
	/* SAVO */
	.secSltCarList.secAllVehicles .itemWrap .itemList .itemCon .conAreaS {display:none;}
	.secSltCarList.secAllVehicles .itemWrap .img img {width: 100%;height: auto;}

	/* SAVO > Overflow Search Box */
	.sectionWrap.savoSearchSecWrap {height: 224px;}
	.savoSearchSecWrap .savoSearchSecFWrap {margin-top: -224px;}
	.savoSearchSecFWrap {padding:30px 0 0;}
	.savoSearchSecFWrap .topSect {display:none;}
	.savoSearchSecFWrap .searchSect .searchResultWrap {width:auto;}
	.savoSearchSecFWrap .bottmBtns.btnWrap .colWd {width:50%;margin:0;padding-right:10px;min-width:0;}
	.savoSearchSecFWrap .bottmBtns.btnWrap .colWd:last-child {padding-left:10px;padding-right:0;}
}


/**** no Component ****/
/* noComponent : special offer, promotion list */
.sectionWrap.sectionBasic { padding-bottom: 100px;}
.secListWrap { margin: 0 auto;}
.secListWrap .listArea { margin:0 auto;}
.secListWrap .listArea .lineRow { padding:100px 0; background:#f6f3f2;}
.secListWrap .listArea .lineRow .rowInner { overflow:hidden; max-width:1120px; margin:0 auto;}
.secListWrap .listArea .lineRow:nth-child(even) { background:#fff;}
.secListWrap .listArea .list { float:left; width:50%; box-sizing:border-box;}
.secListWrap .listArea .list:nth-child(even) { padding-left:17px;}
.secListWrap .listArea .list:nth-child(odd) { padding-right:17px;}
.secListWrap .listArea .img { margin-bottom: 30px; height:360px; overflow: hidden; position: relative;}
.secListWrap .listArea .img img { position: absolute;left: 50%;top: 50%; -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.secListWrap .listArea [class*=subTit],
.secListWrap .listArea .conTit {display: block;}
.secListWrap .listArea .listCon.pt {padding-top: 12px;}
.secListWrap .listArea .listCon > * {line-height: 1.71;font-size: 14px;letter-spacing: 0.2px;}
.secListWrap .listArea .btnArea {padding-top: 14px;}
.secListWrap .listMoreWrap {padding-top: 40px;}
@media screen and (max-width:1240px) {
	/* noComponent : special offer, promotion list */
	.sectionWrap.sectionBasic { padding:0 0 100px;}
	.secListWrap .listArea .lineRow .rowInner { max-width:none; margin:0 25px;}
}
@media screen and (max-width:1024px) {
	/* noComponent : special offer, promotion list */
	.sectionWrap.sectionBasic { padding-bottom: 70px;}
	.secListWrap {width: 100%; max-width: 100%;}
	.secListWrap .listArea .lineRow { padding:50px 0;}
	.secListWrap .listArea .img {margin-bottom: 18px; height:241px;}
	.secListWrap .listArea .listCon {}
	.secListWrap .listArea .listCon > * {line-height: 1.417;font-size: 12px;}
	.secListWrap .listArea .btnArea {padding-top: 13px;}
}
@media screen and (max-width:767px) {
	/* noComponent : special offer, promotion list */
	.secListWrap .listArea .lineRow { background:none; padding:0;}
	.secListWrap .listArea .lineRow .rowInner { margin:0;}
	.secListWrap .listArea .list { float:none; width:auto;}
	.secListWrap .listArea .list:nth-child(even),
	.secListWrap .listArea .list:nth-child(odd) { padding:50px 15px;}
	.secListWrap .listArea .list:nth-child(odd) { background:#f6f3f2;}
	.secListWrap .listArea .img { height:auto;}
	.secListWrap .listArea .img img{position: static; width:100%; transform:none;}
}

/* noComponent : newsList */
.sectionWrap.secNewsSelForm {padding-top: 40px;padding-bottom: 40px;}
.sectionWrap.secNewsSelForm .selectFormBox {width: 816px;margin: 0 auto;}
.sectionWrap.secNewsSelForm .selectFormBox .selForm {width: 212px;}
.sectionWrap.secNewsSelForm .selectFormBox .inputForm {width: 472px;}
.sectionWrap.secNewsSelForm .selectFormBox .searchBtn {width: 132px;}
.sectionWrap.secNewsListWrap {padding-top: 60px;padding-bottom: 100px;}
.sectionWrap.secNewsListWrap .itemWrap .itemListWrap {margin-top: -50px;}
.sectionWrap.secNewsListWrap .itemWrap .itemList {margin-top: 50px;}
.sectionWrap.secNewsListWrap .itemLink {cursor: pointer;}
.sectionWrap.secNewsListWrap .itemLink:hover {text-decoration: none;}
.sectionWrap.secNewsListWrap .itemWrap .img {margin-bottom: 26px;padding-bottom: 66.193%;}
.sectionWrap.secNewsListWrap .itemWrap .img img{width:100%; height:100%;} /* 20171121 added */
.sectionWrap.secNewsListWrap .itemLink .itemTit {cursor: pointer;}
.sectionWrap.secNewsListWrap .itemTit .date {padding-bottom: 2px;line-height: 1.71;color: #666;font-size: 14px;letter-spacing: 0.2px;}
.sectionWrap.secNewsListWrap .itemLink .itemTit .conTit {width: 100%;height: 56px;display: block;display: -webkit-box;text-overflow: ellipsis;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.sectionWrap.secNewsListWrap .listMoreWrap {padding-top: 80px;}
.secNewsListWrap .searchConts {padding-top: 0 !important;}
@media screen and (max-width:1024px) {
	/* noComponent : newsList */
	.sectionWrap.secNewsListWrap {padding-top: 28px;padding-bottom: 28px;}
	.sectionWrap.secNewsSelForm .selectFormBox {width: 100%;}
	.sectionWrap.secNewsSelForm .selectFormBox .selForm {width: 34.3%;}
	.sectionWrap.secNewsSelForm .selectFormBox .inputForm {width: 51.9%;}
	.sectionWrap.secNewsSelForm .selectFormBox .searchBtn {width: 13.3%;}

	.sectionWrap.secNewsListWrap {padding-top: 40px;padding-bottom: 70px;}
	.sectionWrap.secNewsListWrap .itemWrap .itemListWrap {margin-top: -40px;}
	.sectionWrap.secNewsListWrap .itemWrap .itemList {margin-top: 40px;}
	.sectionWrap.secNewsListWrap .itemWrap .img {margin-bottom: 17px;}
	.sectionWrap.secNewsListWrap .itemTit .date {padding-bottom: 5px;line-height: 1.417;font-size: 12px;}
	.sectionWrap.secNewsListWrap .itemLink .itemTit .conTit {height: 42px;}
	.sectionWrap.secNewsListWrap .listMoreWrap {padding-top: 40px;}
}
@media screen and (max-width:767px) {
	/* noComponent : newsList */
	.sectionWrap.secNewsSelForm {padding-top: 20px;padding-bottom: 20px;}
	.sectionWrap.secNewsSelForm .selectFormBox {margin-top: -10px;}
	.sectionWrap.secNewsSelForm .selectFormBox .selForm {width: 100%;}
	.sectionWrap.secNewsSelForm .selectFormBox .inputForm {width: 100%;}
	.sectionWrap.secNewsSelForm .selectFormBox .searchBtn {width: 100%;padding-top: 10px;}
	.sectionWrap.secNewsSelForm .selectFormBox .searchBtn .btn {height: 35px;font-size: 14px;}
	.sectionWrap.secNewsListWrap .itemWrap .img{padding:0;}
	.sectionWrap.secNewsListWrap .itemLink .itemTit .subTitS {height: 21px;-webkit-line-clamp: 1;}
}

/* noComponent : News > View */
.sectionWrap.newsViewWrap {padding-bottom: 100px;}
.newsViewWrap .newsContBox {width: 100%;padding: 80px 0 100px;overflow: hidden;}
.newsViewWrap .newsContBox .img {position:relative;overflow:hidden;height:600px;}
.newsViewWrap .newsContBox .img img {position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.newsViewWrap .pagingBox {padding: 0 30px;border: 1px solid #e2dcd4;}
.newsViewWrap .pagingBox .jumpPage {padding: 9px 30px 9px 109px;overflow: hidden;position: relative;}
.newsViewWrap .pagingBox .jumpPage:after {content: "";display: block;width: 12px;height: 8px;margin-top: -4px;background: url("images/common/ico-toggle-down.png") no-repeat center center;background-size: 12px;position: absolute;right: 0;top: 50%;}
.newsViewWrap .pagingBox .jumpPage.prev:after {-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.newsViewWrap .pagingBox .jumpPage dt {width: 109px;padding: 9px 0;line-height: 2;font-size: 16px;font-family: "HyundaiMedium";letter-spacing: 0.3px;position: absolute;top: 0;left: 0;}
.newsViewWrap .pagingBox .jumpPage dd {width: 100%;line-height: 2;font-size: 16px;letter-spacing: 0.3px;}
.newsViewWrap .pagingBox .jumpPage dd a {display: block;width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.newsViewWrap .pagingBox .jumpPage ~ .jumpPage {border-top: 1px solid #e2dcd4;}
.newsViewWrap .btnWrap {padding-top: 80px;text-align: center;}
.newsViewWrap .btnWrap .colWd {margin-right: 0;padding-top: 0;}
@media screen and (max-width:1024px) {
	.sectionWrap.newsViewWrap {padding-bottom: 70px;}
	.newsViewWrap .newsContBox {padding: 70px 0 70px;}
	.newsViewWrap .pagingBox {padding: 0 24px;}
	.newsViewWrap .pagingBox .jumpPage {padding: 9px 30px 9px 65px;}
	.newsViewWrap .pagingBox .jumpPage dt {width: 65px;line-height: 1.25;font-size: 12px;}
	.newsViewWrap .pagingBox .jumpPage dd {line-height: 1.25;font-size: 12px;}
	.newsViewWrap .btnWrap {padding-top: 50px;}
	.newsViewWrap .newsContBox .img  {height:384px;}
}
@media screen and (max-width:767px) {
	.newsViewWrap .pagingBox {padding: 0 15px;}
	.newsViewWrap .pagingBox .jumpPage {padding: 9px 25px 9px 45px;}
	.newsViewWrap .pagingBox .jumpPage dt {width: 45px;}
	.newsViewWrap .btnWrap {padding-top: 25px;}
	.newsViewWrap .newsContBox .img  {height:auto;}
	.newsViewWrap .newsContBox .img img{ position:static; width:100%; transform:none;}
}

/* noComponent > search list */
.gridbox.search li {width:100%;margin:0 0 60px 0;padding:0 0 60px 0;border-bottom:solid 1px #e5e5e5;}
.gridbox.search li:last-child {border:0;margin-bottom:126px;padding-bottom:0;}
.gridbox.search li .txtArea {float:left;width:824px;margin-left:0;}
.gridbox.search li .imgArea {float:right;width:256px;height:170px;}
.searchConts {padding-top:60px !important;}
.searchConts .txtArea {padding:0}
.searchConts .txtArea .Tit {margin-bottom:8px;font-size:16px;line-height:28px;color:#000;font-family:"HyundaiMedium";}
.searchConts .txtArea .numTxt {margin-bottom:16px;font-size: 14px;line-height: 24px;letter-spacing: 0.2px;text-align: left;color: #666;font-family:"HyundaiRegular"}
.searchConts .txtArea .Sub {font-size:14px;line-height:24px;color:#000;font-family:"HyundaiRegular";}
.searchConts .noTit {margin-bottom:20px;font-size:30px;line-height:40px;color:#000;font-family:"HyundaiMedium";}
.searchConts .nosub {font-size:16px;line-height:28px;color:#000;font-family:"HyundaiRegular";}
.searchConts .btnWrap.btnMoreWrap {padding-top: 0;}
@media (max-width: 1240px) {
	/* noComponent > search list */
	.gridbox.search li .txtArea {width:73%;}
}
@media (max-width: 1024px) {
	/* noComponent > search list */
	.gridbox.search li {margin:0 0 30px 0;padding:0 0 30px 0;}
	.gridbox.search li:last-child {padding-bottom:30px;margin:0 0 50px 0;border-bottom:solid 1px #e5e5e5;}

	.searchConts {padding-top:30px !important;}
	.gridbox.search li .txtArea {width:66%;}
	.gridbox.search li .imgArea {width:230px;height:158px;}

	.searchConts .txtArea .Tit {margin-bottom:14px;font-size:19px;line-height:24px;}
	.searchConts .txtArea .numTxt {margin-bottom:15px;font-size: 14px;line-height: 21px;}
	.searchConts .txtArea .Sub {font-size:14px;line-height:21px;}

	.searchConts .noTit {margin-bottom:16px;font-size:17px;line-height:22px;}
	.searchConts .nosub {font-size:14px;line-height:21px;}
}
@media (max-width: 767px){
	.gridbox.search li .txtArea{width:100%; float:none;}
	.gridbox.search li .imgArea{width:100%;height:auto;float:none;margin-top: 30px;}
}

/* noComponent > siteMap */
.siteMapConts {padding:70px 0 100px  0 !important;}
.siteMapWrap {width:100%; background-color: #fff; padding: 0 25px;}
.siteMapWrap .siteMapList {width:100%;}
.siteMapWrap {position: relative;}
.siteMapWrap ul.siteMapList li.dep1 .btnOpenClose {display: block;margin:0 auto;width: 100%;max-width:1120px;height: 103px;font-size:30px;line-height: 103px;color: #000;font-family: "HyundaiMedium";font-weight: normal;text-align: left;text-decoration:none;background: #fff;box-sizing: border-box;position: relative;border-top:solid 1px #d8d8d8;}
.siteMapWrap ul.siteMapList li:first-child .btnOpenClose {border-top:0 none;}
.siteMapWrap ul.siteMapList li.dep1 .btnOpenClose:last-child {border-bottom:solid 1px #d8d8d8;}
.siteMapWrap ul.siteMapList li.dep1 .btnOpenClose:after {content: '';display: block;width: 20px;height: 14px;background: url("images/common/ico-toggle-down.png") no-repeat 0 0;position: absolute;right: 0;top:48px;}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap {display: none;padding:0;}
.siteMapWrap ul.siteMapList li.dep1.on .btnOpenClose {color: #000;border-bottom:0;}
.siteMapWrap ul.siteMapList li.dep1.on .btnOpenClose:after {background: url("images/common/ico-toggle-up.png") no-repeat 0 0;}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap {display: none;}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont {padding:11px 0 112px 0;}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont:after {content:"";display:block;clear:both;}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont .siteMapInfo {margin-bottom:65px}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont .siteMapInfo:after {content:"";display:block;clear:both;}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont .siteMapInfo dl dd {margin-top:4px;}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl.ddMt dd {margin-top:4px;}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl {float:left;max-width:224px; width: 20%;}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dt {font-size:16px;line-height:28px;color:#000;font-family:"HyundaiMedium";}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dt a {display:block;font-size:16px;line-height:28px;color:#000;font-family:"HyundaiMedium";text-decoration:underline;}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dd {margin-top:23px;font-size:16px;line-height:28px;color:#000;font-family:"HyundaiRegular"; padding-right: 10px;}
.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dd a {display:block;font-size:16px;line-height:28px;color:#000;font-family:"HyundaiRegular";text-decoration:underline;}
@media screen and  (max-width:1120px) {
	/* noComponent > siteMap */
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont {width:100%;padding:11px 0 112px 0;}
}
@media screen and  (max-width:1024px) {
	/* noComponent > siteMap */
	.siteMapConts {padding:50px 0 70px 0 !important;}
	.siteMapWrap ul.siteMapList li.dep1 .btnOpenClose {width:100%;width:100%;padding:0;height:60px;line-height:60px;font-size:19px;}
	.siteMapWrap ul.siteMapList li.dep1 .btnOpenClose:after,
	.siteMapWrap ul.siteMapList li.dep1.on .btnOpenClose:after {top:24px;width: 16px;height: 10px;background-size:100%;}

	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont {padding:30px 0 73px 0;}
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dt {font-size:19px;line-height:24px;}
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dt a {font-size:19px;line-height:24px;}
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dd {margin-top:19px;}
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dd {font-size:14px;line-height:21px;}
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dd a {font-size:14px;line-height:21px;}
}
@media screen and  (max-width:767px) {
	/* noComponent > siteMap */
	.siteMapConts {padding:30px 0 70px 0 !important;}
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont {padding:38px 0 43px 0;}
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl {width:50%; max-width: 100%;}
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl {margin-bottom:29px;}
	/*.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dt {display: none;}*/
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dt a {font-size:14px;line-height:24px;}
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dd {margin-top:18px;}
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont .siteMapInfo dl dd {margin-top:4px;}
	.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl.ddMt dd {margin-top:4px;}
/*.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl {float:left;max-width:224px;width: 20%;padding-bottom: 30px;}*/
}

/* noComponent > PR_popup */
.prPopWrap {position:absolute;width:1120px;top:70px;left:50%;margin-left:-560px;background:#fff;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);text-align: center;z-index:999;}
.prPopWrap .titWrap {position:relative;width:auto;padding:0 30px;background:#e4dcd3;display:block;}
.prPopWrap .titWrap h2 {font-size:20px;text-align:left;height:90px;display:table-cell;vertical-align:middle;}
.prPopWrap .titWrap .closeLayerPopup {position:absolute;top:50%;margin-top:-8px;width:15px;height:15px;}
.prPopConts .fullImg {height:420px;overflow:hidden;}
.prPopConts .txtArea {padding:30px;text-align:left;}
.prPopConts .txtArea p {margin-bottom:20px;}
@media screen and  (max-width:1240px) {
	.prPopWrap {position:absolute;width:auto;left:25px;right:25px;margin-left:0;}
}
@media screen and  (max-width:1024px) {
	.prPopWrap .titWrap {padding:0 25px;}
	.prPopWrap .titWrap h2 {font-size:17px;height:70px;}
	.prPopWrap .titWrap .closeLayerPopup {top:50%;margin-top:-7px;width:12px;height:12px;}
	.prPopConts .fullImg {height: auto;}
	.prPopConts .txtArea {padding:21px 25px;}
}
@media screen and  (max-width:767px) {
	.prPopWrap {left:15px;right:15px;}
	.prPopWrap .titWrap {padding:0 15px;}
	.prPopWrap .titWrap h2 {font-size:17px;line-height:22px;height:90px;width:200px;}
	.prPopConts .txtArea {padding:21px 15px;}
}
.container{padding:0px!important}

/* Height resize */
@media screen and (max-width:1024px){
	.pkvn .mianVisualWrap .mainVisualList .visual .img img {height:100%}
	/* .pwsbSlider .fullImg .img img {height:100% !important;} */ /* 2017-11-11 */
	.pwscSlider .fullImg .img img {height:100%}
	.pwsdSlider .fullImg .img img {height:100%}
	.pnsb .imgtxtArea .imgArea img {height:100%;width:auto;left:50%;transform: translateX(-50%);}
	/* .pnscWrap .fullImg .img img {height:100%} */
	.pnsdWrap .imgtxtArea .imgArea img { width:100%; height:auto; position:static; transform:none; -webkit-transform:none; -moz-transform:none; -ms-transform:none; }
	.pnsfWrap .imgBox img {height:100%;}
	.paoaWrap .carImageWrap img {width:100%;}
	.paoaWrap .textWrap2 .grid .imgArea img {width:100%;}
	.pgoo .fullImg .img img {width:100%;}
	.palo .itemWrap .img img {width:100%;}
	.psaoSliderWrap .fullImg{min-height:auto;height:384px;}
	.psaoSliderWrap .sliderWrap .sliderListWrap .sliderList img{height:100%;}
	.psaoSliderWrap .txtArea{margin-top:30px;}
	.psaoSliderWrap .sliderFull .ix-thumbs{margin-top:35px;}
}

@media (max-width: 767px) {
	.paoaWrap .fullImageSet img {width:100%}
	.pnsb .imgtxtArea .imgArea img {position:static; width:100%; height:auto; transform:none;} /* rtl */
	.pnscWrap .fullImg .img img {height:auto;} /* rtl */ /* add */
	.pnsdWrap .imgtxtArea .imgArea img{width:100%;height:auto;}
	.pnshWrap .imgtxtArea .grid .imgArea img {height:auto;width:100%;} /* rtl */
	.pkvn .mianVisualWrap .mainVisualList .visual .img img {height:auto; width:100%;} /* rtl */ /* add */
	.pwsdSlider .fullImg .img img{width:100%;height:auto;}
	.psaoSliderWrap .sliderWrap .sliderListWrap .sliderList img{width:100%;height:auto;}
}
.cwssWrap .gallery_img picture {
    min-height: 1rem;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

.cwssWrap .colLg2 .btnPrev, .cwssWrap .colLg2 .btnNext {
    top: calc(50% - 20%) !important;
}


/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.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{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important;padding:30px}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map */
@charset "utf-8";

/* 상단 KV */
.search .sliderWrap.ckvoWrap .sliderList .visual{height:360px;  background-color: rgba(100%,100%,100%,0.7);}

/* 탭 영역 */
.headArea .tWrap.searchSect{height: 270px;}
.searcheg .tabWrap .tabArea li[aria-selected="false"] .link{color:#fff; background-color: #444;}
.searcheg .tabWrap .tabArea li[aria-selected="true"] .link,
.searcheg .tabWrap .tabArea li .link:hover,
.searcheg .tabWrap .tabArea li .link:focus{color: #000; background-color: #fff;}

/* search */
.searchEngineAll.col{padding-left: 0; padding-right: 0;}
.gnbWrapFull .gnbUtilWrap{background:#f2f2f2;position:relative;height:0;transition:all .3s}
.gnbWrapFull .gnbUtilWrap.search {height:90px} /*GT디자인가이드_20 190227*/
.gnbWrapFull .gnbSearchArea{ width:1120px;margin:0 auto;padding:20px 0;text-align:center;position:absolute;left:0;right:0;top:71px;display:none;} /*GT디자인가이드_20 190227*/
.gnbWrapFull .gnbSearchArea .gnbSearch .btnSearch{position:absolute;right:0;top:0;display:block;width:55px;text-align:center;height:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;/*background:url("images/common/btn-search.png") no-repeat center center*/;overflow:hidden;text-indent:-99999px; background:url("images/common/btn-search.png") no-repeat center center} /*GT디자인가이드_20 190225 (BG경로 변경)*/
.gnbWrapFull .gnbSearchArea .gnbSearch .btnReset{display:block;position:absolute;right:60px;top:25px; margin-top:-10px; width:20px;text-align:center;height:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:url("images/common/btn-reset.png") no-repeat center center;text-indent:-99999px; background:url("images/common/btn-reset.png") no-repeat center center} /*GT디자인가이드_20 190225 (BG경로 변경)*/
.gnbWrapFull .gnbSearchArea .gnbSearch .btnReset.on{display:block}
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList{background:#fff;/*display:none;*/position:absolute;left:0;top:50px;width:100%;} /*GT디자인가이드_20 190227 */
.gnbWrapFull .gnbSearchArea .gnbSearch .autoSearch{border-top:1px solid #063162;background:#fff;text-align:left;margin:0 auto;width:auto;padding:0 10px 0 20px;} /*GT디자인가이드_20 190227*/
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList .list .link{text-transform:uppercase} 
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList .list:nth-child(1) {border-top:none; margin-top:10px;}

/* gnb recent search css 추가 (최근 검색어) */ /* GT디자인가이드_20 190228*/
.gnbWrapFull .gnbautoSearchListWrap {padding:0 20px;}
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch {display:none;}
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch.on {display:block;}
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch .autoSearch{padding-bottom:0px;  }
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch .list {position:relative; text-transform:uppercase;}
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch .list .link{color:#666}
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch .list .link .keyword{color:#000;font-family:"HyundaiMedium"}
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch .btn-delete{width:12px; height:12px; position:absolute; top:50%; margin-top:-6px; right:10px; background:url("images/common/btn-gnb-close.png") no-repeat center center; text-indent:-99999px;}
.gnbWrapFull .recentSearch .all_delete {box-sizing:border-box; cursor:pointer}
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch .all_delete .btn_all_delete{color:#999; text-align:left;  padding:20px 0; margin:0 20px; border-top: 1px solid #d8d8d8;}
/* //gnb recent search css 추가 (최근 검색어) */ /* GT디자인가이드_20 190228*/

/* mobile search btn 클릭 시 background (black) 생성*/ /* GT디자인가이드_20 190228*/
.searchEngine.dimmed {display:none; background: #000; opacity: 0.5; position: fixed; top: 0;bottom: 0;left: 0; right: 0;z-index: 998;}

@media print, screen and (max-width: 20000px) and (min-width: 741px){
/* 테마  검색 결과 영역 */
.schImgList{margin-bottom:52px;padding:0 0 30px 0;border-bottom:1px solid #cccccc;}
.schImgList .list{position:relative;min-height:134px;margin-bottom:30px;padding:30px 0 0 295px;}
.schImgList .tags{padding-top:15px;}
.schImgList .tags a{padding-right:10px;color:#002c5f;font-family:"HyundaiMedium";text-decoration:underline;}
.schImgList .img{position:absolute;left:0;top:0;}
.schImgList .img img{width:256px;height:134px;}

.schTextList{margin-bottom:100px;border-bottom:1px solid #cccccc;}
.schTextList .list{position:relative;padding:52px 0 55px;border-top:1px solid #f2f2f2;}
.schTextList .subTit3{width:800px;padding-bottom:5px;}
.schTextList .conArea{overflow:hidden;width:800px;max-height:52px;line-height:26px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.schTextList .link{width:800px;padding-top:20px;font-size:14px;line-height:1;}
.schTextList .link a{color:#002c5f;text-decoration:underline;}
.schTextList .img{position:absolute;top:50px;right:0;}
.schTextList .img img{width:256px;height:134px;}
.schTextList .file{margin-top:20px;}
.schTextList .file a{font-family:"HyundaiRegular";}
.schTextList .list:first-child{padding-top:0;border-top:0;}
.schTextList .list:first-child .img{top:-5px;}

.txtArea .link .dir{display:inline-block;position:relative;padding-right:20px;color:#666666;}
.txtArea .link .dir:after{content:'';position:absolute;width:1px;height:10px;top:1px;right:9px;background:#e2dad4;}

}

@media screen and (max-width:1240px){
    .gnbWrapFull .gnbSearchArea {width:768px}
    .gnbWrapFull .gnbSearchArea .gnbSearch{/*width:290px; */width:430px;} /*GT디자인가이드_20 190227*/
}
@media screen and (max-width:1024px){
   /* 상단 KV */
    .search .sliderWrap.ckvoWrap .sliderList .visual{height:300px;}
}

@media screen and (max-width: 767px) {
    .gnbWrapFull .gnbUtilWrap.search{display:none;} /*GT디자인가이드_20 190227*/
    .gnbWrapFull .gnbSearchArea{text-align:center;position:absolute;left:0;top:55px;display:none;width:100%; padding:0} /*GT디자인가이드_20 190227*/
    .gnbWrapFull .gnbSearchArea .gnbSearch{width:100%;margin:0 auto;position:relative;border-bottom:1px solid #dcdcdc; box-sizing:border-box}
    .gnbWrapFull .gnbSearchArea .gnbSearch .searchInput{position:relative;font-weight:normal;background:#00aad2; background:#fff; padding-right:60px;} /*GT디자인가이드_20 190227*/
    .gnbWrapFull .gnbSearchArea .gnbSearch .searchInput .inputText{width:100%;border:0;padding-right:55px;font-size:16px;line-height:normal;height:60px;background:#00aad2;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 15px;background:#fff; color:#666}  /*GT디자인가이드_02 190227*/
    .gnbWrapFull .gnbSearchArea .gnbSearch .btnSearch{position:absolute;right:0;top:0;display:block;width:45px;text-align:center;height:60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:url("images/common/ico-search-20-x-20@2x.png") no-repeat center center;overflow:hidden;text-indent:-99999px;-webkit-background-size:20px auto;background-size:20px auto; width:60px;} /*GT디자인가이드_20 190227*/
    .gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList{background:#fff;/*display:none;*/position:absolute;left:0;top:60px;width:100%;}  /*GT디자인가이드_20 190227*/
    .gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList .list{border-top:1px solid #f1f1f1; display:none}  /*GT디자인가이드_20 190304*/
    .gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList .list:nth-child(1),.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList .list:nth-child(2),.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList .list:nth-child(3),.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList .list:nth-child(4){display:block;} /*GT디자인가이드_20 (190304 Mobile일 때 타이틀 포함 4개까지만 보여주기) */
    .gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList{background:#fff;/*display:none;*/position:absolute;left:0;top:60px;width:100%;}  /*GT디자인가이드_02 190227*/
    .gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList .autoSearch {width:100%; padding: 0 20px;}
    
    /*mobile search btn style 추가 GT디자인가이드_20 190227*/
    .gnbWrapFull .gnbWrap .topBar .rightArea .btnMobileSearch{float:left;background:url("images/common/btn-search.png") no-repeat;width:16px;height:16px;display:block;text-indent:-9999px;overflow:hidden;-webkit-background-size:16px auto;background-size:16px auto;margin-left:15px} 
    .gnbWrapFull .gnbWrap .topBar .rightArea .btnMobileSearch.close{float:left;background:url("images/common/btn-layer-close.png") no-repeat; width:16px;height:16px;display:block;text-indent:-9999px;overflow:hidden;-webkit-background-size:16px auto;background-size:16px auto;margin-left:15px}
    /*// mobile search btn style 추가 GT디자인가이드_20 190227*/
    
    .topBanner .mainTopBanner .bannerArea {padding:20px 45px 20px 15px;height:auto; background:#f6f3f2; z-index:60} /* GT디자인가이드_20 190304 */

    /* 테마 검색 결과  */
    .schImgList{margin:0 15px 30px 15px;border-bottom:1px solid #cccccc;}
    .schImgList .list{padding:0 0 40px 0;}
    .schImgList .subTit3{margin-top:15px;text-align:center;}
    .schImgList .tags{padding-top:15px;}
    .schImgList .tags a{padding-right:15px;color:#002c5f;font-family:"HyundaiMedium";text-decoration:underline;line-height:27px;}
    .schImgList .img img{width:100%;}

}



/* layerPopup */
.layerPop .layerPopArea .popCont .btnWrap{width: 140px;min-width: auto;margin: auto;}
.layerPop .layerPopArea .popCont{padding:60px;background:#fff;text-align:center; padding:50px;} /* GT디자인가이드_20 190228*/
.layerPop .layerPopArea .popCont .icoNoti{display:block;text-indent:-9999px;width:45px;height:45px;background:url("images/common/ico_noti.png") no-repeat;margin:0 auto} /* GT디자인가이드_20 190228 (BG경로 변경)*/
.layerPop .layerPopArea .popCont .icoNoti1{display:block;text-indent:-9999px;width:45px;height:45px;background:url("images/common/ico_noti.png") no-repeat;margin:0 auto} /* GT디자인가이드_20 190228 (BG경로 변경)*/
.layerPop .layerPopArea .popCont .conArea{/*text-align:left;*/ text-align:center;margin-bottom:40px} /* GT디자인가이드_20 190228*/
.layerPop .layerPopArea .popCont .btnWrap .btn{margin-top:30px;padding-bottom:0; width:140px;} /* GT디자인가이드_20 190228 추가*/

/* layerPop mobile일 때 */ /*GT디자인가이드_20 190228 추가*/
@media screen and (max-width:767px) {
    .layerPop .layerPopArea{width:90%!important;} /* 기본이 700px */
    .layerPop .layerPopArea .popCont .btnWrap{width: 100%;min-width: 100%;margin: auto;}
    .layerPop .layerPopArea .popCont .btnWrap .btn { margin-top:0px; padding-bottom:0; width: 100%; min-width: 100%;display: block;line-height: 50px;}
}


/* SAVO, No Component : search */
.searchSect .inputBox {margin:0 auto 10px auto;}
.searchSect .searchResultWrap {width:608px;margin:80px auto 0;text-align:left; width: 870px;} /*GT디자인가이드_20 190226*/
.searchSect .searchResultWrap.sectionInner {width:100%;max-width:1120px;margin:0 auto; padding: 30px 0;}  /* GT디자인가이드_20 190225 추가 */
.searchSect .searchResultWrap .searchResult{ font-size:20px; font-family:"HyundaiMedium"}
/* GT디자인가이드_20 190225 */
.searchSect .searchResultWrap.keyword dl {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4; /* 라인수 */-webkit-box-orient: vertical;word-wrap:break-word; height: 100px;} /* GT디자인가이드_20 190225 */



@media screen and (max-width:1240px){
    /* GT디자인가이드_20 190225 추가*/
    .searchSect .searchResultWrap {width: 608px;}
    .searchSect .searchResultWrap.sectionInner {width:100%; max-width:95%; margin:0 auto;}
    .searchSect .searchResultWrap.keyword dl {width: 608px;}
    .searchSect .searchResultWrap.keyword dl.searchResult dt{display:table;}
    .sectionWrap .searchresultArea.searchSect .searchResultWrap .searchResult{width: 100% !important;/*max-width: 100%;*/ max-width: 768px;}
    /* //GT디자인가이드_20 190225 추가*/
    
}

@media screen and (max-width: 767px) {
    .searchSect .searchResultWrap {width:auto;}
    /* GT디자인가이드_20 190305 추가*/
    .sectionWrap .headArea .tWrap.searchSect{height:250px;} /*190329*/
    .sectionWrap .headArea .tWrap.searchSect .titInner {padding:34px 20px 25px 20px;} /*190329*/
    .sectionWrap .searchresultArea .searchResultWrap dl.searchResult dt,.searchresultArea .searchResultWrap dl.searchResult dd {font-size:16px!important;}
    /* //GT디자인가이드_20 190305 추가*/
    .searchresultArea.searchSect .searchResultWrap .searchResult{max-width: 100%;min-width: 290px;}
}



/* input search
=======================*/
.sectionWrap .inputBox.widXLg {width: 815px !important;}/* GT디자인가이드_20 190225 추가*/
.sectionWrap .btnReset {width: 18px; height:18px; display: inline-block;text-indent: -9999px;text-align: center;background: url("dependencies/css/images/common/btn-reset.png") no-repeat center center;box-sizing: border-box;} /* GT디자인가이드_20 190227 추가됨*/
/* 

@media screen and (max-width:1024px){
    .contentWrap .searchArea,
    .contentWrap .searchArea .search{width:608px }

}
@media screen and (max-width:767px){
    .contentWrap .searchArea .search{width: calc(95% - 40px)}
    .searchSect .searchResultWrap.keyword dl {width:95%}

} */


/* from Component */
/* noComponent > search list */
.secFindAccWrap.searchConts {padding-top:60px !important; background: #fff;} /*GT디자인가이드_20 190225*/ /*190319*/

/* search engine list style */ /*GT디자인가이드_20 190225 추가*/ /*190319*/
.secFindAccWrap.searchConts .subTitM {line-height:1.5;} /*190319*/
.secFindAccWrap.searchConts .subTitM .num {display:none;} /*190319*/
.gridbox.searchEngine li { border-bottom:none; padding:0; position:relative;} 
.gridbox.searchEngine li .txtArea {float:right;width:824px;margin-left:0;}
.gridbox.searchEngine li .imgArea {float:left; width:256px; height: 134px;} 
.gridbox.searchEngine li .txtArea .Tit {margin-bottom:8px;font-size:20px;line-height:28px;color:#000;font-family:"HyundaiMedium";overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1; /* 라인수 */-webkit-box-orient: vertical;word-wrap:break-word; line-height: 1.7;}
.gridbox.searchEngine li .txtArea .Sub {font-size:16px; margin-bottom: 10px;}
.gridbox.searchEngine li .txtArea.onlytxt {width:100%; display:block;} /*190418*/ 
.gridbox.searchEngine li .btnwrap {width:824px; height:40px; position:absolute; bottom: 0px;left: 296px;} /*190418*/ /*190422*/
.gridbox.searchEngine li .btnwrap .colWd {width:250px; float:left; margin-right:15px;} /*190610 PC CTA 버튼 크기 조절*/
.gridbox.searchEngine li .btnwrap .colWd .btn {height:40px; display:block; line-height:40px; cursor:pointer; padding:0} /* padding:0 190426*/
.gridbox.searchEngine li .btnwrap .colWd .btn:hover{text-decoration:underline}
.gridbox.searchEngine li .imgArea.none {display:none;} 
.gridbox.searchEngine li .txtArea .Sub .link {margin-right:15px; line-height:20px; height:20px; line-height:20px; font-size:15px; color:#002c5f} 
.gridbox.searchEngine li .alink a.link{margin-right:15px; line-height:20px; height:20px; line-height:20px; font-size:15px; color:#002c5f; cursor:pointer}
/* 190418 삭제 */
.searchConts .gridbox.searchEngine li .txtArea .Sub {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; /* 라인수 */-webkit-box-orient: vertical;word-wrap:break-word; line-height: 1.2em;}/*190426*/ /*PC에서도 2줄 표시 190425*/
.searchConts .gridbox.searchEngine li .txtArea .Tit + .Sub{line-height: 1.7}
.searchConts .gridbox.searchEngine li .txtArea .Sub.link{margin: 20px 0 0; font-size: 14px;}
.gridbox.search.searchEngine li{display:none; margin-bottom: 0; border-bottom: none;} /*190419*/
.searchEngineAll[style="display: list-item;"] + .searchEngineAll[style="display: list-item;"] .gridbox.search.searchEngine li,
.searchEngineAll .gridbox.search.searchEngine li + li{padding-top: 52px; border-top: 1px solid #f2f2f2}
.searchEngineAll .gridbox.search.searchEngine li{padding-bottom: 55px;}
.gridbox.search.searchEngine li:after{display:none;}
.gridbox.search.searchEngine li:last-child{margin-bottom: 0;}

.secFindAccWrap.searchConts .result_none .txtList li{ background: url(images/common/icoBlit.gif) no-repeat 0 12px; padding-left: 12px; height:100px; line-height: 25px;} /*190524 검색결과없음 줄간격 조정*/


/* search engine loadmore BTN style GT디자인가이드_20 190226 */ /*190319*/
.sectionWrap .btnWrap.loadmore.searchEngine .colWd{min-width: 200px;} 


/* search engine list style 반응형 */ /*GT디자인가이드_20 190225*/ /*190319*/
@media (max-width: 1240px) {
    /* noComponent > search list */
    .searchConts .subTitM {font-size:25px; margin-top:0}  /*GT디자인가이드_20 190227*/
    .gridbox.search li .txtArea {width:73%;}
    .gridbox.searchEngine li .btnwrap {width:73%; left:auto; right:0} /*GT디자인가이드_20 190227*/
}
@media (max-width: 1024px) {
    /* noComponent > search list */
    .gridbox.search li {margin:0 0 30px 0;padding:0 0 30px 0; margin-bottom:10px} /*GT디자인가이드_20 190306*/   
     /* 190418 삭제 */
    
    .searchConts {padding-top:30px !important;}
    .gridbox.search li .txtArea {width:66%;}
    .gridbox.search li .imgArea {width:30%;} /*GT디자인가이드_20 190306*/  
    
    .searchConts .txtArea .Tit {margin-bottom:14px;font-size:19px;line-height:24px;}
    .searchConts .txtArea .numTxt {margin-bottom:15px;font-size: 14px;line-height: 21px;}
    .searchConts .txtArea .Sub {font-size:14px;line-height:21px;}
    .searchConts .noTit {margin-bottom:16px;font-size:17px;line-height:22px;}
    .searchConts .nosub {font-size:14px;line-height:21px;} 
     
    /* search engine list style 1024px 추가 */ /* GT디자인가이드_20 190227*/

    .gridbox.searchEngine li .txtArea {width:66%;}
    .gridbox.searchEngine li .txtArea .Tit {margin-bottom:8px;font-size:20px;line-height:28px;color:#000;font-family:"HyundaiMedium";}
    .searchConts .gridbox.searchEngine li .txtArea.onlytxt {width:100%;} 
    .searchConts .gridbox.searchEngine li .txtArea .Sub {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; /* 라인수 */-webkit-box-orient: vertical; margin-top:15px; word-wrap:break-word; ;}    
    .gridbox.searchEngine li .btnwrap {width:100%; left:0;}
    .gridbox.searchEngine li .btnwrap .colWd{width:33%; margin-right:0.5%;}
    .gridbox.searchEngine li .btnwrap .colWd:last-child{margin-right:0;} 
    /* // search engine list style 1024px */ /* GT디자인가이드_20 190227*/
    

}
@media (max-width: 767px){

    .gridbox.search li .txtArea{width:100%;float:none;}
    .gridbox.search li .imgArea{width:100%;;height:auto;float:none;margin-top: 30px;}
    
    /* search engine list style 767px */ /* GT디자인가이드_20 190227*/
    .secFindAccWrap.searchConts {padding-top:30px!important}
    .searchConts .subTitM {font-size:25px; margin-top:0}
    .searchConts .subTitM .num {display:inline-block;}  
    .gridbox.searchEngine li .txtArea {width:100%;max-width:767px;} 
    .gridbox.searchEngine li .alink a.link{display:none;}
    .gridbox.searchEngine li .imgArea {width:100%;max-width:767px; margin:0 0 20px 0}
    .gridbox.searchEngine li .btnwrap .colWd .btn_m{display:none;}
    .btnWrap.loadmore.searchEngine .colWd{min-width:100%;} 
    /* //search engine list style 767px */ /* GT디자인가이드_20 190227*/

    .gridbox.searchEngine li .txtArea .Tit{overflow:hidden;max-height:42px;margin-bottom:5px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word; font-size: 16px; line-height: 21px;}
    .searchConts .gridbox.searchEngine li .txtArea .Tit + .Sub{line-height: 21px;}
    .searchEngineAll[style="display: list-item;"] + .searchEngineAll[style="display: list-item;"] .gridbox.search.searchEngine li, .searchEngineAll .gridbox.search.searchEngine li + li{padding-top: 30px;;}  
    .searchEngineAll .gridbox.search.searchEngine li{padding-bottom: 30px;}
    .searchConts .gridbox.searchEngine li .txtArea .Sub,
    .gridbox.searchEngine li .txtArea .Sub .link{font-size: 14px;}    
    .searchConts .gridbox.searchEngine li .txtArea .Sub.link{margin-top: 12px;}
    .searchConts .gridbox.searchEngine li .txtArea .Sub .dir{display: block; padding-bottom: 8px; font-size: 12px; color: #666;}
    .searchConts .gridbox.searchEngine li .txtArea .Sub .link{overflow:hidden;display:block; text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;color:#002c5f;text-decoration:underline;}
}
/* search engine list style 끝 */

/*190610 검색결과 텍스트 마진 수정*/
@media (max-width: 425px){
    .gridbox.searchEngine li .btnwrap .colWd .btn {font-size:12px;} /*190426*/
    .gridbox.searchEngine li .txtArea {width:100%;max-width:390px;} 
}
@media (max-width: 375px){
    .gridbox.searchEngine li .txtArea {width:100%;max-width:350px;}
}
@media (max-width: 320px){
    .gridbox.searchEngine li .txtArea {width:100%;max-width:300px;}
}
/*190610 검색결과 텍스트 마진 수정 끝*/

/* search bar input css 추가 */ /* GT디자인가이드_20 190227*/
   .contentWrap .searchArea{ width:1120px;margin:0 auto;padding:20px 0;text-align:center;position:absolute;left:0;right:0; top:-260px; z-index:10} /*190527 검색어입력창 위치 조정*/
   .searchArea .inputWrap.search{width:870px;margin:0 auto;position:relative;background:#fff}
   .searchArea .inputWrap.search .inputBox{position:relative;font-weight:normal; margin:0!important; padding-right:55px;}
   .searchArea .inputWrap.search .inputBox .inputSearch{width:100%; border:0;font-size:14px;line-height:50px;height:50px;padding-left:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
   .searchArea .inputWrap.search .inputBox .inputSearch::-ms-clear{display:none}
   .searchArea .inputWrap.search .btnSearch{position:absolute;right:0;top:0;display:block;width:55px;text-align:center;height:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:url("images/common/btn-search.png") no-repeat center center;overflow:hidden;text-indent:-99999px; background:url("images/common/btn-search.png") no-repeat center center} /*GT디자인가이드_20 190225*/
   .searchArea .inputWrap.search .btnReset{/*display:none;*/position:absolute;right:60px;top:25px; margin-top:-10px; width:20px;text-align:center;height:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:url("images/common/btn-reset.png") no-repeat center center;text-indent:-99999px; background:url("images/common/btn-reset.png") no-repeat center center}
   .searchArea .inputWrap.search .btnReset.on{display:block}
   .searchArea .inputWrap.search .autoSearchList{background:#fff;/*display:none;*/position:absolute;left:0;/*top:50px;*/z-index: 1;width:100%;}
   .searchArea .inputWrap.search .autoSearch{border-top:1px solid #063162;background:#fff;text-align:left;margin:0 auto;/*width:532px;*/padding:12px 20px;}
   .searchArea .inputWrap.search .autoSearchList .list .link{display:block;font-size:16px;line-height:50px;text-decoration:none;text-transform:uppercase;}
   .searchArea .inputWrap.search .autoSearchList .list .link .keyword{background:0;color:#00a1c7;font-family:"HyundaiMedium"}
/* // search bar input css */

/* recent search css 추가 (최근 검색어) */ /*GT디자인가이드_20 190228*/
.searchArea .inputWrap.search .autoSearchList {display:none;}
.searchArea .inputWrap.search .autoSearchList.on {display:block;}
.searchArea .inputWrap.search .autoSearchList.recentSearch .autoSearch{padding-bottom:0px;}
.searchArea .inputWrap.search .autoSearchList.recentSearch .list {position:relative; text-transform:uppercase;}
.searchArea .inputWrap.search .autoSearchList.recentSearch .list .link{color:#666}
.searchArea .inputWrap.search .autoSearchList.recentSearch .list .link .keyword{color:#000;font-family:"HyundaiMedium"}
.searchArea .inputWrap.search .autoSearchList.recentSearch .btn-delete{width:12px; height:12px; position:absolute; top:50%; margin-top:-6px; right:10px; background:url("images/common/btn-gnb-close.png") no-repeat center center; text-indent:-99999px;}
.searchArea .inputWrap.search .autoSearchList.recentSearch .all_delete {box-sizing:border-box; cursor:pointer}
.searchArea .inputWrap.search .autoSearchList.recentSearch .all_delete .btn_all_delete{color:#999; text-align:left;  padding:20px 0; margin:0 20px; border-top: 1px solid #d8d8d8;}
/* //recent search css 추가 (최근 검색어) */ /*GT디자인가이드_20 190228*/

/* recent search css 반응형 추가 */ /* GT디자인가이드_20 190228*/
@media screen and (max-width:1240px){ 
    .sectionWrap .searchArea {width: 100% !important;max-width: 100%;} /*190527 검색어입력창 위치 조정*/
    .contentWrap .searchArea {padding:0; top:-235px;} /*190527 검색어입력창 위치 조정*/
    .searchArea .inputWrap.search{width:608px;}    
}

@media screen and (max-width:1024px){ /*190610 검색어입력창 위치 조정*/
    .searchArea .inputWrap.search .inputBox{padding-right:50px;}
    .searchArea .inputWrap.search .inputBox .inputSearch {}
    .searchArea .inputWrap.search .btnReset {right:60px;}
    .searchArea .inputWrap.search .btnSearch {width:50px}
}

@media screen and (max-width:767px)  {
    .contentWrap .searchArea {min-width: 300px; top:-225px;}  /*190527 검색어입력창 위치 조정*/
    .inputBox,
    .searchArea .inputWrap.search {width: calc(95% - 40px);}
    .searchArea .inputWrap.search .btnSearch { }
    .searchArea .inputWrap.search .inputBox .inputSearch {width:100% !important;}
    .searchArea .inputWrap.search .autoSearchList .list {display:none}
    .searchArea .inputWrap.search .autoSearchList .list:nth-child(1),.searchArea .inputWrap.search .autoSearchList .list:nth-child(2),.searchArea .inputWrap.search .autoSearchList .list:nth-child(3),.searchArea .inputWrap.search .autoSearchList.recentSearch .list:nth-child(4){display:block;}
}
/* //recent search css 반응형 GT디자인가이드_20 190228*/


/* noComponent > siteMap */
.siteMapWrap {width:100%; background-color: #fff; padding: 0 0px; margin-top:30px;} /*GT디자인가이드_20 190306*/
.siteMapWrap ul.siteMapList li.dep1 .btnOpenClose {display: block;margin:0 auto;width: 100%;max-width:1120px;height: 103px;font-size:30px;line-height: 103px;color: #000;font-family: "HyundaiMedium";font-weight: normal;text-align: left;text-decoration:none;background: #fff;box-sizing: border-box;position: relative;border-top:solid 1px #d8d8d8; font-size:25px;} /*GT디자인가이드_20 190306*/

@media screen and  (max-width:1120px) {
    /* noComponent > siteMap */
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont {width:100%;padding:11px 0 112px 0;}
}
@media screen and  (max-width:1024px) {
    /* noComponent > siteMap */
    .siteMapConts {padding:50px 0 70px 0 !important;}
    .siteMapWrap ul.siteMapList li.dep1 .btnOpenClose {width:100%;width:100%;padding:0;height:60px;line-height:60px;font-size:19px;}
    .siteMapWrap ul.siteMapList li.dep1 .btnOpenClose:after,
    .siteMapWrap ul.siteMapList li.dep1.on .btnOpenClose:after {top:24px;width: 16px;height: 10px;background-size:100%;}

    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont {padding:30px 0 45px 0;} /* 180911-1 defect */
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl {width:33.3%;} /* 180911-1 defect */
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dt {font-size:19px;line-height:24px;}
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dt a {font-size:16px;line-height:20px;} /* 180911-1 defect */
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dd {margin-top:19px;}
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dd {font-size:14px;line-height:21px;}
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dd a {font-size:14px;line-height:21px;}
}

@media screen and  (max-width:767px) {
    /* noComponent > siteMap */
    .siteMapConts {padding:30px 0 70px 0 !important;}
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont {padding:38px 0 43px 0;}
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl {width:50%; max-width: 100%;}
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl {margin-bottom:29px;}
    /*.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dt {display: none;}*/
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dt a {font-size:14px;line-height:21px;} /* 180911-1 defect */
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl dd {margin-top:18px;}
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont .siteMapInfo dl dd {margin-top:4px;}
    .siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl.ddMt dd {margin-top:4px;}
/*.siteMapWrap ul.siteMapList li.dep1 .siteMapContWrap .siteMapCont dl {float:left;max-width:224px;width: 20%;padding-bottom: 30px;}*/
}


/*keyvisual search Type*/ /* popular search 추가 190329 */
.searchWord{left:0; bottom:37px; width:870px; margin:15px auto 0; font-size:14px; color:#666666;overflow:hidden;}
.searchWord .tit{ float:left; font-size:16px; color:#000; font-family:"HyundaiMedium"; margin-right:20px; line-height:1.5;} /*190329*/
.searchWordlist{ display:table; font-size:0; float:left; line-height:1.5; margin-top:2px;}
.searchWordlist .link{font-size:14px; display:inline-block; margin-right:10px; line-height:1.5; color:#00aad2;}
.searchWordlist .link:hover{text-decoration:underline}
.btnRightWrap{ position:absolute;right:0;bottom:31px;}

@media screen and (max-width:1240px)  {
    .searchWord{width: 608px;}
}
@media screen and (max-width:767px)  {
    .searchWord{width: calc(95% - 40px); font-size:14px; color:#666666;overflow:hidden; text-align:left; }
    .searchWord .tit{ font-size:14px; color:#000; font-family:"HyundaiMedium"; margin-right:20px; line-height:1; margin-bottom:9px;} /*190524 모바일 인기검색어 영역 조정*/
    .searchWordlist{font-size:0; float:left; line-height:1; margin-top:2px;}
    .searchWordlist .link{ font-size:12px; display:inline-block; margin-right:10px; line-height:1; color:#00aad2;}

}


/*검색어창 list a width 지정 190418*/
.searchArea .inputWrap.search .autoSearchList .list a{width:800px}
.gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch .list .link{width:510px}
@media screen and  (max-width:1240px) {
    .searchArea .inputWrap.search .autoSearchList .list a{width:535px}
    .gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch .list .link{width:370px}
}
@media screen and (max-width:767px) {
    .searchArea .inputWrap.search .autoSearchList .list a,
    .gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch .list .link{width:93%}
}
@media screen and (max-width:425px) {
    .searchArea .inputWrap.search .autoSearchList .list a,
    .gnbWrapFull .gnbSearchArea .gnbSearch .gnbautoSearchList.recentSearch .list .link{width:90%}
}

