
/* website */
body {
	margin: 0px;
	background-color: white !important;
}

/* fonts */
@font-face {
	font-family: roboto_ex_bold;
	src: url("../stylesheets/font/static/Roboto-ExtraBold.ttf");
}
@font-face {
	font-family: roboto_bold;
	src: url("../stylesheets/font/static/Roboto-Bold.ttf");
}
@font-face {
	font-family: roboto_regular;
	src: url("../stylesheets/font/static/Roboto-Regular.ttf");
}
@font-face {
	font-family: roboto_light;
	src: url("../stylesheets/font/static/Roboto-Light.ttf");
}
@font-face {
	font-family: roboto_italic;
	src: url("../stylesheets/font/static/Roboto-Italic.ttf");
}

/* animations */
.ani_fade_0_4 {
	opacity: 0;
	animation: fadeIn 0.4s ease-in forwards;
}
.ani_fade_0_6 {
	opacity: 0;
	animation: fadeIn 0.6s ease-in forwards;
}
.ani_fade_0_8 {
	opacity: 0;
	animation: fadeIn 0.8s ease-in forwards;
}
.ani_fade_in_1_0 {
	opacity: 0;
	animation: fadeIn 1.0s ease-in forwards;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
.fade_up_0_6 {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 0.6s ease-out forwards;
}
.fade_up_0_8 {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 0.8s ease-out forwards;
}
.fade_up_1_0 {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 1s ease-out forwards;
}
@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* header */
.sw_header {
	width: 100%;
	position: fixed;
	z-index: 100;
	background-color: white;
	border-bottom: 1px solid #c1c1c1;
}
.sw_header_blk {
	width: 1250px;
	height: 100px;
	margin: auto;
}
.sw_header_d_flex {
	width: 100%;
	display: inline-flex;
}
.sw_header_logo {
	width: 500px;
	height: 99px;
}
.sw_header_logo img {
	width: 260px;
    padding-top: 13px;
}
.sw_header_logo img:hover {
	cursor: pointer;
}
.sw_header_pages {
	width: 750px;
	text-align: right;
}
.sw_header_pag {
	font-family: roboto_regular;
	font-size: 18px;
	color: black;
	letter-spacing: 0.2px;
	margin: 28px 0px 15px 0px;
	padding: 11px 20px 8px 20px;
	position: relative;
	display: inline-block;
}
.sw_header_pag:hover {
	cursor: pointer;
    background-color: #e7e7e7;
}
.sw_pag_active {
	color: #1347d7!important;
}
.sw_pag_active:hover {
	cursor: default;
	background-color:transparent;
}
.sw_pag_cont_active {
	color: #1347d7 !important;
	border: 2px solid #1347d7 !important;
}
.sw_pag_cont_active:hover{
	cursor: default;
	background-color:transparent!important;
}
.sw_header_btn {
	background-color: transparent;
	border: 2px solid black;
	font-family: roboto_regular;
	font-size: 18px;
	color: black;
	letter-spacing: 0.2px;
	margin: 28px 0px 0px 0px;
	padding: 8px 23px 6px 24px;
	display: inline-block;
	vertical-align: top;
}
.sw_header_btn:hover {
	background-color: #1347d7;
    border-color: #1347d7;
    color: white;
    cursor: pointer;
}
.sw_header_icon {
	display: none;
}
.sw_m_header_pag {
	width: 100%;
	font-family: roboto_regular;
	font-size: 18px;
	color: black;
	text-align: left;
	letter-spacing: 0.2px;
	padding: 15px 0px 15px 25px;
	display: inline-block;
	text-decoration: none;
}
.sw_m_header_pag:hover {
	cursor: pointer;
	background-color: #e5e5e5;
}
.offcanvas-body {
	padding: 0px 1rem 0px 1rem !important;
}

/* footer */
.sw_footer {
	width: 100%;
	background-color: #292929;
}
.sw_footer_top {
	width: 1250px;
	margin: auto;
}
.sw_footer_div {
	width: 100%;
	display: inline-flex;
	padding-top: 15px;
}
.sw_footer_blk_left {
	width: 25%;
	display: inline-flex;
}
.sw_footer_fl_img{

}
.sw_footer_fl_img img{
	width: 120px;
}
.sw_footer_fl_txt {
	width: 150px;
	color: white;
	font-family: 'roboto_regular';
	padding-top: 30px;
}
.sw_footer_blk_center {
	width: 50%;
	text-align: center;
	padding-top: 20px;
}
.sw_footer_comp {
	color: white;
	font-size: 25px;
	font-family: 'roboto_regular';
}
.sw_footer_slog {
	color: white;
	font-size: 17px;
	font-family: roboto_italic;
}
.sw_footer_blk_right {
	width: 25%;
	text-align: right;
}
.sw_footer_blk_right img{
	width: 120px;
}
.sw_footer_bottom {
	width: 100%;
	padding: 10px 0px;
	background-color: #1a1a1a;
}
.sw_footer_bt_txt {
	text-align: center;
	color: white;
}

/* home */
.sw_home_hero {
	width: 100%;
	height: 100vh;
	position: relative;
}
.sw_home_hero_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.sw_home_hero_content {
}
.sw_home_hero_title {
	width: 1250px;
	line-height: 100px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	color: white;
	font-family: 'roboto_ex_bold';
	text-shadow: 0px 2px 20px #000000;
}
.sw_home_hero_subt {
	width: 1050px;
	text-align: center;
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 23px;
	color: white;
	font-family: roboto_light;
	text-shadow: 0px 2px 20px #000000;
}
.sw_home_hero_buttons {
	width: 645px;
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sw_home_hero_btn {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 80px;
	padding-top: 20px;
	border: 2px solid white;
	font-size: 25px;
	text-align: center;
	font-family: 'roboto_light';
	color: white;
	background-color: transparent;
	text-shadow: 0px 2px 20px #000000;
	margin: 0px 10px;
}
.sw_home_hero_btn:hover{
	cursor:pointer;
	background-color:white;
	color:black;
	text-shadow:none;
}

.sw_home_sec_1 {
	width: 1250px;
	margin: auto;
}
.sw_home_sec_1_ttl {
	padding-top: 40px;
	text-align: center;
	font-size: 43px;
	font-family: 'roboto_regular';
}
.sw_home_sec_1_des {
	padding-top: 30px;
	text-align: center;
	font-family: 'roboto_regular';
	font-size: 25px;
	letter-spacing: 0.5px;
	color: #444444;
}
.sw_home_sec_1_list {
	margin-top: 50px;
}
.sw_home_sec_1_blk {
	width: 400px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.sw_home_sec_1_blk_center {
	width: 400px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0px 20px;
}
.sw_home_sec_1_div{

}
.sw_home_sec_1_1_img {

}
.sw_home_sec_1_1_img img{
	width:105px;
}
.sw_home_sec_1_2_img {

}
.sw_home_sec_1_2_img img {
	width: 130px;
    padding: 12px 0px 6px 0px;
}
.sw_home_sec_1_3_img {

}
.sw_home_sec_1_3_img img {
	width: 85px;
    padding: 12px 0px 7px 0px;
}
.sw_home_sec_1_cont{

}
.sw_home_sec_1_lab {
	font-size: 20px;
	font-family: 'roboto_regular';
	font-weight: 900;
	letter-spacing: 1px;
}
.sw_home_sec_1_txt {
	padding-top: 30px;
	text-align: center;
	font-family: 'roboto_regular';
	font-size: 17px;
	letter-spacing: 0.5px;
	color: #323232;
}
.sw_home_sec_1_button {
	margin-top: 60px;
}
.sw_home_sec_1_btn {
	width: 300px;
	height: 80px;
	margin: auto;
	margin-top: 40px;
	padding-top: 20px;
	border: 2px solid black;
	font-size: 25px;
	text-align: center;
	font-family: 'roboto_light';
	color: black;
	background-color: transparent;
}
.sw_home_sec_1_btn:hover{
	background-color: #1347d7;
    border-color: #1347d7;
    color: white;
    cursor: pointer;
}

.sw_home_sec_2 {
	width:1250px;
	margin:auto;
	margin-top: 80px;
}
.sw_home_m_sec_2{
	display:none;
}
.sw_home_sec_2_flex {
	width: 100%;
	display: inline-flex;
}
.sw_home_sec_2_content {
	width:50%;
}
.sw_home_sec_2_ttl {
	padding-top: 35px;
	text-align: center;
	font-size: 43px;
	font-family: 'roboto_regular';
}
.sw_home_sec_2_txt {
	padding-top: 70px;
	text-align: center;
	font-family: 'roboto_regular';
	font-size: 24px;
	letter-spacing: 0.5px;
	color: #444444;
}
.sw_home_sec_2_btn {
	width: 300px;
	height: 80px;
	margin: auto;
	margin-top: 60px;
	padding-top: 20px;
	border: 2px solid black;
	font-size: 25px;
	text-align: center;
	font-family: 'roboto_light';
	color: black;
	background-color: transparent;
}
.sw_home_sec_2_btn:hover{
	background-color: #1347d7;
    border-color: #1347d7;
    color: white;
    cursor: pointer;
}
.sw_home_sec_2_img {
	width: 50%;
}
.sw_home_sec_2_img img {
	width: 100%;
}

.sw_home_sec_3 {
	width: 1250px;
	margin: auto;
	margin-top: 80px;
}
.sw_home_sec_3_ttl {
	font-size: 43px;
	font-family: 'roboto_regular';
	text-align: center;
	padding-top: 40px;
}
.sw_home_sec_3_txt {
	padding-top: 20px;
	text-align: center;
	font-family: 'roboto_regular';
	font-size: 24px;
	letter-spacing: 0.5px;
	color: #444444;
}
.sw_home_sec_3_btn {
	width: 300px;
	height: 80px;
	margin: auto;
	margin-top: 40px;
	padding-top: 20px;
	border: 2px solid black;
	font-size: 25px;
	text-align: center;
	font-family: 'roboto_light';
	color: black;
	background-color: transparent;
}
.sw_home_sec_3_btn:hover{
	background-color: #1347d7;
    border-color: #1347d7;
    color: white;
    cursor: pointer;
}

.sw_home_sec_4 {
	width: 100%;
	margin-top: 80px;
	background-color: #efefef;
	padding: 50px 0px 70px 0px;
}
.sw_home_sec_4_ttl {
	text-align: center;
	font-size: 43px;
	font-family: 'roboto_regular';
}
.sw_home_sec_4_txt {
	width: 1250px;
	margin: auto;
	padding-top: 20px;
	text-align: center;
	font-family: 'roboto_regular';
	font-size: 23px;
	letter-spacing: 0.5px;
	color: #444444;
}
.sw_home_sec_4_list {
	width: 1024px;
	margin: auto;
	margin-top: 50px;
}
.sw_home_sec_4_comp_1 {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	width: 200px;
}
.sw_home_sec_4_comp_2 {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	width: 355px;
}
.sw_home_sec_4_comp_3 {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	padding-top: 60px;
}
.sw_home_sec_4_comp_4 {
	display: inline-block;
	vertical-align: top;
	margin-right: 48px;
	width: 300px;
	margin-top: 30px;
}
.sw_home_sec_4_comp_5 {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	width: 237px;
	margin-top: 30px;
}
.sw_home_sec_4_comp_6 {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin-top: 28px;
	margin-right: 20px;
}
.sw_home_sec_4_comp_7 {
	display: inline-block;
	vertical-align: top;
	width: 203px;
	margin-left: 18px;
	margin-top: 28px;
}

.sw_home_sec_5 {
	width:100%;
}
.sw_home_sec_5_blk{
	width:100%;
	position:relative;
}
.sw_home_sec_5 img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.sw_home_sec_5_ttl {
	width: 1250px;
	position: absolute;
	top: 34%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	font-family: 'roboto_regular';
	text-align: center;
	color: white;
	text-shadow: 0px 2px 20px #000000;
}
.sw_home_sec_5_btn {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 80px;
	padding-top: 20px;
	border: 2px solid white;
	font-size: 25px;
	text-align: center;
	font-family: 'roboto_light';
	color: white;
	background-color: transparent;
	text-shadow: 0px 2px 20px #000000;
}
.sw_home_sec_5_btn:hover{
	cursor: pointer;
    background-color: white;
    color: black;
    text-shadow: none;
}

/* pages banner top */
.sw_pag_top {
	width: 100%;
}
.sw_pag_top_blk {
	width: 100%;
	position: relative;
}
.sw_pag_top_blk img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.sw_pag_top_ttl {
	width: 80%;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	font-family: 'roboto_light';
	letter-spacing: 2px;
	text-align: center;
	color: white;
	text-shadow: 0px 2px 20px #000000;
}

/* about */
.sw_about_page {
	width: 1250px;
	margin: auto;
	text-align: center;
}
.sw_about_blk_list{

}
.sw_about_blk_1 {
	padding: 40px;
	margin-bottom: 60px;
	border-left: 2px solid #0040be;
}
.sw_about_blk_2 {
	padding: 40px;
	margin-bottom: 60px;
	border-right: 2px solid #0040be;
}
.sw_about_blk_3 {
	padding: 40px;
	border-bottom: 2px solid #0040be;
}
.sw_about_lab {
	font-size: 37px;
	font-family: 'roboto_regular';
}
.sw_about_txt {
	font-size: 22px;
	font-family: 'roboto_regular';
	letter-spacing: 0.5px;
	line-height: 50px;
	margin-top: 30px;
	color: black;
}
.sw_about_mis {
	margin: 40px 0px 25px 0px;
}
.sw_about_mis_ttl {
	font-size: 40px;
	font-family: 'roboto_regular';
	font-weight: 900;
	letter-spacing: 2px;
	padding-bottom: 30px;
}
.sw_about_mis_txt {
	width: 800px;
	margin: auto;
	font-size: 25px;
	font-family: 'roboto_light';
	font-style: italic;
	padding-bottom: 10px;
}

/* services */
.sw_serv_page {
	width: 1250px;
	margin: auto;
}
.sw_serv_txt {
	font-size: 24px;
	font-family: 'roboto_italic';
	text-align: center;
	padding: 50px 50px 70px 50px;
}
.sw_serv_blk {
	width: 100%;
	display: inline-flex;
	margin-bottom: 90px;
	border-right: 2px solid #0040be;
}
.sw_serv_img {
	width: 35%;
}
.sw_serv_img img{
	width: 100%;
}
.sw_serv_info {
	width: 65%;
	padding-left: 20px;
}
.sw_serv_info_ttl {
	font-size: 20px;
	font-family: roboto_ex_bold;
}
.sw_serv_topics{

}
.sw_serv_topics ul{
	padding-top: 25px;
}
.sw_serv_topics ul li{
	font-size: 18px;
    font-family: 'roboto_regular';
    padding-bottom: 7px;
}
.sw_link1_img {
	text-align: center;
	border-top: 2px solid #d1d1d1;
	padding-top: 30px;
}
.sw_link1_img img{
	width: 350px;
    padding-top: 7px;
}
.sw_link1_btn {
	margin-bottom:60px;
}
.sw_link1_btn a{
	display: block;
    width: 300px;
    height: 80px;
    margin: auto;
    padding-top: 20px;
    border: 2px solid black;
    font-size: 25px;
    text-align: center;
    font-family: 'roboto_light';
    text-decoration: none;
    color: black;
    background-color: transparent;
}
.sw_link1_btn a:hover{
	background-color: #1347d7;
    border-color: #1347d7;
    color: white;
    cursor: pointer;
}
.sw_link1_texts {
	padding: 50px 0px 25px 0px;
	text-align: center;
}
.sw_link1_txt_1 {
	font-size: 20px;
	font-family: 'roboto_regular';
	margin-bottom: 30px;
}
.sw_link1_txt_2 {
	font-size: 20px;
	font-family: 'roboto_regular';
	margin-bottom: 30px;
}
.sw_link1_txt_3 {
	font-size: 20px;
	font-family: 'roboto_italic';
	margin-bottom: 20px;
}


/* portfolio */
.sw_port_page {
	width: 1250px;
	margin: auto;
	padding-top: 20px;
}
.sw_port_header {
	width: 100%;
	display: block;
}
.sw_port_filter {
	width: 100%;
}
.sw_port_filter_div {
	width: 300px;
	margin: auto;
}
.sw_port_filter_ttl {
	font-family: roboto_regular;
	color: black;
	letter-spacing: 0.5px;
}
.sw_port_filter_select {
	width: 100%;
}
.sw_port_filter_select select {
	width: 100%;
	height: 40px;
	padding-left: 5px;
	outline: none;
	border: 1px solid #b1b1b1;
}
.sw_port_filter_select select:focus {
	border: 1px solid black;
}
.sw_port_body {
	margin-top: 25px;
}
.sw_port_img {
	display: inline-block;
	width: 289px;
	margin: 0px 10px 30px 10px;
}
.sw_port_img img {
	width: 100%;
	height: 180px;
	border: 10px solid white;
}
.sw_port_img img:hover {
	cursor: pointer;
	border: 3px solid transparent;
	transition: ease 0.5s;
}
.hidden {
	display: none;
}


/* Modal */
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	overflow: auto;
}
.modal-content-wrapper {
	position: relative;
	margin: 5% auto;
	width: 90%;
	max-width: 1000px;
	text-align: center;
}
.image-container {
	max-height: 80vh;
	overflow: auto;
	border-radius: 8px;
	background: #000;
}
.modal-content {
	transition: transform 0.3s;
	display: block;
	margin: 0 auto;
	max-width: none;
	max-height: none;
}
.close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}
.close:hover {
	color: #bbb;
}
.zoom-buttons {
	margin-top: 20px;
}
.zoom-buttons button {
	padding: 8px 12px;
	margin: 0 5px;
	font-size: 16px;
	cursor: pointer;
}


/* contact */
.sw_contact_page {
	width: 1250px;
	margin: auto;
}
.sw_contact_txt {
	margin: 30px 0px 70px 0px;
	text-align: center;
	font-family: 'roboto_regular';
	font-size: 23px;
	letter-spacing: 0.5px;
	color: #444444;
}
.sw_cont_items{

}
.sw_cont_blk {
	width: 500px;
	margin: auto;
	border: 1px solid #8d8d8d;
	margin-bottom: 40px;
}
.sw_cont_blk:hover{
	background-color: #e7e7e7;
    border: 1px solid #bababa;
    cursor: pointer;
}
.sw_cont_div {
	width:100%;
	display: inline-flex;
	text-decoration: none;
	color: black;
}
.sw_cont_img{

}
.sw_cont_info {
	font-size: 20px;
	font-family: 'roboto_regular';
	padding: 10px 0px 0px 10px;
}
.sw_cont_txt_2 {
	margin: 70px 0px 50px 0px;
	text-align: center;
	font-size: 20px;
	font-family: 'roboto_italic';
}


@media only screen and (min-width: 300px) and (max-width: 499px) {
	.sw_header_blk {
		width: 100%;
		height: 50px;
	}
	.sw_header_logo {
		display: block;
		width: 50%;
		height: 50px;
	}
	.sw_header_logo img {
        width: 160px;
        padding-top: 4px;
        padding-left: 10px;
    }
	.sw_header_pages {
		width: 50%;
		padding-top: 3px;
	}
	.sw_header_pag {
		display: none;
	}
	.sw_header_btn {
		height: 25px;
		font-size: 11px;
		margin: 9px 0px 0px 0px;
		padding: 3px 12px 3px 12px;
	}
	.sw_header_icon {
		width: 50px;
		color: black;
		padding: 2px 0px 0px 0px;
		margin-top: 0px;
		font-size: 25px;
		text-align: center;
		float: right;
		display: block;
	}
	.sw_home_hero_title {
		width: 280px;
		top: 15%;
		line-height: 30px;
		font-size: 25px;
	}
	.sw_home_hero_subt {
		width: 280px;
		top: 35%;
		font-size: 15px;
	}
	.sw_home_hero_buttons {
		width: 280px;
		top: 60%;
	}
	.sw_home_hero_btn {
		width: 280px;
		height: 60px;
		font-size: 23px;
		padding-top: 12.5px;
		display: block;
		margin: auto;
		margin-top: 20px;
	}
	.sw_home_sec_1 {
		width: 280px;
	}
	.sw_home_sec_1_ttl {
		font-size: 18px;
		font-family: 'roboto_ex_bold';
	}
	.sw_home_sec_1_des {
		font-size: 17px;
	}
	.sw_home_sec_1_list {
		margin-top: 20px;
	}
	.sw_home_sec_1_blk {
		width: 280px;
		margin: auto;
		display: block;
		margin-bottom: 20px;
	}
	.sw_home_sec_1_blk_center {
		width: 280px;
		margin: auto;
		display: block;
		margin-bottom: 20px;
	}
	.sw_home_sec_1_lab {
		font-size: 18px;
	}
	.sw_home_sec_1_btn {
		width: 280px;
		height: 60px;
		font-size: 23px;
		padding-top: 12.5px;
	}
	.sw_home_sec_2 {
		display: none;
	}
	.sw_home_m_sec_2 {
		width: 280px;
		margin: auto;
		margin-top: 80px;
		display: block;
	}
	.sw_home_sec_2_ttl {
		font-size: 25px;
	}
	.sw_home_sec_2_flex {
		display: block;
	}
	.sw_home_sec_2_img {
		width: 100%;
	}
	.sw_home_sec_2_content {
		width: 100%;
	}
	.sw_home_sec_2_txt {
		padding-top: 20px;
		font-size: 17px;
	}
	.sw_home_sec_2_btn {
		margin-top: 30px;
		width: 280px;
		height: 60px;
		font-size: 23px;
		padding-top: 12.5px;
	}
	.sw_home_sec_3 {
		width: 280px;
	}
	.sw_home_sec_3_ttl {
		font-size: 25px;
	}
	.sw_home_sec_3_txt {
		font-size: 17px;
	}
	.sw_home_sec_3_btn {
		width: 280px;
		height: 60px;
		font-size: 23px;
		padding-top: 12.5px;
	}
	.sw_home_sec_4 {
		padding: 20px 0px 30px 0px;
	}
	.sw_home_sec_4_ttl {
		font-size: 20px;
		font-family: 'roboto_ex_bold';
	}
	.sw_home_sec_4_txt {
		width: 280px;
		font-size: 17px;
	}
	.sw_home_sec_4_list {
		width: 280px;
		margin-top: 30px;
	}
	.sw_home_sec_4_comp_1 {
		margin-right: 20px;
		width: 90px;
	}
	.sw_home_sec_4_comp_2 {
		width: 160px;
		margin-right: 0px;
	}
	.sw_home_sec_4_comp_3 {
		width: 280px;
		padding-top: 20px;
	}
	.sw_home_sec_4_comp_4 {
		margin-right: 20px;
		width: 140px;
	}
	.sw_home_sec_4_comp_5 {
		width: 110px;
		margin-right: 0px;
	}
	.sw_home_sec_4_comp_6 {
		width: 120px;
		margin-right: 10px;
	}
	.sw_home_sec_4_comp_7{
		width: 130px;
		margin-left: 10px;
		margin-top: 35px;
	}
	.sw_home_sec_5_ttl {
		width: 280px;
		font-size: 20px;
	}
	.sw_home_sec_5_btn {
		width: 280px;
		height: 60px;
		font-size: 23px;
		padding-top: 10.5px;
	}
	.sw_footer_top {
		width: 280px;
	}
	.sw_footer_div {
		display: block;
	}
	.sw_footer_blk_left {
		width: 100%;
	}
	.sw_footer_blk_center {
		width: 100%;
		padding: 20px 0px 30px 0px;
	}
	.sw_footer_blk_right {
		width: 100%;
		text-align: center;
	}
	.sw_footer_fl_img {
		width: 50%;
		text-align: right;
	}
	.sw_pag_top_ttl {
		width: 95%;
		top: 55%;
		font-size: 40px;
	}
	.sw_about_page {
		width: 280px;
	}
	.sw_about_blk_1 {
		margin-bottom: 0px;
	}
	.sw_about_blk_2 {
		margin-bottom: 0px;
	}
	.sw_about_blk_3 {
		margin-bottom: 0px;
	}
	.sw_about_lab {
		font-size: 27px;
	}
	.sw_about_txt{
		font-size: 17px;
		line-height: 25px;
	}
	.sw_about_mis_ttl {
		font-size: 27px;
	}
	.sw_about_mis_txt {
		width: 280px;
		font-size: 17px;
		color: black;
	}
	.sw_serv_page {
		width: 280px;
	}
	.sw_serv_txt {
		padding: 50px 0px 50px 0px;
		font-size: 18px;
	}
	.sw_serv_blk {
		display: block;
		margin-bottom: 50px;
		border-right: none;
	}
	.sw_serv_img {
		width: 100%;
	}
	.sw_serv_info {
		width: 100%;
		padding-left: 0px;
	}
	.sw_serv_info_ttl {
		padding-top: 20px;
	}
	.sw_serv_topics ul {
		padding-top: 15px;
	}
	.sw_link1_img img {
		width: 280px;
	}
	.sw_link1_texts {
		padding: 20px 0px 20px 0px;
		text-align: left;
	}
	.sw_link1_txt_1 {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.sw_link1_txt_2 {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.sw_link1_txt_3 {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.sw_link1_btn a {
		width: 280px;
		height: 60px;
		font-size: 23px;
		padding-top: 10.5px;
	}
	.sw_port_page {
		width: 280px;
		padding-top: 60px;
	}
	.sw_port_filter_div {
		width: 280px;
		margin: auto;
		margin-top: 20px;
	}
	.sw_port_body {
		margin-top: 30px;
	}
	.sw_port_img {
		display: block;
		width: 280px;
		margin: 0px 0px 15px 0px;
	}
	.sw_port_img img {
		width: 100%;
		height: 170px;
	}
	.sw_contact_page {
		width: 280px;
	}
	.sw_contact_txt {
		margin: 30px 0px 30px 0px;
		font-size: 17px;
		color: black;
	}
	.sw_cont_blk {
		width: 280px;
	}
	.sw_cont_img {
		background-color: #1347d7;
	}
	.sw_cont_info {
		font-size: 18px;
		padding: 14px 0px 0px 10px;
	}

}

@media only screen and (min-width: 500px) and (max-width: 799px) {
	.sw_header_blk {
		width: 450px;
	}
	.sw_header_logo {
		width: 225px;
	}
	.sw_header_logo img {
		width: 220px;
		padding-top: 18.5px;
	}
	.sw_header_pages {
		width: 250px;
	}
	.sw_header_pag {
		display: none;
	}
	.sw_header_btn {
		font-size: 15px;
		margin: 32px 0px 0px 0px;
		padding: 7px 23px 6px 24px;
	}
	.sw_header_icon {
		width: 60px;
		color: black;
		padding: 12px 0px 10px 0px;
		margin-top: 3px;
		margin-left: 10px;
		font-size: 45px;
		text-align: center;
		float: right;
		display: block;
	}
	.sw_header_icon:hover {
			cursor: pointer;
		}
	.sw_home_hero_title {
		width: 450px;
		top: 30%;
		line-height: 50px;
		font-size: 40px;
	}
	.sw_home_hero_subt {
		width: 450px;
		top: 52%;
		font-size: 20px;
	}
	.sw_home_hero_buttons {
		width: 450px;
	}
	.sw_home_hero_btn {
		display:block;
		margin: auto;
		margin-top: 20px;
	}
	.sw_home_sec_1 {
		width: 450px;
	}
	.sw_home_sec_1_ttl {
		font-size: 30px;
	}
	.sw_home_sec_1_des {
		font-size: 20px;
	}
	.sw_home_sec_1_list {
		margin-top: 20px;
	}
	.sw_home_sec_1_blk {
		margin: auto;
		display: block;
		margin-bottom:20px;
	}
	.sw_home_sec_1_blk_center {
		margin: auto;
		display: block;
		margin-bottom: 20px;
	}
	.sw_home_sec_2{
		display:none;
	}
	.sw_home_m_sec_2 {
		width: 450px;
		margin: auto;
		margin-top: 80px;
		display: block;
	}
	.sw_home_sec_2_flex {
		display: block;
	}
	.sw_home_sec_2_img {
		width: 100%;
	}
	.sw_home_sec_2_content {
		width: 100%;
	}
	.sw_home_sec_2_txt {
		padding-top: 20px;
	}
	.sw_home_sec_2_btn {
		margin-top: 30px;
	}
	.sw_home_sec_3 {
		width: 450px;
	}
	.sw_home_sec_4 {
		padding: 20px 0px 70px 0px;
	}
	.sw_home_sec_4_txt {
		width: 450px;
		font-size: 18px;
	}
	.sw_home_sec_4_list {
		width: 450px;
		margin-top: 30px;
	}
	.sw_home_sec_4_comp_1 {
		margin-right: 45px;
		width: 130px;
	}
	.sw_home_sec_4_comp_2 {
		width: 230px;
	}
	.sw_home_sec_4_comp_3 {
		width: 400px;
		padding-top: 20px;
	}
	.sw_home_sec_4_comp_4 {
		margin-right: 20px;
		width: 215px;
	}
	.sw_home_sec_4_comp_5 {
		width: 170px;
	}
	.sw_home_sec_5_ttl {
		width: 450px;
	}
	.sw_footer_top {
		width: 450px;
	}
	.sw_footer_div {
		display: block;
	}
	.sw_footer_blk_left {
		width: 100%;
	}
	.sw_footer_blk_center {
		width: 100%;
		padding: 20px 0px 30px 0px;
	}
	.sw_footer_blk_right {
		width: 100%;
		text-align: center;
	}
	.sw_footer_fl_img {
		width: 50%;
		text-align: right;
	}
	.sw_about_page {
		width: 450px;
	}
	.sw_about_mis_txt {
		width: 450px;
		color: black;
		font-size: 20px;
	}
	.sw_serv_page {
		width: 450px;
	}
	.sw_serv_txt {
		padding: 50px 0px 50px 0px;
	}
	.sw_serv_blk {
		display: block;
		margin-bottom: 50px;
		border-right: none;
	}
	.sw_serv_img {
		width: 100%;
	}
	.sw_serv_info {
		width: 100%;
		padding-left: 0px;
	}
	.sw_serv_info_ttl {
		padding-top: 20px;
	}
	.sw_serv_topics ul {
		padding-top: 15px;
	}
	.sw_port_page {
		width: 450px;
	}
	.sw_port_filter_div {
		width: 300px;
		margin: auto;
		margin-top: 20px;
	}
	.sw_port_body {
		margin-top: 40px;
	}
	.sw_port_img {
		width: 200px;
	}
	.sw_port_img img {
		width: 100%;
		height: 140px;
	}
	.sw_contact_page {
		width: 450px;
	}
	.sw_cont_blk {
		width: 450px;
	}
	.sw_cont_info {
		font-size: 18px;
		padding: 14px 0px 0px 10px;
	}
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
	.sw_header_blk {
		width: 750px;
	}
	.sw_header_logo {
		width: 300px;
	}
	.sw_header_logo img {
		width: 270px;
		padding-top: 12px;
	}
	.sw_header_pages {
		width: 450px;
	}
	.sw_header_pag {
		display: none;
	}
	.sw_header_icon {
		width: 60px;
		color: black;
		padding: 12px 0px 10px 0px;
		margin-top: 3px;
		margin-left: 10px;
		font-size: 45px;
		text-align: center;
		float: right;
		display: block;
	}
	.sw_header_icon:hover {
			cursor: pointer;
		}
	.sw_home_hero_title {
		width: 750px;
		font-size: 50px;
		line-height: 60px;
	}
	.sw_home_hero_subt {
		width: 750px;
		font-size: 20px;
	}
	.sw_home_sec_1 {
		width: 750px;
	}
	.sw_home_sec_1_des {
		font-size: 20px;
	}
	.sw_home_sec_1_blk {
		width: 233px;
	}
	.sw_home_sec_1_blk_center {
		width: 233px;
	}
	.sw_home_sec_2 {
		width: 750px;
	}
	.sw_home_sec_2_ttl {
		padding-top: 0px;
	}
	.sw_home_sec_2_txt {
		padding-top: 5px;
		font-size: 20px;
	}
	.sw_home_sec_2_btn {
		margin-top: 7px;
	}
	.sw_home_sec_3 {
		width: 750px;
	}
	.sw_home_sec_3_txt {
		font-size: 21px;
	}
	.sw_home_sec_4_txt {
		width: 750px;
		font-size: 20px;
	}
	.sw_home_sec_4_list {
		width: 750px;
	}
	.sw_home_sec_4_comp_1 {
		width: 150px;
	}
	.sw_home_sec_4_comp_2 {
		width: 265px;
	}
	.sw_home_sec_4_comp_3 {
		width: 260px;
		padding-top: 50px;
	}
	.sw_home_sec_4_comp_4 {
		margin-right: 10px;
		width: 200px;
	}
	.sw_home_sec_4_comp_5 {
		margin-right: 10px;
		width: 160px;
	}
	.sw_home_sec_4_comp_6 {
		width: 120px;
		margin-right: 10px;
	}
	.sw_home_sec_4_comp_7 {
		width: 150px;
	}
	.sw_home_sec_5_ttl {
		width: 750px;
	}
	.sw_footer_top {
		width: 750px;
	}
	.sw_footer_fl_txt {
		padding-top: 12px;
	}
	.sw_about_page {
		width: 750px;
	}
	.sw_about_mis_txt {
		width: 750px;
		font-size: 24px;
	}
	.sw_serv_page {
		width: 750px;
	}
	.sw_serv_txt {
		font-size: 23px;
		padding: 50px 0px 70px 0px;
	}
	.sw_serv_img {
		width: 50%;
	}
	.sw_serv_img img {
		height: 100%;
		object-fit: cover;
	}
	.sw_port_page {
		width: 750px;
	}
	.sw_port_filter_div {
		width: 300px;
		margin: auto;
		margin-top: 20px;
	}
	.sw_port_body {
		margin-top: 40px;
	}
	.sw_port_img {
		width: 225px;
	}
	.sw_contact_page {
		width: 750px;
	}
	
}

@media only screen and (min-width: 1000px) and (max-width: 1299px) {
	.sw_header_blk {
		width: 950px;
	}
	.sw_header_logo {
		width: 300px;
	}
	.sw_header_logo img {
		width: 260px;
        padding-top: 13px;
	}
	.sw_home_hero_title {
		width: 950px;
		font-size: 47px;
	}
	.sw_home_hero_subt {
		width: 950px;
		font-size: 21px;
	}
	.sw_home_sec_1 {
		width: 950px;
	}
	.sw_home_sec_1_des {
		font-size: 20px;
		padding: 30px 30px 0px 30px;
	}
	.sw_home_sec_1_blk {
		width: 300px;
	}
	.sw_home_sec_1_blk_center {
		width: 300px;
	}
	.sw_home_sec_2 {
		width: 950px;
	}
	.sw_home_sec_2_ttl {
		padding-top: 0px;
	}
	.sw_home_sec_2_txt {
		padding: 35px 20px 0px 20px;
		font-size: 22px;
	}
	.sw_home_sec_2_btn {
		margin-top: 35px;
	}
	.sw_home_sec_3 {
		width: 950px;
	}
	.sw_home_sec_4_txt {
		width: 950px;
		font-size: 21px;
		padding: 20px 25px 0px 25px;
	}
	.sw_home_sec_4_list {
		width: 950px;
	}
	.sw_home_sec_4_comp_1 {
		width: 170px;
	}
	.sw_home_sec_4_comp_2 {
		width: 303px;
	}
	.sw_home_sec_4_comp_3 {
		padding-top: 45px;
	}
	.sw_home_sec_4_comp_4 {
		margin-right: 40px;
		width: 250px;
	}
	.sw_home_sec_4_comp_5 {
		width: 200px;
	}
	.sw_home_sec_4_comp_6 {
		width: 135px;
	}
	.sw_home_sec_4_comp_7 {
		width: 200px;
	}
	.sw_home_sec_5_ttl {
		width: 650px;
	}
	.sw_footer_top {
		width: 950px;
	}
	.sw_about_page {
		width: 950px;
	}
	.sw_serv_page {
		width: 950px;
	}
	.sw_port_page {
		width: 950px;
	}
	.sw_contact_page {
		width: 950px;
	}
}
