/* 하이랜드스톤 1 */

/* ==============================
   하이랜드스톤 상단 주황 배너
================================ */
.hl_top_banner{
  width:100%;
  background:#f88119;
  padding:70px 0;            /* 높이감 */
  text-align:center;
}

.hl_top_banner .hl_top_inner{
  max-width:1500px;          /* 기존 컨테이너 폭과 맞춤 */
  margin:0 auto;
  padding:0 20px;
}

.hl_top_banner .hl_top_sub{
  margin:0 0 14px;
  color:#fff;
  font-size:1.35em;          /* 윗줄 */
  font-weight:500;
  line-height:1.4;
  word-break:keep-all;
}

.hl_top_banner .hl_top_title{
  margin:0;
  color:#fff;
  font-size:2.6em;           /* 아랫줄(큰 글씨) */
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.02em;
  word-break:keep-all;
}


.fc_ver3_pointer {color:#f88119; }
.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; margin:0 auto;}

.daon_ver3_page_title{width:100%; text-align:center; margin-bottom:70px;}
.daon_ver3_page_title h1{width:100%; font-size:2.5em; font-weight:600;}
.daon_ver3_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_ver3_page_title h2{width:100%; font-size:1.2em; color:#666; margin-top:20px; }

.daon_ver3_sub_type15 {width:100%; max-width:1500px; margin:0 auto;}
.daon_ver3_sub_type15:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type15 .type15-1 {position:relative; width:100%;}
.daon_ver3_sub_type15 .type15-1:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type15 .type15-1 .con_box { display:flex; align-items: center;justify-content: space-between; flex-direction: row-reverse; width:100%; margin:100px auto;}
.daon_ver3_sub_type15 .type15-1 .con_box:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type15 .type15-1 .img_box {position:relative; width:50%; transition:0.5s all ease; } 
.daon_ver3_sub_type15 .type15-1 .img_box img {max-width:100%; box-shadow: 15px 15px 10px rgba(0,0,0,.05); transition:0.5s all ease; border-radius:10px;}
.daon_ver3_sub_type15 .type15-1 .txt_box {position:relative; width:50%; padding-right:50px; overflow:hidden;  } 
.daon_ver3_sub_type15 .type15-1 .txt_box:after{ content:""; display:block; clear:both;}

/* ✅ 수정: 제목라인을 좌/우 배치 + 줄바꿈 허용 */
.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 {
  display:flex;
  align-items:center;
  justify-content:space-between; /* 좌:제목 / 우:주황박스 */
  gap:20px;
  flex-wrap:wrap;               /* 화면 줄면 배지 내려가게 */
}

/* 기존 icon 관련은 유지 */
.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 .icon { display:flex; justify-content: center; align-items: center; width: 80px; height: 80px; margin-right:20px; border-radius: 50%; background-color:#e53d30; transition:0.5s all ease;}
.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 .icon i {font-size:2.5em; color:#fff; }

/* ✅ 수정: 기존 width:75% 때문에 배지가 밀리는 문제 해결 */
.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 p {
  width:auto;                 /* 기존 75% 제거 */
  display:block;
  vertical-align:middle;
  font-size:2.5em;
  color:#000;
  line-height:1.2em;
  font-weight:700;
  margin:0;
}

/* ✅ 추가: 주황색 박스(배지) */
.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 .tit_badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 26px;
  background:#f88119;
  color:#fff;
  font-size:1.35em;
  font-weight:700;
  line-height:1;
  border-radius:0;            /* 각진 박스 (원하면 4px) */
  white-space:nowrap;
}

.daon_ver3_sub_type15 .type15-1 .txt_box p.tit_desc {display:block; margin-top:30px; font-size:1.25em; color:#666; line-height:1.6em; font-weight:400; word-break:keep-all;}
.daon_ver3_sub_type15 .type15-1 .txt_box ul.chk_list { width:100%; margin-top:50px; border-top:1px solid #222 }
.daon_ver3_sub_type15 .type15-1 .txt_box ul.chk_list:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type15 .type15-1 .txt_box ul.chk_list li {position:relative; float:left; width:100%; padding:10px 15px 10px 25px; font-size: 1.25em; color: #666; line-height: 1.6em; border-bottom:1px dashed #ddd; transition:0.5s all ease;}
.daon_ver3_sub_type15 .type15-1 .txt_box ul.chk_list li:before { display:block; content:""; position:absolute; left:12px; top:22px; width:4px; height:4px; background-color:#e53d30; border-radius:4px;}

.daon_ver3_sub_type15 .type15-2 {width:100%;}
.daon_ver3_sub_type15 .type15-2:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type15 .type15-2 .con_box { position:relative; display:flex; align-items: center; width:100%; margin:150px auto; }
.daon_ver3_sub_type15 .type15-2 .con_box:before {z-index:-1;  display:block; content:""; position:absolute; right:0; top:0px; width:70%; height:400px; background-color:#f8f8f8; border-radius:10px;}
.daon_ver3_sub_type15 .type15-2 .img_box { position:relative; top:-50px; width:40%; text-align:center; transition:0.5s all ease;} 
.daon_ver3_sub_type15 .type15-2 .img_box img {max-width:100%; box-shadow: 15px 15px 10px rgba(0,0,0,.05); transition:0.5s all ease; border-radius:10px;}
.daon_ver3_sub_type15 .type15-2 .txt_box {position:relative; width:60%; padding:0 0 0 80px; } 
.daon_ver3_sub_type15 .type15-2 .txt_box:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type15 .type15-2 .txt_box em.num {position: absolute; right:50px; bottom:-30px; font-size:6em; font-weight:900; color:rgba(0,0,0,.05); font-style:normal;}
.daon_ver3_sub_type15 .type15-2 .txt_box h2.tit1 {position:relative; display:block;}
.daon_ver3_sub_type15 .type15-2 .txt_box h2.tit1:before { content: ''; display:block; position: absolute; left: 0; top:-15px; width: 50px; height: 2px; background-color:#000;}
.daon_ver3_sub_type15 .type15-2 .txt_box h2.tit1 .icon {  display: inline-block; vertical-align: middle; text-align:center; width: 80px; height: 80px; margin-right: 15px; border-radius: 50%; background: #e53d30;}
.daon_ver3_sub_type15 .type15-2 .txt_box h2.tit1 .icon i {display: inline-block; vertical-align: middle; font-size:2.5em; color:#fff; line-height:80px;}
.daon_ver3_sub_type15 .type15-2 .txt_box h2.tit1 p {display: inline-block; vertical-align: middle; font-size:2.85em; color:#000; line-height:1.2em; font-weight:700; }
.daon_ver3_sub_type15 .type15-2 .txt_box h2.tit1 p strong { display:block; color:#000; font-weight:400;}
.daon_ver3_sub_type15 .type15-2 .txt_box p.tit_desc {display:block; margin-top:30px; font-size:1.25em; color:#666; line-height:1.6em; font-weight:400; word-break:keep-all;}
.daon_ver3_sub_type15 .type15-2 .con_box.type_other {flex-direction: row-reverse; }
.daon_ver3_sub_type15 .type15-2 .con_box.type_other:before {z-index:-1;  display:block; content:""; position:absolute; left:0; top:0px; width:70%; height:400px; background-color:#f8f8f8;}
.daon_ver3_sub_type15 a.btn_go {display:inline-block; margin-top:40px; padding:10px 20px; font-size:1.25em; line-height:1.4em; text-align:center; color:#fff; background-color:#f88119; border-radius:4px; transition: .3s;} 
.daon_ver3_sub_type15 a.btn_go:hover {background-color:#333; }

@media all and (max-width:1500px){
	.daon_ver3_sub_type15 {padding:0 4%;}
}

@media all and (max-width:1200px){
	.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 .icon { width: 70px; height: 70px; }
	.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 .icon i { font-size:2em; }
	.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 p { font-size:2em;}
	.daon_ver3_sub_type15 .type15-1 .txt_box p.tit_desc {font-size:1.15em;}

	.daon_ver3_sub_type15 .type15-2 .con_box:before{height:300px; top:-30px;}
	.daon_ver3_sub_type15 .type15-2 .con_box.type_other:before{height:300px; top:-30px;}
	.daon_ver3_sub_type15 .type15-2 .txt_box p.tit_desc {font-size:1.15em;}
}

@media all and (max-width:992px){		
	.daon_ver3_page_title{margin-bottom:50px;}	
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type15 .type15-1 .con_box {flex-direction: column; margin:50px auto 0;} 
	.daon_ver3_sub_type15 .type15-1 .img_box {width:100%; padding:0; text-align:center;}
	.daon_ver3_sub_type15 .type15-1 .txt_box {width:100%; margin:50px 0; padding:0 20px;}

	/* ✅ 모바일에서 배지가 너무 커지지 않게 */
	.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 .tit_badge{
	  padding:14px 22px;
	  font-size:1.2em;
	}

	.daon_ver3_sub_type15 .type15-2 .con_box {flex-direction: column; margin:20px auto 0;}
	.daon_ver3_sub_type15 .type15-2 .con_box:before {display:none; }
	.daon_ver3_sub_type15 .type15-2 .img_box { width:100%; top:0; }
	.daon_ver3_sub_type15 .type15-2 .txt_box {width:100%; margin-top:40px; padding:20px 20px;}
	.daon_ver3_sub_type15 .type15-2 .txt_box em.num {right:0; bottom:45px; font-size:6em; }
	.daon_ver3_sub_type15 .type15-2 .txt_box h2.tit1 p { font-size:2em; }
	.daon_ver3_sub_type15 .type15-2 .con_box.type_other {flex-wrap: wrap;}
	.daon_ver3_sub_type15 .type15-2 .con_box.type_other:before { display:none; }

	  .hl_top_banner{ padding:60px 0; }
  .hl_top_banner .hl_top_sub{ font-size:1.15em; }
  .hl_top_banner .hl_top_title{ font-size:2.1em; }
}

@media screen and (max-width:768px){		
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}
}

@media all and (max-width:640px){

     .hl_top_banner{ padding:50px 0; }
  .hl_top_banner .hl_top_sub{ font-size:1.05em; margin-bottom:12px; }
  .hl_top_banner .hl_top_title{ font-size:1.75em; }

	.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 .icon { width: 50px; height: 50px; margin-right:10px;}
	.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 .icon i { font-size:1.5em; }
	.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 p { font-size:1.5em;}
	.daon_ver3_sub_type15 .type15-1 .txt_box ul.chk_list li {font-size:1.15em;}	
	.daon_ver3_sub_type15 a.btn_go {font-size:1em;}

	/* ✅ 640px 이하에서 배지 더 컴팩트 */
	.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1{
	  gap:12px;
	}
	.daon_ver3_sub_type15 .type15-1 .txt_box h2.tit1 .tit_badge{
	  padding:12px 18px;
	  font-size:1.1em;
	}
}
/*  하이랜드스톤1. */

/* 하이랜드스톤2 */
.fc_ver3_pointer {color:#f88119; }
.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; margin:0 auto;}

.daon_ver3_page_title{width:100%; text-align:center; margin-bottom:70px;}
.daon_ver3_page_title h1{width:100%; font-size:2.5em; font-weight:600;}
.daon_ver3_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_ver3_page_title h2{width:100%; font-size:1.2em; color:#666; margin-top:20px; }

.daon_ver3_sub_type07 {width:100%; max-width:1500px; margin:0 auto;}
.daon_ver3_sub_type07:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type07 .type07-1 {width:100%;}
.daon_ver3_sub_type07 .type07-1:after{ content:""; display:block; clear:both;}	
.daon_ver3_sub_type07 .type07-1 ul {width:100%; font-size:0; margin-top:50px; text-align:center; overflow:hidden;}
.daon_ver3_sub_type07 .type07-1 ul li {display:inline-block; vertical-align:top; width:32%; margin-right:2%; text-align:left; transition:0.3s all ease; }
.daon_ver3_sub_type07 .type07-1 ul li:nth-child(3n) {margin-right:0;}
.daon_ver3_sub_type07 .type07-1 ul li .img_box { width:100%; border-radius:10px; overflow:hidden;} 
.daon_ver3_sub_type07 .type07-1 ul li .img_box img {width:100%; transition:0.3s all ease;}
.daon_ver3_sub_type07 .type07-1 ul li dl {position:relative; width:100%; margin:0; padding:25px 15px 50px 15px; transition:0.3s all ease; }
.daon_ver3_sub_type07 .type07-1 ul li dl em.num { display:inline-block; padding-bottom:5px; color:#f88119; font-size:1.25em; font-weight:700; font-style:normal; border-bottom:1px solid #e53d30;}
.daon_ver3_sub_type07 .type07-1 ul li dl dt { display:block; margin-top:15px; color:#000; font-size:2em; font-weight:700; }
.daon_ver3_sub_type07 .type07-1 ul li dl dd {display:block; margin-top:15px; color:#333; font-size:1.15em; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp :4; -webkit-box-orient:vertical; }
.daon_ver3_sub_type07 .type07-1 ul li a.btn_view { position:relative; display:block; margin-top:30px; text-align:center; width:150px; height:50px; line-height:50px; color:#222; border:1px solid #ddd; box-sizing:border-box; border-radius:50px; overflow:hidden; transition:0.3s all ease;}
.daon_ver3_sub_type07 .type07-1 ul li a.btn_view:before {z-index:-1;  opacity:1; content: ""; display:block; position:absolute; left:-150px; width:100%; height:100%; background-color:#f88119; transition:0.5s all ease;}
.daon_ver3_sub_type07 .type07-1 ul li a.btn_view:hover  { color:#fff;}
.daon_ver3_sub_type07 .type07-1 ul li a.btn_view:hover:before  {z-index:-1; opacity:1;  left:0; transition:0.5s all ease;}
.daon_ver3_sub_type07 .type07-1 ul li:hover .img_box img { transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1);}
.daon_ver3_sub_type07 .type07-1 ul li:hover dl dt {color:#f88119;}

.daon_ver3_sub_type07 .type07-2 {position:relative; width:100%; margin-top:50px;}
.daon_ver3_sub_type07 .type07-2:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type07 .type07-2 h1.tit_back {z-index:-1; position:absolute; top:-25px; right:0; font-size:8em; color:#f5f5f5; line-height:1em; font-weight:900; transition:0.3s all ease; }
.daon_ver3_sub_type07 .type07-2 h2.tit1 {font-size:2.5em; color:#222; font-weight:700; }
.daon_ver3_sub_type07 .type07-2 p.tit_desc { margin-top:10px; font-size:1.4em; color:#222; letter-spacing:-0.025em; line-height:1.6em; word-break:keep-all;}
.daon_ver3_sub_type07 .type07-2 .con_box { display:flex; width:100%; margin-top:40px; }
.daon_ver3_sub_type07 .type07-2 .con_box:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type07 .type07-2 .con_box div {display:flex; flex-wrap: wrap; justify-content: space-between; gap:30px 0; }
.daon_ver3_sub_type07 .type07-2 .con_box dl { display:inline-block; vertical-align:top; width:48%; padding:0; font-size:0; overflow:hidden; }
.daon_ver3_sub_type07 .type07-2 .con_box dl dt{ display:inline-block; vertical-align:top; width:35%; margin-right:5%; }
.daon_ver3_sub_type07 .type07-2 .con_box dl dt img {max-width:100%; border-radius:10px;}
.daon_ver3_sub_type07 .type07-2 .con_box dl dd{ position:relative; width:60%; display:inline-block; vertical-align:top; padding:30px 50px 0 0;}
.daon_ver3_sub_type07 .type07-2 .con_box dl dd:after {z-index:0;  content: ""; display: block; position: absolute; top:50px; left:-70px; width:60px; height: 1px; background-color:#e53d30; border-radius:100%; }
.daon_ver3_sub_type07 .type07-2 .con_box dl dd .t1 {display:block; font-size:2em; color:#000; font-weight:700; line-height:1.4em;}
.daon_ver3_sub_type07 .type07-2 .con_box dl dd .t1 span {font-size:0.65em; color:#666; font-weight:400}
.daon_ver3_sub_type07 .type07-2 .con_box dl dd .t2 {margin-top:25px; font-size:1.15em; color:#666; word-break:keep-all;}

.daon_ver3_sub_type07 .type07-22 {width:100%; margin-top:100px;}
.daon_ver3_sub_type07 .type07-22:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type07 .type07-22 .img_box {width:100%; margin-top:2%; transition:0.3s all ease;} 
.daon_ver3_sub_type07 .type07-22 .img_box ul {display:flex; justify-content: space-between; width:100%; overflow:hidden;}
.daon_ver3_sub_type07 .type07-22 .img_box ul li {width:23.5%; text-align:center; transition:0.3s all ease;}
.daon_ver3_sub_type07 .type07-22 .img_box ul li .imgs{ width:100%; } 
.daon_ver3_sub_type07 .type07-22 .img_box ul li .imgs img {max-width:100%; border-radius:10px; overflow:hidden; }
.daon_ver3_sub_type07 .type07-22 .img_box ul li p {margin-top:15px; font-size:1.5em; color:#272727; line-height:1.6em; font-weight:400; }
.daon_ver3_sub_type07 .type07-22 .img_box ul li p strong {display:block; font-size:1.25em; color:#000; font-weight:500;}

.daon_ver3_sub_type07 .type07-3 {position:relative; width:100%; margin-top:100px; }
.daon_ver3_sub_type07 .type07-3:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type07 .type07-3 h2.tit1 {display:inline-block; margin-right:20px; font-size:2.5em; color:#222; font-weight:700; }
.daon_ver3_sub_type07 .type07-3 p.tit_desc {display:inline-block; font-size:1.4em; color:#222; letter-spacing:-0.025em; line-height:1.6em; word-break:keep-all;}
.daon_ver3_sub_type07 .type07-3 .con_box { display:flex; width:100%; margin-top:30px; padding:30px 40px; background-color:#f3f7fe; border-radius:10px; }
.daon_ver3_sub_type07 .type07-3 .con_box:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type07 .type07-3 .con_box ul {   width:50%; font-size:0; overflow:hidden;}
.daon_ver3_sub_type07 .type07-3 .con_box ul li { display:inline-block; vertical-align:top; width:100%; margin-bottom:20px;}
.daon_ver3_sub_type07 .type07-3 .con_box ul li em.num { display:inline-block; vertical-align:top; margin-right:15px; width:36px; height:36px; line-height:36px; font-size:1em; color:#fff; font-style:normal; text-align:center; background-color:#222; border-radius:50%; transition:0.3s all ease;}
.daon_ver3_sub_type07 .type07-3 .con_box ul li.key-color em.num {background-color:#e53d30;}
.daon_ver3_sub_type07 .type07-3 .con_box ul li span {display:inline-block; vertical-align:top; padding-top:4px; width:82%; font-size:1.25em; color:#222;  line-height:1.6em; text-align:left; word-break:keep-all; }


@media all and (max-width:1500px){
	.daon_ver3_sub_type07 {padding:0 4%;}
}

@media all and (max-width:992px){		
	.daon_ver3_page_title{margin-bottom:50px;}	
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}	
	
	.daon_ver3_sub_type07 .type07-1 ul li { width:48%; margin:0 1%;}
	.daon_ver3_sub_type07 .type07-1 ul li:last-child {margin-bottom:0;}

	.daon_ver3_sub_type07 .type07-2 h1.tit_back { font-size:5em;}
	.daon_ver3_sub_type07 .type07-2 .con_box dl dt{ width:100%; margin-right:0%; text-align:center;}
	.daon_ver3_sub_type07 .type07-2 .con_box dl dd{ width:100%; padding:30px 15px;}

	.daon_ver3_sub_type07 .type07-3 {margin-top:50px;}
}

@media screen and (max-width:768px){		
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type07 .type07-1 ul li { width:100%; margin:0;}

	.daon_ver3_sub_type07 .type07-3 h2.tit1 {display:block; text-align:center; font-size:2em;}
	.daon_ver3_sub_type07 .type07-3 p.tit_desc {display:block; text-align:center; font-size:1.25em;}
	.daon_ver3_sub_type07 .type07-3 .con_box {padding:30px 20px;}
	.daon_ver3_sub_type07 .type07-3 .con_box ul li em.num { width:28px; height:28px; line-height:28px; font-size:0.85em; }
	.daon_ver3_sub_type07 .type07-3 .con_box ul li span { width:80%; padding-top:0; font-size:1.1em;}
}

@media screen and (max-width:640px){	
	.daon_ver3_sub_type07 .type07-2 h1.tit_back {top:-55px; left:0; right:0; text-align:center; }
	.daon_ver3_sub_type07 .type07-2 h2.tit1 {text-align:center; font-size:2em;}
	.daon_ver3_sub_type07 .type07-2 p.tit_desc { text-align:center; font-size:1.25em;}
	.daon_ver3_sub_type07 .type07-2 .con_box dl {width:100%;}
	.daon_ver3_sub_type07 .type07-2 .con_box dl dd .t1 { font-size:1.5em;}
	.daon_ver3_sub_type07 .type07-2 .con_box dl dd .t2 {font-size:1em;}

	.daon_ver3_sub_type07 .type07-3 .con_box { flex-direction: column;}
	.daon_ver3_sub_type07 .type07-3 .con_box ul {width:100%;}
}


/* ===============================
   시험성적서 섹션: 전체폭 주황 배경
   =============================== */
.bg_orange_full{
  width:100%;
  background:#f88119;
  padding:80px 0;          /* 섹션 위아래 여백 */
}

/* 안쪽 컨텐츠는 중앙정렬 유지 */
.bg_orange_full .daon_content_wrap{
  max-width:1500px;
  margin:0 auto;
}

/* 타이틀/서브타이틀 글자 흰색 */
.bg_orange_full .daon_ver3_page_title h1,
.bg_orange_full .daon_ver3_page_title h2{
  color:#fff;
}

/* 타이틀 밑 라인(검정 -> 흰색) */
.bg_orange_full .daon_ver3_page_title h1:after{
  border-color:rgba(255,255,255,.9);
}

/* 포인트 컬러는 그대로 쓰되, 주황 배경이라면 흰색으로 바꿔도 예쁨 */
.bg_orange_full .fc_ver3_pointer{
  color:#fff;
}

/* 본문(리스트) 글자 흰색 */
.bg_orange_full .daon_ver3_sub_type07 .type07-2 .con_box dl dd .t1,
.bg_orange_full .daon_ver3_sub_type07 .type07-2 .con_box dl dd .t2{
  color:#fff;
}

/* dd 앞의 가로선(빨강 -> 흰색 반투명) */
.bg_orange_full .daon_ver3_sub_type07 .type07-2 .con_box dl dd:after{
  background-color:rgba(255,255,255,.7);
}

/* 이미지 라운드는 유지/제거 원하는대로 (원하면 0으로) */
.bg_orange_full .daon_ver3_sub_type07 .type07-2 .con_box dl dt img{
  border-radius:0; /* ✅ 라운드 싫으면 0 */
}

/* 모바일 여백 조정 */
@media (max-width:768px){
  .bg_orange_full{
    padding:60px 0;
  }
}

/* ===============================
   시험성적서 섹션 : 좌우 화면 끝까지 주황 배경
   =============================== */
.bg_orange_full{
  position:relative;
  left:50%;
  transform:translateX(-50%);
  width:100vw;                 /* ✅ 화면 끝까지 */
  background:#f88119;
  padding:80px 0;
}

/* 안쪽 내용은 기존 폭 유지 */
.bg_orange_full .daon_content_wrap{
  max-width:1500px;
  margin:0 auto;
}

/* 모바일 */
@media (max-width:768px){
  .bg_orange_full{
    padding:60px 0;
  }
}

/* ===============================
   시험성적서 이미지 모바일 축소 + 중앙정렬
   =============================== */
@media (max-width:768px){

  /* dl 구조 중앙정렬 */
  .bg_orange_full
  .daon_ver3_sub_type07
  .type07-2
  .con_box dl{
    text-align:center;
  }

  /* 이미지 감싸는 dt */
  .bg_orange_full
  .daon_ver3_sub_type07
  .type07-2
  .con_box dl dt{
    width:100%;
    margin:0 auto;
    text-align:center;
  }

  /* 실제 이미지 크기 조절 */
  .bg_orange_full
  .daon_ver3_sub_type07
  .type07-2
  .con_box dl dt img{
    width:50%;              /* ✅ 50% 축소 */
    max-width:240px;        /* 너무 커지는 것 방지 */
    margin:0 auto;
    display:block;
  }

  /* 설명 텍스트도 가운데 */
  .bg_orange_full
  .daon_ver3_sub_type07
  .type07-2
  .con_box dl dd{
    width:100%;
    padding:20px 10px 0;
    text-align:center;
  }

  /* 왼쪽 장식선 제거 (모바일 가독성) */
  .bg_orange_full
  .daon_ver3_sub_type07
  .type07-2
  .con_box dl dd:after{
    display:none;
  }
}


/*  하이랜드스톤2. */



/* 그누보드 내용관리등 에디터로 입력할 경우  여기서부터 */
.fc_ver3_pointer {color:#f88119; }
.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; margin:0 auto;}

.daon_ver3_page_title{width:100%; text-align:center; margin-bottom:70px;}
.daon_ver3_page_title h1{width:100%; font-size:2.5em; font-weight:600;}
.daon_ver3_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_ver3_page_title h2{width:100%; font-size:1.2em; color:#666; margin-top:20px; }

.daon_ver3_sub_type02 {width:100%; max-width:1500px; margin:0 auto;}
.daon_ver3_sub_type02:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type02 .all_title {width:100%; margin-bottom:20px;}
.daon_ver3_sub_type02 .all_title:first-of-type {margin-top:0;}
.daon_ver3_sub_type02 .all_title:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type02 .all_title h2.tit1 {position:relative; display:block; padding-left:25px; }
.daon_ver3_sub_type02 .all_title h2.tit1:before {content: ''; position: absolute; top:16px; left:0; width:15px; height:15px; background:#fff; border:4px solid #f88119; border-radius:100%;}
.daon_ver3_sub_type02 .all_title h2.tit1 p {font-size:2.2em; color:#000; line-height:1.4em; font-weight:500; word-break:keep-all; }
.daon_ver3_sub_type02 .all_title .txts {display:block; margin-top:25px; font-size:1.25em; color:#222; line-height:1.6em; word-break:keep-all; }

.daon_ver3_sub_type02 .type02-1 {width:100%; display:flex; flex-wrap: wrap; justify-content: center; gap:6%;}
.daon_ver3_sub_type02 .type02-1:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type02 .type02-1 .txt_box {margin-top:40px; }
.daon_ver3_sub_type02 .type02-1 .txt_box .t1 {display:block; margin-bottom:20px; font-size:1.85em; color:#000; line-height:1.4em;  word-break:keep-all; }
.daon_ver3_sub_type02 .type02-1 .txt_box .t1 span {display: inline-block; font-size:1em; color:#e53d30; line-height:1.4em; font-weight:600;}
.daon_ver3_sub_type02 .type02-1 .txt_box .txts {display:block; margin-top:25px; font-size:1.15em; color:#666; line-height:1.6em; word-break:keep-all; }
.daon_ver3_sub_type02 .type02-1 .img_box {width:100%; margin-top:50px;  transition:0.3s all ease;} 
.daon_ver3_sub_type02 .type02-1 .img_box img {max-width:100%; border-radius:10px; overflow:hidden;}
.daon_ver3_sub_type02 .type02-1 .con_left { width:47%; margin-top:0px;}
.daon_ver3_sub_type02 .type02-1 .con_left:nth-of-type(2) {margin-top:0;}
.daon_ver3_sub_type02 .type02-1 .con_left .txt_box {margin-top:20px;}
.daon_ver3_sub_type02 .type02-1 .con_right { width:47%; margin-top:0px; }
.daon_ver3_sub_type02 .type02-1 .con_right:nth-of-type(3) {margin-top:0; }
.daon_ver3_sub_type02 .type02-1 .con_right .img_box { margin-top:0;}

.daon_ver3_sub_type02 .type02-2 { position:relative; width:100%; margin-top:100px;}
.daon_ver3_sub_type02 .type02-2 .dl_list { display:flex; justify-content: space-between; width:100%; margin:50px auto; margin-top:80px;}
.daon_ver3_sub_type02 .type02-2 .dl_list dl {display:flex; flex-direction: column; width:32%; margin:0; text-align:center; background:#fff; border:1px solid #ddd; box-sizing:border-box; border-radius:10px; }
.daon_ver3_sub_type02 .type02-2 .dl_list dl dt {width:50%; padding:10px 30px; margin:0 auto; border-radius:10px; margin-top:-30px; }
.daon_ver3_sub_type02 .type02-2 .dl_list dl:nth-child(1) dt { background:#00ab8e; }
.daon_ver3_sub_type02 .type02-2 .dl_list dl:nth-child(2) dt { background:#0075bd; }
.daon_ver3_sub_type02 .type02-2 .dl_list dl:nth-child(3) dt { background:#F9AD17; }
.daon_ver3_sub_type02 .type02-2 .dl_list dl dt p {font-size:2em; color:#fff; line-height:1.6em; font-weight:700; letter-spacing:0.05em; word-break: break-all;}
.daon_ver3_sub_type02 .type02-2 .dl_list dl dd {width:100%; padding:40px 30px; font-size:1.5em; color:#222; line-height:1.6em; word-break:keep-all; }

.daon_ver3_sub_type02 .type02-3 {width:100%; margin-top:100px;}
.daon_ver3_sub_type02 .type02-3:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type02 .type02-3 .img_box {width:100%; margin-top:2%; transition:0.3s all ease;} 
.daon_ver3_sub_type02 .type02-3 .img_box ul {display:flex; justify-content: space-between; width:100%; overflow:hidden;}
.daon_ver3_sub_type02 .type02-3 .img_box ul li {width:23.5%; text-align:center; transition:0.3s all ease;}
.daon_ver3_sub_type02 .type02-3 .img_box ul li .imgs{ width:100%; } 
.daon_ver3_sub_type02 .type02-3 .img_box ul li .imgs img {max-width:100%; border-radius:10px; overflow:hidden; }
.daon_ver3_sub_type02 .type02-3 .img_box ul li p {margin-top:15px; font-size:1.5em; color:#272727; line-height:1.6em; font-weight:400; }
.daon_ver3_sub_type02 .type02-3 .img_box ul li p strong {display:block; font-size:1.25em; color:#000; font-weight:500;}
.daon_ver3_sub_type02 .type02-3 {width:100%; margin-top:100px;}
.daon_ver3_sub_type02 .type02-3 table.tbl_pro01{ width:100%; border-top:2px solid #1a355c; border-collapse:separate; border-spacing:0; }
.daon_ver3_sub_type02 .type02-3 table.tbl_pro01 tr {width:100%;}
.daon_ver3_sub_type02 .type02-3 table.tbl_pro01 tr th{padding:10px 20px; color:#000; font-weight:500; font-size:1em; line-height: 1.6em; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#f8f8f8; }
.daon_ver3_sub_type02 .type02-3 table.tbl_pro01 tr td{padding:10px 20px; color:#666; font-size:1em; line-height: 1.6em; text-align: left; border-bottom:1px solid #ddd; }
.daon_ver3_sub_type02 .type02-3 ul.feature_img {display:flex; align-items: center; justify-content: space-between; width:100%; margin-top:30px; padding:0; }
.daon_ver3_sub_type02 .type02-3 ul.feature_img li {display:flex; align-items: center; flex-direction: column; width:48%; padding:10px; border:1px solid #ddd;  border-radius:10px;}
.daon_ver3_sub_type02 .type02-3 ul.feature_img li .imgs img {max-width:100%; border-radius:10px;}
.daon_ver3_sub_type02 .type02-3 ul.feature_img li .txts {display:block; padding:15px; font-size:1.3em; line-height:1.6em; font-weight:500;}
.daon_ver3_sub_type02 .type02-3 ul.dot-list li{  position:relative;  font-size:1.25em; color:#333; letter-spacing:-0.02em; padding-left:15px;}
.daon_ver3_sub_type02 .type02-3 ul.dot-list li::before{  position:absolute; top:12px; left:0; content:""; width:4px; height:4px; background-color:#333; border-radius:50%; }
.daon_ver3_sub_type02 .type02-3 ul.dot-list li:not(:last-of-type){ margin-bottom:10px; }



.daon_ver3_sub_type02 .type02-4 {width:100%; margin-top:100px;}
.daon_ver3_sub_type02 .type02-4:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type02 .type02-4 .img_box {position:relative; width:100%; height:500px; margin-top:40px; background:url('../image/img_1500x500.jpg')no-repeat 50% 50%; background-size:cover; border-radius:10px; overflow:hidden; transition:0.3s all ease;} 
.daon_ver3_sub_type02 .type02-4 .img_box .img_tit {z-index:1; position:absolute; left:0; top:0; padding:5%;}	
.daon_ver3_sub_type02 .type02-4 .img_box .img_tit h2 {display:block; font-size:4em; color:#fff; line-height:1.2em; font-weight:900; }
.daon_ver3_sub_type02 .type02-4 .img_box .img_tit p {display:block; margin-top:15px; font-size:1.5em; color:#fff; line-height:1.4em; word-break:keep-all; }
.daon_ver3_sub_type02 .type02-4 .img_box .img_tit a.partner_tel {display:inline-block; margin-top:20px; font-size:1.25em; color:#fff; background:#e53d30; padding:10px 20px; border-radius:10px;}


@media all and (max-width:1500px){
	.daon_ver3_sub_type02 {padding:0 4%;}
}

@media all and (max-width:1200px){
	.daon_ver3_sub_type02 .type02-2 .dl_list dl dt{width:70%;}
}

@media all and (max-width:992px){	
	.daon_ver3_page_title{margin-bottom:50px;}	
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}	

	.daon_ver3_sub_type02 .all_title {margin-top:30px;}
	.daon_ver3_sub_type02 .all_title h2.tit1:before {top:12px; }
	.daon_ver3_sub_type02 .all_title h2.tit1 p { font-size:2em; }

	.daon_ver3_sub_type02 .type02-1 { margin-top:50px; }
	.daon_ver3_sub_type02 .type02-1 .txt_box .t1 {font-size:1.65em; }
	.daon_ver3_sub_type02 .type02-1 .txt_box .txts {font-size:1.1em;}

	.daon_ver3_sub_type02 .type02-2 { margin-top:50px; }
	.daon_ver3_sub_type02 .type02-2 .dl_list dl dt{width:90%;}
	.daon_ver3_sub_type02 .type02-2 .dl_list dl dt p{font-size:1.5em;}

	.daon_ver3_sub_type02 .type02-3 { margin-top:50px; }
	.daon_ver3_sub_type02 .type02-3 .img_box ul {flex-wrap: wrap;}
	.daon_ver3_sub_type02 .type02-3 .img_box ul li { width:48%; margin-bottom:40px; }

	.daon_ver3_sub_type02 .type02-3 h1.tit_back { font-size:5em;}
	.daon_ver3_sub_type02 .type02-3 .con_box dl dt{ width:100%; margin-right:0%; text-align:center;}
	.daon_ver3_sub_type02 .type02-3 .con_box dl dd{ width:100%; padding:30px 15px;}

	.daon_ver3_sub_type02 .type02-4 { margin-top:50px; }
}

@media screen and (max-width:768px){		
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type02 .type02-1 .txt_box {padding:0 20px;}
	.daon_ver3_sub_type02 .type02-1 .img_box {margin-top:0;}
	.daon_ver3_sub_type02 .type02-1 .con_left { width:100%; display:flex; flex-direction: column-reverse;}
	.daon_ver3_sub_type02 .type02-1 .con_left .txt_box {margin-top:40px;}
	.daon_ver3_sub_type02 .type02-1 .con_right { width:100%; margin-top:50px !important; }

	.daon_ver3_sub_type02 .type02-2 .dl_list dl dd{font-size:1.2em;}
}

@media all and (max-width:640px){
	.daon_ver3_sub_type02 .type02-2 .dl_list {flex-direction: column;}
	.daon_ver3_sub_type02 .type02-2 .dl_list dl {width:100%; margin-bottom:50px;}	
	.daon_ver3_sub_type02 .type02-2 .dl_list dl dt{width:70%;}
	.daon_ver3_sub_type02 .type02-2 .dl_list dl:last-child{margin-bottom:0;}

	.daon_ver3_sub_type02 .type02-3 .img_box ul li p { font-size:1.25em;}

	.daon_ver3_sub_type02 .type02-4 .img_box {height:50%;}
	.daon_ver3_sub_type02 .type02-4 .img_box .img_tit h2 { font-size:2.25em;}
	.daon_ver3_sub_type02 .type02-4 .img_box .img_tit p {font-size:1.15em;}

	.daon_ver3_sub_type02 .type02-3 h1.tit_back {top:-55px; left:0; right:0; text-align:center; }
	.daon_ver3_sub_type02 .type02-3 p.tit_desc { text-align:center; font-size:1.25em;}
	.daon_ver3_sub_type02 .type02-3 .con_box dl {width:100%;}
	.daon_ver3_sub_type02 .type02-3 .con_box dl dd .t1 { font-size:1.5em;}
	.daon_ver3_sub_type02 .type02-3 .con_box dl dd .t2 {font-size:1em;}

	.daon_ver3_sub_type02 .type02-3 {margin-top:40px;}
	.daon_ver3_sub_type02 .type02-3 ul.feature_img {flex-direction: column;}
	.daon_ver3_sub_type02 .type02-3 ul.feature_img li {width:100%; margin-bottom:40px;}
	.daon_ver3_sub_type02 .type02-3 ul.feature_img li .txts {font-size:1.25em; }
}

@media all and (max-width:480px){
	.daon_ver3_sub_type02 .all_title h2.tit1 p{font-size:1.8em;}

	.daon_ver3_sub_type02 .type02-3 .img_box ul { flex-direction: column;}
	.daon_ver3_sub_type02 .type02-3 .img_box ul li {width:100%; }
}
/*  여기까지 코드를 복사하여 공통 css파일 최하단에 추가합니다. */


/* 그누보드 내용관리등 에디터로 입력할 경우  여기서부터 */
.fc_ver3_pointer {color:#f88119; }
.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; margin:0 auto;}

.daon_ver3_page_title{width:100%; text-align:center; margin-bottom:70px;}
.daon_ver3_page_title h1{width:100%; font-size:2.5em; font-weight:600;}
.daon_ver3_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_ver3_page_title h2{width:100%; font-size:1.2em; color:#666; margin-top:20px; }

.daon_ver3_sub_type14 {width:100%; max-width:1500px; margin:0 auto;}
.daon_ver3_sub_type14:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type14 h2.tit1 { position:relative; margin:50px 0 20px 0; padding-left:15px; font-size:2em; color:#222; font-weight:700; }
.daon_ver3_sub_type14 h2.tit1:before { content: ""; position: absolute; left: 0; top:14px; width: 5px; height:20px; background: #e53d30;}
.daon_ver3_sub_type14 h4.tit2 { display:block; margin-top:15px; font-size:1.5em; color:#222; font-weight:500; }
.daon_ver3_sub_type14 h4.tit2 strong { color: #e53d30; }
.daon_ver3_sub_type14 p.tit_desc { margin:10px 0 30px 0; font-size:1.15em; color:#222; letter-spacing:-0.025em; line-height:1.6em; word-break:keep-all;}

.daon_ver3_sub_type14 .type14-2 {width:100%; margin-top:100px;}
.daon_ver3_sub_type14 .type14-2 table.tbl_pro01{ width:100%; border-top:2px solid #1a355c; border-collapse:separate; border-spacing:0; }
.daon_ver3_sub_type14 .type14-2 table.tbl_pro01 tr {width:100%;}
.daon_ver3_sub_type14 .type14-2 table.tbl_pro01 tr th{padding:10px 20px; color:#000; font-weight:500; font-size:1em; line-height: 1.6em; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#f8f8f8; }
.daon_ver3_sub_type14 .type14-2 table.tbl_pro01 tr td{padding:10px 20px; color:#666; font-size:1em; line-height: 1.6em; text-align: left; border-bottom:1px solid #ddd; }
.daon_ver3_sub_type14 .type14-2 ul.feature_img {display:flex; align-items: center; justify-content: space-between; width:100%; margin-top:30px; padding:0; }
.daon_ver3_sub_type14 .type14-2 ul.feature_img li {display:flex; align-items: center; flex-direction: column; width:48%; padding:10px; border:1px solid #ddd;  border-radius:10px;}
.daon_ver3_sub_type14 .type14-2 ul.feature_img li .imgs img {max-width:100%; border-radius:10px;}
.daon_ver3_sub_type14 .type14-2 ul.feature_img li .txts {display:block; padding:15px; font-size:1.25em; line-height:1.6em; }
.daon_ver3_sub_type14 .type14-2 ul.dot-list li{  position:relative;  font-size:1.25em; color:#333; letter-spacing:-0.02em; padding-left:15px;}
.daon_ver3_sub_type14 .type14-2 ul.dot-list li::before{  position:absolute; top:12px; left:0; content:""; width:4px; height:4px; background-color:#333; border-radius:50%; }
.daon_ver3_sub_type14 .type14-2 ul.dot-list li:not(:last-of-type){ margin-bottom:10px; }

.daon_ver3_sub_type14 a.btn_view {display:block; margin:50px auto 0; width:180px; padding:15px 30px; font-size:1.25em; line-height:1.4em; text-align:center; color:#fff; background-color:#333; transition: .3s; border-radius:10px;} 
.daon_ver3_sub_type14 a.btn_view:hover {background-color:#e53d30; }

@media all and (max-width:1500px){
	.daon_ver3_sub_type14 {padding:0 4%;}
}

@media all and (max-width:992px){		
	.daon_ver3_page_title{margin-bottom:50px;}	
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

}

@media screen and (max-width:768px){		
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type14 h2.tit1 { font-size:1.5em;}
	.daon_ver3_sub_type14 h2.tit1:before { top:7px; width: 4px; }
	

	.daon_ver3_sub_type14 .type14-2 {margin-top:40px;}
	.daon_ver3_sub_type14 .type14-2 ul.feature_img {flex-direction: column;}
	.daon_ver3_sub_type14 .type14-2 ul.feature_img li {width:100%; margin-bottom:40px;}
	.daon_ver3_sub_type14 .type14-2 ul.feature_img li .txts {font-size:1em; }
	.daon_ver3_sub_type14 .type14-2 ul.dot-list li {font-size:1em; }
	.daon_ver3_sub_type14 .type14-2 table.tbl_pro01 tr th{padding:10px; font-size:0.95em;}
	.daon_ver3_sub_type14 .type14-2 table.tbl_pro01 tr td{padding:10px; font-size:0.95em;}
}
/*  여기까지 코드를 복사하여 공통 css파일 최하단에 추가합니다. */


/* 그누보드 내용관리등 에디터로 입력할 경우  여기서부터 */
.fc_ver3_pointer {color:#f88119; }
.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; margin:0 auto;}

.daon_ver3_page_title{width:100%; text-align:center; margin-bottom:70px;}
.daon_ver3_page_title h1{width:100%; font-size:2.5em; font-weight:600;}
.daon_ver3_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_ver3_page_title h2{width:100%; font-size:1.2em; color:#666; margin-top:20px; }

.daon_ver3_sub_type09 {width:100%; max-width:1500px; margin:0 auto;}
.daon_ver3_sub_type09:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type09 .type09-1 { width: 100%; display:flex; justify-content: space-between;}
.daon_ver3_sub_type09 .type09-1 .con-block { width:48%; display:inline-block; vertical-align:top; }
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont { width:100%; display:flex; align-items: flex-start; justify-content: space-between; margin-bottom:100px; }
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont em { width:80px; font-size:4em; line-height:1em; color:#eaeaea; font-weight: 700; font-style:normal; writing-mode: vertical-rl; transform: rotate(0deg); }
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box { width:85%;  transition:0.3s all ease; }
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box .con-img {width:100%; border-radius:10px 10px 10px 0px; overflow:hidden; transition:0.3s all ease; }
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box .con-img img { max-width:100%;}
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit { display:block; margin-top:30px; font-size:1.9em; color:#222; line-height:1.4em; font-weight:400;}
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit strong {font-size:1.8em; color:#000; line-height:1.4em; font-weight: 700;}
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit strong.key-color1 {color:#00ab8e;}
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit strong.key-color2 {color:#0075bd;}
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit strong.key-color3 {color:#F9AD17;}
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit strong.key-color4 {color:#ed7a0c;}
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box p { display:block; margin-top:20px; font-size:1.15em; color:#666; line-height:1.6em; }
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box a {display:inline-block; margin-top:30px; padding:10px 0px; font-size:1.25em; color:#999; border-radius:50px; transition:0.3s all ease; }
.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box a:hover {padding:10px 25px; color:#fff; background:#222; transition:0.3s all ease; }
.daon_ver3_sub_type09 .type09-1 .con-block:nth-child(even) .con-cont {margin-top:100px; margin-bottom:0;}

@media all and (max-width:1500px){
	.daon_ver3_sub_type09 {padding:0 4%;}
}

@media all and (max-width:1400px){	
	.daon_ver3_sub_type09 .type09-1 .con-block .con-cont em {width:60px; font-size:3em; }
}

@media all and (max-width:992px){		
	.daon_ver3_page_title{margin-bottom:50px;}	
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type09 .type09-1 {flex-direction: column;}
	.daon_ver3_sub_type09 .type09-1 .con-block { width:100%;}
	.daon_ver3_sub_type09 .type09-1 .con-block .con-cont {margin-bottom:60px;}
	.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box .con-img img {width:100%;}
	.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit {margin-top:20px; font-size:2em;}
	.daon_ver3_sub_type09 .type09-1 .con-block:nth-child(even) .con-cont {margin-top:0; margin-bottom:60px; }
}

@media screen and (max-width:768px){		
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.35em;}
	.daon_ver3_page_title h2{font-size:0.8em;}
	
	.daon_ver3_sub_type09 .type09-1 .con-block .con-cont {flex-direction: column; align-items: center; }
	.daon_ver3_sub_type09 .type09-1 .con-block .con-cont em { width:100%; text-align:right; font-size:1.8em; letter-spacing:0.1em; writing-mode: unset; transform:unset;}
	.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box {width:100%; margin-top:20px;}
	.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box p { display:block; margin-top:20px; font-size:1.0em; color:#666; line-height:1.6em; }
	.daon_ver3_sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit { display:block; margin-top:30px; font-size:1.5em; color:#222; line-height:1.4em; font-weight:400;}
}
/*  여기까지 코드를 복사하여 공통 css파일 최하단에 추가합니다. */


/* 그누보드 내용관리등 에디터로 입력할 경우  여기서부터 */
.fc_ver2_pointer {color:#f88119; }
.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; margin:0 auto;}

.daon_ver3_page_title{width:100%; text-align:center; margin-bottom:70px;}
.daon_ver3_page_title h1{width:100%; font-size:2.5em; font-weight:600;}
.daon_ver3_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_ver3_page_title h2{width:100%; font-size:1.2em; color:#666; margin-top:20px; }

.daon_ver3_sub_type20 {width:100%; max-width:1500px; margin:0 auto;}
.daon_ver3_sub_type20:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type20 .con_title { width:100%; text-align:center; margin:50px auto 30px;}
.daon_ver3_sub_type20 .con_title:after{ content:''; display:block; clear:both;}
.daon_ver3_sub_type20 .con_title p {display:block; margin-bottom:5px; font-size:1em; color:#999; font-weight:500; line-height:1.6em; letter-spacing: 5px; word-break:keep-all;}
.daon_ver3_sub_type20 .con_title h3.tit { display:block; font-size:3em; color:#000; font-weight:700; line-height:1.4em; letter-spacing:-0.05em; }
.daon_ver3_sub_type20 .con_title h3.tit span { font-size:1em; color:#e53d30; }
.daon_ver3_sub_type20 .con_title:first-of-type {margin-top:0; }

.daon_ver3_sub_type20 .step_area{ width:100%;}
.daon_ver3_sub_type20 .step_area:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type20 .step_area ul{ width:100%; padding:0; margin:0;}
.daon_ver3_sub_type20 .step_area ul li{position:relative; float:left; width:32%; min-height:200px; padding:30px 50px; margin-right:2%; margin-bottom:2%; list-style:none; background-color:#fff; border:1px solid #eee; box-sizing:border-box; border-radius:10px; transition:0.3s all ease; }
.daon_ver3_sub_type20 .step_area ul li i {position:absolute; right:30px; top:30px; font-size:2.5em; font-weight:700; color:#666; line-height:1em; font-style:normal; font-family:"Font Awesome 6 Free"; }/*아이콘*/
.daon_ver3_sub_type20 .step_area ul li:before {z-index:1; position:absolute; right:-20px; top:50%; margin-top:-20px; content:""; display:block; width:40px; height:40px; background:#fff url('/theme/dhunet/html/business/image/step_arrow_bk.png')no-repeat center center; border:1px solid #eee; border-radius:100%;} /*화살방향_오른쪽*/
.daon_ver3_sub_type20 .step_area ul li:nth-child(3n) {margin-right:0; }
.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):before {display:none;}
.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):after {z-index:1; position:absolute; left:50%; margin-left:-20px; bottom:-20px; content:""; display:block; width:40px; height:40px; background:#fff url('/theme/dhunet/html/business/image/step_arrow_bk.png')no-repeat center center; border:1px solid #eee; border-radius:100%; transform:rotate(90deg); transition:transform 500ms;} /*화살방향_아래*/
.daon_ver3_sub_type20 .step_area ul:last-child li:after {display:none;}
.daon_ver3_sub_type20 .step_area ul li > dl {width:100%; margin:0; padding:0; font-size:0; }
.daon_ver3_sub_type20 .step_area ul li > dl dd {display:block; }
.daon_ver3_sub_type20 .step_area ul li > dl dd em.num {display:block; font-size:1.25em; color:#555; font-weight:700; font-style:normal;}/*숫자*/
.daon_ver3_sub_type20 .step_area ul li > dl dd strong { margin:15px 0 20px 0; display:block; font-size:1.5em; color:#000; line-height:1.4em; word-break:keep-all; }
.daon_ver3_sub_type20 .step_area ul li > dl dd p {display:block; font-size:1.15em; letter-spacing:-0.05em; color:#666; line-height:1.4em; word-break:keep-all;}
.daon_ver3_sub_type20 .step_area ul li.key-color {background-color:#f9f9fa;}
.daon_ver3_sub_type20 .step_area ul li.key-color > dl dd em.num {color:#f88119;}/*포인트숫자*/
.daon_ver3_sub_type20 .step_area ul li.key-color > dl dd strong {color:#f88119;} /*포인트타이틀*/
.daon_ver3_sub_type20 .step_area ul li.open {background-color:#e53d30;} /*오픈배경*/
.daon_ver3_sub_type20 .step_area ul li.open i {color:#fff;}
.daon_ver3_sub_type20 .step_area ul li.open > dl dd em.num,
.daon_ver3_sub_type20 .step_area ul li.open > dl dd p {color:#fff !important;}/*오픈아이콘_텍스트*/
.daon_ver3_sub_type20 .step_area ul li.open > dl dd strong { font-size:3em;  color:fff; }
.daon_ver3_sub_type20 .step_area ul.reverse li{float:right; margin-right:2%; margin-left:0; }
.daon_ver3_sub_type20 .step_area ul.reverse li:before {right:unset; left:-20px; transform:rotateY(180deg); transition:transform 500ms;}/*화살방향_왼쪽*/
.daon_ver3_sub_type20 .step_area ul.reverse li:nth-child(1) {margin-right:0;}
.daon_ver3_sub_type20 .step_area ul.reverse li:nth-child(3) {margin-left:0; margin-right:2%; }


@media screen and (max-width:1500px){
	.daon_ver3_sub_type20 .step_area {padding:0 4%;}
}

@media screen and (max-width:1200px){		
	.daon_ver3_sub_type20 .step_area ul li {width:49%; padding:30px 25px 40px 25px; margin-right:2%; }
	.daon_ver3_sub_type20 .step_area ul li:nth-child(even) {float:right; margin-right:0;}
	.daon_ver3_sub_type20 .step_area ul li:before {display:none;} /*화살방향_오른쪽*/
	.daon_ver3_sub_type20 .step_area ul li:nth-child(3n) {margin-right:2%;}
	.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):after {display:none;}/*화살방향_아래*/
	.daon_ver3_sub_type20 .step_area ul li.open {width:100%;}
	.daon_ver3_sub_type20 .step_area ul.reverse li{float:none; float:left; margin-right:2%; margin-left:0; }
	.daon_ver3_sub_type20 .step_area ul.reverse li:before {display:none}/*화살방향_왼쪽*/
	.daon_ver3_sub_type20 .step_area ul.reverse li:nth-child(1) {margin-left:0; margin-right:0; }
	.daon_ver3_sub_type20 .step_area ul.reverse li:nth-child(3) {margin-left:0; margin-right:0; }
}

@media screen and (max-width:992px){
	.daon_ver3_page_title{margin-bottom:50px;}	
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type20 .con_title h3.tit { font-size:3em;}
	.daon_ver3_sub_type20 .con_title p { font-size:1.25em;}
}

@media screen and (max-width:890px){	
	.tbl_scroll_price {display:block; padding-bottom:15px; }
}

@media screen and (max-width:768px){
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type20 .con_title h3.tit { font-size:2em;}
	.daon_ver3_sub_type20 .con_title p { font-size:1.15em; }
}

@media screen and (max-width:640px){	
	.daon_ver3_sub_type20 .step_area {margin-top:40px;}
	.daon_ver3_sub_type20 .step_area ul li {width:100%; min-height:auto; margin-bottom:40px;}
	.daon_ver3_sub_type20 .step_area ul li i { right:25px; top:25px; font-size:2em; }
	.daon_ver3_sub_type20 .step_area ul li:before { display:block; right:unset; top:unset; left:50%; margin-left:-20px; bottom:-20px; transform:rotate(90deg); transition:transform 500ms;} /*화살방향_아래*/
	.daon_ver3_sub_type20 .step_area ul.reverse li:before {display:block; right:unset; left:50%; transform:rotate(90deg); transition:transform 500ms;}/*화살방향_왼쪽*/
	.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):before {display:none; } 
	.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):after {display:block; margin-left:-20px; bottom:-20px; }/*화살방향_아래*/
	.daon_ver3_sub_type20 .step_area ul li.open:after {display:none;}
}


/* ================================
   시공 프로세스 풀배경 (좌우 100%)
   ================================ */

/* 기준 요소 */
.daon_ver3_sub_type20{
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

/* 🔥 좌우 전체를 채우는 배경 */
.daon_ver3_sub_type20::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:100vw;                 /* 화면 전체 폭 */
  height:100%;
  background:#f88119;
  z-index:-1;
}

/* 내부 내용은 기존처럼 1500px 유지 */
.daon_ver3_sub_type20 .step_area{
  max-width:1500px;
  margin:0 auto;
  padding:0 4%;
}

/* 타이틀도 주황 배경 위로 */
.daon_ver3_page_title{
  position:relative;
  z-index:2;
  margin-bottom:35px;
}

/* 타이틀 색상 */
.daon_ver3_page_title h1,
.daon_ver3_page_title h2{
  color:#fff !important;
}

/* 타이틀 하단 라인 */
.daon_ver3_page_title h1:after{
  border-color:rgba(255,255,255,.85) !important;
}

/* 카드 스타일 유지 */
.daon_ver3_sub_type20 .step_area ul li{
  background:#fff;
  border:0;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

/* 화살 원 */
.daon_ver3_sub_type20 .step_area ul li:before,
.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):after{
  background:#fff;
  border:0;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

/* 모바일 */
@media screen and (max-width:768px){
  .daon_ver3_sub_type20{
    padding:60px 0;
  }
}

/* ================================
   시공 프로세스 타이틀 색상 분리
   ================================ */

/* 메인 제목만 흰색 */
.daon_ver3_page_title h1{
  color:#fff !important;
}

/* 🔥 서브 설명은 원래 색상 유지 */
.daon_ver3_page_title h2{
  color:#666 !important;
}


/* ✅ step 화살표 원형이 안보일때: background 문법+잘림+우선순위 해결 */
.daon_ver3_sub_type20 .step_area,
.daon_ver3_sub_type20 .step_area ul{
  overflow: visible !important; /* 부모 잘림 방지 */
}

.daon_ver3_sub_type20 .step_area ul li:before{
  display:block;
  z-index: 50;
  background-color:#fff;
  background-image: url('/theme/dhunet/html/business/image/step_arrow_bk.png');
  background-repeat: no-repeat;     /* ✅ 공백/문법 분리로 확실히 */
  background-position: center center;
  background-size: 16px auto;       /* 안 보일 때 대비 */
}

.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):after{
  display:block;
  z-index: 50;
  background-color:#fff;
  background-image: url('/theme/dhunet/html/business/image/step_arrow_bk.png');
  background-repeat: no-repeat;     /* ✅ 공백/문법 분리로 확실히 */
  background-position: center center;
  background-size: 16px auto;
}


/* ===============================
   STEP 화살표 크기 조정 (최종)
   =============================== */

/* 오른쪽 화살표 */
.daon_ver3_sub_type20 .step_area ul li:before{
  width:40px;
  height:40px;
  background-size: 10px auto;  /* 🔥 화살표만 작게 */
}

/* 아래 화살표 */
.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):after{
  width:40px;
  height:40px;
  background-size: 10px auto;  /* 🔥 화살표만 작게 */
}

/* ===============================
   마지막 시공 단계 화살표 제거
   =============================== */

/* 마지막 li (06 시공) → 화살표 원 제거 */
.daon_ver3_sub_type20 .step_area ul.reverse li:last-child:before,
.daon_ver3_sub_type20 .step_area ul.reverse li:last-child:after{
  display:none !important;
}


/*  여기까지 코드를 복사하여 공통 css파일 최하단에 추가합니다. */



/* ===============================
   제품 스펙 표 : 주황 전체배경 + 플랫 테이블
   =============================== */

/* 전체 주황 배경 (좌우 풀) */
.spec_orange_bg{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:#f88119;
  padding:60px 0;
}

/* 내부 정렬 */
.spec_orange_bg .spec_inner{
  max-width:1500px;
  margin:0 auto;
  padding:0 4%;
}

/* 단위 표시 */
.spec_orange_bg .spec_unit{
  text-align:right;
  font-size:0.95em;
  color:#000;
  margin-bottom:10px;
}

/* 표 기본 */
.spec_table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}

/* 헤더 : 주황과 어울리는 연한 웜그레이 */
.spec_table thead th{
  background:#f2efe9;          /* 남색 제거 */
  color:#000;                  /* 글자 검정 */
  font-size:1.15em;
  font-weight:700;
  padding:18px 16px;
  border:1px solid #ddd;
  text-align:center;
}

/* 바디 */
.spec_table tbody td{
  padding:20px 16px;
  font-size:1.1em;
  color:#000;
  border:1px solid #ddd;
  text-align:center;
  vertical-align:middle;
}

/* 이미지 셀 */
.spec_table td.spec_img{
  width:18%;
}
.spec_table td.spec_img img{
  width:90px;
  max-width:100%;
  height:auto;
}

/* 사이즈 강조 (색은 검정 유지) */
.spec_table .spec_size strong{
  font-weight:700;
  color:#000;
  margin-right:4px;
}

/* 모바일 */
@media (max-width:768px){
  .spec_orange_bg{padding:40px 0;}
  .spec_table thead th,
  .spec_table tbody td{
    font-size:1em;
    padding:14px 10px;
  }
  .spec_table td.spec_img img{width:70px;}
}


/* 그누보드 내용관리등 에디터로 입력할 경우  여기서부터 */
.fc_ver3_pointer {color:#f88119; }
.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; margin:0 auto;}

.daon_ver3_page_title{width:100%; text-align:center; margin-bottom:70px;}
.daon_ver3_page_title h1{width:100%; font-size:2.5em; font-weight:600;}
.daon_ver3_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_ver3_page_title h2{width:100%; font-size:1.2em; color:#666; margin-top:20px; }

.daon_ver3_sub_type03 {width:100%; max-width:1500px; margin:0 auto;}
.daon_ver3_sub_type03:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type03 .type03-1 {position:relative; display:flex; width:100%; padding:80px 0; }
.daon_ver3_sub_type03 .type03-1:after{ z-index: -1; content: ''; position: absolute; top: 0; right: 0; width:90%; height:100%; border:2px solid #eee; border-radius:10px; box-sizing: border-box; background-color:#fff;} 
.daon_ver3_sub_type03 .type03-1 .img_box { position:relative; width:45%; transition: 0.5s all ease;} 
.daon_ver3_sub_type03 .type03-1 .img_box:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type03 .type03-1 .img_box img {max-width:100%; border-radius:10px;}
.daon_ver3_sub_type03 .type03-1 .txt_box { width:55%; padding:0 50px 0 80px; } 
.daon_ver3_sub_type03 .type03-1 .txt_box:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type03 .type03-1 .txt_box h2.tit1 {display:block; margin-bottom:40px; font-size:2em; color:#000; line-height:1.6em; font-weight:400; word-break:keep-all;}
.daon_ver3_sub_type03 .type03-1 .txt_box h2.tit1 strong {color:#e53d30; font-size:1em; font-weight:700; }
.daon_ver3_sub_type03 .type03-1 .txt_box p.tit_desc {display:block; margin-top:20px; font-size:1.25em; color:#666; line-height:1.6em; font-weight:400;}
.daon_ver3_sub_type03 .type03-1 .txt_box p.ceo_sign {display:block; margin-top:40px; font-size:1.25em; color:#000; line-height:1.6em; }
.daon_ver3_sub_type03 .type03-1 .txt_box p.ceo_sign span {padding-left:10px; font-size:1.5em; font-weight:700;}

@media all and (max-width:1500px){
	.daon_ver3_sub_type03 {padding:0 4%;}
}

@media all and (max-width:1200px){	
	.daon_ver3_sub_type03 .type03-1{padding:40px 0;}
	.daon_ver3_sub_type03 .type03-1 .txt_box{padding:0 40px;}

	.daon_ver3_sub_type03 .type03-2 ul li { width:30%;}	

	.daon_ver3_sub_type03 .type03-3 .txt_box dl dd strong{font-size:3em;}
	.daon_ver3_sub_type03 .type03-3 .txt_box dl dd p{font-size:1.2em;}	
}

@media all and (max-width:992px){		
	.daon_ver3_page_title{margin-bottom:50px;}	
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type03 .type03-1 {flex-direction: column; padding:0 0 50px 0;  }
	.daon_ver3_sub_type03 .type03-1:after{ width:100%;} 
	.daon_ver3_sub_type03 .type03-1 .img_box { width:100%; text-align:center;} 
	.daon_ver3_sub_type03 .type03-1 .img_box img {width:100%;}
	.daon_ver3_sub_type03 .type03-1 .txt_box { width:100%; margin-top:50px; padding:0 40px;} 
	.daon_ver3_sub_type03 .type03-1 .txt_box h2.tit1 { font-size:1.85em; }

}

@media screen and (max-width:768px){		
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type03 .type03-1 {margin-top:50px;}
	.daon_ver3_sub_type03 .type03-1:after{display:none;} 
	.daon_ver3_sub_type03 .type03-1 .txt_box { padding:0 20px;}
	.daon_ver3_sub_type03 .type03-1 .txt_box h2.tit1 {font-size:1.5em;}
	.daon_ver3_sub_type03 .type03-1 .txt_box p.tit_desc { font-size:1.15em;}
	.daon_ver3_sub_type03 .type03-1 .txt_box p.ceo_sign { font-size:1.15em;}

}

/* ===============================
   하이랜드스톤 type03 : 사각 테두리 안 주황 배경
   =============================== */

/* 박스 기준점 */
.daon_ver3_sub_type03 .type03-1{
  position:relative;
  z-index:1;
}

/* 사각 배경 박스 */
.daon_ver3_sub_type03 .type03-1:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  width:90%;
  height:100%;
  background:#f88119;                 /* ✅ 주황색 */
  border:2px solid rgba(0,0,0,.15);   /* ✅ 테두리 보이게 */
  border-radius:0;                    /* ❌ 라운드 제거 */
  box-sizing:border-box;
  z-index:0;                          /* ❗ -1 제거 */
}

/* 텍스트/이미지가 배경 위로 올라오게 */
.daon_ver3_sub_type03 .type03-1 .img_box,
.daon_ver3_sub_type03 .type03-1 .txt_box{
  position:relative;
  z-index:1;
}

/* 주황 배경 위 가독성 */
.daon_ver3_sub_type03 .type03-1 .txt_box h2.tit1{
  color:#000;
}
.daon_ver3_sub_type03 .type03-1 .txt_box h2.tit1 strong{
  color:#000;   /* 요청대로 검정 */
}

/* 모바일에서는 박스 전체 사용 */
@media (max-width:768px){
  .daon_ver3_sub_type03 .type03-1:after{
    width:100%;
  }
}

/* ===============================
   하이랜드스톤 type03 : 사각 테두리 안 주황 배경 (모바일 포함 강제)
   =============================== */

.daon_ver3_sub_type03 .type03-1{
  position:relative;
  z-index:1;
}

.daon_ver3_sub_type03 .type03-1:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  width:90%;
  height:100%;
  background:#f88119;
  border:2px solid rgba(0,0,0,.15);
  border-radius:0;
  box-sizing:border-box;
  z-index:0;
}

/* 텍스트/이미지 위로 */
.daon_ver3_sub_type03 .type03-1 .img_box,
.daon_ver3_sub_type03 .type03-1 .txt_box{
  position:relative;
  z-index:1;
}

/* 주황 배경 위 글자 */
.daon_ver3_sub_type03 .type03-1 .txt_box h2.tit1{
  color:#fff;                 /* ✅ 나머지 흰색 */
}
.daon_ver3_sub_type03 .type03-1 .txt_box h2.tit1 strong{
  color:#000;                 /* ✅ strong는 검정 */
  font-size:1.15em;           /* ✅ strong 글자 더 크게 */
  font-weight:800;
}

/* ✅ 모바일에서 원본의 display:none을 덮어쓰기 */
@media (max-width:768px){
  .daon_ver3_sub_type03 .type03-1:after{
    display:block !important; /* ✅ 핵심 */
    width:100%;
    left:0;                   /* 모바일에서 꽉 차게 */
    right:0;
  }
}

/* ===============================
   type03 주황 박스 텍스트 최종 조정
   =============================== */

/* 기본 문장 : 흰색 */
.daon_ver3_sub_type03 .type03-1 .txt_box h2.tit1{
  color:#fff;
}

/* strong : 검정 + 크기 업 */
.daon_ver3_sub_type03 .type03-1 .txt_box h2.tit1 strong{
  color:#f7f5f0;          /* 검정 */
  font-size:1.15em;    /* 기존 대비 키움 (원하면 1.2em) */
  font-weight:600;
}

/* p 태그 대비 */
.daon_ver3_sub_type03 .type03-1 .txt_box p{
  color:#fff;
}


/*  여기까지 코드를 복사하여 공통 css파일 최하단에 추가합니다. */



/* 그누보드 내용관리등 에디터로 입력할 경우  여기서부터 */
.fc_ver3_pointer {color:#f88119; }
.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; margin:0 auto;}

.daon_ver3_page_title{width:100%; text-align:center; margin-bottom:70px;}
.daon_ver3_page_title h1{width:100%; font-size:2.5em; font-weight:600;}
.daon_ver3_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_ver3_page_title h2{width:100%; font-size:1.2em; color:#666; margin-top:20px; }

.daon_ver3_sub_type11 {width:100%; max-width:1500px; margin:0 auto;}
.daon_ver3_sub_type11:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type11 .map_cont1 {width:100%; height:401px; }
.daon_ver3_sub_type11 .map_cont1:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type11 .map_cont1 .g_map1 {float:left; width:50%; height:100%; overflow:hidden;} 
.daon_ver3_sub_type11 .map_cont1 .g_map1:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type11 .map_cont1 .map_info {float:left; width:50%; height:100%; padding:0 50px; font-size:0; } 
.daon_ver3_sub_type11 .map_cont1 .map_info:after {content:""; display:block; clear:both;}
.daon_ver3_sub_type11 .map_cont1 .map_info h4 {font-size:36px; color:#000; font-weight:700; line-height:1.6em; word-break:keep-all;}
.daon_ver3_sub_type11 .map_cont1 .map_info dl { width:100%; margin-top:20px; padding-top:10px; text-align:left; border-top:1px solid #ddd; }
.daon_ver3_sub_type11 .map_cont1 .map_info dl dd { width:50%; display:inline-block; vertical-align:top; margin:15px 0; padding:0 20px;}
.daon_ver3_sub_type11 .map_cont1 .map_info dl dd i {display:inline-block; vertical-align:middle; margin-right:10px; font-size:1.15em; color:#3b445b;}
.daon_ver3_sub_type11 .map_cont1 .map_info dl dd strong {display:inline-block; vertical-align:middle; font-size:1.5em; color:#000; line-height:1.2em; font-weight:400; }
.daon_ver3_sub_type11 .map_cont1 .map_info dl dd p { display:block; line-height:1.4em; font-size:1.15em; color:#666; margin-top:15px; word-break:keep-all;}
.daon_ver3_sub_type11 .map_cont1 .map_info .map_bt {width:100%; margin-top:30px;}
.daon_ver3_sub_type11 .map_cont1 .map_info .map_bt a {width:32%; margin-right:2%; display:inline-block; text-align:center; padding:15px 20px; color:#fff; font-size:1.15em; border-radius:5px; transition:0.3s all ease; }
.daon_ver3_sub_type11 .map_cont1 .map_info .map_bt a:last-child {margin-right:0;}
.daon_ver3_sub_type11 .map_cont1 .map_info .map_bt a:hover {background-color:#f3f5f7 !important; color:#000 !important; transition:0.3s all ease;}
.daon_ver3_sub_type11 .map_cont1 .map_info .map_bt a.btn_naver {background-color:#1ec800;}
.daon_ver3_sub_type11 .map_cont1 .map_info .map_bt a.btn_daum {background-color:#258fff;}
.daon_ver3_sub_type11 .map_cont1 .map_info .map_bt a.btn_google {background-color:#1e2f3e;}

.daon_ver3_sub_type11 .map_cont2 {width:100%;  margin-top:100px;}
.daon_ver3_sub_type11 .map_cont2:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type11 .map_cont2 .g_map2 {width:100%; height:401px; overflow:hidden;} 
.daon_ver3_sub_type11 .map_cont2 .g_map2:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type11 .map_cont2 .map_info {width:100%; padding:30px 50px; font-size:0; background-color:#f3f5f7; transition: 0.3s all ease;}
.daon_ver3_sub_type11 .map_cont2 .map_info:after {content:""; display:block; clear:both;}
.daon_ver3_sub_type11 .map_cont2 .map_info dl {float:right; width:60%; padding-left:50px; text-align:left; border-left:1px solid #ddd; }
.daon_ver3_sub_type11 .map_cont2 .map_info dl dd { width:50%; display:inline-block; vertical-align:top; margin:15px 0; padding:0 20px;}
.daon_ver3_sub_type11 .map_cont2 .map_info dl dd i {display:inline-block; vertical-align:middle; margin-right:10px; font-size:1.15em; color:#3b445b;}
.daon_ver3_sub_type11 .map_cont2 .map_info dl dd strong {display:inline-block; vertical-align:middle; font-size:1.5em; color:#000; line-height:1.2em; font-weight:400; }
.daon_ver3_sub_type11 .map_cont2 .map_info dl dd p { display:block; line-height:1.4em; font-size:1.15em; color:#666; margin-top:15px; word-break:keep-all;}
.daon_ver3_sub_type11 .map_cont2 .map_info .map_tit{float:left; width:40%; padding-right:50px;}
.daon_ver3_sub_type11 .map_cont2 .map_info h4 {margin-top:20px; font-size:24px; color:#000; line-height:1.6em; word-break:keep-all;}
.daon_ver3_sub_type11 .map_cont2 .map_info .map_bt {width:100%; margin-top:30px;  }
.daon_ver3_sub_type11 .map_cont2 .map_info .map_bt a {width:32%; margin-right:2%; display:inline-block; text-align:center; padding:15px 20px; color:#fff; font-size:1.15em; border-radius:5px; transition:0.3s all ease; }
.daon_ver3_sub_type11 .map_cont2 .map_info .map_bt a:last-child {margin-right:0;}
.daon_ver3_sub_type11 .map_cont2 .map_info .map_bt a:hover {background-color:#fff !important; color:#000 !important; transition:0.3s all ease;}
.daon_ver3_sub_type11 .map_cont2 .map_info .map_bt a.btn_naver {background-color:#f88119;}
.daon_ver3_sub_type11 .map_cont2 .map_info .map_bt a.btn_daum {background-color:#f8cb19;}
.daon_ver3_sub_type11 .map_cont2 .map_info .map_bt a.btn_google {background-color:#1e2f3e;}


@media all and (max-width:1500px){
	.daon_ver3_sub_type11 {padding:0 2%; }
}

@media all and (max-width:1200px){
	.daon_ver3_sub_type11 .map_cont1 {height:auto; }
	.daon_ver3_sub_type11 .map_cont1 .g_map1 {width:100%; height:401px;} 
	.daon_ver3_sub_type11 .map_cont1 .map_info {width:100%; height:auto; padding:30px 0px;} 	

	.daon_ver3_sub_type11 .map_cont2 .map_info {padding:30px 30px;}
	.daon_ver3_sub_type11 .map_cont2 .map_info dl {float:left; width:100%; padding-left:0; border-left:0; padding-bottom:20px; border-bottom:1px solid #ddd;}
	.daon_ver3_sub_type11 .map_cont2 .map_info .map_tit {width:100%; padding-right:0; margin-top:30px;}
}

@media all and (max-width:992px){		
	.daon_ver3_page_title{margin-bottom:50px;}	
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}
}

@media screen and (max-width: 768px){
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}	

	.daon_ver3_sub_type11 .map_cont1 .map_info h4 {font-size:24px; }
	.daon_ver3_sub_type11 .map_cont1 .map_info dl dd strong {font-size:1.25em; }
	.daon_ver3_sub_type11 .map_cont1 .map_info dl dd p { font-size:1em;}
	.daon_ver3_sub_type11 .map_cont1 .map_info .map_bt{text-align:center;}

	.daon_ver3_sub_type11 .map_cont2 .map_info h4 {font-size:18px; margin-top:0;}
	.daon_ver3_sub_type11 .map_cont2 .map_info dl dd strong {font-size:1.25em; }
	.daon_ver3_sub_type11 .map_cont2 .map_info dl dd p { font-size:1em;}
	.daon_ver3_sub_type11 .map_cont2 .map_info .map_bt{text-align:center;}
}

@media screen and (max-width: 640px){
	.daon_ver3_sub_type11 .map_cont1 .map_info {padding:30px 20px;}
	.daon_ver3_sub_type11 .map_cont1 .map_info dl dd {width:100%; padding:0;}
	.daon_ver3_sub_type11 .map_cont1 .map_info .map_bt a {width:32%; margin-right:2%; padding:10px; font-size:1em;}

	.daon_ver3_sub_type11 .map_cont2 .map_info {padding:30px 20px;}
	.daon_ver3_sub_type11 .map_cont2 .map_info dl dd {width:100%; padding:0;}
	.daon_ver3_sub_type11 .map_cont2 .map_info .map_bt a {width:32%; margin-right:2%; padding:10px; font-size:1em;}
}
/*  여기까지 코드를 복사하여 공통 css파일 최하단에 추가합니다. */



/* =========================================
   하이랜드스톤 타사비교(텍스트 + 이미지들) - 반응형
   기존 다온테마 톤 유지
   ========================================= */

/* 래퍼 */
.hs_compare_wrap{
  width:100%;
  max-width:1500px;
  margin:0 auto;
}

/* 타이틀 간격(기존보다 살짝 조절 가능) */
.hs_compare_title{
  margin-bottom:40px; /* 필요시 30~60으로 조절 */
}

/* 섹션 공통 */
.hs_section{
  width:100%;
  max-width:1500px;
  margin:0 auto;
  padding:35px 0;
  border-top:1px solid rgba(0,0,0,.08);
}
.hs_section:first-of-type{
  border-top:0;
  padding-top:10px;
}

/* 섹션 제목/설명(텍스트는 검정) */
.hs_h3{
  width:100%;
  text-align:center;
  font-size:1.6em;
  font-weight:700;
  color:#000;
  line-height:1.35em;
  margin:0;
}
.hs_desc{
  width:100%;
  text-align:center;
  margin-top:12px;
  font-size:1.2em;
  color:#333;
  line-height:1.7em;
  word-break:keep-all;
}

/* 이미지 블럭 */
.hs_block{
  width:100%;
  margin:25px auto 0;
  text-align:center;
}

/* ✅ 반응형 이미지 핵심 */
.hs_block img{
  width:auto;
  max-width:100%;   /* PC에서 너무 커보이면 900~1200 사이로 조절 */
  height:auto;
  display:block;
  margin:0 auto;
}

/* 상단 배너만 좀 더 넓게 쓰고 싶으면 */
.hs_banner img{
   width:auto;
  max-width:100%;
  height:auto;
  display:block;
  margin:0 auto;
}

/* 1500 이하: 좌우 여백 */
@media (max-width:1500px){
  .hs_compare_wrap{padding:0 2%;}
}

/* 992 이하: 글자/간격 살짝 축소 */
@media (max-width:992px){
  .hs_section{padding:28px 0;}
  .hs_h3{font-size:1.35em;}
  .hs_desc{font-size:1em;}
  .hs_block{margin-top:18px;}
}

/* ✅ 모바일: 이미지가 너무 커보이는 문제 해결(50% 축소 느낌 = "가로 여백"으로 체감 축소) */
@media (max-width:768px){
  .hs_compare_wrap{padding:0 4%;}

  .hs_section{padding:22px 0;}
  .hs_h3{font-size:1.2em;}
  .hs_desc{font-size:0.95em; margin-top:10px;}

  /* 모바일에서 중앙 정렬 + 좌우 여백 크게 -> 체감 50% 줄어듦 */
  .hs_block img{
    width:auto;
    max-width:min(100%,520px);   /* ✅ 모바일에서 “너무 큼” 방지 */
  }
}

/* 아주 작은 폰 */
@media (max-width:480px){
  .hs_compare_wrap{padding:0 6%;}
  .hs_block img{max-width:min(100%,420px);}
}


/* 안내사항 */
.company6-1 {width:100%; text-align:center;}
.company6-1:after { content:""; display:block; clear:both; }
.company6-1 ul { width:100%; padding:0; margin:0; overflow:hidden;}
.company6-1 ul li{ position:relative; float:left; display:inline-block; width:23.5%; text-align:center; margin-right:2%; vertical-align:top; padding:0 15px; margin-bottom:50px;}
.company6-1 ul li:nth-child(4n){margin-right:0;}
.company6-1 ul li:after{position:absolute; top:30%; left:100%; background:#00529B; width:5px; height:5px; content:""; border-radius:5px;}
.company6-1 ul li:nth-child(4n):after{display:none;}
.company6-1 ul li .icons{width:70%; height:0; padding-top:70%; text-align:center; box-sizing:border-box;  border-radius:100%; margin:0 auto; position:relative;}
.company6-1 ul li .icons i {display:block; font-size:4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-shadow:5px 5px rgba(0,0,0,0.2);}
.company6-1 ul li:nth-child(1) .icons{ background:#1985b7; color:#fff; background:url('../company/image/06_1.jpg') no-repeat center center; background-size:cover;}
.company6-1 ul li:nth-child(2) .icons{ background:#00529b;color:#fff; background:url('../company/image/06_2.jpg') no-repeat center center; background-size:cover;}
.company6-1 ul li:nth-child(3) .icons{ background:#6b7786; color:#fff; background:url('../company/image/06_3.jpg') no-repeat center center; background-size:cover;}
.company6-1 ul li:nth-child(4) .icons{ background:#333; color:#fff; background:url('../company/image/06_4.jpg') no-repeat center center; background-size:cover;}
.company6-1 ul li strong {display:block; margin-top:20px; font-size:1.5em; text-align:center; }
.company6-1 ul li p{ display:block; text-align:center; font-size:1.05em; line-height:20px; margin-top:20px;}

.company6-2 {width:100%; margin-top:50px; }
.company6-2:after { content:""; display:block; clear:both; }
.company6-2 .tit-box {position:relative; width:100%; max-width:80%; margin:25px auto 0; padding:40px 15px; background:#fff; border:1px solid #eee; overflow:hidden;}
.company6-2 .tit-box:before {z-index:1; content: ""; display: block; position: absolute; left:0; top:0; width:20px; height:20px; border-left:3px solid #333; border-top:3px solid #333;}
.company6-2 .tit-box:after {z-index:1; content: ""; display: block; position: absolute; right:0; bottom:0; width:20px; height:20px; border-right:3px solid #333; border-bottom:3px solid #333;}
.company6-2 .tit-box .tit {width:22%; display:inline-block; vertical-align:middle; text-align:center; margin-right:2%; overflow:hidden; }
.company6-2 .tit-box .tit span {display:inline; vertical-align:middle; font-size:2em; color:#222; line-height:1.2; font-weight:700; }
.company6-2 .tit-box .tit em {display:inline; vertical-align:middle; margin-left:15px; font-size:1em; color:#aaa; font-weight:500; letter-spacing:0.25em; font-style:normal;}
.company6-2 .tit-box dl {width:75%; display:inline-block; vertical-align:middle; }
.company6-2 .tit-box dl dd {position:relative; margin-bottom:5px; padding-left:15px; font-size:1.15em; color:#222; line-height:1.6; word-break:keep-all;}
.company6-2 .tit-box dl dd:before {content: ""; display: block; position: absolute; left:0; top:12px; width:4px; height:4px; background:#555;}
.company6-2 .tit-box dl dd:last-child {margin-bottom:0;}



/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {		

	.page_title1 {margin:40px 0 20px 0;}
	.page_title1 .title { font-size:2em; }
	.page_title1 .title_desc { font-size:1.15em;}
	
	.page_title2 {margin:50px 0 20px 0;}
	.page_title2 .title {font-size:2em;}

	.page_title3 {margin-top:50px;}
	.page_title3 .title_num { transform: translate(-50%,-40%);font-size:8em;}
	.page_title3 .title {font-size:2.5em;}
	.page_title3 .title_desc {font-size:1.25em; }
	


	.company6-1 ul li .icons i {font-size:3em;}

	.company6-2 .tit-box { padding:40px 25px;}	
	.company6-2 .tit-box .tit {width:100%; margin-right:0;}
	.company6-2 .tit-box dl {width:100%; margin-top:20px;}
	.company6-2 .tit-box dl dd:before { top:10px;}



}


/* 반응형 중간기기 640사이즈 이하 */
@media screen and (max-width: 640px) {		

	
	.map_wrap .map_info span {display:block; margin:0; margin-bottom:5px;}
	.map_wrap .publicTransit table th {width:25%;}
	.map_wrap .publicTransit table td {width:75%;}

}


/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {


	.company6-1 ul li .icons{width:100%; padding-top:100%;}
	.company6-1 ul li .icons i {font-size:3em;}
	.company6-1 ul li strong{font-size:1.3em;}

}



/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {	
}


/* 그누보드 내용관리등 에디터로 입력할 경우  여기서부터 */
.fc_ver3_pointer {color:#f88119; }
.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; margin:0 auto;}

.daon_ver3_page_title{width:100%; text-align:center; margin-bottom:70px;}
.daon_ver3_page_title h1{width:100%; font-size:2.5em; font-weight:600;}
.daon_ver3_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_ver3_page_title h2{width:100%; font-size:1.2em; color:#666; margin-top:20px; }

.daon_ver3_sub_type01 {width:100%; max-width:1500px; margin:0 auto;}
.daon_ver3_sub_type01:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type01 .type01-1 {width:100%;}
.daon_ver3_sub_type01 .type01-1 .con_box {position:relative;  display:flex; flex-wrap: wrap; width:100%; }
.daon_ver3_sub_type01 .type01-1 .con_box .txt_box {position:relative; width:100%; padding:0;} 
.daon_ver3_sub_type01 .type01-1 .con_box .txt_box img{float:left; width:35%; max-width:800px; border-radius:10px; margin-right:40px; margin-bottom:20px;}
.daon_ver3_sub_type01 .type01-1 .con_box .txt_box h2.tit1 {position:relative; display:block; padding-bottom:20px;  font-size:2.5em; color:#000; line-height:1.4em; font-weight:700; margin-top:10px;}
.daon_ver3_sub_type01 .type01-1 .con_box .txt_box span.line {position:relative; display:block; width: calc(100% - 35% - 40px); height: 1px; background-color:#ddd; float:right; padding:0; margin:0; margin-bottom:20px;}
.daon_ver3_sub_type01 .type01-1 .con_box .txt_box span.line:after { content: ""; position: absolute; bottom: 0; left:0; width: 120px; height: 1px; background-color:#e53d30;}
.daon_ver3_sub_type01 .type01-1 .con_box .txt_box h2.tit1 span {font-size:1em; color:#e53d30;}
.daon_ver3_sub_type01 .type01-1 .con_box .txt_box h2.tit2 {display:block; font-size:1.85em; color:#000; line-height:1.6em;}
.daon_ver3_sub_type01 .type01-1 .con_box .txt_box p.tit_desc {display:block; margin-top:20px; font-size:1.25em; color:#666; line-height:1.6em; font-weight:400; word-break:keep-all;}
.daon_ver3_sub_type01 .type01-1 .con_box .txt_box p.ceo_sign {display:block; margin-top:40px; font-size:1.25em; color:#000; line-height:1.6em; font-weight:700; letter-spacing:2px;}

.daon_ver3_sub_type01 .type01-2 {width:100%; margin-top:80px; position:relative;}
.daon_ver3_sub_type01 .type01-2 .back_tit {z-index:0; display:block; position:absolute; top:-70px; right:0; text-align:right; display:block; font-size:6em; color:#f8f8f8; line-height:0.8em; font-weight:900; }
.daon_ver3_sub_type01 .type01-2 table.tbl_overview{ width:100%; border-top:1px solid #ddd; border-collapse:separate; border-spacing:0; }
.daon_ver3_sub_type01 .type01-2 table.tbl_overview th{ width:20%; padding:15px 20px; text-align:center; border-bottom:1px solid #eee; background:#f8f8f8; }
.daon_ver3_sub_type01 .type01-2 table.tbl_overview th i {display:inline-block; vertical-align:middle; margin-right:10px; font-size:1.2em; color:#333; line-height: 1.6em; }
.daon_ver3_sub_type01 .type01-2 table.tbl_overview th span {display:inline-block; vertical-align:middle; font-size:1em; color: #000; font-weight:500; line-height: 1.6em;  }
.daon_ver3_sub_type01 .type01-2 table.tbl_overview td{ width:30%; padding:15px 20px; text-align:left; color:#666; font-size:1em; word-break:keep-all; border-bottom:1px solid #eee; }

.daon_ver3_sub_type01 .type01-3 {width:100%; margin-top:80px; }
.daon_ver3_sub_type01 .type01-3 .point_txt { width:100%; padding:40px; border:1px solid #ddd; border-radius:10px;}
.daon_ver3_sub_type01 .type01-3 .point_txt h4.tit {position:relative; margin-top:30px; padding-left:20px; display: block; font-size:1.85em; line-height:1.4em; font-weight:700; word-break:keep-all;}
.daon_ver3_sub_type01 .type01-3 .point_txt h4.tit:before { display:block; content:""; position:absolute; left:0; top:0px; width:15px; height:15px; border-radius:15px; background-color:#666;}
.daon_ver3_sub_type01 .type01-3 .point_txt h4.tit:first-child {margin-top:0;}
.daon_ver3_sub_type01 .type01-3 .point_txt h4.tit.fc1{color:#000; }
.daon_ver3_sub_type01 .type01-3 .point_txt h4.tit.fc1:before {background:#00ab8e;}
.daon_ver3_sub_type01 .type01-3 .point_txt h4.tit.fc2{color:#000; }
.daon_ver3_sub_type01 .type01-3 .point_txt h4.tit.fc2:before {background-color:#0075bd;}
.daon_ver3_sub_type01 .type01-3 .point_txt h4.tit.fc3{color:#000; }
.daon_ver3_sub_type01 .type01-3 .point_txt h4.tit.fc3:before{background-color:#F9AD17;}
.daon_ver3_sub_type01 .type01-3 .point_txt p.txts {display:block; margin-left:20px; margin-top:10px; font-size:1.15em; color:#666; line-height:1.6em; font-weight:400; word-break:keep-all;}


@media all and (max-width:1500px){
	.daon_ver3_sub_type01 {padding:0 4%;}		
}

@media all and (max-width:1200px){	
	.daon_ver3_sub_type01 .type01-1 .con_box .txt_box h2.tit1 {font-size:2.25em;}
	.daon_ver3_sub_type01 .type01-1 .con_box .txt_box h2.tit2 {font-size:1.5em;}
	.daon_ver3_sub_type01 .type01-1 .con_box .txt_box p.tit_desc {font-size:1.15em;}
	.daon_ver3_sub_type01 .type01-1 .con_box .txt_box p.ceo_sign {font-size:1.15em;}

	.daon_ver3_sub_type01 .type01-2{margin-top:120px;}
}

@media all and (max-width:992px){		
	.daon_ver3_page_title{margin-bottom:50px;}	
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}	
}

@media screen and (max-width:768px){		
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}	
	
	.daon_ver3_sub_type01 .type01-1 .con_box .txt_box {width:100%;} 
	.daon_ver3_sub_type01 .type01-1 .con_box .txt_box h2.tit1 {font-size:1.85em; margin-top:0;}

	.daon_ver3_sub_type01 .type01-2{margin-top:80px;}
	.daon_ver3_sub_type01 .type01-2 .back_tit { font-size:4em; top:-47px;}
	.daon_ver3_sub_type01 .type01-2 table.tbl_overview th{display:inline-block; width:28%; text-align:center; font-size:0.95em;}
	.daon_ver3_sub_type01 .type01-2 table.tbl_overview th i {font-size:1em;}
	.daon_ver3_sub_type01 .type01-2 table.tbl_overview td{display:inline-block; width:72%; font-size:0.95em;}

	.daon_ver3_sub_type01 .type01-3 {margin-top:50px; }
	.daon_ver3_sub_type01 .type01-3 .point_txt {padding:40px 20px;}
}

@media screen and (max-width:640px){	
	.daon_ver3_sub_type01 .type01-1 .con_box .txt_box img{float:none; width:100%; margin:0; margin-bottom:20px;}
	.daon_ver3_sub_type01 .type01-1 .con_box .txt_box span.line{width:100%;}
}

@media screen and (max-width:480px){	
	.daon_ver3_sub_type01 .type01-1 .con_box .txt_box h2.tit1{font-size:1.5em;}
	.daon_ver3_sub_type01 .type01-1 .con_box .txt_box h2.tit2{font-size:1.3em;}

	.daon_ver3_sub_type01 .type01-2 table.tbl_overview th{display:block; width:100%; text-align:left; font-size:1em;}
	.daon_ver3_sub_type01 .type01-2 table.tbl_overview td{display:block; width:100%; font-size:1em;}

	.daon_ver3_sub_type01 .type01-3 .point_txt h4.tit{font-size:1.5em;}
}
/*  여기까지 코드를 복사하여 공통 css파일 최하단에 추가합니다. */