@charset "UTF-8";
/*****************************************************
	/*울쎄라*/

/*1번 영역*/

.ulthera-module .ul_list1{
	padding:160px 0 220px;
	background-image: url(/imges/package/branch/T00048/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #393a3c;
	width: 100%;
	text-align: center;
}

.ulthera-module .ul_list1 .text_box .logo{
	padding-bottom:60px;
}

.ulthera-module .ul_list1 .text_box .txt{
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.ulthera-module .ul_list1 .text_box .txt p{
	width:150px;
	height:150px;
	padding-top: 50px;
	margin:0 20px;
	border-radius: 50em;
	color:#fff;
	font-size:20px;
	line-height:25px;
	background-color: rgba(237, 173, 62, 0.5);
}

/*2번 영역*/
.ulthera-module .ul_list2{
    background-color:#fff;
	padding:160px 0 220px;
	text-align: center;
}

.ulthera-module .ul_list2 .fix-area{
	max-width: 1200px;
	margin:0 auto;
}

.ulthera-module .ul_list2 ul{
	padding-top:70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.ulthera-module .ul_list2 ul li{
	width:50%;
	padding-bottom: 40px;
	border:1px solid #D0D0D0;
}

.ulthera-module .ul_list2 ul li:last-child{
	border-left:0;
}

.ulthera-module .ul_list2 ul li .tit1{
	background-color:#FCB53A;
}
.ulthera-module .ul_list2 ul li .tit2{
	background-color:#F8A024;
}

.ulthera-module .ul_list2 ul > li p:nth-child(1){
	height:70px;
	padding-top:14px;
	color:#fff;
	font-size:20px;
	font-weight: 700;
}

.ulthera-module .ul_list2 ul > li p:nth-child(1) span{
	font-size:18px;
	font-weight:400;
}

.ulthera-module .ul_list2 ul li .imgs{
	width:400px;
	margin:60px auto 60px;
}
.ulthera-module .ul_list2 ul li .imgs img{
	width:100%;
}

.ulthera-module .ul_list2 ul li .desc{
	color:#424242;
	font-size:18px;
	line-height:28px;
}

.ulthera-module .ul_list2 ul li .desc span{
	color:#A0A0A0;
	font-size:13px;
}

.ulthera-module .ul_list2 .tir{
	margin-top:90px;
}

.ulthera-module .ul_list2 .tir .tit3{
	height:70px;
	padding-top:24px;
	background-color:#F68E1E;
	color:#fff;
	font-size:20px;
	font-weight: 700;
}

.ulthera-module .ul_list2 .tir .cont{
	padding:90px 0 90px;
	border:1px solid #D0D0D0;
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.ulthera-module .ul_list2 .tir .cont div{
	margin:0 8px;
}  

.ulthera-module .ul_list2 .tir .cont div p:nth-child(1){
	height: 40px;
	padding-top: 10px;
	border-radius: 10px 10px 0 0;
	font-size: 18px;
	color:#fff;
}

.ulthera-module .ul_list2 .tir .cont .s_tit1{
	background-color:#FCB53D;
}
.ulthera-module .ul_list2 .tir .cont .s_tit2{
	background-color:#F8A024;
}
.ulthera-module .ul_list2 .tir .cont .s_tit3{
	background-color:#F68E1E;
}

.ulthera-module .ul_list2 .tir .cont .imgs{
	width:270px;
	border: 1px solid #D0D0D0;
}
.ulthera-module .ul_list2 .tir .cont .imgs img{
	width:100%;
	display:block;
}

.ulthera-module .ul_list2 .tir .cont span{
	padding-top:30px;
	font-size:18px;
	font-weight: 700;
}

.ulthera-module .ul_list2 .tir .cont div:nth-child(even) p{
	padding-bottom:90px;
}



/*3번 영역*/
.ulthera-module .ul_list3{
	padding:160px 0 220px;
	background-color:#F8F8F8;
}

.ulthera-module .ul_list3 .fix-area{
	max-width: 1200px;
	margin:0 auto;
	text-align: center;
}
.ulthera-module .ul_list3 li{
	margin-top:100px;
	background-color:#fff;
	-webkit-box-shadow: 3px 3px 5px rgba(40,40,40,0.1);
	        box-shadow: 3px 3px 5px rgba(40,40,40,0.1);
}
.ulthera-module .ul_list3 .tit{
	background-color: #FCB53A;
	height:70px;
	padding-top:10px;
	color:#fff;
	font-size:20px;
	line-height: 25px;
	font-weight: 700;
}
.ulthera-module .ul_list3 .tit span{
	color:#DF0A1A;
}

.ulthera-module .ul_list3 li .imgs{
	width:1000px;
	padding-top:90px;
	margin:0 auto;
}
.ulthera-module .ul_list3 .imgs img{
	display: block;
	width:100%;
}

.ulthera-module .ul_list3 .s_tit{
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.ulthera-module .ul_list3 .s_tit p{
	width:300px;
	height:50px;
	padding-top:13px;
	margin:0 77px;
	border-radius: 50em;
	color:#fff;
	font-size: 20px;
	font-weight: 700;
}

.ulthera-module .ul_list3 .desc{
	padding:60px 0 70px;
	color:#424242;
}
.ulthera-module .ul_list3 .desc span{
	font-weight: 700;
}

.ulthera-module .ul_list3 .s_tit p:nth-child(1){
	background-color: #626262;
}
.ulthera-module .ul_list3 .s_tit p:nth-child(2){
	background-color: #F68E1E;
}

.ulthera-module .ul_list3 li:nth-child(2) .imgs{
	padding-bottom:90px;
}

.ulthera-module .ul_list3 li:nth-child(3) .tit{
	padding-top:20px;
}

.ulthera-module .ul_list3 li .cont3{
	padding:90px 0 90px;
}
.ulthera-module .ul_list3 li .cont3 .img{
	padding-left:100px;
}
.ulthera-module .ul_list3 li .cont3 .txt{
	padding:200px 0 0 60px;
	text-align: left;
	color:#171717;
}

/*4번 영역*/
.ulthera-module .ul_list4{
	padding:160px 0 220px;
    background-color:#fff;
}
.ulthera-module .ul_list4 .fix-area{
	max-width: 1200px;
	margin:0 auto;
	text-align: center;
}
.ulthera-module .ul_list4 .tit p{
	width:300px;
	margin:0 auto;
}
.ulthera-module .ul_list4 .tit p img{
	width:100%;
}
.ulthera-module .ul_list4 .tit span{
	padding:23px 0 85px;
	color:#FCB338;
	font-size:20px;
	font-weight:500;
}

/*5번 영역*/
.ulthera-module .ul_list5{
	padding:160px 0 220px;
	background-color:#FFF7E9;
	text-align: center;
}

.ulthera-module .ul_list5 .fix-area{
	max-width:1200px;
	margin:0 auto;
}
.ulthera-module .ul_list5 .s_tit{
	padding: 120px 0 90px;
    line-height: 1;
    font-size: 42px;
    letter-spacing: -1px;
    position: relative;
    color: #171717;
}
.ulthera-module .ul_list5 .s_tit::before{
	content:"";
	display: block;
	position:absolute;
	width:28px;
	height:5px;
	border-radius: 50em;
	left:50%;
	top:54px;
	background-color:#171717;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
}
.ulthera-module .ul_list5 .s_tit span{
	font-weight: 700;
}
.ulthera-module .ul_list5 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: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.ulthera-module .ul_list5 ul li{
	margin:0 10px;
}

.ulthera-module .ul_list5 ul li:nth-child(even){
	padding-bottom:184px;
}

.ulthera-module .ul_list5 ul li .u_tit{
	width:210px;
	padding:6px 0 6px;
	margin:30px auto 28px;
	background-color:#FCB53B;
	color:#FFF7E9;
	font-size:30px;
	font-weight:700;
	line-height: 1;
	border-radius: 50em;
}
.ulthera-module .ul_list5 ul li span{
	font-size:20px;
	line-height:28px;
}
.ulthera-module .ul_list5 ul li span i{
	font-style: normal;
	font-size:16px;
}

/*6번 영역*/
.ulthera-module .ul_list6{
	padding:160px 0 220px;
	text-align: center;
    background-color:#fff;
}

.ulthera-module .ul_list6 .fix-area{
	max-width:1200px;
	margin:0 auto;
}

.ulthera-module .ul_list6 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;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.ulthera-module .ul_list6 li{
	margin:0 44px;
}

.ulthera-module .ul_list6 li .img{
	width:120px;
	margin:0 auto;
}
.ulthera-module .ul_list6 li .img img{
	width:100%;
}

.ulthera-module .ul_list6 li p{
	padding-top:50px;
	font-size:18px;
	line-height:25px;
}
.ulthera-module .ul_list6 li p span{
	font-weight: 700;
}

/*7번 영역*/
.ulthera-module .ul_list7{
	padding:160px 0 220px;
	background-color:#FFF7E9;
}

.ulthera-module .ul_list7 .fix-area{
	max-width:1200px;
	margin:0 auto;
}
.ulthera-module .ul_list7 .ul_tit{
	text-align:center;
}
.ulthera-module .ul_list7 .ul_tit span{
	padding:25px 0 120px;
	font-size:23px;
	color:#FCB338;
}

.ulthera-module .ul_list7 .cont7{
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

.ulthera-module .ul_list7 .cont7 .desc{
	padding:100px 0 0 100px;
}

.ulthera-module .ul_list7 .cont7 .txt{
	padding:20px 0 10px;
	font-size:18px;
	line-height:26px;
	position:relative;
}

.ulthera-module .ul_list7 .cont7 .txt::before{
	content:'';
	display: inline-block;
	width:30px;
	height:34px;
	background-image: url("/imges/package/branch/T00048/icon7.png");
	background-size:100%;
	background-position:center center ;
	background-repeat: no-repeat;
	position:absolute;
	left:-45px;
	top:15px;
}


.ulthera-module .ul_list7 .cont7 .txt span{
	font-weight: 700;
}

.ulthera-module .ul_list7 .cont7 p{
	padding-top:190px;
	margin-left:-50px;
}