.sticky-container {
  position: relative;
  background-color: #fff;
}

.image {
  display: flex;
  padding-top: 35px;
  justify-content: center;
  overflow: hidden;
}

.image img {
  width: 1400px;
  height: auto;
  transition: width 0.5s ease-in-out; /* 속도를 0.5초로 빠르게 조정 */
}

.text-below-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 1500px;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* 속도를 0.5초로 빠르게 조정 */
}

.text-below-image.visible {
  opacity: 1;
  transform: translateY(200px); /* 스크롤 시 위로 올라가도록 수정 */
}

.text-below-image .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: auto;
  padding: 0 20px;
}

.text-below-image .box-tit {
  flex: 1;
}

.text-below-image .box-con {
  flex: 2;
}

.ceo-msg p strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #181818;
  margin-bottom: 24px;
}

.ceo-msg .ceo-name {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s 0.9s;
  font-weight: 400;
  font-size: 18px;
}

.text-below-image .box-tit .tit-h4 {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
  font-family: Nanum Myeongjo;
}

.text-below-image .box-con .top-copy {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 700px;
  word-break: keep-all;
  font-family: Nanum Myeongjo;
}

.text-below-image .box-con .top-desc {
  font-size: 18px;
  font-weight: 400;
  max-width: 830px;
  word-break: keep-all;
  padding: 28px 0;
  line-height: 1.4;
}

.text-below-image .box-con .ceo-msg p {
  font-size: 17px;
  padding: 0px 0 50px 0;
  line-height: 1.6;
  max-width: 800px;
  word-break: keep-all;
}

/* 스크롤 시 애니메이션 */
.sticky-container {
  position: sticky;
  top: 0;
  height: 2300px;
  overflow: hidden;
}

/* 반응형 설정 */
@media (max-width: 768px) {
 .sticky-container {
    position: sticky;
    top: 0;
    height: 2000px;
    overflow: hidden;
}
    
  .text-below-image .row {
    flex-direction: column;
  }
  .text-below-image {
    margin-top: 20px; /* 이미지 아래로 떨어지도록 여백 추가 */
  }
  .text-below-image .box-tit,
  .text-below-image .box-con {
    width: 100%;
  }
  .text-below-image .box-tit .tit-h4 {
    font-size: 38px;
  }
  .text-below-image .box-con .top-copy {
    font-size: 38px;
  }

.text-below-image.visible {
    opacity: 1;
    transform: translateY(-70px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; /* 모바일에서 속도 조정 */
}
}

/*.sub_img1 {
  background-image: url('../img/sub_visual01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}*/

/*인사말*/




/*그룹소개*/
.company_info  { width:100%; height:auto;  }
.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:17px; 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:95px 0 50px 0}
.company_info .Ideology .inner .point{color: #181818;}
.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 { float:left; width:33.3333%; padding:20px; border-right:1px solid #ddd}
.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:20px; height:60px; font-weight:bold; letter-spacing:-1px; text-align:center} 
.company_info .Ideology dd { line-height:2.2; text-align:center; font-size:17px; color:#555}

.tl_title_box_wrap {width:100%; height:auto; padding:150px 20px; clear:both; background-color:#f7f7f7; background-position:center; background-repeat:no-repeat; background-size:cover}
.tl_title_box_wrap li {position:relative; width:23.5%; min-height:400px; 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:#181818; 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:35px; 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:17px; color:#555; padding-top:50px; word-break:keep-all; line-height:1.6;}
.tl_title_box_wrap li:nth-child(4n+1) { margin-left:0}

@media (max-width: 992px){
	.company_info .work_page ul li { width:47%; margin-bottom:20px; margin-right: 0; margin-left: 2%;}
	.company_info .work_page ul li:last-child { margin-right:0}
	.company_info .work_page ul li:nth-child(2n+2) {margin-right:0;}
	.company_info .Ideology dl { width:100%; padding-bottom:30px; clear:both}
}
@media (max-width: 768px){
	.company_info .img_page  { background-size:cover; height:300px}
	.company_info .tl_title_box_wrap li { width:100%; margin-left:0; margin-bottom:3%;}
}
/*그룹소개*/






/*회사소개*/
.container { position: relative; width: 100%; height: 400px; overflow: hidden; padding: 0; margin: auto; } 
.about .image { width: 100%; height: 400px; background-image: url('../img/about_bg.jpg'); background-size: cover; background-position: center center; left: -100%; transition: left 1s ease; background-attachment: fixed; margin: auto; } 
.about .scroll-active .image { left: 0; } 
.about-container { display: flex; flex-wrap: wrap; position: relative; color: #000; margin: 5% auto; max-width: 1400px; width: 90%; } 
.about-container .left { flex: 1 1 300px; margin-right: 5%; } 
.about-container .left h4 { font-size: 2.25rem; line-height: 1.3; } 
.about-container .right { flex: 2 1 600px; text-align: left; } 
.about-container .right > p { font-size: 1.125rem; line-height: 1.6; } 

.about-wrap h5 { font-size: 25px; padding-bottom: 20px}
.about-wrap p { font-size: 17px; color: #555; line-height: 1.65}
.about-wrap .btn-container { margin-top: 3.125rem; } 
.about-wrap .btn-text { position: relative; padding-bottom: 0.3125rem; font-size: 0.875rem; font-weight: 700; line-height: 1; vertical-align: initial; text-decoration-line: none; } 
.info-list { display: flex; flex-wrap: wrap; margin: 0 -3%; font-size: 0; box-sizing: border-box; vertical-align: top; } 
.info-items > li { display: inline-block; width: 44%; margin-top: 2.5rem; padding: 0 3%; } 
.info-item { display: flex; align-items: flex-start; height: 100%; padding-bottom: 1.875rem; border-bottom: 1px solid #ddd; } 
.info-index { flex: 0 0 85px; padding-right: 3.125rem; font-size: 1.125rem; font-weight: 500; line-height: 1; color: #0066e0; } 
.info-details { flex: 1; padding-right: 1.25rem; } 
.info-title { margin-bottom: 0.9375rem; font-size: 1.125rem; font-weight: 500; line-height: 1; } 
.info-text { font-size: 1rem; font-weight: 300; line-height: 1.375; } 
.download-btn { font-size: 1.0625rem; min-width: 200px; padding: 0 1.875rem; background-color: #0066e0; line-height: 3rem; color: #fff; text-align: center; border: 1px solid #0066e0; transition: .23s ease; overflow: hidden; display: inline-block; margin-top: 1.25rem; } 
@media screen and (max-width: 1024px) { 
    .about-container { flex-direction: column; } 
    .about-container .left, .about-container .right { flex-basis: 100%; margin-right: 0; } 
    .about-container .left { margin-bottom: 2rem; } 
    .info-items > li { width: 100%; } 
} 
@media screen and (max-width: 768px) { 
    .about-container .left h4 { font-size: 1.875rem; } 
    .about-container .right > p { font-size: 1rem; } 
    .about-wrap { margin-top: 5rem; } 
    .info-index { flex: 0 0 60px; padding-right: 1.5rem; } 
} 
@media screen and (max-width: 480px) { 
    .about-container .left h4 { font-size: 1.5rem; } 
    .info-item { flex-direction: column; } 
    .info-index { margin-bottom: 0.625rem; } 
    .info-details { padding-right: 0; } 
    .download-btn { width: 100%; } 
}

/*회사소개*/





/*연혁*/
.history_area {position: relative;width: 100%;padding-top: 0px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:1px;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: 12px;font-size: 20px;line-height: 1.6;color: #1a1a1a;font-weight: 500;}
.history_area dd p {display: block; font-size: 17px; color: #555; line-height: 1.75}
.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: 992px){
	.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;}	
}
/*연혁*/


/*조직도*/
.container{max-width:1400px;margin:0 auto;height:auto;padding:0 20px}
.sub_organization { padding-bottom: 50px}
.sub_organization h4{position:relative;margin:0 auto;width:280px;height:280px;border:25px solid #0074ff;background:#fff;font-size:28px;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;font-weight:700;border-radius:400px;color:#222;line-height:1.3}
.sub_organization h4:before{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-76px;width:1px;height:55px;background:#ddd;z-index:-1}
.sub_organization h4 span { font-size: 18px; color: #555;  font-weight: 400;}
.sub_organization .dep {  position: relative; padding: 100px 0;display: flex; justify-content: space-between; align-items: center;}
.sub_organization .dep:before {  content: ''; position: absolute; top: 50px; left: 50%;  transform: translate(-50%, -50%);  width: 80%; height: 1px;  background: #ddd; z-index: -1;}
.sub_organization .dep dl dt { background: #222; color: #fff; font-weight: 600;}
.sub_organization .dep dl > * {  padding: 22px; text-align: center;font-size: 20px;}
.sub_organization .dep dl dd {  border: 1px solid #222; color: #222;}
.sub_organization .dep dl > * { padding: 22px; text-align: center; font-size: 20px;}
.sub_organization .dep dl {position: relative; width: 20%;}
.sub_organization .dep dl:before{content:'';position:absolute;top:-50px;left:50%;width:1px;height:100%;background:#eee;z-index:-1}
.sub_organization .dep2{display:flex;justify-content:space-between;align-items:stretch}
.sub_organization .dep2>dl{position:relative;width:20%}
.sub_organization .dep2>dl:before{content:'';position:absolute;left:50%;top:-100px;transform:translateX(-50%);width:1px;height:200px;background:#eee;z-index:-1}
.sub_organization .dep2 dl dt{background:#ddd;color:#555;font-weight:600}
.sub_organization .dep2 dl>*{padding:22px;font-size:17px;text-align:center}
.sub_organization .dep2 dl dd{border:1px solid #ddd;background:#fff}
.sub_organization .dep2 dl dd ul {  font-size: inherit;}
.sub_organization .dep2 dl dd ul li { line-height: 2.2; font-size: inherit;}

@media screen and (max-width: 991px) {

    .sub_organization .dep { font-size: 1.4rem;}
    .sub_organization .dep dl dt { font-size:18px;}
    .sub_organization .dep dl dd { font-size:16px;}
    .sub_organization .dep2 dl dd ul li { font-size:16px;}
    .sub_organization .dep2 dl > * { font-size: 16px; line-height: 1.3;}
    .sub_organization h4 { width: 200px;  height: 200px;  font-size: 2rem;border: 10px solid #0074ff; }
    .sub_organization h4 span { font-size: 1.0rem;}
}


@media screen and (max-width: 767px) {
    .sub_organization .dep { padding: 40px 0;}
    .sub_organization .dep, .sub_organization .dep2 {flex-wrap: wrap;}
    .sub_organization .dep2 dl dd ul li { line-height: 2.4;}
    .sub_organization h4 { width: 160px;height: 160px; font-size: 1.8rem;}
    .sub_organization h4:before, .sub_organization .dep:before, .sub_organization .dep dl:before, .sub_organization .dep2 > dl:before { display: none;}
    .sub_organization .dep dl, .sub_organization .dep2 dl {  margin: 5px 0;width: 49%; }
    .sub_organization .dep2 dl > * { padding: 12px;}
    .sub_organization .dep dl > * { padding: 15px 0;}
    .sub_organization .dep dl > * { font-size: 1.4rem;}
}

/*조직도*/




/* 폼메일 */
.formmail input { height: 50px; line-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:30px 0}
.formmail .left { width:15%; float:left}
.formmail .left h2 { font-size:20px; font-weight:bold; color:#000}
.formmail .left p { font-size:18px; color:#555}
.formmail .right { width:80%; margin-bottom:50px; float:left; text-align:left}
.formmail p {font-size: 16px; color: #555;}
.formmail textarea { width: 900px; height: 130px; line-height: 1.5; padding: 5px;border: 1px solid #bbb; box-sizing: border-box;resize: none;}
.formmail label { font-size:18px; color:#555}
.formmail .radio { width: 20px;height: 20px; border: 1px solid #ddd; background-color: #fff; margin:0 3px; color:#555}
.formmail .btn_submit{ width: 180px; height: 55px;line-height: 55px; border: 0; color: #fff;font-size: 18px; text-align: center; background: #3a8afd;}
.formmail .form-radio {margin-right: 10px; line-height: 28px;}
.formmail #email_list {width: 200px; height: 50px; line-height: 40px;}
.formmail .checkbox { padding: 10px;line-height: 0; margin-top: 9px; width: 20px; height: 20px;}
.formmail #confirm {margin:3px; width: 20px; height: 20px;}
.formmail .send_submit {
    width: 180px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: color 0.4s ease;
    cursor: pointer;
}

.formmail .send_submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: left 0.4s ease;
    z-index: 0;
}

.formmail .send_submit:hover::before {
    left: 0;
}

.formmail .send_submit:hover {
    color: #fff;
}

.formmail .send_submit span {
    position: relative;
    z-index: 1;
}

.formmail #file1 {width: 400px;}

@media all and (max-width: 640px) { 
    .formmail h2 { width:100%;}
    .formmail .left { width:100%;}
    .formmail .right { width:100%;}
    .formmail label {font-size: 16px;}
    .formmail .company .text,
    .formmail #file1 { width:100%;}
    .formmail #email1,
    .formmail #email2 { width:45%;}
    .formmail .textarea { width:100%;}
    .formmail .frm_input { width: 100%;}
}


/*오시는 길*/
.map_area{position:relative;}
.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 .contact .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; 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%; padding:50px 0;}
.contact_traffic .subway {width:100%; padding:50px 0}
.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; text-align:left}
@media (max-width: 1400px){
	.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;}
}

@media screen and (max-width: 640px) {
	.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;}
}

/*오시는 길*/








/* content01 */
.content01 .box { position: relative; padding-bottom:80px; display:block; width:inherit; border:0; text-align:left}
.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:#181818; margin-right:10px; float:left}
.content01 .box .txt_wrap p {text-align: justify; font-size: 17px; color: #555; line-height: 1.65 }
.content01 .box .txt_wrap02 { position: absolute; left: 0; top:45px; background: #fff; width: 60%;}

@media screen and (max-width: 960px) {
	.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 dd {  margin-left: 10px; font-size:17px; color:#555; line-height:1.75; text-align:left; display:block; clear:both;  }

@media screen and (max-width: 1210px) {
    .content02 ul li { width:49%; margin-left:2%; margin-bottom:6%}
	.content02 ul li:nth-child(2n+1) { margin-left:0}
	.content02 ul li .profile { width:100%}
	.content02 ul li dl { width:100%; padding:0 20px}
}
@media screen and (max-width: 640px) {
	.content02 ul li { width:100%; margin-left:0}

}
/* content02 */





/* content03 */

.content03{display: flex; justify-content: space-between; flex-wrap: wrap; margin: 35px 0;}
.content03 >li{width: calc(50% - 15px); border: solid 1px #ddd; border-top: solid 3px #181818; display: flex; flex-direction: column; justify-content: space-between;}
.content03 >li:nth-child(n+3){margin-top: 30px;}
.content03 li .top{padding: 50px 42px;}
.content03 li .top p { font-size:18px; font-weight: 400;line-height: 31px;}
.content03 li h3{display: flex; justify-content: space-between; align-items: center; padding-bottom: 40px; border-bottom: solid 1px #ddd; font-size: 27px; font-weight: 700;}
.content03 li .bot{background-color: #f7f7f7; padding: 40px 42px; display: flex;}
.content03 li .bot i{display: block; margin-right: 15px;}
.content03 li .bot p { font-size:18px; margin-top:10px; font-weight:400; color:#666; line-height: 200%;}
.content03 .text_warp p { font-size:18px; }


.dot_list{margin-top: 40px; color:#555 }
.dot_list p { font-size:18px}
.dot_list li{display: flex; padding-left: 12px; position:relative; margin-bottom: 10px;}
.dot_list li:last-child{margin: 0;}
.dot_list li::before{content: ''; display: block; width: 5px; height: 5px; background-color: #000; border-radius: 50%; position: absolute; top: 12px; left: 0; }
.dot_list li .fs_20{min-width: 140px;}
.dot{margin-top: 40px; position: relative; padding-left: 12px;}
.dot::before{content: ''; display: block; width: 5px; height: 5px; background-color: #000; border-radius: 50%; position: absolute; top: 12px; left: 0; }





@media screen and (max-width: 1400px){
    .content03 li .top{padding: 25px;}
    .content03 li .top br{display: none;}
    .content03 li .bot{padding: 25px;}
    .content03 li h5{padding-bottom: 25px;}
    .dot_list{margin-top: 25px;}
    .dot{margin-top: 25px;}
}

@media screen and (max-width: 1280px){
    .dot_list li{flex-direction: column;}
    .dot_list li .arrow{min-width: initial;}
    .dot_list li .arrow + span{margin-left: 30px;}
    .dot_list li .arrow::after{right: -20px;}
}

@media screen and (max-width: 1024px) {

    .content03 >li{width: calc(50% - 10px);}
    .content03 >li:nth-child(n+3){margin-top: 20px;}
    .content03 li .top{padding: 20px;}
    .content03 li .bot{padding: 20px;}
    .content03 li h5{padding-bottom: 20px;}
    .content03 >li .top i{width: 35px;}
 
    .dot_list{margin-top: 20px;}
    .dot_list li{flex-direction: column;}
    .dot_list li::before{top: 11px;}
    .dot::before{top: 9px;}
    .dot{margin-top: 20px;}
    .content03 li .bot{align-items: baseline;}
    .content03 li .bot i{width: 20px; position: relative; top: -1px;}



}
@media screen and (max-width: 768px){
    .content03 >li{width: 100%;}
    .content03 >li:nth-child(n+2){margin-top: 20px;}
    .content03 >li:nth-child(odd){border-top: solid 3px #3dc4b6 !important;}
    .content03 >li:nth-child(even){border-top: solid 3px #000 !important;}

}
/* content03 */




/* content_area04 */
.content04 .point { padding:0 20px 0 0}
.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 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; font-size: 17px; line-height: 1.65; color: #555}
.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; font-size: 17px; line-height: 1.65; color: #555}
.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: 50px 0 0;}
.content04 .content_sub_title:after { content: " ";visibility: hidden;display: block; height: 0; padding-bottom:50px; clear: both;}
.content04 .content_sub_title .sub_title{float:left; display: block; line-height:1.8; width:25%; 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:75%; font-size:18px; color: #555; line-height: 1.65 }
.content04 .content_sub_title .sub_txt .h2 { font-size:20px; }
.content04 .content_sub_title .img { float:left; text-align:right; width:450px }
@media screen and (max-width: 960px) {
	.content04 .colum .left { width:100%; border:0; float:none; padding:0; clear:both}
	.content04 .colum .right { width:100%; padding:20px 0 0  }
	.content04 .content_sub_title .sub_title { width:100%; margin-bottom:20px; clear:both}
	.content04 .content_sub_title .sub_txt { float:left; width:100%}
}

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

}
/* content_area04 */







/* content_area05 */
.content05 .photo_box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.content05 .photo_box .img { max-width:50%; float:left;display:block}
.content05 .photo_box .img img { width:100%}
.content05 .photo_box .txt { max-width:50%; float:left; padding:20px 50px 50px 50px; background-color:#f9f9f9; display:block}
.content05 .photo_box .txt h2 { font-size:24px; padding-top:50px; letter-spacing:0; font-weight:bold; text-align:left}
.content05 .photo_box .txt p { padding-top:30px; word-break:keep-all; font-size: 18px; color: #555; line-height: 1.65}
@media screen and (max-width: 960px) {
	.content05 .photo_box .img { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}
}
@media screen and (max-width: 480px) {
    .content05 .photo_box .txt p { font-size: 16px}
}
/* content_area05 */






/* content_area06 */
.content06 .thumb_box  {width:31.3333%; margin-right:3%; display:block; float:left; }
@media screen and (min-width: 961px) {
    .content06 .thumb_box:nth-child(3n+3) { margin-right:0}
}
.content06 .thumb_box .img { width:100%; min-height:300px;  background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.content06 .thumb_box .img01 {background-image:url(../img/rnd03_thumb01.jpg);}
.content06 .thumb_box .img02 {background-image:url(../img/rnd03_thumb02.jpg);}
.content06 .thumb_box .img03 {background-image:url(../img/rnd03_thumb03.jpg);}

.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; font-size: 17px; color: #555; line-height: 1.65 }
@media screen and (max-width: 960px) {
    .content06 .thumb_box { width:49%; margin-right:2% }
	.content06 .thumb_box:nth-child(2n+2) { margin-right:0} 
}

@media screen and (max-width: 640px) {
    .content06 .thumb_box { width:100%; margin:0; clear:both; float:none}
}
/* content_area06 */

