.content_wrap{
  padding-bottom: 100px;
}
.content_wrap h2{
  font-size: 40px;
  margin: 50px 0;
  color: #55554e;
  text-align: center;
}
.inn{
  margin: 0 auto;
}
/* ======================= header ======================= */
div.top_ment{
  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;
}

header {
  background-color: #fff;
  position: fixed;
  top: 80px;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid #dedede;
}
header .inn{

}
header nav{}
header nav .gnb{
  display: flex;
  align-items: center;
  gap: 30px;
}
header nav .gnb a{
  font-size: 16px;
  text-decoration: none;
  color: #333;
}
header a.btn_more{
  display: block;
  width: 90px;
  height: ;
  text-align: center;
  color: #fff !important;
  background: #f6921d;
  border-radius: 50px;
}
header .hd_right{
}

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

footer p{font-size: 14px;}
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: 50%;
  transform: translateY(50%);
  z-index: 500;
}
.paging a.btn_prev {left: 20px;}
.paging a.btn_next {right: 20px;}
.flex-control-nav {
  bottom: 0;
}
main#main_Slider{
  margin-top: 0px;
}
main#main_Slider ul{}
main#main_Slider li{}
main#main_Slider .main_text{
  position: absolute;
  top: 50px;
  left: 40%;
  transform: translateX(-50%);
  max-width: 1200px;
  margin: 0 auto;
  padding: 300px 0 0;
  color: #fff;
}
main#main_Slider .main_text p{font-size: 32px;}
main#main_Slider .main_text h2{
  font-size: 50px;
  margin-bottom: 50px;
}
main#main_Slider .main_text a.more_btn{
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  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: 980px !important;
}
.flex-control-nav{
  bottom: 20px !important;
  z-index: 100;
}

/* ======================= product ======================= */
section.product{
  background: #fff;
}
section.product .main_wrap{
  display: flex;
  padding: 100px 0;
  justify-content: center;
  gap: 15px
}
section.product .main_wrap li{
  width: 50%;
  padding: 50px 0;
  background: url(../img/sec01_bg.png) no-repeat;
  text-align: center;
}
section.product .main_wrap li > div{}
section.product .main_wrap h2{
  color:#212121;
  margin-bottom: 15px;
}
section.product .main_wrap p.small_text{
  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{
  padding: 20px 0;
}
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: 44px;
  margin-top: 20px;
}
section.product .product_list > .inn{
  padding: 50px 0;
}
section.product .product_wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
}
section.product .product_wrap li{
  width: calc(33.33333% - 25px);
  padding: 20px 0;
}
section.product .photo_box{background: #efefef;}
section.product .photo_box img{
  width: 100%;
  padding: 20px;
}
section.product p{
  font-size: 25px;
  margin-top: 10px;
}

section.product p.product_name{
  font-size: 30px;
  font-weight: 500;
  color: #55554e;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
section.product p.product_desc{}
section.product p.normal_price{
  text-decoration: line-through;
}
section.product p.sale_price{
  color: #f6921d;
}


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

.best_review{}
.best_review ul.review_list{}
.best_review ul.review_list li{}
.best_review ul.review_list li > div{}
.best_review .photo_box{}
.best_review .photo_box img{}
.best_review .text_box {}
.best_review .text_box p.tle{}
.best_review .text_box p.tle_desc{}
.best_review .text_box p.user{}




/* ======================= introduction ======================= */
section.introduction {
  background: #fff;
}
section.introduction .content {
  position: relative;
}
section.introduction .top{
  background: #fff;
  height: 570px;
}
section.introduction .video{
  position: absolute;
  max-width: 1400px;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.introduction .video img{
  width: 100%;
}
section.introduction .bottom{
  width: 100%;
  height: 1080px;
  max-height: 1080px;
  background: url(../img/intro_bg.png);
}
section.introduction .content .bottom ul{
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 550px;
  text-align: center;
}
/* section.introduction .content .bottom ul{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
} */
section.introduction .content .bottom p{
  color:#fff;
}
section.introduction .content .bottom p.tle{
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 10px;
}
section.introduction .content .bottom p.tle_desc{
  font-size: 30px;
}

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



/* ======================= branch_office ======================= */
section.branch_office{}
section.branch_office .sch_wrap{
  max-width: 900px;
  width: 100%;
  text-align: center;
  margin: 0 auto 50px;
}
section.branch_office .sch_wrap .top {}
section.branch_office .sch_wrap .top select{
  width: 400px;
  height: 60px;
  border: 1px solid #dddddd;
  background: transparent;
  cursor: pointer;
  text-indent: 5px;
  border-radius: 5px;
}

section.branch_office .sch_wrap .bottom {max-width:800px; position: relative; margin: 30px auto 0;}
section.branch_office .sch_wrap .bottom input{
  width: 100%;
  border-bottom: 1px solid #f06479;
  background: transparent;
  padding: 5px 0;
}

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

}
section.branch_office ul.agency_wrap li .flex > div{
  padding: 0 20px;
}
section.branch_office ul.agency_wrap p img{vertical-align: inherit;}
section.branch_office ul.agency_wrap p {
  font-size: 18px;
  color: #797979;
  margin-bottom: 5px;
}
section.branch_office ul.agency_wrap p.agency{
  font-size: 20px;
  color: #000;
  display: inline-block;
}
section.branch_office ul.agency_wrap p.location{}

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

section.branch_office ul.agency_wrap .btn_wrap{
  display: inline-block;
  margin-left: 5px;
}
section.branch_office .btn_wrap button{
  display: inline-block;
  width: 70px;
  padding: 5px 0;
}
section.branch_office .btn_wrap button:nth-child(1){
  background: #e94900;
}
section.branch_office .btn_wrap button:nth-child(2){
  background: #dc3636;
}
section.branch_office .contact_wrap{
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 100px auto;
}
section.branch_office .contact_wrap li {
  width: 33.3333%;
  text-align: center;

}
section.branch_office .contact_wrap div{
  position: relative;
}

section.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%;
}
section.branch_office .contact_wrap div.bd_none::after{
  border:none
}
section.branch_office .contact_wrap p.tle{
  font-size: 24px;
  color: #212121;
  margin: 15px 0 5px;
}
section.branch_office .contact_wrap p.tle_desc{
  font-size: 24px;
  color: #686868;
}