@charset "UTF-8";
.row:after, .columned:after, .text_complex:after, .story_cont .columned.origin .col_2h dl:after, .miu .story_cont .sec_1 .row.full .car_wrap:after, .leesooinn .columned.origin .col_3 dl:after, .hadongho .thumb_list:after, .ecocar .info_wrap .col_1:after, .recently:after {
  content: "";
  display: block;
  clear: both;
}

.row:after, .columned:after, .text_complex:after, .story_cont .columned.origin .col_2h dl:after, .miu .story_cont .sec_1 .row.full .car_wrap:after, .leesooinn .columned.origin .col_3 dl:after, .hadongho .thumb_list:after, .ecocar .info_wrap .col_1:after, .recently:after {
  content: "";
  display: block;
  clear: both;
}

/* 아이콘 */
[class^="ico_"] {
  width: 48px;
  height: 48px;
}

.ico_file {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -240px -144px;
}

.ico_share {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -288px -144px;
}

[class^="ico_att"] {
  width: 32px;
  height: 32px;
}

.ico_att {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -440px -152px;
}

.ico_att_kor {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -488px -152px;
}

.ico_att_eng {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -536px -152px;
}

.ico_att_aui {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -584px -152px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea, select {
  min-width: 200px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
}

textarea {
  width: 100%;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], select {
  height: 44px;
  padding: 8px 12px;
  padding: 8px 12px\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], select {
    padding: 8px 12px;
  }
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
  border-color: #000;
}

input[type="submit"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  font-weight: normal;
  color: #666;
  font-size: 16px;
}

:-moz-placeholder {
  font-weight: normal;
  color: #666;
  font-size: 16px;
}

::-moz-placeholder {
  font-weight: normal;
  color: #666;
  font-size: 16px;
}

:-ms-input-placeholder {
  font-weight: normal;
  color: #666;
  font-size: 16px;
}

::placeholder {
  font-weight: normal;
  color: #666;
  font-size: 16px;
}

[class^="form_block"] label {
  min-width: 100px;
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
  position: absolute;
  left: -9999px;
}

select {
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 32px 24px;
  background: none\9;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select {
    background: none;
  }
}

select.select::-ms-expand {
  display: none;
}

select:invalid {
  color: #999;
}

select option {
  color: #000;
}

select option[value=""] {
  color: #999;
}

textarea {
  padding: 16px;
}

textarea:focus {
  border-color: #000;
}

textarea[disabled] {
  border-color: #e0e0e0;
  color: #e0e0e0;
}

textarea[disabled]::-webkit-input-placeholder {
  font-weight: normal;
  color: #e0e0e0;
}

textarea[disabled]:-moz-placeholder {
  font-weight: normal;
  color: #e0e0e0;
}

textarea[disabled]::-moz-placeholder {
  font-weight: normal;
  color: #e0e0e0;
}

textarea[disabled]:-ms-input-placeholder {
  font-weight: normal;
  color: #e0e0e0;
}

textarea[disabled]::placeholder {
  font-weight: normal;
  color: #e0e0e0;
}

.form_textarea .cnt {
  padding-top: 8px;
  font-size: 12px;
  color: #bdbdbd;
  text-align: right;
}

.form_textarea textarea:focus + .cnt {
  color: #000;
}

input[disabled], select[disabled="disabled"] {
  color: #666;
  font-weight: normal;
}

[class$="-error"] input, [class$="-error"] textarea, input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] {
  border-color: #ff3d3d;
}

[class^="form_block"] + [class^="form_block"], [class^="msg_alret"] + [class^="form_block"] {
  margin-top: 16px;
}

/* Buttons */
.btn_group {
  width: 100%;
  text-align: center;
}

[class^="btn_"] {
  display: inline-block;
  text-align: center;
}

.btn_primary {
  min-width: 12rem;
  font-size: 1.4rem;
  padding: 12px 16px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.btn_default {
  min-width: 12rem;
  font-size: 1.4rem;
  padding: 12px 16px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.btn_line {
  position: relative;
  padding: 0 3.2rem;
  vertical-align: middle;
  display: inline-block;
}

.btn_line span {
  display: block;
  padding: 1.3rem 0 0.5rem;
  font-size: 2.4rem;
  border-bottom: 3px solid #3d3d3d;
}

.btn_line:before, .btn_line:after, .btn_line span:before, .btn_line span:after {
  content: '';
  position: absolute;
  background-color: #3d3d3d;
}

.btn_line:before, .btn_line:after {
  width: 0;
  height: 3px;
}

.btn_line span:before, .btn_line span:after {
  width: 3px;
  height: 0;
}

.btn_line:before {
  top: 0;
  left: 0;
  -webkit-transition: all 0.1s linear 0.25s;
  -moz-transition: all 0.1s linear 0.25s;
  -o-transition: all 0.1s linear 0.25s;
  transition: all 0.1s linear 0.25s;
}

.btn_line:after {
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.08s linear 0.43s;
  -moz-transition: all 0.08s linear 0.43s;
  -o-transition: all 0.08s linear 0.43s;
  transition: all 0.08s linear 0.43s;
}

.btn_line span:before {
  top: 0;
  right: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.btn_line span:after {
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.08s linear 0.35s;
  -moz-transition: all 0.08s linear 0.35s;
  -o-transition: all 0.08s linear 0.35s;
  transition: all 0.08s linear 0.35s;
}

.btn_line:hover:before, .btn_line:hover:after {
  width: 100%;
}

.btn_line:hover span:before, .btn_line:hover span:after {
  height: 100%;
}

.btn_line:hover:after {
  left: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.btn_line:hover span:before {
  -webkit-transition: all 0.4s linear 0.41s;
  -moz-transition: all 0.4s linear 0.41s;
  -o-transition: all 0.4s linear 0.41s;
  transition: all 0.4s linear 0.41s;
}

.btn_line:hover:before {
  -webkit-transition: all 0.08s linear 0.33s;
  -moz-transition: all 0.08s linear 0.33s;
  -o-transition: all 0.08s linear 0.33s;
  transition: all 0.08s linear 0.33s;
}

.btn_line:hover span:after {
  -webkit-transition: all 0.08s linear 0.25s;
  -moz-transition: all 0.08s linear 0.25s;
  -o-transition: all 0.08s linear 0.25s;
  transition: all 0.08s linear 0.25s;
}

.btn_over {
  position: relative;
}

.btn_over .btn_prev {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_over .btn_prev i {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -48px -144px;
}

.btn_over .btn_next {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.btn_over .btn_next i {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -95px -144px;
}

.btn_over .btn_prev, .btn_over .btn_next {
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 2.4rem;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.btn_over .btn_prev p, .btn_over .btn_next p {
  display: none;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 2px 20px 0;
  vertical-align: middle;
}

.btn_over .btn_prev:hover p, .btn_over .btn_next:hover p {
  display: inline-block;
}

.btn_clear {
  min-width: 20rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 16px 24px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  text-align: left;
}

.btn_clear i {
  float: right;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  overflow: hidden;
}

.btn_clear i:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*  Messages */
.msg_error, .msg_alret {
  color: red;
  font-size: 1.4rem;
}

.animate {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.animate.slideInUp {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

.animate.slideInUp2 {
  -webkit-transform: translate3d(0, 150px, 0);
  -moz-transform: translate3d(0, 150px, 0);
  -o-transform: translate3d(0, 150px, 0);
  -ms-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0);
}

.animate.slideInUp3 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  -o-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
}

.animate.slideToLeft {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  -o-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.animate.slideToLeft2 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.animate.slideToRight {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translate3d(200px, 0, 0);
  -moz-transform: translate3d(200px, 0, 0);
  -o-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.animate.slideToRight2 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.animate.zoomIn {
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  -ms-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
}

.animate.zoomOut {
  -webkit-transform: scale3d(0.6, 0.6, 0.6);
  -ms-transform: scale3d(0.6, 0.6, 0.6);
  transform: scale3d(0.6, 0.6, 0.6);
}

.is-active .animate {
  visibility: visible;
  opacity: 1;
}

.is-active .slideInUp,
.is-active .slideInUp2,
.is-active .slideInUp3 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.is-active .slideToLeft,
.is-active .slideToLeft2,
.is-active .slideToRight,
.is-active .slideToRight2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.is-active .zoomOut {
  transform: scale3d(1, 1, 1);
}

.is-active .mask {
  left: 250%;
}

.is-active .mask.invert {
  left: -250%;
}

body > #wrapper {
  min-height: inherit;
}

@media all and (min-width: 960px) {
  html {
    font-size: 10px;
  }
}

caption, hr, legend {
  position: absolute;
  height: 0;
  border: 0;
  left: -9999px;
}

.a11y_sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.row {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .row {
    max-width: 940px;
  }
}

img {
  width: 100%;
}

.columned [class^="col_"] {
  float: left;
}

.columned [class^="col_"]:not(:first-of-type) {
  margin-left: 20px;
}

.columned [class^="col_"].invert {
  float: right;
}

.columned .col_1 {
  width: 780px;
}

@media (max-width: 1180px) {
  .columned .col_1 {
    width: 620px;
  }
}

.columned .col_1h {
  width: 680px;
}

@media (max-width: 1180px) {
  .columned .col_1h {
    width: 540px;
  }
}

.columned .col_2 {
  width: 580px;
}

@media (max-width: 1180px) {
  .columned .col_2 {
    width: 460px;
  }
}

.columned .col_2h {
  width: 480px;
}

@media (max-width: 1180px) {
  .columned .col_2h {
    width: 380px;
  }
}

.columned .col_3 {
  width: 380px;
}

@media (max-width: 1180px) {
  .columned .col_3 {
    width: 300px;
  }
}

.columned .col_4 {
  width: 280px;
}

@media (max-width: 1180px) {
  .columned .col_4 {
    width: 220px;
  }
}

.columned .col_5 {
  width: 180px;
}

@media (max-width: 1180px) {
  .columned .col_5 {
    width: 140px;
  }
}

.text_complex .align_type01 {
  float: left;
}

.text_complex .align_type02 {
  float: right;
}

.text_complex .text {
  padding: 10px;
}

.media_parallax .bg {
  display: table;
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.container .inner {
  width: 100%;
  padding: 0;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
  margin-left: -17px\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .no-scroll {
    margin-left: -17px;
  }
}

.layer_body {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.layer_body[role="dialog"] {
  display: block;
}

.layer_overlay {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.3s, opacity 0.3s ease;
}

.layer_container {
  width: 100%;
  height: 100%;
}

.layer_overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.layer_wrap {
  position: absolute;
  z-index: 10000;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 600px;
  transform: translate(50%, -50%);
  background-color: #fff;
  transition: visibility 0.3s 0.12s, opacity 0.3s 0.12s;
  opacity: 0;
}

.layer_header {
  position: relative;
  background-color: #fff;
  padding: 48px 40px 24px;
}

.layer_header .layer_title {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.layer_header .layer_title span {
  display: block;
  font-weight: inherit;
  font-size: 14px;
  line-height: 24px;
}

.layer_header .desc {
  margin-top: 16px;
  margin-bottom: 46px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
}

.layer_close {
  top: 24px;
  right: 24px;
  padding: 1.125em;
  color: #aaa;
  background: none;
  border: 0;
  text-indent: -9999rem;
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.layer_close:before, .layer_close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 4px;
  background-color: #000;
}

.layer_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.layer_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.layer_content {
  padding: 0 24px 24px;
}

.layer_footer {
  padding-bottom: 48px;
}

.layer_footer .btn_group {
  padding: 0;
}

.layer_body.is-visible {
  visibility: visible;
}

.layer_body.is-visible > .layer_overlay,
.layer_body.is-visible > .layer_container {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.layer_body.is-visible > .layer_container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.layer_body.is-visible > .layer_container > .layer_wrap {
  opacity: 1;
}

.layer_body.type_full .layer_wrap {
  top: 0;
  right: 0;
  max-width: 100%;
  height: 100%;
  border-top-width: 0;
  overflow-y: scroll;
  transform: translate(0, 0);
}

.layer_body.type_full .layer_wrap .layer_header {
  padding: 120px 0 80px;
}

.layer_body.type_full .layer_wrap .layer_content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 120px;
}

@media (max-width: 1180px) {
  .layer_body.type_full .layer_wrap .layer_content {
    max-width: 940px;
  }
}

/******
**** popup share
******/
.pop_share .layer_title {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

.pop_share .layer_wrap {
  max-width: 580px;
}

.pop_share .layer_close {
  top: 16px;
  right: 16px;
  position: absolute;
  display: inline-block;
  width: 39px;
  height: 39px;
}

.pop_share .layer_close:before, .pop_share .layer_close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 2px;
  background-color: #000;
}

.pop_share .layer_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.pop_share .layer_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.pop_share .url_copy input {
  width: 100%;
  font-size: 14px;
  border: 1px solid #d9d9d9;
}

.recently_story .list > li:nth-child(4n + 1) {
  clear: left;
}

.container {
  max-width: inherit;
}

.sub_cutting {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  transform: skewX(-16deg);
  background-color: #fff;
  height: 100vh;
  width: 150%;
  top: 0;
  right: -150%;
  position: fixed;
}

/******
**** innovation contents
******/
.template {
  position: relative;
  display: none;
  height: 100%;
}

.template.hard .sub_wrap, .template.hard .story_cont {
  height: 100%;
}

.template.hard .sub_wrap {
  padding-top: 0;
}

.template.hard .story_cont {
  margin-top: 0;
  padding-bottom: 0;
  overflow-x: inherit;
}

.template .visual {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: -1;
}

.template .visual h1 {
  font-size: 60px;
  line-height: 80px;
}

.template .visual .story_top {
  height: 100%;
  color: #fff;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.template .visual .story_top > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.template .visual .story_top .tags {
  margin-top: 72px;
}

.template .visual .story_top .tags li {
  margin: 0 12px;
  font-size: 14px;
  font-weight: normal;
}

.template .visual .story_top .disc01, .template .visual .story_top .disc02 {
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.template .visual .story_top .disc01.animate, .template .visual .story_top .disc02.animate {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.template .visual .story_top .disc01 span {
  display: block;
  margin-bottom: 24px;
}

.template .visual .story_top .disc02 p {
  width: 780px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 52px;
  font-weight: normal;
  word-break: keep-all;
  text-align: left;
  letter-spacing: -1px;
}

.template .visual .story_top .disc02 .article_info {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
}

.template .visual .story_top .scroll {
  bottom: 34px;
  left: 50%;
  margin-left: -24px;
  padding: 24px;
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 14px;
  overflow: hidden;
}

.template .visual .story_top .scroll:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.template .visual .story_top .scroll:hover {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

.template .visual .story_top .source {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  max-width: 1180px;
}

@media (max-width: 1180px) {
  .template .visual .story_top .source {
    max-width: 940px;
  }
}

.tags > li {
  display: inline-block;
  margin-bottom: 8px;
}

.tags > li a {
  display: block;
  position: relative;
  margin: 0 2px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  transition: color 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.tags > li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  background-color: #000;
  width: 130%;
  height: 100%;
  -webkit-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  transform: skewX(-16deg);
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.tags > li a:hover {
  color: #fff;
}

.tags > li a:hover:before {
  left: -10%;
  transform: skewX(-16deg);
  -webkit-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
}

.tags > li.on a {
  background-color: #000;
  color: #fff;
}

.tags.type02 > li a, .story_list.type01 .tags > li a, .story_top .tags > li a {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.tags.type02 > li a:before, .story_list.type01 .tags > li a:before, .story_top .tags > li a:before {
  background-color: #fff;
}

.tags.type02 > li a:hover, .story_list.type01 .tags > li a:hover, .story_top .tags > li a:hover {
  color: #000;
}

.library .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/library_01.jpg");
}

.technodome01 .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/techno_0101.jpg");
}

.technodome02 .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/techno_0201.jpg");
}

.eco .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/eco_01.jpg");
}

.village .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/village_01.jpg");
}

.hexar .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/hexar_01.jpg");
}

.printing .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/print_01.jpg");
}

.mclaren .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/mclaren_01.jpg");
}

.miu .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/miu_01.jpg");
}

.seojiwon .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/seojiwon_01.jpg");
}

.novel .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/novel_01.jpg");
}

.kimtaeyong .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/kimtaeyong_01.jpg");
}

.leesooinn .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinn_01.jpg");
}

.hadongho .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/hadongho_01.jpg");
}

.fair .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/fair_01.jpg");
}

.ecocar .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/ecocar_01.jpg");
}

.dinarakasko01 .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinara_01.jpg");
}

.dinarakasko02 .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_01.jpg");
}

.shinwooseok .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/shinwooseok_01.jpg");
}

.okehauser .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/okehauser_01.jpg");
}

.iwanjones .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/iwanjones_01.jpg");
}

.peaches .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/peaches_01.jpg");
}

.yeointaek .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/yeointaek_01.jpg");
}

.racing .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/racing_01.jpg");
}

.hightech .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/hightech_01.jpg");
}

.smart .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/smart_01.jpg");
}

.laser .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/laser_01.jpg");
}

.rfid .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/rfid_01.jpg");
}

.factory .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/factory_01.jpg");
}

.mobility .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/mobility_01.jpg");
}

.insurance .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/insurance_01.jpg");
}

.jameslaw .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/jameslaw_01.jpg");
}

.ytinterview .story_top {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/ytinterview_01.jpg");
}

.story_cont {
  margin-top: 140vh;
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow-x: hidden;
  text-align: left;
}

.story_cont .animate.slideInUp, .story_cont .animate.slideInUp2, .story_cont .animate.slideInUp3, .story_cont .animate.slideToLeft, .story_cont .animate.slideToLeft2, .story_cont .animate.slideToRight, .story_cont .animate.slideToRight2 {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.story_cont .tit {
  margin: 120px 0 40px;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -1px;
  text-align: center;
}

.story_cont .tit strong {
  display: block;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
}

.story_cont .tit.left {
  text-align: left;
}

.story_cont .tit.exception {
  font-size: 60px;
  line-height: 80px;
  font-weight: normal;
}

.story_cont strong {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.75px;
}

.story_cont strong + p {
  margin-top: 24px;
}

@media (max-width: 1180px) {
  .story_cont .tit {
    font-size: 40px;
  }
  .story_cont strong {
    font-size: 20px;
  }
}

.story_cont p {
  line-height: 32px;
  letter-spacing: -0.5px;
  font-weight: normal;
}

.story_cont p + p, .story_cont p + figure {
  margin-top: 40px;
}

.story_cont p em {
  font-style: normal;
}

.story_cont p sup {
  font-size: inherit;
}

.story_cont blockquote {
  margin: 0;
}

.story_cont blockquote p {
  font-size: 32px;
  line-height: 56px;
}

.story_cont blockquote span {
  position: relative;
  display: block;
  margin-top: 32px;
  padding-left: 48px;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}

.story_cont blockquote span:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  top: 9px;
  left: 0;
  background: #000;
}

.story_cont figure {
  margin: 0;
}

.story_cont .quote.type02 blockquote p {
  font-size: 24px;
  line-height: 1.8;
}

.story_cont .quote.type02 blockquote p:before, .story_cont .quote.type02 blockquote p:after {
  content: '';
  width: 24px;
  height: 24px;
}

.story_cont .quote.type02 blockquote p:before {
  margin-bottom: 10px;
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -96px -336px;
}

.story_cont .quote.type02 blockquote p:after {
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -120px -336px;
}

.story_cont .columned {
  position: relative;
}

.story_cont .columned > .row + .row {
  margin-top: 40px;
}

.story_cont .columned + .columned {
  margin-top: 80px;
}

.story_cont .columned.quote {
  margin: 64px 0 80px;
}

.story_cont .columned.origin .col_2h dl {
  width: 100%;
  font-size: 14px;
  vertical-align: top;
}

.story_cont .columned.origin .col_2h dl a {
  font-size: 14px;
  font-weight: normal;
}

.story_cont .columned.origin .col_2h dl > dt {
  float: left;
  width: 24%;
  padding: 3px 15px 15px 0;
  line-height: 1.71;
}

.story_cont .columned.origin .col_2h dl > dd {
  float: left;
  width: 76%;
  font-weight: normal;
  line-height: 1.71;
  padding-bottom: 8px;
}

@media (max-width: 1180px) {
  .story_cont .columned.origin .col_2h dl > dt {
    width: 25%;
  }
  .story_cont .columned.origin .col_2h dl > dd {
    width: 75%;
  }
}

.story_cont .columned.origin .col_2h:before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  margin-bottom: 24px;
  background-color: #cccccc;
}

.story_cont .media {
  margin-top: 40px;
  margin-bottom: 80px;
}

.story_cont .media_parallax {
  position: relative;
  margin: 120px 0 40px;
}

.story_cont .media_parallax > .tit, .story_cont .media_parallax > .row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
}

.story_cont .media_parallax .tit {
  width: 100%;
  margin: 0;
}

.story_cont .media_parallax .tit + p {
  margin-top: 48px;
  text-align: center;
}

.story_cont .media_parallax .bg {
  height: 505px;
}

.story_cont .media_parallax .desc {
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 780px;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 12px;
}

@media (max-width: 1180px) {
  .story_cont .media_parallax .desc {
    width: 620px;
  }
}

.story_cont .media_parallax .desc:before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: 1px 0;
  border-left: 3px solid #fff;
}

.story_cont .media_parallax .source {
  position: absolute;
  bottom: 12px;
  right: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}

.story_cont .media_parallax .caption {
  width: 780px;
  margin: 12px auto 0;
}

@media (max-width: 1180px) {
  .story_cont .media_parallax .caption {
    width: 620px;
  }
}

.story_cont .text_complex {
  margin-bottom: 230px;
}

.story_cont .text_complex .tit {
  top: calc(100% - 7px);
  max-width: 780px;
  font-size: 16px;
  line-height: 0.75;
  font-weight: 600;
  text-align: left;
}

@media (max-width: 1180px) {
  .story_cont .text_complex .tit {
    max-width: 620px;
  }
}

.story_cont .text_complex .tit span {
  display: block;
  color: rgba(0, 0, 0, 0.2);
  margin-left: 250px;
  font-weight: 600;
}

.story_cont .text_complex blockquote {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  transform: translate(-50%, -50%);
  width: 1180px;
  z-index: 10;
  color: #fff;
}

@media (max-width: 1180px) {
  .story_cont .text_complex blockquote {
    width: 940px;
  }
}

.story_cont .text_complex blockquote p {
  max-width: 680px;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 1180px) {
  .story_cont .text_complex blockquote p {
    max-width: 540px;
  }
}

.story_cont .text_complex blockquote span {
  color: #fff;
}

.story_cont .text_complex blockquote span:before {
  background: #fff;
}

.story_cont .text_complex blockquote.invert > * {
  float: right;
}

.story_cont .text_complex blockquote.invert span {
  clear: right;
}

.story_cont .overgrid.columned {
  overflow: hidden;
}

.story_cont .overgrid.columned .type01 .figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  left: 50%;
  margin-left: -720px;
}

.story_cont .overgrid.columned .type01.invert .figure {
  margin-left: 0;
  left: 500px;
}

.story_cont .overgrid.columned .type01.except figcaption, .story_cont .overgrid.columned .type01.except .caption {
  margin-left: 130px;
  max-width: 380px;
}

@media (max-width: 1180px) {
  .story_cont .overgrid.columned .type01.except figcaption, .story_cont .overgrid.columned .type01.except .caption {
    max-width: 300px;
  }
}

@media (max-width: 1180px) {
  .story_cont .overgrid.columned .type01.except figcaption, .story_cont .overgrid.columned .type01.except .caption {
    margin-left: 250px;
  }
}

.story_cont .overgrid.columned .type01 figcaption, .story_cont .overgrid.columned .type01 .caption {
  max-width: 480px;
}

@media (max-width: 1180px) {
  .story_cont .overgrid.columned .type01 figcaption, .story_cont .overgrid.columned .type01 .caption {
    max-width: 380px;
  }
}

.story_cont .overgrid.columned .type01 figcaption.small, .story_cont .overgrid.columned .type01 .caption.small {
  max-width: 250px;
}

.story_cont .overgrid.columned .type02 {
  margin-top: 0;
}

.story_cont .overgrid.columned .type02 [class*="col_"] {
  position: relative;
  box-sizing: content-box;
  background: #fff;
  z-index: 1;
}

.story_cont .overgrid.columned .type02 .tit {
  margin-top: 0;
}

.story_cont .overgrid.columned .type02 .up {
  margin-top: -16px;
  padding: 48px 48px 0 200px;
}

.story_cont .overgrid.columned .type02 .up.invert {
  padding: 48px 200px 0 48px;
}

.story_cont .overgrid.columned .type02 .up_big {
  margin-top: -200px;
  padding: 80px 80px 0 0;
}

.story_cont .overgrid.columned .type02 .up_big.invert {
  padding: 80px 200px 0 80px;
}

.story_cont .overgrid.columned .type01 + .type02 .up {
  padding: 48px 48px 0 48px;
  margin-left: 452px;
}

.story_cont .overgrid.columned .type01 + .type02 .up.invert {
  padding: 48px 500px 0 48px;
}

@media (max-width: 1180px) {
  .story_cont .overgrid.columned .type01 .figure {
    margin-left: -740px;
  }
  .story_cont .overgrid.columned .type01.invert .figure {
    left: 400px;
  }
  .story_cont .overgrid.columned .type02 .up {
    padding: 48px 48px 0 160px;
  }
  .story_cont .overgrid.columned .type02 .up.invert {
    padding: 48px 160px 0 48px;
  }
  .story_cont .overgrid.columned .type02 .up_big {
    padding: 60px 60px 0 0;
  }
  .story_cont .overgrid.columned .type02 .up_big.invert {
    padding: 60px 160px 0 60px;
  }
  .story_cont .overgrid.columned .type01 + .type02 .up {
    padding: 48px 48px 0 48px;
    margin-left: 340px;
  }
  .story_cont .overgrid.columned .type01 + .type02 .up.invert {
    padding: 48px 400px 0 48px;
  }
}

.story_cont .overgrid.under .row [class*="col_"] {
  position: relative;
  box-sizing: content-box;
  background: #fff;
  z-index: 1;
  padding: 0 48px 48px 0;
  margin: 0 -48px -48px 0;
}

.story_cont .overgrid.under .row:first-of-type {
  z-index: 10;
}

.story_cont .overgrid.under .up {
  margin-top: -105px;
}

.story_cont .sec_inner {
  margin-top: 40px !important;
}

.story_cont figcaption, .story_cont .caption {
  position: relative;
  margin-top: 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #787878;
  padding-left: 12px;
  letter-spacing: -0.43px;
  word-break: keep-all;
}

.story_cont figcaption.invert, .story_cont .caption.invert {
  max-width: 480px;
  margin-left: 330px;
}

@media (max-width: 1180px) {
  .story_cont figcaption.invert, .story_cont .caption.invert {
    max-width: 380px;
  }
}

.story_cont figcaption.invert.small, .story_cont .caption.invert.small {
  max-width: 250px;
}

.story_cont figcaption:before, .story_cont .caption:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 1px 0 3px;
  border-left: 3px solid #ccc;
}

.story_cont figcaption.half, .story_cont .caption.half {
  max-width: 450px;
}

.story_cont figcaption.half.invert, .story_cont .caption.half.invert {
  float: right;
  width: 50%;
}

@media (max-width: 1180px) {
  .story_cont figcaption.half, .story_cont .caption.half {
    max-width: 350px;
  }
  .story_cont figcaption.invert, .story_cont .caption.invert {
    margin-left: 430px;
  }
  .story_cont figcaption.invert.small, .story_cont .caption.invert.small {
    margin-left: 330px;
  }
}

.story_cont .qna .question {
  font-size: 18px;
  line-height: 32px;
}

.story_cont .qna .question:before {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -48px -336px;
}

.story_cont .qna .answer:before {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -72px -336px;
}

.story_cont .qna dd {
  margin: 16px 0 40px;
  line-height: 30px;
  font-weight: normal;
}

.story_cont .qna dd:last-of-type {
  margin-bottom: 0;
}

.story_cont .qna dt, .story_cont .qna dd {
  position: relative;
  padding-left: 40px;
}

.story_cont .qna dt:before, .story_cont .qna dd:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
}

.story_cont .qna dt sup, .story_cont .qna dd sup {
  font-size: inherit;
}

.story_cont .annotate {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: normal;
}

.annotate_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 410px;
  width: 180px;
  letter-spacing: -0.5px;
}

.annotate_wrap dt {
  font-size: 20px;
  line-height: 28px;
}

.annotate_wrap dt:before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background-color: #000;
  margin-bottom: 16px;
}

.annotate_wrap dd {
  margin-top: 16px;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}

@media (max-width: 1180px) {
  .annotate_wrap {
    margin-left: 330px;
  }
}

/* Progress bar */
.progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 101;
}

.progress .progress_bar {
  width: 0%;
  height: 2px;
  background: #F37938;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.story_title {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 21px;
  background-color: #fff;
  text-align: center;
  z-index: 100;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #ededed;
}

.story_title .util {
  position: absolute;
  right: 8px;
  top: 8px;
}

.mask {
  display: block;
  position: absolute;
  top: 0;
  left: -10%;
  width: 150%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  transform: skewX(-16deg);
  transition: all 2s ease-in-out;
}

.video_wrap {
  position: relative;
  padding-top: 56.2%;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
}

/* library */
.library .halifax.overgrid .type02 .up_big {
  margin-top: -560px;
}

.library .overgrid.under .row .animate[class*="col_"] {
  padding: 0 100px 48px 0;
}

/* techno dome */
.technodome01 .story_cont .columned:first-of-type {
  height: 100vh;
}

.technodome01 .story_cont .columned:first-of-type .row {
  top: 50%;
  transform: translate(0, -50%);
}

.technodome01 .story_cont .columned:first-of-type .tit {
  display: block;
}

.technodome01 .story_cont .columned:first-of-type p {
  font-size: 24px;
  line-height: 48px;
}

/* seojiwon */
.seojiwon .story_cont .type02 .up.except {
  margin-top: -112px;
}

/* novel food */
.novel .story_cont .bugfound p:before {
  content: '';
  position: absolute;
  top: 45px;
  left: -100px;
  width: 350px;
  height: 194px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/novel_0401.png");
}

.novel .story_cont .type02 .up_big.except {
  margin-top: -500px;
}

/* DTM */
.miu .story_cont .tit.left {
  margin-top: 0;
}

.miu .story_cont .full {
  position: relative;
  max-width: 100%;
}

.miu .story_cont .bcg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.miu .story_cont .overbg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  overflow: hidden;
}

.miu .story_cont .sec_1 .row.full {
  padding-top: 210px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/miu_0201.png") no-repeat left -50px top;
}

.miu .story_cont .sec_1 .row.full .car_wrap {
  margin: 0 auto;
  max-width: 1180px;
}

@media (max-width: 1180px) {
  .miu .story_cont .sec_1 .row.full .car_wrap {
    max-width: 940px;
  }
}

.miu .story_cont .sec_1 .row.full .car_wrap [class^="car_"] img {
  width: auto;
  max-width: 100%;
}

.miu .story_cont .sec_1 .row.full .car_1 {
  position: relative;
  left: -100%;
}

.miu .story_cont .sec_1 .row.full .car_2 {
  position: absolute;
  left: -100%;
  bottom: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.miu .story_cont .sec_1 .row.full.is-active .car_1 {
  left: -20%;
}

.miu .story_cont .sec_1 .row.full.is-active .car_2 {
  left: 50%;
}

@media (max-width: 1440px) {
  .miu .story_cont .sec_1 .car_1, .miu .story_cont .sec_1 .car_2 {
    width: 50%;
  }
  .miu .story_cont .sec_1 .row.full {
    background-size: auto 70%;
  }
}

.miu .story_cont .sec_2 > .row.col_1 {
  z-index: 1;
}

.miu .story_cont .sec_2 .in_sec_1 {
  margin: 40px 0;
}

.miu .story_cont .sec_2 .in_sec_1 figcaption {
  margin-top: 40px;
  margin-left: 500px;
}

.miu .story_cont .sec_2 .in_sec_1 img {
  margin-top: -200px;
  width: auto;
}

@media (max-width: 1180px) {
  .miu .story_cont .sec_2 .in_sec_1 figcaption {
    margin-left: 400px;
  }
  .miu .story_cont .sec_2 .in_sec_1 img {
    margin-left: -80px;
  }
}

.miu .story_cont .sec_2 + .columned {
  margin-top: 0;
}

.miu .story_cont .sec_2 + .columned .bcg {
  height: 1050px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/miu_0501.png");
}

.miu .story_cont .sec_2 + .columned .full.bg_type {
  padding: 550px 0 100px;
  margin-top: -105px;
}

.miu .story_cont .sec_3 {
  margin-top: -20px;
}

.miu .story_cont .sec_3 .full.bg_type {
  margin-top: -20px;
  padding: 750px 0 190px;
}

.miu .story_cont .sec_3 .full.bg_type + .row {
  margin-top: -150px;
}

.miu .story_cont .sec_3 .bcg {
  height: 1050px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/miu_06.png");
}

.miu .story_cont .sec_4 {
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/miu_09.png") no-repeat center bottom;
  background-size: auto 1215px;
}

.miu .story_cont .sec_4 .caption {
  margin: 480px 0 200px 70px;
}

.miu .story_cont .sec_5 {
  margin-top: 30px;
}

.miu .story_cont .sec_5 .bg_type_1 {
  margin-top: -120px;
  padding: 880px 0 95px;
}

.miu .story_cont .sec_5 .bg_type_1 .bcg {
  height: 1035px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/miu_10.png");
}

.miu .story_cont .sec_5 .bg_type_1 .caption {
  float: right;
}

.miu .story_cont .sec_5 .bg_type_1 + .row {
  margin-top: -50px;
}

.miu .story_cont .sec_5 .bg_type_2 {
  padding: 850px 0 160px;
}

.miu .story_cont .sec_5 .bg_type_2 .bcg {
  height: 1019px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/miu_11.png");
}

.miu .story_cont .sec_5 + .columned {
  margin-top: -120px;
}

.miu .story_cont .columned.origin .col_2h dl > dt {
  width: 30%;
}

.miu .story_cont .columned.origin .col_2h dl > dd {
  width: 70%;
}

/* kimtaeyong */
.kimtaeyong .story_cont {
  /* Gallery swiper */
}

.kimtaeyong .story_cont blockquote p {
  letter-spacing: -1px;
}

.kimtaeyong .story_cont .media_parallax .row {
  width: 780px;
}

@media (max-width: 1180px) {
  .kimtaeyong .story_cont .media_parallax .row {
    width: 620px;
  }
}

.kimtaeyong .story_cont .media_parallax strong {
  display: block;
  margin-bottom: 40px;
}

.kimtaeyong .story_cont .media_parallax .quote.type02 blockquote p:before {
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -144px -336px;
}

.kimtaeyong .story_cont .media_parallax .quote.type02 blockquote p:after {
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -168px -336px;
}

.kimtaeyong .story_cont .media.full {
  position: relative;
  margin-top: 120px;
}

.kimtaeyong .story_cont .media.full:before {
  content: 'ㅌㅇ';
  color: rgba(0, 0, 0, 0.1);
  font-size: 300px;
  position: absolute;
  top: -222px;
  right: 0;
  font-weight: 600;
  letter-spacing: -45px;
  z-index: 1;
}

.kimtaeyong .story_cont .quote.bg_type {
  margin: 56px 0 136px;
}

.kimtaeyong .story_cont .quote.bg_type blockquote {
  margin-right: 200px;
}

.kimtaeyong .story_cont .quote.bg_type .bg {
  position: absolute;
  top: -20px;
  right: -210px;
  width: 360px;
  height: 344px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/kimtaeyong_0201.png") no-repeat center center;
}

.kimtaeyong .story_cont .row.except {
  margin-top: 0;
}

.kimtaeyong .story_cont .row .except {
  margin-top: 60px;
}

.kimtaeyong .story_cont .ico_like {
  position: absolute;
  bottom: -12px;
  left: -83px;
  width: 147px;
  height: 146px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/kimtaeyong_1003.png") no-repeat right bottom;
}

.kimtaeyong .story_cont .ico_like:before, .kimtaeyong .story_cont .ico_like:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.kimtaeyong .story_cont .ico_like:before {
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/kimtaeyong_1001.png") no-repeat 38px top;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.kimtaeyong .story_cont .ico_like:after {
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/kimtaeyong_1002.png") no-repeat left 38px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.kimtaeyong .story_cont .crea_info {
  line-height: 32px;
}

.kimtaeyong .story_cont .crea_info dd {
  font-weight: normal;
  margin-bottom: 16px;
}

.kimtaeyong .story_cont .crea_info + p {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.kimtaeyong .story_cont .media_slider {
  margin: 120px 0;
  padding: 90px 0;
  background-color: #F8F7F1;
}

.kimtaeyong .story_cont .media_slider h2 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin: 0 auto 16px;
  max-width: 780px;
}

@media (max-width: 1180px) {
  .kimtaeyong .story_cont .media_slider h2 {
    max-width: 620px;
  }
}

.kimtaeyong .story_cont .gallerySwiper {
  position: relative;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-container {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-slide {
  display: inline-block;
  padding: 0 10%;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-slide strong, .kimtaeyong .story_cont .gallerySwiper .swiper-slide .desc {
  visibility: hidden;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-slide strong {
  display: block;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -0.2px;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-slide .video_wrap {
  margin-top: 104px;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-slide .video_wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
}

.kimtaeyong .story_cont .gallerySwiper .swiper-slide .desc {
  margin-top: 32px;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-slide.on strong, .kimtaeyong .story_cont .gallerySwiper .swiper-slide.on .desc {
  visibility: visible;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-slide.on .video_wrap:before {
  display: none;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-indicator {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 780px;
  line-height: 48px;
  padding: 0 120px 0 50px;
}

@media (max-width: 1180px) {
  .kimtaeyong .story_cont .gallerySwiper .swiper-indicator {
    width: 620px;
  }
}

.kimtaeyong .story_cont .gallerySwiper .swiper-indicator .paging {
  position: absolute;
  top: 0;
  left: 0;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-indicator .btnSwiper {
  position: absolute;
  top: 0;
  right: 0;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-indicator .btnSwiper .prev, .kimtaeyong .story_cont .gallerySwiper .swiper-indicator .btnSwiper .next {
  width: 48px;
  height: 48px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -192px -144px;
  text-indent: -99999rem;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-indicator .btnSwiper .prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.kimtaeyong .story_cont .gallerySwiper .swiper-indicator .indicator {
  display: table;
  width: 100%;
  height: 2px;
  margin-top: 25px;
  background: #ccc;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-indicator .indicator > .page {
  position: relative;
  display: table-cell;
  padding: 0;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-indicator .indicator > .page span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  text-indent: -9999rem;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}

.kimtaeyong .story_cont .gallerySwiper .swiper-indicator .indicator > .page.on span {
  width: 100%;
}

@media (max-width: 1180px) {
  .kimtaeyong .story_cont .gallerySwiper .swiper-container {
    width: 690px;
  }
  .kimtaeyong .story_cont .gallerySwiper .swiper-slide {
    padding: 0 5%;
  }
}

/* leesooinn,  dinarakasko*/
.leesooinn .columned .col_1, .dinarakasko02 .columned .col_1 {
  width: 980px;
}

@media (max-width: 1180px) {
  .leesooinn .columned .col_1, .dinarakasko02 .columned .col_1 {
    width: 780px;
  }
}

.leesooinn .space .col_2h, .dinarakasko02 .space .col_2h {
  padding-right: 30px;
}

.leesooinn .space .col_2h.invert, .dinarakasko02 .space .col_2h.invert {
  padding-left: 30px;
  padding-right: 0;
}

@media (max-width: 1180px) {
  .leesooinn .space .col_2h, .dinarakasko02 .space .col_2h {
    padding-right: 15px;
  }
  .leesooinn .space .col_2h.invert, .dinarakasko02 .space .col_2h.invert {
    padding-left: 15px;
  }
}

.leesooinn .qna, .dinarakasko02 .qna {
  word-break: keep-all;
}

.leesooinn .qna dt, .dinarakasko02 .qna dt {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.89px;
}

.leesooinn .qna dd, .dinarakasko02 .qna dd {
  padding-left: 0;
}

.leesooinn .qna dd.col_2h, .dinarakasko02 .qna dd.col_2h {
  margin-top: 0;
}

/* leesooinn */
.leesooinn .story_cont > .columned:first-of-type {
  padding-top: 350px;
}

.leesooinn .columned.overgrid .type01.invert {
  max-width: 1450px;
}

.leesooinn .columned.overgrid .type01.invert .figure {
  left: 50%;
  margin-left: -490px;
}

@media (max-width: 1180px) {
  .leesooinn .columned.overgrid .type01.invert .figure {
    margin-left: -390px;
  }
}

.leesooinn .columned.overgrid .type01 .figure {
  margin-left: -490px;
}

.leesooinn .columned.overgrid .type02 .up_big.invert {
  padding: 80px 130px 0 70px;
  width: 350px;
}

@media (max-width: 1180px) {
  .leesooinn .columned.overgrid .type01 .figure {
    margin-left: -510px;
  }
}

.leesooinn .columned.origin {
  margin-top: 0;
}

.leesooinn .columned.origin .col_3 dl {
  width: 100%;
  font-size: 14px;
  vertical-align: top;
}

.leesooinn .columned.origin .col_3 dl a {
  font-size: 14px;
  font-weight: normal;
}

.leesooinn .columned.origin .col_3 dl > dt {
  float: left;
  width: 100px;
  padding-bottom: 15px;
  padding-top: 3px;
}

.leesooinn .columned.origin .col_3 dl > dd {
  float: left;
  width: 280px;
  font-weight: normal;
  line-height: 1.71;
}

.leesooinn .columned.origin .col_3:before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  margin-bottom: 24px;
  background-color: #cccccc;
}

@media (max-width: 1180px) {
  .leesooinn .columned.origin .col_3 {
    width: 400px;
  }
}

.leesooinn .text_complex {
  margin-bottom: 80px;
}

.leesooinn .text_complex blockquote {
  top: 40%;
}

.leesooinn .text_complex blockquote p {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -1px;
}

.leesooinn .text_complex .tit {
  font-size: 0;
  text-indent: -9999px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinn_0601.png") no-repeat 0 0;
  max-width: 1326px;
  height: 240px;
  top: auto;
  left: 50%;
  margin-left: -370px;
  bottom: 0;
  transform: translate(0, 0);
}

.leesooinn .qna dt {
  padding-left: 100px;
  min-height: 64px;
}

.leesooinn .qna dt span {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 60px;
  font-weight: normal;
}

.leesooinn .qna dt.last {
  padding-left: 140px;
}

.leesooinn p strong {
  display: block;
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.7;
}

.leesooinn blockquote p {
  font-size: 24px;
  line-height: 44px;
  letter-spacing: -1px;
}

.leesooinn blockquote p:before, .leesooinn blockquote p:after {
  content: '';
  width: 24px;
  height: 24px;
}

.leesooinn blockquote p:before {
  margin-bottom: 10px;
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -96px -336px;
}

.leesooinn blockquote p:after {
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -120px -336px;
}

.leesooinn .media_parallax .row {
  width: 880px;
}

@media (max-width: 1180px) {
  .leesooinn .media_parallax .row {
    width: 700px;
  }
}

.leesooinn .media_parallax blockquote p:before {
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -144px -336px;
}

.leesooinn .media_parallax blockquote p:after {
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -168px -336px;
}

.leesooinn .media_parallax blockquote span:before {
  background: #fff;
}

.leesooinn .media_parallax .except p {
  font-size: 32px;
  line-height: 1.75;
}

.leesooinn .bg_wrap {
  position: relative;
  margin: 40px 0;
}

.leesooinn .bg_wrap p {
  position: relative;
  left: 50%;
  top: 0;
  width: 660px;
  z-index: 1;
  margin-left: -370px;
}

.leesooinn .bg_wrap .bg_type {
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -141px;
}

.leesooinn .bg_wrap .bg_type img {
  width: auto;
}

.leesooinn [class^="bgdot"] {
  position: absolute;
  left: 50%;
  width: 174px;
  height: 174px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg.png");
}

.leesooinn .bgobj {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 5;
}

.leesooinn .sec_1 .bgdot {
  top: 340px;
  width: 384px;
  height: 384px;
  margin-left: 534px;
}

.leesooinn .sec_1 .bgdot .bgobj {
  top: -200px;
  left: 0;
  width: 260px;
  height: 260px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg_01.png");
}

.leesooinn .sec_2 {
  max-width: 1920px;
  margin: 40px auto 80px;
}

.leesooinn .sec_3 .bgdot01 {
  margin-left: 744px;
  top: -40px;
}

.leesooinn .sec_3 .bgdot02 {
  width: 174px;
  height: 174px;
  margin-left: -720px;
  bottom: -40px;
}

.leesooinn .sec_3 .bgdot02 .bgobj {
  top: -624px;
  left: -170px;
  width: 292px;
  height: 464px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg_02.png");
}

.leesooinn .sec_4 {
  max-width: 1920px;
  margin: 80px auto;
}

.leesooinn .sec_4 p {
  position: relative;
  z-index: 10;
}

.leesooinn .sec_5 .bgdot01 {
  margin-left: 744px;
  top: 310px;
}

.leesooinn .sec_5 .bgdot01 .bgobj {
  top: -200px;
  left: -216px;
  width: 350px;
  height: 437px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg_03.png");
}

.leesooinn .sec_5 .bgdot02 {
  margin-left: -930px;
  top: 0;
}

.leesooinn .sec_5 .bgdot02 .bgobj {
  top: -377px;
  left: -10px;
  width: 350px;
  height: 437px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg_04.png");
}

.leesooinn .sec_6 {
  padding-bottom: 120px;
}

.leesooinn .sec_6 .bgdot {
  margin-left: -930px;
  bottom: 0;
}

.leesooinn .sec_6 .bgobj {
  top: -40px;
  left: 50%;
  width: 309px;
  height: 456px;
  margin-left: 644px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg_05.png");
}

.leesooinn .sec_7 {
  margin-top: 0;
}

.leesooinn .sec_8 .bgdot {
  top: 290px;
  margin-left: -930px;
}

.leesooinn .sec_8 .bgdot .bgobj {
  top: -380px;
  left: 0;
  width: 420px;
  height: 420px;
  margin: 0;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg_06.png");
}

.leesooinn .sec_8 .bgobj {
  top: 50px;
  left: 50%;
  margin-left: 620px;
  width: 320px;
  height: 517px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg_07.png");
}

.leesooinn .sec_9 {
  z-index: 10;
}

.leesooinn .sec_10 .bgdot01 {
  width: 384px;
  height: 384px;
  margin-left: -930px;
  top: -27px;
}

.leesooinn .sec_10 .bgdot01 .bgobj {
  width: 341px;
  height: 136px;
  top: -80px;
  left: -30px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg_08.png");
}

.leesooinn .sec_10 .bgdot02 {
  width: 260px;
  height: 168px;
  margin-left: 670px;
  top: 230px;
}

.leesooinn .sec_10 .bgdot02 .bgobj {
  width: 451px;
  height: 434px;
  top: -370px;
  left: -140px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg_09.png");
}

.leesooinn .sec_10 .media {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.leesooinn .sec_10 .media .animate {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.5s;
}

.leesooinn .sec_12 .bgdot {
  width: 216px;
  height: 342px;
  margin-left: -930px;
  top: -48px;
}

.leesooinn .sec_12 .bgdot .bgobj {
  width: 393px;
  height: 457px;
  top: 150px;
  left: 0;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg_10.png");
}

.leesooinn .sec_13 {
  padding-bottom: 80px;
}

.leesooinn .sec_13 .bgdot {
  margin-left: 560px;
  top: -48px;
  z-index: 1;
}

.leesooinn .sec_13 .bgdot .bgobj {
  width: 420px;
  height: 420px;
  top: 0;
  left: 0;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/leesooinnbg_11.png");
}

/* dinarakasko02 */
.dinarakasko02 .story_cont {
  padding-bottom: 0;
}

.dinarakasko02 .media_parallax {
  margin: 120px 0;
}

.dinarakasko02 .origin .col_2h {
  padding-left: 30px;
}

.dinarakasko02 .interview {
  padding: 120px 0;
  background-color: #f3ecec;
}

.dinarakasko02 .interview .qna dt {
  font-size: 32px;
  line-height: 1.5;
  padding-left: 0;
}

.dinarakasko02 .interview .qna + .qna {
  margin-top: 80px;
}

.dinarakasko02 .interview .columned.bg_type {
  padding-bottom: 512px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_13.jpg") repeat-x center bottom;
}

.dinarakasko02 .sec_1 > div {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0201.png") no-repeat right 52px bottom;
}

.dinarakasko02 .sec_1 > div .tit {
  display: block;
  margin: 48px 0 24px;
  font-size: 72px;
  line-height: 1.2;
  text-align: left;
}

.dinarakasko02 .sec_1 > div .sign {
  position: absolute;
  right: 0;
  bottom: 0;
}

.dinarakasko02 .inter_2 .col_2h:not(.invert) {
  margin-bottom: 530px;
}

.dinarakasko02 .inter_3 {
  padding-bottom: 80px;
}

.dinarakasko02 .columned > .row + .row.inter_10 {
  margin-top: 120px;
}

.dinarakasko02 [class^="obj_dinara"] {
  position: absolute;
}

.dinarakasko02 [class^="obj_dinara"] > [class^="bgobj"] {
  position: absolute;
  top: 0;
  left: 0;
}

.dinarakasko02 .obj_dinara01 {
  top: 205px;
  left: -360px;
  width: 786px;
  height: 483px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0304.png");
}

.dinarakasko02 .obj_dinara01 > [class^="bgobj"] {
  width: 786px;
  height: 483px;
}

.dinarakasko02 .obj_dinara01 .bgobj {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0302.png");
}

.dinarakasko02 .obj_dinara01 .bgobj02.type01 {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0303.png");
}

.dinarakasko02 .obj_dinara01 .bgobj02.type02 {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0301.png");
}

.dinarakasko02 .obj_dinara02 {
  right: 50%;
  bottom: 50px;
  width: 760px;
  height: 450px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0501.png");
}

.dinarakasko02 .obj_dinara02 > [class^="bgobj"] {
  width: 760px;
  height: 450px;
}

.dinarakasko02 .obj_dinara02 .bgobj {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0502.png");
}

.dinarakasko02 .obj_dinara02 .bgobj02 {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0503.png");
}

.dinarakasko02 .obj_dinara03 {
  position: relative;
  width: 627px;
  height: 410px;
  margin-bottom: 90px;
}

.dinarakasko02 .obj_dinara03 .bgobj02 {
  width: 627px;
  height: 410px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_04.png");
}

.dinarakasko02 .obj_dinara04 {
  bottom: 0;
  left: 50%;
  margin-left: 100px;
  width: 644px;
  height: 274px;
}

.dinarakasko02 .obj_dinara04 .bgobj {
  width: 644px;
  height: 274px;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_06.png");
}

.dinarakasko02 .obj_dinara05 {
  bottom: -20px;
  left: -165px;
  width: 789px;
  height: 539px;
}

.dinarakasko02 .obj_dinara05 > [class^="bgobj"] {
  width: 789px;
  height: 539px;
}

.dinarakasko02 .obj_dinara05 .bgobj02 {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0801.png");
}

.dinarakasko02 .obj_dinara05 .bgobj.type01 {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0802.png");
}

.dinarakasko02 .obj_dinara05 .bgobj.type02 {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0803.png");
}

.dinarakasko02 .obj_dinara05 .bgobj.type03 {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0804.png");
}

.dinarakasko02 .obj_dinara05 .bgobj.type04 {
  background-image: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0805.png");
}

@media (max-width: 1180px) {
  .dinarakasko02 .obj_dinara05 {
    left: -250px;
  }
}

.dinarakasko02 .obj_dinara06 {
  position: relative;
  width: 534px;
  height: 574px;
  margin-left: -271px;
}

.dinarakasko02 .obj_dinara06 .bgobj02 {
  width: 534px;
  height: 574px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_10.png");
}

.dinarakasko02 .obj_dinara06 .bgobj {
  width: 0;
  height: 103px;
  left: 335px;
  top: 120px;
  z-index: 1;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_1001.png");
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}

.dinarakasko02 .obj_dinara06.is-active .bgobj {
  width: 173px;
}

.dinarakasko02 .obj_dinara07 {
  position: relative;
  width: 616px;
  height: 408px;
  margin-top: 37px;
  margin-left: -54px;
}

.dinarakasko02 .obj_dinara07 .bgobj02 {
  width: 616px;
  height: 408px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_11.png");
}

.dinarakasko02 .obj_dinara08 {
  position: relative;
  width: 611px;
  height: 626px;
  margin-top: 40px;
}

.dinarakasko02 .obj_dinara08 > [class^="bgobj"] {
  width: 611px;
  height: 626px;
}

.dinarakasko02 .obj_dinara08 .bgobj {
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0901.png");
}

.dinarakasko02 .obj_dinara08 .bgobj02 {
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_0902.png");
}

.dinarakasko02 .obj_dinara09 {
  top: -400px;
  left: 50%;
  margin-left: 20px;
  width: 579px;
  height: 655px;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}

.dinarakasko02 .obj_dinara09 .bgobj09 {
  width: 579px;
  height: 655px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_14.png");
}

.dinarakasko02 .obj_dinara09.is-active {
  opacity: 1;
  top: -240px;
}

.dinarakasko02 .obj_dinara10 {
  top: 20px;
  left: -200px;
  width: 540px;
  height: 482px;
}

.dinarakasko02 .obj_dinara10 .bgobj02 {
  width: 540px;
  height: 482px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_15.png");
}

.dinarakasko02 .obj_dinara11 {
  bottom: 0;
  left: 50%;
  width: 960px;
  height: 539px;
}

.dinarakasko02 .obj_dinara11 > [class^="bgobj"] {
  width: 960px;
  height: 539px;
}

.dinarakasko02 .obj_dinara11 .bgobj {
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_1601.png");
}

.dinarakasko02 .obj_dinara11 .bgobj02 {
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/dinarakasko_1602.png");
}

@media (max-width: 1180px) {
  .dinarakasko02 .sec_1 {
    background-size: 60%;
  }
  .dinarakasko02 .sec_1 .tit {
    font-size: 48px;
    line-height: 1.3;
  }
}

/* hadongho */
.hadongho .thumb_list > div {
  float: left;
  width: 33%;
  transition-delay: 0s;
}

.hadongho .thumb_list > div:nth-child(2) {
  transition-delay: .3s;
}

.hadongho .thumb_list > div:nth-child(3) {
  transition-delay: .6s;
}

.hadongho .columned > .row + .type01 {
  margin-top: 80px;
}

/* ecocar */
.ecocar .info_wrap {
  width: 980px;
  background: #F2F2F2;
}

@media (max-width: 1180px) {
  .ecocar .info_wrap {
    width: 780px;
  }
}

.ecocar .info_wrap .col_1 {
  float: none;
  padding: 64px 0;
  margin: 0 auto;
}

.ecocar .info_wrap span.info {
  display: inline-block;
  padding: 5px 12px 3px;
  margin-bottom: 12px;
  color: #fff;
  background: #000;
}

.ecocar .info_wrap span.info + strong {
  display: block;
}

.ecocar .ecocar_list dt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: -0.62px;
  margin-bottom: 8px;
}

.ecocar .ecocar_list dd {
  line-height: 2;
  font-weight: normal;
  margin-bottom: 40px;
}

/* shinwooseok */
.shinwooseok .story_cont .columned:first-of-type {
  height: 100vh;
}

.shinwooseok .story_cont .columned:first-of-type .row {
  top: 50%;
  transform: translate(0, -50%);
}

.shinwooseok .story_cont .columned:first-of-type .tit {
  display: block;
}

/* okehauser */
.okehauser figcaption.invert {
  max-width: 452px;
  margin-left: 0;
  float: right;
}

@media (max-width: 1180px) {
  .okehauser figcaption.invert {
    max-width: 352px;
  }
}

/* iwanjones */
.iwanjones .media_parallax > .row {
  color: #000;
  width: 980px;
}

@media (max-width: 1180px) {
  .iwanjones .media_parallax > .row {
    width: 780px;
  }
}

.iwanjones .media_parallax > .row .tit {
  display: block;
  text-align: left;
  margin-top: 24px;
}

.iwanjones .media_parallax > .row .tit + p {
  margin-top: 40px;
  text-align: left;
}

.iwanjones .overgrid.columned .type02 .up_big {
  padding-left: 200px;
}

@media (max-width: 1180px) {
  .iwanjones .overgrid.columned .type02 .up_big {
    padding-left: 160px;
  }
}

.iwanjones figcaption.half.invert, .iwanjones .caption.half.invert {
  width: 35.5%;
}

@media (max-width: 1180px) {
  .iwanjones figcaption.half.invert, .iwanjones .caption.half.invert {
    width: 36%;
  }
}

.iwanjones .quote blockquote p:before, .iwanjones .quote blockquote p:after {
  content: '';
  width: 24px;
  height: 24px;
}

.iwanjones .quote blockquote p:before {
  margin-bottom: 10px;
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -96px -336px;
}

.iwanjones .quote blockquote p:after {
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -120px -336px;
}

/* yeointaek */
.yeointaek .text_complex blockquote p {
  font-size: 24px;
  line-height: 1.8;
}

.yeointaek .info {
  line-height: 32px;
}

.yeointaek .info dd {
  font-weight: normal;
}

.yeointaek .media.move {
  position: relative;
  margin: 120px 0;
  height: 480px;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/yeointaek_07.jpg") repeat-x center center;
}

.yeointaek .media.move p {
  visibility: hidden;
  opacity: 0;
  width: 350px;
  height: 524px;
  position: absolute;
  top: 28px;
  left: 50%;
}

.yeointaek .media.move p + p {
  margin-top: 0;
}

.yeointaek .media.move p.img01 {
  width: 285px;
  margin-left: -200px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translate3d(264px, 0, 0);
  -moz-transform: translate3d(264px, 0, 0);
  -o-transform: translate3d(264px, 0, 0);
  -ms-transform: translate3d(264px, 0, 0);
  transform: translate3d(264px, 0, 0);
  transition-delay: .2s;
}

.yeointaek .media.move p.img02 {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translate3d(200px, 0, 0);
  -moz-transform: translate3d(200px, 0, 0);
  -o-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
  transition-delay: .15s;
}

.yeointaek .media.move p.img03 {
  margin-left: 200px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.yeointaek .media.move.is-active p {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* hightech */
.hightech .story_cont .media_parallax .quote .col_2h {
  padding-left: 50px;
  padding-top: 90px;
}

.hightech .story_cont .media_parallax .quote .col_2h table {
  width: 480px;
}

.hightech .story_cont .media_parallax .quote .col_2h table th, .hightech .story_cont .media_parallax .quote .col_2h table td {
  padding: 9px 0;
  text-align: left;
}

.hightech .story_cont .media_parallax .quote .col_2h table td {
  font-weight: normal;
}

.hightech .story_cont .overgrid.columned .type02 .up_big {
  margin-top: -540px;
}

.hightech .columned .row .sides {
  position: absolute;
  bottom: 0;
  left: -80px;
}

/* racing */
.racing .bg_type {
  position: absolute;
  top: -115px;
  left: 50%;
  width: 1090px;
  height: 654px;
  transform: translate(-50%, 0);
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/racing_0201.png") no-repeat center top;
  z-index: 1;
}

.racing .media_parallax > .row {
  width: 980px;
  color: #000;
}

@media (max-width: 1180px) {
  .racing .media_parallax > .row {
    width: 780px;
  }
}

.racing .media_parallax > .row .tit {
  display: block;
  text-align: left;
  margin-top: 24px;
}

.racing .media_parallax > .row .tit + p {
  margin-top: 40px;
  text-align: left;
}

/* laser */
.laser .story_cont .columned .col_1.col_over {
  width: 850px;
  padding-bottom: 20px;
}

.laser .story_cont .columned .col_1.col_over figcaption {
  margin-top: -35px;
}

.laser .story_cont .laser_obj {
  margin-top: -50%;
  margin-right: -55%;
}

.laser .story_cont .laser_obj img {
  width: auto;
}

/* smart */
.smart .type01 figcaption {
  left: 50%;
  margin-left: -270px;
}

.smart .type01 figcaption.invert {
  margin-left: 123px;
}

@media (max-width: 1180px) {
  .smart .type01 figcaption {
    margin-left: -135px;
  }
  .smart .type01 figcaption.invert {
    margin-left: 11px;
  }
}

.smart .overgrid.columned .type02 .up_big {
  padding-left: 200px;
}

@media (max-width: 1180px) {
  .smart .overgrid.columned .type02 .up_big {
    padding-left: 160px;
  }
}

.smart figcaption.half.invert, .smart .caption.half.invert {
  width: 35.5%;
}

@media (max-width: 1180px) {
  .smart figcaption.half.invert, .smart .caption.half.invert {
    width: 36%;
  }
}

/* factory */
.factory .type01 figcaption {
  left: 50%;
  margin-left: -270px;
}

.factory .type01 figcaption.invert {
  margin-left: 123px;
}

@media (max-width: 1180px) {
  .factory .type01 figcaption {
    margin-left: -135px;
  }
  .factory .type01 figcaption.invert {
    margin-left: 23px;
  }
}

.factory .overgrid.columned .type02.except .up_big {
  margin-top: -540px;
}

/* mobility */
.mobility .type01.bird figcaption {
  left: 50%;
  margin-left: -270px;
}

.mobility .type01.bird figcaption.invert {
  margin-left: 123px;
}

@media (max-width: 1180px) {
  .mobility .type01.bird figcaption {
    margin-left: -135px;
  }
  .mobility .type01.bird figcaption.invert {
    margin-left: 23px;
  }
}

.mobility .overgrid.columned .type02 .up.invert.except {
  margin-top: -500px;
  padding-right: 200px;
}

.mobility .overgrid.columned .type02 .up.invert.except figure {
  margin: 40px 0;
}

@media (max-width: 1180px) {
  .mobility .overgrid.columned .type02 .up.invert.except {
    padding-right: 160px;
  }
}

/* insurance */
.insurance .type01 figcaption {
  left: 50%;
  margin-left: -270px;
}

@media (max-width: 1180px) {
  .insurance .type01 figcaption {
    margin-left: -135px;
  }
}

.insurance .overgrid.columned .type02 .up_big {
  margin-top: -500px;
}

/* jameslaw */
.jameslaw .media_parallax > .row {
  width: 980px;
}

@media (max-width: 1180px) {
  .jameslaw .media_parallax > .row {
    width: 780px;
  }
}

.jameslaw .media_parallax > .row .tit {
  display: block;
  text-align: left;
  margin-top: 24px;
}

.jameslaw .media_parallax > .row .tit + p {
  margin-top: 40px;
  text-align: left;
}

.jameslaw .overgrid.columned .type01.except + .type02 .up {
  margin-left: 460px;
  margin-top: -230px;
  padding-left: 48px;
}

.jameslaw .overgrid.columned .type01.except + .type02 .up.large {
  margin-top: -500px;
}

.jameslaw .overgrid.columned .type01.except.except figcaption, .jameslaw .overgrid.columned .type01.except.except .caption {
  max-width: 460px;
}

@media (max-width: 1180px) {
  .jameslaw .overgrid.columned .type01.except + .type02 .up {
    margin-left: 340px;
  }
  .jameslaw .overgrid.columned .type01.except.except figcaption, .jameslaw .overgrid.columned .type01.except.except .caption {
    max-width: 360px;
  }
}

.jameslaw figcaption.invert {
  max-width: 452px;
  margin-left: 0;
  float: right;
}

@media (max-width: 1180px) {
  .jameslaw figcaption.invert {
    max-width: 352px;
  }
}

/* ytinterview */
.ytinterview .story_cont .columned:first-of-type .tit {
  display: block;
}

.ytinterview .narration {
  font-size: 14px;
  line-height: 1.7;
}

.ytinterview .narration p {
  position: relative;
  padding-left: 40px;
  margin-top: 16px;
  font-weight: normal;
}

.ytinterview .narration p span {
  position: absolute;
  top: 0;
  left: 0;
}

.ytinterview .narration p strong {
  font-size: 16px;
  line-height: inherit;
}

.ytinterview .narration:before {
  content: '';
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../../../../cdn.hankook-technologygroup.com/innovation/en/pc/img/ytinterview_03.jpg") no-repeat center top;
}

.next_story {
  position: relative;
  max-height: 440px;
  overflow: hidden;
  background: #fff;
}

.next_story .pic {
  max-width: 1440px;
  margin: 0 auto;
}

.next_story .info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.next_story .info span {
  font-size: 20px;
  line-height: 32px;
}

.next_story .info .title {
  display: block;
  margin-top: 12px;
  font-size: 48px;
  line-height: 72px;
}

.next_story .info .more {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 32px auto 0;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.next_story .info .more span {
  display: block;
  font-size: 18px;
  text-indent: -200%;
  line-height: 48px;
  text-align: left;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.next_story .info .more span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -480px -240px;
}

.next_story .info .more:hover {
  width: 150px;
}

.next_story .info .more:hover span {
  text-indent: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media (max-width: 1180px) {
  .next_story .info .title {
    font-size: 40px;
    line-height: 68px;
  }
}

.hash_wrap {
  padding: 80px 0;
  background: #fff;
}

.hash_wrap .tags {
  margin-bottom: 80px;
  text-align: center;
}

.hash_wrap .thumb_list {
  width: 640px;
  margin: 0 auto;
  text-align: left;
}

.hash_wrap .thumb_list li {
  margin-bottom: 40px;
}

.hash_wrap .thumb_list a {
  display: table;
}

.hash_wrap .thumb_list .pic {
  display: table-cell;
  width: 280px;
}

.hash_wrap .thumb_list .title {
  display: table-cell;
  padding-left: 48px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 36px;
  word-break: keep-all;
}

/******
**** innovation list/body
******/
.sub_wrap.story {
  position: relative;
  margin-top: 34px;
  padding-bottom: 120px;
}

.sub_wrap.story .subhead .headtle {
  line-height: 36px;
  text-indent: -9999px;
  width: 152px;
  height: 48px;
  margin-bottom: 36px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -344px -96px;
}

.sub_wrap.story .video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sub_wrap.story .row {
  height: 100%;
  min-height: 800px;
}

.story_list {
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 100px;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.story_list > li {
  position: relative;
  padding: 0;
  float: left;
  margin-bottom: 80px;
  top: 0;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.story_list > li .figure {
  display: block;
}

.story_list > li .figure .pic {
  overflow: hidden;
}

.story_list > li .figure img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.story_list > li .figure:hover img {
  transform: scale(1.1);
}

.story_list > li .title {
  width: 100%;
  max-height: 264px;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.story_list > li .tags {
  max-height: 100px;
  overflow: hidden;
}

.story_list.type01 > li {
  float: none;
  width: 100%;
}

.story_list.type01 > li .info {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
}

.story_list.type01 > li .info .title {
  font-size: 60px;
  line-height: 88px;
}

.story_list.type01 > li .info .tags {
  margin-top: 20px;
}

.story_list.type01 > li .info.showing {
  opacity: 1;
}

.story_list.type01 > li .pic {
  position: relative;
}

.story_list.type01 > li .pic:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.story_list.type02 {
  margin-left: -60px;
  width: calc(100% + 60px);
}

.story_list.type02 > li {
  width: calc(50% - 60px);
  margin-left: 60px;
  margin-bottom: 0;
}

.story_list.type02 > li:nth-child(2n) {
  padding-top: 80px;
}

.story_list.type02 > li:nth-child(2n + 1) {
  clear: left;
}

.story_list.type02 .info {
  opacity: 0;
  padding: 24px;
  text-align: left;
}

.story_list.type02 .info.showing {
  opacity: 1;
}

.story_list.type02 .title {
  font-weight: normal;
  font-size: 32px;
  line-height: 48px;
  max-height: 100px;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.story_list.type02 .tags {
  margin-top: 8px;
  max-width: 356px;
}

.story_list.type02:after {
  clear: both;
  content: '';
  display: block;
}

.story_list.type03 {
  margin-left: -40px;
  width: calc(100% + 120px);
}

.story_list.type03 > li {
  width: calc(25% - 60px);
  margin-left: 40px;
  margin-bottom: 40px;
}

.story_list.type03 > li .info {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
}

.story_list.type03 > li .info .title {
  font-size: 20px;
  line-height: 32px;
  max-height: 96px;
}

.story_list.type03 > li:hover .info {
  display: block;
}

.story_list.type03 > li:hover .figure:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.story_list.type03 > li:nth-of-type(4n+1) {
  clear: both;
}

.story_list.type03 .tags {
  display: none;
}

.story_list.type03:after {
  clear: both;
  content: '';
  display: block;
}

.story_list .animate.slideInUp, .story_list .animate.slideInUp2 {
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.story_list .animate.zoomOut {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.recently {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  height: 45px;
  overflow: hidden;
  background-color: #fff;
}

.recently .btnleft {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999rem;
  display: none;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -32px -384px;
  z-index: 10;
}

.recently .btnright {
  position: absolute;
  right: 50px;
  top: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999rem;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -96px -384px;
  z-index: 10;
}

.recently .btnright:after {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 32px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.recently .overlay {
  position: relative;
  width: calc(100% - 100px);
  height: 100px;
  margin-left: 32px;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.recently ul.swiper-wrapper {
  display: table;
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.recently ul.swiper-wrapper > li {
  position: relative;
  float: none;
  display: table-cell;
  height: 100%;
  padding: 0 24px;
  line-height: 33px;
  box-sizing: border-box;
  white-space: nowrap;
}

.recently ul.swiper-wrapper > li a {
  font-weight: normal;
}

.recently ul.swiper-wrapper > li a:hover {
  border-bottom: 2px solid #000;
}

.recently ul.swiper-wrapper > li.current a {
  font-weight: 500;
  border-bottom: 2px solid #000;
}

.recently.active .btnleft, .recently.active .btnright {
  display: none;
}

.recently.active .overlay {
  position: fixed;
  top: 256px;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  z-index: 10;
  padding: 10px 0 32px;
  margin-left: 0;
  border-bottom: 1px solid #d9d9d9;
}

.recently.active .overlay ul.swiper-wrapper.tags {
  overflow: auto;
  white-space: normal;
  height: auto;
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .recently.active .overlay ul.swiper-wrapper.tags {
    max-width: 940px;
  }
}

.recently.active .overlay ul.swiper-wrapper.tags li {
  display: inline-block;
  margin-left: 0;
  padding: 0;
}

.recently.active .overlay ul.swiper-wrapper.tags li a {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.recently.active .overlay ul.swiper-wrapper.tags li a:hover {
  border: 1px solid #ccc;
}

.recently.active .overlay ul.swiper-wrapper.tags li.current a {
  background-color: #000;
  color: #fff;
}

.recently.active .overlay ul.swiper-wrapper.tags:after {
  display: none;
}

.btn_all {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  top: -4px;
  right: 0;
  background-color: #fff;
  text-align: left;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.btn_all .close {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  top: 9px;
  left: 10px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
}

.btn_all .close::before, .btn_all .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.btn_all .close::before {
  transform: rotate(0deg);
}

.btn_all .close::after {
  transform: rotate(90deg);
}

.btn_all.active {
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate3d(0, 0, 1, -135deg);
  transform: rotate3d(0, 0, 1, -135deg);
  background-color: #000;
}

.btn_all.active .close:before, .btn_all.active .close:after {
  background-color: #fff;
}

.view_type {
  position: relative;
  height: 48px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 46px;
}

.view_type [data-view^="type"] {
  width: 48px;
  height: 48px;
  text-indent: -9999rem;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: 0 -240px;
}

.view_type [data-view^="type01"] {
  background-position: 0 -240px;
}

.view_type [data-view^="type01"]:hover, .view_type [data-view^="type01"].on {
  background-position: -48px -240px;
}

.view_type [data-view^="type02"] {
  background-position: -96px -240px;
}

.view_type [data-view^="type02"]:hover, .view_type [data-view^="type02"].on {
  background-position: -144px -240px;
}

.view_type [data-view^="type03"] {
  background-position: -192px -240px;
}

.view_type [data-view^="type03"]:hover, .view_type [data-view^="type03"].on {
  background-position: -240px -240px;
}

.view_type .search_area {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 48px;
  text-align: left;
}

.view_type .search_area fieldset {
  position: relative;
}

.view_type .search_area .box_search {
  opacity: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  border-bottom: 1px solid #000;
}

.view_type .search_area .box_search input {
  border: 0;
}

.view_type .search_area .btn_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: 0 -144px;
}

.view_type .search_area.is-show .box_search {
  opacity: 1;
}

.more_area {
  position: absolute;
  bottom: -120px;
  text-align: center;
  width: 100%;
}

.more_area a {
  display: inline-block;
  min-width: 100px;
  margin: 0 auto;
  font-size: 20px;
}

.more_area a:after {
  content: '';
  display: block;
  width: 2px;
  height: 80px;
  background-color: #000;
  margin: 10px auto 0;
}

.no_data {
  padding: 242px 0;
}

.no_data p {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}

.pop_hashtag.type_full .layer_wrap {
  overflow-y: hidden;
}

.pop_hashtag.type_full .layer_wrap .layer_header {
  padding: 0;
}

.pop_hashtag.type_full .layer_wrap .layer_content {
  padding: 104px 0 0;
}

.pop_hashtag.type_full .row, .pop_hashtag.type_full .layer_content {
  height: 100%;
}

.pop_hashtag.type_full .tag_area {
  width: 30.5%;
  float: left;
  height: 100%;
  text-align: left;
}

.pop_hashtag.type_full .tag_area > div {
  height: calc(100% - 180px);
  overflow-y: scroll;
}

.pop_hashtag.type_full .tag_area strong {
  display: block;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 34px;
}

.pop_hashtag.type_full .thumb_area {
  width: 66%;
  padding-right: 10px;
  float: right;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 50px;
}

.pop_hashtag.type_full .thumb_area .hash_story {
  position: relative;
  width: calc(100% + 20px);
  margin-left: -20px;
}

.pop_hashtag.type_full .thumb_area .hash_story li {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 32px;
  padding-left: 20px;
  text-align: left;
}

.pop_hashtag.type_full .thumb_area .hash_story li .title {
  margin-top: 16px;
  font-size: 18px;
  line-height: 28px;
}

.pop_hashtag.type_full .thumb_area .hash_story li:nth-child(3n) {
  width: 100%;
}

.pop_hashtag.type_full .thumb_area .hash_story li:nth-child(3n) .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pop_hashtag.type_full .thumb_area .hash_story li:nth-child(3n) .pic:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.video_body {
  position: relative;
}

.video_body .video_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video_body .video_wrap video.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_body .video_util {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video_body .video_util button.btn_play > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 96px;
  min-height: 96px;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -96px -432px;
}

.video_body .video_util button.btn_play.stop > span {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../../../../../cdn.hankook-technologygroup.com/static/assets/img/en/pc/common/ico_sprite.png");
  background-size: 960px auto;
  background-repeat: no-repeat;
  background-position: -192px -432px;
}

.video_body .video_util button.btn_play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
