p.mt_20 {
    margin-top: 20px;
}
div.banner_wrap {
    position: relative;
    margin-top: 160px;
    width: 100%;
    height: 450px;
    background: url(http://dynersum.com/img/about_us/about_us_banner.png) no-repeat;
    background-size: cover;
}
.board_detail_page div.banner_wrap{
    height: 400px;
    background: url(http://dynersum.com/img/borader_banner.png) no-repeat;
    background-size: cover;
}
.Jackery div.banner_wrap {
    background: url(http://dynersum.com/img/content/jackery_banner.png) no-repeat;
    height: 400px;
    background-size: cover;
}
.honda div.banner_wrap {
    height: 400px;
    background: url(http://dynersum.com/img/content/honda_banner.png) no-repeat;
    background-size: cover;
}
.branch_office div.banner_wrap {
    background: url(http://dynersum.com/img/content/branch_office_banner.png) no-repeat;
    background-size: cover;
}
div.banner_wrap h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.about_us .content{
    padding: 50px 0;
}
.about_us .content h3{font-size: 22px;  text-align: left; text-transform: inherit}
.about_us .content.intro h3{ color: #e11621;}
.about_us .content h3 span{font-size: 22px; color: #ba1319; font-style: italic;}
.about_us .content_wrap{
    padding: 0;
}
.about_us .flex{}
.about_us .flex .left,
.about_us .flex .right{
    width: 50%;
}
.about_us .flex .right {
    font-size: 18px;
}
.about_us .content .inn{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.about_us .content .inn .left{width: 40%;}
.about_us .content .inn .right{    width: 60%;}
.about_us .content.intro .inn .left {
    width: 30%;
}
.about_us .content.intro .inn .right {
    width: 70%;
}
.about_us .content.cl .logo_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    gap: 20px;
}
.about_us .content.cl .right p.tle{
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}
.about_us .content .right div{
    width: 100%;
    font-weight: 300;
    font-size: 18px;
}
.about_us .content .right div.mt20 {
    margin-top: 20px;
}
.about_us .content .right div p{}
.about_us .content.cl .right div img{
    width: 80px;
}
.about_us .content .right div.logo_box img{
    width: calc(50% - 50px);
}
/* intro */
section.content.intro{}
section.content.intro{}
.content.intro .right {
    font-weight: lighter;
    color:#212121;
}
section.introduction .content2 li{
    display: flex;
    margin-bottom: 50px;
    gap: 20px;
}
section.introduction .content2 li:nth-child(2) {
    margin-bottom: 0;
}
section.introduction .photo_wrap{
    width: 50% !important;
}
section.introduction .photo_wrap img{
    width: 100%;
    height: 100%;
}
section.introduction .text_wrap{width: calc(50% - 50px) !important;}
.introduction li.left .text_wrap{padding-left: 50px;}
.introduction li.right .text_wrap{padding-right: 50px;}
.introduction .text_wrap p{
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.introduction .text_wrap p span{
    font-size: 20px;
    word-break: keep-all;
}

.introduction .text_wrap p.red_highlight{
    color: #e61f26;
    font: bold 30px 'Noto Sans KR', sans-serif;
    margin: 15px 0 30px;
}
.introduction .text_wrap span.company{
    font-size: 24px;
}


/* cl */
.cl{
    background: #f8f8f8;
}
.cl .photo_box{}
.clearfix{
    display: block;
    clear: both;
    content: '';
    margin-bottom: 20px;
}
.cl .clearfix img{
    float: left;
}
.cl .left{}
.cl .right{}
.cl ul.color_system{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 20px
}
.cl ul.color_system li{
    width: calc(33.3333% - 20px);
}
.cl ul.color_system div{}
.cl ul.color_system div{
    padding: 20px;
    color: #fff;
}
.cl div.f6921d{
    background: #f6921d;
}
.cl div.a31523{
    background: #a31523;
}
.cl div.ed1b23{
    background: #ed1b23;
}
.cl ul.color_system .tle{
    margin-bottom: 100px;
}
.cl ul.color_system div p{
    font-size: 16px;
}
.cl ul.color_system .cmyk{}
.cl ul.color_system .rgb{}


/* history */
.about_us .content.history{}
.about_us .content.history .inn{
    display: block;
}
.about_us .content.history .flex {
}
.content.history p.history_year{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}
.content.history  p.history_year::before {
    position: absolute;
    content: '';
    /* width: 100%; */
    top: 0px;
    width: 50px;
    height: 1px;
    border: 1px solid #f6921d;
}
.content.history .right div {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #a0a0a0;

}
.content.history span.history_date{
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}
.content.history p.history_cont{
    font-size: 16px;
    font-weight: 300;
}
/* contact */
.about_us .content.address {
    margin: 0 auto;
    background: #f8f8f8;
}
.about_us .content.address img.company{
    max-width: 940px;
}
.about_us .content.address img.contact{
}
.about_us .content.address li div{
    display: flex;
    align-items: center;
    padding-left: 100px;
    padding-bottom: 30px;
}

.about_us .content.address .address_inner{
    width: 100%;
    padding: 30px;
}
.about_us .content.address ul.contact_wrap{
    width: 100%;
}
.about_us .content.address li{
    width: 90%;
    border-bottom: 1px solid;
}
.about_us .content.address li:last-child{
    border:none;
}
.about_us .content.address p{
    padding: 40px;
}
.about_us .content.address span.tle {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.about_us .content.address span.desc {
    font-size: 18px;
    color: #686868;
}
.about_us .content .left{}
.about_us .content .right{}
.about_us .content .right h3 span{font-size: }
.contact .content{
    padding: 0;
}
.about_us .content.address,
.about_us .content.map {padding: 0;}
section.map iframe{width: 100%; height: 500px;}




/* ==================== honda ====================*/
.subPage{}
.subPage h3{}
.content_wrap h3{
    font-size: 25px;
    font-weight: bold;
    text-transform: inherit;
    text-align: center;
    margin-bottom: 30px;
}
.content_wrap.intro h3{
    margin-top: 30px;
}
.content_wrap.intro h3 span{
    font-size: 25px;
}
.subPage .intro_desc{
    font-size: 18px;
    width: 60%;
    line-height: 40px;
    margin: 0 auto 30px;
    padding-left: 100px;
    word-break: keep-all;
    text-align: left;
}
.subPage .intro_desc p{
    font-size: 20px;
    line-height: 40px;
    padding-left: 100px;
    word-break: keep-all;
    text-align: left;
}
.subPage section {
    padding: 50px 0;
}

.subPage div.product{
    display: flex;
    align-items: center;
    width: 100%;
}
.subPage div.product > div {
    width: 50%;
}
.subPage div.product > div.photo {
    text-align: right;
    margin-right: 100px;
    width: 50%;
}
.subPage div.product > div.photo img{
    width: 50%;
}
.subPage div.product img{}
.subPage .product p.prd_name{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.subPage ul.prd_feature01{}
.subPage ul.prd_feature01 li {
    position: relative;
    margin-left: 10px;
    line-height: 40px;
    font-size: 20px;
}
.subPage ul.prd_feature01 li::before{
    position: absolute;
    content: '·';
    display: inline-block;
    font-size: 30px;
    /* width: 20px; */
    top: -7px;
    left: -10px;
    vertical-align: text-top;
}

.subPage section.gallery{
    background: #3d3d43;
}
.subPage section.gallery > div.inn{
    position: relative;
}
.subPage section.gallery ul{

}
.subPage section.gallery li{
    background: #fff;
    max-width: 496px;
    width: calc(33.3333% - 20px) !important;
}
.subPage section.gallery li img{
    width: 100%;
    height: 100%;
}
.subPage section.gallery .swiper{max-width: 90%;  margin: 0 auto;}
.subPage section.gallery ul {
    gap: 25px;
}

section.gallery .paging{
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 40%;
}
section.gallery .paging a.swiper-btn-prev{
    left: -50px;
}
section.gallery .paging a.swiper-btn-next{
    right: -50px;
}

.subPage section.prd_feature02 {
    max-width: 90%;
    margin: 0 auto;
}
.subPage section.prd_feature02 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.subPage section.prd_feature02 li{
    width: calc(50% - 50px);
    margin-bottom: 50px;
}
.subPage section.prd_feature02 p.tle{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #a0a0a0;
}
.subPage section.prd_feature02 .tle_desc{
    font-size: 18px;
    font-weight: 300;
    word-break: keep-all;
}
.subPage section.prd_feature02 .tle_desc table{
    border-collapse: collapse;
    margin-top: 20px;
}
.subPage section.prd_feature02 .tle_desc tr{
    font-size: 18px;
    border: 1px solid;
}
.subPage section.prd_feature02 .tle_desc td {
    font-size: 18px;
    border: 1px solid;
    padding-right: 10px;
}
.subPage section.prd_feature02 .tle_desc p{
    font-size: 14px;
    margin-top: 10px;
}
section.prd_recommendation{
    background: #f8f8f8;

}

section.prd_recommendation ul{
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px
}
section.prd_recommendation li{
    width: 30%;
}
section.prd_recommendation li img{
    width: 100%;
}
section.prd_recommendation p{}
section.prd_recommendation p.photo{
    background: #fff;
    margin-bottom: 15px;
}
section.prd_recommendation p.tle{
}
section.prd_recommendation p.tle a{
    font-size: 20px;
    font-weight:  600;
}
section.prd_recommendation p.desc{
    font-size: 20px;
    margin-bottom: 30px;
}
section.prd_recommendation a.buy_btn{
    display: block;
    width: 150px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #f6921d;
    border: 2px solid ;
}


/* branch_office */

.branch_office .intro{
    padding-bottom: 0;
}
.branch_office h3{
    font-size: 22px;
}
.branch_office .intro ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.branch_office .intro li{
    font-size: 24px;
    font-weight: 500;
    width: calc(33.3333% - 20px);
    text-align: center;
}

.branch_office .intro li img{
    width: 100%;
}
.branch_office .intro li p{
    font-size: 20px;
    margin-top: 20px;
}
.branch_office .intro li span {
    font-size: 20px;
}
div.branch_office .sch_wrap .top select{
    margin-top: 100px;
}