<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700&amp;family=Noto+Sans+KR:wght@300;400;500;700&amp;family=Roboto:wght@300;400;500;700&amp;display=swap');
html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;/* padding-top: 90px; */padding-top: 100px;letter-spacing: -0.02em;}
#site &gt; .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Roboto', 'Noto Sans KR', 'Apple SD Neo Gothic', 'Malgun Gothic', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul{
    padding: 0;
    margin: 0;
	list-style: none;
	list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center &gt; br,
.topmarginLay_a {
	display: none;
}
@media (min-width: 768px){
    .col-sm-20, .col-md-20, .col-lg-20{
        width: 20%;
    }
    .col-sm-40, .col-md-40, .col-lg-40{
        width: 40%;
    }
}

/* 상단 네비게이션 */
.nav-upper{}
.nav-upper .lang-wrap{
    text-align: right;
    padding-top: 8px;
}
.nav-upper .lang-wrap .lang{padding: 0;background: none;border: 0;/* font-size: 17px; */color: #000;opacity: 0.4;font-weight: 500;margin-left: 9px;font-size: 13px;}
.nav-upper .lang-wrap .lang.active{
    opacity: 1;
    color: #dc1b22;
}
.nav-upper .lang-wrap .lang:hover{
    opacity: 1;
}
.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    /* margin-top: 20px; */
    margin-top: 16px;
    /* align-items: flex-end; */
    vertical-align: bottom;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    width: 173px;
}
.navbar-header .navbar-brand::after{
    content: '주식회사 에스디팜';
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    color: #303030;
    margin-left: 10px;
    vertical-align: middle;
    letter-spacing: -0.065em;
    margin-bottom: 5px;
    vertical-align: bottom;
}
[lang="en"] .navbar-header .navbar-brand::after{
    content: 'SDPHARM Inc.';
}

.nav.navbar-nav &gt; li &gt; a{
    display: block;
    height: 100%;
    /* padding: 48px 35px 25px; */
    padding: 26px 35px 29px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
}
[lang="en"] .nav.navbar-nav &gt; li &gt; a{
    /* padding: 35px 24px 25px; */
    padding: 27px 14px 29px;
    font-size: 16px;
}
.nav.navbar-nav &gt; li &gt; a i{
    line-height:0;
}
.nav.navbar-nav &gt; li:hover &gt; a,
.nav.navbar-nav &gt; li.open &gt; a,
.nav.navbar-nav &gt; li:focus &gt; a,
.nav.navbar-nav &gt; li &gt; a:hover,
.nav.navbar-nav &gt; li &gt; a:focus,
.nav.navbar-nav &gt; li.open &gt; a,
.nav.navbar-nav &gt; li.open &gt; a:hover,
.nav.navbar-nav &gt; li.open &gt; a:focus{
    color: #dc1c23;
    background: none;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
    padding: 0;
    background: #fff;
    transform: translateX(-50%);
}
.nav.navbar-nav li .dropdown-menu li{
    border-bottom: 1px solid #eee;
}
.nav.navbar-nav li .dropdown-menu li:last-child{
    border-bottom: 0;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding: 11px 20px;
    color: #333;
}
.nav.navbar-nav li .dropdown-menu li a:hover{
    background: #f7f7f7;
    color:#dc1c23;
    font-weight:600;
}

@media (min-width: 768px){
    .navbar-right {
        margin-right: -35px;
    }
}

@media (max-width: 767px){
    #site{
        padding-top: 93px;
    }
    [lang="kr"] .navbar-header .navbar-brand {
        margin-top: 13px;
    }
    [lang="kr"] .navbar-header .navbar-brand img{
        width: 163px;
    }
    [lang="kr"] .navbar-header .navbar-brand::after {
        font-size: 15px;
    }
    .navbar-header .navbar-brand {
        margin-left: 15px !important;
        margin-top: 7px;
    }
    .navbar-header .navbar-brand::after {
        font-size: 19px;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: none;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        background: none;
        padding: 0;
        margin: 24px 15px 24px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #d91d23;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 27px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        border-color: #e6e6e6;
    }
    .nav.navbar-nav &gt; li &gt; a {
        padding: 22px 35px;
        font-size: 17px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu{
        left: 0;
        transform: translate(0);
        text-align: center;
        background: #fafafa;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        
    }
    .navbar-header .navbar-brand::after {
        font-size: 18px;
    }
    .nav.navbar-nav &gt; li &gt; a {
        padding: 39px 15px 25px;
        font-size: 16px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
    .nav.navbar-nav &gt; li &gt; a{
        padding: 35px 27px 25px;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{height: 700px;}
#mainCarousel .carousel-inner .item .carousel-caption{
    padding: 0;
    left: calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
    text-shadow: none;
    text-align: left;
    top: 53%;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    /* font-size: 48px; */
    font-size: 42px;
    font-weight: 500;
    margin: 0 0 75px;
    letter-spacing: -0.05em;
    line-height: 1.43;
}
[lang="en"] #mainCarousel .carousel-inner .item .carousel-caption h1{
    font-size: 37px;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 small{
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 30px;
    padding-left: 5px;
    letter-spacing: 3.5px;
    font-weight: 400;
    text-transform: uppercase;
}
#mainCarousel .carousel-inner .item .carousel-caption p{
    
}
#mainCarousel .carousel-inner .item .carousel-caption p a{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 48px 0 0;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.02em;
}
#mainCarousel .carousel-inner .item .carousel-caption p a::after{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    width: 34px;
    height: 34px;
    background: #f50c15;
    position: absolute;
    right: 0;
    top: -3px;
    border-radius: 50%;
    line-height: 34px;
    font-size: 14px;
}
#mainCarousel .carousel-inner .item .carousel-caption p a:hover{
    text-decoration: none;
}
#mainCarousel .carousel-inner .item .carousel-caption p a:hover:before{
    content:'';
    width:83px;
    height:1px;
    background:#fff;
    position:absolute;
    left:0;
    bottom:0;
}
.carousel-indicators{
    bottom: 40px;
}
#mainCarousel .carousel-indicators li,
#mainCarousel .carousel-indicators li.active{
    width: 70px;
    height: 4px;
    margin: 0 3px;
    border: 0;
    background: #fff;
    opacity: 0.4;
    border-radius: 0;
}
#mainCarousel .carousel-indicators li.active{
    opacity: 1;
    background: #fff;
    box-shadow:4px 4px 10px rgba(0,0,0,0.1)
}
.carousel-control{
    background: rgba(0,0,0,0) !important;
    width: 10%;
    text-shadow: none;
    opacity: 0.4;
    display: none;
}
.carousel-control.left::before,
.carousel-control.right::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
}
.carousel-control.left::before{
    content: '\f053';
}
.carousel-control.right::before{
    content: '\f054';
}
.carousel-control span{
    display: none !important;
}
@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {
        height: 500px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: 15px;
        right: 15px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1{
        font-size: 5.3vw;
        margin-bottom: 40px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p a{
        font-size: 18px;
    }
    [lang="en"] #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 5.3vw;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item{height: 500px;}
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 750px) / 2);
        right: calc((100% - 750px) / 2);
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1{
        font-size: 3.9vw;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item {
        height: 550px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 970px) / 2);
        right: calc((100% - 970px) / 2);
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1{
        font-size: 3.6vw
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper &gt; section{
    padding: 80px 0 130px;
}
.intro-wrapper {
    padding: 0 40px;
    position: relative;
}

.intro-wrapper::after {
    content: '';
    width: 100%;
    height: 340px;
    background: #744b1f;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: -1;
    border: 8px solid #ebe9e8;
}
.main-intro .col-md-8{padding-left: 60px;padding-top: 95px;}
.main-intro p{font-size: 18px;margin-bottom: 20px;font-weight: 300;/* color: #fff; */line-height: 1.6;}
.main-intro .intro{
    font-size: 30px;
}
.main-intro .slogan{
    font-family: 'Nanum Myeongjo', 'Roboto', 'Noto Sans KR', sans-serif;
    display: block;
    font-style: italic;
    color: #ab9889;
    line-height: 1;
    font-size: 50px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    display: inline-block;
}
.main-intro b{
    font-size: 24px;
    color: #744b1f;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin-left: 10px;
}
.main-intro .slogan .color_r{
    color: #dc1b22;
}
.main-intro .link-btn{
    display: inline-block;
    padding: 10px 20px;
    color: #dc1c23;
    border: 1px solid #c5c5c5;
    font-size: 15px;
    margin-top: 20px;
    text-transform: lowercase;
    letter-spacing: 0;
}
.main-intro .link-btn:hover{
    text-decoration: none;
    color: #fff;
    border-color: #dc1c23;
    background: #dc1c23;
}

#main_wrapper &gt; .main-prod{
    background-color: #f1f1f1;
    background: url('/public/img/main/main_prod_bg.jpg') no-repeat center top / cover;
    padding: 75px 0;
    text-align: center;
}
.main-prod h3{
    font-size: 45px;
    font-weight: 300;
    text-align: center;
    color: #121212;
    letter-spacing: -0.055em;
    margin: 0px 0 50px;
    display: inline-block;
}
.main-prod .row{
    padding: 0 50px;
    margin: 0 -10px;
}
.main-prod .row &gt; div{padding: 10px;}
.main-prod .m-prod{
    display: block;
    position: relative;
    border: 1px solid #d7d7d7;
    border-top: 1px solid #777;
    background: #fff;
}
.main-prod .m-prod:hover{
    border-color: #dc1c23;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.09)
}
.main-prod .m-prod img{padding: 6% 15%;}
.main-prod .m-prod .caption{
    width: 100%;
    display: flex;
    text-align: center;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 13px 28px;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}
.main-prod .m-prod .caption &gt; span{
    display: block;
}
.main-prod .m-prod .caption .tit{
    font-size: 23px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.04em;
}
.main-prod .m-prod .caption .more{
    font-size: 14px;
    color: #dc1b22;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    font-weight: 500;
}
.main-prod .m-prod:hover{
    text-decoration: none;
}
.main-prod .m-prod:hover .caption{
    background: #fff;
    border-bottom-color:#fff
}
/* .main-prod .m-prod:hover .caption .more{
    background: #dc1b22;
    border-color: #dc1b22;
    color: #fff;
} */

@media (max-width: 767px){
    .intro-wrapper {
        padding: 0;
    }
    .main-intro .col-md-8 {
        padding: 25px;
        border: 8px solid #ebe9e8;
        margin: 25px 15px 0;
        width: auto;
    }
    .intro-wrapper::after {
        content: '';
        display: none;
        width: 100%;
        height: 340px;
        background: #ffffff;
        position: absolute;
        left: 0;
        bottom: -40px;
        z-index: -1;
        border: 8px solid #ebe9e8;
    }

    .main-prod .row &gt; div{
        width: 100%;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .main-intro .col-md-8 {
        padding-left: 20px;
        padding-top: 20px;
    }
    .main-intro .slogan {
        font-size: 35px;
    }
    /* .intro-wrapper::after{
        bottom: -15px
    } */
    .main-intro p {
        font-size: 16px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 220px;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container{
    height: 100%;
    position: relative;
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 46px;
    margin: 6px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: 300;
    letter-spacing: -0.05em;
}
.subHeader .container .breadcrumb{
    background: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 22px;
}
.subHeader .container .breadcrumb &gt; li.active,
.subHeader .container .breadcrumb &gt; li &gt; a{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.03em;
}
.breadcrumb&gt;li+li:before{
    content: '&gt;';
}
.subMenu{
    background: #f1f1f1;
}
.subMenu .nav{display: flex;align-items: center;justify-content: center;text-align: center;margin-top: 0;}
.subMenu .nav &gt; li{
    margin: 0 30px;
    display: inline-block;
    float: none;
}

.subMenu .nav &gt; li &gt; a{
    position: relative;
    display: block;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.04em;
    text-decoration: none;
    color: #777;
    border-radius: 0;
}
.subMenu .nav &gt; li:first-child &gt; a{}
.subMenu .nav &gt; li &gt; a:hover,
.subMenu .nav &gt; li &gt; a:focus,
.subMenu .nav &gt; li.active &gt; a{
    color: #333;
    font-weight: 500;
    background: transparent;
}
.subMenu .nav &gt; li.active &gt; a::after{
    content: '';
    width: 100%;
    height: 3px;
    background: #dc1b22;
    position: absolute;
    left: 0;
    bottom:0;
}
.subContent{padding-bottom: 80px;}
.subContent_title h3{margin: 0;padding: 65px 0 60px;font-size: 40px;font-weight: 500;text-align: center;color: #333;letter-spacing: -0.055em;}
/* .subContent_title h3:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #dc1b22;
    margin: 18px auto 0px;
} */
.subContent .content{
    padding-bottom: 50px;
}
.subContent .content h4{
    
}
.subContent .content h4::before{
    content: '';
}

#company01 .intro{
    background: #fff;
    position: relative;
    padding-top: 65px;
    margin-bottom: 80px;
}
#company01 .intro p{
    font-size: 18px;
    text-align: center;
    margin-bottom: 2px;
    letter-spacing: -0.012em;
    line-height: 1.67;
    color: #121212;
    /* font-weight: 500; */
}
#company01 .intro p:first-child{
    font-size: 30px;
    line-height: 1.48;
    margin: 0 0 28px;
    color: #744b1f;
    letter-spacing: -0.022em;
    font-weight: 500;
}
#company01 .intro p b{
    color: #d5181f;
    font-weight: 600;
}
#company01 .intro img{
    border-radius: 10px;
}

#company01 .greeting{border-top: 1px solid #ddd;padding-top: 90px;}
#company01 .greeting p{
    font-size: 16px;
    margin-bottom: 25px;
    letter-spacing: -0.02em;
    line-height: 1.65;
    color: #666;
    font-weight: 400;
}
[lang="en"] #company01 .greeting p{
    font-size: 14px;
}
#company01 .greeting p:last-child{
    margin-bottom: 0;
}
#company01 .greeting .slogan{
    font-family: 'Nanum Myeongjo', 'Roboto', 'Noto Sans KR', sans-serif;
    display: block;
    font-size: 45px;
    font-weight: 700;
    color: #ab9889;
    letter-spacing: -0.01em;
    margin-top: 40px;
    margin-bottom: 18px;
}
[lang="en"] #company01 .greeting .slogan{
    font-size: 45px;
}
#company01 .greeting .slogan + p{
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    font-weight: 500;
}
#company01 .greeting .slogan .color_r{
    color: #dc1c23;
}
#company01 .greeting div:nth-child(2){
    padding-left: 56px;
}
#company01 .greeting img{padding-left: 160px;padding-top: 62px;}

#company02 .history{
    position: relative;
}
#company02 .history:before{
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    /* background: #ccc; */
    position: absolute;
    top: 35px;
    left: 175px;
}
#company02 .history .timeline{
    padding: 32px 0 32px;
    position: relative;
}
#company02 .history .timeline:first-child{
    padding-top: 0;
}
#company02 .history .timeline:nth-child(2){
    /* margin-bottom: 245px; */
}
#company02 .history .timeline:after{
    content: '';
}
#company02 .history .timeline .year{
    font-size: 44px;
    font-weight: 400;
    margin: 0;
    float: left;
    width: 250px;
    position: relative;
    color: #dc1b22;
    line-height: 1;
}
#company02 .history .timeline .year:before{
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #ef454b;
    position: absolute;
    left: 125px;
    top: 30px;
    border-radius: 50%;
}
#company02 .history .timeline .issue{
    float: left;
    width: calc(100%  - 250px);
    margin-top: 6px;
}
#company02 .history .timeline .issue &gt; li{
    position: relative;
    padding-left: 60px;
    font-size: 16px;
    margin-top: 13px;
    letter-spacing: -0.03em;
    color: #666;
}
[lang="en"] #company02 .history .timeline .issue &gt; li{
    padding-right: 220px;
}
#company02 .history .timeline .issue &gt; li span{
    display: block;
    font-weight: 600;
    position: absolute;
    top: 1px;
    left: 15px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    color: #333;
}
#company02 .history .timeline .issue &gt; li img{
    border: 1px solid #e3e3e3;
    box-shadow: 8px 8px 13px rgba(0,0,0,0.06);
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 220px;
}
#company02 .history .timeline .issue &gt; li img.cert01{
    top: 39px;
}
#company02 .history .timeline .issue &gt; li img.cert02 {
    /* top: -220px; */
    top: -244px;
}
#company02 .history .timeline .issue &gt; li img.cert03{
    /* top: -42px; */
    top: -53px;
}
#company02 .history .timeline .issue &gt; li img.cert04{
    /* top: 10px; */
    top: 12px;
}
#company02 .history .timeline .issue &gt; li img.cert05{
    top: -70px;
}

[lang="en"] #company02 .history .timeline .issue &gt; li img.cert01{
    top: -45px;
}
[lang="en"] #company02 .history .timeline .issue &gt; li img.cert02{
    /* top: -280px; */
    top: -305px;
}
[lang="en"] #company02 .history .timeline .issue &gt; li img.cert03{
    /* top: -102px; */
    top: -115px;
}
[lang="en"] #company02 .history .timeline .issue &gt; li img.cert04{
    /* top: 0px; */
    top: -6px;
}
[lang="en"] #company02 .history .timeline .issue &gt; li img.cert05{
}

#company02 .history .timeline:after{
    content: '';
    display: table;
    clear: both;
}

#company03 .con1 .location{
    padding: 110px 0px 0 50px;
}
#company03 .con1 .location h5{
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #333;
}
#company03 .con1 .location h5 img{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
}
.li_location{
    padding: 0;
    margin: 0;
    /* border-top: 2px solid #333; */
}
.li_location &gt; li{
    font-size: 16px;
    padding-left: 120px;
    position: relative;
    margin-top: 12px;
    color: #666;
    letter-spacing: -0.02em;
}
.li_location &gt; li:before{
    content: '';
    display: block;
    width: 3px;
    height: 12px;
    background: #3a3a3a;
    position: absolute;
    top: 5px;
    left: 3px;
}
.li_location &gt; li &gt; span{
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    font-weight: 600;
    /* padding-right: 15px; */
    /* border-right: 1px solid #b3b3b3; */
    width: 80px;
    color: #333;
    letter-spacing: 0;
}


/* ---------- bbs, form ---------- */
.board_wrapper{
    margin-top: 0;
    margin-bottom: 20px;
}
.table_video, 
.table_blog2{
    margin: 0 -10px;
}
.table_video dd, 
.table_blog2 dd{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 45px;
}
.table_blog2 dd .inner:hover{
    border-color: #dc1c23;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.09)
}
.table_blog2 dd .inner .top a .thumb{
    background-size: 80%;
    background-color:#fff;
    height: 250px;
}
.table_blog2 dd .inner .top a:hover .thumb{
    border-color:#dc1c23;
}

.table_video .inner .bottom,
.table_blog2 .inner .bottom{
    padding: 18px 25px !important;
    border-top: 1px solid #eaeaea;
    background: #f8f8f8;
}

.table_video dd .inner:hover .bottom,
.table_blog2 dd .inner:hover .bottom{
    border-top-color:#fff;
    background:#fff;
}
.table_video .inner .bottom .title a span,
.table_blog2 .inner .bottom .title a span{
    font-size: 18px;
    text-decoration: none;
    letter-spacing: -0;
    white-space: initial;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.3;
}

.table_video dd .inner .bottom .info span, 
.table_blog2 dd .inner .bottom .info span{
    font-size: 12px;
    color: #aaa;
    padding: 0;
    margin-right: 8px;
}
.table_video dd .inner .bottom .title, 
.table_blog2 dd .inner .bottom .title{
    padding: 0;
    margin-bottom: 4px;
}
.table_video dd .inner:hover .title a,
.table_blog2 dd .inner:hover .title a,
.table_video dd .inner .bottom .title a:hover, 
.table_blog2 dd .inner .title a:focus, 
.table_blog2 dd .inner .bottom .title a:hover, 
.table_blog2 dd .inner .title a:focus{
    color: #dc1c23;
    text-decoration: none;
}
.reply_wrap{display: none;}

.board_data_view .header_wrap .title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 0px 0 20px;
}
.board_data_view .header_wrap {
    padding: 40px 0;
    border-bottom: 1px solid #e3e3e3;
}
.table.table_default tr td, 
.table.table_default tbody th.num {
    color: #888;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}
.table.table_default tr td.subject a {
    font-size: 16px;
    color: #333;
}
.table.table_default thead th {
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    font-size: 16px;
}
.table.table_default tr td.subject a:hover {
    color: #dc1b22;
    text-decoration: underline;
}

.btn.btn-primary{background-color:#dc1b22;border:1px solid #dc1b22;color:#fff}
.btn.btn-primary:hover,.btn.btn-primary:focus{background-color:#b21117; border-color: #b21117;}

.btn.btn-dark{background-color:#404040;border:1px solid #404040;color:#fff}
.btn.btn-dark:hover,.btn.btn-dark:focus{background-color:#222; border-color: #222;}

.form-control:not([readonly]):focus{
    border-color: #666
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 16px;
    font-weight: 500;
    background: #f7f7f7;
}
.board_wrapper .table.board_write_table tbody tr th &gt;span.required_text {
    color: red;
}
.board_wrapper .table.board_write_table&gt;tbody&gt;tr&gt;td,
.board_wrapper .table.board_write_table&gt;tbody&gt;tr&gt;th,
.board_wrapper .table.board_write_table&gt;tfoot&gt;tr&gt;td,
.board_wrapper .table.board_write_table&gt;tfoot&gt;tr&gt;th,
.board_wrapper .table.board_write_table&gt;thead&gt;tr&gt;td,
.board_wrapper .table.board_write_table&gt;thead&gt;tr&gt;th {
    border-top: 1px solid #ddd;
}
.board_wrapper .table.board_write_table tbody tr td {
    padding: 15px 15px;
}
.checkbox, .radio {
    margin-top: 4px;
}
#item_agree a {
    color: #dc1b22;
    text-decoration: underline;
}

@media (max-width: 767px){
    .subHeader {
        height: 165px;
    }
    .subHeader .container h2 {
        font-size: 37px;
        margin: 0;
    }
    .subHeader .container .breadcrumb {
        bottom: 10px;
    }
    .subMenu{
        display: none;
    }
    .subContent_title h3 {
        padding: 40px 0;
        font-size: 35px;
    }
    #company01 .intro p {
        font-size: 15px;
    }
    #company01 .intro p:first-child {
        font-size: 18px;
    }
    [lang="en"] #company01 .intro p{
        font-size: 14px;
    }
    [lang="en"] #company01 .intro p:first-child{
        font-size: 18px;
    }
    #company01 .greeting img {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0;
    }
    #company01 .greeting div:nth-child(2) {
        padding-left: 45px;
        padding-right: 45px;
        margin-top: 30px;
    }
    #company01 .greeting .slogan {
        font-size: 29px;
    }
    
    #company02 .history .timeline .year{float: none;}
    #company02 .history .timeline .issue{
        float: none;
        width: 100%;
    }
    [lang="en"] #company02 .history .timeline .issue &gt; li {
        padding-right: 0;
    }

    #company03 .con1 .location {
        padding: 25px 0px 0 0;
    }
    [lang="en"] #company03 .con1 .location h5{
        font-size: 26px;
    }
    .li_location &gt; li {
        font-size: 14px;
    }

    .table_video dd, .table_blog2 dd {
        width: 100%;
    }

    .table.table_default tr .num, .table.table_default tr .writer, 
    .table.table_default tr .regdate, .table.table_default tr .hits{display: none;}
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control, .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}
    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    #company01 .intro p {
        font-size: 16px;
    }
    #company01 .intro p:first-child {
        font-size: 27px;
    }
    #company01 .greeting .row .col-sm-6:nth-child(1){
        width: 30%;
    }
    #company01 .greeting .row .col-sm-6:nth-child(2){
        width: 70%;
    }
    #company01 .greeting img {
        padding-left: 0px;
        padding-top: 0px;
    }
    #company03 .con1 .location {
        padding: 95px 0px 0 0px;
    }
    .table_video dd, .table_blog2 dd {
        width: 50%;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
@media (max-width: 1199px){
    #company02 .history .timeline .issue &gt; li img {
        display: block;
        position: relative;
        top: auto !important;
        right: auto;
        margin: 15px 0;
        height: auto;
        max-width: 200px;
    }
}

/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 41px 0;
    background: #222;
    color: #8f8f8f;
    font-size: 13px;
}
footer strong{
    font-size: 15px;
    color:#ccc;
}
footer .footer-logo{
    
}
footer .footer-logo h1{
    margin: 0;
}
footer .footer-logo h1 &gt; a{
    display: block;
}
footer .footer-logo h1 &gt; a &gt; img{
    display: block;
}
footer .footer-text{

}
footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.4;
}
footer .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights{
    display: block;
    font-size: 11px;
    margin-top: 10px;
    letter-spacing: 0.2px;
    color: #666;
}

@media (max-width: 767px){
    
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
margin: 0 auto;}

/* nav-top */
.quick-menu {
    position: fixed;
    top: 165px;
    right: 0px;
    background: #fefefe;
    width: 90px;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 23);
    z-index: 100000;
    border-radius: 8px 0 0 8px;
}
.quick-menu ul li {
    margin: 0 12px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 15px 0 15px;
}
.quick-menu a {
    align-items: center;
    gap: 14px;
    flex-direction: column;
    display: flex;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none;
}
.quick-menu span {
    font-size: 35px;
}
.quick-menu img {
    width: 35px;
    border-radius: 5px;
}
.btn-top {
    align-items: center;
    text-transform: uppercase;
    padding: 8px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background-color: #706c68;
    border-radius: 0 0 0 8px;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-top:hover {
    background-color: #54514e;
}
.btn-top span {
    font-size: 24px;
}
@media (max-width: 767px){
    .quick-menu {width: 65px;}
    .quick-menu ul li {padding: 7px 0; margin: 0 8px;}
    .quick-menu a {gap: 10px; font-size: 11px;}
    .quick-menu span {font-size: 27px;}
    .quick-menu img {width: 27px;}
    .btn-top {font-size: 10px;padding: 5px;}
    .btn-top span {
        font-size: 17px;
    }
}</pre></body></html>