/* Common */
.bu1 {background:#f8f8f8; padding:20px 25px;margin:15px 0 25px 0;font-size:20px; color:#3f3f3a; line-height:30px;}
.bu1 .list_type{margin:0;}
.bu2{background:url(<?php echo G5_THEME_IMG_URL;?>/icon_ball2.gif) no-repeat left 6px;padding:0 0 4px 15px;color:#555;font-size:14px;margin-left:8px; line-height:22px;}
.bu3{background:#fff; padding:0px 0px 10px;margin:15px 0 25px 0;font-size:20px; color:#3f3f3a; line-height:30px; letter-spacing:-1.5px;}
.tit {font-size:28px; font-weight:bold; color:#444; font-family:'Nexon Gothic'; margin-top:10px; margin-bottom:10px;}
.tit1{font-size:16px;margin:30px 0 10px 0;font-weight:normal;color:#202020;line-height:129%; font-weight: bold; padding-left: /*19*/5px; }
.p-round {border-radius:15px;}

@media(max-width:768px) {
	.tit {font-size:22px; margin-top:5px; margin-bottom:5px;}
	.bu1,.bu2,.bu3 {font-size:16px; padding:10px 15px;}
}
.Highlighter {
    background: linear-gradient(to top, #eafaff 100%, transparent 50%);
}



a.modify_btn {padding:10px 25px; background-color:#000; color:#fff; border-radius:50px; border:1px solid #000; text-decoration:none;}
a.modify_btn:hover {background-color:#fff; color:#000; text-decoration:none; transition: transform .5s ease-out; -webkit-transition: transform .2s ease-out; -moz-transition: transform .5s ease-out;}

a.close_btn {padding:10px 25px; background-color:#fff; color:#000; border-radius:50px; border:1px solid #000; text-decoration:none; }
a.close_btn:hover {background-color:#000; color:#fff; text-decoration:none; transition: transform .5s ease-out; -webkit-transition: transform .2s ease-out; -moz-transition: transform .5s ease-out;}

p.basic_txt {position:relative; font-size:20px; padding:10px 0px 0px 20px; color:#444; line-height:32px;}
p.basic_txt > span.bul {font-family: 'S-CoreDream-4Regular','Malgun Gothic', dotum, sans-serif; color:#32144f; position:absolute; left:0; top:8px; }
p.basic_txt > span.emphass {color:#e30e1f;}

.cB {padding-bottom:50px;}
.find_sevice_s02 { width:100%; margin:0 auto; padding:5%; float:unset; /*border-bottom:1px solid #d7d7d7; */ display:block; }
.find_sevice_s02:after {clear:both;}
.find_sevice_s02 > a > div.img_wp { display:inline-block; float:left; width:18%; border-right:1px solid #d7d7d7; margin-right:3%;}
.find_sevice_s02 > a > div.txt_wp { display:inline-block; width: 72%; margin-left:2%;}
.find_sevice_s02 > a > div.txt_wp > h5 {position:relative; transition:all 0.6s; font-size:22px; margin-bottom:5px; letter-spacing:-1px}
.find_sevice_s02 > a > div.txt_wp > p {font-size:20px; line-height:30px; letter-spacing:-2px;}

.find_sevice_s02 > a > div.img_wp > img {display:block; margin:0 auto; transition:all 0.3s; width:60%; height:auto;}
.find_sevice_s02:hover > a > div.img_wp > img { -webkit-transform:translate3D(0, -3%, 0); transform:translate3D(0, -3%, 0) }

.find_sevice_s02 > a > div.txt_wp > h5 > span {position:relative; transition:all 0.9s;}
.find_sevice_s02:hover > a > div.txt_wp > h5 > span:after {
	content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background: #dbf4d9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    padding: 0 5px;
    transform: translate(-5px,0);
    box-sizing: content-box;
}
@media (max-width: 666px) {
	.find_sevice_s02 > a > div.txt_wp > p {font-size:16px;}
	.find_sevice_s02 > a > div.img_wp > img {display:block; margin:0 auto; transition:all 0.3s; width:100%; height:auto;}
}