/*인사말*/
.greeting{position:relative;}
.greeting .img{position:relative; height:500px; margin-top:110px; background:url(../img/bg_greeting.jpg) no-repeat 50%; background-size:cover;}
/*.greeting .img:before{content:''; display:block; position:absolute; bottom:0; left:135px; width:400px; height:400px; background:url(../img/bg_chairman.png) no-repeat;}*/
.greeting .tit{position:absolute; top:30px; right:100px; width:514px; height:314px; background:#fff}
.greeting .tit h3{position:relative; margin:0; padding:140px 20px 0 50px; font-size:20px; font-weight:100;  line-height:1.6; word-break:keep-all; box-sizing:border-box; text-align:left; letter-spacing:-1px;font-weight: 600;}
.greeting .tit h3:before{content:''; display:block; position:absolute; top:23px; left:50px; width:1px; height:100px; margin:0; background:#000;}
.greeting .tit h3 span{display:block; font-weight:600;}
.greeting .colum { padding:50px 0px 70px 0px;  max-width:1360px; margin:0 auto}
.greeting .colum:after{clear:both; content:""; display:block;}
.greeting .colum .left{float:left; width:45%; text-align:justify; }
.greeting .colum .left img {max-width:100%; height:auto }
.greeting .colum .right{float:right; width:50%; text-align:justify; }
.greeting .sign {text-align:left; font-size:1.125em; font-weight:bold; color:#222; margin-top:60px; padding-right:20px;  background-repeat:no-repeat; background-position:right center; line-height:50px;}
.greeting .sign .name { font-size:24px}

@media (max-width: 993px){
   	.greeting .tit{position:relative; width:100%; height:auto; padding:0 50px 50px 0px; top:0; right:0;}
	.greeting .tit h3{font-size:22px; line-height:1.6em;}
	.greeting .tit h3 br{display:none;}
	.greeting .img { height:253px}
	.greeting .img:before{left:50%; width:300px; height:310px; margin-left:-150px; background-size:cover;}
	.greeting .colum .left { width:100%; clear:both}
	.greeting .colum .right { width:100%; padding-top:20px; clear:both}

}



/*인사말*/




/*그룹소개*/
.company_info  { width:100%; height:auto;}
.company_info .oz { width:100%; text-align:center; padding-bottom:50px}
.company_info  .oz img{ max-width:100%;}
.company_info .img_page { width:100%; height:550px; background-image:url(../img/company_info_bg_company.jpg); background-position:center; background-repeat:no-repeat;} 
.company_info .txt_page { max-width:1200px; margin:0 auto; padding:20px}
.company_info .txt_page h2 { font-size: 42px; line-height: 1; font-weight: 600; margin-bottom: 44px; padding-top:100px; display: block; }
.company_info .txt_page p { font-size:16px; word-break:keep-all; line-height:1.8; color:#555; padding-bottom:15px}
.company_info .Ideology { width:100%; padding-bottom:100px;}
.company_info .Ideology .inner { max-width:1240px; margin:auto; clear:both;}
.company_info .Ideology .inner h2 {font-size: 36px;font-weight: bold;color: #000; letter-spacing:5px; text-align:center; padding:0px 0 10px 0}
.company_info .Ideology .inner h3 {font-size: 22px;color: #636363; letter-spacing:0px; text-align:center; padding:0px 0 50px 0}
.company_info .Ideology .inner h4 {font-size: 20px;color: #06F; letter-spacing:0px; text-align:center; padding:0px 0 50px 0}
.company_info .Ideology .inner .point{color: #06F;}
.company_info .Ideology .inner h2:after { content: " ";display: block; margin:20px auto; width:40px; height: 2px; background-color:#000; clear: both;}
.company_info .Ideology dl {padding:20px; border-right:1px solid #ddd; float:left; margin-left:0 }
.company_info .Ideology dl:last-child { border:0}
.company_info .Ideology dl .web_icon { padding:0 0 20px 0; text-align:center; color:#ff4200}
.company_info .Ideology dl dt { font-size:18px; height:60px; font-weight:bold; letter-spacing:0px; text-align:center} 
.company_info .Ideology dd { line-height:2.2; text-align:center; font-size:16px; color:#555}

.tl_title_box_wrap {width:100%; height:auto;clear:both; }
.tl_title_box_wrap li {position:relative; width:23.5%; min-height:250px; background-color:#fff; margin-left:2%; float:left; cursor:pointer;  -webkit-transition: all 0.4s; transition: all 0.4s; background-position:center; background-size:cover; background-repeat:no-repeat}
.tl_title_box_wrap li .bg { background-color:#2c3856; color:#fff; opacity:0; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.tl_title_box_wrap li:hover .bg {opacity: 1; -webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; }
.tl_title_box_wrap li:hover {-webkit-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-ms-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-webkit-transform:translateY(-25px);transform:translateY(-25px)}
.tl_title_box_wrap li .txt_wrap{width:100%;height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden;padding:40px;color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; opacity:1; display:table; z-index:2;}
.tl_title_box_wrap li:hover .txt_wrap { opacity:1; color:#fff}
.tl_title_box_wrap li:hover .txt_wrap .cell I { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell h2 { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell p { color:#fff}
.tl_title_box_wrap li .txt_wrap .cell { text-align:center;width:100%;display: table-cell; vertical-align: middle;}
.tl_title_box_wrap li .txt_wrap .cell i { font-size:60px; padding-bottom:20px; color:#1a1a1a}
.tl_title_box_wrap li .txt_wrap .cell h2 { font-size:24px; color:#1a1a1a; margin:0; font-weight:bold;}
.tl_title_box_wrap li .txt_wrap .cell p { font-size:16px; color:#555;  word-break:keep-all; line-height:1.6;}





/* 가로모드 모바일 디바이스 (가로 해상도가 576px 이하인 화면에 적용) */
@media all and (max-width: 576px) { 
  .company_info .Ideology dl { width:100%; margin-bottom:10px}
   .tl_title_box_wrap ul > li {width:100%; margin-left:0;  margin-bottom:10px}
} 

/* 가로모드 모바일 디바이스 (가로 해상도가 576px 보다 큰 화면에 적용) */
@media all and (min-width: 577px) and (max-width:768px) {  
  .company_info .Ideology dl { width:50%; margin-bottom:10px; }
  .tl_title_box_wrap ul > li {width:100%; margin-left:0; margin-bottom:10px}
  .tl_title_box_wrap ul > li:nth-child(2n+1) {clear:both;margin-left:0%}
  
}

/* 테스크탑 (가로 해상도가 768px 보다 큰 화면에 적용) */
@media all and (min-width: 769px) and (max-width:1200px) {  
   .company_info .Ideology dl { width:50%; margin-bottom:10px; }
  .tl_title_box_wrap ul > li {width:49.5%; margin-left:1%; margin-bottom:10px}
  .tl_title_box_wrap ul > li:nth-child(2n+1) {clear:both;margin-left:0%}

}

/* 큰화면 데스크탑 (가로 해상도가 1200px 보다 큰 화면에 적용) */
@media all and (min-width: 1201px) { 
  .company_info .Ideology dl { width:33.3333%; margin-bottom:10px; }
  .tl_title_box_wrap ul > li {width:15.666%; margin-left:1%; margin-bottom:70px}
  .tl_title_box_wrap ul > li:nth-child(6n+1) {clear:both;margin-left:0%}

}
/*그룹소개*/





/*연혁*/
.history_area {position: relative;width: 100%;padding-top: 37px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:8px;background-color: #f6f6f6;overflow: hidden;}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size: 46px;line-height:1.3;color: #555;font-weight: bold;}
.history_area dd strong {display: block;padding-bottom: 0px;font-size: 20px;line-height: 1.6;color: #1a1a1a;font-weight: 500;}
.history_area dd p {display: block;}
.history_area dd p strong{color:red}
.history_area dd p span{display: block;}
.history_area dd .img_box {display: block;margin-top: 39px;}
.right {text-align: right;}
.left {text-align: left;}
.fr {float: right;}
.img_box img { max-width: 100%}

@media (max-width: 769px){
	.history_area .history_point {left: 10px;margin-left: 0;}
	.history_area dl {float: none !important;width: 100%;padding-right: 0;padding-left: 50px;text-align: left;}
	.history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 50px;}
	.history_area div + div {margin-top: 40px;}
	.history_area div:nth-child(2) {margin-top: 0;}
	.history_area dt {margin-bottom: 20px;font-size:30px;}
	.history_area dd p br {display: none;}
	.history_area dd .img_box {margin-top: 20px;}	
}
/*연혁*/





/*오시는 길*/
.map_area{position:relative; z-index:1}
.map_area .txt{position:absolute;bottom:-90px;left:50%;transform:translateX(-50%);width:1400px;z-index:100;}
.map_area .txt .txt_wrap {background-color:#006fce;box-shadow:3px 3px 3px rgba(0,0,0,0.2);padding:45px 0;}
.map_area .txt .logo{position:absolute; top:34px; left:0; border-right:1px solid #1a7dd3; text-align:center; width:315px; line-height:90px; height:90px;}
.map_area .txt .contact{display:block; color:#fff; font-weight:500; font-size:20px; letter-spacing:-1px; line-height:1.6; padding:0 0 0 405px;}
.map_area .txt .tx .tel{font-weight:300;}
.map_area .txt .bt{position:absolute;top:50%;right:40px;margin-top:-35px;display:block;border-radius:65px;border:3px solid #fff;color:#fff;font-size:20px;text-align:center;min-width:220px;line-height:60px;height:65px;}

.contact_address {width:100%;height:auto; line-height:1.7;}
.contact_address ul {max-width:1240px;clear: both;padding:0 20px 20px 0px;border-bottom:1px solid #ddd;}
.contact_address ul li {color: #555;margin-top: 5px;margin-bottom: 5px; font-size:16px}
.contact_traffic { max-width:1240px; margin:100px auto; padding:20px; letter-spacing:-0.8px;  clear:both;}
.contact_traffic:after {content: " ";visibility: hidden;display: block;height: 0;padding-bottom:50px;clear: both;}
.contact_traffic ul {border-bottom:1px solid #ddd; padding-bottom:25px}
.contact_traffic .bus {width:100%;}
.contact_traffic .subway {width:100%}
.contact_traffic ul li {color: #555; line-height:33px; font-size:16px}
.contact_traffic h3 { font-size:20px; font-weight:400; letter-spacing:-1px; color:#1a1a1a; padding-bottom:10px; margin-top:25px; text-align:left}


/* 가로모드 모바일 디바이스 (가로 해상도가 576px 이하인 화면에 적용) */
@media all and (max-width: 576px) { 
	.map_area .txt { position: relative; bottom: auto; left: auto; transform: translateX(0); margin-top: -30px; width: auto;}
	.map_area .txt .logo img { height:20px}
	.map_area .txt .contact { font-size: 13px; letter-spacing: 0; line-height: 180%; padding: 20px 0 0;text-align: center; clear:both}
	.map_area .txt .txt_wrap{border-radius: 0px 0px 20px 0px; margin: 0 15px; padding: 0 0 30px;}
	.map_area .txt .bt { position: static; border-radius: 65px;  border-width: 2px; font-size: 15px; margin: 25px auto 0; width: 150px; line-height: 40px; height: 40px;}
	.map_area .txt .logo { position: relative; display: block;  top: auto; left: auto; border-right: 0;  width: 100%; line-height: 70px;  height: 70px;}
}


/* 태블릿 디바이스 (가로 해상도가 576px 보다 큰 화면에 적용) */
@media all and (min-width: 577px) and (max-width:992px) {  
	.map_area .txt { position: relative; bottom: auto; left: auto; transform: translateX(0); margin-top: -30px; width: auto;}
	.map_area .txt .logo img { height:20px}
	.map_area .txt .contact { font-size: 13px; letter-spacing: 0; line-height: 180%; padding: 20px 0 0;text-align: center; clear:both}
	.map_area .txt .txt_wrap{border-radius: 0px 0px 20px 0px; margin: 0 15px; padding: 0 0 30px;}
	.map_area .txt .bt { position: static; border-radius: 65px;  border-width: 2px; font-size: 15px; margin: 25px auto 0; width: 150px; line-height: 40px; height: 40px;}
	.map_area .txt .logo { position: relative; display: block;  top: auto; left: auto; border-right: 0;  width: 100%; line-height: 70px;  height: 70px;}
}

/* 테스크탑 (가로 해상도가 992px 보다 큰 화면에 적용) */
@media all and (min-width: 993px) and (max-width:1200px) {  
	.map_area .txt {margin-top: -30px;width: 1024px;}
	.map_area .txt .txt_wrap{border-radius:0px 0px 20px 0px;margin:0 15px;padding:0 0 30px;}
	.map_area .txt .logo{display:block;position:relative;top:auto;left:auto;border-right:0; margin-left:0;width:100%;}
	.map_area .txt .logo:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-88px;background-color:#1a7dd3;width:177px;height:1px;}
	.map_area .txt .contact {line-height:180%;padding:20px 0 0;text-align:center;}
	.map_area .txt .contact .tel{font-weight:300;}
	.map_area .txt .bt{position:static;border-radius:65px;margin:35px auto 0;width:150px;}
}

/*오시는 길*/








/* content01 */
.content01 .box { position: relative; padding-bottom:80px; display:block;}
.content01 .box .img_right { float:right}
.content01 .box .txt_wrap { position: absolute; right: 0; top:45px; background: #fff; padding:50px;  width: 60%;}
.content01 .box .txt_wrap .half-round-tit { display:inline-block;margin-bottom:20px}
.content01 .box .txt_wrap .half-round-tit strong {color:#1a1a1a;  font-size:22px; font-weight:500;  vertical-align: middle;  line-height:1.6; letter-spacing:0;}
.content01 .box .txt_wrap .half-round-tit span { display: inline-block; width:35px; height:35px; line-height:35px; text-align: center;  border-radius: 50%; vertical-align: middle; color: #fff; font-size:16px}
.content01 .box .txt_wrap .half-round-tit span {background:#8abd00; margin-right:10px; float:left}
.content01 .box .txt_wrap p {text-align: justify;}
.content01 .box .txt_wrap02 { position: absolute; left: 0; top:45px; background: #fff; width: 60%;}

@media screen and (max-width: 992px) {
	.content01 .box .img { text-align:center; display:block; float:none; clear:both}
	.content01 .box .img img { width:100%}
	.content01 .box .txt_wrap { width:100%; padding:20px; display:block; position:relative; clear:both}

}
/* content01 */







/* content02 */
.content02 ul li { width:50%; float:left}
.content02 ul li .profile { float:left; padding-bottom:50px; width:48%}
.content02 ul li .profile img { width:100%}
.content02 ul li dl { float:left; padding:0 40px; width:52% }
.content02 ul li dl dt { font-size:22px; font-weight:bold; text-align:left; padding-bottom:20px; color:#1a1a1a; letter-spacing:0}
.content02 ul li dl dt dd {  margin-left: 10px; font-size:17px; color:#444; line-height:1.75; letter-spacing:-0.02em; text-align:left; display:block; clear:both;  }

@media all and (max-width: 576px) { 
  .content02 ul > li {width:100%; margin:0 0 10px 0 }
  .content02 ul > li .profile { width:100%}
  .content02 ul > li dl { width:100%; padding:0 20px 20px 20px}
}



/* 태블릿 디바이스 (가로 해상도가 576px 보다 큰 화면에 적용) */
@media all and (min-width: 577px) and (max-width:1200px) {  
  .content02 ul > li {width:98%; margin:0 1% 10px 1%; }
}



/* 큰화면 데스크탑 (가로 해상도가 1200px 보다 큰 화면에 적용) */
@media all and (min-width: 1201px) { 
  .content02 ul > li {width:49.5%; margin-bottom:10px; margin-left:1%}
  .content02 ul > li:nth-child(2n+1) {clear:both;margin-left:0%}

}
/* content02 */





/* content03 */
.content03 ul > li {min-height:300px;  float:left; text-align:justify;}
.content03 ul > li .web_icon { width:100px; height:100px; margin-bottom:20px; background-color:#c7c7c7; color:#fff; display:table;  margin:0 auto}
.content03 ul > li .web_icon i { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px}
.content03 ul > li h2 {font-size:22px;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; letter-spacing:0; text-align:center}
.content03 ul > li p { text-align:center; word-break:keep-all}
.content03 ul > li .icon_img {text-align:center;padding-top:20px;display:block;}
/* 가로모드 모바일 디바이스 (가로 해상도가 576px 이하인 화면에 적용) */
@media all and (max-width: 576px) { 
  .content03 ul> li {width:100%; margin:0 0 10px 0 }
}

/* 가로모드 모바일 디바이스 (가로 해상도가 576px 보다 큰 화면에 적용) */
@media all and (min-width: 577px) and (max-width:768px) {  
  .content03 ul > li {width:49.5%; margin-bottom:10px; margin-left:1%}
  .content03 ul > li:nth-child(2n+1) {clear:both; margin-left:0}
}


/* 태블릿 디바이스 (가로 해상도가 768px 보다 큰 화면에 적용) */
@media all and (min-width: 769px) and (max-width:1200px) {  
  .content03 ul > li {width:32.66%; margin-bottom:10px; margin-left:1%}
  .content03 ul > li:nth-child(3n+1) {clear:both;margin-left:0%}
}

/* 큰화면 데스크탑 (가로 해상도가 1200px 보다 큰 화면에 적용) */
@media all and (min-width: 1201px) { 
  .content03 ul > li {width:32.66%; margin-bottom:10px; margin-left:1%}
  .content03 ul > li:nth-child(3n+1) {clear:both;margin-left:0%}
}
/* content03 */




/* content_area04 */
.content04 .box { width:100%; border:1px solid #e9e9e9; padding:70px; display:flex;flex-direction: row;}
.content04 .left { width:70%}
.content04 .right { width:30%}
.content04 .pc{ display:block}
.content04 .mo{ display:none}
.content04 .point { padding:0 20px 0 20px}
.content04 .point p { font-size:22px; font-weight:bold; padding-left:30px; color:#1a1a1a; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center;}
.content04 .point p.black { font-size:26px; font-weight:bold; padding-left:30px; color:#1a1a1a; background-image:url(../img/title_icon1.png); background-repeat:no-repeat; background-position:left center;}
.content04 .point h2 { font-size:28px; font-weight:100; color:#f66120; text-align:left; padding:10px 0 0;}
.content04 .colum { max-width:1400px;  margin:0 auto; padding: 30px 0 }
.content04 .colum .left { width:50%; float:left; border-right:1px solid #ddd; padding-right:50px}
.content04 .colum .left h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .colum .right { width:50%;  float:left; padding-left:50px; line-height:1.8; text-align:left}
.content04 .colum .right h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .img img { width:100%}
.content04 .content_sub_title { margin:0 auto; padding:0px 0 0}
.content04 .content_sub_title span{ display:block; width:100%}
.content04 .content_sub_title:after { content: " ";visibility: hidden;display: block; height: 0; padding-bottom:50px; clear: both;}
.content04 .content_sub_title:last-child:after { content: " ";visibility: hidden;display: block; height: 0; padding-bottom:0px; clear: both;}
.content04 .content_sub_title .sub_title{display: block; line-height:1.8; width:70%; color:#1a1a1a; font-size:22px; letter-spacing:0; text-align:left; font-weight:bold; margin:0;  padding:0 0 0 30px; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center; box-sizing:border-box}
.content04 .content_sub_title .sub_txt {float:right; width:30%;}
.content04 .content_sub_title .sub_txt .h2 { font-size:20px; }
.content04 .content_sub_title .img { float:left; text-align:right; width:450px }

/* 가로모드 모바일 디바이스 (가로 해상도가 576px 이하인 화면에 적용) */
@media all and (max-width: 576px) { 
  .content04 .content_sub_title .sub_title {width: 100%; margin-bottom: 20px;clear: both;}
  .content04 .content_sub_title .sub_txt { width:100%;}
  .content04 .colum .left { width:100%; clear:both} 
  .content04 .colum .right { width:100%; padding-left:0; padding-top:20px; clear:both} 
}


/* 태블릿 디바이스 (가로 해상도가 576px 보다 큰 화면에 적용) */
@media all and (min-width: 577px) and (max-width:992px) {  
  .content04 .content_sub_title .sub_title {width: 100%; margin-bottom: 20px;clear: both;}
  .content04 .content_sub_title .sub_txt { width:100%;}
  .content04 .colum .left { width:100%; clear:both} 
  .content04 .colum .right { width:100%; padding-left:0; padding-top:20px; clear:both} 
}

/* 큰화면 데스크탑 (가로 해상도가 992px 보다 큰 화면에 적용) */
@media all and (min-width: 993px) and (max-width:1200px) {  
  .content04 .content_sub_title .sub_title {width: 100%; margin-bottom: 20px;clear: both;}
  .content04 .content_sub_title .sub_txt { width:100%;}
}

/* 모바일에서 right가 먼저 나오도록 */
@media (max-width: 768px) {
  /* .box {
    flex-direction: column;
  }
  .right {
    order: -1; 
  } */
   .content04 .box {
    display:block;
    padding:0px;
    border:0px
    } 

   .content04 .left {
    width:100%
  } 
  .content04 .pc{ display:none}
  .content04 .mo{ display:block; width:100%; padding:20px 0;}

  .content04 .point { padding:0 0px 0 0px}
}

/* content_area04 */








/* content_area05 */
.content05 .photo_box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.content05 .photo_box .img { width:50%; float:left;display:block}
.content05 .photo_box .img img { max-width:100%}
.content05 .photo_box .img1 { width:50%; float:left;display:block; text-align:right}
.content05 .photo_box .img1 img { max-width:100%}
.content05 .photo_box .txt { max-width:50%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.content05 .photo_box .txt h2 { font-size:24px; padding-top:0px; letter-spacing:0; font-weight:bold; text-align:left}
.content05 .photo_box .txt p { padding-top:30px; word-break:keep-all}

.content05 .photo_box .txtp3 { max-width:50%; float:left; padding:50px 0; background-color:#fff; display:block}
.content05 .photo_box .txtp3 h2 { font-size:24px; padding-bottom:25px; letter-spacing:0; font-weight:bold; text-align:center}
.content05 .photo_box .txtp3 p { padding-top:10px; word-break:keep-all}
.content05 .photo_box .txtp3 p.strong { font-weight:600;}
.content05 .photo_box .txtp3 img { max-width:100%;outline: 1px solid #e9e9e9;}
.content05 .mar0 { margin-bottom:0px !important;}
.content05 .pa-left { padding-left:20px !important}


/* @media all and (max-width: 768px) { 
	.content05 .photo_box .img { max-width:100%; display:block}
  .content05 .photo_box .img1 { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}
} */

/* 가로모드 모바일 디바이스 (가로 해상도가 576px 이하인 화면에 적용) */
@media all and (max-width: 576px) { 
	.content05 .photo_box .img { width:100%; display:block}
  .content05 .photo_box .img1 { width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}

  .content05 .photo_box .txtp3 { max-width:100%;}
	.content05 .photo_box .txtp3 h2 { font-size:24px; font-weight:bold}
  .content05 .pa-left { padding-left:0px !important}
}


/* 테스크탑 (가로 해상도가 576px 보다 큰 화면에 적용) */
@media all and (min-width: 577px) and (max-width:1200px) {  
	.content05 .photo_box .img { max-width:100%; display:block}
  .content05 .photo_box .img1 { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}

  .content05 .photo_box .txtp3 { max-width:100%;}
	.content05 .photo_box .txtp3 h2 { font-size:24px; font-weight:bold}
  .content05 .pa-left { padding-left:0px !important}
}

/* content_area05 */

/* content_area05 */
.content05-1 .photo_box { margin-bottom:50px; /*background-color:#f9f9f9;*/ clear:both}
.content05-1 .photo_box .img { width:50%; float:left;display:block}
.content05-1 .photo_box .img img { max-width:100%}
.content05-1 .photo_box .img1 { width:50%; float:left;display:block; text-align:right}
.content05-1 .photo_box .img1 img { max-width:100%}
.content05-1 .photo_box .txt { max-width:50%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.content05-1 .photo_box .txt h2 { font-size:24px; padding-top:0px; letter-spacing:0; font-weight:bold; text-align:left}
.content05-1 .photo_box .txt p { padding-top:30px; word-break:keep-all}

.content05-1 .photo_box .txtp3 { max-width:50%; float:left; padding:50px 0; /*background-color:#fff;*/ display:block}
.content05-1 .photo_box .txtp3 h2 { font-size:24px; padding-bottom:25px; letter-spacing:0; font-weight:bold; text-align:center}
.content05-1 .photo_box .txtp3 p { padding-top:10px; word-break:keep-all}
.content05-1 .photo_box .txtp3 p.strong { font-weight:600;}
.content05-1 .photo_box .txtp3 img { max-width:100%;outline: 1px solid #e9e9e9;}
.content05-1 .mar0 { margin-bottom:0px !important;}
.content05-1 .pa-left { padding-left:20px !important}


/* @media all and (max-width: 768px) { 
	.content05 .photo_box .img { max-width:100%; display:block}
  .content05 .photo_box .img1 { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}
} */

/* 가로모드 모바일 디바이스 (가로 해상도가 576px 이하인 화면에 적용) */
@media all and (max-width: 576px) { 
	.content05-1 .photo_box .img { width:100%; display:block}
  .content05-1 .photo_box .img1 { width:100%; display:block}
	.content05-1 .photo_box .txt { max-width:100%;}
	.content05-1 .photo_box .txt h2 { font-size:24px; font-weight:bold}

  .content05-1 .photo_box .txtp3 { max-width:100%;}
	.content05-1 .photo_box .txtp3 h2 { font-size:24px; font-weight:bold}
  .content05-1 .pa-left { padding-left:0px !important}
}


/* 테스크탑 (가로 해상도가 576px 보다 큰 화면에 적용) */
@media all and (min-width: 577px) and (max-width:1200px) {  
	.content05-1 .photo_box .img { max-width:100%; display:block}
  .content05-1 .photo_box .img1 { max-width:100%; display:block}
	.content05-1 .photo_box .txt { max-width:100%;}
	.content05-1 .photo_box .txt h2 { font-size:24px; font-weight:bold}

  .content05-1 .photo_box .txtp3 { max-width:100%;}
	.content05-1 .photo_box .txtp3 h2 { font-size:24px; font-weight:bold}
  .content05-1 .pa-left { padding-left:0px !important}
}

/* content_area05 */


/* content_area05 */
.content05-2 .photo_box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.content05-2 .photo_box .img { width:40%; float:left;display:block}
.content05-2 .photo_box .img img { max-width:100%}
.content05-2 .photo_box .img1 { width:50%; float:left;display:block; text-align:right}
.content05-2 .photo_box .img1 img { max-width:100%}
.content05-2 .photo_box .txt { max-width:60%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.content05-2 .photo_box .txt h2 { font-size:24px; padding-top:0px; letter-spacing:0; font-weight:bold; text-align:left}
.content05-2 .photo_box .txt p { padding-top:30px; word-break:keep-all}

.content05-2 .photo_box .txtp3 { max-width:50%; float:left; padding:50px 0; background-color:#fff; display:block}
.content05-2 .photo_box .txtp3 h2 { font-size:24px; padding-bottom:25px; letter-spacing:0; font-weight:bold; text-align:center}
.content05-2 .photo_box .txtp3 p { padding-top:10px; word-break:keep-all}
.content05-2 .photo_box .txtp3 p.strong { font-weight:600;}
.content05-2 .photo_box .txtp3 img { max-width:100%;outline: 1px solid #e9e9e9;}
.content05-2 .mar0 { margin-bottom:0px !important;}
.content05-2 .pa-left { padding-left:20px !important}


/* @media all and (max-width: 768px) { 
	.content05 .photo_box .img { max-width:100%; display:block}
  .content05 .photo_box .img1 { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}
} */

/* 가로모드 모바일 디바이스 (가로 해상도가 576px 이하인 화면에 적용) */
@media all and (max-width: 576px) { 
	.content05-2 .photo_box .img { width:100%; display:block}
  .content05-2 .photo_box .img1 { width:100%; display:block}
	.content05-2 .photo_box .txt { max-width:100%;}
	.content05-2 .photo_box .txt h2 { font-size:24px; font-weight:bold}

  .content05-2 .photo_box .txtp3 { max-width:100%;}
	.content05-2 .photo_box .txtp3 h2 { font-size:24px; font-weight:bold}
  .content05-2 .pa-left { padding-left:0px !important}
}


/* 테스크탑 (가로 해상도가 576px 보다 큰 화면에 적용) */
@media all and (min-width: 577px) and (max-width:1200px) {  
	.content05 .photo_box .img { max-width:100%; display:block}
  .content05 .photo_box .img1 { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}

  .content05 .photo_box .txtp3 { max-width:100%;}
	.content05 .photo_box .txtp3 h2 { font-size:24px; font-weight:bold}
  .content05 .pa-left { padding-left:0px !important}
}


/* content_area06 */
.content06 .thumb_box { display:block; float:left; }
.content06 .thumb_box .img { width:100%; max-width:300px; min-height:300px; background-image:url(../img/p2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
.content06 .thumb_box .img1 { width:100%; max-width:300px; min-height:300px; background-image:url(../img/p2-1.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
.content06 .thumb_box .img2 { width:100%; max-width:300px; min-height:300px; background-image:url(../img/p2-2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
.content06 .thumb_box .img3 { width:100%; max-width:300px; min-height:300px; background-image:url(../img/p2-3.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
.content06 .thumb_box .img11 { width:100%; max-width:300px; min-height:300px; background-image:url(../img/p7-1.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
.content06 .thumb_box .img12 { width:100%; max-width:300px; min-height:300px; background-image:url(../img/p7-2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
.content06 .thumb_box .img0 { width:100%; max-width:300px; min-height:300px; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
.content06 .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}
.content06 .thumb_box .txt h2 { font-size:24px; text-align:center; letter-spacing:0; font-weight:bold}
.content06 .thumb_box .txt p { padding:20px 0px; text-align:center; }

.content06 .thumb_box .txtp3 { width:100%; padding:20px 0; text-align:left; clear:both}
.content06 .thumb_box .txtp3 h2 { font-size:24px; text-align:center; letter-spacing:0; font-weight:bold}
.content06 .thumb_box .txtp3 p { padding:20px 0px; text-align:center; }


/* 가로모드 모바일 디바이스 (가로 해상도가 576px 이하인 화면에 적용) */
@media all and (max-width: 576px) { 
	.content06 .thumb_box  {width: 100%; margin-bottom: 10px;clear: both;}
}





/* 태블릿 디바이스 (가로 해상도가 576px 보다 큰 화면에 적용) */
@media all and (min-width: 577px) and (max-width:799px) {  
  .content06 .thumb_box {width:49.5%; margin-bottom:10px; margin-left:1%}
  .content06 .thumb_box img {max-width:100% !important;}
  .content06 .thumb_box:nth-child(2n+1) {clear:both; margin-left:0}
}

@media all and (min-width: 800px) and (max-width:859px) {  
	.content06 .thumb_box {width:24%; margin-bottom:10px; margin-left:1%}
	.content06 .thumb_box:nth-child(4n+1) {clear:both; margin-left:0}
	.content06 .thumb_box .img { max-width:100%;min-height:180px;background-image:url(../img/p2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img1 { max-width:100%;min-height:180px;background-image:url(../img/p2-1.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img2 { max-width:100%;min-height:180px;background-image:url(../img/p2-2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img3 { max-width:100%;min-height:180px;background-image:url(../img/p2-3.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
  .content06 .thumb_box .img11 { max-width:100%;min-height:180px;background-image:url(../img/p7-1.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
  .content06 .thumb_box .img12 { max-width:100%;min-height:180px;background-image:url(../img/p7-2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
   .content06 .thumb_box .img0 { max-width:100%;min-height:180px;clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}

}

@media all and (min-width: 860px) and (max-width:997px) {  
	.content06 .thumb_box {width:24%; margin-bottom:10px; margin-left:1%}
	.content06 .thumb_box:nth-child(4n+1) {clear:both; margin-left:0}
	.content06 .thumb_box .img { max-width:100%;min-height:200px;background-image:url(../img/p2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img1 { max-width:100%;min-height:200px;background-image:url(../img/p2-1.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img2 { max-width:100%;min-height:200px;background-image:url(../img/p2-2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img3 { max-width:100%;min-height:200px;background-image:url(../img/p2-3.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
  .content06 .thumb_box .img11 { max-width:100%;min-height:200px;background-image:url(../img/p7-1.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
  .content06 .thumb_box .img12 { max-width:100%;min-height:200px;background-image:url(../img/p7-2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
  .content06 .thumb_box .img0 { max-width:100%;min-height:200px;clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}

}

/* 테스크탑 (가로 해상도가 992px 보다 큰 화면에 적용) */
@media all and (min-width: 998px) and (max-width:1200px) {  
    .content06 .thumb_box {width:24%; margin-bottom:10px; margin-left:1%}
	.content06 .thumb_box:nth-child(4n+1) {clear:both; margin-left:0}
	.content06 .thumb_box .img { max-width:100%;min-height:250px;background-image:url(../img/p2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img1 { max-width:100%;min-height:250px;background-image:url(../img/p2-1.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img2 { max-width:100%;min-height:250px;background-image:url(../img/p2-2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img3 { max-width:100%;min-height:250px;background-image:url(../img/p2-3.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
  .content06 .thumb_box .img11 { max-width:100%;min-height:250px;background-image:url(../img/p7-1.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
  .content06 .thumb_box .img12 { max-width:100%;min-height:250px;background-image:url(../img/p7-2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
  .content06 .thumb_box .img0 { max-width:100%;min-height:250px;clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}

  .content06 .thumb_box .txtp3 { width:100%; padding:20px 0; text-align:left; clear:both}

}


/* 큰화면 데스크탑 (가로 해상도가 1200px 보다 큰 화면에 적용) */
@media all and (min-width: 1201px) { 
    .content06 .thumb_box {width:24%; margin-bottom:10px; margin-left:1%}
	.content06 .thumb_box:nth-child(4n+1) {clear:both; margin-left:0}
	.content06 .thumb_box .img { max-width:100%;min-height:300px; background-image:url(../img/p2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img1 { max-width:100%; min-height:300px; background-image:url(../img/p2-1.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img2 { max-width:100%; min-height:300px; background-image:url(../img/p2-2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .img3 { max-width:100%; min-height:300px; background-image:url(../img/p2-3.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
  .content06 .thumb_box .img11 { max-width:100%; min-height:300px; background-image:url(../img/p7-1.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
  .content06 .thumb_box .img12 { max-width:100%; min-height:300px; background-image:url(../img/p7-2.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
  .content06 .thumb_box .img0 { max-width:100%; min-height:300px; clear:both; overflow:hidden; position:relative;outline: 1px solid #e9e9e9;}
	.content06 .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}

  .content06 .thumb_box .txtp3 { width:100%; padding:20px 0; text-align:left; clear:both}
	
}
/* content_area06 */



.content06-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 가운데 정렬 */
  gap: 53.333px; /* 박스 사이 여백 */
  padding: 20px;
}

.content06-1 .thumb_box-1 {
  flex: 1 1; /* 기본 너비: 300px, 공간 줄거나 넓어지면 유동적으로 */
  max-width: 300px;
  min-width: 250px;
  box-sizing: border-box;
}

.content06-1 .thumb_box-1 .img,
.content06-1 .thumb_box-1 .img1,
.content06-1 .thumb_box-1 .img2,
.content06-1 .thumb_box-1 .img3 {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  outline: 1px solid #e9e9e9;
}


.content06-1 .thumb_box-1 .img11,
.content06-1 .thumb_box-1 .img12 {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  outline: 0px solid #e9e9e9;
}


.content06-1 .thumb_box-1 .img13,
.content06-1 .thumb_box-1 .img14,
.content06-1 .thumb_box-1 .img15 {
  width: 100%;
  height: 173px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  outline: 0px solid #e9e9e9;
}

.content06-1 .thumb_box-1 .img16 {
  width: 100%;
  height: 226px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  outline: 0px solid #e9e9e9;
}

.content06-1 .thumb_box-1 .img0 {
  width: 100%;
  height: 300px;
  outline: 1px solid #e9e9e9;
}

.content06-1 .imgbox {
  display:flex; 
  flex-wrap:wrap;
  justify-content: center;
  outline: 1px solid #e9e9e9;
}

/* 예시 배경 이미지 지정 (필요시 수정) */
.content06-1 .img {
  background-image: url(../img/p2.jpg);
}
.content06-1 .img1 {
  background-image: url(../img/p2-1.jpg);
}
.content06-1 .img2 {
  background-image: url(../img/p2-2.jpg);
}
.content06-1 .img3 {
  background-image: url(../img/p2-3.jpg);
}
.content06-1 .img11 {
  background-image: url(../img/p7-1.jpg);
}
.content06-1 .img12 {
  background-image: url(../img/p7-2.jpg);
}
.content06-1 .img13 {
  background-image: url(../img/p24-1.jpg);
}
.content06-1 .img14 {
  background-image: url(../img/p24-2.jpg);
}
.content06-1 .img15 {
  background-image: url(../img/p24-3.jpg);
}
.content06-1 .img16 {
  background-image: url(../img/p32.jpg);
}
.content06-1 .img0 {
}

@media (max-width: 768px) {

.content06-1 .thumb_box-1 .img,
.content06-1 .thumb_box-1 .img1,
.content06-1 .thumb_box-1 .img2,
.content06-1 .thumb_box-1 .img3 {
    height: 200px;
}


.content06-1 .thumb_box-1 .img11,
.content06-1 .thumb_box-1 .img12 {
  
  height: 200px;
}


.content06-1 .thumb_box-1 .img13,
.content06-1 .thumb_box-1 .img14,
.content06-1 .thumb_box-1 .img15,
.content06-1 .thumb_box-1 .img16 {

  height: 150px;
}

.content06-1 .thumb_box-1 .img0 {

  height: 200px;
}
  }


/* 태블릿 및 모바일: 2열 */
@media (max-width: 674px) {
  .content06-1 .thumb_box-1 {
    flex: 1 1 48%;
    max-width: 46%;
  }
.content06-1 .thumb_box-1 {
  min-width: auto;
}

/* .content06-1 .thumb_box-1 .img,
.content06-1 .thumb_box-1 .img1,
.content06-1 .thumb_box-1 .img2,
.content06-1 .thumb_box-1 .img3,
.content06-1 .thumb_box-1 .img11,
.content06-1 .thumb_box-1 .img12,
.content06-1 .thumb_box-1 .img13,
.content06-1 .thumb_box-1 .img14,
.content06-1 .thumb_box-1 .img15 {
  height: auto;
} */

.content06-1 {
  gap: 20px; /* 박스 사이 여백 */
}
  
}


.content06-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 가운데 정렬 */

  padding: 20px;
}

.content06-2 .thumb_box-1 {

  max-width: 100%;
  box-sizing: border-box;
}
.content06-2 .thumb_box-1 img {

  margin:20px;
}



.formmail input { height: 40px; background: #fff;border: 1px solid #ccc;font-size: 14px;box-sizing: border-box;transition: all 1s;}
.formmail h2 { width: 200px; float: left; font-size: 18px; font-weight: 500;color: #555; padding: 5px 10px 5px 0;}

.formmail .clearfix {  padding:10px 0}
.formmail .line { border-bottom:1px solid #ddd}
.formmail p {font-size: 16px; color: #555;}
.formmail .company .text { width:400px} 
.formmail #email_list { width:200px; margin-left:10px}
.formmail textarea { width: 900px; height: 130px; line-height: 1.5; padding: 5px;border: 1px solid #bbb; box-sizing: border-box;resize: none;}
.formmail span.bar { display: inline-block; width:20px; text-align: center; vertical-align: middle; line-height: 35px;}
.formmail .type label { font-size:16px; color:#555}
.formmail .type .radio { width: 15px;height: 15px; border: 1px solid #ddd; background-color: #fff; margin:0 5px; color:#555}
.formmail .btn_submit{ width: 180px; height: 55px;line-height: 55px; border: 0; color: #fff;font-size: 18px; text-align: center;}
.formmail .form-radio { display: inline-block; margin-right: 10px; line-height: 28px;}

.formmail .co_hp { width:15%}
.formmail .co_hp2 { width:15%}
.formmail .co_hp3 { width:15%}
.formmail .co_varchar_1 { width:15%}
.formmail .co_varchar_2 { width:15%}
.formmail #email_list { width:15%}


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

.formmail h2 { width:100%}
.formmail .co_hp { width:28%}
.formmail .co_hp2 { width:28%}
.formmail .co_hp3 { width:28%}
.formmail .company .text { width:100%}
.formmail .co_varchar_1 { width:28%}
.formmail .co_varchar_2 { width:28%}
.formmail #email_list { width:34%}
.formmail  .textarea { width:100%}
}

/* 기본 상태에서는 숨김 */
.mobile-br {
  display: none;
}

/* 모바일 화면 (예: 가로 폭 768px 이하)에서만 표시 */
@media screen and (max-width: 768px) {
  .mobile-br {
    display: inline;
  }
}