@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
body{font-family: 'Pretendard'; font-size: 10px}

h3.ja{display: block;text-align: center}
.content_wrap{
  padding: 50px 0;
}
.content_wrap h2{
  font-size: 30px;
  margin: 0 0 50px;
  color: #55554e;
  text-align: center;
}
.content_wrap h2 span{
  color: #2c90c4;
  font-size: 30px;
  margin-left: 5px;
}
.content_wrap h2 p{
  font-size: 30px;
}
.inn{
  max-width: 90%;;
  margin: 0 auto;
}
/* ======================= header ======================= */
div.top_ment{
  display: none;
  position: fixed;
  width: 100%;
  color: #fff;
  background: url(http://dynersum.com/img/top_header_bg.png) no-repeat center center;
  background-size: cover;
  font: normal 14px/50px 'Noto Sans KR', sans-serif; ;
  height: 80px;
  top: 0;
  text-align: center;
  z-index: 1000;
}
div.top_ment img {
  margin: 0 5px;
}
header {
  background-color: #fff;
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
}
header .inn{
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav{}
header nav .gnb{
  display: flex;
  align-items: center;
  gap: 50px;
}
header nav .gnb > li{
  position: relative;
}
header nav .gnb > li > a{
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
}
header nav .gnb .submenu{
  display: none;
  position: absolute;
  background: #fff;
  padding-top: 30px;
}
header nav .gnb li:hover .submenu {
  width: 250px;
  background: #fff;
}
header nav .gnb .submenu li{
  padding: 10px;
}

header a.btn_more{
  display: block;
  width: 90px;
  padding: 6px 0;
  text-align: center;
  color: #fff !important;
  background: #2c90c4;
  border-radius: 50px;
}

header .hd_right{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header .hd_right .top{
  margin-bottom: 5px;
  font-size: 14px;
}

header .hd_right .top:hover a{

}
header .hd_right .top .login_btn{
  display: inline-block; width: 84px; padding: 5px; text-align: center; color: #fff; border-radius: 25px; background: #2c90c4; box-sizing: border-box;
}
header .hd_right .top .login_btn:hover{
}
header .hd_right .top .sign_btn{

}
header .hd_right .bottom{}
header .hd_right .bottom ul{
  display: flex;
  gap: 10px;
}
header .hd_right .bottom li{
  width: 30px;
  height: 30px;
}
header .hd_right .bottom li img{
  width: 100%;
}

header .hd_sch_wrap{
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  position: absolute;
  background: #fff;
}
header .hd_sch_wrap .flex {
  max-width: 90%;;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0;
}
/*
header .hd_sch_wrap .sch_close_btn{
  width: 45px;
  height: 45px;
  background: url("http://dynersum.com/img/sch_close_btn.png");
  background-size: cover;
}
*/

header .hd_sch_wrap img {
  cursor: pointer;
}
header .hd_sch_wrap .sch_close_btn {
  color: #838383;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  padding: 0 5px;
  cursor: pointer;
}
header .hd_sch_wrap .sch_close_btn:hover {
  color: #2c90c4;
}
header .dim_bg {
  position: fixed;
  display: none;
  height: 100%;
  background: #000;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
header .dim_bg.on {
  display: block;
}
header .schBtn{
  width: 90%;
  border: 1px solid #ddd;
  border-radius: 5px;
}

header .schBtn.on{

}
header input[type=text]:focus {

}

/* ======================= quick ======================= */
.quick_menu{
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 200;
}
.quick_menu a{
  display: block;
  height: 61px;
  font-size: 24px;
  font-weight: bold;
  text-indent: -9999em;
  border-radius: 50px;
  /* width: 200px;  line-height: 61px;  text-indent: 15px;   color: #000;  background: #fff; box-shadow: 1px 1px 25px 10px rgb(20 20 20 / 5%); */
}
.quick_menu a span{
  font-size: 2rem;
}

.quick_menu img {
  position: absolute;
  width: 60px;
  height: 61px;
  right: -5px;

}


/* ======================= footer ======================= */
footer{
  color: #fff;
  background: #5f5f5f;
  padding: 30px 0;
  text-align: center;
}
footer .sns_wrap{
  margin-bottom: 20px;
}

footer p{font-size: 14px;}
footer p span{font-size: inherit}
footer .sns_wrap {}
footer .sns_wrap a{
  margin: 0 5px;
}
footer .more_link_wrap{
  margin: 20px 0;
}
footer .more_link_wrap a{
  font-size: 14px;
  color: #fff;
  margin: 0 20px;

}


/* ======================= main =======================*/
main{
  position: relative;
}
.paging a{
  position: absolute;
  top: 40%;
  transform: translateY(50%);
  z-index: 500;
}
.paging a.btn_prev {left: 20px;}
.paging a.btn_next {right: 20px;}

main#main_Slider{
  margin: 80px auto 0;
  border: none;
}
.flex-control-nav{
    bottom: 100px !important;
    z-index: 1000;
}
.flex-control-paging li a {
    background: rgba(255,255,255,.7) !important;
    width: 75px !important;
    height: 5px !important;
    box-shadow: none !important;
    -webkit-box-shadow : none !important;
}
.flex-control-paging li a.flex-active {
    background: rgba(255,255,255,1) !important;
}
main#main_Slider ul{}
main#main_Slider li{}
main#main_Slider li:nth-child(3),
main#main_Slider li:nth-child(4) p{
  color:#fff;
}
main#main_Slider li:nth-child(3),
main#main_Slider li:nth-child(4) h2{}
main#main_Slider .main_text{
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  max-width: 1200px;
  margin: 0 auto;
}
main#main_Slider .main_text p{font-size: 32px;}
main#main_Slider .main_text h2{
  font-size: 50px;
}
main#main_Slider .main_text a.more_btn{
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

main video{
  width: 100%;
  height: 980px;
  object-fit: cover;
}
.flexslider .slides>li {
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  height: auto !important;
  margin-bottom: 0;
}
.flex-direction-nav .flex-disabled {
  opacity: 1;
}
.flex-direction-nav .flex-prev {}
.flex-direction-nav a:before {}
.flexslider:hover .flex-direction-nav .flex-next {}
.flex-direction-nav a.flex-next:before {}

/* ======================= product ======================= */
section.product{
  background: #fff;
  padding: 0;
  margin: 100px 0;
}
section.product .main_wrap{
  display: none;
  padding: 50px 0;
  justify-content: center;
  gap: 20px;
}
section.product .main_wrap li{
  width: 50%;
  padding: 50px 0;
  background: url(../img/sec01_bg.png) no-repeat;
  background-size: cover;
  text-align: center;
}
section.product .main_wrap li > div{}

section.product .main_wrap h2{

  font-weight: bold;
  color:#212121;
  margin-bottom: 15px;
  margin-top: 0;
}
section.product .main_wrap p.small_text{
  color: #212121;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
section.product .main_wrap .more_btn{
  display: block;
  content: '';
  width: 142px;
  height: 42px;
  margin: 0 auto;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
}
section.product .main_wrap p.photo{
  margin: 30px 0;
}
section.product .main_wrap p.photo img{}

section.product .product_list{}
section.product .product_list h2 span{color: #2c90c4; font-size: 30px;  margin-left: 5px;}
section.product .banner{
  width: 100%;
  height: 460px;
  padding: 120px 0;
  background: url(../img/product_banner_bg01.png) no-repeat center;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
section.product .banner.b02{
  background: url(../img/product_banner_bg02.png) no-repeat center;
  background-size: cover;
}
section.product .banner span{
  font-size: 30px;
}
section.product .banner p{
  font-size: 40px;
  margin-top: 40px;
}
section.product .product_list > .inn{
  padding: 50px 0 80px;
}
section.product .product_wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
}
section.product .product_wrap li{
  width: calc(33.33333% - 50px);
}
section.product .photo_box{background: #efefef;}
section.product .photo_box img{}
section.product p{
  font-size: 25px;
  margin-top: 10px;
}

section.product p.product_name{
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
section.product p.product_name a{
  font-size: 20px;
  font-weight: 600;
  color: #55554e;
}
section.product p.product_desc{
  color: #7d7d7d;
}
section.product p.normal_price{
  color: #7d7d7d;
  font-size: 16px;
  text-decoration: line-through;
}
section.product p.sale_price{
  color: #2c90c4;
  font-size: 16px ;
  font-weight: 600;
}


/* ======================= best_review =======================     */

section.best_review{
  padding: 50px 0 70px;
  background: #f8f8f8;
}
section.best_review .inn{
  position: relative;
}
/* section.best_review ul.review_list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
} */
section.best_review ul.review_list li{
  width: calc(20% - 20px) !important;
  margin: 0 10px 0;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
section.best_review ul.review_list li > div{
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 20px;
}

section.best_review .photo_box{
  height: 245px;
}
section.best_review .photo_box img{
  background: #ebebeb;
  width: 100%;
  height: 100%;
}

section.best_review .text_box {}
section.best_review .text_box p.tle{
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 15px;
}
section.best_review .text_box p.tle_desc{
  font-size: 16px;
    margin-bottom: 30px;
  color:#7d7d7d;
  word-break: keep-all;
}
section.best_review .text_box p.user{
  font-size: 20px;
  text-align: right;
  color:#7d7d7d;
  margin-top: 50px;
}

section.best_review .paging{
  z-index: 100;
}
section.best_review .paging a{
}
section.best_review .paging a{
  position: absolute;
  top: 50%;
  transform: translateY(50%);
}

section.best_review .paging a.swiper-btn-prev{
  left: -50px;
}
section.best_review .paging a.swiper-btn-next{
  right: -50px;
}

/* ======================= introduction ======================= */
section.introduction {display:none; background: #fff; padding: 0 }
section.introduction .content {position: relative; padding-bottom: 50px}
section.introduction .content h2 span.dynersum {color:#ba1319; font-style: italic; font-size: 30px;}
section.introduction .top{
  background: #fff;
  height: 500px;
}
section.introduction .video{
  position: absolute;
  max-width: 1200px;
  width: 100%;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.introduction .video img{
  width: 100%;
}
section.introduction .bottom{
  width: 100%;
  height: 800px;
  max-height: 800px;
  background: url(../img/intro_bg.png);
}
section.introduction .content .bottom ul{
  display: flex;
  justify-content: center;
  max-width: 90%;;
  gap: 200px;
  margin: 0 auto;
  padding-top: 360px;
  text-align: center;
}
section.introduction .content .bottom li {}
section.introduction .content .bottom li img {
  width: 150px;
  height: 150px;
}
section.introduction .content .bottom p{
  color:#fff;
}
section.introduction .content .bottom p.tle{
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 10px;
}
section.introduction .content .bottom p.tle_desc{
  font-size: 25px;
}

ul.service_wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 90%;;
  margin: 0 auto;
  gap: 50px;
}
ul.service_wrap li {
  width: calc(33.3333% - 50px);
  border: 1px solid transparent;
  box-shadow: 1px 1px 10px 7px rgb(20 20 20 / 5%);
  padding: 40px 20px;
}
ul.service_wrap li > div{
  padding: 0 20px;
}
ul.service_wrap li img{
  width: 80px;
  height: 80px;
}
ul.service_wrap li p.tle{
  font-size: 25px;
  font-weight: bold;
  margin: 30px 0 15px;
}
ul.service_wrap li p.tle_desc{
  font-size: 16px;
  margin-bottom: 30px;
}
ul.service_wrap li a.more_link{
  font-size: 20px;
  font-family: 'Pretendard';
  color: #2c90c4;
}



/* ======================= branch_office ======================= */
section.branch_office{
  background: #f8f8f8;
  padding: 50px 0 80px;
  margin-top: 30px;
}
.branch_office .sch_wrap{
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto 50px;
}
.branch_office .sch_wrap .top {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  justify-content: space-between;
}

.branch_office .sch_wrap .top select{
  width: calc(50% - 10px);
  height: 60px;
  margin: 0 5px;
  border: 1px solid #dddddd;
  background: transparent;
  cursor: pointer;
  text-indent: 5px;
  border-radius: 5px;
}
.branch_office .sch_wrap option {
    font-size: 14px;
}
.branch_office .sch_wrap .bottom {max-width:800px; position: relative; margin: 30px auto 0;}
.branch_office .sch_wrap .bottom input{
  width: 100%;
  border-bottom: 2px solid #f06479;
  background: transparent;
  padding: 5px 0 10px;
  font-size: 1.5rem;
}

.branch_office .sch_wrap .bottom img{
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.branch_office .map_wrap{
}
section.content_wrap.map_wrap {
  padding: 30px 0 50px;
  margin-bottom: 20px;
}
.branch_office .map_wrap .inn{
  display: flex;
  height: 700px;
  box-shadow: 2px 10px 20px 3px rgb(20 20 20 / 5%);
}
.branch_office .left{
  width: 50%;
}
.branch_office .map_wrap iframe{
  width: 100%;
  height: 100%;
}
.branch_office .right{
  width: 50%;
  height: 100%;
  overflow-y: scroll;
  padding: 20px;
  background: #fff;
}
.branch_office .right .top{
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.branch_office .right .top span {
  font-size: 14px;
  color: #6d6d6d;
}
.branch_office .right .top .alignment{
  display: inline-block;
  float: right;
  color: #6d6d6d;
  cursor: pointer;
  font-weight: 500;
}
.branch_office .alignment span.on{
  color: red;
}
.branch_office ul.agency_wrap {
}
.branch_office ul.agency_wrap li {
  padding: 20px 0 10px;
}
.branch_office ul.agency_wrap li .flex{

}
.branch_office ul.agency_wrap li .flex > div{
  padding: 0 20px;
}
.branch_office ul.agency_wrap p img{vertical-align: inherit;}
.branch_office ul.agency_wrap p {
  font-size: 18px;
  color: #797979;
}
.branch_office ul.agency_wrap p.location,
.branch_office ul.agency_wrap p.tel{
  margin: 5px 0;
}
.branch_office ul.agency_wrap p.agency_photo{
  max-width: 200px;
  width: 50%;
}
.branch_office ul.agency_wrap p.agency_photo img{
  width: 100%;
  height: 100%;
}
.branch_office ul.agency_wrap p.agency{
  font-size: 20px;
  color: #000;
  display: inline-block;
}
.branch_office ul.agency_wrap p.location{}

.branch_office ul.agency_wrap p.tel{
  margin-bottom: 30px;
}
.branch_office ul.agency_wrap a.more_link{
  font-size: 15px;
  padding:5px 20px;
  margin-top: 20px;
  border: 1px solid #535353;
}

.branch_office ul.agency_wrap .btn_wrap{
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.branch_office .btn_wrap button{
  display: inline-block;
  width: 70px;
  padding: 5px 0;
  font-size: 12px;
  margin-right: 5px;
}
.branch_office .btn_wrap1 {
  background: #e94900;
}
.branch_office .btn_wrap2 {
  background: #dc3636;
}
.branch_office .btn_wrap3 {
  background: #2c90c4;
}
.branch_office .contact_wrap{
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  width: 100%;
  margin: 50px auto 20px;
}
.branch_office .contact_wrap li {
  width: 33.3333%;
  text-align: center;

}
.branch_office .contact_wrap div{position: relative;}
.branch_office .contact_wrap div img{
  width: 100px;
  height: 100px;
}

.branch_office .contact_wrap div::after{
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: inline-block;
  border-right: 1px solid #5f5f5f;
  width: 1px;
  height: 100%;
}
.branch_office .contact_wrap div.bd_none::after{
  border:none
}
.branch_office .contact_wrap p.tle{
  font-size: 24px;
  color: #212121;
  margin: 15px 0 5px;
}
.branch_office .contact_wrap p.tle_desc{
  font-size: 20px;
  color: #686868;
}

 .paging_wrap{
  margin: 100px auto 30px;
  max-width: 90%;;
  text-align: center;
}
.paging_wrap a{
  background: #f9f9f9;
  color:#9c9999;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 30px;
}
.paging_wrap a.on{
  color: #545861;
  background: #eaeaea;
}

.paging_wrap a.last{width: 60px;}





/* ======================= branch_office_detail ======================= */

/* 슬라이드 배너*/
.branch_office_detail main#main_Slider{
  margin-top: 50px;
  background: #ddd;
}
.branch_office_detail .flex-control-nav{
  bottom: 20px !important;
  z-index: 1000;
}
.branch_office_detail .flex-control-paging li a {
  background: rgba(255,255,255,.7) !important;
  width: 75px !important;
  height: 5px !important;
  box-shadow: none !important;
  -webkit-box-shadow : none !important;
}
.branch_office_detail .paging a{top: 40%;}
.branch_office_detail .paging a.btn_prev {left: -70px;}
.branch_office_detail .paging a.btn_next {right: -70px;}
.branch_office_detail .flex-control-paging li a.flex-active {background: rgba(255,255,255,1) !important;}
.branch_office_detail main#branchSlider ul{}
.branch_office_detail main#branchSlider li{}

.branch_office_detail main#branchSlider li:nth-child(3),
.branch_office_detail main#branchSlider li:nth-child(4) h2{}
.branch_office_detail main#branchSlider .main_text{
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  max-width: 1200px;
  margin: 0 auto;
}
.branch_office_detail main#branchSlider .main_text p{font-size: 32px;}
.branch_office_detail main#branchSlider .main_text h2{font-size: 50px;}

.branch_office_detail main#branchSlider .main_text a.more_btn{
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}
.branch_office_detail p.photo_wrap{
  line-height: 500px;
  text-align: center;
  font-size: 30px;
  color: #000 !important;
}

.branch_office_detail .flex-control-nav {display: none}

.branch_office_detail{padding: 0;}
.branch_office_detail .inn{max-width: 1000px; margin: 0 auto}
.branch_office_detail > div{padding: 50px 0;}
.branch_office_detail .con1{
  background: #f8f8f8 ;
}
.branch_office_detail .con1{}
.branch_office_detail h3{}

.branch_office_detail .jackery{
  font-size: 12px ;
  font-weight: initial;
  color: #fff;
  background: #e94900;
  display: inline-block;
  width: 70px;
  padding: 5px 0;
}
.branch_office_detail .honda{
  font-size: 12px ;
  font-weight: initial;
  color: #fff;
  background: #dc3636;
  display: inline-block;
  width: 70px;
  padding: 5px 0;
}
.branch_office_detail .online_mall{
  font-size: 12px ;
  font-weight: initial;
  color: #fff;
  background: #2c90c4;
  display: inline-block;
  width: 70px;
  padding: 5px 0;
}


.branch_sns_wrap{}
.branch_sns_wrap p{
  font-size: 20px;
  margin: 30PX auto 20px;
  font-weight: 600;
  text-align: center;
}
.branch_sns_wrap ul{
  display: flex;
  justify-content: center;
  gap: 50px;
}
.branch_sns_wrap li{ }
.branch_sns_wrap li a{
  display: inline-block;
  text-align: center;
}
.branch_sns_wrap li img {
  width: 55px;
  margin: 0 auto;
}
.branch_sns_wrap li p{
  font-size: 18px;
  margin-top: 5px;;
}

.branch_map_wrap{
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.branch_map_wrap li{
}
.branch_map_wrap li div{
  display: flex;
  align-items: center;
}
.branch_map_wrap p{}
.branch_map_wrap p.text{}
.branch_map_wrap p img{}
.branch_map_wrap p.text span{
  display: block;
  color: #797979;
  font-size: 18px;
  margin-left: 10px;
}
.branch_map_wrap p.text span.tle{
  color:#111;
  font-size: 20px;
  font-weight: 600;
}

.con2 .map {
  text-align: center;
}
.con2 .map iframe{
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  header .inn h1 img{width: 280px;}
  header nav .gnb {gap: 20px}
  header nav .gnb > li > a {font-size: 14px}
  header .hd_right .bottom li {
    width: 25px;
    height: 25px;
  }
  header .hd_right .top {font-size: 10px}
  header .hd_right .top a{
    display: block;
  }
  header .hd_right .top .login_btn {
    padding: 2px;
    margin-top: 5px;
  }
}