@charset "utf-8";
/* basic start -------------------------------------------------------------------------------------------------*/

*{margin:0; padding:0; box-sizing:border-box;}
html {-webkit-text-size-adjust:100%;}
html,body{
	font-family: -apple-system,BlinkMacSystemFont,"Malgun Gothic","맑은 고딕",helvetica,"Apple SD Gothic Neo",sans-serif;
	font-size:100%; line-height:normal; letter-spacing:normal; color: #333;
	overflow-x: hidden;
	}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight: normal;}
a {color: #202020; text-decoration:none;}
a:hover,a:active,a:focus {text-decoration: none;}
a img,img{border:0; vertical-align:top;}

ol,ul{list-style:none;}
em{font-style:normal;}
.blind { position:absolute; width:1px; height:1px; clip: rect(0 0 0 0); margin:-1px; overflow:hidden; }
button{
    background: inherit ; border:none; box-shadow:none; border-radius:0; padding:0; overflow:visible; cursor:pointer}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'KoPubWorld Dotum_Pro Light';
	src : url("fonts/KoPubWorld Dotum_Pro Light.otf");
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'KoPubWorld Dotum_Pro medium';
	src : url("fonts/KoPubWorld Dotum_Pro Medium.otf");
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'KoPubWorld Dotum_Pro bold';
	src : url("fonts/KoPubWorld Dotum_Pro Bold.otf");
	font-weight: normal;
    font-style: normal;
}
/* basic end -------------------------------------------------------------------------------------------------*/

/* 서브1-1 시작 */
#sh_banner_basic_top_2 .sh-banner-img-wrap .banner_top_close{
    display: none;
}
#sub5_wrap {
    width:100%;
	height:100%;
	background:
    linear-gradient(-90deg, #002a44, rgba(0,42,68, 0.1)),
    linear-gradient(90deg, black, rgba(0, 0, 0, 0.2));
    color:#fff;
    padding-bottom:150px;
}
#sub5_wrap .content {
    width:1134px;
    margin-left:393px;
}
#sub5_wrap .content-hd {
    border-bottom: 1px solid #fff;
    font-size:55px;
    font-family: 'GmarketSansBold';
    color:#00e4ff;
    padding-bottom: 5px;
}
#sub5_wrap .content_nav{
    margin:60px 0 0 25px;
    display: flex;
    justify-content: center;
    font-family: 'KoPubWorld Dotum_Pro bold';
}
#sub5_wrap .content_nav div {
    font-size: 20px;
    width:320px;
    height:52px;
    line-height: 52px;
    border: 2px solid #929292;
    border-radius: 26px;
    text-align: center;
    margin-right:60px;
    position: relative;
    color: #929292;
    cursor: pointer;
}
#sub5_wrap .content_nav div:hover{
    background-color: #fff;
    color:#006ebf;
    border: 0;
}
#sub5_wrap .content_nav .nav01 {
    border-color:#00dffa;
    color:#00dffa;
}
#sub5_wrap .content_nav .nav01::before{
    content: '';
    width:61px;
    height:1px;
    background:linear-gradient( to right, #00e4ff, #7d7d7d );
    position: absolute;
    top:50%;
    right:-62px;
}
#sub5_wrap .content_nav .nav02::before{
    content: '';
    width:61px;
    height:1px;
    background: #7d7d7d;
    position: absolute;
    top:50%;
    right:-62px;
}
#sub5_wrap .container {
    margin-top: 150px;
    padding-bottom: 98px;
}
#sub5_wrap .container_hd {
    display: flex;
    font-family: 'GmarketSansMedium';
    color:#00df95;
    font-size: 18px;
}
#sub5_wrap .container_hd .no01 {
    margin-right: 275px;
    position: relative;
    font-weight: bold;
}
#sub5_wrap .container_hd .no01::before{
    content: '';
    width:190px;
    height:1px;
    background-color:#00df95;
    position: absolute;
    top:50%;
    left:39px;
}
#sub5_wrap .container_txt {
    display: flex;
    margin-top: 30px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    font-size: 18px;
}
#sub5_wrap .container_txt .container_txt-bold {
    font-size: 28px;
    font-family: 'GmarketSansBold';
    margin-right: 142px;
}
#sub5_wrap .container-img {
    margin-top:100px ;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #fff;
    padding-bottom:100px;
}
#sub5_wrap .container-img p {
    margin-right: 10px;
}
#sub5_wrap .sub5_wrap-eg {
    margin-top:190px ;
}
#sub5_wrap .sub5_wrap-eg .eg-p{
    font-size: 18px;
    font-family: 'GmarketSansMedium';
    margin-bottom: 30px;
}
#sub5_wrap .sub5_wrap-eg img {
    box-shadow: -5px -5px 25px 0px #00d09e,
    5px 5px 25px 0px #007bbd;
}
#sub5_wrap .sub5_wrap-eg .sub5_wrap-eg-bottom {
    margin-top: 150px;
}
/* 서브1-1 끝 */


/* 서브1-2 시작 */
#sub5_wrap {
    width:100%;
	height:100%;
	background:
    linear-gradient(-90deg, #002a44, rgba(0,42,68, 0.1)),
    linear-gradient(90deg, black, rgba(0, 0, 0, 0.2));
    color:#fff;
    padding-bottom:150px;
}
#sub5_wrap02 .content {
    width:1134px;
    margin-left:393px;
    padding-top:300px;
}
#sub5_wrap02 .content-hd {
    border-bottom: 1px solid #fff;
    font-size:55px;
    font-family: 'GmarketSansBold';
    color:#00e4ff;
    padding-bottom: 5px;
}
#sub5_wrap02 .content_nav{
    margin:60px 0 0 25px;
    display: flex;
    font-family: 'KoPubWorld Dotum_Pro bold';
}
#sub5_wrap02 .content_nav div {
    font-size: 20px;
    width:224px;
    height:52px;
    line-height: 52px;
    border: 2px solid #929292;
    border-radius: 26px;
    text-align: center;
    margin-right:60px;
    position: relative;
    color: #929292;
    cursor: pointer;
}
#sub5_wrap02 .content_nav div:hover{
    background-color: #fff;
    color:#006ebf;
    border: 0;
}
#sub5_wrap02 .content_nav .nav02 {
    border-color:#00dffa;
    color:#00dffa;
}
#sub5_wrap02 .content_nav .nav01::before{
    content: '';
    width:61px;
    height:1px;
    background:linear-gradient( to left, #00e4ff, #7d7d7d );
    position: absolute;
    top:50%;
    right:-62px;
}
#sub5_wrap02 .content_nav .nav02::before{
    content: '';
    width:61px;
    height:1px;
    background:linear-gradient( to right, #00e4ff, #7d7d7d );
    position: absolute;
    top:50%;
    right:-62px;
}
#sub5_wrap02 .container {
    margin-top: 150px;
}
#sub5_wrap02 .container_hd {
    display: flex;
    font-family: 'GmarketSansMedium';
    color:#00df95;
    font-size: 18px;
}
#sub5_wrap02 .container_hd .no01 {
    margin-right: 275px;
    position: relative;
    font-weight: bold;
}
#sub5_wrap02 .container_hd .no01::before{
    content: '';
    width:190px;
    height:1px;
    background-color:#00df95;
    position: absolute;
    top:50%;
    left:39px;
}
#sub5_wrap02 .container_txt {
    display: flex;
    margin-top: 30px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    font-size: 18px;
}
#sub5_wrap02 .container_txt .container_txt-bold {
    font-size: 28px;
    font-family: 'GmarketSansBold';
    margin-right: 76px;
}
#sub5_wrap .slide{
    width: 1134px;
    height: 726px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sub5_wrap .slide_box{
    overflow-x:hidden;
    width: 950px;
    height: 620px;
    position: relative;

}
#sub5_wrap .slide_box2{
    width: 1078px;
    overflow-x: hidden;
}
#sub5_wrap .slide-img2 div{
    width: 1081px;
    height: 720px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#sub5_wrap .slide_box3{
    width: 1078px;
    height: 720px;
    overflow-x: hidden;
    position: relative;
}

#sub5_wrap .slide_box ul{
    transition: all 1s;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}

#sub5_wrap .slide_btn {
    margin-top: 60px;
    background: none;
}
#sub5_wrap .slide_btn button{
    margin-right: 25px;
    border: 2px solid #00dffa;
    border-radius:50% ;
    width:50px;
    height: 50px;
    cursor: pointer;
}
#sub5_wrap .slide_btn button:hover{
    background-color: #fff;
    border: 0;
}
#sub5_wrap .bottom_img {
    text-align: center;
    margin-top:155px;
}
/* 서브1-2 끝 */

/* 서브1-3 시작 */
#sub5_wrap03 {
    width:100%;
	height: 100%;
	/* background:
    linear-gradient(-90deg, #002a44, rgba(0,42,68, 0.1)),
    linear-gradient(90deg, black, rgba(0, 0, 0, 0.2)); */
    color:#fff;
    padding-bottom:150px;
}
/* #sub5_wrap03 .content {
    width:1134px;
    margin-left:393px;
    padding-top:300px;
} */
#sub5_wrap03 .content-hd {
    border-bottom: 1px solid #fff;
    font-size:55px;
    font-family: 'GmarketSansBold';
    color:#00e4ff;
    padding-bottom: 5px;
}
#sub5_wrap03 .content_nav{
    margin:60px 0 0 25px;
    display: flex;
    font-family: 'KoPubWorld Dotum_Pro bold';
}
#sub5_wrap03 .content_nav div {
    font-size: 20px;
    width:224px;
    height:52px;
    line-height: 52px;
    border: 2px solid #929292;
    border-radius: 26px;
    text-align: center;
    margin-right:60px;
    position: relative;
    color: #929292;
    cursor: pointer;
}
#sub5_wrap03 .content_nav div:hover{
    background-color: #fff;
    color:#006ebf;
    border: 0;
}
#sub5_wrap03 .content_nav .nav03 {
    border-color:#00dffa;
    color:#00dffa;
}
#sub5_wrap03 .content_nav .nav01::before{
    content: '';
    width:61px;
    height:1px;
    background:#7d7d7d;
    position: absolute;
    top:50%;
    right:-62px;
}
#sub5_wrap03 .content_nav .nav02::before{
    content: '';
    width:61px;
    height:1px;
    background:linear-gradient( to left, #00e4ff, #7d7d7d );
    position: absolute;
    top:50%;
    right:-62px;
}
#sub5_wrap03 .container {
    margin-top: 150px;;
}
#sub5_wrap03 .container_wrap {
    width:1052px;
    /* margin-left:45px ; */
}
#sub5_wrap03 .container_hd {
    display: flex;
    font-family: 'GmarketSansMedium';
    color:#00df95;
    font-size: 18px;
}
#sub5_wrap03 .container_hd .no01 {
    margin-right: 275px;
    position: relative;
    font-weight: bold;
}
#sub5_wrap03 .container_hd .no01::before{
    content: '';
    width:190px;
    height:1px;
    background-color:#00df95;
    position: absolute;
    top:50%;
    left:39px;
}
#sub5_wrap03 .container_txt {
    display: flex;
    margin-top: 30px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    font-size: 18px;
}
#sub5_wrap03 .container_txt .container_txt-bold { 
    font-size: 28px;
    font-family: 'GmarketSansBold';
    margin-right: 76px;
}
#sub5_wrap03 .main_banner {
    text-align: center;
    margin-top: 150px;
}
#sub5_wrap03 .location {
    margin-top: 100px;
}
#sub5_wrap03 .location-txt {
    border-left: 2px solid rgba(0, 228, 255, 0.2);
    padding-left:13px ;
    margin-bottom:20px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    font-size: 18px;
}
#sub5_wrap03 .location-txt h3{
    color:#00e4ff;
    font-family: 'GmarketSansBold';
    font-size: 23px;
}
#sub5_wrap03 .location-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sub5_wrap03 .location-img p {
    margin-bottom: 25px;
}
#sub5_wrap03 .location_bottom {
    margin-top:200px;
}
#sub5_wrap03 .location_bottom .location_bottom-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
#sub5_wrap03 .location_bottom .location_bottom-txt {
    display: flex;
   margin-left:97px;
   font-family: 'KoPubWorld Dotum_Pro Light';
   font-size: 17px;
}
#sub5_wrap03 .location_bottom .location_bottom-txt p {
    position: relative;
}
#sub5_wrap03 .location_bottom .location_bottom-txt .no01-p::before{
    content: '1';
    width: 30px;
    height: 30px;
    background-color: #00e4ff;
    font-size:18px;
    color:#00070b;
    position: absolute;
    top:-3px;
    left:-40px;
    border-radius: 50%;
    text-align: center;
    font-family: 'GmarketSansBold';
    line-height: 30px;
}
#sub5_wrap03 .location_bottom .location_bottom-txt .no02-p::before{
    content: '2';
    width: 30px;
    height: 30px;
    background-color: #00e4ff;
    font-size:18px;
    color:#00070b;
    position: absolute;
    top:-3px;
    left:-40px;
    border-radius: 50%;
    text-align: center;
    font-family: 'GmarketSansBold';
    line-height: 30px;
}
#sub5_wrap03 .location_bottom .location_bottom-txt .no02-p {
    margin:0 45px 0 97px;
}
#sub5_wrap03 .big_img img {
    margin-top: 200px;
    box-shadow: -5px -5px 25px 0px #00d09e,
    5px 5px 25px 0px #007bbd;
}
 #sub5_wrap .sub5_wrap03_slide {
    overflow-x: hidden;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    justify-content: center;
    padding:50px 0;
    font-family: 'KoPubWorld Dotum_Pro Light';
    display: flex;
    position: relative;
    margin-top:150px ;
    height: 500px;
}
#sub5_wrap .sub5_wrap03_slidebox{
    position: absolute;
    transition: 1s all;
 display: flex;
 left: 0;
 top: 50px;
 flex-direction: row;   
}


 #sub5_wrap .sub5_wrap03_slide p:nth-child(2){
    color:#00d09e;
    margin-top:10px;
}
#sub5_wrap .sub5_wrap03_slide .sub5_wrap03_slide-left{
    margin-right:171px ;
}
#sub5_wrap .slide_bar {
    text-align: center;
    margin:40px 0 20px;
}
#sub5_wrap .slide_btn {
    text-align: center;
}
#sub5_wrap .slide_btn button{
    margin:0 10px;
    border: 2px solid #00dffa;
    border-radius:50% ;
    width:50px;
    height: 50px;
    cursor: pointer;
}
#sub5_wrap .slide_btn button:hover{
    background-color: #fff;
    border: 0;
}
#sub5_wrap .answer {
    font-family: 'KoPubWorld Dotum_Pro Light';
    font-size: 18px;
}
#sub5_wrap .answer .answer-hd {
    border-left: 2px solid rgba(0, 228, 255, 0.2);
    padding-left:13px ;
    margin-bottom:20px;
}
#sub5_wrap .answer .answer-hd p:first-child{
    color:#00e4ff;
    font-family: 'GmarketSansBold';
    font-size: 23px;
}
#sub5_wrap .answer-img {
    display: flex;
    justify-content: center;
    margin:90px 0; 
}
#sub5_wrap .answer-img p {
    margin:0px 30px;
}
#sub5_wrap .answer-txt-top .answer-txt_green{
    color:#00df95;
    font-family: 'KoPubWorld Dotum_Pro bold';
}
#sub5_wrap .answer-txt-bottom {
    margin-top:40px;
}
#sub5_wrap .answer-txt-bottom dl {
    border-bottom:1px solid #fff ;
    width:205px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sub5_wrap .answer-txt-bottom dt {
    color:#00d09e;
    font-family: 'KoPubWorld Dotum_Pro bold';
    font-size: 20px;
}
/* 서브1-3 끝 */

/* 서브2-1 시작 */
#sub5-2_wrap{
    width:100%;
	height: 100%;
	background:
    linear-gradient(-90deg, #002a44, rgba(0,42,68, 0.1)),
    linear-gradient(90deg, black, rgba(0, 0, 0, 0.2));
    color:#fff;
    padding:0 0 150px;
}
#sub5-2_wrap .content {
    width:1133px;
    margin:100px 0 0 394px;
}
#sub5-2_wrap .content-hd {
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #fff ;
    align-items: flex-end;
}
#sub5-2_wrap .content-hd h2 {
    color:#00e4ff;
    font-size: 25px;
    /* line-height: 44px; */
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap .container {
    margin-top:75px;
}
#sub5-2_wrap .container-hd p{
    font-family: 'GmarketSansLight';
    font-size: 20px;
    position: relative;
    margin-bottom: 134px;
}
#sub5-2_wrap .container-hd p::before {
    content: '';
    width:1px;
    height:80px;
    position: absolute;
    top:40px;
    left:22px;
    background-color: #fff;
}
#sub5-2_wrap .container-hd span {
    color: #00df95;
    font-family: 'GmarketSansBold';
    font-size: 17px;
    margin-right:10px;
}
#sub5-2_wrap .container-img01-top,
#sub5-2_wrap .container-img02-top {
    display: flex;
}
#sub5-2_wrap .container-img01-top p,
#sub5-2_wrap .container-img02-top p {
    margin:0 20px 20px 0;
}
#sub5-2_wrap .container-img02 {
    margin-top:145px;
}
#sub5-2_wrap .container-img03 {
    margin-top: 145px;
}
#sub5-2_wrap .container-img03-top {
    display:flex ;
}
#sub5-2_wrap .container-img03-top p {
    margin:0 6px 20px 0;
}
#sub5-2_wrap .container-img03-bottom{
    display: flex;
    margin-left:108px;
}
#sub5-2_wrap .container-img03-bottom p {
    margin-right:6px;
}
#sub5-2_wrap .container-img04 {
    display: flex;
    align-items: center;
    margin-top: 145px;
}
#sub5-2_wrap .container-img04-left {
    display: flex;
    flex-wrap: wrap;
    width: 565px;
    justify-content: space-between;
    margin:0 14px 0 0;
}
#sub5-2_wrap .container-img04-left p:first-child {
    margin:0 0 14px;
}
#sub5-2_wrap .container-img05 {
    margin-top: 145px;
}
#sub5-2_wrap .container-img05-top,
#sub5-2_wrap .container-img05-mid,
#sub5-2_wrap .container-img05-bottom {
    display: flex;
    margin-bottom:35px ;
}
#sub5-2_wrap .container-img05-top p,
#sub5-2_wrap .container-img05-mid p,
#sub5-2_wrap .container-img05-bottom p {
    margin-right: 10px;
}
/* 서브2-1 끝 */

/* 서브2-2 시작 */
#sub5-2_wrap02 {
    width:100%;
	height: 100%;
	background-image:
    linear-gradient(-90deg, #002a44, rgba(0,42,68, 0.1)),
    linear-gradient(90deg, black, rgba(0, 0, 0, 0.2)),
    url(img/bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    color:#fff;
    padding-bottom:150px;
}
#sub5-2_wrap02 .content {
    width:1133px;
    margin:100px 0 0 394px;
}
#sub5-2_wrap02 .content-hd {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    align-items: flex-end;
}
#sub5-2_wrap02 .content-hd h2 {
    color:#00e4ff;
    font-size: 25px;
    font-family: 'GmarketSansBold';
}
/* ---------------------------------------------- */
#sub5-2_wrap02 .search_wrap {
    padding:10px 0 40px;  
    font-size:0;
    position: relative;
}
#sub5-2_wrap02 .select_box > button { 
	position:relative; 
    width:210px; 
    height:56px;
    border-bottom:1px solid #00e4ff;
	font-size:22px; 
    color:#00e4ff; 
    line-height:55px;
    text-align:left ;
    font-family: 'KoPubWorld Dotum_Pro bold';
}
#sub5-2_wrap02 .select_menu { 
    display:block;
    overflow:hidden;
    overflow-y:auto;  
    position:absolute;
    left:0;
    top:70px;
    z-index:10; 
    width: 100%;
    /* max-height:194px; */
    border: 1px solid #00e4ff;
    font-family: 'KoPubWorld Dotum_Pro Light';
    background-color: #204256;
}
#sub5-2_wrap02 .select_menu button { 
    padding:0 20px;
    width:100%;
    font-size:15px;
    color:#fff;
    text-align:left;
    line-height:48px;
}
#sub5-2_wrap02 .select_menu button:hover {
    font-family: 'KoPubWorld Dotum_Pro bold';
    color:#00e4ff; 
}
#sub5-2_wrap02 .select_box > button[aria-expanded="true"] ~ .select_menu { 
    display:block; 
}
#sub5-2_wrap02 .container {
    margin-top:75px;
}
#sub5-2_wrap02 .container-hd p{
    font-family: 'GmarketSansLight';
    font-size: 12px;
}
#sub5-2_wrap02 .container-hd span {
    color: #00df95;
    font-family: 'GmarketSansBold';
    font-size: 23px;
    margin-right:10px;
}
#sub5-2_wrap02 .container-hd-txt {
    margin-top: 20px;
    font-size: 17px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    position: relative;
}
#sub5-2_wrap02 .container-hd-txt::before {
    content: '';
    position: absolute;
    top:105px;
    left:15px;
    width:1px;
    height:80px;
    background-color: #fff;
}
#sub5-2_wrap02 .container-main {
    margin-top:180px ;
}
#sub5-2_wrap02 .container-main-hd {
    color:#00df95;
    font-family: 'GmarketSansBold';
    font-size: 23px;
}
#sub5-2_wrap02 .container-main-img {
    margin-top:100px;
}
#sub5-2_wrap02 .container-main-img-top {
    margin-bottom:50px ;
}
#sub5-2_wrap02 .container-main-img-bottom{
    display: flex;
    flex-wrap: wrap;
}
#sub5-2_wrap02 .container-main-img-bottom p{
    margin: 0 20px 20px 0;
}
#sub5-2_wrap02 .sub5-2_wrap02-slide {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding:50px 0;
    display: flex;
    justify-content: center;
    
}

#sub5-2_wrap02 .slide{
    width: 1134px;
    height: 726px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sub5-2_wrap02 .slide_box{
    overflow-x:hidden;
    width: 950px;
    height: 620px;
    position: relative;

}
#sub5-2_wrap02 .slide_box2{
    width: 1078px;
    overflow-x: hidden;
}
#sub5-2_wrap02 .slide-img2 div{
    width: 1081px;
    height: 720px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#sub5-2_wrap02 .slide_box3{
    width: 1078px;
    height: 720px;
    overflow-x: hidden;
    position: relative;
}

#sub5-2_wrap02 .slide_box ul{
    transition: all 1s;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}

#sub5-2_wrap02 .slide_btn {
    margin-top: 60px;
    background: none;
}
#sub5-2_wrap02 .slide_btn button{
    margin-right: 25px;
    border: 2px solid #00dffa;
    border-radius:50% ;
    width:50px;
    height: 50px;
    cursor: pointer;
}
#sub5-2_wrap02 .slide_btn button:hover{
    background-color: #fff;
    border: 0;
}
#sub5-2_wrap02 .slide_box2{
    position: relative;
    height: 310px;
}
#sub5-2_wrap02 .onlyslide{
   height: 163px;
}
#sub5-2_wrap02 .sub5-2_wrap02-slide .slide-img{
    position: absolute;
    display: flex;

    left: 0;
    top: 0;
    
}
#sub5-2_wrap02 .sub5-2_wrap02-slide .slide-img p {

}
#sub5-2_wrap02 .slide_bar {
    text-align: center;
    margin:40px 0 20px;
}
#sub5-2_wrap02 .slide_btn {
    text-align: center;
}
#sub5-2_wrap02 .slide_btn button{
    margin:0 10px;
    border: 2px solid #00dffa;
    border-radius:50% ;
    width:50px;
    height: 50px;
    cursor: pointer;
}
#sub5-2_wrap02 .slide_btn button:hover{
    background-color: #fff;
    border: 0;
}
#sub5-2_wrap02 .container-main02 {
    margin:200px 0 0 431px;
    width:1060px
}
#sub5-2_wrap02 .container-main02-top {
    margin:70px 0 45px;
}
#sub5-2_wrap02 .container-main02-bottom {
    display: flex;
    justify-content: space-between;
}
#sub5-2_wrap02 .container-main02-bottom .bottom-left p {
    margin-bottom:20px;
}
#sub5-2_wrap02 .container-main03 {
    margin:200px 0 27px 431px;
    width:1060px
}
#sub5-2_wrap02 .container-main03-top {
    margin:60px 0 50px;
}
#sub5-2_wrap02 .container-main03-bottom {
    display: flex;
    justify-content: space-between;
}
#sub5-2_wrap02 .container-main03-bottom .bottom-right p {
    margin-bottom: 19px;
}
#sub5-2_wrap02 .container-main04{
    margin:200px 0 27px 431px;
    width:1060px
}
#sub5-2_wrap02 .container-main04-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}
#sub5-2_wrap02 .container-main04-top p {
    margin:0 0 20px;
}
#sub5-2_wrap02 .container-main04-mid{
    display: flex;
    justify-content: space-between;
    margin:80px 0 28px;
}
#sub5-2_wrap02 .container-main04-mid02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sub5-2_wrap02 .container-main04-mid02 p {
    margin-bottom:20px;
}
#sub5-2_wrap02 .container-main04-bottom {
    margin-top:80px;
    display: flex;
    justify-content: space-between;
}
#sub5-2_wrap02 .sub5-2_wrap02-slide02 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding:50px 0;
    display: flex;
    justify-content: center;
}

#sub5-2_wrap02 .slide_btn2 {
    text-align: center;
}
#sub5-2_wrap02 .slide_btn2 button{
    margin:0 10px;
    border: 2px solid #00dffa;
    border-radius:50% ;
    width:50px;
    height: 50px;
    cursor: pointer;
}
#sub5-2_wrap02 .slide_btn2 button:hover{
    background-color: #fff;
    border: 0;
}

#sub5-2_wrap02 .sub5-2_wrap02-slide02 .slide-img2{
    display: flex;
    transition: 1s all;
    position: absolute;
    left: 0;
    top: 0;
}
#sub5-2_wrap02 .sub5-2_wrap02-slide02 .slide-img2 p {

}
#sub5-2_wrap02 .slide-img div{
    justify-content: space-between;
    width: 1078px;
    display: flex;
    flex-wrap: wrap;
}
#sub5-2_wrap02 .slide-img{
    transition: 1s all;
}
#sub5-2_wrap02 .slide_bar {
    text-align: center;
    margin:40px 0 20px;
}
#sub5-2_wrap02 .slide_btn {
    text-align: center;
}
#sub5-2_wrap02 .container-main05 {
    margin:200px 0 27px 431px;
    width:1060px
}
#sub5-2_wrap02 .container-main05-top {
    display: flex;
    justify-content: space-between;
    margin-top:45px;
}
#sub5-2_wrap02 .container-main05-mid{
    display: flex;
    justify-content: space-between;
    margin:50px 0;
}
#sub5-2_wrap02 .container-main05-mid02 {
    display: flex;
    justify-content: space-between;
}
#sub5-2_wrap02 .container-main05-mid03 {
    display: flex;
    justify-content: space-between;
}
#sub5-2_wrap02 .container-main05-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
#sub5-2_wrap02 .container-main05-bottom .container-main05-bottom-left p{
    margin-bottom:19px;
}
#sub5-2_wrap02 .container-main06 {
    margin:200px 0 27px 431px;
    width:1060px;
}
#sub5-2_wrap02 .container-main06 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sub5-2_wrap02 .container-main06 li {
    width:480px;
    height:200px;
    background:
    linear-gradient(-90deg, #002a44, rgba(0,42,68, 0.1)),
    linear-gradient(90deg, black, rgba(0, 0, 0, 0.2));
    border-radius: 30px;
    margin-bottom: 90px;
    padding:50px;
    font-size: 12px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    position: relative;
}
#sub5-2_wrap02 .container-main06 .no01::before{
    position: absolute;
    top:-30px;
    left:45px;
    width:54px;
    height:54px;
    content: '01';
    border-radius: 50%;
    background-color: #00070b;
    color:#00e4ff;
    font-family: 'GmarketSansBold';
    font-size: 23px;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 0px 20px 0px #00e4ff;
}
#sub5-2_wrap02 .container-main06 .no01:after,
#sub5-2_wrap02 .container-main06 .no03:after{
    content: '';
    width:525px;
    border-top: 7px dotted #00d09e;
    position: absolute;
    top:-20px;
    left:100px;
    z-index: 888888;
}
#sub5-2_wrap02 .container-main06 .no02 p:last-child {
    color:#fff;
}
#sub5-2_wrap02 .container-main06 .no02::before{
    position: absolute;
    top:-30px;
    left:45px;
    width:54px;
    height:54px;
    content: '02';
    border-radius: 50%;
    background-color: #00070b;
    color:#00e4ff;
    font-family: 'GmarketSansBold';
    font-size: 23px;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 0px 20px 0px #00e4ff;
}
#sub5-2_wrap02 .container-main06 .no03::before{
    position: absolute;
    top:-30px;
    left:45px;
    width:54px;
    height:54px;
    content: '03';
    border-radius: 50%;
    background-color: #00070b;
    color:#00e4ff;
    font-family: 'GmarketSansBold';
    font-size: 23px;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 0px 20px 0px #00e4ff;
}
#sub5-2_wrap02 .container-main06 .no04::before{
    position: absolute;
    top:-30px;
    left:45px;
    width:54px;
    height:54px;
    content: '04';
    border-radius: 50%;
    background-color: #00070b;
    color:#00e4ff;
    font-family: 'GmarketSansBold';
    font-size: 23px;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 0px 20px 0px #00e4ff;
}
#sub5-2_wrap02 .container-main06-green {
    color:#00df95;
    font-family: 'KoPubWorld Dotum_Pro bold';
}
#sub5-2_wrap02 .container-main06-border {
    margin-top:100px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding:40px;
    background-image: url(img/107.png);
    background-position:865px 20px;
    background-repeat: no-repeat;
    font-family: 'KoPubWorld Dotum_Pro Light';
    font-size: 17px;
}
#sub5-2_wrap02 .container-main06-border span {
    color:#00df95;
    font-family: 'KoPubWorld Dotum_Pro bold';
}
#sub5-2_wrap02 .container-main06-txt {
    margin-top: 150px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    font-size: 12px;
}
#sub5-2_wrap02 .container-main06-txt p {
    border-bottom:1px solid #00dffa ;
    margin-bottom:30px ;
    padding:0 0 10px;
}
#sub5-2_wrap02 .container-main06-txt span {
    background-color: #00070b;
    color:#00dffa;
    padding:10px 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    font-family: 'GmarketSansBold';
    margin-right: 10px;
    box-shadow: 0px 0px 20px 0px #00e4ff;
}
#sub5-2_wrap02 .container-main06-img {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
#sub5-2_wrap02 .container-main06-img p:last-child{
    margin:100px 0 0 40px;
}
/* 서브2-2 끝 */

/* 서브2-3 시작 */
#sub5-2_wrap03 {
    width:100%;
	height: 100%;
	background:
    linear-gradient(-90deg, #002a44, rgba(0,42,68, 0.1)),
    linear-gradient(90deg, black, rgba(0, 0, 0, 0.2));
    color:#fff;
    padding-bottom:150px;
}
#sub5-2_wrap03 .content {
    width:1133px;
    margin-left: 394px;
    padding-top: 100px;
}
#sub5-2_wrap03 .content-hd {
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #fff ;
    align-items: flex-end;
}
#sub5-2_wrap03 .content-hd h2 {
    color:#00e4ff;
    font-size: 23px;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap03 .search_wrap {
    padding:10px 0 40px;  
    font-size:0;
    position: relative;
}
#sub5-2_wrap03 .select_box > button { 
	position:relative; 
    width:210px; 
    height:56px;
    border-bottom:1px solid #00e4ff;
	font-size:22px; 
    color:#00e4ff; 
    line-height:55px;
    text-align:left ;
    font-family: 'KoPubWorld Dotum_Pro bold';
}
#sub5-2_wrap03 .select_menu { 
    display:block;
    overflow:hidden;
    overflow-y:auto;  
    position:absolute;
    left:0;
    top:70px;
    z-index:10; 
    width: 100%;
    /* max-height:194px; */
    border: 1px solid #00e4ff;
    font-family: 'KoPubWorld Dotum_Pro Light';
    background-color: #204256;
}
#sub5-2_wrap03 .select_menu button { 
    padding:0 20px;
    width:100%;
    font-size:15px;
    color:#fff;
    text-align:left;
    line-height:48px;
}
#sub5-2_wrap03 .select_menu button:hover {
    font-family: 'KoPubWorld Dotum_Pro bold';
    color:#00e4ff; 
}
#sub5-2_wrap03 .select_box > button[aria-expanded="true"] ~ .select_menu { 
    display:block; 
}
#sub5-2_wrap03 .container {
    margin-top:75px;
}
#sub5-2_wrap03 .container-hd p{
    font-family: 'GmarketSansLight';
    font-size: 20px;
}
#sub5-2_wrap03 .container-hd span {
    color: #00df95;
    font-family: 'GmarketSansBold';
    font-size: 23px;
    margin-right:10px;
}
#sub5-2_wrap03 .container-hd-txt {
    margin-top: 20px;
    font-size: 17px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    position: relative;
}
#sub5-2_wrap03 .container-hd-txt::before {
    content: '';
    position: absolute;
    top:105px;
    left:15px;
    width:1px;
    height:80px;
    background-color: #fff;
}
#sub5-2_wrap03 .container-main {
    width:100%;
    height:451px;
    background-color: #fff;
    margin:200px 0;
    color:#000;
    display: flex;
    padding:50px;
}
#sub5-2_wrap03 .container-main h4 {
    background-color:#002060 ;
    width:160px;
    height:36px;
    color:#fff;
    text-align: center;
    line-height: 36px;
    margin-right:200px;
}
#sub5-2_wrap03 .sub5-2_wrap02-slide {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding:50px 0;
    display: flex;
    justify-content: center;
}

#sub5-2_wrap03 .sub5-2_wrap02-slide .slide-img{
    display: flex;
    justify-content: space-between;
    width: 1078px;
}

#sub5-2_wrap03 .sub5-2_wrap02-slide .slidebox{
    height: 277px;
    display: flex;
    width: 1078px;
    position: relative;
    overflow-x: hidden;
}

#sub5-2_wrap03 .sub5-2_wrap02-slide .slide-img p {
}
#sub5-2_wrap03 .slide_bar {
    text-align: center;
    margin:40px 0 20px;
}
#sub5-2_wrap03 .moveslide {
    position: absolute;
    display: flex;
    transition: 1s all;
    left: 0;
    top: 0;
}
#sub5-2_wrap03 .slide_btn {
    text-align: center;
}
#sub5-2_wrap03 .slide_btn button{
    margin:0 10px;
    border: 2px solid #00dffa;
    border-radius:50% ;
    width:50px;
    height: 50px;
    cursor: pointer;
}
#sub5-2_wrap03 .slide_btn button:hover{
    background-color: #fff;
    border: 0;
}
/* 서브2-3 끝 */

/* 서브2-4 시작 */
#sub5-2_wrap04 {
    width:100%;
	height: 100%;
	background:
    linear-gradient(-90deg, #002a44, rgba(0,42,68, 0.1)),
    linear-gradient(90deg, black, rgba(0, 0, 0, 0.2));
    color:#fff;
    padding-bottom:150px;
}
#sub5-2_wrap04 .content {
    width:1133px;
    margin-left: 394px;
    padding-top: 100px;
}
#sub5-2_wrap04 .content-hd {
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #fff ;
}
#sub5-2_wrap04 .content-hd h2 {
    color:#00e4ff;
    font-size: 25px;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap04 .search_wrap {
    padding:10px 0 40px;  
    font-size:0;
    position: relative;
}
#sub5-2_wrap04 .select_box > button { 
	position:relative; 
    width:210px; 
    height:56px;
    border-bottom:1px solid #00e4ff;
	font-size:22px; 
    color:#00e4ff; 
    line-height:55px;
    text-align:left ;
    font-family: 'KoPubWorld Dotum_Pro bold';
}
#sub5-2_wrap04 .select_menu { 
    display:block;
    overflow:hidden;
    overflow-y:auto;  
    position:absolute;
    left:0;
    top:70px;
    z-index:10; 
    width: 100%;
    /* max-height:194px; */
    border: 1px solid #00e4ff;
    font-family: 'KoPubWorld Dotum_Pro Light';
    background-color: #204256;
}
#sub5-2_wrap04 .select_menu button { 
    padding:0 20px;
    width:100%;
    font-size:15px;
    color:#fff;
    text-align:left;
    line-height:48px;
}
#sub5-2_wrap04 .select_menu button:hover {
    font-family: 'KoPubWorld Dotum_Pro bold';
    color:#00e4ff; 
}
#sub5-2_wrap04 .select_box > button[aria-expanded="true"] ~ .select_menu { 
    display:block; 
}
#sub5-2_wrap04 .container {
    margin-top:75px;
}
#sub5-2_wrap04 .container-hd p{
    font-family: 'GmarketSansLight';
    font-size: 20px;
}
#sub5-2_wrap04 .container-hd span {
    color: #00df95;
    font-family: 'GmarketSansBold';
    font-size: 23px;
    margin-right:10px;
}
#sub5-2_wrap04 .container-hd-txt {
    margin-top: 20px;
    font-size: 17px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    position: relative;
}
#sub5-2_wrap04 .container-hd-txt::before {
    content: '';
    position: absolute;
    top:105px;
    left:15px;
    width:1px;
    height:80px;
    background-color: #fff;
}
#sub5-2_wrap04 .container-main {
    width:100%;
    height:451px;
    background-color: #fff;
    margin:200px 0;
    color:#000;
    display: flex;
    padding:50px;
}
#sub5-2_wrap04 .container-main h4 {
    background-color:#002060 ;
    width:160px;
    height:36px;
    color:#fff;
    text-align: center;
    line-height: 36px;
    margin-right:200px;
}
/* #sub5-2_wrap03 .sub5-2_wrap02-slide {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding:50px 0;
    display: flex;
    justify-content: center;
}

#sub5-2_wrap03 .sub5-2_wrap02-slide .slide-img{
    display: flex;
    justify-content: space-between;
    width: 1078px;
}

#sub5-2_wrap03 .sub5-2_wrap02-slide .slidebox{
    height: 277px;
    display: flex;
    width: 1078px;
    position: relative;
    overflow-x: hidden;
}

#sub5-2_wrap03 .sub5-2_wrap02-slide .slide-img p {
}
#sub5-2_wrap03 .slide_bar {
    text-align: center;
    margin:40px 0 20px;
}
#sub5-2_wrap03 .moveslide {
    position: absolute;
    display: flex;
    transition: 1s all;
    left: 0;
    top: 0;
} */
#sub5-2_wrap04 .sub5-2_wrap02-slide {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding:50px 0;
    display: flex;
    justify-content: center;
}
#sub5-2_wrap04 .sub5-2_wrap02-slide .slide-img{
    display: flex;
    justify-content: space-between;
    width: 1078px;
}
#sub5-2_wrap04 .sub5-2_wrap02-slide .slidebox{
    height: 277px;
    display: flex;
    width: 1078px;
    position: relative;
    overflow-x: hidden;
}
#sub5-2_wrap04 .sub5-2_wrap02-slide .slide-img p {

}
#sub5-2_wrap04 .moveslide {
    position: absolute;
    display: flex;
    transition: 1s all;
    left: 0;
    top: 0;
}
#sub5-2_wrap04 .slide_bar {
    text-align: center;
    margin:40px 0 20px;
}
#sub5-2_wrap04 .slide_btn {
    text-align: center;
}
#sub5-2_wrap04 .slide_btn button{
    margin:0 10px;
    border: 2px solid #00dffa;
    border-radius:50% ;
    width:50px;
    height: 50px;
    cursor: pointer;
}
#sub5-2_wrap04 .slide_btn button:hover{
    background-color: #fff;
    border: 0;
}
/* 서브2-4 끝 */

/* 서브3-1-1 시작 */
#sub5-3-1_wrap,
#sub5-3-1_wrap02,
#sub5-3-1_wrap03 {
    width:100%;
	height: 100%;
	background:
    linear-gradient(-90deg, #002a44, rgba(0,42,68, 0.1)),
    linear-gradient(90deg, black, rgba(0, 0, 0, 0.2));
    color:#fff;
    padding-bottom:150px;
}
#sub5-3-1_wrap .content,
#sub5-3-1_wrap02 .content,
#sub5-3-1_wrap03 .content {
    width:1133px;
    margin-left: 394px;
    padding-top: 100px;
}
#sub5-3-1_wrap .content-hd,
#sub5-3-1_wrap02 .content-hd,
#sub5-3-1_wrap03 .content-hd {
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #fff ;
    flex-direction: column;
    align-items: center;
}
#sub5-3-1_wrap .content-hd h2,
#sub5-3-1_wrap02 .content-hd h2,
#sub5-3-1_wrap03 .content-hd h2  {
    color:#00e4ff;
    font-size: 55px;
    font-family: 'GmarketSansBold';
}
#sub5-3-1_wrap .container,
#sub5-3-1_wrap02 .container,
#sub5-3-1_wrap03 .container {
    width:100%;
    margin-left:56px;
}
#sub5-3-1_wrap .content_nav_wrap,
#sub5-3-1_wrap02 .content_nav_wrap,
#sub5-3-1_wrap03 .content_nav_wrap {
    margin-top:30px ;
}
#sub5-3-1_wrap .content_nav_wrap .content_nav-hd,
#sub5-3-1_wrap02 .content_nav_wrap .content_nav-hd,
#sub5-3-1_wrap03 .content_nav_wrap .content_nav-hd {
    position: relative;
    font-size: 40px;
    font-family: 'GmarketSansBold';
}
#sub5-3-1_wrap .content_nav,
#sub5-3-1_wrap02 .content_nav,
#sub5-3-1_wrap03 .content_nav {
    margin-top:40px;
    display: flex;
    justify-content: center;
}
#sub5-3-1_wrap .content_nav div,
#sub5-3-1_wrap02 .content_nav div,
#sub5-3-1_wrap03 .content_nav div {
    border: 2px solid #929292;
    border-radius:25px ;
    height: 50px;
    padding:0px 25px;
    font-size: 23px;
    color:#929292;
    font-family: 'GmarketSansMedium';
    line-height: 50px;
    margin-right: 65px;
    position: relative;
}
#sub5-3-1_wrap .content_nav div:hover,
#sub5-3-1_wrap02 .content_nav div:hover,
#sub5-3-1_wrap03 .content_nav div:hover{
    background-color: #fff;
    border-color:#fff;
    color:#006ebf;
}
#sub5-3-1_wrap .content_nav .nav01 {
    border-color:#00e4ff;
    color:#00e4ff;
}
#sub5-3-1_wrap .content_nav a .nav01::before {
    content: '';
    width: 66px;
    height:1px;
    background:linear-gradient(to right, #00e4ff, #929292) ;
    position: absolute;
    top:50%;
    right:-67px;
}
#sub5-3-1_wrap .content_nav a .nav02::before {
    content: '';
    width: 66px;
    height:1px;
    background:#929292;
    position: absolute;
    top:50%;
    right:-67px;
}
#sub5-3-1_wrap .polyurea_wrap,
#sub5-3-1_wrap02 .polyurea_wrap,
#sub5-3-1_wrap03 .polyurea_wrap {
    margin-top:130px ;
}
#sub5-3-1_wrap .polyurea_wrap .polyurea-hd h3,
#sub5-3-1_wrap02 .polyurea_wrap .polyurea-hd h3,
#sub5-3-1_wrap03 .polyurea_wrap .polyurea-hd h3 {
    font-family: 'GmarketSansBold';
    font-size: 40px;
    color:#00e4ff;
    position: relative;
}
#sub5-3-1_wrap .polyurea_wrap .polyurea-hd span,
#sub5-3-1_wrap02 .polyurea_wrap .polyurea-hd span,
#sub5-3-1_wrap03 .polyurea_wrap .polyurea-hd span {
    background: #212f37;
    z-index: 999;
    border-radius: 30px;
    font-family: 'GmarketSansBold';
    font-size: 40px;
    color:#00e4ff;
    position: relative;

}
#sub5-3-1_wrap .polyurea_wrap .polyurea-hd span::after,
#sub5-3-1_wrap02 .polyurea_wrap .polyurea-hd span::after,
#sub5-3-1_wrap03 .polyurea_wrap .polyurea-hd span::after{
    content: '';
    position: absolute;
    top:-15px;
    left:-30px;
    width:45px;
    height:45px;
    border: 2px solid #00e4ff;
    border-radius: 50%;
    z-index: 2;
}
#sub5-3-1_wrap .polyurea_wrap .polyurea-hd p,
#sub5-3-1_wrap02 .polyurea_wrap .polyurea-hd p,
#sub5-3-1_wrap03 .polyurea_wrap .polyurea-hd p {
    font-size:23px;
    font-family: 'GmarketSansLight';
}
#sub5-3-1_wrap .polyurea01,
#sub5-3-1_wrap02 .polyurea01,
#sub5-3-1_wrap03 .polyurea01 {
    margin-top: 75px;
}
#sub5-3-1_wrap .polyurea01 p,
#sub5-3-1_wrap .polyurea02 p,
#sub5-3-1_wrap02 .polyurea01 p,
#sub5-3-1_wrap02 .polyurea02 p,
#sub5-3-1_wrap03 .polyurea01 p,
#sub5-3-1_wrap03 .polyurea02 p  {
    color:#00df95;
    font-size: 18px;
    font-family: 'GmarketSansMedium';
}
#sub5-3-1_wrap .polyurea01 span,
#sub5-3-1_wrap .polyurea02 span,
#sub5-3-1_wrap02 .polyurea01 span,
#sub5-3-1_wrap02 .polyurea02 span,
#sub5-3-1_wrap03 .polyurea01 span,
#sub5-3-1_wrap03 .polyurea02 span {
    margin-right: 215px;
    position: relative;
    font-family: 'GmarketSansBold';
}
#sub5-3-1_wrap .polyurea01 span::before,
#sub5-3-1_wrap .polyurea02 span::before,
#sub5-3-1_wrap02 .polyurea01 span::before,
#sub5-3-1_wrap02 .polyurea02 span::before,
#sub5-3-1_wrap03 .polyurea01 span::before,
#sub5-3-1_wrap03 .polyurea02 span::before{
    content: '';
    width:190px;
    height:1px;
    background-color: #00df95;
    position: absolute;
    top:50%;
    left:35px;
}
#sub5-3-1_wrap .polyurea01 table{
    width:850px;
    height:407px;
    border: 2px solid #fff;
    border-collapse: collapse;
    text-align: center;
    margin-top: 40px;
}
#sub5-3-1_wrap .polyurea01 table th {
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    width:170px;
    height:65px;
    font-family: 'GmarketSansBold';
    font-size: 18px;
    color:#00e4ff;
}
#sub5-3-1_wrap .polyurea01 table td {
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    width:170px;
    height:57px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    font-size: 17px;
}
#sub5-3-1_wrap .polyurea01 .total p,
#sub5-3-1_wrap02 .polyurea01 .total p,
#sub5-3-1_wrap03 .polyurea01 .total p  {
    margin-top: 38px;
    font-size:17px;
    color:#00e4ff;
    font-family: 'KoPubWorld Dotum_Pro bold';
    border-bottom: 1px solid #00e4ff;
    padding:0 0 5px;
    width:175px;
    text-align: center;
}
#sub5-3-1_wrap .polyurea02,
#sub5-3-1_wrap02 .polyurea02,
#sub5-3-1_wrap03 .polyurea02  {
    margin-top: 200px;
}
#sub5-3-1_wrap .polyurea02-img,
#sub5-3-1_wrap02 .polyurea02-img,
#sub5-3-1_wrap03 .polyurea02-img {
    margin-top: 85px;
}
/* 서브3-1-2 시작 */
#sub5-3-1_wrap02 .content_nav .nav02 {
    border-color:#00e4ff;
    color:#00e4ff;
}
#sub5-3-1_wrap02 .content_nav a .nav01::before {
    content: '';
    width: 66px;
    height:1px;
    background:linear-gradient(to left, #00e4ff, #929292) ;
    position: absolute;
    top:50%;
    right:-67px;
}
#sub5-3-1_wrap02 .content_nav a .nav02::before {
    content: '';
    width: 66px;
    height:1px;
    background:linear-gradient(to right, #00e4ff, #929292) ;
    position: absolute;
    top:50%;
    right:-67px;
}
#sub5-3-1_wrap02 .polyurea01 table,
#sub5-3-1_wrap03 .polyurea01 table {
    width:970px;
    height:407px;
    border: 2px solid #fff;
    border-collapse: collapse;
    margin-top:40px;
    text-align: center;
}
#sub5-3-1_wrap02 .polyurea01 table th,
#sub5-3-1_wrap03 .polyurea01 table th {
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    height:70px;
    font-family: 'GmarketSansBold';
    font-size: 18px;
    color:#00e4ff;
}
#sub5-3-1_wrap02 .polyurea01 table td,
#sub5-3-1_wrap03 .polyurea01 table td  {
    border: 1px solid #fff;
    height:52px;
    font-family: 'KoPubWorld Dotum_Pro Light';
}
#sub5-3-1_wrap02 .polyurea01 table .border,
#sub5-3-1_wrap03 .polyurea01 table .border{
    border: 0;
}
#sub5-3-1_wrap02 .polyurea02 .polyurea02-img,
#sub5-3-1_wrap03 .polyurea02 .polyurea02-img {
    margin-top: 85px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
#sub5-3-1_wrap02 .content_nav-hd .polyurea-hd_p,
#sub5-3-1_wrap03 .content_nav-hd .polyurea-hd_p {
    font-family: 'KoPubWorld Dotum_Pro Light';
    font-size: 23px;
}
/* 서브3-1-2 끝 */

/* 서브3-1-3 시작 */
#sub5-3-1_wrap03 .content_nav .nav03 {
    border-color:#00e4ff;
    color:#00e4ff;
}
#sub5-3-1_wrap03 .content_nav a .nav01::before {
    content: '';
    width: 66px;
    height:1px;
    background: #929292;
    position: absolute;
    top:50%;
    right:-67px;
}
#sub5-3-1_wrap03 .content_nav a .nav02::before {
    content: '';
    width: 66px;
    height:1px;
    background:linear-gradient(to left, #00e4ff, #929292) ;
    position: absolute;
    top:50%;
    right:-67px;
}
/* 서브3-1-3 끝 */

/* 누락된 psd로 마지막에 작성하게 됨 */
/* 서브2-5 시작 */
#sub5-2_wrap05{
    width:100%;
	height:100%;
	background:
    linear-gradient(-90deg, #002a44, rgba(0,42,68, 0.1)),
    linear-gradient(90deg, black, rgba(0, 0, 0, 0.2));
    color:#fff;
    padding:0 0 150px;
}
#sub5-2_wrap05 .content {
    width:1133px;
    margin:100px 0 0 394px;
}
#sub5-2_wrap05 .content-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom:1px solid #fff ;
}
#sub5-2_wrap05 .content-hd h2 {
    color:#00e4ff;
    font-size: 25px;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap05 .container {
    margin-top:50px;
}
#sub5-2_wrap05 .RU_main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'KoPubWorld Dotum_Pro Light';
}
#sub5-2_wrap05 .RU_main-top h5 {
    font-size: 20px;
    color:#00df95;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap05 .RU_main-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}
#sub5-2_wrap05 .RU_main-bottom .what p {
    font-family: 'GmarketSansBold';
    color:#00e4ff;
    border: 2px solid #00e4ff;
    border-radius: 30px;
    padding:10px 20px;
    position: relative;
    margin-bottom: 80px;
}
#sub5-2_wrap05 .RU_main-bottom .what p::before{
    content: '';
    width:1px;
    height:80px;
    border-left: 2px dotted #00e4ff;
    position: absolute;
    top:100%;
    left:50%;
}
#sub5-2_wrap05 .RU_main-bottom .what p::after{
    content: '◎';
    color:#00e4ff;
    position: absolute;
    bottom:-15px;
    left:80px;
}
#sub5-2_wrap05 .RU_main-bottom .what_txt {
    display: flex;
    justify-content: space-around;
    border: 1px solid #fff;
    width:100%;
    border-radius: 150px; 
    height:234px;
    align-items: center;
    font-family: 'KoPubWorld Dotum_Pro Light';
}
#sub5-2_wrap05 .RU_main-bottom .what_txt .what_txt-left p{
    font-size: 14px;
    margin-bottom:35px ;
}
#sub5-2_wrap05 .RU_main-bottom .what_txt .what_txt-left p:last-child{
    margin: 0;
}
#sub5-2_wrap05 .RU_main-bottom .what_txt .what_txt-mid  {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap05 .RU_main-bottom .what_txt .what_txt-mid .no3r{
    border: 3px solid #006ebf;
    border-radius: 50%;
    padding:50px;
    color:#006ebf;
    transform: translateX(10px);
}
#sub5-2_wrap05 .RU_main-bottom .what_txt .what_txt-mid .no4U {
    border: 3px solid #00df95;
    border-radius: 50%;
    padding:50px;
    color:#00df95;
    transform: translateX(-10px);
}
#sub5-2_wrap05 .RU_main-bottom .what_txt-right p {
    font-size: 14px;
}
#sub5-2_wrap05 .RU_main-bottom .what_txt-right p span {
    color:#00e4ff;
    font-family: 'KoPubWorld Dotum_Pro bold';
}
#sub5-2_wrap05 .container02 {
    margin-top:160px ;
}
#sub5-2_wrap05 .container02 .container02-txt {
    display: flex;
    margin-left:24px ;
}
#sub5-2_wrap05 h6 {
    color:#00df95;
    font-family: 'KoPubWorld Dotum_Pro bold';
    font-size: 23px;
    position: relative;
    margin-right:10px ;
}
#sub5-2_wrap05 h6:before{
    content: '▶';
    position: absolute;
    top:0;
    left:-24px;
    color:#00df95;
}
#sub5-2_wrap05 .container02 .container02-txt p {
    font-size: 17px;
    font-family: 'KoPubWorld Dotum_Pro Light';
}
#sub5-2_wrap05 .container02 .container02-img {
    margin:70px 0 0 117px;
}
#sub5-2_wrap05 .container02 .container02-img-top,
#sub5-2_wrap05 .container02 .container02-img-bottom {
    display: flex;
    justify-content: space-around;
    border: 2px solid #fff;
    padding:20px 10px;
}
#sub5-2_wrap05 .container02 .container02-img-bottom {
    margin-top:50px ;
}
#sub5-2_wrap05 .container02 .container02-img-top p,
#sub5-2_wrap05 .container02 .container02-img-bottom p {
    position: relative;
}
#sub5-2_wrap05 .container02 .container02-img-top p::before,
#sub5-2_wrap05 .container02 .container02-img-bottom p::before{
    position: absolute;
    top:45%;
    right:-25px;
    content: '';
    background-image: url(img/icon/nxt.png);
    width:19px;
    height:19px;
}
#sub5-2_wrap05 .container02 .container02-img-top p:last-child::before,
#sub5-2_wrap05 .container02 .container02-img-bottom p:last-child::before{
content: none;
}
#sub5-2_wrap05 .container03 {
    margin-top: 150px;
}
#sub5-2_wrap05 .container03 h6 {
    color:#00df95;
    font-family: 'KoPubWorld Dotum_Pro bold';
    position: relative;
    margin-left: 25px;
}
#sub5-2_wrap05 .container03 h6::before{
    position: absolute;
    content: '▶';
    top:0;
    left:-25px;
}
#sub5-2_wrap05 .container03 .container03-img,
#sub5-2_wrap05 .container03 .container03-img02 {
    display: flex;
    width: 100%;
    height: 867px;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-top: 25px;
    align-items: center;
}
#sub5-2_wrap05 .container03 .container03-img02 {
    margin-top: 90px;
}
#sub5-2_wrap05 .container03 .container03-img-left{
    border-right: 2px solid #fff;
    height:100%;
    width:40%;
    padding:222px 0 0 80px;
}
#sub5-2_wrap05 .container03 .container03-img02 .container03-img-left{
    border-left: 2px solid #fff;
    border-right: 0;
}
#sub5-2_wrap05 .container03 .container03-img-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    height:100%;
}
#sub5-2_wrap05 .container03-img-right-top,
#sub5-2_wrap05 .container03-img-right-mid,
#sub5-2_wrap05 .container03-img-right-bottom {
    border-bottom:2px solid #fff;
    width:100%;
    height:100%;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    padding:0 0 0 70px;
}
#sub5-2_wrap05 .container03-img-right-bottom{
    border:0;
}
#sub5-2_wrap05 .container03-img-right-top img,
#sub5-2_wrap05 .container03-img-right-mid img,
#sub5-2_wrap05 .container03-img-right-bottom img {
    box-shadow: 0px 0px 10px 0px #00d09e,
    0px 0px 10px 0px #007bbd;
    border: 2px solid transparent;
    border-radius: 30px;
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to left, #00e4ff 0%,  #00df95 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-right: 35px;
}
#sub5-2_wrap05 .container03-img-right-top span {
    font-size: 17px;
    color:#00e4ff;
    font-family: 'KoPubWorld Dotum_Pro bold';
}
#sub5-2_wrap05 .container03-img-right-top .dot_p {
    position: relative;
    margin:0px 0 0 15px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    font-size: 12px;
}
#sub5-2_wrap05 .container03-img-right-top .dot_p::before{
    content: '•';
    position: absolute;
    top:0;
    left:-15px;
}
#sub5-2_wrap05 .container03-img-right-txt {
    font-size: 14px;
    font-family: 'KoPubWorld Dotum_Pro Light';
}
#sub5-2_wrap05 .container04 {
    margin-top:150px;
}
#sub5-2_wrap05 .container04-img_m {
    display: none;
}
#sub5-2_wrap05 .container04-img {
    margin-top:40px;
}
#sub5-2_wrap05 .container04-img .container04-top ul,
#sub5-2_wrap05 .container04-img .container04-mid ul {
    display: flex;
    text-align: center;
    justify-content: space-around;
    position: relative;
    z-index: 50;
}
#sub5-2_wrap05 .container04-img .container04-top  {
    position: relative;
    z-index: 50;
}
#sub5-2_wrap05 .container04-top  .dot_border {
    position: absolute;
    border-top: 7px dotted #fff ;
    position: absolute;
    top:23px;
    left:10%;
    width:95%;
    height:240px;
    border-right: 7px dotted #fff ;
}
#sub5-2_wrap05 .container04-img .container04-top img,
#sub5-2_wrap05 .container04-img .container04-mid img,
#sub5-2_wrap05 .container04-img .container04-bottom .bottom-img {
    box-shadow: 0px 0px 10px 0px #00d09e,
    0px 0px 10px 0px #007bbd;
    border: 2px solid transparent;
    border-radius: 30px;
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to left, #00e4ff 0%,  #00df95 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
#sub5-2_wrap05 .container04-img .text-num {
    color:#00e4ff;
    font-size: 18px;
    font-family: 'GmarketSansBold';
    background-color: #00131e;
    width:48px;
    height:48px;
    border-radius: 50%;
    line-height: 50px;
    margin:0 auto;
    box-shadow: 0px 0px 10px 0px #00e4ff;
    z-index: 55;
}
#sub5-2_wrap05 .container04-img p {
    font-family: 'KoPubWorld Dotum_Pro bold';
    font-size: 12px;
    margin:5px 0;
    z-index: 56;
}
#sub5-2_wrap05 .container04-mid {
    margin-top: 50px;
    position: relative;
}
#sub5-2_wrap05 .container04-mid .dot_border {
    position: absolute;
    border-top: 7px dotted #fff ;
    position: absolute;
    top:23px;
    left:0;
    width:105%;
    height:240px;
    border-left: 7px dotted #fff ;
}
#sub5-2_wrap05 .container04-bottom {
    position: relative;
}
#sub5-2_wrap05 .container04-bottom li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:200px;
    margin:50px 340px 0 100px;
}    
#sub5-2_wrap05 .container04-bottom li .text-num{
    text-align: center;
} 
#sub5-2_wrap05 .container04-bottom .dot_border {
    position: absolute;
    top:70px;
    left:0;
    border-top: 7px dotted #fff ;
    width:40%;
}
#sub5-2_wrap05 .container04-img .container04-bottom ul {
    display: flex;
    justify-content: flex-start;
}
#sub5-2_wrap05 .container04-img .container04-bottom-right_img {
    display: flex;
    align-items: flex-end;
}
#sub5-2_wrap05 .container04-img .container04-bottom-right_img > img {
    border:1px solid transparent;
    box-shadow: 0px 0px 20px 0px #00d09e, 0px 0px 20px 0px #007bbd;
}
#sub5-2_wrap05 .container04-bottom-right_img .img_move {
    transform: translateX(-50px);
}
#sub5-2_wrap05 .container04-bottom-right_img p {
    text-align: center;
    color:#00e4ff;
}
#sub5-2_wrap05 .container04_02 {
    margin-top:100px;
}
#sub5-2_wrap05 .container04-bottom02 {
    position: relative;
}
#sub5-2_wrap05 .container04-bottom02 ul{
    display: flex;
    text-align: center;
    margin-top: 50px;
    justify-content: space-around;
    z-index:586;
    position: relative;
}
#sub5-2_wrap05 .container04-bottom02 .img_shadow {
    box-shadow: 0px 0px 10px 0px #00d09e,
    0px 0px 10px 0px #007bbd;
    border: 2px solid transparent;
    border-radius: 30px;
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to left, #00e4ff 0%,  #00df95 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
#sub5-2_wrap05 .container04-bottom02 .dot_border {
    position: absolute;
    border-top: 7px dotted #fff;
    top:20px;
    left:0;
    width:80%;
    z-index: 1;
    height: 200px;
}
#sub5-2_wrap05 .container04-bottom02 .container04-bottom02-img_p {
    position: relative;
    margin-top:40px;
}
#sub5-2_wrap05 .container04-bottom02 .container04-bottom02-img_p::before{
    content: '';
    position: absolute;
    top:-40px;
    left:20%;
    background-color: #fff;
    width:1px;
    height:40px;
}
#sub5-2_wrap05 .container04-bottom02 .container04-bottom02-img_p::after{
    content: '';
    position: absolute;
    top:-40px;
    right:20%;
    background-color: #fff;
    width:1px;
    height:40px;
}
#sub5-2_wrap05 .container05_m {
    display: none;
}
#sub5-2_wrap05 .container05 {
    margin-top:150px;
}
#sub5-2_wrap05 .container05-hd {
    margin-bottom:15px;
}
#sub5-2_wrap05 .container05-hd p{
    font-size:20px;
    font-family: 'KoPubWorld Dotum_Pro medium';
}
#sub5-2_wrap05 .container05 .container05-mid {
    margin:30px 0 30px 55px ;
}
#sub5-2_wrap05 .container05 .container05-mid ul {
    display: flex;
    position: relative;
}
#sub5-2_wrap05 .container05 .container05-mid ul:last-child:before{
    content: '';
    position: absolute;
    left: -80px;
    top:-71px;
    border-left: 5px dotted #00e4ff;
    width:1px;
    height:100px;
}
#sub5-2_wrap05 .container05 .container05-mid ul li {
    margin-right:80px;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #00df95 0%, #007bbd 100%);
    border-image-slice: 1;
    width:170px;
    height:50px;
    text-align: center;
    line-height: 50px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    font-size: 14px;
    position: relative;
}
#sub5-2_wrap05 .container05 .container05-mid ul .num01::before{
    content: '1';
    font-size: 20px;
    border-radius: 50%;
    background-color: #00df95;
    color:#000;
    width:45px;
    height:45px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top:-23px;
    left:-10px;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap05 .container05 .container05-mid ul .num02::before{
    content: '2';
    font-size: 20px;
    border-radius: 50%;
    background-color: #00df95;
    color:#000;
    width:45px;
    height:45px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top:-23px;
    left:-10px;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap05 .container05 .container05-mid ul .num03::before{
    content: '3';
    font-size: 20px;
    border-radius: 50%;
    background-color: #00df95;
    color:#000;
    width:45px;
    height:45px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top:-23px;
    left:-10px;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap05 .container05 .container05-mid ul .num04::before{
    content: '4';
    font-size: 20px;
    border-radius: 50%;
    background-color: #00df95;
    color:#000;
    width:45px;
    height:45px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top:-23px;
    left:-10px;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap05 .container05 .container05-mid ul .num05::before{
    content: '5';
    font-size: 20px;
    border-radius: 50%;
    background-color: #00df95;
    color:#000;
    width:45px;
    height:45px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top:-23px;
    left:-10px;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap05 .container05 .container05-mid ul .num06::before{
    content: '6';
    font-size: 20px;
    border-radius: 50%;
    background-color: #00df95;
    color:#000;
    width:45px;
    height:45px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top:-23px;
    left:-10px;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap05 .container05 .container05-mid ul .num07::before{
    content: '7';
    font-size: 20px;
    border-radius: 50%;
    background-color: #00df95;
    color:#000;
    width:45px;
    height:45px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top:-23px;
    left:-10px;
    font-family: 'GmarketSansBold';
}
#sub5-2_wrap05 .container05 .container05-mid ul li::after {
    content: '';
    width:80px;
    height:1px;
    border-top: 5px dotted #00e4ff;
    position: absolute;
    top:50%;
    right:100%;
}
#sub5-2_wrap05 .container05 .container05-mid ul:last-child{
    margin-top: 50px;
}
#sub5-2_wrap05 .container06 {
    margin-top: 150px;
    display: flex;
}
#sub5-2_wrap05 .container06-right {
    position: relative;
    margin-left: 230px;
}
#sub5-2_wrap05 .container06-right::before{
    content: '';
    width:170px;
    height:1px;
    background-color: #fff;
    position: absolute;
    top:15px;
    left:-200px;
}
#sub5-2_wrap05 .container06-right-top img {
    margin:0 5px 25px;
}
#sub5-2_wrap05 .container06-right-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sub5-2_wrap05 .container06-right-bottom .container06_shadow {
    box-shadow: 0px 0px 20px 0px #00dffa;
    border-radius:50% ;
}
#sub5-2_wrap05 .container06-right-bottom .container06-txt {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #00df95 0%, #007bbd 100%);
    border-image-slice: 1;
    padding:25px;
    
}
#sub5-2_wrap05 .container06-right-bottom .container06-txt p {
    position: relative;
    font-size: 17px;
    font-family: 'KoPubWorld Dotum_Pro Light';
    margin-left: 10px;
}
#sub5-2_wrap05 .container06-right-bottom .container06-txt p::before{
    content: '•';
    position: absolute;
    top:0;
    left:-10px
}
#sub5-2_wrap05 .container07 {
    margin-top: 150px;
}
#sub5-2_wrap05 .container07 h5 {
    font-family: 'GmarketSansBold';
    color:#00e4ff;
    font-size: 25px;
    border: 2px solid #00e4ff;
    border-radius: 50px;
    display:inline-block;
    padding:10px 20px;
    margin-bottom: 15px;
}
#sub5-2_wrap05 .container07_02,
#sub5-2_wrap05 .container07_03,
#sub5-2_wrap05 .container07_05 {
    margin-top:100px;
}
#sub5-2_wrap05 .container07_02 .container07_img {
    display: flex;
}
#sub5-2_wrap05 .container07_02 .container07_img p {
    margin:0 0 12px 12px;
}
#sub5-2_wrap05 .container07_02 .container07_img p:last-child{
    margin-bottom: 0;
}
#sub5-2_wrap05 .container07_02-txt p {
    font-size: 18px;
    font-family: 'KoPubWorld Dotum_Pro bold';
    border-left: 2px solid #fff;
    padding:5px;
    display: inline-block;
    margin-left:5px;
}
#sub5-2_wrap05 .container07_02-txt p:last-child{
    margin-left:648px;
}
#sub5-2_wrap05 .container07_03 .container07_img img {
    margin-right:15px;
}
#sub5-2_wrap05 .container07_05 .container07_05-top-img {
    margin:20px 0 200px ;
    position: relative;
}
#sub5-2_wrap05 .container07_05 .container07_05-top-img::before{
    content: '';
    width:1px;
    height:100px;
    position: absolute;
    bottom:-160px;
    left:50%;
    background-color: #fff;
}
#sub5-2_wrap05 .container07_05 .container07_05-top-img img {
    margin-right: 10px;
}
#sub5-2_wrap05 .container07_05 .container07_05-bottom {
    display: flex;
}
#sub5-2_wrap05 .container07_05 .container07_05-bottom-left p {
    margin:0 15px 15px 0;
}
/* 서브2-5 끝 */

/* ---------------------------------------------- */
.third-nav {
    display: flex;
    margin:60px 0 0 50px;
}
.third-nav a {
    color:#fff;
    margin-right:30px;
    font-size: 14px;  
    position: relative;
}
.third-nav a:last-child{
    margin-right:0;
}
.third-nav a:hover{
    color:#00e4ff;
}
.third-nav a::before{
    content: 'ㅣ';
    position: absolute;
    top:0;
    right:-20px;
}
.third-nav a:last-child::before{
    content: none;
}
.container03-img_m,
.container03-img02_m {
    display: none;
    width: 100%;
}
.container03-img_m img,
.container03-img02_m img {
    width: 100%;
    margin-top: 20px;
}
.container03-img02_m img {
    
}
.third-nav br {
    display: none;
}
@media only screen and (min-width: 320px) and (max-width:768px) {
    #sub5_wrap .content {
        margin: 0 auto;
        width: 90%;
    }
    #sub5_wrap .content_nav div {
        width: 97px;
        font-size: 12px;
        height:40px;
        line-height: 10px;
        margin-right: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #sub5_wrap .content_nav {
        margin-left: 0;
    }
    #sub5_wrap .content_nav .nav03 {
        margin-right: 0;
    }
    #sub5_wrap .container {
        margin-top:65px;
        width:100%;
    }
    #sub5_wrap .container_hd{
        display: none;
    }
    #sub5_wrap .container_hd .no01::before {
        content: none;
    }
    #sub5_wrap .container_txt {
        flex-direction: column;
    }
    #sub5_wrap .container_txt .container_txt-bold {
        font-size: 14px;
        margin:0;
    }
    #sub5_wrap .container_txt {
        font-size: 12px;
    }
    #sub5_wrap .container-img {
        margin: 40px 0 0;
        width:100%;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    #sub5_wrap .container-img img {
        width: 100%;
    }
    #sub5_wrap .container-img p:nth-child(3) img,
    #sub5_wrap .container-img p:nth-child(4) img{
      margin: 10px 0 0 0 ;
    }
    #sub5_wrap .sub5_wrap-eg {
        margin-top: 65px;
        width:100%;
    }
    #sub5_wrap .sub5_wrap-eg img {
        width:100%;
    }
    #sub5_wrap .sub5_wrap-eg .sub5_wrap-eg-bottom {
        margin-top: 40px;
    }
    #sub5_wrap .sub5_wrap-eg .eg-p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    #sub5_wrap .slide {
        width:100%;
        /* height:100%; */
        
    }
    #sub5_wrap .slide_box {
        width: 100%;
        height:45%;
    }
    #sub5_wrap .slide_box li img {
        width:100%;
    }
    #sub5_wrap .slide_btn {
        margin-top:0;
    }
    #sub5_wrap .bottom_img {
        margin-top:65px;
    }
    #sub5_wrap .bottom_img img {
        width:100%;
    }
    #sub5_wrap03 .container_wrap{
        width:90%;
        margin: 0 auto;
    }
    #sub5_wrap03 .main_banner img{
        width:100%;
    }
    #sub5_wrap03 .location img {
        width: 100%;
    }
    #sub5_wrap03 .location_bottom {
        margin-top: 65px;
        width: 100%;
    }
    #sub5_wrap03 .location_bottom .location_bottom-img {
        flex-direction: column;
    }
    #sub5_wrap03 .location_bottom .location_bottom-img img {
        width:100%;
    }
    #sub5_wrap03 .location_bottom .location_bottom-img p:last-child{
        margin-top: 20px;
    }
    #sub5_wrap03 .location_bottom .location_bottom-txt {
        flex-direction: column;
        margin-left:39px;
    }
    #sub5_wrap03 .location_bottom .location_bottom-txt .no02-p {
        margin: 10px 0;
    }
    #sub5_wrap03 .big_img img {
        width:100%;
        margin-top: 65px;
    }
    #sub5_wrap .sub5_wrap03_slide {
        margin-top: 65px;
    }
    #sub5_wrap .answer {
        margin-top: 65px;
        font-size: 14px;
    }
    #sub5_wrap .answer-img img{
        width: 100%;
    }
    #sub5-2_wrap .content {
        width: 100%;
        margin: 0 auto;
    }
    .content-hd {
        flex-direction: column;
        padding-bottom: 5px;
    }
    .content-hd h2 {
        text-align: center;
    }
    .third-nav {
        margin: 0;
    }
    .third-nav a::before {
        content: none;
    }
    .third-nav a {
        font-size: 10px;
        margin-right:10px;
    }
    #sub5-2_wrap .container {
        width:90%;
        margin-top: 65px;
    }
    #sub5-2_wrap .container-hd {
        display: none;
    }
    #sub5-2_wrap .container img {
        width: 100%;
    }
    #sub5-2_wrap .container-img01-top p, #sub5-2_wrap .container-img02-top p {
        margin: 0;
    }
    #sub5-2_wrap .container-img04 {
        align-items: flex-start;
    }
    #sub5-2_wrap02 .content,
    #sub5-2_wrap02 #container {
        width: 90%;
        margin: 0 auto;
    }
    #sub5-2_wrap02 .container-hd {
        margin-top: 65px;
    }
    #sub5-2_wrap02 .container-hd-txt::before {
        content: none;
    }
    #sub5-2_wrap02 .container-hd p br {
        display: none;
    }
    #sub5-2_wrap02 .container-hd p {
        font-size: 12px;
    }
    #sub5-2_wrap02 .container-main {
        margin-top: 65px;
    }
    #sub5-2_wrap02 .container-main-img-top img{
        width: 100%;
    }
    #sub5-2_wrap02 .container-main-img-bottom {
        flex-wrap: nowrap;
    }
    #sub5-2_wrap02 .container-main-img-bottom img {
        width: 100%;
    }
    #sub5-2_wrap02 .container-main-img-bottom p {
        margin:0 0 10px 5px;
    }
    #sub5-2_wrap02 .container-main-img-bottom p:first-child {
        margin-left:0 ;
    }
    #sub5-2_wrap02 .container-main02,
    #sub5-2_wrap02 .container-main03,
    #sub5-2_wrap02 .container-main04,
    #sub5-2_wrap02 .container-main05,
    #sub5-2_wrap02 .container-main06 {
        width:90%;
        margin: 65px auto 0;
    }
    #sub5-2_wrap02 .container-main02 img,
    #sub5-2_wrap02 .container-main03 img,
    #sub5-2_wrap02 .container-main04 img,
    #sub5-2_wrap02 .container-main05 img {
        width:100%;
    }
    #sub5-2_wrap02 .container-main06 .no01:after, #sub5-2_wrap02 .container-main06 .no03:after {
        content: none;
    }
    #sub5-2_wrap02 .container-main06-txt span {
        display: none;
    }
    #sub5-2_wrap02 .container-main06-img img {
        width: 100%;
    }
    #sub5-2_wrap03 .content,
    #sub5-2_wrap04 .content,
    #sub5-2_wrap05 .content{
        width:90%;
        margin:0 auto;
        padding-top: 0;
    }
    #sub5-2_wrap .content-hd h2,
    #sub5-2_wrap02 .content-hd h2,
    #sub5-2_wrap03 .content-hd h2,
    #sub5-2_wrap04 .content-hd h2,
    #sub5-2_wrap05 .content-hd h2 {
        font-size: 36px;
    }
    #sub5-2_wrap05 .container {
        width: 100%;
        margin: 65px auto;
    }
    #sub5-2_wrap05 .RU_main-top p {
        font-size: 12px;
    }
    #sub5-2_wrap05 .RU_main-top img {
        width: 100%;
        margin-left: 5px;
    }
    #sub5-2_wrap05 .RU_main-bottom .what_txt {
        border: 0;
    }
    #sub5-2_wrap05 .RU_main-bottom .what_txt .what_txt-mid .no3r,
    #sub5-2_wrap05 .RU_main-bottom .what_txt .what_txt-mid .no4U {
        border-radius:0 ;
        padding: 10px;
        transform: translateX(0px);
    }
    #sub5-2_wrap05 .RU_main-bottom .what_txt .what_txt-left,
    #sub5-2_wrap05 .RU_main-bottom .what_txt-right {
        width: 33.3%;
    }
    #sub5-2_wrap05 .RU_main-bottom .what_txt-mid {
        margin: 0 2px;
    }
    #sub5-2_wrap05 .RU_main-bottom .what_txt .what_txt-left p,
    #sub5-2_wrap05 .RU_main-bottom .what_txt-right p {
        font-size: 10px;
    }
    #sub5-2_wrap05 .RU_main-bottom .what_txt .what_txt-left p br {
        display: none;
    }
    #sub5-2_wrap05 .container02 .container02-txt {
        flex-direction: column;
    }
    #sub5-2_wrap05 h6 {
        font-size: 16px;
    }
    #sub5-2_wrap05 .container02 .container02-txt p {
        font-size: 13px;
    }
    #sub5-2_wrap05 .container02 .container02-img {
        margin:65px 0 0 0;
    }
    #sub5-2_wrap05 .container02 .container02-img img {
        width: 98%;
    }
    #sub5-2_wrap05 .container02 .container02-img-top p::before, #sub5-2_wrap05 .container02 .container02-img-bottom p::before {
        content: none;
    }
    #sub5-2_wrap05 .container03 .container03-img img, 
    #sub5-2_wrap05 .container03 .container03-img02 img {
        width: 100%;
    }
    #sub5-2_wrap05 .container03-img-right-top, 
    #sub5-2_wrap05 .container03-img-right-mid, #sub5-2_wrap05 .container03-img-right-bottom {
        padding: 0 0 0 5px;
        margin:0;
    }
    /* #sub5-2_wrap05 .container03 .container03-img {
         flex-direction: column;
     } */
     #sub5-2_wrap05 .container03 .container03-img-left {
         padding:0; 
     }
     
     #sub5-2_wrap05 .container04-img {
         display: none;
     }
     #sub5-2_wrap05 .container04-img_m {
         display: block;
     }
     #sub5-2_wrap05 .container04-img_m img{
         width: 100%;
         margin-top: 40px;
     }
     #sub5-2_wrap05 .container05-top,
     #sub5-2_wrap05 .container05-mid,
     #sub5-2_wrap05 .container05-bottom{
         display: none;
     }
     #sub5-2_wrap05 .container05_m {
         display: block;
     }
     #sub5-2_wrap05 .container05_m img {
         width: 100%;
     }
     #sub5-2_wrap05 .container06 {
         margin-top: 65px;
         flex-direction: column;
     }
     #sub5-2_wrap05 .container06-right {
         margin:40px 0 0 0;
     }
     #sub5-2_wrap05 .container06-right::before {
         content: 0;
     }
     #sub5-2_wrap05 .container06-right-bottom .container06-txt {
         padding:10px;
     }
     #sub5-2_wrap05 .container07 {
         margin-top: 65px;
         width: 100%;
     }
     #sub5-2_wrap05 .container07_02 .container07_img {
         flex-direction: column;
     }
     #sub5-2_wrap05 .container07_02-txt {
         display: none;
     }
     #sub5-2_wrap05 .container07_img img {
         width: 100%;
     }
     #sub5-2_wrap05 .container07 h5 {
         font-size: 14px;
     }
     #sub5-2_wrap05 .container07_02,
     #sub5-2_wrap05 .container07_03,
     #sub5-2_wrap05 .container07_05 {
         margin-top: 40px;
     }
     #sub5-2_wrap05 .container07_02 img,
     #sub5-2_wrap05 .container07_03 img,
     #sub5-2_wrap05 .container07_05 img{
        width: 100%;
     }
     #sub5-3-1_wrap .content,
     #sub5-3-1_wrap02 .content, 
     #sub5-3-1_wrap03 .content {
         width: 90%;
         margin: 0 auto;
         padding-top:0;
     }
     #sub5-3-1_wrap .content_nav div,
      #sub5-3-1_wrap02 .content_nav div,
       #sub5-3-1_wrap03 .content_nav div {
           padding:0;
           width:100px;
           font-size: 12px;
           text-align: center;
           margin-right: 24px;
           line-height: normal;
           padding-top:5%;
       }
       #sub5-3-1_wrap .content_nav .nav01 {
           padding-top: 10%;
       } 
       #sub5-3-1_wrap .content_nav a .nav01::before,
       #sub5-3-1_wrap .content_nav a .nav02::before,
       #sub5-3-1_wrap02 .content_nav a .nav01::before,
       #sub5-3-1_wrap02 .content_nav a .nav02::before,
       #sub5-3-1_wrap03 .content_nav a .nav01::before,
       #sub5-3-1_wrap03 .content_nav a .nav02::before{
           width:26px;
           right:-26px;
       }
       #sub5-3-1_wrap .content-hd h2, 
       #sub5-3-1_wrap02 .content-hd h2, 
       #sub5-3-1_wrap03 .content-hd h2 {
           font-size:28px ;
       }
       #sub5-3-1_wrap .container, #sub5-3-1_wrap02 .container, #sub5-3-1_wrap03 .container {
           margin:0 auto;
           width: 100%;
       }
       #sub5-3-1_wrap .content_nav_wrap .content_nav-hd, 
       #sub5-3-1_wrap02 .content_nav_wrap .content_nav-hd, 
       #sub5-3-1_wrap03 .content_nav_wrap .content_nav-hd {
           text-align: center;
           font-size: 26px;
       }
       #sub5-3-1_wrap .content_nav .nav03, 
       #sub5-3-1_wrap02 .content_nav .nav03, 
       #sub5-3-1_wrap03 .content_nav .nav03 {
           margin-right: 0;
       }
       #sub5-3-1_wrap .polyurea_wrap, 
       #sub5-3-1_wrap02 .polyurea_wrap, 
       #sub5-3-1_wrap03 .polyurea_wrap {
           margin-top: 65px;
       }
       #sub5-3-1_wrap .polyurea_wrap .polyurea-hd span::after, 
       #sub5-3-1_wrap02 .polyurea_wrap .polyurea-hd span::after, 
       #sub5-3-1_wrap03 .polyurea_wrap .polyurea-hd span::after {
           content: none;
       }
       #sub5-3-1_wrap .polyurea01 table {
           width: 100%;
       }
       #sub5-3-1_wrap .polyurea01 table td {
           font-size: 10px;
       }
       #sub5-3-1_wrap .polyurea01 table th {
           font-size: 11px;
       }
       #sub5-3-1_wrap .polyurea02-img img, 
       #sub5-3-1_wrap02 .polyurea02-img img, 
       #sub5-3-1_wrap03 .polyurea02-img img {
           width: 100%;
       }
       #sub5-3-1_wrap02 .polyurea01 table, #sub5-3-1_wrap03 .polyurea01 table {
           width: 100%;
       }
       #sub5-3-1_wrap02 .polyurea01 table th, 
       #sub5-3-1_wrap03 .polyurea01 table th {
           font-size: 11px;
       }
       #sub5-3-1_wrap02 .polyurea01 table td, #sub5-3-1_wrap03 .polyurea01 table td {
           font-size: 10px;
       }
       #sub5-3-1_wrap02 .polyurea02 .polyurea02-img , 
       #sub5-3-1_wrap03 .polyurea02 .polyurea02-img {
           width: 100%;
           align-items: center;
           margin: 20px 0 0 0;
           justify-content: center;
       }
       #sub5_wrap .content_nav .nav01::before,
       #sub5_wrap .content_nav .nav02::before {
           width:26px;
           right:-26px;
       }
       #sub5-2_wrap05 .container03 .container03-img, 
       #sub5-2_wrap05 .container03 .container03-img02 {
           display: none;
       }
       .container03-img_m,
       .container03-img02_m {
           display: block;
       }
       #sub5-2_wrap .content-hd {
           display: block;
       }
       .third-nav {
        text-align: center;
        align-items: center;
       }
       .third-nav br {
           display: block;
       }
       #sub5-2_wrap03 .content-hd,
       #sub5-2_wrap04 .content-hd,
       #sub5-2_wrap05 .content-hd {
           display: block;
       }
       #sub5-2_wrap05 .container06-right-bottom .container06-txt p {
           font-size: 14px;
       } 
}
.slide_btn {
    padding-top:20px;
}
/* ---------------------------------------------- */