@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap');
/* #04d7ff */

/* ****************** LAYOUT ********************** */
body,
table,
th,
td,
button,
select,
input,
textarea {
	font-family: 'Noto Sans KR', Arial, sans-serif;
	font-size: 14px;
	color: #444;
	-webkit-text-size-adjust: none;
	word-break: keep-all;
}

#wrap {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url('/images/main_bg-e9a99bab262d2800cd2bda2e1c4acc4f.jpg') no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}

#wrap.contactWrap {
	width: 100%;
	/*height: 100%;  로컬에서 하단까지 스크로 안내려감 */
	height: 125%;
	background: url('/images/main_bg-e9a99bab262d2800cd2bda2e1c4acc4f.jpg') no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
	padding-bottom:10vh;
}

#wrap.contactWrap .content{
	position:relative;
}

header .logo {
	float: left;
	position: absolute;
;
	top: 50px;
	left: 60px;
}

header .logo a {
	width: 285px;
	height: 45px;
	background: url('/images/logo-dfeb05cb2e164fd7f7cdfb76e589d62b.png') no-repeat;
	display: block;
	text-indent: -9999em;
}

#wrap_sub {
	width: 100%;
	height: 750px;
	background: url('/images/sub_bg-a714795abdebedf3b6d498eba7697db3.jpg') no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}

.video {width:100%; height:100%;}
.video video {height:100%; width:100%; object-fit: fill;}

/*  HEADER  */
#header {
	position: relative;
	height: 150px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

#header.intro {height:0px;}

#headerInnerWrap {
	position: relative;
	margin: 0 auto;
	width: 90%;
	height: 100%;
	z-index: 9999;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}

#headerInner {
	position: relative;
	height: 100%;
	margin: 0px auto;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s
}


/* -------- Header :: GNB -------- */

.gnb-overlay-bg-m {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

#gnbM {
	display: block;
	position: fixed;
	top: 0px;
	right: 0;
	width: 80%;
	height: 100%;
	max-width: 280px;
	background-color: #fff;
	z-index: 9999;
	transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	visibility: hidden;
}

#gnbM.open {
	right: 0px;
	visibility: visible;
}

/* GNB Mobile 레이아웃 */
.gnb-navigation-wrapper {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding-top: 80px;
	overflow-y: auto;
}

.header-util-menu-box+.gnb-navigation-wrapper {
	padding-top: 0
}

/* GNB Mobile 메뉴영역  1차 */
#navigation>li {
	border-bottom: 1px solid #e7e7e7;
}

#navigation>li:first-child {
	border-top: 1px solid #e7e7e7
}

#navigation>li>a {
	position: relative;
	display: block;
	padding: 15px;
	color: #111;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.1px;
}

#navigation>li.active>a {
	color: #0189c6;
}

#navigation>li.has-2dep>a {}

#navigation>li.has-2dep.active>a {}

#navigation>li .gnb-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
}

#navigation>li .gnb-icon i {
	font-size: 20px;
}

/* GNB Mobile  메뉴영역 2차 */
#navigation>li .gnb-2dep {
	display: none;
	padding: 15px 0;
	background-color: #f2f2f2;
}

#navigation>li .gnb-2dep>li {
	height: auto !important;
}

#navigation>li .gnb-2dep>li>a {
	display: block;
	color: #444;
	font-size: 14px;
	padding: 12px 15px;
	letter-spacing: -0.75px;
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

#navigation>li .gnb-2dep>li.on>a {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	font-weight: 500;
}

/* GNB Mobile  메뉴영역 3차 */
#navigation>li .gnb-2dep>li>.gnb-3dep {
	display: none;
	padding: 10px;
	background-color: #aaa;
	margin: 0 10px
}

#navigation>li .gnb-2dep>li>.gnb-3dep>li>a {
	display: block;
	padding: 8px 0;
	font-size: 13px;
	color: #fff;
}

#navigation>li .gnb-2dep>li>.gnb-3dep>li>a:before {
	display: inline-block;
	content: "-";
	margin-right: 5px;
}

/* -------- GNB Mobile 스타일2 (Full Style) -------- */
#gnbM.gnb-style-full {
	top: -100%;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: none;
}

#gnbM.gnb-style-full.open {
	top: 0px;
}

.gnb-style-full .gnb-navigation-wrapper {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	padding-top: 0;
}

.gnb-style-full .header-util-menu-box+.gnb-navigation-wrapper {
	top: 80px;
}

.gnb-style-full-member .gnb-navigation-wrapper {
	bottom: 80px;
}

.gnb-style-full .gnb-navigation-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.gnb-style-full #navigation {
	display: table-cell;
	vertical-align: middle;
}

.gnb-style-full #navigation>li {
	text-align: center;
	border: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0s 0s;
	transition: all 0s 0s;
}

.gnb-style-full #navigation>li:first-child {
	border: 0
}

.gnb-style-full #navigation>li>a {}

.gnb-style-full #navigation>li .gnb-icon i {
	display: none;
}

.gnb-style-full.open #navigation>li {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.gnb-style-full.open #navigation>li:nth-child(1) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.gnb-style-full.open #navigation>li:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.gnb-style-full.open #navigation>li:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.gnb-style-full.open #navigation>li:nth-child(4) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.gnb-style-full.open #navigation>li:nth-child(5) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.gnb-style-full.open #navigation>li:nth-child(6) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

/* skip 버튼 */
.skip-btn {position:absolute; bottom: 100px; right:80px; z-index:10000; height:20px; font-size:13px; color:#fff; border:1px solid #fff; border-radius:5px; padding:4px 35px; transition: all .3s; cursor:pointer;}
.skip-btn:hover {background:#fff; color:#07193b;}

/* -------- Header 네비게이션 오픈 버튼 -------- */
.nav-open-btn {
	display: block;
	position: absolute;
	top: 60px;
	right: 70px;
	z-index: 10000;
	height: 30px;
	-webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.nav-open-btn .line {
	display: block;
	width: 28px;
	height: 3px;
	background-color: #fff;
	border-radius: 5px;
	margin: 4px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav-open-btn.active .line {
	background-color: #333;
}

.nav-open-btn.active .line:nth-child(2),
.nav-open-btn.active .line:nth-child(4) {
	opacity: 0;
}

.nav-open-btn.active .line:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}

.nav-open-btn.active .line:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

#header.fixed .nav-open-btn .line {
	background-color: #333
}

.menu {
	width: 96%;
	height: 300px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
}

.menu ul {
	text-align: center;
}

.menu ul li {
	float: left;
	width: 24%;
	height: 170px;
	border-right: 1px solid rgb(255, 255, 255, 0.4);
	padding-top: 40px;
	box-sizing: border-box;
}

.menu ul li a {
	color: #fff;
}

.menu ul li:last-child {
	border-right: none;
}

.menu ul li a span {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 45px;
}

.menu ul li a span>p {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-top: -33px;
	margin-bottom: 7px;
}

.menu ul li a:hover span {
	color: #04d7ff;
}

.menu ul li a:hover span>p {
	color: #04d7ff;
}

.copy {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 14px;
	color: #04d7ff;
}

.content {
	width: 80%;
	height: auto;
	position: absolute;
	top: 18%;
	left: 10%;
	color: #fff;
}
.contactWrap .content {top:4%;}

.content .left, .content .right {width:50%;}

.content h1 {
	font-size: 110px;
	font-weight: 700;
	color: #04d7ff;
	margin: 55px 0 25px 0;
}

.content h4 {
	margin: 35px 0 10px;
}

.content p {
	font-size: 16px;
	font-weight: 300;
}

.content ul {
	margin-top: 160px;
}

.content ul li {
	width: 24%;
}

.content ul li a {
	color: #fff;
}

.content ul li a:hover {
	color: #04d7ff;
}

.content ul li a>img {
	margin-right: 13px;
	margin-bottom: -30px;
}

.content ul li a>span {
	font-size: 28px;
}

.content ul li a>p {
	font-size: 14px;
}

.content ul li:nth-child(1) a>p {
	margin-left: 67px;
}

.content ul li:nth-child(2) a>p {
	margin-left: 80px;
}

.content ul li:nth-child(3) a>p {
	margin-left: 80px;
}

.content ul li:nth-child(4) a>p {
	margin-left: 76px;
}

.content ul.service li:nth-child(1) a>p {
	margin-left: 65px;
}

.content ul.service li:nth-child(2) a>p {
	margin-left: 63px;
}

.content ul.service li:nth-child(3) a>p {
	margin-left: 80px;
}

.content ul.service li:nth-child(4) a>p {
	margin-left: 70px;
}

.content ul.work-menu li {
	width: 33%;
}

.content ul.work-menu li:nth-child(1) a>p {
	margin-left: 60px;
}

.content ul.work-menu li:nth-child(2) a>p {
	margin-left: 58px;
}

.content ul.work-menu li:nth-child(3) a>p {
	margin-left: 52px;
}


.btns {
	width: 500px;
	height: 100px;
	position: absolute;
	bottom: 4%;
	left: 50%;
	transform: translateX(-50%);
}

.btns .color_btn a {
	width: 200px;
	height: 50px;
	margin: 0 auto;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	background: #4d74c5;
	background-size: 400%;
	border-radius: 40px;
	z-index: 1;
}

.btns .color_btn a:hover {
	background: #04d7ff;
}

.btns .color_btn a:before {
	content: "";
	display: block;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
	background: linear-gradient(90deg, #03a9f4, #1bff66, #ffeb3b, #03a9f4);
	background-size: 400%;
	border-radius: 40px;
	opacity: 0;
	transition: 0.5s;
}

.btns .color_btn2 a {
	width: 200px;
	height: 50px;
	margin: 0 auto;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	background: #4d74c5;
	background-size: 400%;
	border-radius: 40px;
	z-index: 1;
}

.btns .color_btn2 a:hover {
	background: #04d7ff;
}

.btns .color_btn2 a:before {
	content: "";
	display: block;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
	background: linear-gradient(90deg, #03a9f4, #1bff66, #ffeb3b, #03a9f4);
	background-size: 400%;
	border-radius: 40px;
	opacity: 0;
	transition: 0.5s;
}


@keyframes animate {
	0% {
		background-position: 0%;
	}

	100% {
		background-position: 400%;
	}
}

/* **********서브페이지*********** */

header .header-wrap .right-menu {
	padding-top: 35px;
	margin-left: 35%;
}

/* header .header-wrap .right-menu a {padding:7px 15px; color:#fff;} */
/*header .header-wrap .right-menu:before{position:absolute; top:110px; right:0; left:50%; margin-left:-500vw; width:1000vw;  height:0;  background:rgba(0,0,0,.4);  box-shadow:0px 3px 5px rgba(0,0,0,.1); content:"";
-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;-webkit-transition-delay: 300ms; transition-delay:300ms; }
header .header-wrap .right-menu:hover:before{ height:50px; -webkit-transition-delay: 10ms; transition-delay:10ms;  }*/
header .header-wrap .right-menu dl {}

header .header-wrap .right-menu dd {
	float: left;
	position: relative;
}

header .header-wrap .right-menu dd:before {
	position: absolute;
	top: 60px;
	right: 0;
	left: 50%;
	margin-left: -500vw;
	width: 1000vw;
	height: 0;
	background: rgba(0, 0, 0, .4);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
	content: "";
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

header .header-wrap .right-menu dd:hover:not(.one-menu):before {
	height: 50px;
	-webkit-transition-delay: 10ms;
	transition-delay: 10ms;
}

header .header-wrap .right-menu dd>a {
	position: relative;
	text-align: center;
	z-index: 2;
	display: block;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	padding: 0 15px;
	color: #fff;
}

/* header .header-wrap .right-menu dd > a:after {content:''; position: absolute; width:1px; height:15px; top:23px; right:-22px; background:rgb(256,256,256,0.4);} */
header .header-wrap .right-menu dd:hover>a {
	color: #04d7ff
}

header .header-wrap .right-menu dd ul {
	position: absolute;
	z-index: 1;
	width: 100vw;
	height: 0;
	opacity: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header .header-wrap .right-menu dd:hover ul {
	height: 50px;
	opacity: 1;
}

header .header-wrap .right-menu dd ul li {
	float: left;
}

/* header .header-wrap .right-menu dd ul {margin-left:5px;} */
/* header .header-wrap .right-menu dd.g4 ul{left:-20px}*/
header .header-wrap .right-menu dd ul a {
	display: block;
	padding: 0 20px;
	color: #FFF;
	line-height: 45px;
}

header .header-wrap .right-menu dd ul a:hover {
	text-decoration: underline;
}

header .header-wrap .scroll-logo {
	display: none;
}

header.scroll {
	background-color: #fff;
	height: 50px;
}

header.scroll .header-wrap {
	transform: scale(0.97);
}

header.scroll .header-wrap .scroll-logo {
	display: inline-block;
}

header.scroll .header-wrap .no-scroll {
	display: none;
}

header.scroll .header-wrap .right-menu a {
	color: #1d1d1f;
}

header.scroll .header-wrap .right-menu a.bg-black {
	background-color: #AD3371;
	color: #fff;
}

.sub-up-title p:nth-child(1) {
	font-size: 90px;
	font-weight: 700;
	margin-top: 155px;
}

.sub-up-title p:nth-child(2) {
	font-size: 25px;
	font-weight: 700;
	margin: 75px 0 20px;
}

.sub-up-title p:nth-child(3),
.sub-up-title p:nth-child(4) {
	font-weight: 100;
}

section .con {
	padding: 90px 0;
}

section .con h1 {
	font-size: 40px;
	font-weight: 600;
	color: #194a9d;
}

section .con h1 span {
	font-size: 16px;
	font-weight: 500;
	color: #777;
}

section .con>p {
	font-size: 15px;
	color: #888;
	margin-top: 40px;
}

section .con li {
	width: 24%;
	text-align: center;
	box-sizing: border-box;
}

section .con.work ul {
	text-align: left;
}

section .con.work li {
	float: left;
	width: 33.3%;
	text-align: left;
	box-sizing: border-box;
}

section .con.work li h5 {
	font-size: 17px;
	font-weight: 500;
}

section .con.work h1 {
	font-size: 37px;
	letter-spacing: -0.9px;
}

section .con.work h1 img {
	width: 45px;
	margin-bottom: -10px;
	margin-right: 10px;
}

section .con.work h1 span {
	font-size: 15px;
	margin-left: 30px;
}

section .con.work p {
	font-size: 14px;
	color: #999;
	letter-spacing: -0.9px;
	margin-top: 15px;
	width: 82%;
}

section .con.odd li {
	width: 33%;
	text-align: center;
	box-sizing: border-box;
}

section .con .circle {
	width: 243px;
	height: 243px;
	border-radius: 100%;
	background: #0d4098;
	color: #fff;
}

section .con .circle>img {
	width: 43%;
	margin: 16px 0 0px;
}

section .con .circle>img.circle_icon {
	width: 43%;
	margin: 33px 0 0px;
}

section .con .circle>h4 {
	font-size: 17px;
	margin: 0;
}

section .con .circle>p {
	color: rgb(255, 255, 255, 0.7);
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
}

section .con .circle+p {
	margin-top: 20px;
	font-size: 15px;
	line-height: 18px;
}

section .con .circle_line {
	width: 243px;
	height: 243px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #0d4098;
	color: #0d4098;
}

section .con .circle_line>img {
	width: 43%;
	margin: 30px 0 15px;
}

section .con .circle_line>h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

section .con .circle_line+p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
}

section .con.odd li:nth-child(1) .circle {
	margin-left: 70px;
}

section .con.odd li:nth-child(2) .circle {
	margin-left: 70px;
}

section .con.odd li:nth-child(3) .circle {
	margin-left: 70px;
}

section .con .conbox h1 {
	font-size: 25px;
	color: #e74893;
	margin-top: 30px;
}

section .con .conbox h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}

section .con .conbox p {
	font-size: 15px;
	color: #888;
}

section .con .conbox .first {
	width: 50%;
}

section .con .conbox .second {
	width: 50%;
	text-align: center;
}

section .section-tab {
	margin: 0 auto;
}

section .section-tab li {
	width: 23%;
	margin: 0.7%;
	border: 1px solid #ccc;
	text-align: center;
}

section .section-tab li a {
	display: block;
	color: #0d4098;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.5px;
	padding: 10px 0;
}

section .section-tab li a:hover {
	background: #0d4098;
	color: #fff;
}

section .section-tab li.on a {
	background: #0d4098;
	color: #fff;
}

/* 포트폴리오 갤러리 */
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

.gallery li {
	float: left;
	width: 25%;
	flex-basis: 25%;
	position: relative;
	margin-bottom: -7px;
	overflow: hidden;
	box-sizing: border-box;
}

.gallery li a {
	width: 100%;
	cursor: pointer;
}

.gallery li a img {
	width: 100%;
	height: 100%;
}

.gallery li img:hover {
	opacity: .7;
}

.gallery .dark_bar {
	position: absolute;
	width: 99.9%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	margin-top: -47px;
}

.gallery li a div {
	transition: all .3s;
}

.gallery li div {
	background-color: rgba(1, 100, 180, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 90px 60px;
	box-sizing: border-box;
}

.gallery li div span {
	background-color: #ff6600;
	padding: 20px;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 18px;
}

.gallery li div p.gt {
	color: #fff;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 10px;
}

.gallery li div p.gd {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 20px;
}

.gallery li div p.gp {
	border-radius: 50px;
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	padding: 7px 15px;
	font-size: 15px;
	font-weight: 300;
}

.gallery li div p.gt2,
.gallery li div p.gc {
	display: none;
}

.gallery li a:hover div {
	opacity: 1;
	left: 0;
	top: 0;
}

#lightbox-overlay .inner {
	background: #fff;
	width: 1500px;
	height: auto;
	padding: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
}

#lightbox-overlay .inner {
	display: flex;
	flex-wrap: wrap;
}

#lightbox-overlay .inner .picture {
	width: 69%;
	margin-right: 2%;
}

#lightbox-overlay .inner .picture img {
	width: 100%;
}

#lightbox-overlay .inner .text_port {
	width: 27%;
	margin: auto 0 0 auto;
}

#lightbox-overlay .inner .text_port h1 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
}

#lightbox-overlay .inner .text_port h2 {
	font-size: 20px;
	font-weight: 600;
	color: #004986;
	margin-bottom: 13px;
}

#lightbox-overlay .inner .text_port h2>span {
	font-size: 16px;
	color: #555;
	margin-left: 37px;
}

#lightbox-overlay .inner .text_port h2>span.date {
	margin-left: 60px;
}

#lightbox-overlay .inner .text_port p {
	font-size: 16px;
	color: #555;
}

#lightbox-overlay .inner .text_port p.pic {
	margin-top: 45px;
}

#lightbox-overlay .inner .text_port p.pic img {
	width: 49%;
	margin-right: 1%;
}

#lightbox-overlay .inner .text_port p.pic img:last-child {
	margin-right: 0;
}

#lightbox-overlay .inner .text_port #conceptBox {
	display: none;
}

#lightbox-overlay .inner .text_port #conceptBox.visible {
	display: block;
}
/*media ,contents create css 2024-02-19 */
#lightbox-overlay .inner .text_port #contentsBox {
	display: none;
}

#lightbox-overlay .inner .text_port #contentsBox.visible {
	display: block;
}

#lightbox-overlay .inner .text_port #mediaBOX {
	display: none;
}

#lightbox-overlay .inner .text_port #mediaBOX.visible {
	display: block;
}


#lightbox-overlay .inner .text_port .concept {
	display: none;
}

#lightbox-overlay .inner .text_port .concept.visible {
	display: block;
}

#lightbox-overlay .inner .text_port #pageLinkBox {
	display: none;
	margin-bottom: 5px;
}

#lightbox-overlay .inner .text_port #pageLinkBox.visible {
	display: block;
}

#lightbox-overlay .inner .text_port .page-link {
	display: none;
}

#lightbox-overlay .inner .text_port .page-link.visible {
	display: block;
}

#lightbox-overlay .inner .text_port .page-link a {
	margin-bottom: 13px;
	-webkit-tap-highlight-color: #777;
	color: #777;
}

#lightbox-overlay .inner .text_port .page-link a:hover {
	-webkit-tap-highlight-color: #004986;
	color: #004986;
	text-decoration: underline;
}

#lightbox-overlay {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(29, 31, 33, .9);
	transition: opacity .3s ease-in;
	z-index: 99999999;
}

#lightbox-overlay.visible {
	opacity: 1;
	pointer-events: auto;
}

#lightbox-image {
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	/* background: transparent url("images/loading.gif") 50% 50% no-repeat; */
	text-indent: -99999px;
}

button.load_btn {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 70px 0;
	background: #eee;
	color: #0d4098;
	font-size: 17px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	z-index: 99;
}

button.load_btn:hover {
	text-decoration: underline;
}

.gap166 {
	height: 166px;
	clear: both;
	display: block;
}

footer img {
	margin-bottom: 20px;
}

footer {
	background-color: #222;
	padding: 40px 0;
	color: #666;
}

/* 인트로화면 추가 */
.intro_txt {
	text-align: center;
}

.intro_txt h1 {
	margin-top: 4%;
}

.intro_txt h2 {
	font-size: 19px;
	font-weight: bold;
	color: #04d7ff;
	margin: 30px 0 40px;
}

.intro_txt p {
	font-size: 16px;
	color: #fff;
}

.intro_img {
	margin-top: 4%;
}

.intro_img .left,
.intro_img .right {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	padding: 4% 10%;
	position: relative;
	cursor: pointer;
}

.intro_img .left {
	background: url(/images/intro_img01-c826c4b577b362a22a6b8102043df68b.jpg) no-repeat;
	background-size: cover;
}

.intro_img .right {
	background: url(/images/intro_img02-6bb0fc8348fe8bec30c693602c4b9e8c.jpg) no-repeat;
	background-size: cover;
}

.intro_img h1 {
	font-size: 35px;
	font-weight: bold;
	color: #009ae0;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 8px;
}

.intro_img h2 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	letter-spacing: -.5px;
	margin: 35px 0 20px;
}

.intro_img p {
	font-size: 17px;
	letter-spacing: -.5px;
	margin-bottom: 30px;
}

.intro_img button {
	padding: 5px 20px;
	border: none;
	border-bottom: 2px solid #000;
	background: transparent;
	transition: all .5s;
	cursor: pointer;
}

.intro_img button:hover {
	background: #000;
	color: #fff;
}

.intro_img .left:hover {
	background: url(/images/intro_img01_on-014e174c48a478b00051b5bea31097b3.jpg) no-repeat;
	background-size: cover;
	transition: all 0.9s;
}

.intro_img .right:hover {
	background: url(/images/intro_img02_on-73ab91c02635130d4a146d987375e46c.jpg) no-repeat;
	background-size: cover;
	transition: all 0.9s;
}

.intro_img .copy2 {
	width: 100%;
	height: 50px;
	margin: 3% auto;
	font-size: 14px;
	color: #04d7ff;
	text-align: center;
}

/* =============================  form  ============================*/
table.type1 {padding:10px 0; width:100%;}
table.type1 th,
table.type1 td {height:45px; padding:3px 0;  font-size:15px; color:#fff;}
table.type1 .error-alert {text-align:left; font-size:12px; color:#f71d1d !important; display:block;}
table.type1 th {padding:0; text-align: left; font-weight:normal; font-size: 16px; font-weight:bold; color:#04d7ff}
table.type1 th span {background:url(images/star.jpg) no-repeat; display:inline-block;  margin:0 2px 0 -18px; width:15px; height:15px; color:transparent; overflow: hidden;}
table.type1 td {padding:4px; font-size:14px;text-align: left;}
table.type1 td select {padding:0 40px 0 10px; height:30px; font-size:16px; color:#777; border:1px solid #ccc; line-height:30px; box-sizing:border-box; background:url(../images/select.jpg) no-repeat right; -webkit-appearance:none;}
table.type1 td select::ms-expand {display:none;}
table.type1 td select,
table.type1 td input[type="text"],
table.type1 td input[type="tel"],
table.type1 td input[type="email"],
table.type1 td input[type="password"],
table.type1 td input[type="number"] { height:30px; line-height:30px; padding-left:10px; background:rgba(256,256,256,0.9); border-radius:2px;}
table.type1 td textarea { background:rgba(256,256,256,0.9); padding: 5px 20px; padding-left:10px; color: #000;}
table.type1 td.chk {font-weight:300; line-height:1.6em; padding-top:10px;}
table.type1 td input[type="file"] {color:#8aa5c4;}

form a {color:#cacaca; padding-left:10px;}
form a:hover {text-decoration: underline;}
form button.send {padding:12px 60px; border-radius:2px; background:#2482fd; color:#fff; border:none; font-size:16px; transition:.3s; cursor:pointer;}
form button.send:hover {background:#04d7ff; color:#fff;}
form i.required-star {margin-right: 0.2rem; color: #ffff00;}

.contact_add {margin-top:100px; text-align:right; border-top:1px solid #fff; padding-top:10px;}
.contact_add p { line-height:2.2em; margin-bottom:5px; font-size:14px;}
.contact_add a {margin-left:5px; color:#fff;}
.contact_add a:hover {text-decoration:underline;}
.error-alert {font-size:12px; color:#f71d1d !important; display:block;}
ul.privacy-policy-agree-info {
	height: 70px;
	margin: 10px 0;
	padding: 1rem;
	overflow-y: scroll;
	background-color: #fff;
	border-width: 1px;
	border-color: #000;
	border-radius: 2px;
	font-family: 'NG R' !important;
	line-height: 1.5rem;
	color: #777;
}
ul.privacy-policy-agree-info li {
	width: auto;
}
ul.privacy-policy-agree-info li strong {
	color: #e90011;
}

/* =====================================반응형 미디어쿼리======================================== */
@media screen and (max-width: 1700px) {
	#lightbox-overlay .inner {
		width: 90%;
		padding: 100px 50px;
		box-sizing: border-box;
	}

	/*#port_type_btn_box {*/
	/*	display: none;*/
	/*}*/
}

@media screen and (max-width: 1450px) {
	.menu ul li a span {
		font-size: 35px;
		font-weight: 700;
		margin-bottom: 45px;
	}

	.content {
		width: 93%;
		height: auto;
		position: absolute;
		top: 15%;
		left: 6%;
		color: #fff;
	}

	.content h1 {
		font-size: 90px;
		font-weight: 700;
		color: #04d7ff;
		margin: 45px 0 30px 0;
	}

	.content h4 {
		margin: 5px 0 5px;
		font-size: 24px;
	}

	.content p {
		font-size: 14px;
		font-weight: 300;
	}

	.content ul {
		margin-top: 90px;
	}

	.content ul li {
		width: 22%;
	}

	.content ul li a {
		color: #fff;
	}

	.content ul li a:hover {
		color: #04d7ff;
	}

	.content ul li a>img {
		margin-right: 13px;
		margin-bottom: -30px;
	}

	.content ul li a>span {
		font-size: 20px;
	}

	.btns {
		width: 500px;
		height: 100px;
		position: absolute;
		bottom: 4%;
		left: 50%;
		transform: translateX(-50%);
	}

	.content.work {
		width: 91%;
		height: auto;
		position: absolute;
		top: 18%;
		left: 6%;
		color: #fff;
	}

	.content.work h1 {
		font-size: 90px;
		font-weight: 700;
		color: #04d7ff;
	}

	.content.work h4 {
		margin: 5px 0 5px;
		font-size: 24px;
	}

	.content.work p {
		font-size: 14px;
		font-weight: 300;
	}

	.content.work ul {
		margin-top: 130px;
	}

	.content.work ul li {
		width: 33%;
	}

	.content.work ul li a {
		color: #fff;
	}

	.content.work ul li a:hover {
		color: #04d7ff;
	}

	.content.work ul li a>img {
		margin-right: 13px;
		margin-bottom: -30px;
	}

	.content.work ul li a>span {
		font-size: 20px;
	}

	header .header-wrap .right-menu {
		display: none;
	}

	ul.privacy-policy-agree-info {
		margin: 10px 0;
	}
	ul.privacy-policy-agree-info li {
		width: auto;
	}

	/*#port_type_btn_box {*/
	/*	display: none;*/
	/*}*/
}

@media screen and (max-width:1280px) {
	section .con .circle {
		width: 215px;
		height: 215px;
	}

	section .con.odd .circle {
		width: 225px;
		height: 225px;
	}

	section .con.odd li:nth-child(1) .circle {
		margin-left: 50px;
	}

	section .con.odd li:nth-child(2) .circle {
		margin-left: 50px;
	}

	section .con.odd li:nth-child(3) .circle {
		margin-left: 50px;
	}

	section .con .circle>img {
		width: 43%;
		margin: 28px 0 10px;
	}

	section .con .circle>h4 {
		font-size: 17px;
	}

	section .con .circle>p {
		margin-top: 15px;
		font-size: 13px;
		line-height: 18px;
	}

	section .con .circle_line {
		width: 215px;
		height: 215px;
	}

	section .con .circle_line>img {
		width: 35%;
		margin: 28px 0 10px;
	}

	section .con .circle_line>h4 {
		font-size: 16px;
	}

	section .con .circle_line>p {
		margin-top: 14px;
		font-size: 13px;
		line-height: 18px;
	}

	.gallery-container {
		width: 100%;
	}

	.gallery li {
		float: left;
		flex-basis: 50%;
		width: 50%;
		position: relative;
		margin-bottom: -6px;
	}

	.gallery li img {
		width: 100%;
	}

	.gallery .dark_bar {
		position: absolute;
		width: 99.9%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: rgba(0, 0, 0, 0.4);
		color: #fff;
		margin-top: -47px;
	}

	#lightbox-image {
		max-height: 90%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 90%;
		/* background: transparent url("images/loading.gif") 50% 50% no-repeat; */
		text-indent: -99999px;
	}

	.intro_txt h2 {
		margin: 10px 0 20px;
	}

	.intro_txt p {
		font-size: 14px;
	}

	.intro_img {
		margin-top: 2%;
	}

	.copy {
		bottom: 40px;
	}

	/*#port_type_btn_box {*/
	/*	display: none;*/
	/*}*/
}

@media screen and (max-width: 1024px) {
	header {
		padding: 20px 0 15px 0 !important;
		height: auto;
	}

	header.scroll {
		height: 50px;
	}

	header .header-wrap {
		text-align: center;
		justify-content: center;
	}

	header .header-wrap .right-menu {
		display: none;
	}

	header .header-wrap .logo img {
		width: 180px;
	}

	.nav-open-btn {
		top: 50px;
		right: 50px;
	}

	header .logo a {
		width: 285px;
		height: 45px;
		background: url('/images/logo-dfeb05cb2e164fd7f7cdfb76e589d62b.png') no-repeat;
		display: block;
		text-indent: -9999em;
	}

	.menu ul li a span {
		font-size: 23px;
		font-weight: 700;
		margin-bottom: 45px;
	}

	section .con .circle {
		width: 185px;
		height: 185px;
	}

	section .con .circle>img {
		width: 35%;
		margin: 20px 0 5px;
	}

	section .con .circle>img.circle_icon {
		width: 35%;
		margin: 20px 0 5px;
	}

	section .con .circle>h4 {
		font-size: 15px;
	}

	section .con .circle>p {
		margin-top: 14px;
		font-size: 12px;
		line-height: 18px;
	}

	section .con .circle_line {
		width: 185px;
		height: 185px;
	}

	section .con .circle_line>img {
		width: 35%;
		margin: 24px 0 10px;
	}

	section .con .circle_line>h4 {
		font-size: 15px;
	}

	section .con .circle_line+p {
		margin-top: 14px;
		font-size: 12px;
		line-height: 18px;
	}

	.content ul li a>span {
		font-size: 17px;
	}

	#port_type_btn_box {
		display: none;
	}

}

@media screen and (max-width: 1000px) {
	.intro_img {
		margin-top: 15%;
	}

	.content ul li {width:50%; margin-bottom:40px;}

	section .con li {
		width: 25%;
		text-align: center;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	section .con .conbox .first {
		width: 100%;
	}

	section .con .conbox .second {
		width: 100%;
		text-align: center;
	}

	section .con .conbox .second img {
		width: 90%;
	}

	section .con .circle {
		width: 158px;
		height: 158px;
	}

	section .con .circle>img {
		width: 30%;
		margin: 19px 0 0px;
	}

	section .con .circle>h4 {
		font-size: 13px;
		font-weight: 500;
		letter-spacing: -0.95px;
		margin-top: -5px;
		margin-bottom: 0;
	}

	section .con .circle>p {
		margin-top: 5px;
		font-size: 11px;
		line-height: 18px;
	}

	section .con .circle_line {
		width: 158px;
		height: 158px;
	}

	section .con .circle_line>img {
		width: 30%;
		margin: 20px 0 0px;
	}

	section .con .circle_line>h4 {
		font-size: 13px;
		font-weight: 500;
		letter-spacing: -0.5px;
		line-height: 1.5em;
		margin-bottom: 0;
	}

	section .con .circle_line+p {
		margin-top: 10px;
		font-size: 11px;
		line-height: 18px;
	}

	section .con.work li {
		width: 100%;
	}

	section .con .conbox h1 {
		font-size: 19px;
	}

	.mr-30 {
		margin-right: 10px;
	}

	header .logo {
		float: left;
		position: absolute;
		top: 33px;
		left: 60px;
	}

	#lightbox-overlay .inner {
		width: 80%;
		padding: 4%;
	}

	#lightbox-overlay .inner .picture {
		width: 100%;
		margin-right: 0;
	}

	#lightbox-overlay .inner .picture img {
		width: 100%;
	}

	#lightbox-overlay .inner .text_port {
		width: 100%;
		margin-top: 20px;
	}

	#lightbox-overlay .inner .text_port h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	#lightbox-overlay .inner .text_port h2 {
		font-size: 16px;
	}

	#lightbox-overlay .inner .text_port h2>span {
		font-size: 15px;
	}

	#lightbox-overlay .inner .text_port p {
		font-size: 15px;
		line-height: 1.45em;
	}

	.content .left, .content .right {width:96%; padding-bottom:30px;}

	ul.privacy-policy-agree-info {
		margin: 10px 0;
	}
	ul.privacy-policy-agree-info li {
		width: auto;
		margin-bottom: 0;
	}

	#port_type_btn_box {
		display: none;
	}
}

@media screen and (max-width: 820px) {
	#wrap.intro {
		height: auto;
	}

	#wrap.contactWrap {
		height: 100%;
	}

	.intro_img {
		margin-top: 5%;
	}

	.intro_img button {
		padding: 5px 20px;
		border: none;
		background: #000;
		color: #fff;
		transition: all .5s;
		cursor: pointer;
	}

	.intro_img .left,
	.intro_img .right {
		width: 100%;
		padding: 10% 7%;
	}

	.intro_img .right {
		margin: 2px 0 100px;
	}

	.intro_img .right.text-right {
		text-align: left;
	}

	.intro_txt h2 {
		font-size: 15px;
	}

	.intro_txt p {
		font-size: 12px;
		letter-spacing: -.6px;
	}

	.intro_img h1 {
		font-size: 20px;
	}

	.intro_img h2 {
		font-size: 24px;
		margin: 0px 0 15px
	}

	.menu {
		width: 100%;
		height: 80%;
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
	}

	.menu ul li {
		float: none;
		border-right: none;
		height: 100px;
		width: 100%;
	}

	.menu ul li a span {
		font-size: 23px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.content h1 {
		font-size: 60px;
		margin:20px 0 30px 0;
	}

	.content ul li a>img {
		margin-right: 5px;
		margin-bottom: -30px;
		width: 30px;
	}

	.content ul li a>p {
		font-size: 12px;
	}

	.content ul li:nth-child(1) a>p {
		margin-left: 38px;
	}

	.content ul li:nth-child(2) a>p {
		margin-left: 38px;
	}

	.content ul li:nth-child(3) a>p {
		margin-left: 38px;
	}

	.content ul li:nth-child(4) a>p {
		margin-left: 38px;
	}

	.content ul.service li:nth-child(1) a>p,
	.content ul.service li:nth-child(2) a>p,
	.content ul.service li:nth-child(3) a>p,
	.content ul.service li:nth-child(4) a>p {margin-left:36px;}

	.sub-up-title p:nth-child(1) {
		font-size: 45px;
		font-weight: 700;
		margin-top: 130px;
	}

	.sub-up-title p:nth-child(2) {
		font-size: 17px;
		font-weight: 700;
		margin: 60px 0 20px;
	}

	.sub-up-title p:nth-child(3),
	.sub-up-title p:nth-child(4) {
		font-weight: 100;
		font-size: 11px;
		letter-spacing: -0.3px;
	}

	#wrap_sub {
		width: 100%;
		height: 455px;
	}

	section .con {
		padding: 50px 0;
	}

	section .con li {
		width: 50%;
	}

	section .con.odd li {
		width: 100%;
	}

	section .con.odd .multi li {
		width: 33%;
	}

	section .con.odd .multi li .circle {
		width: 200px;
		height: 200px;
		margin-left: 10px;
	}

	section .con.odd li img.pt-10 {
		padding-top: 12px;
	}

	section .con h1 {
		font-size: 20px;
		letter-spacing: -0.2px;
	}

	section .con h1 span {
		font-size: 15px;
	}

	section .con p {
		font-size: 13px;
		margin-top: 30px;
	}

	section .con .conbox p {
		font-size: 13px;
	}

	section .con h5 {
		font-size: 15px;
	}

	section .con.work h1 {
		font-size: 22px;
	}

	section .con.work h1 img {
		width: 35px;
	}

	section .con.work h1 span {
		font-size: 13px;
		margin-left: 0px;
	}

	.pt-70 {
		padding-top: 40px;
	}

	footer img {
		width: 50%;
	}

	footer {
		color: #888;
		font-size: 12px;
	}

	.w-20 {
		width: 37%;
	}

	section .section-tab li {
		width: 47%;
	}

	section .section-tab li a {
		font-size: 14px;
		letter-spacing: -0.8px;
	}

	.gallery li {
		flex-basis: 100%;
		width: 100%;
	}

	section .con.work li h4 {
		font-size: 16px;
		font-weight: 500;
	}

	section .con.work li h5 {
		font-size: 16px;
		font-weight: 500;
	}

	section .con.work p {
		font-size: 14px;
		color: #999;
		letter-spacing: -0.9px;
		margin-top: 3px;
		width: 99%;
	}

	table.type1 th {font-size:14px;}

	#port_type_btn_box {
		display: none;
	}
}


@media screen and (max-width: 480px) {
	.intro_img {
		margin-top: 5%;
	}

	#header,
	#headerInnerWrap {
		height: 60px;
	}

	header .logo {
		float: left;
		position: absolute;
	;
		top: 40px;
		left: 25px;
	}

	header .logo a {
		width: 230px;
		height: 35px;
		background: url('/images/logo2-4d78f61d030879e9352237f9425498c8.png') no-repeat;
		display: block;
		text-indent: -9999em;
	}

	.nav-open-btn {
		top: 47px;
		right: 20px;
		margin-top: 0;
	}

	.nav-open-btn .line {
		width: 20px;
		height: 2px;
	}

	.nav-open-btn.active .line:nth-child(1) {
		-webkit-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
	}

	.nav-open-btn.active .line:nth-child(3) {
		-webkit-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}

	/* Header  GNB(Mobile) */
	.gnb-navigation-wrapper {
		padding-top: 60px
	}

	.gnb-style-full .header-util-menu-box+.gnb-navigation-wrapper {
		top: 60px;
	}

	.gnb-style-full-member .gnb-navigation-wrapper {
		bottom: 60px;
	}

	#navigation>li>a {
		font-size: 15px;
	}

	#navigation>li>img {
		width: 70%;
	}

	.gnb-style-full .member-menu-box {
		height: 60px
	}

	.gnb-style-full .member-menu-box li a {
		padding: 10px 0;
	}

	.menu {
		width: 96%;
		height: 80%;
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
	}

	.menu ul li {
		float: none;
		border-right: none;
		height: 95px;
		width: 100%;
	}

	.menu ul li a {
		font-size: 13px;
	}

	.menu ul li a span {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 0px;
	}

	.menu ul li a span>p {
		display: none;
	}

	.copy {
		position: absolute;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
		color: #fff;
		font-size: 14px;
		color: #04d7ff;
	}

	.copy {
		position: absolute;
		bottom: 80px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 12px;
		color: #04d7ff;
	}

	.content {
		width: 96%;
		height: auto;
		position: absolute;
		top: 15%;
		left: 6%;
		color: #fff;
	}

	.content h1 {
		font-size: 30px;
		font-weight: 700;
		color: #04d7ff;
	}

	.content h4 {
		margin: 15px 0 5px;
		font-size: 15px;
	}

	.content p {
		font-size: 14px;
		font-weight: 300;
		line-height: 16px;
		letter-spacing: -0.3px;
	}

	.content ul {
		margin-top: 60px;
	}

	.content ul li {
		width: 50%;
		margin-bottom: 20px;
	}

	.content ul li a {
		color: #fff;
	}

	.content ul li a:hover {
		color: #04d7ff;
	}

	.content ul li a>img {
		margin-right: 5px;
		margin-bottom: -20px;
	}

	.content ul li a>span {
		font-size: 15px;
	}

	.content ul li:nth-child(1) a>p {
		margin-left: 37px;
	}

	.content ul li:nth-child(2) a>p {
		margin-left: 37px;
	}

	.content ul li:nth-child(3) a>p {
		margin-left: 37px;
	}

	.content ul li:nth-child(4) a>p {
		margin-left: 37px;
	}

	section .con.odd .multi li {
		width: 100%;
	}

	section .con.odd .multi li .circle {
		width: 200px;
		height: 200px;
		margin-left: 18%;
	}

	.btns {
		width: 300px;
		height: 100px;
		position: absolute;
		bottom: 0.9%;
		left: 50%;
		transform: translateX(-35%);
	}

	.btns .color_btn a {
		width: 100px;
		height: 30px;
		margin: 2px auto;
		display: block;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		box-sizing: border-box;
		background-size: 400%;
		border-radius: 40px;
		z-index: 1;
	}

	.btns .color_btn2 a {
		width: 100px;
		height: 30px;
		margin: 2px auto;
		display: block;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		box-sizing: border-box;
		background: #4d74c5;
		background-size: 400%;
		border-radius: 40px;
		z-index: 1;
	}

	.content ul.work-menu li {
		width: 100%;
	}

	.content ul.work-menu li:nth-child(1) a>p {
		margin-left: 37px;
	}

	.content ul.work-menu li:nth-child(2) a>p {
		margin-left: 37px;
	}

	.content ul.work-menu li:nth-child(3) a>p {
		margin-left: 37px;
	}

	.content ul.service li:nth-child(1) a>p {
		margin-left: 37px;
	}

	.content ul.service li:nth-child(2) a>p {
		margin-left: 37px;
	}

	.content ul.service li:nth-child(3) a>p {
		margin-left: 37px;
	}

	.content ul.service li:nth-child(4) a>p {
		margin-left: 37px;
	}

	#lightbox-overlay .inner {
		width: 90%;
	}

	#lightbox-overlay .inner .text_port p.pic img {
		width: 48%;
	}

	table.type1 {width:94%;}
	input[type=text], input[type=password], input[type=email], input[type=tel] {padding:2px 10px;}
	table.type1 td {padding:2px;}
	table.type1 th, table.type1 td {font-size:12px;}
	table.type1 td textarea {padding: 2px 10px;}
	table.type1 td.chk input {display:inline-block; width:12%;}
	table.type1 td.chk label {display:inline-block; width:83%; vertical-align:top;}

	ul.privacy-policy-agree-info {
		margin: 10px 0;
	}
	ul.privacy-policy-agree-info li {
		width: auto;
		margin-bottom: 0;
	}

	#port_type_btn_box {
		display: none;
	}
}

@media screen and (max-width: 340px) {
	.menu ul li {
		float: none;
		border-right: none;
		height: 80px;
		width: 100%;
	}

	.menu ul li a {
		font-size: 13px;
	}

	.menu ul li a span {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 0px;
	}

	.content p {
		font-size: 9px;
		font-weight: 300;
	}

	section .con li {
		width: 100%;
	}

	section .con .circle {
		width: 145px;
		height: 145px;
	}

	section .con .circle>h4 {
		font-size: 13px;
		letter-spacing: -0.7px;
	}

	section .con .circle>p {
		margin-top: 10px;
		font-size: 10px;
		line-height: 18px;
	}

	section .con .circle_line {
		width: 145px;
		height: 145px;
	}

	section .con .circle_line>h4 {
		font-size: 13px;
		letter-spacing: -0.7px;
	}

	section .con .circle_line+p {
		margin-top: 10px;
		font-size: 10px;
		line-height: 18px;
	}

	#port_type_btn_box {
		display: none;
	}
}