/* icon align */
.icon-wrapper .icon, .icon-wrapper .more:not(.icon-before)::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after {
    position: relative;
}

.icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after {
    top: -.08em;
}

.icon-wrapper .icon-after.icon-downloadcircle::after {
    top: 0;
}

/* for line-break */
br.xsmall{
    display: none;
}

@media only screen and (max-width: 345px) {
    br.xsmall{
        display: block;
    }
}

@media only screen and (max-width: 345px) {
    br.xsmall-hide {
        display: none;
    }
}

/* section-hero */
.section-hero .large-8 {
    max-width: 75%;
}
@media only screen and (max-width: 734px) {
    .section-hero .small-12 {
        max-width: 100%
    }
}

.section-hero .headline.gradient-fill {
    line-height:1.188;
}

/* Final Cut Pro For iPad */ 
.section-final-cut-pro .fcp-for-ipad-full-tile .typography-headline,
.section-final-cut-pro .fcp-for-ipad-tile .typography-headline{
    width:447px;
 }

.section-final-cut-pro .fcp-for-ipad-full-tile .typography-intro,
.section-final-cut-pro .fcp-for-ipad-tile .typography-intro{
    padding-right: 7px;
}

 
 @media only screen and (max-width: 1200px) {
    .section-router .fcp-for-ipad-full-tile .tile-content{
        padding:70px 8%;
    }
}

 @media only screen and (max-width: 1068px) {
    .section-final-cut-pro .fcp-for-ipad-full-tile .typography-headline,
    .section-final-cut-pro .fcp-for-ipad-tile .typography-headline{
         width:368px;
      }  
 
      .section-router .fcp-for-ipad-full-tile .tile-content{
          padding:70px 7%;
      }
 }

 @media only screen and (max-width: 820px) {
    .section-router .fcp-for-ipad-full-tile .tile-content{
        padding:70px 4%;
    }
}

 
 @media only screen and (max-width: 734px) {
    .section-final-cut-pro .fcp-for-ipad-full-tile .typography-headline,
    .section-final-cut-pro .fcp-for-ipad-tile .typography-headline{
        width:inherit;
     }  
 }

 @media only screen and (max-width: 734px) {
    .section-final-cut-pro .fcp-for-ipad-full-tile .typography-intro,
    .section-final-cut-pro .fcp-for-ipad-tile .typography-intro{
        padding-right: 0;
    }
 }

.section-router .fcp-for-ipad-full-tile .image-fcp-for-ipad {
    background-image: url("/kr/clips/images/overview/footer_ipad__e3xcgejop16q_large.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section-router .fcp-for-ipad-full-tile .image-fcp-for-ipad {
        background-image: url("/kr/clips/images/overview/footer_ipad__e3xcgejop16q_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .section-router .fcp-for-ipad-full-tile .image-fcp-for-ipad {
        background-image: url("/kr/clips/images/overview/footer_ipad__e3xcgejop16q_medium.png")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-router .fcp-for-ipad-full-tile .image-fcp-for-ipad {
        background-image: url("/kr/clips/images/overview/footer_ipad__e3xcgejop16q_medium_2x.png")
    }
}

@media only screen and (max-width: 734px) {
    .section-router .fcp-for-ipad-full-tile .image-fcp-for-ipad {
        background-image: url("/kr/clips/images/overview/footer_ipad__e3xcgejop16q_small.png")
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-router .fcp-for-ipad-full-tile .image-fcp-for-ipad {
        background-image: url("/kr/clips/images/overview/footer_ipad__e3xcgejop16q_small_2x.png")
    }
}