.page-body h2{
    line-height:1.4em;
    font-weight:600;
}
.bg_section1{
    background:#f9f9f9;
}
.root-width,
.page_width > div{
    max-width:1270px;
    margin:0 auto;
    padding-right:15px !important;
    padding-left:15px !important;
}
.section100{
    padding:100px 0;
}
.section120{
    padding:120px 0 100px 0;
}
.section130{
    padding:130px 0 100px 0;
}
.DW_page{
    font-size:17px;
    line-height:1.6em;
}
.DW_page p{
    margin:10px 0;
}
.DW_page  .wp-block-separator{
    border-top:1px solid #787878;
    width:40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.line-left{
    margin-left:0;
}
.border-radius-0-50-0-50 img{
    border-radius: 0 50px 0 50px;
}
.wp-block-cover h2{
    letter-spacing: 3px;
}
.gap4em .is-layout-flex{
    gap:4em !important;
}
:where(.wp-block-columns){
    margin-bottom:0 !important;
}
.marginTop-30{
    margin-top:-30px !important;
}
.gallery_box .wp-block-heading + p{
    margin:15px 0 25px;
}

.gallery_box .text-content span{
    font-size: 12px;
    font-weight: 400;
}
.gallery_box .text-content h3{
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 600;
}
.box-shadow-1{
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    margin: 20px 10px;
    border: 1px solid rgb(0 0 0 / 14%);
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 11%);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.box-shadow-1:hover{
    transform: translateY(-10px);
    border: 1px solid rgb(0 0 0 / 20%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.ranslateY20{
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transform: translateY(0px);
}
.ranslateY20:hover{
    transform: translateY(-20px);
}
.DW-icon-box-wrapper{
	display: flex;
    flex-wrap: wrap;
}
.DW-icon-box img{
	max-width:40px;
	max-height:40px;
}
@media (max-width: 1024px) {
    .gap4em .is-layout-flex{
        gap:1em !important;
        flex-wrap: nowrap !important;
    }
}
@media (max-width: 780px) {
    .marginTop-30{
        margin-top:0px !important;
    }
    .section100{
        padding:60px 0;
    }
    .section120{
        padding:60px 0 60px 0;
    }
    .section130{
        padding:60px 0 60px 0;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    .DW_page {
        font-size: 15px;
        line-height: 1.6em;
    }
}
@media (max-width: 520px) {
    .gap4em .is-layout-flex{ 
        gap:3em !important; 
        flex-wrap: wrap !important;
    }
}
/** ABOUT START **/
.about-gallery .gallery br{
    display:none;
}
#gallery-1{
    display:flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin:0 -7px !important;
}
#gallery-1 .gallery-item{
    margin-top:0 !important;
    float:none !important;
    padding:7px !important;
}
#gallery-1 .gallery-item a{
    vertical-align: middle;
}
@media (max-width: 768px) {
    .about-gallery .gallery-item{
        width:33.3333% !important;
        max-width:33.3333% !important;
    }
}
@media (max-width: 620px) {
    .about-gallery .gallery-item{
        width:50% !important;
        max-width:50% !important;
    }
}
/** ABOUT END **/

/** CERTIFICATION START **/
.box4_gallery .wp-block-gallery{
    gap:20px !important;
    padding-top: 60px;
}
.box4_gallery .wp-block-gallery > .wp-block-image{
    width:calc(25% - (60px / 4)) !important;
    max-width:calc(25% - (60px / 4)) !important;
    box-sizing: border-box;
    text-align: center;
}
.box4_gallery .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
@media (max-width: 768px) {
    .box4_gallery .wp-block-gallery > .wp-block-image{
        width:calc(33.3333% - (40px / 3)) !important;
        max-width:calc(33.3333% - (40px / 3)) !important;
    }
}
@media (max-width: 620px) {
    .box4_gallery .wp-block-gallery{
        gap:14px !important;
        padding-top: 40px;
    }
    .box4_gallery .wp-block-gallery > .wp-block-image{
        width:calc(50% - (14px / 2)) !important;
        max-width:calc(50% - (14px / 2)) !important;
    }
}
/** CERTIFICATION END **/
/** SERVICE START **/
.DW_page.servicesNo  .wp-block-separator{
    border-top:1px solid #bbb;
}
.service-grid{
    max-width:1270px;
    margin:0 auto;
    padding-right:15px !important;
    padding-left:15px !important;
    gap:0 !important;
}
.servicesNo .wp-block-cover{
    padding:100px 0;
}
.servicesNo .service-grid{
    gap:0 !important;
}
/* 세로 라인 */
.service-grid> *:not(:nth-child(3n)) {
    border-right: 1px solid rgb(255 255 255 / 40%);
}

/* 가로 라인 */
.service-grid > *:nth-child(-n+3) {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
}

.service-grid> *:nth-child(n+4):nth-child(-n+6) {
    border-bottom: none;
}
.service-grid .serviceBox{
    padding:25px 30px 20px;
}
.service-grid .serviceBox span{
    font-weight:500;
    letter-spacing: 2px;
    font-size: 13px;
}
.service-grid .serviceBox h3{
    font-weight:600;
    margin:5px 0 20px;
}
.service-grid .serviceBox p{
    font-size:15px;
}
@media (max-width: 780px) {
    .servicesNo .wp-block-cover{
        padding:60px 0;
    }
    .servicesNo .service-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    /* 모든 보더 초기화 */
    .service-grid > * {
        border: 0;
    }
    .service-grid> *:not(:nth-child(3n)) {
        border-right: 0;
    }
    /* 세로 라인 - 홀수 칸에만 적용 */
    .service-grid > *:not(:nth-child(2n)) {
        border-right: 1px solid rgb(255 255 255 / 40%);
    }
    
    /* 가로 라인 */
    .service-grid > *:nth-child(-n+4) {
        border-bottom: 1px solid rgb(255 255 255 / 40%) !important;
    }
    
    .service-grid > *:nth-child(n+5):nth-child(-n+6) {
        border-bottom: none;
    }
}
@media (max-width: 520px) {
    .servicesNo .service-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .service-grid > * {
        border: 0 !important;
    }
    
    /* 가로 라인 */
    .service-grid > * {
        border-bottom: 1px solid rgb(255 255 255 / 40%) !important;
    }
    
    .service-grid > *:nth-child(6){
        border-bottom: none !important;
    }
    .servicesNo .wp-block-spacer{
        display:none;
    }
    .service-grid .serviceBox {
        padding: 25px 10px 20px;
    }
}
/** SERVICE END **/

/** ORGANIZATION START **/
.wrap-org {
	text-align: center;
	padding-top: 50px;
}

.wrap-org h3 {
	display: inline-block;
	padding: 12px 30px;
	border: 1px solid #0061b2;
	background: #0061b2;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 0;
	position: relative;
	line-height:38px;
}

.wrap-org h3:before {
	position: absolute;
	width: 1px;
	height: 121px;
    bottom: -121px;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	background: rgb(0 0 0 / 40%);
}

.wrap-org ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.org-div{
	display:flex;
	width:50%;
	min-width:260px;
	padding:30px 0;
	margin:0 auto;
	justify-content: space-between;
	position: relative;
}
.org-div:before {
    position: absolute;
    width: 80%;
    height: 1px;
    top: 50%;
    content: "";
    left: 10%;
    background: rgb(0 0 0 / 23%);
}
.wrap-org-div span{
	display: inline-block;
    padding: 10px 30px;
    border: 1px solid rgb(0 0 0 / 23%);
    background: #81c5ff;
    border-radius: 3px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    position: relative;
	line-height:38px;
}
.wrap-org>ul {
	display: flex;
	justify-content: space-evenly;
	padding-top: 50px;
}

.wrap-org>ul:before {
	position: absolute;
	width: 80%;
	height: 1px;
	top: 0px;
	content: "";
	left: 10%;
	background: rgb(0 0 0 / 40%);
}

.wrap-org>ul>li {
	flex: 1;
}

.wrap-org>ul>li>span {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid rgb(0 0 0 / 23%);
	background: #81c5ff;
	border-radius: 3px;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	position: relative;
}

.wrap-org>ul>li>span:before {
	position: absolute;
	width: 1px;
	height: 51px;
	top: -51px;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	background: rgb(0 0 0 / 40%);
}

.sub-or {
	display: flex;
	justify-content: space-evenly;
	margin: 30px 60px;
}

.sub-or>div {
	flex: 1;
	margin: 0 5px;
	border: 1px solid rgb(0 0 0 / 24%);
	background: #bdbdbd;
	padding: 10px;
	color: #fff;
	border-radius: 3px;
}

.sub-ul-or {
	display: flex;
	justify-content: space-evenly;
	margin: 25px 15px !important;
	flex-direction: column;
}

.sub-ul-or li span {
	display: block;
	margin: 5px;
	border: 1px solid rgb(0 0 0 / 40%);
	background: #fff;
	padding: 12px 5px;
	font-size: 13px;
	border-radius: 3px;
	line-height: 20px;
}

.org-num {
	max-width: 300px;
	margin: 0 auto;
}

.box-counterB img {
	max-width: 72px;
}

.wrap-orgB {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 15px;
}

.wrap-orgB>.wrap-orgB-in1 {
	font-weight: 600;
	color: #000;
	flex: 2;
}

.wrap-orgB>.wrap-orgB-in2 {
	flex: 1;
}

.wrap-orgB>.wrap-orgB-in3 {
	flex: 3;
	text-align: center;
}

.wrap-orgB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrap-orgB ul li {
	margin: 20px 0;
	line-height: 20px;
	position: relative;
	padding-left: 20px;
}

.wrap-orgB ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 20px;
	background: #ddd;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	left: 0;
}

.wrap-orgB ul li.color1::before {
	background: #0070c0;
}

.wrap-orgB ul li.color2::before {
	background: #00b050;
}

.wrap-orgB ul li.color3::before {
	background: #99cc00;
}

.wrap-orgB ul li.color4::before {
	background: #ffc000;
}

.wrap-orgB ul li.color5::before {
	background: #feb4b4;
}

.wrap-orgB ul li.color6::before {
	background: #ff99ff;
}

.wrap-orgB ul li.color7::before {
	background: #ed03dc;
}
.wrap-org h3{
	border: 1px solid #000000;
    background: #000000;
}
.wrap-orgB-in3 img {
	width: 400px;
	max-width: 100%;
}
.wrap-org-div span{
	background: #3e3e3e;
}
.wrap-org>ul>li>span {
	background: #6f6f6f;
}
@media screen and (max-width:922px) {

	.wrap-org {
		text-align: left;
		position: relative;
	}

	.wrap-org h3 {
		margin-left: 20px;
	}

	.wrap-org>ul {
		display: block;
		padding-left: 15px;
		margin-top: 0;
		padding-top:0;
	}
	.wrap-org:before {
		width: 1px;
		height: auto;
		top: 83px;
		bottom: 85px;
		content:"";
		left: -1px;
		background: rgb(0 0 0 / 20%);
		position: absolute;
	}
	.wrap-org>ul:before {
		width: 1px;
		height: auto;
		top: -24px;
		bottom: 86px;
		left: 0%;
		background: rgb(0 0 0 / 20%);
		display:none;
	}
	.org-div:before {
		left: -21px;
	}
	.wrap-org h3:before {
		width: 21px;
		height: 1px;
		bottom: 30px;
		left: -21px;
		background: rgb(0 0 0 / 20%);
		transform: translateX(0%);
	}

	.wrap-org>ul>li>span {
		margin-left: 5px;
	}

	.wrap-org>ul>li>span:before {
		width: 21px;
		height: 1px;
		top: auto;
		bottom: 23px;
		left: -21px;
		background: rgb(0 0 0 / 20%);
		transform: translateX(0%)
	}
	.org-div{
		margin:0 0 0 21px;
	}
	.sub-or {
		display: flex;
		justify-content: space-evenly;
		margin: 20px 0px 5px 0;
		text-align: center;
	}

	.sub-ul-or {
		margin: 5px 0 15px 0 !important;
		justify-content: flex-start;
	}

	.sub-ul-or li span {
		text-align: center;
	}

	.wrap-org>ul>li .sub-ul-or li {
		width: 50% !important;
	}

	.sub-ul-or {
		flex-direction: row;
	}

	.wrap-orgB {
		flex-wrap: wrap;
	}

	.wrap-orgB>.wrap-orgB-in1 {
		flex: auto;
		width: 100%;
		padding-bottom: 20px;
	}
}
@media screen and (max-width:620px) {
	.wrap-orgB>.wrap-orgB-in2,
	.wrap-orgB>.wrap-orgB-in3 {
		flex: auto;
		width: 100%;
	}

	.wrap-orgB>.wrap-orgB-in2 {
		margin-bottom: 20px;
	}

	.wrap-orgB ul {
		display: flex;
		flex-wrap: wrap;
	}

	.wrap-orgB ul li {
		margin: 5px 15px 5px 0;
	}
	.sub-ul-or{
		flex-wrap: wrap;
	}
}
@media screen and (max-width:420px) {

	.wrap-org>ul>li .sub-ul-or li {
		width: 50% !important;
	}
}
@media screen and (max-width:360px) {

	.wrap-org{
		zoom:0.8;
	}
}

/** ORGANIZATION END **/
