@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stylish&family=Sunflower:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');

@font-face {
    font-family: 'NanumSquare';
    font-weight: 800;
    src: url('/public/font/NanumSquare/NanumSquareEB.eot');
    src: url('/public/font/NanumSquare/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
        url('/public/font/NanumSquare/NanumSquareEB.woff') format('woff'),
        url('/public/font/NanumSquare/NanumSquareEB.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    src: url('/public/font/NanumSquare/NanumSquareB.eot');
    src: url('/public/font/NanumSquare/NanumSquareB.eot?#iefix') format('embedded-opentype'),
        url('/public/font/NanumSquare/NanumSquareB.woff') format('woff'),
        url('/public/font/NanumSquare/NanumSquareB.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src: url('/public/font/NanumSquare/NanumSquareR.eot');
    src: url('/public/font/NanumSquare/NanumSquareR.eot?#iefix') format('embedded-opentype'),
        url('/public/font/NanumSquare/NanumSquareR.woff') format('woff'),
        url('/public/font/NanumSquare/NanumSquareR.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;
    src: url('/public/font/NanumSquare/NanumSquareL.eot');
    src: url('/public/font/NanumSquare/NanumSquareL.eot?#iefix') format('embedded-opentype'),
        url('/public/font/NanumSquare/NanumSquareL.woff') format('woff'),
        url('/public/font/NanumSquare/NanumSquareL.ttf') format('truetype');
}

#site {
	padding-top: 0;
	font-family: 'notokr', sans-serif;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
	padding-left: 0;
}

#site>.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* main-top */
/* #main-top{
	background: #fff;
    height: 80px;
    border-bottom: 2px solid #1dcad3;
}

#main-top .container {
    position: relative;
    height: 80px;
}

#main-top .top-menu {
    position: absolute;
    bottom: 19%;
    right: 15px;
} */

#main-top{
	float: right;
	margin-right: 35px;
	margin-top: 28px;
}

#main-top .top-menu ul{
	margin-bottom:0;
}

#main-top .top-menu li{
	display: inline-block;
	margin-left: 3px;
}

#main-top .top-menu li a img{
	height: 30px;
	border-radius: 7px;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #d9d9d9;
}

.navbar-inverse .container {
    width: 100%;
}

.navbar-brand {
	height: auto;
	padding: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 17px;
	font-weight: 500;
	color: #000;
	letter-spacing: -0.02em;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #1dcad3;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: none;
	color: #1dcad3;
}



@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: 0;
		border: none;
		padding: 0;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		background: #fff;
		border-top: 2px solid #1dcad3;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 11px 20px;
		letter-spacing: -0.035em;
		color: #222;
		border-bottom: 1px solid #ececec;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li:last-child a{
		border-bottom: none;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #1dcad3;
		font-weight: 400;
		color: #fff;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -30px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding: 35px 20px;
	}
}

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	margin: 0 8px;
	border-radius: 0;
	transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}

.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

.navbar-inverse .navbar-brand img {
	margin-top: 19px;
}

.navbar-inverse .navbar-brand {
    margin-left: 50px !important;
}

.navbar-inverse .navbar-right {
    /* margin-right: -30px; */
    margin-right: 10px;
}

/* 푸터 */
#site footer {
	margin-top: 120px;
	border-top: 1px solid #ddd;
	background-color: #fff;
	padding: 45px 0;
}

#site footer .col-sm-3{
	margin-top: 20px;
}

#site footer ul{
	margin-bottom:0;
}
#site footer li{
	display: inline-block;
	margin-bottom:2px;
	margin-right:10px;
}
#site footer li:first-child{
	margin-bottom: 15px;
}
.copy{
	margin-bottom: 0;
	margin-top:2px;
	font-size: 12px;
	opacity:0.6;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 100vh;
}

@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 250px
	}

	#mainCarousel .carousel-caption h1 {
		font-size: 24px
	}

	#mainCarousel .carousel-caption p {
		font-size: 12px;
	}
}

.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}

.board_wrapper,.calendar_wrapper{
	margin-top:0;
	visibility: hidden;
}
.pagination_wrap, .search_wrap{
	visibility: hidden;
}

/* 메인 비디오 */
.main-contents{
	height: 100vh;
}

.main-contents > #section-video {
    position: relative;
    background: #000;
	overflow: hidden;
	height: 100vh;
}

.main-contents > #section-video::before {
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.45);
}

.main-contents > #section-video .video-caption {
    top: 47%;
    right: 20%;
    left: 20%;
    position: absolute;
    transform: translateY(-53%);
}

.video-caption > .wrap-typing {
    min-height: 300px;
}

.video-caption .typing-txt {
    display: none;
}

.main-contents > #section-video .video-caption h2 {
    margin: 0;
    color: rgba(255,255,255,0.95);
}
.main-contents > #section-video .video-caption h2{
	margin: 0 0 15px 0;
    font-size: 34px;
    font-weight: 300;
    color: rgba(255,255,255,0.95);
    letter-spacing: 0.4em;
    font-family: 'Sunflower';
}

/* .main-contents > #section-video .video-caption h2.typing4{
	margin-top: 65px;
	margin-bottom: 24px;
	font-size: 65px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #25cad2;
}
.main-contents > #section-video .video-caption h2.typing5{
	font-size: 36px;
	font-weight:600;
	letter-spacing: -0.01em;
}
.main-contents > #section-video .video-caption h2 .color{
	color:#25cad2;
} */


.video-caption .typing {
    display: inline-block;
    border-right: 1px solid;
    animation-name: cursor;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
}

/* 타이핑 텍스트 */
.video-caption > .wrap-typing {min-height: 195px;}

.video-caption .typing-txt {display: none;}

.main-contents > #section-video .video-caption .typing2{
	animation-duration: 5.3s;
}
@keyframes cursor {
    0%{border-right: 1px solid #fff} 
    50%{border-right: 1px solid #000} 
    100%{border-right: 1px solid #fff} 
}

/* 메인 section2 */
#section2{
	/* background:#f1f4f7 */
}
.main-wrap {margin: 120px 0 100px;}

.main-con {
    padding: 0;
}

.widget-cont {
    height: 230px;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    background: #fff;
    transition:all 0.2s
}

.widget-cont:hover {
    background-color:#969598;
    border-color:#969598
}

.widget-cont:hover h3,
.widget-cont:hover .more-btn{
	color:#fff
}

.widget-cont1 {
    height: 460px;
    background: #28c3ca url(/public/img/main/cont1-icon.png) no-repeat right bottom !important;
    border-right: none;
    padding: 37px 32px;
    border-color: #28c3ca;
}

.widget-cont1 h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 40px;
    color: #fff;
}

.widget-cont1 ul {
    padding-left: 0;
    margin-top: 20px;
}

.widget-cont1 ul {
    padding-left: 0;
    margin-top: 20px;
}

.widget-cont1 ul li {
    position: relative;
    margin: 2px 0;
    FONT-VARIANT: JIS04;
}

.widget-cont1 ul li a {
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.055em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 16px;
    background: rgba(0, 137, 150, 0.63);
    transition: all 0.2s;
}

.widget-cont1 ul li a:hover {
    background:#007480
}

.widget-cont1 ul li a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    transition: all 0.2s;
    float: right;
    opacity: 0.5;
}

.widget-cont1 ul li a:hover::after {
    opacity:1
}

.txt-area{
    height: 100%;
    position: relative;
}

.txt-area h3{
	margin: 0;
	font-weight: 600;
	letter-spacing: -0.04em;
	font-size: 25px;
}

.txt-area a {
    text-decoration: none;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    display: block;
    height: 100%;
    width: 100%;
    padding: 37px 32px;
}

.widget-cont1 ul li a:hover{
	border: none;
}

.txt-area a:hover i{
	color: #1dcad3;
}

.txt-area i{
	font-size: 80px;
	position: absolute;
	bottom: 40px;
	right: 40px;
	color: #eee;
	z-index: 1;

	display: none;
}

.widget-cont2 {
    /* background: #1DCAD3;
    border-color: #1DCAD3; */
    background: #FFF url(/public/img/main/cont2-icon.png) no-repeat right 30px bottom 30px;
}
.widget-cont3 {
    /* background: #1DCAD3;
    border-color: #1DCAD3; */
    background: #FFF url(/public/img/main/cont3-icon.png) no-repeat right 30px bottom 30px;
}
.widget-cont4 {
    /* background: #008996;
    border-color: #008996; */
    background: #FFF url(/public/img/main/cont4-icon.png) no-repeat right 30px bottom 30px;
}
.widget-cont5 {
    /* background:#969598;
    border-color:#969598 */
    background: #FFF url(/public/img/main/cont5-icon.png) no-repeat right 30px bottom 30px;
}
.widget-cont6 {
    /* background: #6D6E71;
    border-color: #6D6E71; */
    background: #FFF url(/public/img/main/cont6-icon.png) no-repeat right 30px bottom 30px;
}
.widget-cont7 {
    /* background: #6D6E71;
    border-color: #6D6E71; */
    background: #FFF url(/public/img/main/cont7-icon.png) no-repeat right 30px bottom 30px;
}
/* 
.widget-cont2 .txt-area h3,
.widget-cont4 .txt-area h3,
.widget-cont5 .txt-area h3,
.widget-cont7 .txt-area h3{
	color:#fff;
}
.widget-cont2 .txt-area i,
.widget-cont4 .txt-area i,
.widget-cont5 .txt-area i,
.widget-cont7 .txt-area i{
	color:#fff;
	opacity:0.3
}
.widget-cont4 .txt-area i{
	opacity:0.17;
	right:30px;
}
.widget-cont5 .txt-area i{
	opacity:0.17
}
.widget-cont7 .txt-area i{
	opacity:0.13
} */
.txt-area a:hover .more-btn {
    opacity: 1;
}

.more-btn {
    opacity: 0.6;
    position: absolute;
    bottom: 35px;
    left: 36px;
    width: auto;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 400;
}

.more-btn::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 6px;
    display: inline-block;
}

.main-title{
	margin: 0px 0 60px;
	text-align: center;
}

.main-title h3{margin: 0 0 10px;font-size: 38px;font-weight: 700;font-family: 'Poppins', 'notokr', sans-serif;color: #202020;}

.main-title p{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.035em;
	color: #707070;
}

.sns-box{
	position: relative;
	border: 1px solid #f3f3f3;
	background: #f3f3f3;
	padding: 65px 25px 40px;
	/* box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 5%); */
	height: 250px;
	transition: all 0.2s;
	z-index: 1;
}

.sns-box:hover{
	transform: translateY(-20px);
	border:1px solid #0fb9c1
}

.sns-box::after{
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 10px;
	top: 10px;
	border: 1px solid #bbb;
	position: absolute;
	opacity: 0.35;
	z-index: -1;
}

.sns-box a{
	display: block;
	text-decoration: none;
	color: #222;
	width: 100%;
    height: 100%;
}

.sns-box h4{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	font-family: 'Poppins', 'notokr', sans-serif;
	color: #222;
	margin: 0;
}

.sns-box img{
	position: absolute;
	height: 60px;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 12px;
}

.sns-box4{
	text-align: center;
}

.sns-box4 h4{
	margin-bottom: 18px;
	letter-spacing: -0.06em;
	color: #fff;
}

.sns-box4 a,
.sns-box4 p{
	font-weight: 400;
	font-size: 19px;
	color: #fff;
	letter-spacing: -0.01em;
}

.sns-box4 a strong,
.sns-box4 p strong{
	letter-spacing:-0.045em;
	margin-right:8px;
}


.sns-box4 p{
	margin-top: 2px;
}

.sns-box4 img{
	height: 80px;
}

.sns-box4 a{
	width: auto;
	height: auto;
}

.sns-box4 a span{
	color: #ffe863;
}

.sns-box4{
	background: #0fb9c1;
	color: #fff;
}

.sns-box4::after{
	border: 1px solid #ffffff;
	opacity: 0.35;
}


/* subpage */
.subtitle {
    position: relative;
    background: url(/public/img/sub/sub-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 250px;
}

.subpage .subpage-header {
    height: 200px;
}

.subpage .subpage-header h2 {
    text-align: center;
    color: #fff;
    padding-top: 102px;
    font-size: 44px;
    margin: 0;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.sub-menu-title {
    text-align: center;
    margin-top: 60px;
}

.sub-menu-title h2 {
    font-size: 26px;
    letter-spacing: -0.06em;
    margin-bottom: 0;
    color: #1dcad3;
    border: 8px solid #1dcad3;
    font-weight: 700;
    padding: 40px 0 30px;
}

.sub-menu-title h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #999;
    margin: 15px auto 0;
}

.sub-menu {
    text-align: center;
    padding: 0;
    margin-top: 64px;
    margin-bottom: 20px;
    border-bottom: 2px solid #d0d0d0;
}

.sub-menu li {
    display: inline-block;
    min-width: 100%;
    line-height: 0;
    margin: 0 -2px;
    position: relative;
}

.sub-menu .fix-menu{
    position: relative;
    background: #18bdc5;
    overflow: hidden;
    margin-bottom: -5px;
}

.sub-menu .fix-menu:before{
	content:"";
	width: 132%;
	height: 100%;
	background: #13b4bc;
	position: absolute;
	left: -45px;
	bottom: -50px;
	transform: rotate(30deg);
}
.sub-menu .fix-menu:after{
	content:"";
	width:calc(100% - 14px);
	height:calc(100% - 14px);
	left:7px;
	top:7px;
	border: 1px solid #fff;
	position:absolute;
	opacity: 0.35;
}
.sub-menu .fix-menu a{
	position:relative;
	pointer-events: none;
	cursor: default;
	font-size: 28px;
	padding: 37px 0;
	color: #fff !important;
	text-align: center;
	background:rgba(0,0,0,0);
	border-bottom: none;
	font-weight: 500;
	z-index:1;
	letter-spacing: -0.07em;
}

.sub-menu li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    text-align: left;
    letter-spacing: -0.035em;
    padding: 16px 0 16px 15px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1;
    position: relative;
    background: #fff;
    font-weight: 500;
}

.sub-menu li.on a:after{
	content:"";
	width:12px;
	height:2px;
	background:#fff;
	position:absolute;
	right:20px;
	top:50%;
}

.sub-menu li.on a, .sub-menu li.on:hover a  {
	font-weight: 400;
	background: #6d6e71;
	color: #fff;
}

.sub-menu .fix-menu:hover a{
	color: #333;
} 

.question {
	position: relative;
	margin-top: 30px;
	margin-bottom: 100px;
	padding: 26px 25px;
	background: #f1f1f1;
	border: 1px solid #e0e0e0;
}

.question i{
	position: absolute;
	top: 22px;
	right: 25px;
	color: #f0f0f0;
	font-size: 60px;
	z-index: -1;
}

.question span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.034em;
    position: relative;
    color: #222;
}

.question h5 {
    color: #0fa3ab;
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
    margin: 0;
    letter-spacing: -0.02em;
}

.question p {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.4;
    color: #666;
    font-weight: 500;
}
.sub-wrap > .row > div:nth-child(1){
	padding-right: 40px;
}
.sub-wrap > .row > div:nth-child(2) {
    padding-bottom: 150px;
}

.sub-title {
	margin : 100px 0 30px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.sub-title h3 {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin: 0;
}

.sub-title .breadcrumb {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: center;
    background: none;
    padding: 0;
    margin: 0;
    color: #888;
}

.breadcrumb>li {
    display: inline-block;
    font-size:12px;
}

.subpage .sub-title ol li::before {
    content: '\f105';
    width: 10px;
    height: 10px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 0 8px;
}

.breadcrumb>li i {
    color: #afafaf;
}

.breadcrumb>li:first-child::before{
	display: none;
}

.sub-title .breadcrumb .active {
    color: #333;
    font-weight: 500;
}

/* company01 */
.big-txt {
	position: relative;
	text-align: center;
	margin-bottom: 65px;
	margin-top: 65px;
}

.big-txt:before,
.big-txt:after{
	content:"";
	width:30px;
	height:100%;
	border:13px solid #eee;
	position:absolute;
	left:0;
	top:0;
}

.big-txt:before{
	border-right:none;
}

.big-txt:after{
	right:0;
	left:auto;
	border-left:none;
}

.big-txt strong{
	font-size: 36px;
	color: #676a6b;
	position: relative;
	font-weight: 600;
	letter-spacing:-0.065em;
	line-height: 1.3;
}

.big-txt strong .line{
	display:block;
	color:#18bdc5;
	font-weight:600;
}

.big-txt strong .line span{
    display:inline-block;
	margin-right: 3px;
    margin-left: 3px;
}

.big-txt strong .line span:last-child{
	margin-right:5px;
}

.about-txt{
	position: relative;
	text-align: justify;
	padding-right: 45px;
}

.about-txt p{
	font-size: 16px;
	letter-spacing: -0.03em;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 1.65;
	color: #555;
}

.about-txt img{
	position: absolute;
	bottom: -18px;
	left: 215px;
	height: 75px;
}

.about-txt .right-txt {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.05em;
    color: #111;
    margin: 40px 0 0;
}

.right-txt span{
	margin-right: 5px;
	font-size: 18px;
	font-weight: 600;
}

/* company02 */
.map-txt{
	background: #f2f2f2;
	padding: 25px 30px;
	overflow: hidden;
	margin-top: 5px;
}

.map-txt p{
	margin-bottom: 9px;
}

.map-txt i{
	font-size: 18px;
	text-align: center;
	width: 20px;
	margin-right: 8px;
}

.txt-left{
	float: left;
}

.txt-left p:last-child,
.txt-right p:last-child{
	margin-bottom: 0;
}

.txt-left p{
	font-size: 15px;
	letter-spacing: -0.034em;
}

.txt-right{
	float: right;
}

.txt-right p{
	font-size: 15px;
}

.map-txt i{
	color: #1dcad3;
}

.txt-right span{
    margin: 5px 6px 0 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #969598;
}

/* erection01 */
.erection-main {
    text-align: center;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #f2f2f2;
}

.erection-top {
    padding: 20px 15px;
    background: #F2f2f2;
    border-radius: 10px;
    margin-bottom: 30px;
}

.erection-top h4{
	font-size: 26px;
	padding: 15px 0;
	font-weight: 600;
	position: relative;
}

.erection-top h4::before{
	content: '"';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 10%;
	font-size: 30px;
}

.erection-top h4::after{
	content: '"';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 10%;
	font-size: 30px;
}

.erection-top p{
	font-size: 16px;
}

.erection-bottom{
	margin-bottom: 50px;
}

.erection-bottom p{
	color: #1dcad3;
	font-size: 18px;
}

.erection-bottom p strong{
	font-size: 22px;   
}

.ss-title{
}

.ss-title h4 {
	font-size: 22px;
	line-height: 1.6;
	position: relative;
	padding-left: 25px;
}

.ss-title h4::before{
	content: '';
	background: url('/public/img/sub/title-bg.png')no-repeat center center;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 4%;
	transform: translateY(-50%);
	z-index: -1;
}

.erection-txt{
	text-align: center;
	margin-top: 55px;
}

.erection-txt p{
	font-size: 18px;
	margin-bottom: 70px;
	position: relative;
	letter-spacing: -0.035em;
	font-weight: 400;
	color: #666;
}

.erection-txt .txt-p{line-height: 1.75;padding: 0 50px;margin-bottom: 50px;}

.erection-txt .first-p{
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 50px;
	color: #3f3f3f;
	line-height: 1.6;
	letter-spacing: -0.055em;
}

.erection-txt .second-p{
	padding: 0px 100px;
	line-height:1.6;
}

[id^="erection0"] .erection-txt .second-p{
	letter-spacing:-0.045em;
}

.erection-txt .third-p{
	position:relative;
	color: #f1592b;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 60px;
	font-weight: 500;
	letter-spacing: -0.045em;
}

.erection-txt .third-p strong{
	font-size: 30px;
	letter-spacing: 4px;
	color: #f1592b;
	display: block;
	margin-bottom: -15px;
	font-weight: 900;
	font-family: 'Noto Serif KR', 'notokr';
}


.erection-txt .third-p:before,
.erection-txt .third-p:after{
	content:"";
	width:30px;
	height:100%;
	border:13px solid #f1592b;
	position:absolute;
	left:0;
	top:0;
}

.erection-txt .third-p:before{
	border-right:none;
}

.erection-txt .third-p:after{
	right:0;
	left:auto;
	border-left:none;
}

.erection-txt .go-btn a{
	text-decoration: none;
	display: block;
}

.erection-txt .go-btn .row{
	padding: 0 110px;
}

.erection-txt ul{
	text-align: left;
/* 	max-width: 600px;
	margin: 30px auto 0;
	border: 8px solid #eee;
	padding: 30px 45px 20px; */
}

#erection04 .erection-txt ul{
	max-width: 600px;
	margin: 30px auto 0;
	border: 8px solid #eee;
	padding: 30px 45px 20px;
}

.erection-txt ul li{
	font-size: 16px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	letter-spacing: -0.04em;
	color: #666;
}

.erection-txt ul li::before{
	content: '✓';
	display: block;
	color: #1dcad3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 900;
}

/* check01 */
.ss-title h5{
	margin: 0 0 25px;
	font-size: 24px;
	position: relative;
	letter-spacing: -0.04em;
}

.ss-title h5::before{
	content: '';
	display: block;
	width: 35px;
	height: 3px;
	background: #18bdc5;
	margin-bottom: 8px;
	border-left: 10px solid #6d6e71;
	transform: skew(40deg);
}

.ss-title p{
	font-size: 16px;
	letter-spacing: -0.03em;
	margin-bottom: 45px;
	font-weight: 400;
	line-height: 1.65;
	color: #555;
}

.check-content{
	margin-bottom: 50px;
	padding: 40px 40px;
	border-radius: 5px;
	background: #edf8fb;
}

.check-content > .row{
	margin:0;
}

.check-list-wrap {
	margin: 0 -5px !important;
}

.check-list-wrap > div{
	padding: 0 5px;
}

.check-img{
	margin-bottom: 90px;
	padding: 30px 60px;
	height: 140px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #b8e0ea;
}

.check-img::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -80px;
	transform: translateX(-50%);
	width: 65px;
	height: 60px;
	background: url('/public/img/sub/arr.png') no-repeat center / cover;
	z-index: 1;
	opacity: 1;
}

.check-list{
	background: #fff;
	position: relative;
	padding: 45px 18px 45px;
	border-radius: 10px;
	border: 2px solid #b8e0ea;
}

.check-list span{
	font-size: 28px;
	font-weight: 300;
	position: absolute;
	top: 15px;
	left: 21px;
	color: #18bdc5;
	opacity: 0.8;
	font-style: italic;
}

.check-list p{
	margin: 20px 0 0;
	text-align: center;
	letter-spacing: -0.045em;
	font-weight: 500;
	font-size: 15px;
}

.check-list img{
	height: 70px;
	margin-top: 15px;
}

.txt-style {
	position: relative;
	margin-bottom: 25px;
	padding: 25px 0;
	text-align: center;
}

.txt-style h6{
	font-weight: 600;
	position: relative;
	margin: 0 0 23px;
	font-size: 30px;
	color: #06a9b1;
	font-family: 'Noto Serif KR', 'notokr';
	letter-spacing: -0.055em;
	line-height: 1.25;
}


.txt-style:before,
.txt-style:after{
	content:"";
	width:30px;
	height:100%;
	border:13px solid #eee;
	position:absolute;
	left:0;
	top:0;
}

.txt-style:before{
	border-right:none;
}

.txt-style:after{
	right:0;
	left:auto;
	border-left:none;
}

/* .txt-style h6::before,
.txt-style h6::after{
	content: '"';
	display: block;
	position: absolute;
	top: 50%;
	color: #1dcad3;
	transform: translateY(-50%);
}

.txt-style h6::before{
	left: 5%;
}

.txt-style h6::after{
	right: 5%;
} */

.txt-style p{
	color: #333;
	font-size: 17px;
	line-height: 1.65;
	font-weight: 500;
	letter-spacing: -0.045em;
	margin: 0;
}

.txt-style p::before{
	bottom: -72px;
}

.btn-wrap{
	text-align: center;	
	margin-top: 30px;
}

.btn-wrap a{
	text-decoration: none;
	color: #ffff;
	background: #15b9c1;
	padding: 18px 25px;
	font-size: 20px;
	font-weight: 500;
	border: 2px solid #15b9c1;
	letter-spacing: -0.04em;
	border-radius: 5px;
}

.btn-wrap a:hover{
	border: 2px solid #15b9c1;
	color: #15b9c1;
	background: none;
}

/* salary01 */
.top-salary{
	margin: 35px 0 65px;
	text-align:center;
	position: relative;
	padding: 25px 0;
}

.top-salary:before,
.top-salary:after{
	content:"";
	width:30px;
	height:100%;
	border:13px solid #eee;
	position:absolute;
	left:0;
	top:0;
}

.top-salary:before{
	border-right:none;
}

.top-salary:after{
	right:0;
	left:auto;
	border-left:none;
}

.top-salary strong{display: block;font-weight: 600;position: relative;font-size: 30px;color: #06a9b1;font-family: 'Noto Serif KR', 'Noto Sans KR';letter-spacing: -0.055em;}

.salary-cont .erection-txt {
   margin-top: 0;
   text-align: left;
   margin-bottom: 70px;
}

#salary01 .check-title {
   margin-bottom: 30px;
}

.salary-cont .erection-txt ul {
    padding-left: 0;
}

.salary-process-wrap{
	text-align: center;
	background: #e6f5f7;
	color: #333;
	border-radius: 100%;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-top: 45px;
	position: relative;
}

.salary-process-wrap:after{
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #18bdc5;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -28px;
	font-size: 24px;
}

.salary-process-wrap4:after,
.salary-process-wrap8:after,
.salary-process-wrap12:after{
	display: none;
}

.salary-process-wrap span{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
	color: #008996;
	text-transform: uppercase;
	letter-spacing: -0.04em;
}

.salary-process-wrap p{
	font-size: 18px;
	margin: 0;
	letter-spacing: -0.03em;
	font-weight: 400;
	line-height: 1.3;
}

/* event01 */
.event-cont + .event-cont {
	margin-top:50px
}
.event-process{
	overflow: hidden;
}

.event-process-box h6{
	background: #7999c2;
	color: #fff;
    float: left;
    width: 160px;
    height: 160px;
    text-align: center;
    border-radius: 100%;
    padding-top: 53px;
    font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	position: relative;
}

.event-process-box h6::before{
	content: '\f078';
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	bottom: -70px;
	left: 50%;
	color: #333;
	transform: translateX(-50%);
}

.event-process-box2 h6,
.event-process-box3 h6{
	padding-top: 70px;
}

.event-process-box4 h6{
	padding-top: 44px;
}

.event-process-box4 h6::before{
	display: none;
}

.event-process .event-process-txt{
	width: 80%;
	float: left;
	margin-top: 132px;
	padding: 20px 0;
}

.event-pro-left{
	width: 30%;
	float: left;
	margin-right: 1%;
}

.event-pro-left span{
	margin-top: 60px;
	display: block;
	text-align: center;
	color: #888;
}

.event-pro-right{
	width: 69%;
	float: left;
	margin-top: 60px;
}

.event-pro-right strong{
	width: 20%;
	font-size: 16px;
	float: left;
	color: #1dcad3;
}

.event-pro-right p{
	width: 80%;
	float: left;
}

#event02 .check-title{
	margin-bottom: 30px;
}

.event-dl{
	overflow: hidden;
}

.event-dl span{
	position: relative;
	width: calc(35% - 30px);
	margin-right: 30px;
	float: left;
	height: 80px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	background: #ffffff;
	border: 1px solid #90cfd2;
	border-radius: 5px;
	color: #18bdc5;
	line-height: 80px;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.event-dl span:after{
	content:"";
	width: 31px;
	height:1px;
	background:#90cfd2;
	position:absolute;
	top: 50%;
	left: 100%;
}

.event-dl p{
	width: 65%;
	float: left;
	margin-bottom: 20px;
	height: 80px;
	color: #666;
	font-size: 15px;
	letter-spacing: -0.04em;
	line-height: 1.55;
	background: #f3f3f3;
	border-radius: 5px;
	padding: 18px 20px;
}
.event-inner .row{
	margin:0 -8px;
}
.event-inner .row > div{
	padding:0 8px
}
.event-inner-box {
	border: 5px solid #eee;
	height: 175px;
	margin-bottom: 16px;
	padding: 25px;
}

.event-inner-box span{
	font-weight: 600;
	color: #003b71;
	font-size: 18px;
	letter-spacing: -0.055em;
}

.event-inner-box p{
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0;
	letter-spacing: -0.04em;
	line-height: 1.55;
	color: #666;
}

.event-img{
	padding: 50px 0;
}

.event-img p{
	margin-top: 30px;
	font-size: 20px;
	text-align: center;
}

/* event01 */
#event04 .erection-txt{
	margin-top: 0;
}

#event04 .erection-txt ul{
	padding-left: 0;
}

/* consulting01 */
#consulting01 .cons-box{
	border: 1px solid #d8d8d8;
	box-shadow:1px 2px 3px rgba(0,0,0,0.1);
	overflow: hidden;
}
#consulting01 .cons-box h6 {
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0 0;
    text-align: center;
    letter-spacing: -0.06em;
}

#consulting01 .cons-box ul li{
	padding-left: 10px;
	position: relative;
	margin: 4px 0;
	color: #666;
	font-weight: 500;
	letter-spacing: -0.04em;
}

#consulting01 .cons-box p{
	margin: 20px 0 27px;
	padding: 0 25px;
	text-align: center;
	position: relative;
	height: 95px;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	letter-spacing: -0.04em;
	line-height: 1.55;
}
#consulting01 .cons-box ul{
	background: #edf8fb;
	padding: 21px 20px;
	margin-bottom: 0;
	min-height: 160px;
	letter-spacing: -0.025em;
}

#consulting01 .cons-box ul li::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 4px;
	height: 4px;
	background: #18bdc5;
	border-radius: 50%;
}

/* consulting02 */
.ul-box li{
	padding: 14px 13px;
	display: inline-block;
	background: #edf8fb;
	border: 1px solid #b8e0ea;
	color: #056a73;
	font-size: 15px;
	margin-bottom: 7px;
	margin-right: 5px;
	border-radius: 6px;
	font-weight: 500;
	letter-spacing: -0.04em;
}

/* consulting03 */
#consulting03 .cons-box .second-p{
	border: none;
	font-size: 18px;
	position: relative;
	letter-spacing: -0.035em;
	font-weight: 400;
	color: #666;
	line-height: 1.75;
	padding: 0 50px;
	margin-bottom: 35px;
	text-align: center;
}

#consulting03 .third-p::after{
	display: none;
}
#consulting03 .third-p::before{
	display: none;
}

#consulting03 .cons-box ul{
	height: auto;
	border: 8px solid #eee;
	padding: 30px 30px;
	margin-bottom: 40px;
}

#consulting03 .cons-box ul li{
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: -0.035em;
	font-weight: 500;
}

#consulting03 .cons-box ul li .num{
	display:inline-block;
	background:#18bdc5;
	border-radius:50%;
	width:24px;
	height:24px;
	color:#fff;
	line-height:24px;
	text-align:center;
	font-size:13px;
	letter-spacing:0;
	font-weight:600;
	margin-right:6px;

}

#consulting03 .cons-box ul li:last-child{
	margin-bottom: 0;
}

#consulting03 .cons-box p::before {
    top: -17px;
}

#consulting03 .cons-box p::after {
    bottom: -16px;
}

#consulting03 .cons-box .third-p{
	font-size: 26px;
}

/* consulting04 */
#consulting04 .cons-box{
	margin-top:50px;
}
#consulting04 .cons-box p {
   text-align: center;
   font-size: 18px;
   line-height: 1.75;
   letter-spacing: -0.035em;
   padding: 0 50px;
   margin-bottom: 30px;
   font-weight: 400;
   color: #555;
}

#consulting04 .cons-box p.effect{
	color: #333;
	font-size: 18px;
	line-height: 1.65;
	font-weight: 500;
	letter-spacing: -0.045em;
	margin: 0 0 40px;
}

#consulting04 .cons-box p:first-child::before{
	display: none;
}

#consulting04 .cons-box p:first-child::after{
	display: none;
}

#consulting04 .cons-box p::before {
    top: -31px;
}

#consulting04 .cons-box p::after {
    bottom: -4px;
}

.radio-inline+.radio-inline {
	margin-left: 0;
	margin-right: 20px;
} 

.checkbox-inline, .radio-inline {
	margin-right: 20px;
	margin: 3px 20px 3px 0 !important;
	padding-left: 17px;
}

.checkbox-inline+.checkbox-inline {
    margin-left: 0;
}

.board_wrapper .table.board_write_table .input-group, 
.board_wrapper .table.board_write_table .form-control {
    width: 100%;
}

.board_wrapper .table.board_write_table .input-group.input-group-big, 
.board_wrapper .table.board_write_table .form-control.form-control-big {
    width: 100%;
}

#form_apply02 #item_0 th span b{
	font-size: 12px;
	font-weight: 400;
}

.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}

.board_wrapper .table.board_write_table>tbody>tr>td, 
.board_wrapper .table.board_write_table>tbody>tr>th, 
.board_wrapper .table.board_write_table>tfoot>tr>td, 
.board_wrapper .table.board_write_table>tfoot>tr>th, 
.board_wrapper .table.board_write_table>thead>tr>td, 
.board_wrapper .table.board_write_table>thead>tr>th {
    border-top: none;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.board_wrapper .table.board_write_table tbody tr th {
    background: #f7f7f7;
    width: 200px;
    padding: 20px 25px;
    font-weight: 600 !important;
}

.board_wrapper .table.board_write_table tbody tr th >span.required_text {
    color: #18bdc5;
}

.custom_checkbox+span::before{
	color:#afafaf;
	margin: 0 7px 0 -18px;
}

.btn.btn-primary{
	background-color:#1dcad3;
	border:1px solid #1dcad3;
	color:#fff
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
	background-color:#18b5bd;
	border:1px solid #18b5bd;
}

.table_default {
    border-top: 1px solid #333;
}

.table.table_default thead th {
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
}
.table.table_default tr td{
	color:#666;
	letter-spacing:-0.03em;
	padding: 13px 15px !important;
}
.table.table_default tbody .subject a:hover{
	text-decoration:underline;
}

/* people */
.people-inner {
    margin-bottom: 30px;
    padding-bottom: 30px;
	padding: 30px 15px;
	border: 1px solid #ddd;
	border-top: 2px solid #18b5bd;
}
.people-inner img{
	border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 5%);
}

.people-inner i{
	color: #18b5bd;
}

.name{
	font-size: 20px;
	font-weight: 600;
	color: #18b5bd;
	letter-spacing: -0.014em;
	line-height: 1.6;
}

.name span{
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	border-radius: 10px;
	background: #18b5bd;
}
/* 
.partner-inner {
	background: #f2f2f2;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
} */

.partner-inner>.row>.col-sm-4{
	padding: 0 10px;
}

.partner-inner .name{
	margin-top: 20px;
	text-align: center;
}

.part{
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
}

.ceo-people{
	margin-bottom: 50px;
}

.ceo-people .part{
	border-bottom: none;
}

.ceo-people img{
	height: 210px;
}

.part li{
	padding-left: 8px;
	position: relative;
	letter-spacing: -0.04em;
}

.part li::before{
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #18b5bd;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 100%;
}

.history li{
	padding-left: 8px;
	position: relative;
	letter-spacing: -0.04em;
}

.history li::before{
	content: '-';
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	border-radius: 100%;
}

.mail-link i,
.tel i,
.phone i{
	margin-right: 5px;
}

.mail-link a,
.tel a,
.phone a{
	text-decoration: none;
	color: #222;
}

.mail-link a:hover,
.tel a:hover,
.phone a:hover{
	text-decoration: underline;
}

.people-box{
	margin-top: 50px;
}

.btn-wrapper{
	margin-top: 50px;
}

/* 모바일 최적화 */
@media (max-width: 767px) {

	/* main */
	#site {
		padding-top: 48px !important;
	}

	.navbar-inverse .navbar-brand {
		margin-left: 15px !important;
	}

	.navbar-inverse .navbar-brand img {
		margin-top: 7px;
		height: 35px;
	}

	.main-contents > #section-video{
		height: 350px;
	}

	.main-contents > #section-video > video {
		width: auto;
		height: 350px;
	}

	.main-contents > #section-video .video-caption h2 {
		font-size: 17px;
		letter-spacing: 0.1em;
	}

	.main-contents > #section-video .video-caption {
		top: 64%;
		right: 5%;
		left: 5%;
		transform: translateY(-55%);
	}

	.main-wrap {
		margin: 50px 0 0 0;
	}

	.main-title h3 {
		font-size: 24px;
	}
	
	.main-title p {
		font-size: 14px;
	}

	.main-contents {
		height: auto;
	}

	.sns-box {
		margin-bottom: 15px;
	}
	
	#site footer {
		margin-top: 50px;
		padding: 25px 0 30px;
	}

	#site footer .col-sm-3 {
		margin-top: 0;
		margin-bottom: 15px;
	}

	#site footer .col-sm-3 img{
		height: 35px;
	}

	#site footer ul {
		text-align: center;
	}

	#site footer li{
		font-size: 12px;
		margin-right: 0;
	}

	#site footer li:first-child {
		margin-bottom: 0;
	}
	
	#site footer .copy{
		font-size: 10px;
	}

	.main-title {
		margin: 0px 0 50px;
	}

	#main-top {
		float: none;
		margin-right: 0;
		margin-top: 0;
		position: absolute;
		top: 10px;
		right: 10%;
	}

	/* subpage */
	.subpage .subpage-header h2 {
		font-size: 35px;
	}
	
	.sub-wrap > .row > div:nth-child(1) {
		padding-right: 15px;
	}

	.sub-title {
		text-align: center;
		padding-bottom: 30px;
	}

	.sub-title h3 {
		font-size: 30px;
	}

	.sub-title .breadcrumb {
		top: 37px;
		width: 100%;
	}

	.sub-wrap > .row > div:nth-child(2) {
		padding-bottom: 50px;
	}

	.big-txt strong {
		font-size: 30px;
	}

	.about-txt {
		padding-right: 15px;
	}

	.about-txt p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.about-txt img {
		left: 250px;
	}

	.right-txt span {
		margin-right: 15px;
	}

	.about-img{
		margin-top: 30px;
	}

	.txt-left {
		float: none;
	}

	.txt-left p {
		font-size: 13px;
	}

	.txt-right {
		float: none;
		margin-top: 5px;
	}

	.txt-right p {
		font-size: 13px;
		margin-bottom: 0;
	}

	.map-txt {
		padding: 20px;
	}

	.erection-txt .first-p {
		font-size: 20px;
	}

	.erection-txt .second-p {
		padding: 0px 30px;
	}

	.erection-txt .third-p{
		padding: 0 40px;
	}

	.erection-txt .third-p strong {
		font-size: 21px;
	}

	.btn-wrap a {
		padding: 15px 20px;
		font-size: 16px;
	}

	#erection04 .erection-txt ul {
		padding: 30px 25px 20px;
	}

	.erection-txt ul li {
		font-size: 14px;
	}

	.ss-title p {
		font-size: 14px;
	}

	.check-img {
		height: auto;
	}

	.check-list {
		margin-bottom: 15px;
	}

	.erection-txt .txt-p {
		padding: 0;
		font-size: 14px;
	}

	.txt-style {
		padding: 25px;
	}

	.txt-style h6 {
		font-size: 25px;
	}

	.txt-style p {
		font-size: 14px;
		word-break: keep-all;
	}

	.top-salary {
		padding: 25px;
	}

	.top-salary strong {
		font-size: 22px;
	}

	.salary-process-wrap:after {
		top: 110%;
		transform: translate(-50%, -50%) rotate(90deg);
		right: 0;
		left: 50%;
	}

	.event-dl p {
		height: 150px;
		font-size: 14px;
	}

	.event-dl span {
		height: 150px;
		font-size: 15px;
		line-height: 20px;
		padding: 50px 15px 15px 15px;
	}

	.event-inner-box {
		height: 150px;
	}

	#consulting01 .cons-box {
		margin-bottom: 15px;
	}

	#consulting01 .cons-box ul {
		min-height: 120px;
	}

	#consulting01 .cons-box p {
		height: 70px;
		font-size: 14px;
	}

	.ul-box li {
		font-size: 14px;
	}

	#consulting03 .cons-box ul {
		padding: 30px 15px;
	}

	#consulting03 .cons-box ul li {
		font-size: 14px;
	}

	#consulting03 .cons-box .second-p {
		font-size: 14px;
		padding: 0;
	}
	
	#consulting03 .txt-style h6 {
		font-size: 20px;
	}

	#consulting03 .txt-style {
		padding: 20px;
	}

	#consulting04 .cons-box p {
		font-size: 14px;
		padding: 0;
		word-break: keep-all;
	}

	.ss-title h5 {
		font-size: 22px;
	}

	.erection-txt {
		margin-top: 15px;
	}

	.people-inner .col-sm-4{
		margin-top: 30px;
	}

	.people-inner .col-sm-5{
		margin-top: 15px;
	}
	
	.ceo-people .part{
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	
	.people-inner .col-sm-8{
		margin-top: 30px;
	}

	.map-txt i {
		margin-bottom: 10px;
	}



























































	/* 게시판 */
	.board_wrapper .table colgroup,
	.board_wrapper .table.table_default tr .num,
	.board_wrapper .table.table_default tr .regdate,
	.board_wrapper .table.table_default tr .hits {
		display: none;
	}

	.board_wrapper .table .table-style>tbody>tr>th {
		width: auto;
	}

	.board_wrapper .table.table_default tr .subject {
		width: 70%;
	}

	.board_wrapper .table.table_default tr .writer {
		width: 30%;
	}

	/* .table-responsive */
	.table-responsive::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	.table-responsive::-webkit-scrollbar:vertical {
		width: 12px;
	}

	.table-responsive::-webkit-scrollbar:horizontal {
		height: 5px;
	}

	.table-responsive::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 1px solid #ffffff;
	}

	.table-responsive::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #ffffff;
	}

	/* 주문폼 */
	.board_wrapper .table.board_write_table .input-group.input-group-big,
	.board_wrapper .table.board_write_table .form-control.form-control-big {
		width: 100%;
	}

	.board_wrapper .table.board_write_table tbody tr  .btn,
	.board_wrapper .table.board_write_table tbody tr td .form-control {
		width: 100%;
		vertical-align: middle;
	}

	.board_wrapper .text-center .btn.btn-lg {
		padding-left: 60px;
		padding-right: 60px;
	}
	/* 주무폼 라디오 버튼 */
	.radio-inline{
		margin-top: 0 !important;
	}
}