@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.sub-visual {display: flex; align-items: center; justify-content: center; height: 400px; padding-bottom: 50px;}
	.sub-visual.sub_1 {background:url('/images/kor06r-18-0404/sub/sub_visual_1.jpg') no-repeat center center/cover;}
	.sub-visual.sub_2 {background:url('/images/kor06r-18-0404/sub/sub_visual_2.jpg') no-repeat center center/cover;}
	.sub-visual.sub_3 {background:url('/images/kor06r-18-0404/sub/sub_visual_3.jpg') no-repeat center center/cover;}
	.sub-visual.sub_4 {background:url('/images/kor06r-18-0404/sub/sub_visual_4.jpg') no-repeat center center/cover;}
	.sub-visual.sub_5 {background:url('/images/kor06r-18-0404/sub/sub_visual_5.jpg') no-repeat center center/cover;}
	.sub-visual h2{font-size:50px; color:#fff; font-weight: 900;}
	.sub-tab{margin-top: -50px;}
	.sub-tab ul {display: flex; width: 100%; max-width: 1200px; margin: 0 auto;}
	.sub-tab li {flex: auto;}
	.sub-tab li a{display: flex; align-items: center; justify-content: center; height:50px; font-size:16px; color:#fff; border: solid 1px #707598; margin-right: -1px;}
	.sub-tab li.active a{background: #4c98e2; border-color: #4c98e2; position: relative; z-index: 1;}

	@media only screen and (max-width: 992px){
		.sub-visual {height:320px;}
		.sub-visual h2 {font-size:40px;}
	}

	@media only screen and (max-width:768px) {
		.sub-visual {height: 200px; padding-bottom: 40px;}
		.sub-visual h2 {font-size: 24px;}
		.sub-tab {margin-top: -40px;}
		.sub-tab li a {height: 40px; font-size: 12px;}


	}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents{padding:100px 0; width:100%;}
	.sub-contents p{white-space:pre-line; word-break:break-all;}
	.sub-contents p:last-child{margin-bottom:0;}

	.sub-contents .big-txt{margin-bottom:40px; line-height:1.3; font-size:25px; color:#333;}
	.sub-contents .big-txt strong{font-weight:700; color:#4c98e2;}

	@media only screen and (min-width:1201px) {
		#subContents{margin:0 auto; width:1200px;}
	}
	@media only screen and (max-width:1200px) {
		#subContents{padding:100px 20px;}
	}
	@media only screen and (max-width:768px) {
		#subContents{padding:50px 20px;}
		
		.sub-contents p{font-size:14px; white-space:normal; word-break:break-word;}
		.sub-contents .big-txt{margin-bottom:20px; font-size:20px;}
	}



/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	/* 일반게시판 List */
	.whois-board-list { display:inline-block; padding:0; font-size:13px; }
	.whois-board-list .whois-board-row { width:100%; margin:0 0 0 0; padding:15px 0 15px 0; float:left; border-bottom:1px solid #eee; color:#000000; }
	.whois-board-list .whois-board-row:first-child { border-top:1px solid #4c98e2; } /* Line 색상 */
	.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:14px; font-weight:600; }
	.whois-board-list .whois-board-row .whois-board-row-info { color:#acacac; }
	.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author { max-width: 33vw; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align: middle; }

	/* 일반게시판 view */
	.whois-board-view { display:inline-block; border-top:1px solid #4c98e2; } /* Line 색상 */
	.whois-board-view .whois-board-view-row { width:100%; margin:0; padding:0; padding:10px 0 10px 0; float:left; border-bottom:1px solid #eee; }
	.whois-board-view .whois-board-view-row .whois-board-view-subject { width:100%; margin:0 0 15px 0; padding:0; float:left; font-size:18px; font-weight:600; }
	.whois-board-view .whois-board-view-row .whois-board-view-author { width:100%; margin:0 0 5px 0; padding:0; float:left; font-size:13px; font-weight:600; }
	.whois-board-view .whois-board-view-row .whois-board-view-info { width:100%; margin:0; padding:0 0 10px 0; float:left; color:#acacac; }
	.whois-board-view .whois-board-view-row .whois-board-view-content { width:100%; margin:0; padding:10px 0 10px 0; float:left; font-size:12px; }

	.whois-board-view .whois-board-view-files { width:100%; margin:0; padding:0; float:left; }
	.whois-board-view .whois-board-view-files .whois-board-view-file { width:100%; margin:0; padding:5px 0; float:left; font-size:12px; }
	.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count { font-size:11px; color:#c4c4c4; }

	/* 게시판 버튼 */
	.btn-search, .whois-button-submit, .btn-sub { color:#fff; background-color: #4c98e2; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
	.btn-search:hover, .btn-search:focus, .whois-button-submit:hover,.whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus { color:#fff; background-color: #e64600; }

	/* 게시판 공통 */
	.sub-box { margin-right:5px; background-color: #4c98e2;  border: 0; color:#ffffff; display: inline-block; font-family: "Nanum Gothic", sans-serif;}
	.sub-box.sm { font-size: 12px; padding: 2px 5px;}
	.sub-box.m { font-size: 14px; padding: 4px 8px;}
	.sub-box.lg { font-size: 16px; padding: 6px 12px;}
	 
	.sub-border { border: 1px solid #4c98e2; }
	.sub-border-t { border-top: 1px solid #4c98e2; }
	.sub-border-r { border-right: 1px solid #4c98e2; }
	.sub-border-b { border-bottom: 1px solid #4c98e2; }
	.sub-border-l { border-left: 1px solid #4c98e2; }

	.sub-bg { background-color: #4c98e2; }
	.sub-bg-hover:hover { background-color: #e64600; }



/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.material-form{margin:0 auto; background:#fff;}
	.material-form .header{padding:50px 10px; background:#6498fe; font-size:16px; color:#fff;}
	.material-form .header h3{font-size:30px;}
	.material-form .header p,
	.material-form .header span{margin-top:15px; font-size:16px; color:#fff;}

	.material-form .sub-header h4{font-weight:bold;	height:34px; line-height:34px; font-size:16px;}
	.material-form .sub-content .form-group:last-child{margin:0;}

	.material-form .input-group{position:relative; border:0;}
	.material-form .input-group .input-group-addon{padding-right:6px; padding-left:6px; background:#fff; border:0;}

	.material-form .form-control,
	input[type='text'].whois,
	input[type='password'].whois,
	select.whois{border:1px solid #ccc; transition:0.3s all ease;}

	/*.material-form .btn:first-child,*/
	.material-form .input-group .form-control:first-child,
	.material-form .input-group .form-control.first,
	.material-form .input-group .th + .form-control,
	.th + input[type='text'].whois,
	.th + input[type='password'].whois,
	.th + select.whois{border-bottom-left-radius:4px; border-top-left-radius:4px;}

	/*.material-form .btn:last-child,*/
	.material-form .input-group .form-control:last-child,
	.material-form .input-group .form-control.last,
	.material-form .input-group .input-group-btn:last-child,
	.material-form .input-group .input-group-btn:last-child button,
	.material-form .input-group .input-group-btn:last-child .btn{border-bottom-right-radius:4px; border-top-right-radius:4px;}

	.material-form .form-group{margin-bottom:15px; overflow:visible;}

	.material-form .form-group.success .form-control{color:#5cb85c;}
	.material-form .form-group.failed .form-control{color:#d9534f;}
	.material-form .form-control[readonly]{background:#fff;}
	.material-form .btn {height:38px;}
	.material-form .btn-default{-webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}

	.material-form .input-group input,
	.material-form .input-group select,
	input[type='text'].whois,
	input[type='password'].whois,
	select.whois{z-index:10;}

	.input-group label.th{z-index:9; display:none; position:absolute; top:50%; left:10px; margin-top:-10px; height:20px; color:#ccc;}

	.input-group label.th.ie9{z-index:11; display:block;}
	.material-form .desc{padding:10px 0;}

	.chkbox{display:inline-block; margin:0; padding:0;}
	.chk-block,
	.chk-block span{display:block; text-align:center; width:100%;}
	.chkbox input[type='radio'],
	.chkbox input[type='checkbox']{display:none;}
	.chkbox input[type='radio']~.rbtn{padding: 6px 12px; line-height:27px; border:1px solid #ccc; border-radius:3px; cursor:pointer;}
	.chkbox input[type='radio']:checked~.rbtn{background:#ccc; color:#fff;}
	.chkbox input[type='radio']~.box,
	.chkbox input[type='checkbox']~.box{display:block; color:#bbb; cursor:pointer; transition:0.5s all ease;}
	.chkbox input[type='radio']~.box:before,
	.chkbox input[type='checkbox']~.box:before{display:inline-block; margin-right:5px; padding:2px;	font-family:'Glyphicons Halflings'; font-size:18px; font-weight:normal; line-height:1; text-align:center; transition:0.4s all ease; vertical-align:middle; color:#cfcfcf;}
	.chkbox input[type='radio']~.box:before{content:"e165";}
	.chkbox input[type='checkbox']~.box:before{content:"e013";}
	.chkbox input[type='radio']:checked~.box,
	.chkbox input[type='checkbox']:checked~.box{color:#666;}
	.chkbox input[type='radio']:checked~.box:before,
	.chkbox input[type='checkbox']:checked~.box:before{color:#666;}



/* ceo */
.sub-title {padding-bottom: 100px; text-align: center; font-size: 50px; font-weight: 700;}

.ceo-title {text-align: center;}
.ceo-title:before {content: ''; display: block; width: 224px; height: 120px; margin: 0 auto; background: url('/images/kor06r-18-0404/sub/ceo_logo.png')no-repeat center center / cover;}
.ceo-title h4 {margin-top: 60px; font-size: 42px; color: #4c98e2;}
.ceo-title h5 {margin-top: 60px; font-size: 24px;}
.ceo-title p {margin-top: 20px; font-size: 20px;}

.ceo-vision {margin-top: 40px; padding: 60px 0; position: relative;}
.ceo-vision:before {content: ''; display: block; position: absolute; top: 0; bottom: 0; left: -1000%; right: -1000%; background: #f6f6f6;}
.ceo-vision img {display: block; margin: 0 auto; position: relative;}

.ceo-text {text-align: center; margin-top: 60px; font-size: 20px;}
.ceo-text strong {font-weight: 500;}
.ceo-text em {font-weight: 300; font-style: normal;}
.ceo-text em strong {font-size: 30px; font-weight: 700;}

.ceo-info {display: flex; margin-top: 160px; border: dotted 2px #b9b9b9; padding: 30px;}
.ceo-info > li {width: 50%;}
.ceo-info > li > ul:first-child {padding-right: 40px;}
.ceo-info > li > ul > li {display: flex; align-items: center; margin-bottom: 10px;}
.ceo-info > li > ul > li:last-child {margin-bottom: 0;}
.ceo-info > li > ul > li h5 {flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 100px; margin-right: 20px; height: 30px; background: #0b3f93; color: #fff; -webkit-border-radius: 30px; border-radius: 30px; font-weight: 400;}
.ceo-info > li > ul > li p {flex-grow: 1; font-size: 16px;}

@media only screen and (max-width: 992px){
	.sub-title {font-size: 44px;}
	.ceo-title h4 {font-size: 30px;}
}

@media only screen and (max-width: 768px){
	.sub-title {padding-bottom: 50px; font-size: 34px;}
	.ceo-title:before {width: 168px; height: 90px;}
	.ceo-title h4 {margin-top: 40px; font-size: 24px;}
	.ceo-title h5 {margin-top: 30px; font-size: 18px;}
	.ceo-title p {font-size: 16px;}
	.ceo-title p br {display: none;}
	.ceo-vision {padding: 30px 0;}
	.ceo-text {margin-top: 30px; font-size: 16px;}
	.ceo-text br {display: none;}
	.ceo-text span {display: block; margin-top: 20px;}
	.ceo-text em strong {font-size: 20px;}
	.ceo-info {display: block; margin-top: 60px; padding: 20px;}
	.ceo-info > li {width: 100%;}
	.ceo-info > li > ul:first-child {padding-right: 0; margin-bottom: 10px;}
	.ceo-info > li > ul > li h5 {width: 70px; margin-right: 10px; height: 24px; font-size: 13px;}
	.ceo-info > li > ul > li p {font-size: 14px;}
}



/* vision */
.vision-title {
	margin-top: 50px; text-align: center; border: solid 3px #4c98e2; font-size: 30px; padding: 40px; font-weight: 700;
	-webkit-border-radius: 100px; border-radius: 100px; position: relative;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(76,152,226,1); box-shadow: 0px 0px 20px 0px rgba(76,152,226,1);
}
.vision-title:before {
	content: 'Vision'; display: block; width: 160px; height: 50px; line-height: 50px; text-align: center; background: #4c98e2;
	color: #fff; font-size: 20px; font-weight: 700; -webkit-border-radius: 20px 20px 0 0; border-radius: 20px 20px 0 0;
	position: absolute; left: 50%; margin-left: -80px; bottom: 100%;
}
.vision-circle {margin: 120px 0;}
.vision-circle img {display: block; margin: 0 auto;}
.vision-img {display: flex; margin: 0 -15px;}
.vision-img li {width: 33.33%; padding: 0 15px;}
.vision-img li img {display: block; width: 100%;}

@media only screen and (max-width: 768px){
	.vision-title {font-size: 18px; padding: 20px; margin-top: 0;}
	.vision-title:before {width: 100px; height: 30px; line-height: 30px; font-size: 14px; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; margin-left: -50px;}
	.vision-circle {margin: 60px 0;}
	.vision-img {display: block; margin: 0;}
	.vision-img li {width: 100%; padding: 0; margin-bottom: 10px;}
	.vision-img li:last-child {margin-bottom: 0;}
}



/* histofy */
.history dt {margin-bottom: 60px;}
.history dt span {display: block; padding: 0 25%; font-size: 26px; color: #333;}
.history dt h3 {padding: 0 25%; font-size: 40px; color: #4c98e2; font-weight: 700; margin-bottom: 30px;}
.history dt img {display: block; width: 100%;}
.history dd {padding: 0 25%; margin-bottom: 30px; display: flex;}
.history dd:last-child {margin-bottom: 120px;}
.history dd h4,
.history dd h5 {flex-shrink: 0; width: 200px; font-weight: 700; line-height: 1.0; position: relative; padding-left: 60px;}
.history dd h4 {font-size: 35px; margin-top: -5px;}
.history dd h4:before {content: ''; display: block; width: 14px; height: 14px; border: solid 4px #4c98e2; position: absolute; left: -5px; top: 10px; -webkit-border-radius: 50%; border-radius: 50%;}
.history dd h5 {font-size: 18px; margin-top: 5px;}
.history dd h5:before {content: ''; display: block; width: 3px; height: 3px; background: #797979; position: absolute; left: 0; top: 6px; -webkit-border-radius: 50%; border-radius: 50%;}
.history dd ul {flex-grow: 1;}
.history dd ul li {font-size: 16px; color: #797979; position: relative; margin-bottom: 10px; position: relative; padding-left: 10px;}
.history dd ul li:last-child {margin-bottom: 0;}
.history dd ul li:before {content: ''; display: block; width: 3px; height: 3px; background: #797979; position: absolute; left: 0; top: 10px; -webkit-border-radius: 50%; border-radius: 50%;}

@media only screen and (max-width: 992px){
	.history dt {margin-left: -20px; margin-right: -20px;}
	.history dt span {padding: 0 10%;}
	.history dt h3 {padding: 0 10%;}
	.history dd {padding: 0 10%;}
}

@media only screen and (max-width: 768px){
	.history dt {margin-bottom: 40px;}
	.history dt span {padding: 0 20px; font-size: 16px;}
	.history dt h3 {padding: 0 20px; font-size: 26px; margin-bottom: 10px;}
	.history dd {padding: 0; margin-bottom: 20px;}
	.history dd:last-child {margin-bottom: 60px;}
	.history dd h4,
	.history dd h5 {width: 100px; padding-left: 0;}
	.history dd h4 {font-size: 24px; margin-top: -3px;}
	.history dd h4:before {display: none;}
	.history dd h5 {font-size: 16px; margin-top: 2px;}
	.history dd h5:before {display: none;}
	.history dd ul li {font-size: 14px;}
	.history dd ul li:before {top: 8px;}
}


/* location */
.loc-map {border: solid 2px #e8e8e8;}
.loc-map img {display: block; width: 100%;}

.loc-list {margin-top: 80px; display: flex;}
.loc-list dt {width: 50%; order: 2;}
.loc-list dt iframe {}
.loc-list dd {width: 50%; padding-right: 45px;}
.loc-list dd h5 {display: flex; align-items: center; font-size: 26px; font-weight: 700;}
.loc-list dd h5 span {display: flex; align-items: center; justify-content: center; margin-right: 20px; font-weight: 400; width: 70px; height: 40px; font-size: 18px; color: #fff; -webkit-border-radius: 20px; border-radius: 20px;}
.loc-list dd h5 span.sky {background: #4c98e2;}
.loc-list dd h5 span.navy {background: #0b3f93;}
.loc-list dd ul {margin-top: 30px;}
.loc-list dd ul li {display: flex; align-items: center; margin-bottom: 10px;}
.loc-list dd ul li:last-child {margin-bottom: 0;}
.loc-list dd ul li em {flex-shrink: 0; display: block; width: 50px; height: 50px; margin-right: 10px; border: solid 1px #e5e5e5; -webkit-border-radius: 50%; border-radius: 50%;}
.loc-list dd ul li em.addr {background: url('/images/kor06r-18-0404/sub/location_icon_1.png')no-repeat center center / 30px auto;}
.loc-list dd ul li em.tel {background: url('/images/kor06r-18-0404/sub/location_icon_2.png')no-repeat center center / 30px auto;}
.loc-list dd ul li span {flex-grow: 1; font-size: 16px; font-weight: 300;}

@media only screen and (max-width: 768px){
	.loc-map {overflow: hidden;}
	.loc-map img {width: 200%; max-width: 200%; margin-left: -100%;}
	.loc-list {margin-top: 60px; display: block;}
	.loc-list dt {width: 100%;}
	.loc-list dd {width: 100%; padding-right: 0; margin-top: 20px;}
	.loc-list dd h5 {font-size: 20px;}
	.loc-list dd h5 span {margin-right: 10px; width: 50px; height: 30px; font-size: 16px;}
	.loc-list dd ul {margin-top: 20px;}
	.loc-list dd ul li span {font-size: 14px;}
}


.contact {margin-top: 100px;}
.contact h4 {font-size: 30px; font-weight: 700; text-transform: uppercase;}
.contact p {margin-top: 20px; font-weight: 300;}
.contact > ul {margin: 40px -20px 0; display: flex;}
.contact > ul > li {width: 33.3333%; padding: 0 20px;}
.contact dl {border: solid 1px #0b3f93; display: flex; flex-direction: column; height: 100%;}
.contact dl dt {flex-shrink: 0; background: #0b3f93; color: #fff; height: 60px; font-size: 20px; font-weight: 400; display: flex; align-items: center; justify-content: center;}
.contact dl dd {flex-grow: 1; padding: 30px; display: flex; align-items: center;}
.contact dl dd ul {}
.contact dl dd ul li {display: flex; align-items: center; margin-bottom: 10px; word-break: break-word;}
.contact dl dd ul li:last-child {margin-bottom: 0;}
.contact dl dd ul li:before {flex-shrink: 0; margin-right: 10px; content: ''; display: block; width: 30px; height: 30px; -webkit-border-radius: 50%; border-radius: 50%;}
.contact dl dd ul li.tel:before {background: #f0f0f0 url('/images/kor06r-18-0404/sub/contact_tel.png')no-repeat center center / 30px auto;}
.contact dl dd ul li.mail:before {background: #f0f0f0 url('/images/kor06r-18-0404/sub/contact_mail.png')no-repeat center center / 30px auto;}

@media only screen and (max-width: 992px){
	.contact > ul {margin: 30px -5px 0;}
	.contact > ul > li {padding: 0 5px;}
	.contact dl dt {height: 50px; font-size: 16px;}
	.contact dl dd {padding: 10px;}
	.contact dl dd ul li {font-size: 13px;}
	.contact dl dd ul li:before {margin-right: 5px;}
}

@media only screen and (max-width: 768px){
	.contact {margin-top: 60px;}
	.contact h4 {font-size: 20px;}
	.contact p {font-size: 14px; margin-top: 10px;}

	.contact > ul {margin: 20px 0 0; display: block;}
	.contact > ul > li {padding: 0; width: 100%; margin-bottom: 20px;}
	.contact > ul > li:last-child {margin-bottom: 0;}
	.contact dl dt {height: 40px;}
	.contact dl dd {padding: 10px;}
	.contact dl dd ul li {font-size: 13px;}
	.contact dl dd ul li:before {margin-right: 5px;}

}




/* rnd */
.rnd-cont dl {display: flex; margin-bottom: 150px;}
.rnd-cont dl:last-child {margin-bottom: 0;}
.rnd-cont dt {width: 50%;}
.rnd-cont dl:nth-child(even) dt {order: 2;}
.rnd-cont dt img {display: block; width: 100%;}
.rnd-cont dd {width: 50%; padding-left: 50px; padding-top: 10px;}
.rnd-cont dd h5 {font-size: 40px; font-weight: 700; position: relative;}
.rnd-cont dd h5:before {content: ''; display: block; width: 50px; height: 2px; background: #4c98e2; position: absolute; left: 0; top: 100%; margin-top: 10px;}
.rnd-cont dd ul {margin-top: 90px;}
.rnd-cont dd ul li {font-size: 18px; position: relative; padding-left: 10px; margin-bottom: 10px;}
.rnd-cont dd ul li:last-child {margin-bottom: 0;}
.rnd-cont dd ul li:before {content: ''; display: block; width: 3px; height: 3px; background: #000; position: absolute; left: 0; top: 12px; -webkit-border-radius: 50%; border-radius: 50%;}

.rnd-table {width: 100%; margin-top: 120px; border-top: solid 2px #0b3f93; border-left: solid 2px #fff; border-right: solid 2px #fff;}
.rnd-table th,
.rnd-table td { text-align: center; border: solid 1px #bfbfbf; }
.rnd-table th {font-size: 18px; padding: 15px; background: #f8f9ff; color: #0b3f93; font-weight: 500;}
.rnd-table td {font-size: 16px; padding: 20px 30px;}
.rnd-table td:last-child {text-align: left;}

.rnd-cer {margin-top: 100px;}
.rnd-cer dt {font-size: 30px;}
.rnd-cer dd {margin-top: 30px;}
.rnd-cer dd ul {display: flex; margin: 0 -20px;}
.rnd-cer dd ul li {width: 25%; padding: 0 20px;}
.rnd-cer dd ul li img {display: block; width: 100%; border: solid 1px #bfbfbf;}

@media only screen and (max-width: 992px){
	.rnd-cont dl {margin-bottom: 100px;}
	.rnd-cont dd {padding-left: 30px;}
	.rnd-cont dd h5 {font-size: 30px;}
	.rnd-cont dd ul {margin-top: 40px;}
	.rnd-cont dd ul li {font-size: 16px;}
	.rnd-cont dd ul li:before {top: 10px;}
	.rnd-table {margin-top: 60px;}
	.rnd-table th {font-size: 14px; padding: 10px;}
	.rnd-table td {font-size: 14px; padding: 10px 20px;}

	.rnd-cer {margin-top: 60px;}
	.rnd-cer dd {margin-top: 20px;}
	.rnd-cer dd ul {margin: 0 -10px;}
	.rnd-cer dd ul li {padding: 0 10px;}
}

@media only screen and (max-width: 768px){
	.rnd-cont dl {display: block; margin-bottom: 60px;}
	.rnd-cont dt {width: 100%;}
	.rnd-cont dd {width: 100%; padding-left: 0; padding-top: 20px;}
	.rnd-cont dd h5 {font-size: 24px;}
	.rnd-table th {font-size: 13px; padding: 5px;}
	.rnd-table td {font-size: 13px; padding: 5px 10px;}

	.rnd-cer dt {font-size: 24px;}
	.rnd-cer dd {margin-top: 10px;}
	.rnd-cer dd ul {margin: -5px; flex-wrap: wrap;}
	.rnd-cer dd ul li {padding: 5px; width: 50%;}
}



/* finance */
.fnc-title {font-size: 26px; color: #4c98e2; font-weight: 700; margin-top: 80px; margin-bottom: 30px;}

@media only screen and (max-width: 768px){
	.fnc-title {font-size: 20px; margin-top: 40px; margin-bottom: 10px;}
}


/* recruit */	
.recruit-box {margin-bottom: 50px; display: flex; align-items: center;}
.recruit-box:last-child {margin-bottom: 0;}
.recruit-box dt {flex-shrink: 0; width: 320px; height: 170px; font-size: 20px; font-weight: 700; color: #0b3f93; border: dotted 2px #0b3f93; -webkit-border-radius: 20px; border-radius: 20px; display: flex; align-items: center; justify-content: center;}
.recruit-box dd {flex-grow: 1; padding-left: 30px;}
.recruit-box dd ul li {font-size: 18px; position: relative; padding-left: 10px; margin-bottom: 10px;}
.recruit-box dd ul li:last-child {margin-bottom: 0;}
.recruit-box dd ul li:before {content: ''; display: block; width: 3px; height: 3px; background: #000; position: absolute; left: 0; top: 12px; -webkit-border-radius: 50%; border-radius: 50%;}
.recruit-flow {margin-top: 90px;}
.recruit-flow img {display: block; margin: 0 auto;}

@media only screen and (max-width: 992px){
	.recruit-box {margin-bottom: 40px;}
	.recruit-box dt {width: 240px; height: 150px; font-size: 18px;}
	.recruit-box dd ul li {font-size: 16px;}
	.recruit-box dd ul li:before {top: 10px;}
	.recruit-flow {margin-top: 60px;}
}

@media only screen and (max-width: 768px){
	.recruit-box {display: block;}
	.recruit-box dt {width: 100%; height:60px; -webkit-border-radius: 10px; border-radius: 10px;}
	.recruit-box dd {padding-left: 0; margin-top: 15px;}

}



/* board */
.brd-wrap {}
.brd-top {display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 10px;}
.brd-top__total {flex-grow: 1;}
.brd-top__total b {}

.brd-top__sch {flex-shrink: 0; display: flex; align-items: center;}
.brd-top__sch dt {width: 140px; margin-right: 10px;}
.brd-top__sch dt select {display: block; width: 100%; height: 40px; border-color: #dcdcdc;}
.brd-top__sch dd {border: solid 1px #dcdcdc; width: 260px; position: relative;}
.brd-top__sch dd input[type="text"] {display: block; width: 100%; height: 38px; border: none; padding: 0 40px 0 10px; -webkit-appearance: none; appearance: none;}
.brd-top__sch dd button {display: block; width: 38px; height: 38px; border: none; text-indent: -9999px; position: absolute; right: 0; top: 0; -webkit-appearance: none; appearance: none; background: url('/images/kor06r-18-0404/sub/board_search.png')no-repeat center center / 20px auto;}

.brd-list {width: 100%;}
.brd-list th,
.brd-list td {font-size: 16px; text-align: center; font-weight: 500; padding: 20px;}
.brd-list th {background: #fafafa; border-top: solid 2px #454545;}
.brd-list td {border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; font-weight: 400;}
.brd-list td.brd-list__num {}
.brd-list tr.brd-list__notice td.brd-list__num {color: #3e82e7;}
.brd-list td.brd-list__title {text-align: left;}
.brd-list td.brd-list__regdate {}
.brd-list td.brd-list__enddate {}
.brd-list td.none {}

@media only screen and (max-width: 992px){
	.brd-list th,
	.brd-list td {font-size: 15px; padding: 10px;}
}

@media only screen and (max-width: 768px){
	.brd-top form {width: 100%;}
	.brd-top__total {display: none;}
	.brd-top__sch dt {flex-shrink: 0; width: 100px; margin-right: 5px;}
	.brd-top__sch dt select {padding-left: 5px;}
	.brd-top__sch dd {flex-grow: 1; width: auto;}
	
	.brd-list colgroup,
	.brd-list thead {display: none;}
	.brd-list,
	.brd-list tbody,
	.brd-list tr {display: block; width: 100%;}
	.brd-list {border-top: solid 2px #454545;}
	.brd-list tr {border-bottom: solid 1px #dcdcdc; padding: 15px 0; position: relative; display: flex; flex-wrap: wrap;}
	.brd-list td {display: block; font-size: 14px; text-align: left; padding: 0;}
	.brd-list td {border-top: none; border-bottom: none;}
	.brd-list td.brd-list__num {font-size: 12px; position: absolute; right: 0; top: 15px; width: auto;}
	.brd-list td.brd-list__num:before {content: 'No. ';}
	.brd-list tr.brd-list__notice td.brd-list__num:before {display: none;}
	.brd-list td.brd-list__title {font-size: 16px; margin-bottom: 5px; width: calc(100% - 60px);}
	.brd-list td.brd-list__title a {display: inline-block; font-weight: 500; vertical-align: middle; font-weight: 500; max-width: calc(100% - 40px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.brd-list td.brd-list__regdate,
	.brd-list td.brd-list__enddate {font-size: 13px; color: #666; font-weight: 400;}
	.brd-list td.brd-list__regdate {position: relative; padding-right: 10px; margin-right: 10px;}
	.brd-list td.brd-list__regdate:after {content: ''; display: block; width: 1px; height: 10px; background: #ccc; position: absolute; right: 0; top: 50%; margin-top: -5px;}
	.brd-list td.brd-list__enddate {}
	.brd-list td.brd-list__regdate:before {content: '등록일 : ';}
	.brd-list td.brd-list__enddate:before {content: '마감일 : ';}
	.brd-list td.none {}
}







.paginate_regular {margin-top: 30px;}
.board_pagetab {display: flex; align-items: center; justify-content: center;}
.board_pagetab a {display: block; margin: 0 10px; font-family: 'NotoSansKR', sans-serif !important; font-size: 18px !important; color: #555; font-weight: 500 !important;}
.board_pagetab a img {display: none;}
.board_pagetab span.on a {color: #eb7866;}
.board_pagetab a.page-first,
.board_pagetab a.page-prev,
.board_pagetab a.page-next,
.board_pagetab a.page-last {display: block; width: 46px; height: 46px; margin: 0 3px; border: solid 1px #ccc; -webkit-border-radius: 50%; border-radius: 50%;}
.board_pagetab a.page-first {background: url('/images/kor06r-18-0404/sub/paging_first.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-prev {background: url('/images/kor06r-18-0404/sub/paging_prev.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-next {background: url('/images/kor06r-18-0404/sub/paging_next.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-last {background: url('/images/kor06r-18-0404/sub/paging_last.png')no-repeat center center / 16px auto;}

@media only screen and (max-width: 768px){
	.board_pagetab a {margin: 0 5px; font-size: 12px !important;}
	.board_pagetab a.page-first,
	.board_pagetab a.page-prev,
	.board_pagetab a.page-next,
	.board_pagetab a.page-last {width: 30px; height: 30px; margin: 0 2px; background-size: 12px auto !important}
}



.brd-view {width: 100%;}
.brd-view thead th {font-size: 20px; font-weight: 700; text-align: center; padding: 20px; border-top: solid 2px #333;}
.brd-view tbody th,
.brd-view tbody td {border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; padding: 10px; font-size: 15px;}
.brd-view tbody th {background: #fafafa; text-align: center;}
.brd-view tbody td {color: #555;}
.brd-view tbody td.brd-view__cont {padding: 30px; color: #000;}
.brd-view tbody td.brd-view__link {padding-top: 50px; padding-bottom: 100px;}
.brd-view tbody td.brd-view__link a {display: flex; margin: 0 auto; width: 180px; height: 80px; background: #0b3f93; font-size: 20px; color: #fff; font-weight: 500; justify-content: center; align-items: center; -webkit-border-radius: 40px; border-radius: 40px;}
.brd-view tbody td.brd-view__file li {display: flex; justify-content: space-between;}
.brd-view tbody td.brd-view__file a {text-decoration: underline; color: #000;}
.brd-view__btn {margin-top: 30px; display: flex; justify-content: flex-end;}
.brd-view__btn li {margin-right: 10px;}
.brd-view__btn li:last-child {margin-right: 0;}
.brd-view__btn li button,
.brd-view__btn li a {display: flex; margin: 0 auto; width: 120px; height: 60px; background: #fff; font-size: 20px; color: #7d7d7d; border: solid 1px #7d7d7d; font-weight: 500; justify-content: center; align-items: center;}

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

	.brd-view thead th {font-size: 18px; padding: 15px;}
	.brd-view tbody th,
	.brd-view tbody td {padding: 8px; font-size: 13px;}
	.brd-view tbody td.brd-view__cont {padding: 20px 10px; font-size: 14px;}
	.brd-view tbody td.brd-view__link {padding-top: 30px; padding-bottom: 30px;}
	.brd-view tbody td.brd-view__link a {width: 120px; height: 60px; font-size: 16px;}
	.brd-view__btn {margin-top: 20px;}
	.brd-view__btn li {margin-right: 5px;}
	.brd-view__btn li button,
	.brd-view__btn li a {width: 80px; height: 40px; font-size: 16px;}


}



/* gallery */
.paginate_regular{margin:30px 0 20px 0;}

.prdt-top {text-align: center; font-size: 18px;}
.prdt-tab {margin-top: 60px; display: flex; border-bottom: solid 2px #d7d7d7;}
.prdt-tab li {}
.prdt-tab li:first-child:nth-last-child(1) {width: 100%;}
.prdt-tab li:first-child:nth-last-child(2),
.prdt-tab li:first-child:nth-last-child(2) ~ li {width: 50%;}
.prdt-tab li:first-child:nth-last-child(3),
.prdt-tab li:first-child:nth-last-child(3) ~ li {width: 33.3333%;}
.prdt-tab li:first-child:nth-last-child(4),
.prdt-tab li:first-child:nth-last-child(4) ~ li {width: 25%;}
.prdt-tab li a {display: flex; align-items: center; justify-content: center; height: 60px; font-size: 20px; color: #797979; position: relative;}
.prdt-tab li a.active {color: #0b3f93; font-weight: 700;}
.prdt-tab li a.active:after {content: ''; display: block; background: #0b3f93; height: 4px; position: absolute; left: 0; right: 0; bottom: -3px;}

.prdt-title {text-align: center; margin-top: 60px; font-size: 30px; color: #000; font-weight: 700;}
.prdt-cate {display: flex; align-items: center; justify-content: center; margin-top: 50px; flex-wrap: wrap;}
.prdt-cate li {padding: 5px;}
.prdt-cate li a {display: flex; align-items: center; justify-content: center; height: 60px; padding: 0 30px; font-size: 18px; font-weight: 500; background: #b9b9b9; color: #fff; -webkit-border-radius: 30px; border-radius: 30px;}
.prdt-cate li a.active {background: #0b3f93;}

.prdt-info {margin-top: 60px; padding-top: 60px; border-top: 1px solid #e1e1e1;}
.prdt-info dt {font-size: 24px; color: #4c98e2; font-weight: 500; margin-bottom: 10px;}
.prdt-info dd {font-size: 18px; margin-bottom: 5px; position: relative; padding-left: 16px;}
.prdt-info dd:last-child {margin-bottom: 0;}
.prdt-info dd:before {content: ''; display: block; width: 3px; height: 3px; background: #333; position: absolute; left: 5px; top: 12px; -webkit-border-radius: 50%; border-radius: 50%;}

.prdt-info.blue-title{padding-left: 25px;}
.prdt-info.blue-title dt{color: #1e2687; font-size: 22px;}

.prdt-info .bl {display: block;  font-size: 20px; font-weight: bold;}

.prdt-img {margin-top: 60px;}
.prdt-img img {display: block; margin: 0 auto; max-width: 100%;}

.prdt-list {padding-top: 60px; margin: -30px; display: flex; flex-wrap: wrap;}
.prdt-list li {padding: 30px; width: 33.33%;}
.prdt-list li.none {width: 100%;}
.prdt-list li.none p {text-align: center; background: #f5f5f5; padding: 30px;}
.prdt-list li a {display: block;}
.prdt-list__thumb {padding-bottom: 100%; border: solid 1px #dbdbdb; position: relative;}
.prdt-list li a:hover .prdt-list__thumb:after {content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: solid 5px #4c98e2;}
.prdt-list__title {padding: 20px 0; font-size: 18px; font-weight: 500; text-align: center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.prdt-heat {margin-top: 60px;}
.prdt-heat dt img {display: block; margin: 0 auto; max-width: 100%;}
.prdt-heat dd {margin-top: 40px; padding: 30px; background: #f6f6f6;}
.prdt-heat dd h5 {font-size: 30px; font-weight: 700;}
.prdt-heat dd ul {margin-top: 20px; padding-left: 20px;}
.prdt-heat dd ul li {margin-bottom: 10px; list-style: decimal;}
.prdt-heat dd ul li:last-child {margin-bottom: 0;}

.prdt-large {background: #f6f6f6; padding: 40px; text-align: center; margin-top: 60px;}
.prdt-large img {display: block; margin: 0 auto; max-width: 100%;}
.prdt-large p {font-size: 30px; font-weight: 700; margin-top: 40px;}


/*  2025.03.11 hydrogen 추가 */
.prot-top-txt {padding: 40px 0 0px; }
.prot-top-txt dt {font-size: 34px;  color: #000000; position: relative;  line-height: 1.3; padding-left: 25px;}
.prot-top-txt dt span{font-size: 25px; font-weight: 800; color: #0b3f93;}
.prot-top-txt dt::after { content: '';  position: absolute;  top: 17px;  left: 0;  width: 18px;  height: 18px;  border-radius: 50%; border: solid 5px #0b3f93;}
.prot-top-txt dd { font-size: 21px;  color: #888;     padding-left: 25px;}

.prdt-type-area {width:100%; padding:20px 0; text-align: center;}
.prdt-type-area dl { width: 30%; display: inline-block; text-align: center; border: solid 2px #0b3f93; margin-right: 3%;}
.prdt-type-area dt { background: #0b3f93;  color: #fff;  padding: 10px 0;}
.prdt-type-area dt:last-of-type {margin-right:0; }
.prdt-type-area dd {padding: 15px 0 10px;  border-bottom: solid 1px #cfd3e7;  width: 80%;  margin: 0 auto;}
.prdt-type-area dd:last-of-type {border-bottom:none;}

.prdt-img-area{width: 100%; margin: 20px auto; text-align: center;}
.prdt-img-area img{width: 1200px;}

/* 2025.10.24 추가 */

.prot-cont-area p{font-size: 20px; margin-top: 30px; position: relative; padding-left: 25px;}
.prot-cont-area p b{font-size:23px; font-weight: 600; color: #0b3f93;}
.prot-cont-area span{display: block; font-size: 16px; margin-top: 10px; padding-left: 25px;}
.prdt-txt-list{padding: 25px; 0 0 25px;}
.prdt-txt-list ul li{font-size: 18px; margin-bottom: 5px; position: relative; padding-left: 16px; }
.prdt-txt-list ul li:before {content: ''; display: block; width: 3px; height: 3px; background: #333; position: absolute; left: 5px; top: 12px; -webkit-border-radius: 50%; border-radius: 50%;}


@media only screen and (max-width: 992px){
	.prdt-list {margin: -10px;}
	.prdt-list li {padding: 10px;}

	.prdt-type-area dl {width: 32%; margin-right: 1%;}

}

@media only screen and (max-width: 768px){
	.prdt-top {font-size: 15px;}
	.prdt-tab {margin-top: 30px;}
	.prdt-tab li a {height: 50px; font-size: 16px;}

	.prdt-title {margin-top: 40px; font-size: 24px;}
	.prdt-cate {margin-top: 30px;}
	.prdt-cate li {padding: 3px;}
	.prdt-cate li a {height: 40px; padding: 0 10px; font-size: 14px; font-weight: 400;}
	
	.prdt-img {margin-top: 30px;}

	.prdt-info {margin-top: 30px;}
	.prdt-info dt {font-size: 18px; margin-bottom: 10px;}
	.prot-top-txt dt::after{top: 8px;}
	.prdt-info dd {font-size: 15px; padding-left: 10px;}
	.prdt-info dd:before {left: 0; top: 8px;}
	
	.prot-cont-area p{font-size: 15px; padding-left: 10px; word-break: keep-all;}

	.prdt-list {margin: -5px; padding-top: 30px;}
	.prdt-list li {padding: 5px; width: 50%;}
	.prdt-list__title {padding: 10px 0; font-size: 15px;}

	.prdt-heat {margin-top: 30px;}
	.prdt-heat dd {margin-top: 30px; padding: 15px;}
	.prdt-heat dd h5 {font-size: 20px;}
	.prdt-heat dd ul {margin-top: 10px; padding-left: 15px;}
	.prdt-heat dd ul li {margin-bottom: 5px; font-size: 14px;}

	.prdt-large {padding: 20px; margin-top: 30px;}
	.prdt-large p {font-size: 20px; margin-top: 20px;}
	
	.prot-top-txt dt {font-size:26px;}
	.prot-top-txt dd {font-size:16px;}
	.prdt-type-area dl {width: 31%; margin-right: 1%;}
	
	.prdt-txt-list{padding: 0;}
	.prdt-txt-list ul{padding-top: 10px;}
	.prdt-txt-list ul li{font-size: 15px;}
	
}

@media only screen and (max-width: 375px){
	.prdt-type-area dl {width: 100%; margin-right: 0%; margin-bottom:2%;}
}




.mems-text {}
.mems-text li {font-size: 18px; font-weight: 500; margin-bottom: 10px; position: relative; padding-left: 10px;}
.mems-text li:last-child {margin-bottom: 0;}
.mems-text li:before {content: ''; width: 3px; height: 3px; background: #000; position: absolute; left: 0; top: 14px; -webkit-border-radius: 50%; border-radius: 50%;}

.mems-title {margin-top: 60px; margin-bottom: 10px; font-size: 24px; font-weight: 700; color: #4c98e2;}
.mems-title span {font-size: 18px; font-weight: 400;}

.mems-part {margin: 0 -8px; display: flex;}
.mems-part li {padding: 0 8px; width: 33.33%;}
.mems-part li img {display: block; width: 100%; border: solid 1px #bdbdbd;}
.mems-part li p {text-align: center; margin-top: 15px; font-size: 18px; font-weight: 500; line-height: 1.4;}

.mems-micro {margin-top: 60px;}
.mems-micro dt {width: 70%; max-width: 380px; height: 60px; line-height: 60px; margin: 0 auto; text-align: center; background: #0b3f93; color: #fff; font-size: 26px; font-weight: 700; -webkit-border-radius: 30px; border-radius: 30px;}
.mems-micro dd {border: dotted 3px #0b3f93; padding: 100px; margin-top: -30px;}
.mems-micro dd img {display: block; margin: 0 auto; max-width: 100%;}

.mems-table {border-left: solid 2px #fff; border-right: solid 2px #fff; border-top: solid 2px #0b3f93; width: 100%; table-layout: fixed; word-break: break-all;}
.mems-table th,
.mems-table td {border: solid 1px #bfbfbf; text-align: center; padding: 15px; width: 25%;}
.mems-table td.red {font-weight: 500; color: #f14400;}
.mems-table th {background: #f8f9ff; color: #0b3f93;}

.mems-spec {margin-top: 100px;}
.mems-spec dt {}
.mems-spec dt img {display: block; margin: 0 auto; max-width: 100%;}
.mems-spec dd {font-size: 18px; margin-top: 15px; text-align: center;}

@media only screen and (max-width: 768px){
	.mems-text li {font-size: 15px;}
	.mems-text li:before {top: 10px;}

	.mems-title {margin-top: 40px; font-size: 20px;}
	.mems-title span {font-size: 14px;}

	.mems-part {margin: 0; display: block;}
	.mems-part li {padding: 0; width: 100%; margin-bottom: 30px;}
	.mems-part li:last-child {margin-bottom: 0;}
	.mems-part li p {margin-top: 10px; font-size: 15px;}

	.mems-micro {margin-top: 40px;}
	.mems-micro dt {height: 40px; line-height: 40px; font-size: 18px;}
	.mems-micro dd {border-width: 2px; padding: 50px 20px 30px; margin-top: -20px;}
	.mems-micro dd img {display: block; margin: 0 auto; max-width: 100%;}

	.mems-table th,
	.mems-table td {padding: 5px; font-size: 13px;}

	.mems-spec {margin-top: 50px;}
	.mems-spec dd {font-size: 15px; margin-top: 10px;}
}




/* 윤리경영 */
.eth-tab {display: flex; flex-wrap: wrap; margin: 0 -5px;}
.eth-tab li {width: 12.5%; padding: 0 5px;}
.eth-tab li a {background: #f4f4f4; height: 100px; text-align: center; font-size: 16px; color: #8b8b8b; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.eth-tab li a span {width: 100%; max-width: 80px; height: 30px; margin: 0 auto 10px; font-size: 14px; background: #fff; color: #8b8b8b; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; border-radius: 20px;}
.eth-tab li a br {display: none;}
.eth-tab li.active a {background: #2e387e; color: #fff;}
.eth-tab li.active a span {color: #2e387e;}

.eth-cont {margin-top: 40px;}
.eth-cont h4 {color: #000; font-size: 18px; font-weight: 500;}
.eth-cont h4 + p {margin-top: 20px;}
.eth-cont h5 {font-size: 15px; color: #333; font-weight: 500; margin-top: 30px;}
.eth-cont p {color: #333; margin-top: 5px;}
.eth-cont.etc h3 {font-size: 20px;}
.eth-cont.etc h4 {margin-top: 30px;}
.eth-cont.etc p {margin-top: 5px;}

.list-dash {margin-top: 5px;}
.list-dash > li {margin-bottom: 5px; color: #333; position: relative; padding-left: 8px;}
.list-dash > li:last-child {margin-bottom: 0;}
.list-dash > li:before {content: ''; display: block; width: 4px; height: 1px; background: #333; position: absolute; left: 0; top: 12px;}
.list-dash + p {margin-top: 10px;}

.list-num {margin-top: 5px;}
.list-num > li {margin-bottom: 5px; color: #333; display: flex;}
.list-num > li:last-child {margin-bottom: 0;}
.list-num > li:before {content: attr(num); display: block; flex-shrink: 0; margin-right: 5px;}

.eth-mind {margin-top: 60px;}
.eth-mind__title {text-align: center;}
.eth-mind__title h4 {font-size: 40px; font-weight: 500;}
.eth-mind__title p {font-size: 20px; color: #2e387e; font-weight: 600; margin-top: 40px;}
.eth-mind__box {margin-top: 60px; padding: 80px 80px 60px; background: url('/images/kor06r-18-0404/sub/ethical_bg.jpg')no-repeat center center / cover;}
.eth-mind__box dt {text-align: center;}
.eth-mind__box dt h5 {font-size: 40px; font-weight: 500;}
.eth-mind__box dt p {font-size: 20px; color: #2e387e; font-weight: 600; margin-top: 20px;}
.eth-mind__box dd {margin-top: 40px; background: rgba(60,122,173,0.7); padding: 30px; color: #fff; text-align: center; font-size: 16px; line-height: 1.6;}
.eth-mind__text {margin-top: 30px; font-size: 16px;}


@media only screen and (max-width: 992px){
	.eth-tab {margin: 0 -3px;}
	.eth-tab li {padding: 0 3px;}
	.eth-tab li a {font-size: 14px;}
	.eth-tab li a span {max-width: 60px; height: 20px; margin: 0 auto 5px; font-size: 12px;}
	
	.eth-mind__title h4 {font-size: 34px;}
	.eth-mind__title p {margin-top: 20px;}
	.eth-mind__box {padding: 40px;}
	.eth-mind__box dt h5 {font-size: 30px;}
	.eth-mind__box dt p {margin-top: 10px; font-size: 17px;}
	.eth-mind__box dd {margin-top: 30px; padding: 20px; font-size: 14px;}
	.eth-mind__text {font-size: 14px;}
}

@media only screen and (max-width: 768px){
	.eth-tab {margin: -2px;}
	.eth-tab li {width: 25%; padding: 2px;}
	.eth-tab li a {font-size: 13px; height: 80px;}
	.eth-tab li a br {display: block;}
	.eth-tab li a span {max-width: 40px; font-size: 11px;}

	.eth-cont {margin-top: 30px;}
	.eth-cont h4 {font-size: 16px;}
	.eth-cont h4 + p {margin-top: 10px;}
	.eth-cont h5 {font-size: 15px; margin-top: 20px;}
	.eth-cont p {font-size: 14px;}
	.eth-cont.etc h3 {font-size: 18px;}
	.eth-cont.etc h4 {margin-top: 20px;}

	.list-dash > li {font-size: 14px;}
	.list-dash > li:before {top: 10px;}
	.list-dash + p {margin-top: 5px;}

	.list-num > li {font-size: 14px;}
	.list-num > li:before {margin-right: 3px;}
	
	.eth-mind {margin-top: 30px;}
	.eth-mind__title h4 {font-size: 24px;}
	.eth-mind__title p {font-size: 14px; margin-top: 10px;}
	.eth-mind__box {padding: 30px 20px; margin: 30px -20px 0;}
	.eth-mind__box dt h5 {font-size: 24px;}
	.eth-mind__box dt p {font-size: 14px;}
	.eth-mind__box dd {margin-top: 20px;}
}


.pdl_10 {padding-left:10px; }
.pdt_10 {padding-top:10px; }
.pdb_10 {padding-bottom:10px; }

.pdl_20 {padding-left:20px; }


.ethic_down { border-radius: 20px; background: #2e387e; height: 40px; padding:10px 40px; font-size: 18px; color: #fff; width:fit-content;    line-height: 18px; margin: 60px auto 0; }
.ethic_down:hover { background: #4c98e2; transition: .3s ease; }
.ethic_down a { color:#fff; }
.ethic_down a:active { color:#fff; }
.ethic_down a i { padding-right:10px; }

@media only screen and (max-width: 768px){
	.ethic_down {font-size: 16px; line-height: 16px; margin-top: 30px; }
}