@charset "utf-8";
/* 내용-공통 */
.mt_10{ margin-top:10px;}
.mt_20{ margin-top:20px;}
.mt_30{ margin-top:30px;}
.mt_40{ margin-top:40px;}
.mt_50{ margin-top:50px;}
.mt_60{ margin-top:60px;}
.mt_70{ margin-top:70px;}
.mt_80{ margin-top:80px;}
.mt_90{ margin-top:90px;}
.mt_100{ margin-top:100px;}
.mb_10{ margin-bottom:10px;}
.mb_20{ margin-bottom:20px;}
.mb_30{ margin-bottom:30px;}
.mb_40{ margin-bottom:40px;}
.mb_50{ margin-bottom:50px;}
.mb_60{ margin-bottom:60px;}
.mb_70{ margin-bottom:70px;}
.mb_80{ margin-bottom:80px;}
.mb_90{ margin-bottom:90px;}
.mb_100{ margin-bottom:100px;}

.pt_10{ padding-top:10px;}
.pt_20{ padding-top:20px;}
.pt_30{ padding-top:30px;}
.pt_40{ padding-top:40px;}
.pt_50{ padding-top:50px;}
.pt_60{ padding-top:60px;}
.pt_70{ padding-top:70px;}
.pt_80{ padding-top:80px;}
.pt_90{ padding-top:90px;}
.pt_100{ padding-top:100px;}
.pb_10{ padding-bottom:10px;}
.pb_20{ padding-bottom:20px;}
.pb_30{ padding-bottom:30px;}
.pb_40{ padding-bottom:40px;}
.pb_50{ padding-bottom:50px;}
.pb_60{ padding-bottom:60px;}
.pb_70{ padding-bottom:70px;}
.pb_80{ padding-bottom:80px;}
.pb_90{ padding-bottom:90px;}
.pb_100{ padding-bottom:100px;}
.fl{ float:left;}




/*가로스크롤*/
.row-horizon {
  position:relative;
  width:100%;
  overflow-x: hidden;
  overflow-y: hidden;
}


@media (max-width:1000px) {
	/*가로스크롤*/
	.row-horizon:before{content:"← 좌우스크롤로 확인해주세요 →"; display:block;  margin:5px 0 5px 5px; font-size:11px; color:#999;}
	.row-horizon {
	  overflow-x: scroll;
	  overflow-y: hidden;
	  white-space: nowrap;
	  float: none;
	  width: 100%;
	}

}


#subTopBox {
    padding: 50px 0;
    text-align: center;
    max-width: 1920px;
    /* width: 80%; */
    margin-left: auto;
    margin-right: auto;
}
#subTopBox h2{
    font-size: 42px;
    letter-spacing:-2px;
    margin-left:-2%;
    opacity:0;
    font-weight: 600;
}
#subTopBox.on h2 {
	opacity:1;
	margin-left:0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#subTopBox ul{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
#subTopBox li{
    display: inline-block;
}
#subTopBox li a{
    display: inline-block;
    font-size: 17px;
    text-align: center;
    padding: 0 15px;
}
#subTopBox li.on a,
#subTopBox a:hover{
    font-weight: 500;
    color: #000;
}
#subTopBox .subtop_telBox p.tit{
    font-size: 16px;
    font-weight: 500;
}
#subTopBox .subtop_telBox p.txt{
    font-size: 14px;
    font-weight: 100;
    margin-top: 10px;
}
#subTopBox .subtop_telBox p.tel{
    font-size: 35px;
    letter-spacing: -2px;
    font-weight: 500;
}
#subTopBox .top_imgbox{position:relative;/* margin-left: -10%; */margin-top: 40px;}
#subTopBox .top_imgbox .top_img{width: 80%;}
#subTopBox .top_imgbox .top_img.st01{background:url(../img/sub/sub_top01.jpg) no-repeat right center;background-size: 100%}
#subTopBox .top_imgbox .top_img.st02{background:url(../img/sub/sub_top02.jpg) no-repeat right top;background-size: 100%}
#subTopBox .top_imgbox .top_img.st03{background:url(../img/sub/sub_top03.jpg) no-repeat right top;background-size: 100%}
#subTopBox .top_imgbox .top_img.st04{background:url(../img/sub/sub_top04.jpg) no-repeat right top;background-size: 100%}
#subTopBox .top_imgbox .top_img.st05{background:url(../img/sub/sub_top05.jpg) no-repeat right top;background-size: 100%}
#subTopBox .top_imgbox .top_img.st06{background:url(../img/sub/sub_top06.jpg) no-repeat right top;background-size: 100%}
#subTopBox.on .top_imgbox .top_img{background-size: 105% !important;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#subTopBox .top_imgbox .top_img p{text-align:left;color: #000;font-size: 30px;font-weight: 600;line-height: 1.5;padding: 80px 0;}
#subTopBox .top_imgbox .top_img p span{display:block}
#subTopBox .subtop_telBox {
    color: #FFF;
    background: #222;
    position: absolute;
    right: 10%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    padding: 40px;
    margin-top: -7%;
}

.boardWrap{margin-top:10px;margin-bottom:80px}

#contWrap{
    margin-top: 60px;
}
#contWrap h3{text-align:center;font-weight: 800;font-size: 30px;text-transform: uppercase;margin-bottom:80px;color: #333;}

#contWrap h3:after{content:'';display:block;width: 8%;height:3px;background:#000;text-align: center;margin: 30px auto;}
#contWrap h3 p{font-weight:400;font-size: 18px;margin-top: 20px;color:#000}

#contWrap > *{
	/* font-family:'Noto Sans KR' !important */
}
#contWrap .areaBox{
    position: relative;
}

#contWrap .areaBox.area2{
    width: 50%;
    float: left;
    /* overflow: hidden; */
}
#contWrap .areaBox.area2 img{width: 80%;}
#contWrap .areaBox.area2.st2{width:48%;margin-right:2%}
#contWrap .areaBox.area2.st2:nth-of-type(2){margin-left:2%;margin-right:0}
#contWrap .areaBox.area2.st3{width:48%;margin-left:2%}
#contWrap .areaBox.area2.st3:nth-of-type(2){margin-right:2%;margin-left:0}
#contWrap .areaBox.area2.st4{width:46%;margin-left:2%;margin-right:2%}

#contWrap h4{
    font-size: 37px;
    letter-spacing: -1.5px;
    font-weight: 400;
}
#contWrap h4 span.s{
	font-size:30px
}

#contWrap h4.lineV p{
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 7px;
}
#contWrap .areaBox .sTit{
    font-size: 15px;
    word-break: keep-all;
    line-height: 25px;
    margin-top: 20px;
}
.areaBoxWrap{
    overflow:hidden;
    margin-bottom: 120px;
}
.areaBoxWrap.imgVer{
	margin-top: 0;
}
#contWrap .areaBoxWrap .sTit{
    padding-right: 3vw;
}

.subTextWrap {overflow:hidden;margin-bottom:140px}

/* 회사소개 */
.comp_info{text-align: center;margin-top: 30px;}
.comp_info2{margin-top: 50px;}
.comp_info2 p{
    margin-bottom: 20px;
    font-size: 18px;
    word-break: keep-all;
    line-height: 1.8;
}

.comp_map {padding-top: 0;}
.comp_map #centerMap{width:100%;height: 550px;background: #CCC;}
.autoW .root_daum_roughmap_landing{width:100% !important;margin-top: 40px;}
.mapText {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.mapText .adr{
    width: 50% !important;
    background: #ffc20f;
    line-height: 45px;
    padding: 50px;
}
.mapText .tel{
    background: #505050;
    width: 50%;
}

.comp_map .mapBox ul{
    display: flex;
    justify-content: space-between;
}
.comp_map .mapBox li{
    width: 25%;
    padding: 10px 4%;
    /* background: #f0f0f0; */
    margin-top: 0;
    text-align:left;
    /* border: 3px solid #e2e2e2; */
}
.comp_map .mapBox.boardV ul {
	justify-content:center
}
.comp_map .mapBox.boardV li{margin-top:0}/*
.comp_map .mapBox li:nth-of-type(1){
    width: 49%;
}*/
.comp_map .mapBox li:before{
	content:'';
	display: inline-block;
	width: 46px;
	height: 50px;
	float: left;
	margin-right: 15px;
}
.comp_map .mapBox li:nth-of-type(1):before{
	background: url(../img/sub/ico_map.png) no-repeat left center;
	background-size: 35px;
}
.comp_map .mapBox li:nth-of-type(2):before{
	background: url(../img/sub/ico_tel.png) no-repeat left center;
	background-size: 36px;
}
.comp_map .mapBox li:nth-of-type(3):before{
	background: url(../img/sub/ico_fax.png) no-repeat left center;
	background-size: 35px;
}
.comp_map .mapBox li:nth-of-type(4):before{
	display: none
}
.comp_map .mapBox li p{
    color: #222;
}
.comp_map .mapBox li .tit{font-size: 15px;margin-bottom: 5px;font-weight: 600;}
.comp_map .mapBox li .txt{
    font-size: 22px;
}

/* 연혁 */
.comp_hist {position: relative;margin-top: -60px;padding-top: 60px;}
.comp_hist #tabBox .tit{
    display: flex;
    justify-content: center;
}
.comp_hist #tabBox .tit li{position: relative;}
.comp_hist #tabBox .tit li a{
    z-index: 10;
    position: relative;
    display: block;
    font-size: 22px;
    color: #000;
    padding: 10px 70px;
    margin: 0 15px;
}
.comp_hist #tabBox .tit li a:focus{border:0;outline:0}
.comp_hist #tabBox .tit li.ui-state-active a,
.comp_hist #tabBox .tit li:hover a {
    font-weight: 600;
}
.comp_hist #tabBox .tit li.on:after,
.comp_hist #tabBox .tit li:hover:after,
.comp_hist #tabBox .tit li.ui-state-active:after {
	content:'';
	background: #dedede;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.comp_hist #tabBox .tit li:after{
	content:'';
	position: absolute;
	display: block;
	width: 55px;
	height: 55px;
	background: #f0f0f0;
	border-radius: 50%;
	top: 0;
	z-index: 1;
	margin-left: 40px;
}
.comp_hist .hisBox {
    position: relative;
}
.comp_hist .hisBox{
    display: none;
    margin-top: 120px;
}
.comp_hist .hisBox > ol{width: 960px;margin: 0 auto;}
.comp_hist .hisBox > ol > li{
    display: flex;
    margin-bottom: 40px;
    position: relative;
}
.comp_hist .hisBox .years{
    font-size: 35px;
    font-weight: 600;
    width: 30%;
    padding-left: 30px;
    z-index: 2;
}
.comp_hist .hisBox > ol > li:after{content:'';display: block;position: absolute;width: 2px;/* height: 90px; */background: #eaeaea;z-index: 1;margin-left: 26%;bottom: 0;top: 0;}
.comp_hist .hisBox .dates ol{
    margin-top: 5px;
}
.comp_hist .hisBox .dates li{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.comp_hist .hisBox .dates li b:nth-of-type(1){
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 600;
    color: #2a598d;
}

.makerList * ,.makerList *:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* maker */
.makerList > li{
    margin-bottom: 140px;
    position: relative;
    padding-bottom: 30px;
}
.makerList .logoT{
    width: 60%;
    background: white;
    margin: 0 auto -50px;
    z-index: 2;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
.makerList .logoT img{width: auto;}
.makerList li ul{
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    padding-bottom: 90px;
    margin-top: 100px;
}
.makerList li li{
    display: inline-block;
    width: 25%;
    padding: 0 2%;
}
.makerList li li a{
    display: block;
    position: relative;
    height: 100%;
}
.makerList li li a .txtbox{
    z-index: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.makerList li li .tit{font-size: 20px;font-weight: 600;color: #000;margin-bottom: 15px;}
.makerList li li .txt{display:none;color: #000;font-size: 15px;letter-spacing: -.8px;line-height: 1.5;height: 130%;flex: 1;}
.makerList li li .moreBtn{
    display: inline-block;
    z-index: 4;
    background: #000;
    color: #FFF;
    width: 150px;
    line-height: 40px;
    /* position: absolute; */
    /* bottom: 0; */
}
.makerList li li .imB{
    display: block;
    position: relative;
    width: 100%;
	-webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	-moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.makerList li li a:hover .imB{
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.makerList li li .imB:after{
	content:'';
	display:block;
	padding-top: 100%;
}
.makerList li li .imB img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.makerList li .bgimg{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    bottom: 10%;
    overflow: hidden;
}
.makerList li .bgimg img{
    position: absolute;
    width: 100%;
}

.makerList.st2 > li{margin-bottom: 0;padding-bottom: 0;/* display: flex; *//* justify-content: center; */width: 100%;}
.makerList.st2 li ul {
    background: url(../img/sub/bg_logo.gif) no-repeat center 0;
    background-size: 30%;
    margin-top: 0;
    padding-top: 5%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: flex-start;
}

.makerList.st2 li li {width: 24%;display: flex;/* float: left; */flex-direction: column; align-items: center;}

.makerList.st2 li li:hover  .imB{
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
	.irBox ul li:nth-of-type(1) .numBox div:nth-of-type(1) img{height:60px !important}
	.irBox ul li:nth-of-type(2) .numBox div:nth-of-type(4) img{height:120px !important}


@media (max-width:700px) {

.makerList.st2 li ul {
}

.makerList.st2 li li {}

}


.makerList.st2 li .stit{
    display: none;
    color: #666;
    border: 1px solid #DDD;
    padding: 5px 16px;
    background: #f0f0f0;
    margin-bottom: 10px;
}
.makerList.st2 li .txtbox{margin-top: 40px;}
.makerList.st2 li li .imB:after {padding-top: 120%;}
.makerList.st2 li li .imB img {height:100%}

.makerList.st3 .txtbox{
    width: 100%;
    bottom: 0;
    padding: 0;
    display: none;
    flex-direction: inherit;
    top: 66%;
}
.makerList.st3 > li{
    margin-bottom: 0;
}
.makerList.st3 li li{
    width: 24%;
    margin-bottom: 50px;
    /* border: 1px solid #f0f0f0; */
}
.makerList.st3 .imB{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.makerList.st3 .imB img{/* height:100% */padding: 0;position: relative;width: 80%;}
.makerList.st3 .tit{
    font-size: 14px;
}
.makerList.st3 .moreBtn{
    background: #F0f0f0;
    opacity:0.6;
    color: #000;
    font-size: 12px;
}
.makerList.st3 li .moreBtn:hover{
    background: #000;
    color: #FFF;
	opacity:1;
}
.makerList.st3 li li .imB:after{
    padding-top: 0;
}

.comp_org {
}
.comp_org .orgList{
    margin-top: 80px;
    max-width: 1200px;
    margin: 120px auto 30px;
    position: relative;
}
.comp_org .orgList > div{
    font-size: 15px;
    text-align: center;
}
.comp_org .orgList .ceo{
    width: 250px;
    background: #2f2f2f;
    font-size: 20px;
    line-height: 70px;
    margin: 0 auto;
    letter-spacing: -2px;
    font-weight: 600;
    color:#FFF;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.comp_org .orgList .sceo{
    font-size: 18px;
    background: #777777;
    width: 250px;
    line-height: 60px;
    margin: 30px auto;
	color:#FFF

}
.comp_org .orgList .pm{
    font-size: 18px;
    background: #777777;
    width: 180px;
    line-height: 60px;
    float: right;	color:#FFF

}
.comp_org .orgList .orgBox{
    overflow: hidden;
    width: 100%;
    padding-top: 130px;
}
.comp_org .orgList .orgBox ul{
    display: flex;
    width: calc(100% + 30px);
    justify-content: space-between;
    margin-left: -15px;
}
.comp_org .orgList .orgBox li{padding: 30px 10px;margin: 0 15px;background: #e4e4e4;width: 100%;position: relative;}
.comp_org .orgList .orgBox li div{
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    word-break: keep-all;
}
.comp_org .orgList .orgBox li div span{
	display:block;
	margin-bottom: 10px;
}
.comp_org .orgList .orgBox li p{
    font-weight: 600;
    margin-bottom: 0;
}
.comp_org .orgList .ceo:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 120px;
	background: #DDD;
	left: 50%;
}
.comp_org .orgList .sceo:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 149px;
	background: #DDD;
	left: 50%;
}
.comp_org .orgList .pm:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	width: calc(50% - 180px);
	height: 1px;
	background: #DDD;
	left: 50%;
	margin-top: 31px;
}
.comp_org .orgList .pm:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	width: 90%;
	height: 1px;
	background: #DDD;
	margin-left: auto;
	left: 50%;
	top: 189px;
	margin-right: auto;
	transform: translate(-50%);
}
.comp_org .orgList .orgBox li:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 72px;
	background: #DDD;
	left: 50%;
	top: -70px;
}

.irBox {
    width: 75vw !important;
}
.irBox ul li{
    display: flex;
    padding-bottom: 30px;
    height: auto;
}
.irBox ul li .tit{
    background: #222222;
    width: 20%;
    height: 110px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
    font-size: 22px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #FFF;
    padding-top: 29px;
}
.irBox ul li .tit span{font-size:15px;display:block}
.irBox ul li .numBox{
    flex: 1;
    margin-left: -10px;
    background: #fafafa;
    display: flex;
    z-index: 1;
    margin-top: 20px;
}
.irBox ul li .numBox div{
    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.irBox ul li .numBox div p{
    font-size: 18px;
}
.irBox ul li .numBox div em{
    font-weight: 600;
    font-size: 32px;
}
.irBox ul li .numBox div em:after{
	content: '억원';
	display:block;
	font-size: 12px;
	font-weight: 300;
}
.irBox.ver2{
    margin: 10px auto 70px;
}
.irBox.ver2 li .tit{
    width: 13%;
    background: #2d2d2d;
    padding: 30px 0;
    line-height: 1.5;
    height: auto;
}
.irBox.ver2 li img{
    width: auto;
	height:30px
}
.irBox.ver2 ul li .numBox div{
    align-items: center;
    width: 25%;
    padding: 30px;
}
.irBox.ver2 ul li .numBox{margin-left:0;background: #FFF;border: 1px solid #DDD;flex-wrap: wrap;}

.irBox .more_pr{text-align:center;font-size: 18px;margin-top: 30px;}
.irBox .more_pr a{display: block;background:#222;color: #222;line-height: 46px;border-radius: 10px;width: 270px;margin: 17px auto;font-size: 16px;/* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */background: url(../img/sub/dart_logo.png) no-repeat 28px center;border: 1px solid #DDD;padding: 10px 10px 10px 132px;background-size: 105px;font-weight: 600;}



/*지점 소개 페이지*/
.fran_total {font-size:1.6em; width:1000px; margin: 0 auto; background:url(../img/sub/contact_img.png) no-repeat 380px 100px; }
.fran {padding:20px; line-height:1.8em;}
.fran .title {font-size:1em;}
.fran .title:before {content:""; border:1px solid #707070; width:30px; display:flex}
.fran span {background-color:#333; color:#fff; border-radius:4px; font-size:0.8em; width:60px; height:30px; text-align:center; line-height:30px; display:inline-block; margin-right:10px}


@media (max-width: 767px) {
.fran_total {font-size:1.3em; width:94%; margin: 0 auto; background:none;}
}


