@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css);


html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

#site {
    padding-top: 84px;
}

/* 폰트 설정 */
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
.subPage,
#site {
    font-family: 'notokr', "NanumGothic", 'NanumBarunGothic', 'Malgun Gothic', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout>div,
.footer_copy>div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

* {
    word-break: keep-all
}

a:hover {
    text-decoration: none
}

.li-dash>li,
.li-dot>li,
.li-dash>dd,
.li-dot>dd {
    padding-left: 20px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before,
.li-dash>dd:before,
.li-dot>dd:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot>li:before, 
.li-dot>dd:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #6db0e3;
    border-radius: 50%;
    top: 13px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

.subContent ul {
    padding: 0
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #ddd
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
    padding: 0
}

.navbar>.container .navbar-brand {
    height: auto;
    position: relative;
    padding: 0;
    margin: 20px 0 !important;
}

.navbar>.container .navbar-brand:before {
    content: "D&D Limited";
    position: absolute;
    right: -165px;
    width: 150px;
    font-size: 24px;
    font-weight: 700;
    color: #0c4da2;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: -0.04em;
}

.navbar>.container .navbar-brand img {
    max-width: 55px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    padding: 32px 20px;
    letter-spacing: 0;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #0c4da2;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #0c4da2;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 1px solid #ddd;
        border-top: none;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        animation-fill-mode: both;
        animation-duration: .5s;
        animation-name: fadeIn;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 17px 20px;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        color: #333;
        transition: none;
        letter-spacing: 0;
        border-top: 1px solid #e3e3e3;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover, 
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #fff;
        font-weight: 400;
        background: #0c4da2;
    }
}

/* 하단 카피라이트 설정 시작*/
#site footer {
    margin-top: 0px;
    background-color: #fff;
    color: #666;
    border-top: 1px solid #ddd;
}

#site footer .footer-info {
    padding: 40px 0;
    font-size: 12px;
    color: #888;
    letter-spacing: -0.01em;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    margin-right: 11px;
    line-height: 22px;
}

#site footer .footer-info img {
    max-width: 100px;
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0 0 3px rgba(0,0,0,0.8);
    transition: ease-in-out .15s all;
    background: rgba(0,0,0,0) !important;
    color: #fff;
    width: 37px;
    height: 50px;
    top: 49%;
    margin-top: -25px;
    opacity: 0.3;
}
.carousel-control.left {
    left:40px;
}
.carousel-control.right {
    right:40px;
}
.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control .glyphicon {
    font-size: 50px;
    width: 37px;
    height: 50px;
    margin: 0 !important;
    position: relative;
    left: 0;
    top: 0;
}


.carousel-indicators li {
    width:45px;
    height: 4px;
    background-color: #000;
    border: none;
    margin: 0;
    border-radius:0;
    opacity: 0.35;
}

.carousel-indicators li.active {
    width: 45px;
    height: 4px;
    background-color: #fff;
    margin: 0;
    opacity:1;
}


#mainCarousel .carousel-inner .item {
    height: calc(100vh - 84px);
}

.carousel-caption {
    top: 48.5%;
    padding: 0;
    text-shadow: none;
    color: #fff;
}

.carousel-caption h1 {
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    line-height: 1.44;
    margin: 0;
    letter-spacing: 0em;
    text-transform: uppercase;
}
.carousel-caption h1 span{
    display:block;
    text-transform:none;
    font-weight:400;
    font-size:15px;
    letter-spacing:3px;
    margin: 0 2px 25px
}

.carousel-inner > .item:nth-child(1) .carousel-caption{
    text-align:left;
    right:20%;
    left:auto;
    /* top:47%; */
    top:49%
}
.carousel-inner > .item:nth-child(2) .carousel-caption{
    top:28%;
}
.carousel-inner > .item:nth-child(3) .carousel-caption{
    text-align:left;
    top:auto;
    bottom:8%
}
.carousel-inner > .item:nth-child(4) .carousel-caption{
    text-align: left;
    top: 49%;
    left: 16%;
}
.subTop {
    width: 100%;
    height: 280px;
    background: url(/public/img/sub/subTop.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.subTop h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 55px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.01em;
}
.subContent .con {
    padding: 90px 0;
}

.subContent .con:nth-child(even) {
    background: #f8f8f8;
}

.subContent .con h3 {
    margin: 0 0 50px;
    text-align: center;
    font-size: 32px;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.subContent .con h3:after {
    content: ""
}

/*about*/
#about01 .vision-tit {
    margin: 50px auto 60px;
    padding: 6px 10px;
    background: #336ebd;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    position: relative;
    font-style: italic;
    max-width: 750px;
    letter-spacing: -0.015em;
}
#about01 .vision-text {
    font-size: 45px;
    text-align: center;
    margin: 0 0 80px;
    font-weight: 600;
    color: #c6d4e6;
    letter-spacing: -0.03em;
    line-height: 1.5;
}

#about02 .col-md-3 {
    padding: 0 25px;
}

#about02 p {
    font-size: 17px;
    margin: 10px 0;
    padding: 90px 36px 0 42px;
    position: relative;
    min-height: 225px;
    z-index: 1;
    letter-spacing: -0.025em;
    line-height: 1.68;
}

#about02 p::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 10px solid #e5e9ef;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

#about02 p span {
    position: absolute;
    left: -4px;
    top: -22px;
    padding: 0 24px 14px 0;
    background: #f8f8f8;
    font-size: 80px;
    font-weight: 400;
    font-style: italic;
    color: #336ebd;
    line-height: 1;
}

#about03 .row {
    max-width: 980px;
    margin: 0 auto;
}
#about03 dl {
    padding: 40px 50px 20px;
}
#about03 dl dt {
    font-size: 32px;
    margin: 0 auto 15px;
    padding: 58px 0 0;
    font-weight: 600;
    letter-spacing: -0.06em;
    color: #fff;
    text-align: center;
    background: #0c4da2;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    position: relative;
}
#about03 dl dt span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #aad4f5;
    letter-spacing: 0;
}
#about03 dl dd {
    font-size: 25px;
    font-weight: 350;
    color: #888;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #ddd;
    padding: 14px 0px;
    text-align: center;
}
#about03 dl dd::before{
    display: none
}
#about03 dl dd strong {
    font-size: 25px;
    color: #2c6ec3;
    font-weight: 500;
}


.about04_inner dl {
    margin: 0;
}
#about04 dl dt {
    text-align: center;
    font-size: 22px;
    background: #336ebd;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.04em;
}
#about04 .row > div:nth-child(3) dl dt {
    background: #2d98e4;
}
#about04 dl dd {
    font-size: 18px;
    margin-bottom: 4px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    letter-spacing: -0.02em;
}

#about05 ul {
    margin: 0;
    padding: 0;
}

#about05 ul li {
    font-size: 18px;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px;
    letter-spacing: -0.02em;
}

#about05 ul li::before {
    top: 30px;
}

#about06 .con1 p{
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    border-top: 2px solid #336ebd;
    color: #fff;
    background: #336ebd;
    font-weight: 500;}
#about06 .con1 p span{display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    margin-top: 5px;
    letter-spacing: 0.02em;}
    
/*service*/
#service01 .con1 h3 {
    margin-bottom: 70px;
}

.service01_inner {
    margin-bottom: 45px;
    position: relative;
    padding-left: 160px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e3e3e3;
}

.service01_inner span {
    position: absolute;
    font-size: 22px;
    padding: 42px 30px 0;
    background: #0c4da2;
    font-weight: 500;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.03em;
}

.service01_inner:nth-child(2) span {
    background: #2d98e4;
}

.service01_inner:nth-child(3) span {
    background: #103463;
}

.service01_inner p {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.65;
    padding: 35px 30px;
    margin: 0;
}

.service01_inner:last-child {
    border-bottom: none;
}

.service01_inner:last-child p {
    padding-top: 45px;
}

.service02_inner {
    padding: 70px;
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.service02_inner img {
    max-width: 700px;
}

/*products*/
#product01 .con .clearfix{margin-bottom: 40px;}
#product01 .con img {
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    padding: 0px;
    background: #fff;
    border-radius: 5px;
}

/*partner*/
#partner01 .con .clearfix {
    margin-bottom: 30px;
}

.st0 {
    fill: #7595bb;
    transition: all ease .3s;
}
.partner_inner {
    text-align: center;
    min-height: 180px;
    position: relative;
    background: #f9f9f9;
}
.partner_inner img{position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.6;
    transition: all ease .3s;}
.partner_inner img.home_sense{max-width: 65px;width: 100%;}
.partner_inner > a{    display: block;
    width: 100%;
    height: 100%;
    min-height: 180px;}
.partner_inner:hover img{opacity: 1;}
svg#logos {
    max-width: 180px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.partner_inner>a:hover .st0 {
    fill: #0c4da2
}

.brand-list__item-locations {
    position: absolute;
    bottom: 25px;
    width: 100%;
    color:#ccc;
}

.brand-list__item-locations a {
    display: inline-block;
    font-weight: 500;
    color: #888;
    letter-spacing: -0.03em;
}

.brand-list__item-locations a:hover {
    color: #0c4da2
}

.btn.btn.btn-primary{
	background-color:#336ebd;
	border:1px solid #336ebd;
	color:#fff
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
	background-color:#0c4da2;
	border-color:#0c4da2;
}