@charset "UTF-8";
/*****************************************************
	/*슈링크유니버스*/


/*01번 영역*/
.sh_universe .univer_list01{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 0 440px;
}
.sh_universe .univer_list01 .fix_area{
	max-width: 500px;
	margin:0 auto;
}
.sh_universe .univer_list01 .text_box{
	
	text-align: center;
	color:#fff;
}
.sh_universe .univer_list01 .text_box .logo{
	height: 70px;
	padding-bottom:15px;
	margin:0 auto;
}
.sh_universe .univer_list01 .text_box .logo img{
	height:100%;
}
.sh_universe .univer_list01 .text_box .tit{
	padding-bottom:30px;
	font-size: 33px;
	letter-spacing: 8px;
	font-weight: 100;
	line-height: 1;
	position: relative;
}
.sh_universe .univer_list01 .text_box .tit::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 1px;
	background-color: #63686C;
	position: absolute;
	left: 50%;
	top: 51px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.sh_universe .univer_list01 .text_box .desc{
	font-size:17px;
	font-weight: 300;
}
.sh_universe .univer_list01 .text_box .desc span{
	color:#6E7B86;
}

/*02번 영역*/
.sh_universe .univer_list02{
	background-size:cover;
}
.sh_universe .univer_list02 .fix_area{
	max-width: 500px;
	margin:0 auto;
}

.sh_universe .univer_list02 .text_box{
	padding:40px 0;
	text-align: center;
}

.sh_universe .univer_list02 .text_box .sub_tit{
	color:rgba(255, 255, 255, 0.3);
	font-family: 'Campton', Sans-serif;
	font-size:15px;
	letter-spacing: -1px;
}

.sh_universe .univer_list02 .text_box .tit{
	padding: 15px 0 20px;
	font-size:30px;
	color:#fff;
	letter-spacing: -3px;
	font-weight: 200;
}

.sh_universe .univer_list02 .text_box span{
	color:#FF7E3F;
	line-height:1;
	font-weight: 400;
}

.sh_universe .univer_list02 .text_box span img{
	width:100px;
}

/*03번 영역*/
.sh_universe .univer_list03{
	padding:80px 0 300px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.sh_universe .univer_list03 .fix_area{
	max-width: 500px;
	margin:0 auto;
}

.sh_universe .univer_list03 .logo{
	width:200px;
	padding-bottom:50px;
	margin:0 auto;
}
.sh_universe .univer_list03 .logo img{
	width:100%;
}

.sh_universe .univer_list03 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	text-align: center;
	letter-spacing: -2px;
}
.sh_universe .univer_list03 ul li{
	margin-bottom:30px;
}
.sh_universe .univer_list03 ul li p{
	width: 140px;
	height: 140px;
	border: 4px solid transparent;
	margin: 0 20px 30px;
	position: relative;
	border-radius: 50em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#dadada)), -webkit-gradient(linear, left bottom, left top, from(#DFDFDF), to(#EDEDED));
	background-image: -o-linear-gradient(#dadada, #dadada), -o-linear-gradient(bottom, #DFDFDF, #EDEDED);
	background-image: linear-gradient(#dadada, #dadada), linear-gradient(0deg, #DFDFDF, #EDEDED);
	background-origin: border-box;
	background-clip: content-box, border-box;
	font-size: 19px;
	color: #222222;
	line-height: 27px;
}

.sh_universe .univer_list03 ul li p::before{
	content: "";
	display: inline-block;
	width: 17px;
	height: 1px;
	background-color: #AAAAAA;
	position: absolute;
	left: 50%;
	top: 155px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.sh_universe .univer_list03 ul li p .tit{
	display:block;
	padding-top:41px;
	font-weight: 600;
}

.sh_universe .univer_list03 ul li .desc{
	color:#666666;
	font-size:15px;
	line-height:20px;
	font-weight:400;
}

/*4번 영역*/
.sh_universe .univer_list04{
	background-color:#F2F2F2;
	padding: 80px 0 130px;
}
.sh_universe .univer_list04 .fix_area{
	max-width: 500px;
	margin:0 auto;
}

.sh_universe .univer_list04 .img{
	width:80%;
	margin:0 auto;
	
}
.sh_universe .univer_list04 .img img{
	width:100%;
}

.sh_universe .univer_list04 ul li{
	padding:15px 0;
	margin:10px 20px;
	border:5px solid #DDDDDD;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.sh_universe .univer_list04 ul li p{
	width:46%;
	margin:0 20px;
}
.sh_universe .univer_list04 ul li .imgs{
	height:80px;
	text-align: center;
}
.sh_universe .univer_list04 ul li p img{
	height:100%;
}

.sh_universe .univer_list04 ul li .txt{
	font-size:17px;
	letter-spacing: -2px;
}
.sh_universe .univer_list04 ul li .txt span{
	font-weight: 600;
}



/*5번 영역*/
.sh_universe .univer_list05{
	padding: 285px 0 310px;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.sh_universe .univer_list05 .txt{
	padding-bottom: 30px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 25px;
}

.sh_universe .univer_list05 .txt span{
	color:#98A3AC;
}

.sh_universe .univer_list05 .logo{
	width:260px;
	margin:0 auto;
}

.sh_universe .univer_list05 .logo img{
	width:100%;
}

/*6번 영역*/
.sh_universe .univer_list06{
	padding:80px 0 130px;
	background-color:#F0F0F0;
	text-align: center; 
}
.sh_universe .univer_list06 .fix_area{
	max-width: 500px;
	margin:0 auto;
}
.sh_universe .univer_list06 ul li{
	background-color:#fff;
	padding-bottom:60px;
	margin-top:80px;
}

.sh_universe .univer_list06 .sub_tit{
	padding:20px 0;
	font-size:20px;
	color:#fff;
	line-height:1;
	letter-spacing: -1px;
}

.sh_universe .univer_list06 .sub_tit span{
	font-weight: 700;
}

.sh_universe .univer_list06 .s_tit1{
	background-color:#3C4555;
	line-height: 27px;
}
.sh_universe .univer_list06 .s_tit2{
	background-color:#4A6B88;
}
.sh_universe .univer_list06 .s_tit3{
	background-color:#4184AB;
}
.sh_universe .univer_list06 .s_tit4{
	background-color:#41A5AB;
}

.sh_universe .univer_list06 .desc{
	padding:30px 0 35px;
	font-size:17px;
	line-height:24px;
}
.sh_universe .univer_list06 .desc span{
	font-weight: 700;
}

.sh_universe .univer_list06 .desc1 span{
	color:#3C4555;
	display:inline;
}
.sh_universe .univer_list06 .desc2 span{
	color:#4A6B88;
	display:inline;
}
.sh_universe .univer_list06 .desc3 span{
	color:#4184AB;
	display:inline;
}
.sh_universe .univer_list06 .desc4 span{
	color:#41A5AB;
	display:inline;
}

.sh_universe .univer_list06 .cont1 .img_area .img{
	width:85%;
	padding:30px 0;
	margin:0 auto;
	border-bottom: 1px solid #dddddd;
}
.sh_universe .univer_list06 .cont1 .img_area .img img{
	width:75%;
}

.sh_universe .univer_list06 .cont1 .img_area div{
	width:85%;
	padding:10px 0 10px;
	margin:0 auto;
	border-bottom: 1px solid #dddddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.sh_universe .univer_list06 .cont1 .img_area div:nth-child(1){
	border:1px solid #DDDDDD;
}

.sh_universe .univer_list06 .cont1 .img_area div p:nth-child(1){
	width:20%;
	text-align: left;
	font-size: 17px;
	color:#666666;
	letter-spacing: -1px;
}

.sh_universe .univer_list06 .cont1 .img_area div p:nth-child(1){
	margin-right:20px;
	width:40%;
}


.sh_universe .univer_list06 .cont1 .img_area div p:nth-child(1) span{
	font-size: 18px;
	font-family: 'Campton', Sans-serif;
	font-weight: 700;
	color:#434A56;
}

.sh_universe .univer_list06 .cont1 .img_area .lin{
	width:50%;
}
.sh_universe .univer_list06 .cont1 .img_area .lin img{
	width:70%;
}

.sh_universe .univer_list06 .cont1 .img_area .cir{
	width:50%;
}
.sh_universe .univer_list06 .cont1 .img_area .cir img{
	width:30%;
}

.sh_universe .univer_list06 .cont2 .imgs{
	width:100%;
	margin:0 auto;
}
.sh_universe .univer_list06 .cont2 .imgs img{
	width:100%;
}

.sh_universe .univer_list06 .cont3 .imgs{
	width:60%;
	margin:0 auto;
}
.sh_universe .univer_list06 .cont3 .imgs img{
	width:100%;
}

.sh_universe .univer_list06 .cont4{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	
}

.sh_universe .univer_list06 .cont4 > div{
	width:90%;
	margin-bottom:20px;
}

.sh_universe .univer_list06 .cont4 .gr_tit{
	padding:15px 0;
	background-color: #F4F4F4;
	font-size: 20px;
	font-family: 'Campton', Sans-serif;
	font-weight: 700;
	color: #666666;
	line-height: 19px;
	border: 1px solid #DDDDDD;
}

.sh_universe .univer_list06 .cont4 .cont{
	border: 1px solid #DDDDDD;
	border-top:none;
}

.sh_universe .univer_list06 .cont4 .cont .imgs{
	padding-top:20px;
}


.sh_universe .univer_list06 .cont4 p img{
	width:90%;
}
.sh_universe .univer_list06 .cont4 .txt{
	padding-bottom:20px;
}
.sh_universe .univer_list06 .cont4 .txt p{
	display: inline-block;
	padding:0 2%;
	font-size:14px;
	letter-spacing: -1px;
}
.sh_universe .univer_list06 .cont4 .txt2 p{
	padding:0 6%;
}

.sh_universe .univer_list06 .cont4 .txt1 p:nth-child(1){
	color:#06ADA1;
}
.sh_universe .univer_list06 .cont4 .txt1 p:nth-child(2){
	color:#EC458B;
}
.sh_universe .univer_list06 .cont4 .txt1 p:nth-child(3){
	color:#EB8002;
}
.sh_universe .univer_list06 .cont4 .txt1 p:nth-child(4){
	color:#0260C7;
}

.sh_universe .univer_list06 .cont4 .txt2 p:nth-child(1){
	color:#7EC2B5;
}
.sh_universe .univer_list06 .cont4 .txt2 p:nth-child(2){
	color:#E7A659;
}
.sh_universe .univer_list06 .cont4 .txt2 p:nth-child(3){
	color:#61BED8;
}

/*7번 영역*/
.sh_universe .univer_list07{
	padding:80px 0 130px;
	background-size:cover;
	text-align: center;
}

.sh_universe .univer_list07 .fix_area{
	max-width: 400px;
	margin:0 auto;
}

.sh_universe .univer_list07 .dff1{
	color:#fff;
}
.sh_universe .univer_list07 .dff1 h5 span{
	color:#A3CEE5;
}
.sh_universe .univer_list07 .dff1 span{
	color:#5E5E5E;
}

.sh_universe .univer_list07 ul{
	padding-top:50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.sh_universe .univer_list07 li{
	padding-bottom: 50px;
	letter-spacing: -1px;
}

.sh_universe .univer_list07 li .imgs{
	width:70%;
	margin:0 auto;
}
.sh_universe .univer_list07 li .imgs img{
	width:100%;
}

.sh_universe .univer_list07 li .tit{
	padding: 20px 0 10px;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.sh_universe .univer_list07 li span{
	font-size: 16px;
	color: #888888;
	line-height: 20px;
}

/*8번 영역*/
.sh_universe .univer_list08{
	padding: 80px 0 130px;
	background: #e7e8eb;
	background-size: contain;
	background-repeat: no-repeat;
	letter-spacing: -1px;
	background-position: center top;
}

.sh_universe .univer_list08 .fix_area{
	max-width: 500px;
	margin:0 auto;
}

.sh_universe .univer_list08 ul{
	padding-top:180%;
}

.sh_universe .univer_list08 li{
	position: relative;
	width: 100%;
	padding: 70px 0 33px;
	margin-bottom: 10px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
}

.sh_universe .univer_list08 li img{
	content: "";
	width: 35px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: 30px;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
	background-size: 100%;
}

.sh_universe .univer_list08 li p{
	font-size: 23px;
	font-weight: 500;
	color:#222222;
	position:relative;
	line-height:1;
}


.sh_universe .univer_list08 li span{
	padding-top: 10px;
	display: block;
	font-size: 15px;
	line-height: 23px;
	color: #666666;
}

.sh_universe .univer_list08 li .desc{
	font-size: 12px;
	color: #999999;
	line-height: 16px;
}

/*9번 영역*/
.sh_universe .univer_list09{
	padding:80px 0 130px;
	background-size:cover;
	text-align: center;
}

.sh_universe .univer_list09 .fix_area{
	max-width: 500px;
	margin:0 auto;
}

.sh_universe .univer_list09 .dff2 .sub_tit{
	color:#A2A2A2;
}

.sh_universe .univer_list09 ul{
	padding-top:90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.sh_universe .univer_list09 li{
	margin:0 10px 40px;
}

.sh_universe .univer_list09 li .imgs{
	width:160px;
}

.sh_universe .univer_list09 li .imgs img{
	width:100%;
}

.sh_universe .univer_list09 li p{
	padding: 20px 0 14px;
	line-height:1;
	font-size:24px;
	font-weight: 500;
	letter-spacing: -2px;
}

.sh_universe .univer_list09 li span{
	font-size: 15px;
	color: #888888;
	line-height: 21px;
	letter-spacing: -2px;
}