/* Resets */
* {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: 'Montserrat', 'Noto Sans KR' ,sans-serif;
}

a {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode:bicubic
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

select {
    background-color: transparent;
    outline: none;
    cursor: pointer;
    border-radius: 0;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    background-color: transparent;
    cursor: pointer;
    overflow: visible;
    outline: none;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-family: inherit;
    font-weight: normal;
}

em{
    font-style: normal;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

br.on{
    display: none;
}

/* Typograghy */
:root {
    font-size: 16px;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
         url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
         url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


/* Layouts */
.l_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.l_row {}
.l_col {
    float: left;
    box-sizing: border-box;
}
.l_col_12_12 { width: 100%; }
.l_col_11_12 { width: 91.66666667%; }
.l_col_10_12 { width: 83.33333333%; }
.l_col_9_12 { width: 75%; }
.l_col_8_12 { width: 66.66666667%; }
.l_col_7_12 { width: 58.33333333%; }
.l_col_6_12 { width: 50%; }
.l_col_5_12 { width: 41.66666667%; }
.l_col_4_12 { width: 33.33333333%; }
.l_col_3_12 { width: 25%; }
.l_col_2_12 { width: 16.66666667%; }
.l_col_1_12 { width: 8.33333333%; }

/* media querries */
@media(max-width:1200px){
    .l_wrapper{
        padding: 0 20px;
    }
}
@media(max-width:800px){
    .l_col_12_12_mb { width: 100%; }
    .l_col_11_12_mb { width: 91.66666667%; }
    .l_col_10_12_mb { width: 83.33333333%; }
    .l_col_9_12_mb { width: 75%; }
    .l_col_8_12_mb { width: 66.66666667%; }
    .l_col_7_12_mb { width: 58.33333333%; }
    .l_col_6_12_mb { width: 50%; }
    .l_col_5_12_mb { width: 41.66666667%; }
    .l_col_4_12_mb { width: 33.33333333%; }
    .l_col_3_12_mb { width: 25%; }
    .l_col_2_12_mb { width: 16.66666667%; }
    .l_col_1_12_mb { width: 8.33333333%; }
    
    br.mb_off{
        display: none;
    }
    br.none{
        display: none;
    }
    br.on{
        display: block;
    }
}

/* Commons */
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}

/* Components */

/*======================================= i n d e x ===========================================*/

/* header */
header{
    height: 100px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}
.header-field{
    height: 100px;
    position: relative;
    text-align: center;
}
.header-logo{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); 
}
.header-logo img{
    width: 175px;
}

.header-nav{
    width: 100%;
    height: 100px;
}
.header-nav ul{
    line-height: 100px;
}
.header-nav li{
    display: inline-block;
    font-size: 18px;
    margin-right: 76px;
    cursor: pointer;
    color: #555555;
}
.header-nav li:hover{
    color: #033377;
}
.header-nav li:last-child{
    margin-right: 0;
}
.header-nav li a{
    color: inherit;
}
.header-nav-inside{
   position: relative;
}
.header-nav-inside .header-nav-inside_btn{
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.header-product-nav{
    position: absolute;
    background-color: #033377;
    left: 0;
    right: 0;
    height: 55px;
    padding-left: 50.8%;
    z-index: 999;
    opacity: 0;
    transition: all .3s linear;
}
.header-product-nav.show{
    opacity: 1;
}
.header-product-nav li{
    display: inline-block;
    color: #fff;
    line-height: 55px;
    margin-right: 25px;
}
.header-product-nav li a{
    font-size: 14px;
    font-weight: 300;
}

.header-language{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header-language li{
    position: relative;
    display: inline-block;
    margin-right: 28px;
}
.header-language li:last-child{
    margin-right: 0;
}
.header-language li:first-child::after{
    content: "";
    width: 1px;
    height: 13px;
    background-color: #707070;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.header-language li:nth-child(2) a{
    color: #033377;
    font-weight: 700;
}

.header-menu{
    display: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.header-menu span{
    line-height: 44px;
}

.header-sidebar{
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 70%;
    background-color: #fff;
    z-index: 10;
}
.header-sidebar.show{
    right: 0;
}

.header-sidebar-top{
    margin-bottom: 30px;
    height: 44px;
    position: relative;
}
.header-sidebar-logo{
    width: 112px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.header-sidebar-close{
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    text-align: center;
}
.header-sidebar-close span{
    line-height: 44px;
}

.header-sidebar .header-sidebar-nav{
    box-sizing: border-box;
}
.header-sidebar-nav li{
    margin-bottom: 10px;
    font-size: 18px;
    box-sizing: border-box;
    color: #555555;
}
.header-sidebar-nav li.active{
    color: #fff;
    margin-bottom: 0;
    
}
.header-sidebar-nav li a{
    width: 100%;
    padding: 7px 20px;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.header-sidebar-nav li a.active{
    background-color: #033377;
}
.header-sidebar-nav .material-icons{
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
}
.header-sidebar-nav .material-icons.move{
    transform: translateY(-50%) rotate(180deg);
}
.header-sidebar-nav ul{
    display: none;
    padding: 16px 0;
}
.header-sidebar-nav ul li{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding: 0;
}
.header-sidebar-nav ul li:last-child{
    margin-bottom: 0;
}
.header-sidebar-nav ul li a{
    padding: 0 20px;
}

.header-side-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    margin-top: -50px;
    display: none;
}

.header-sidebar-language{
    margin-top: 30px;
    padding: 0 20px;
}
.header-sidebar-language li{
    position: relative;
    display: inline-block;
    margin-right: 28px;
}
.header-sidebar-language li:last-child{
    margin-right: 0;
}
.header-sidebar-language li:first-child::after{
    content: "";
    width: 1px;
    height: 13px;
    background-color: #707070;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.header-sidebar-language li:nth-child(2) a{
    color: #033377;
    font-weight: 700;
}

/* media querries */
@media(max-width:800px){
    header{
        height: 50px;
    }
    .header-field{
        height: 50px;
    }
    .header-logo{
        width: 112px;
        height: 20px;
    }
    .header-nav,
    .header-product-nav,
    .header-language{
        display: none;
    }
    .header-menu,
    .header-sidebar{
        display: block;
    }
}

/* banner */
.banner-field{
    background-image: url(../image/mainpage/banner_cover.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    transition: all .3s;
    /*border: 1px solid red;*/
}
.banner-field .l_wrapper{
    height: inherit;
}
.banner-title{
    background-color: rgba(3, 51, 119, 0.73);
    width: 410px;
    color: #fff;
    font-size: 28px;
    font-weight: lighter;
    box-sizing: border-box;
    padding: 96px 0px 40px 20px;
    line-height: 42px;
}
.banner-title-inside p{
    word-break: keep-all;
}
.banner-title-inside p:nth-child(1){
    opacity: 60%;
    margin-bottom: 26px;
}
.banner-title-inside p:nth-child(2){
    margin-bottom: 30px;
}
.banner-title-inside p:nth-child(3){
    font-size: 18px;
    opacity: 40%;
    line-height: 28px;
}

/* media querries */
@media(max-width:800px){
    .banner-field{
        background-image: url(../image/mainpage/banner_cover_mb.jpg);
        background-position: right;
        height: 325px;
    }
    .banner-title{
        margin-left: -20px;
        padding: 0;
        width: 200px;
        height: inherit;
        box-sizing: border-box;
        padding: 24px 0px 20px 20px;
    }
    .banner-title-inside p{
        font-size: 16px;
        line-height: 26px;
    }
    .banner-title-inside p:nth-child(1){
        margin-bottom: 4px;
    }
    .banner-title-inside p:nth-child(2){
        margin-bottom: 14px;
    }
    .banner-title-inside p:nth-child(3){
        font-size: 12px;
        line-height: 18px;
    }
}

/* contents */
section.title{
    padding: 30px 0;
}
.main-title h2{
    color: #033377;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    word-spacing: 0.3px;
}
.main-title li p{
    word-break: keep-all;
    font-size: 20px;
    line-height: 34px;
    color: #404040;
    font-weight: 300;
}

section.product{
    padding: 50px 0;
    background-color: #F4F9FD;
}
.main-product.mb{
    display: none;
}

.main-product h2{
    font-size: 20px;
    color: #033377;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
}
.main-product ul{
    margin: 0 -7px;
}
.main-product li{
    height: 480px;
    padding: 0 7px;
}
.main-product li a{
    display: inline-block;
    width: 100%;
    height: inherit;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.main-product .main-product-img{
    width: 100%;
    height: 254px;
}
.main-product-box{
    padding: 25px 20px 0 30px;
    box-sizing: border-box;
}
.main-product-box h3{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.main-product-box p{
    word-break: keep-all;
}
.main-product-box p:nth-child(2){
    font-size: 12px;
    margin-bottom: 44px;
}
.main-product-box p:nth-child(3){
    font-size: 14px;
    color: #404040;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

section.partners{
    padding: 50px 0;
}
.main-partners h2{
    font-size: 20px;
    color: #033377;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.main-partners li{
    height: 100px;
    padding-right: 6px;
    text-align: center;
}
.main-partners li a{
    width: 100%;
    height: inherit;
    display: inline-block;
    border: 1px solid #F3F3F3;
}
.main-partners li img{
    height: 100%;
    width: 100%;
}
.main-partners li img.mb_on{
    display: none;
}

/* media querries */
@media(max-width:800px){
    section.title{
        padding: 30px 0;
    }
    .main-title h2{
        margin-bottom: 10px;
    }
    .main-title li p{
        line-height: 28px;
    }
    .main-title li:nth-child(1) p{
        font-size: 24px;
    }
    .main-title li:nth-child(2) p{
        font-size: 16px;
        font-weight: 300;
    }
   
    section.product{
        padding: 30px 0;
    }
    .main-product.mb h2{
        margin-bottom: 20px;
    }
    .main-product{
        display: none;
    }
    .main-product.mb{
        display: block;
    }
    .main-product.mb li{
        padding: 0 5px;
    }
    .main-product.mb li a{
        height: 430px;
        padding-bottom: 20px;
    }
    .main-product.mb li a img{
        width: 100%;
        height: 254px;
    }
    .main-product.mb .main-product-box{
        padding: 20px 20px 0px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .main-product.mb .main-product-box h3{
        margin-bottom: 8px;
    }
    /*2줄 설명 용*/
    .main-product.mb .main-product-box.mb p:nth-child(2){
        margin-bottom: 30px;
    }
    
    section.partners{
        padding: 30px 0 50px 0;
    }
    .main-partners h2{
        margin-bottom: 40px;
    }
    .main-partners li:nth-child(1){
        margin-bottom: 6px;
    }
    .main-partners li:nth-child(2){
        margin-bottom: 6px;
    }
    .main-partners li{
        height: 68px;
    }
    .main-partners li img{
        display: none;
    }
    .main-partners li img.mb_on{
        display: block;
        height: 68px;
    }
}

/*================================ c o m p a n y ====================================*/

.company-introduce-title{
    margin-bottom: 50px;
}
.company-introduce-title h2{
    float: left;
    width: 50%;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: 500;
    color: #033377;
    padding-right: 85px;
    word-break: keep-all;
}
.company-introduce-title p{
    float: left;
    width: 50%;
    box-sizing: border-box;
    word-break: keep-all;
}
.company-introduce-cover_mb{
    display: none;
}
.company-introduce-cover{
    background-image: url(../image/company/company_cover.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}

.company-history{
    text-align: center;
}
.company-history-title h2{
    font-size: 30px;
    font-weight: bold;
}
.company-history-title h2::after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #033377;
    margin: 7px auto 30px auto;
}
.company-history-downarrow{
    display: inline-block;
    width: 61px;
    height: 61px;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
    text-align: center;
    position: relative;
}
.company-history-downarrow img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* timeline */
.timeline-container{
    width: 800px;
    margin: 0 auto;
}
.timeline{
    padding: 50px 0 50px;
    position: relative;
}
.timeline::before{
    content: "";
    top: 90px;
    bottom: 0;
    position: absolute;
    width: 2px;
    background-color: #D0D0D0;
    left: 50%;
    transform: translateX(-50%);
}
.timeline>li{
    margin-bottom: 50px;
    position: relative;
}
.timeline .timeline-badge{
    width: 15px;
    height: 15px;
    line-height: 50px;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #033377;
    border-radius: 100%;
}

.timeline .timeline-year-right{
    color: #033377;
    font-size: 30px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: 30px;
}
.timeline li:nth-child(2n) .timeline-year-right{
    margin-left: -120px;
}

.timeline .timeline-pannel{
    width: 40%;
    float: left;
    border: 1px solid #F3F3F3;
    padding: 20px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.10);
    text-align: right;
    border-radius: 5px;
}
.timeline .timeline-pannel:hover{
    background: #033377;
    color: #fff;
    transition: all 0.3s ease 0.1s;
    overflow: hidden;
}
.timeline .timeline-pannel::before{
    content: "";
    position: absolute;
    top: 29px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid #ebebeb;
    border-right: 0px solid #ebebeb;
    border-bottom: 10px solid transparent;
}
.timeline .timeline-pannel::after{
    content: "";
    position: absolute;
    top: 30px;
    right: -9px;
    display: inline-block;
    border-top: 9px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 9px solid transparent;
}

.timeline li:nth-child(2n) .timeline-pannel::before{
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}
.timeline li:nth-child(2n) .timeline-pannel::after{
    border-left-width: 0;
    border-right-width: 9px;
    left: -9px;
    right: auto;
    
}
.timeline li:nth-child(2n) .timeline-pannel{
    float: right;
    text-align: left;
}

.timeline .timeline-body h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.timeline .timeline-body p{
    font-weight: 300;
}

/* media querries */
@media(max-width:800px){
    .company-introduce-cover_mb{
        display: block;
        background-image: url(../image/company/company_cover.png);
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 250px;
        margin: 50px 0;
    }
    .company-introduce-title h2{
        width: 100%;
        font-size: 24px;
        margin-bottom: 32px;
        padding-right: 0;
    }
    .company-introduce-title p{
        width: 100%;
        color: #707070;
    }
    .company-introduce-cover{
        display: none;
    }
    .company-history-downarrow{
        margin-bottom: 20px;
    }
    
    .timeline{
        padding: 20px 0;
    }
    .timeline::before{
        left: 24px;
        top: 55px;
    }
    .timeline-container{
        width: 100%;
        margin: 0;
    }
    .timeline .timeline-badge{
        left: 24px;
        margin-left: 0;
        top: 33px;
    }
    .timeline .timeline-year-right{
        font-size: 24px;
        width: auto;
        height: 25px;
        top: 0;
        left: 0px;
        margin-left: 0;
    }
    .timeline li:nth-child(2n) .timeline-year-right{
        margin-left: 0;
    }
    .timeline .timeline-pannel{
        width: -webkit-calc(100% - 115px);
        float: right;
        text-align: left;
    }
    .timeline .timeline-pannel::before{
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    .timeline .timeline-pannel::after{
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline .timeline-body h4{
        font-size: 16px;
    }
    .timeline .timeline-body h4{
        font-size: 14px;
    }
}

/*======================================= d e t a i l ===========================================*/

.detail-top{
    height: 160px;
    position: relative;
}

.detail-top h1{
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.detail-top-side{
    position: absolute;
    top: 50%;
    right: 0;
}

.detail-top-side span{
    color: #595A5A;
    font-size: 14px;
    font-weight: 500;
}
.detail-top-side span:nth-child(1)::after{
    content: "/";
    display: inline-block;
    margin: 0 10px;
}

/* tap */
.tap{
    border: 1px solid #EBEBEB;
    height: 62px;
    text-align: center;
}
.tap ul{
    height: 100%;
    text-align: center;
    font-size: 0;
}
.tap li{
    display: inline-block;
    height: inherit;
    border-left: 1px solid #EBEBEB;
    font-size: 16px;
    color: #707070;
    box-sizing: border-box;
    line-height: 62px;
    font-weight: 600;
    cursor: pointer;
}
.tap li a{
    display: inline-block;
    width: 100%;
}
.tap li.tap_6_12{
    width: 50%;
}
.tap li.tap_3_12{
    width: 25%
}
.tap li:last-child{
    border-right: 1px solid rgba(186, 186, 186, 0.5);
}
.tap li.active{
    color: #033377;
    border-bottom: 2px solid #033377;
}

.tap-content>li{
    margin: 100px 0;
    display: none;
}
.tap-content>li:nth-child(1){
    display: block;
}

/* media querries */
@media(max-width:800px){
    .detail-top h1{
        font-size: 30px;
    }
    
    .tap{
        height: auto;
        border: 0px;
    }
    .tap ul{
        border: 1px solid #EBEBEB;
        border-bottom: 0px;
    }
    .tap li{
        border-left: 0px;
        border-bottom: 1px solid #EBEBEB;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
    }
    .tap-content>li{
        margin-top: 50px;
    }
    .tap li:last-child{
        border-right: 0px;
    }
    .tap li.tap_12_12_m{
        width: 100%;
    }
}

/*detail side*/
.detail-content{
    margin: 100px 0;
}

.detail-content side{
    float: left;
    width: 25%;
}
.detail-content side h3{
    margin-top: 25px;
    font-size: 30px;
    font-weight: bold;
}
.detail-content side ul{
    margin-top: 25px;
}
.detail-content side li{
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.detail-content side li.active{
    font-weight: 600;
    color: #033377;
}
.detail-content side li::before{
    content: url(../image/btn/side_arrow.png);
    position: absolute;
    margin-right: 30px;
    display: inline-block;
}
.detail-content side li a{
    display: block;
    margin-left: 30px;
    font-weight: 500;
    color: inherit;
    font-weight: inherit;
    
}

/* wexler introduce */
.detail-content#wexler ul.intro {
    text-align: center;
    margin-right: 0;
}
.detail-content#wexler ul.intro .intro-img{
    background-image: url(../image/subpage/03.wexler/01.Introduce/introduce.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 900px;
    padding-top: 215px;
}

/*detail main*/
.detail-content main{
    float: left;
    width: 75%;
}
.detail-content main ul{
    display: none;
    margin-right: -20px;
}
.detail-content main ul:first-child{
    display: block;
}
.detail-content main li a{
    height: 320px;
    display: inline-block;
    margin: 0 20px 30px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

}

.detail-thumb .detail-thumb-top{
    height: 180px;
}
.detail-thumb .detail-thumb-top img{
    width: 285px;
    height: 100%;
}
.detail-thumb .detail-thumb-bottom{
    padding: 20px;
    box-sizing: border-box;
}
.detail-thumb .detail-thumb-bottom h4{
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.detail-thumb .detail-thumb-bottom p{
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* media querries */
@media(max-width:800px){
    .detail-top-side{
        display: none;
    }
    .detail-content{
        margin-top: 50px;
        margin-bottom: 80px;
    }
    
    /* detail side */
    .detail-content side{
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
    .detail-content side h3{
        overflow: hidden;
    }
    .detail-content side div{
        overflow-x: scroll;
    }
    .detail-content side ul{
        width: 150vw;
        overflow-x: scroll;
    }
    .detail-content side#getinge ul,
    .detail-content side#wexler ul{
        width: 280vw;
    }
    .detail-content side li{
        display: inline-block;
        float: left;
    }
    .detail-content side li::before{
        content: none;
    }
    .detail-content side li a{
        margin-left: 0;
        margin-right: 20px;
    }
    .detail-content side li:last-child a{
        margin-right: 0;
    }
    /* wexler introdusce */
    .detail-content#wexler ul.intro .intro-img{
        background-image: url(../image/subpage/03.wexler/01.Introduce/introduce-m.jpg);
        background-position-x: center;
        height: 500px;
    }
    
    /* detail main */
    .detail-content main{
        float: none;
        width: 100%;
    }
    .detail-content main ul{
        margin-right: 0;
        margin-top: 50px;
    }
    
    .detail-content main li a{
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 15px;
    }
    .detail-thumb .detail-thumb-top{
        width: 100%;
        height: auto;
    }
    .detail-thumb .detail-thumb-top img{
        width: 100%;
        height: 100%;
    }
}

/*================================ p r o d u c t  ====================================*/

/*product main*/
.product-main{
    width: 100%;
    box-sizing: border-box;
    margin-top: 100px;
}

/*product slide*/
.slick-list, .product-img img{
    border : 1px solid #E8E8E8;
}

.product-slide,
.product-img{
    float: left;
    width: 780px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    
}
.product-img p {
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    /*210915수정*/
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.pager{
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 50px;
}
.pager .pager-btn{
	width: 40px;
	height: 100%;
    position: absolute;
    top: 0;
    background-image: url(../image/btn/prev_arrow.png);
    background-repeat: no-repeat;
	background-position: center;
    cursor: pointer;
	padding-left: 40px;
}
.pager .prev{
    left: 0px;
}
.pager .next{
    right: 0px;
    transform: rotate(-180deg);
}
.bn-controller{
    text-align: center;
    margin-top: 30px;
}
.bn-controller li{
    width: 12px;
    height: 12px;
    margin-right: 20px;
    background-color: #D5D5D5;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
}
.bn-controller li.slick-active{
    background-color: #000;
}
.bn-controller li:last-child{
    margin-right: 0;
}

/*product side*/
.product-side{
    float: left;
    margin-left: 90px;
    width: 330px;
    height: 100%;
}
.product-side-nav {
    display: flex;
    align-items: center;
}
.product-side-nav.loupe{
    margin-bottom: 50px;
}
.product-side-nav img{
    height: 30px;
}

.product-side-nav span{
    color: #898989;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.product-side-nav span::before{
    content: url(../image/btn/next_arrow_sm.png);
    display: inline-block;
    margin: 0 5px 0 10px;
}

.product-side-title{
    margin: 32px 0;
}
.product-side-title h3{
    font-size: 24px;
    font-weight: 600;
}

.product-side-detail{
    padding: 30px 0;
    border: 1px solid #E8E8E8;
    border-width: 1px 0;
}
.product-side-detail li{
    display: flex;
    margin-bottom: 10px;
}
.product-side-detail li:last-child{
    margin-bottom: 0;
}
.product-side-detail li span{
    font-size: 14px;
}
.product-side-detail li span:nth-child(1){
    display: inline-block;
    /*0927*/
    width: 35%;
}
.product-side-detail li span:nth-child(2){
    font-weight: 300;
    width: 100%;
     color: #707070;
}

/*product btn*/
.product-side-btn{
    margin-top: 50px;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #9A9A9A;
}
.product-side-btn a{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    line-height: 45px;
    font-size: 14px;
    font-weight: 300;
    color: #777777;
    transition: .3s all;
}
.product-side-btn a:hover{
    background-color: #033377;
    color: #fff;
}
.product-side-btn img{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/*product detail*/
.product-detail{
    margin: 55px 0 100px 0;
}
.product-detail h4{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}

.product-detail-ex{
    margin-bottom: 50px;
}
.product-detail-ex li {
    color: #707070;
    line-height: 1.3;
    list-style: disc;
    list-style-position: inside;
}

.product-detail-purpose{
    margin: 50px 0;
}
.product-detail-purpose p{
    box-sizing: border-box;
    color: #707070;
    word-break: keep-all;
}

.product-detail-spec-chart{
    margin-bottom: 50px;
    display: none;
}

.product-detail-spec-btn{
    display: inline-block;
    cursor: pointer;
}
.product-detail-spec-btn span{
    font-size: 14px;
    font-weight: 300;
    margin-left: 16px;
    position: relative;
}
.product-detail-spec-btn img{
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.product-detail-spec-btn img.move{
    transform: translateY(-50%) rotate(180deg);
}

.product-detail-spec h5{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* table */
.spec-field{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.spec-field table{
    width: 100%;
    font-size: 15px;
    border-collapse: collapse;
}
.product-detail-spec .spec-field.headlight,
.product-detail-spec .spec-field.camerasystem{
    margin-bottom: 50px;
    display: none;
}

.spec-field table tr{
    width: 100%;
    font-family: 'Noto Sans KR' !important;
    word-break: keep-all;
}
.spec-field table tr td{
    width: 50%;
    height: 57px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    font-family: inherit;
}
.spec-field table tr td.br{
    line-height: 28px;
    padding: 15px 0;
}
.spec-field table tr:last-child td{
    border-bottom: 0;
    border-right: 0;
}
.spec-field table tr td:nth-child(2){
    text-align: center;
    font-weight: 300;
}

/* headlight table */
.spec-field.headlight table tr{
    text-align: center;
}
.spec-field.headlight table tr td{
    width: 16.66666%;
    font-weight: 300;
    position: relative;
}
.spec-field.headlight.L2S14C table tr td:nth-child(1){
    padding-left: 0;
}

.spec-field.headlight table tr:nth-child(3) td:nth-child(1),
.spec-field.headlight table tr:nth-child(4) td:nth-child(1),
.spec-field.headlight table tr:nth-child(5) td:nth-child(1){
    text-align: center;
    padding-left: 0;
}
.spec-field.headlight table tr:first-child td,
.spec-field.headlight.L2S14C table tr:nth-child(2) td{
    font-weight: 400;
    text-align: center;
}

/* getinge */
#getinge .configuration-table table tr:first-child td:nth-child(1) {
    width: 493px;
    text-align: center;
    padding-left: 0''
}
#getinge .configuration-table table tr:first-child td:nth-child(2) {
    width: 32%;
}
#getinge .configuration-table table tr:first-child td:nth-child(3) {
    width: 27%;
}

#getinge .configuration-table table {
    border-width: 2px 0 2px 0;
    border-style: solid;
    margin-bottom: 32px;
    text-align: center;
    border-collapse: collapse;
}
#getinge .configuration-table table:last-child {
    margin-bottom: 50px;
}

#getinge .configuration-table td {
    border-right: 1px solid #707070;
    border-bottom: 1px solid #DDDDDD;
    height: 60px;
}
#getinge .configuration-table table tr:first-child td {
    font-weight: 600;
}
#getinge .configuration-table table tr:last-child td {
    border-bottom: 0;
}
#getinge .configuration-table table tr td:last-child {
    border-right: 0;
}
#getinge .configuration-table td img{
    width: 100%;
}

#getinge .product-side-nav.avpv {
    display: flex;
    align-items: flex-start;
}

/* media querries*/
@media(max-width:1200px){
    .product-slide,
    .product-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .product-side{
        width: 100%;
        margin-left: 0;
    }
}
@media(max-width:800px){
    .product-slide,
    .product-img{
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .product-img p{
        bottom: 5px;
        font-size: 11px;
    }
    
    .pager{
        bottom: 0;
    }
    .pager .pager-btn{
        width: 20px;
        padding-left: 20px;
    }
    .pager .next{
        transform: rotate(-180deg)
    }
    
    .product-side{
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .product-side-nav{
        display: none;
    }
    .product-side-title{
        margin: 50px 0 30px 0;
    }
    
    .product-side-detail{
        padding: 15px 0;
    }
    .product-side-detail li span:nth-child(1){
        font-weight: 500;
    }
    .product-side-detail li span:nth-child(2){
        font-weight: 400;
    }
    
    .product-detail-ex li{
        text-indent: -18px;
        padding-left: 18px;
    }
    
    .product-side-btn{
        margin: 30px auto 0 auto;
    }
    
    /* table */
    .spec-field table tr{
        font-size: 14px;
    }
    .spec-field table tr td:nth-child(1){
        padding-left: 0;
    }
    
    /* getinge */
    #getinge .configuration-table table tr:first-child td:nth-child(1){
        padding-left: 0;
        width: 30%;
    }
    #getinge .configuration-table table td{
        font-size: 14px;
        padding: 0 5px;
    }
    #getinge .configuration-table table td img{
        width: 100%;
    }
    
    /* wexler*/
    #wexler .intro h4{
        font-size: 20px;
        padding-bottom: 30px;
    }
    #wexler .intro .bar{
        display: none;
    }
    #wexler .intro p{
        text-align: left;
    }
    #wexler .intro .intro-img {
        justify-content: flex-start;
        overflow: scroll;
    }
    #wexler .intro .intro-img img{
        width: 167px;
    }
}

/*================================ c o n t a c t  ====================================*/

section.contact{
    border-top: 1px solid rgba(186, 186, 186, 0.48);
}

.contact-field{
    margin: 50px 0;
}

.contact-left .contact-detail{
    padding-right: 70px;
}

.contact-detail h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact-detail p{
    margin-bottom: 30px;
    word-break: keep-all;
}
.contact-detail ul{
    margin-bottom: 30px;
}
.contact-detail ul li{
    padding-right: 30px;
}
.contact-detail li span{
    display: block;
    margin-bottom: 16px;
    color: #343434;
    font-weight: 500;
}
.contact-detail li span:last-child{
    margin-bottom: 0;
    font-weight: 300;
}

.contact-map iframe{
    width: calc(100% - 70px);
    height: 280px;
}

.contact-right{
    background-color: #F3F3F3;
}
.contact-mail-field{
    padding: 23px;
    box-sizing: border-box;
}
#contact-form label{
    color: #707070;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
#contact-form input{
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 13px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 200;
}
#contact-form textarea{
    width: 100%;
    height: 135px;
    margin-bottom: 20px;
    padding: 27px 13px;
    box-sizing: border-box;    
    font-size: 14px;
    font-weight: 200;
}
#contact-form input:last-child{
    cursor: pointer;
    width: 100px;
    height: 36px;
    color: #fff;
    background-color: #033377;
}

/* media querries */
@media(max-width:800px){
    section.contact{
        border: 0;
    }
    .contact-field{
        margin: 0 0 50px 0;
    }
    .contact-left{
        margin-bottom: 50px;
    }
    .contact-left h2{
        display: none;
    }
    .contact-left .contact-detail{
        padding-right: 0;
    }
    .contact-detail ul li{
        margin-bottom: 20px;
    }
    .contact-map iframe{
        width: 100%;
    }
}

/* footer */
footer{
    background-color: #FAFAFA;
}
.footer-field{
    width: 100%;
    height: 100px;
    position: relative;
}
.footer-logo{
    width: 175px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer-content{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #818181;
}
.footer-content p{
    font-size: 14px;
    font-weight: 300;
    text-align: right;
}
.footer-content p span{
    display: inline-block;
    position: relative;
}
.footer-content p span em{
    margin: 0 10px;
}
.footer-content p span:last-child{
    margin-right: 0;
}

.footer-content p span:last-child::after{
    display: none;
}

/* media querries */
@media(max-width:800px){
    .footer-field{
        height: auto;
        text-align: center;
        padding: 30px 0;
        box-sizing: border-box;
    }
    .footer-logo{
        position: static;
        display: block;
        transform: none;
        margin-bottom: 34px;
        margin: 0 auto 34px auto;
    }
    .footer-content{
        display: block;
        position: static;
        transform: none;
    }
    .footer-content p{
        text-align: center;
    }
    .footer-content p:nth-child(1){
        margin-bottom: 3px
    }
    .footer-content p:nth-child(2) span:nth-child(1){
        display: block;
        margin-bottom: 3px;
    }
    .footer-content p:nth-child(2) span:nth-child(1) em{
        display: none;
    }
}