/*상단 메뉴 설정 시작*/
body {
     background-image: url("http://www.samjoocm.co.kr/skin/upload/pic1_5.png");  /* Replace "paper.gif" with your file name */
  background-size: cover;                   /* Ensures full screen coverage */
  background-repeat: no-repeat;
  background-position: center center;
}

html {
    overflow-y: scroll;
}


/*로고 클릭 영역 및 메뉴 클릭 영역 초기화*/
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand,
:last-child.navbar-right.navbar-nav {
    margin: 0px;
}

/*메인 로고와 메뉴 영역 분리 */
.navbar-header {
    float: left;
}

.navbar-inverse {
    background: #fff;
    /*배경 색*/
    border: none;
    /*테두리 색*/
    padding: 20px 20px 20px 20px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
}

/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
/*.navbar-brand{padding-bottom:0;}*/
.navbar-brand {
    width: 250px;
}

.navbar-brand img {
    padding-top: 4px;
}

/*상단 메뉴 로고 끝*/

.nav.navbar-nav.navbar-right {
    float: left !important;
    margin-right: -15px;
}

/* 상단 메인 메뉴 설정 시작*/
li.divider-vertical {
    display: none;
}


.navbar~br {
    display: none;
}

.navbar-inverse .navbar-nav>li>a {
    background-color: none;
    /*배경 색*/
    color: #262626;
    /*텍스트 색*/
    font-size: 20px;
    /*텍스트 크기*/
    padding: 15px 15px 15px 23px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
    text-shadow: none;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #613c62;
    font-weight: bold;
}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu>li>a {
    background-color: #ffffff;
    /*배경 색*/
    color: #333333;
    /*텍스트 색*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 3px 20px 3px 20px;
    /*외부 여백*/
    font-size: 18px;
}

/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body>.navbar-fixed-bottom .text-center {
    background: #ffffff;
    /*배경 색*/
    color: #999999;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
    text-align: center;
    /*텍스트 정렬*/
}

.footer_copy .text-center {
    background: #b32d2e;
    /*배경 색*/
    color: white;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
    text-align: center;
    /*텍스트 정렬*/
}

/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
h1.intro_span {
    background-color: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 36px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

.intro_span {
    background-color: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

.flex-caption .intro-title {
    background: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 36px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

.flex-caption .intro-text {
    background: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

.flexslider {
  margin-top: 50px;
   width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

  
.fill h1 span {
    padding: 10px 20px;
    display: inline;
    background: #D61ED6;
    opacity: 1;
    text-shadow: none;

}

.fill p {
    padding-left: 30px;
    text-align: left;
    text-indent: -10px;
}

.fill p span {
    background: none;
    opacity: 1;
    text-shadow: none;
    color: #919187;
}

/*main slide caption position*/
.carousel-caption {
    top: 50px;
    left: 170px;
    right: auto;
    bottom: auto;
}

/*인트로 텍스트 설정 끝*/


/*content Prouduct part*/
.product-wrap {
    margin-top: -20px;
    padding: 10px 0 0;
}

.product-wrap .product-title {
    padding: 20px 0 40px;
}

.product-wrap .product-title h3 {
    font-size: 21px;
    font-weight: 700;
}

.product-wrap .product-title p {
    font-size: 16px;
    color: #909090;
}

.product-top,
.product-exp {
    position: relative;
}

.product-top .product-hover {

    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.product-hover p {
    padding: 100px;
    text-align: center;
}

.product-hover p i {
    color: #fff;
}

.product-list .col-md-3:nth-child(1) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(1) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(2) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(2) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(3) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(3) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(4) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(4) .product-top a:hover .product-hover {
    visibility: visible;
    background: rgba(0, 0, 0, 0.3);
}

.product-list .product-hover {
    visibility: hidden;
}

.product-list .product-exp .btn {
    padding: 10px 12px;
    background: #d81dd6;
    color: #fff;
    width: 158px;
    height: 48px;
    font-size: 20px;
}

.product-exp {

    min-height: 160px;
    background: #Fff;
}

.product-exp div.text-center {
    position: absolute;
    top: -25px;
    width: 100%;
    z-index: 999;
}

.product-exp .text-center~p {
    padding: 50px 20px;
    color: #919191;
}


/*main page board part*/
.intro-board-widget-layout .intro-boardbox .page-header h4 {
    font-weight: 800;
}

.dh-front-list2-words .row-separator {
    visibility: hidden;
}

.dh-front-list2-words .list-row-regdate {
    color: #d71bd1;
}

.board-gadget-wrap {
    padding-top: 43px;
    padding-left: 50px;
}

.board-gadget-wrap div.col-md-12 {
    padding-bottom: 20px;
}

.board-gadget-wrap .board-gadget {
    border: 1px solid #e7e7e7;
    padding: 500px;
    background: #ffffff;
}

.board-gadget-wrap .board-gadget h3 {
    color: #373737;
}

.board-gadget-wrap .board-gadget p {
    color: #3f3f3f;
}

.board-gadget-wrap .board-gadget p a.btn {
    background: #ffffff;
    border: 2px solid #603e5f;
    padding: 15px 60px;
    color: #613e5f;
    font-weight: 700;
}

.board-gadget-wrap .board-gadget p a.btn:hover {
    border-bottom: 2px solid #603e5f !important;
}

.intro-board-widget-layout .intro-boardbox:nth-child(1),
.intro-board-widget-layout .intro-boardbox:nth-child(2) {
    width: 50%;
}


/*footer part*/
.footer-wrap {
    padding: 23px 0;
}

.footer-wrap .footer-navi {
    text-align: left;
}

.footer-wrap .col-md-3 {
    padding-left: 0;
}

.footer-navi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-navi ul li {
    float: left;
    padding-right: 10px;
}

.footer-navi ul li:last-child {
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.footer-navi ul li a {
    color: #8a8a8a;
}

.footer-navi p,
.footer-navi p a {
    color: #707070;
    font-size: 12px;
}



/*sub page*/
.top-sub-bg {
    background: url('/skin/img/top-bg.gif') no-repeat;
    background-position: center;
    width: 100%;
    height: 150px;
}

.top-sub-bg>div {
    position: relative;
    padding: 37px 40px;
}

.top-sub-bg .breadcrumb {
    padding: 0 15px;
    margin-left: 20px;
    margin-top: 38px;
    float: left;
}

.top-sub-bg h2 {
    float: left;
    background: url('/skin/img/g_s_icon01.gif') no-repeat;
    background-position: 0 7px;
    padding-left: 30px;
    color: #fff;
    font-size: 40px;
}

.top-sub-bg .breadcrumb {
    background: #fff;
    color: #585858;
}

.top-sub-bg .breadcrumb>li {
    font-size: 12px;
}

.top-sub-bg .breadcrumb>li+li::before {
    content: '|';
}

.top-sub-bg .breadcrumb>.active {
    color: #ff00de;
    font-weight: 700;
}

.content {
    font-size: 15px;
}

.content h2 {
    margin-top: 70px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    font-size: 33px;
}

.content .content-sub,
.content .sub-bg {
    padding: 70px;
}

.content .sub-bg {
    width: 100%;
    height: 900px;
    position: relative;
    margin: 50px 0;
    background: url('/skin/img/c_bg01.gif') no-repeat;
    background-size: contain;
    background-position: center;
}

.content .sub-bg .sub-content {
    width: 25%;
    word-break: keep-all;
    text-align: center;
    color: #fff;
}


.content .sub-bg .sub-content:nth-child(1),
.content .sub-bg .sub-content:nth-child(2),
.content .sub-bg .sub-content:nth-child(3) {
    position: absolute;
}


.content .sub-bg .sub-content:nth-child(1) {
    top: 200px;
    right: 340px;
}

.content .sub-bg .sub-content:nth-child(2) {
    top: 335px;
    left: 244px;
}

.content .sub-bg .sub-content:nth-child(3) {
    right: 320px;
    bottom: 251px;
}

/*mobile part*/
@media all and (min-width:768px) {

    .footer-wrap {
        width: 750px;
        margin: 0 auto;
    }


}

@media all and (max-width:767px) {


    .roller-tabs>#tabs {
        height: 1970px !important;
    }

}

@media all and (min-width:992px) {
    .footer-wrap {
        width: 970px;
        margin: 0 auto;
    }
}

@media all and (min-width:1200px) {
    .footer-wrap {
        width: 1170px;
        margin: 0 auto;
    }
}

@media all and (max-width:920px) {

    .intro-board-widget-layout .intro-boardbox:nth-child(1),
    .intro-board-widget-layout .intro-boardbox:nth-child(2) {
        width: 100%;
    }

    .board-gadget-wrap {
        padding-left: 0;
    }

    .board-gadget .col-md-8 {
        text-align: center;
    }
}

/* ONLINE BROCURE */
.brocure {
    background-color: #000;
}

.brocure h1,
.brocure h3,
.brocure p {
    color: #FEFEFE;
}

.brocure img {
    display: inline-block;
}

.intro-board-layout,
.intro-widget-layout {
    width: 100%;
}

.intro-widgetbox {
    margin-top: 0;
}

.intro-widgetBoardbox {
    padding: 30px !important;
    border: none;
    background: url('/skin/img/bg_brochure.gif') no-repeat !important;
    background-size: cover !important;
    background-color: #000;
}

.intro-widgetBoardbox>a {
    display: none;
}

.dh-front-gallery a:hover {
    border: none;
}

.dh-front-gallery .thumbnail {
    border: none;
    border-radius: 0;
}

/* //ONLINE BROCURE */

.caret {
    display: none;
}

.color-red {
    color: red;
}

.color-black {
    color: black !important;
}


.intro-con h3,
.intro-con h4 {
    margin-bottom: 30px;
}

.intro-con h4 {
    font-size: 17px;
    color: #e25a53;
}

.intro-con li {
    list-style: none;
}

.intro-con .col-md-12 {
    padding-left: 0;
}

.intro-con>div:nth-child(1) {
    margin-bottom: 50px;
}

.intro-con .col-md-5,
.intro-con .intro-ul {
    padding-left: 0;
}

.intro-ul li {
    margin-bottom: 10px;
}

.table thead {
    border-top: 1px solid #e5e5e5;
}

.table td,
.table th {
    vertical-align: middle !important;
}


.table td,
.table th {
    border: 1px solid #e5e5e5;
    text-align: center;
}

.th-left th {
    text-align: left !important;
}

.table th {
    background-color: #f2f2f2;
}


.b-area-img img {
    width: 100%;
}

#map_addr {
    display: none;
}

.map-footer {
    text-align: center;
}

.map-footer+iframe {
    margin-top: 60px;
}

.nav-tabs {
    margin-bottom: 30px;
    width: 100%;
}

.roller-tabs>#tabs {
    height: 1180px;
}

.sonic-ul .ui-widget-header {
    border: 0px;
    background: none;
}

.ui-widget-header {
    border: initial !important;
    background: initial !important;
}

.red-box {
    width: 330px;
    height: 35px;
    border: 1px solid;
    display: table;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: white;
    background-color: #E25A53;
}


.text-center {
    text-align: center !important;
}

#tabs .table tr th,
#tabs .table tr td {
    border-top: 1px solid #ddd;
}

.text-left {
    text-align: left !important;
}

.logo-img {
    border-bottom: 1px solid rgb(176, 37, 30);
}

#tabs1,
#tabs2,
#tabs3,
#tabs4,
#tabs5,
#tabs6,
#tabs2-1-4,
#tabs2-1-1,
#tabs2-1-2,
#tabs1-1-1,
#tabs1-1-2,
#tabs2-1-4-2,
#tabs2-1-4-1,
#tabs2-1-3 {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.asphalt .machine-pic,
.asphalt .machine-data,
.roller .machine-data,
.plate .machine-pic {
    width: 100%;
}

.plate .machine-pic1 {
    margin: 0 auto;
}

.moba .machine-pic-auto,
.moba .tabs1-foot-img,
.trox .machine-pic-auto {
    margin: auto;
}

.asphalt .machine-intro {
    margin-top: 120px;
}

.plate .machine-intro {
    margin-top: 50px;
}

.plate li,
.moba li,
.trox li {
    margin-bottom: 10px;
}

.item-info-tab2 h4 {
    border-bottom: 1px solid rgb(176, 37, 30);
}

.item-info-tab3 {
    padding-top: 50px;
}

.item-video {
    padding: 90px 0 40px;
}

ul {
    padding-left: 20px;
}

.tekpac li {
    list-style: none;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.moba .tabs6-long {
    margin-top: 20px;
}


.big-ski .tabs6-long img {
    /* width:100%; */
}

.moba img {
    margin: 0 auto;
}

.ui-widget-content {
    border: 0px solid black !important;
    background: initial !important;
}

.trox .con-img {
    margin: 0 auto;
    width: 220px !important;

}

.trox .con-img2 img {
    margin: 0 auto;
}

.trox .trox-con-ul li {
    list-style: none;
}

.trox #tabs2 #tabs2-1-1 .col-md-5 img {
    margin: 0 auto;
}

.trox #tabs2 #tabs2-1-4-1 .col-md-5 img {
    width: 155px;
}

.trox #tabs #tabs2-1-3 .col-md-5 img {
    width: 100%;
}

.trox #tabs #tabs1-1-1 .col-md-5 img {
    width: 170px;
}

.trox #tabs #tabs2-1-4-2 .li-style-none {
    list-style: none;
}


.part-buy li {
    list-style: none;
}

.part-buy ul {
    padding-left: 0;
}

.part-buy #tabs #tabs1-1-1 .col-md-2 img {
    width: 100%;
}

.part-buy .bls-con-img img {
    width: 320px;
}

.part-buy .bls-con-img2 img {
    width: 400px;
}

.part-buy #tabs #tabs1-1-2 .col-md-3 img {
    width: 100%;
}

.part-buy .etc-part-img {
    width: 100%;
}

.main-thumbs {
    margin-top: 20px;
}

.main-thumbs .intro-con>div:nth-child(1) {
    margin-bottom: 30px;
}

/* .main-thumbs,
.main-thumbs .col-md-12,
.intro-html-layout > .col-sm-12{
    padding:0;
} */

.intro-html-layout .thumbnail:hover {
    border: 5px solid #24b3f3;
}

/* .main-thumbs img{
    width:100%;
    height:200px;
} */

.mini-pic .col-md-6 {
    margin-bottom: 5px;
    padding: 0 3px;
}

.main-pic img {
    height: 445px;
    width: 100%;
}

.main-pic.dynapack img {
    height: 534px;
}


.mini-pic img {
    height: 85px;
    width: 100%;
}

.mini-pic .col-md-1 {
    margin-bottom: 5px;
    padding: 0 3px;
}

.mini-pic2 .col-md-2 {
    margin-bottom: 5px;
    padding: 0 3px;
}

.main-pic {
    padding: 0 3px;
}


.img-intro {
    margin-top: 40px;
    width: 1099px;
}

.img-intro table tr {
    border-top: 1px solid #ddd;
}

.dhb-txt-box-type-b .thumb-hidden {
    height: 150px;
}

.dhb-txt-box-type-b .txt-box-footer {
    display: none;
}

.dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout h4 {
    height: 23px;
}

.page-header {
    border-bottom: 1px solid #C52626 !important;
}

#m-27,
#m29 {
    /* width:145px; */
}

.navbar-right li {
    max-width: 100%;
}

.buy-sava .col-md-7 img {
    width: 100%;
}

.buy-sava .mix-img {
    padding: 0;
    margin-left: 15px;
}

.ms50-pic {
    width: 50% !important;

}

.ms50-intro {
    margin-top: 120px !important;
}

.down-btn p {
    float: left;
    margin-top: 8px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.asphalt h4 img {
    display: inline-block;
}

.red-cl {
    color: #ff3333;
}

.background-gray {
    background-color: #808080;
    text-align: left !important;
}

.white-cl {
    color: #fff;
}

.dh-view-box {
    padding: 0 15px;
}

.container_slide {
    margin-top: 106px;
}

.page-header+.link {
    *zoom: 1;
}

.page-header+.link:after {
    display: block;
    content: '';
    clear: both;
}

.page-header+.link ul {
    padding-left: 0;
}

.page-header+.link ul li {
    float: left;
    list-style: none;
    margin-right: 15px;
    margin-bottom: 15px;
}

.page-header+.link ul li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #333;
}

.page-header+.link ul li.on a {
    background-color: #e8e8e8;
    font-weight: bold;
}

.page-header+.link ul li a:hover {
    border-bottom: 1px solid #ccc !important;
}


.topmarginLay_a {
    display: none;
}

.sub-layout {
    margin-top: 111px;
}

@media screen and (max-width:767px) {
    .container_slide {
        margin-top: 55px;
    }

    .sub-layout {
        margin-top: 60px;
    }

    .page-header .breadcrumb {
        float: none !important;
        margin-bottom: 0;
    }

    .page-header h2 {
        margin-top: 5px;
    }
}

.label {
    padding: 3px !important;
}

.filter-items {
    display: none;
}

.btn-primary {
    margin-top: 50px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    border: none;
    background: #b00;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #900 !important;
}

.btn-primary i {
    margin-right: 10px;
}

.btn-outline-primary {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border: 2px solid #333;
    border-radius: 0;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    color: #b00;
    border-color: #b00;
}

.carousel-indicators {
    display: none;
}

.fill {
    height: 357px;
}

.item .fill {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* 	border:4px solid #fff;
	border-radius:4px;
	box-shadow:0 0 5px rgba(0,0,0,0.05); */
}

#myCarousel {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.carousel-control {
    width: 10%;
}

@media(max-width:992px) {
    .fill {
        height: 357px;
    }
}

@media(max-width:767px) {
    .fill {
        height: 160px;
    }

    .navbar-toggle {
        top: 5px;
        background: transparent !important;
        border: none !important;
    }

    .navbar-toggle .icon-bar {
        background: #333 !important;
    }
}

.greet h3 {
    margin-top: 80px;
    line-height: 1.4;
    font-size: 28px;
}

.greet p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
    word-break: keep-all;
}

.greet .color-black {
    margin-top: 40px;
    font-size: 18px;
    text-align: right;
}

/* personal setting 0.63v */
/* layout */
.mt-0 {
    margin-top: 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

@media(min-width:768px) {
    .col-sm-20 {
        width: 20%;
    }
}

/* img */
.img-bordered {
    border: 1px solid #ddd;
}

.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

/* font */
.numbering {
    margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #C52626;
}

.numbering.circle {
    border-radius: 50%;
}

/*list style*/
.li-none>li {
    list-style: none !important;
    margin-left: 20px;
}

.li-circle>li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-square>li {
    list-style: square !important;
    margin-left: 20px;
}

.li-disc>li {
    list-style: disc !important;
    margin-left: 20px;
}

.li-check>li,
.li-dash>li,
.li-dot>li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot>li:before {
    content: '·';
}

.li-check>li:before {
    content: '\f00c';
    left: 0;
    font-family: 'fontawesome';
    color: #C52626;
}

.location-li {
    border-top: 2px solid #222;
    margin: 20px 0 0;
}

.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}

@media(max-width:767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 5px;
    color: #C52626;
}

.partner-li {
    margin: 20px 0;
}

.partner-li:after {
    content: '';
    display: block;
    clear: both;
}

.partner-li>li {
    float: left;
    width: 20%;
    padding: 10px;
}

.partner-li>li img {
    border: 1px solid #ddd;
}

.category-li {
    display: inline-block;
    margin: 20px auto;
}

.category-li:after {
    content: '';
    display: block;
    clear: both;
}

.category-li>li {
    float: left;
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.trait-dl {
    margin: 40px 0;
}

.trait-dl:after {
    content: '';
    display: block;
    clear: both;
}

.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}

.trait-dl dt {
    padding: 0px;
    position: relative;
    border-color: #C52626;
    font-size: 18px;
}

.trait-dl dt span {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #C52626;
}

.trait-dl .clearfix {
    padding-bottom: 30px;
}

.stripe-dl {
    margin: 30px 0;
}

.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}

.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}

@media(min-width:768px) {
    .trait-dl dt {
        width: 35%;
    }

    .trait-dl dd {
        width: 65%;
    }
}

@media(max-width:767px) {
    .partner-li>li {
        width: 50%;
    }
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}

.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #C52626;
}

.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

@media(max-width:767px) {
    .column-2 {
        column-count: 1;
    }
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
}

.greet .quote,
p.quote {
    margin: 30px 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
}

p.quote span {
    font-weight: 600;
}

/* custom setting */

ul,
dl,
ol {
    padding: 0;
}

p,
li,
dt,
dd {
    line-height: 1.6;
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #C52626;
    border-bottom: 1px solid #333;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f5f5f5;
    padding: 10px 15px;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #C52626;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}

.history-table {
    border-top: none;
}

.history-table.table-style tr th,
.history-table.table-style tr td {
    border-bottom: none !important;
    padding: 25px !important;
}

.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #ccc;
    font-size: 22px;
    color: #C52626;
}

.history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translatey(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #C52626;
    border-radius: 50%;
    background: #fff;
}

/* personal setting 0.63v end */
.paveir h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
}

.paveir h5,
.plate h5 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
}

.paveir .card h5,
.paveir .trait-dl h5 {
    margin-top: 0;
}

.paveir .emp {
    font-weight: 700;
}

.paveir .column-2,
.trait-wrap,
.paveir .card,
.paveir .img-wrap,
.paveir .quote-wrap {
    margin-bottom: 40px;
}

.paveir .card {
    width: 1000px;
    max-width: 100%;
    margin: 10px auto 40px;
    padding: 0;
}

.paveir .card .txt-box {
    padding: 20px;
}

.paveir .trait dl li {
    margin-bottom: 0;
}

.paveir .quote-wrap {
    position: relative;
    padding-bottom: 66%;
    min-height: 600px;
    background: url(/skin/img/sub/quote-wrap-bg.jpg) no-repeat center / cover;
}

.paveir .quote-wrap .txt-box {
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 630px;
    max-width: 100%;
    height: 100%;
    color: #fff;
    overflow-y: hidden;
    background: rgba(37, 37, 49, 0.9);
}

.paveir .quote-wrap .txt-box p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
}

.paveir .quote-wrap .txt-box p:last-child {
    border: none;
}

.paveir .quote-wrap .txt-box span {
    display: block;
}

.paveir .quote-wrap .txt-box .en {
    margin-bottom: 5px;
}

.paveir .quote-wrap .txt-box .kr {
    color: #ffe145;
}

.paveir .quote-wrap .txt-box .name {
    margin-top: 20px;
    text-align: right;
}

.paveir .quote-wrap .txt-box .name small {
    display: block;
    color: #ccc;
}

.paveir-top p {
    font-size: 17px;
}

.img-wrap {
    margin-bottom: 40px;
}

.img-wrap.row {
    margin: 0 -5px 40px;
}

.img-wrap.row>div {
    padding: 0 5px 5px;
}

.img-wrap img+img {
    margin-top: 20px;
}

.btn-catalog {
    margin: 44px 0 0;
}

.btn-catalog>h5 {
    margin: 0 0 15px 3px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.btn-catalog>a {
    float: left;
    width: 49%;
    margin: 0 3px;
}

@media (max-width: 767px) {
    .btn-catalog>a {
        width: 100%;
        margin: 0;
        font-size: 13px;
    }

    .btn-catalog>a+a {
        margin-top: 10px;
    }

    .navbar-inverse .navbar-toggle {
        display: none;
    }

    .navbar-collapse {
        display: block !important;
    }

    .navbar-nav {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .navbar-nav::before,
    .navbar-nav::after {
        content: none;
    }

    .navbar-inverse {
        position: static;
        border-bottom: 1px solid #ccc;
    }

    .navbar-nav .open .dropdown-menu {
        min-width: 100%;
        position: absolute;
        background: #f7f7f7;
        border: 1px solid #ccc;
    }

    .navbar-inverse .navbar-nav>li>a {
        text-align: center;
        font-size: 18px;
        padding: 17px 0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        text-align: center;
        background: transparent;
        font-size: 17px;
        font-weight: 500;
        padding: 10px 0;
        color: #333;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: inherit;
    }

    .navbar-inverse .navbar-brand {
        width: 100%;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #ccc;
    }

    .navbar-brand img {
        width: 220px;
    }
}

p.option {
    font-size: 16px;
}

p.option>span {
    margin-left: 15px;
}

/* 20221107 */
.maintenance {
    margin-top: 50px;
    border: 7px solid #E5E5E5;
    padding: 100px 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;
}

.hgp55w table > tbody > tr > th {
    text-align: left;
    padding-left: 20px;
}
.hgp55w .description {
    margin-top: 30px;
}
.hgp55w .description p:nth-of-type(1) {
    font-size: 24px;
    font-style: italic;
    font-family: '나눔고딕코딩', NanumGothicCoding, sans-serif;
    color: #000;
    letter-spacing: -0.04em;
    line-height: 1.8em;
}
.hgp55w .description p:nth-of-type(2) {
    font-size: 19px;
    font-family: NanumBarunGothic, sans-serif;
}
.hgp55w .description ul {
    margin: 60px 0;
    font-size: 16px;
    font-family: NanumBarunGothic, sans-serif;
}
.hgp55w .description ul > li {
    position: relative;
    padding-left: 14px;
    margin: 2px 0;
}
.hgp55w .description ul > li::before {
    content: '';
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    position: absolute;
    background: #333;
}


