@charset "utf-8";

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

@media (max-width: 1700px){

}


@media (max-width: 1500px){
	#footer {position:relative;}
}

@media (max-width: 1300px){
}

/* landscape tablet and desktop */
@media (max-width: 1200px){

	@-moz-keyframes bounce{from{bottom:20px;}to{bottom:30px;}}
	@-webkit-keyframes bounce{from{bottom:20px;}to{bottom:30px;}}
	@-o-keyframes bounce{from{bottom:20px;}to{bottom:30px;}}
	@keyframes bounce{from{bottom:20px;}to{bottom:30px;}}

	body, input, textarea, select, button, table {font-size:14px;}

	#contentArea {width:100%;}

	.real-cont {padding:0 30px 70px;}

	/* header */
	.sitelogo {top:38px;}
	.sitelogo span {width:124px; height:25px;}
	#gnb > ul > li {padding:0 30px;}

	/* main */
	#section1 .list2 li a {padding:0 15px;}

}

/* Landscape tablet */
@media (max-width: 1024px) {
	
	/* main */
	.fp-section.fp-table, .fp-slide.fp-table {height:auto !important;}
	.fp-tableCell {height:auto !important;}

	.visual-wrap .visual-slider .v-slider {height:600px;}
	.visual-wrap .slick-dots {bottom:30px;}
	.visual-wrap .slick-prev {left:30px;}
	.visual-wrap .slick-next {right:30px;}
	
	#section1 .list2 li a .icon {width:55px; height:55px;}
	#section1 .list2 li a .txt {width:calc(100% - 55px); padding-left:10px;}
	#section1 .list2 li a .txt h3 {font-size:28px;}
	
	#section2 .main-board .row {margin:0 -30px;}
	#section2 .main-board .col {padding:0 30px;}

	/* sub */
	.pro .gate ul {margin:0 -8px;}
	.pro .gate ul li {padding:0 8px;}
	.pro .gate ul li a .cnt {left:20px; padding-bottom:15px;}
	.pro .gate ul li a .cnt:after {width:30px; height:3px;}
	.pro .gate ul li a .cnt h3 {font-size:30px;}
	.pro .gate ul li a .more {width:120px; font-size:16px; padding:18px 0 18px 15px;}
	.pro .gate ul li a .more:after {top:24px; right:12px;}


	/* board */
	.board-search .total-page {font-size:14px;}
	.board-search .select {width:90px;}
	.board-search .input {width:140px;}

	.board-list table thead th {height:40px; font-size:14px;}
	.board-list table tbody td {padding:9px 0; font-size:14px;}
	.board-list table tbody td.no {width:10%;}
	.board-list table tbody td.name {width:12%;}
	.board-list table tbody td.date {width:12%;}
	.board-list table tbody td.hit {width:9%;}

	.board-view .head .tit {font-size:15px;}
	.board-view .head .info {font-size:13px; padding-top:10px; padding-bottom:10px;}

	.board-write .group {font-size:15px;line-height:32px;}
	.board-write .title {font-size:15px;}

	.paginate {margin:15px 0;}
} 

@media (max-width: 960px) {

	/* header */
	#header {height:auto;}
	.sitelogo {position:relative; padding:30px 0; display:block; top:auto;}
	#gnb {display:none;}
	.language {right:35px;}
	.language ul li {padding:0 6px;}
	.btn-m-menu {right:-12px;}
	
	.mobile-navigation {width:100%; padding:15px;}
	.mobile-navigation .btn-m-close {top:30px; right:30px;}
	.mobile-navigation .logo-zone {margin-bottom:15px;}
	.mobile-navigation .logo-zone img {height:25px;}
	.mobile-navigation .nav-menu .submenu > ul {margin:0;}
	.mobile-navigation .nav-menu .submenu > ul > li {float:none; width:100%; padding:0; margin-bottom:6px; font-size:15px;}
	.mobile-navigation .nav-menu>ul>li {padding:15px 0;}
	.mobile-navigation .nav-menu>ul>li>a {font-size:20px; margin-bottom:15px;}
	.mobile-navigation .address-zone .row {margin:0;}
	.mobile-navigation .address-zone .row .col {float:none; width:100%; margin-bottom:20px; padding:0;}
	.mobile-navigation .address-zone .row .col:last-child {margin-bottom:0;}
	.mobile-navigation .address-zone .row .col h3 {font-size:18px; margin-bottom:4px;}
	.mobile-navigation .address-zone .row .col address span {margin-right:10px;}

	.contain {padding-left:15px; padding-right:15px;}

	/* main */
	.fp-tableCell {padding-top:0;}

	/* sub */
	.partner ul {margin:0 -10px;}
	.partner ul li {padding:0 10px; margin-bottom:20px;}
	
	#section1 {padding:30px 0;}
	#section1 .list {margin:0 -5px 10px -15px;}
	#section1 .list li {padding:0 5px;}
	
	.down ul {margin:0 -10px;}
	.down ul li {padding:0 10px;}

	.welfare .body ul li {padding:30px;}


} 

/* portrait tablet */
@media (max-width: 800px) {	
	.only-desktop {display:none;}
	.only-tablet {display:block;}
	.br-none {display:none;}

	.fp-section {height:auto !important}
	.fp-tableCell {height:auto !important}
	.scroll {display:none;}

	.only-tablet-mobile {display:block;}

	/* main */
	#section1 .inner {padding-left:15px; padding-right:15px;}
	#section1 .list {margin:0; margin-bottom:10px;}
	#section1 .list li {float:none; width:100%; margin-bottom:10px;}
	#section1 .list li:last-child {margin-bottom:0;}
	
	#section2 .main-board .row {margin:0;}
	#section2 .main-board .col {float:none; width:100%; padding:0; margin-bottom:30px;}
	#section2 .main-board .col:after {display:none;}
	#section2 .main-board .col:last-child {margin-bottom:0;}

	#main #footer {position:unset;}
} 

/* Landscape phone */
@media (max-width: 700px) {
	.only-desktop-tablet {display:none;}
	.only-tablet {display:none;}
	.only-mobile {display:block;}

	#wrapper {padding-bottom:0; padding-top:65px;}
	#sub #wrapper {padding-top:0;}

	/* header */
	.sitelogo {padding:20px 0;}

	.mobile-navigation .btn-m-close {top:15px; right:15px;}

	/* main */
	.visual-wrap .slick-arrow {width:25px; height:50px;}
	.visual-wrap .slick-prev {left:10px;}
	.visual-wrap .slick-next {right:10px;}

	#section1 .list li a {height:150px;}
	#section1 .list1 li a h3 {font-size:30px; padding-top:15px;}
	#section1 .list1 li a h3:after {width:20px; height:3px; margin-left:-10px;}
	
	#section2 .main-board .col .head {padding-top:12px;}
	#section2 .main-board .col .head:after {width:30px; height:3px; margin-left:-15px;}
	#section2 .main-board .col .head h2 {font-size:25px;}
	#section2 .main-board .col .body .tit-zone {margin-bottom:20px;}
	#section2 .main-board .col .body .tit-zone .tit .date {width:65px; height:65px;}
	#section2 .main-board .col .body .tit-zone .tit .date p {font-size:13px;}
	#section2 .main-board .col .body .tit-zone .tit .date h3 {font-size:20px;}
	#section2 .main-board .col .body .tit-zone .tit .cnt {width:calc(100% - 65px); padding-left:10px;}
	#section2 .main-board .col .body .tit-zone .tit .cnt h3 {font-size:20px;}
	#section2 .main-board .col .body .tit-zone p {line-height:1.7em;}
	#section2 .main-board .col .body ul li {font-size:16px; padding:18px 0;}
	#section2 .main-board .col .body ul li span {top:18px;}

	/* footer */
	#footer .wrap {padding-right:0; text-align:center;}
	#footer .foot-info {text-align:left;}
	#footer .foot-info ul {margin-bottom:0;}
	#footer .foot-info ul li p span {margin-right:15px;}
	#footer .foot-call {position:relative; text-align:left; padding:0; margin-top:15px;}
	#footer .foot-call .family a {display:block; float:none; margin-bottom:20px;}
	#footer .foot-call img {height:35px;}
	#footer .link {display:inline-block;}
	#footer .link li {float:none; display:inline-block;}
	#footer .link li a {font-size:15px; padding:0 10px;}
	#footer .link li a.pop:before {width:12px; height:12px;}
	#footer .link li a.pop:after {display:none;}
	
	/* sub */
	#contArea {padding-left:15px; padding-right:15px;}

	.sub-visual {height:210px;}
	.sub-visual h2 {font-size:30px;}
	
	.lnb {font-size:16px; line-height:48px; margin-top:-50px;}
	.lnb ul {table-layout:unset;}
	.lnb ul > li {min-width:100px;}
	.lnb ul > li > a {white-space:nowrap; padding:0 18px;}

	.sub-title {margin-bottom:25px; padding-top:30px;}
	.sub-title.pro-ver {padding-top:35px;}
	.sub-title h2 {font-size:30px;}
	.sub-title.pro-ver h2 {font-size:30px;}
	.sub-title.sub-tab-wrap h2 {float:none; text-align:left;}
	.sub-title.sub-tab-wrap .sub-tab {float:none; padding-left:0; padding-top:15px; text-align:left;}
	.sub-title.sub-tab-wrap .sub-tab ul li {padding:0 15px;}
	.sub-title.sub-tab-wrap .sub-tab ul li:after {height:15px;}
	.sub-title.sub-tab-wrap .sub-tab ul li:first-child {padding-left:0;}
	.sub-title.sub-tab-wrap .sub-tab ul li a {font-size:18px;}

	.history .head {margin-bottom:30px;}
	.history .body .items:after {left:15px; margin-left:0;}
	.history .body .items .item {padding-left:0; margin-bottom:35px;}
	.history .body .items .item .doc {padding-left:50px;}
	.history .body .items .item .doc:after {width:30px; height:30px; left:0; top:-2px;}
	.history .body .items .item .doc h3 {font-size:20px; margin-bottom:5px;}
	.history .body .items .item .doc dl dd {font-size:16px;}

	.ceo .head {margin:0 -15px; margin-bottom:20px;}
	.ceo .body p {font-size:18px; line-height:1.8em; margin-bottom:25px;}
	
	.partner ul {margin:0 -5px;}
	.partner ul li {width:50%; padding:0 5px; margin-bottom:10px;}
	.partner ul li .box {padding:15px 0;}
	
	.location-row .head {margin-bottom:20px;}
	.location-row .head h3 {font-size:20px; margin-bottom:5px;}
	.location-row .head p {font-size:15px;}
	.wrap_map {height:250px !important;}
	.location-row .body ul li {padding:15px 0;}
	.location-row .body ul li .tit {width:125px;}
	.location-row .body ul li .tit p {font-size:16px;}
	.location-row .body ul li .tit .img img {height:45px;}
	.location-row .body ul li .txt {width:calc(100% - 125px)}
	.location-row .body ul li .txt p {font-size:16px;}
	.location-row .body ul li .txt dl dd {font-size:16px;}
	
	.comp-overview .items .item {margin-bottom:35px;}
	.comp-overview .items .item h3 {font-size:18px; padding:12px 0; margin:0; margin-bottom:15px;}
	.comp-overview .items .item p {font-size:16px; line-height:1.5em;}
	.comp-overview .items .item p br {display:none;}
	
	.pro .gate {margin-top:30px;}
	.pro .gate ul {margin:0;}
	.pro .gate ul li {float:none; padding:0; margin-bottom:15px;}
	.pro .gate ul li:last-child {margin-bottom:0;}
	.pro .gate ul.col-1 li {width:100%;}
	.pro .gate ul.col-2 li {width:100%;}
	.pro .gate ul.col-3 li {width:100%;}
	.pro .gate ul li a .cnt {top:35px;}
	.pro .gate ul li a .img img {width:100%;}
	
	.pro-list {margin-top:30px;}
	.pro-list .pro-head {margin-bottom:30px;}
	.pro-list .pro-head .tit {float:none; margin-right:0;}
	.pro-list .pro-head .tit h2 {font-size:30px;}
	.pro-list .pro-head .pro-munu {padding-top:0; margin-top:10px;}
	.pro-list .pro-head .pro-munu ul li a {font-size:18px; padding:0 14px;}
	.pro-list .pro-head .pro-munu ul li a:after {height:15px;}
	.pro-list .pro-head .pro-munu ul li:first-child a {padding-left:0;}
	.pro-list .pro-head .pro-munu ul li:last-child a {padding-right:0;}
	.pro-list .pro-body ul {margin:0 -5px;}
	.pro-list .pro-body ul li {width:50%; padding:0 5px; margin-bottom:25px;}
	.pro-list .pro-body ul li:nth-child(4n+1) {clear:none;}
	.pro-list .pro-body ul li:nth-child(2n+1) {clear:left;}
	.pro-list .pro-body ul li a .thumb {margin-bottom:10px;}
	.pro-list .pro-body ul li a .cnt p {font-size:16px;}
	
	.pro-detail2 .pro-opt {margin-bottom:40px;}
	.pro-detail2 .pro-opt .row {border-bottom:0;}
	.pro-detail2 .pro-opt ul {flex-wrap:wrap; margin:0;}
	.pro-detail2 .pro-opt ul li {width:50%; padding:20px 5px;}
	.pro-detail2 .pro-opt ul li img {margin-bottom:10px;}
	.pro-detail2 .pro-opt ul li p {font-size:16px; line-height:1.4em;}
	.pro-detail2 .pro-info {margin-bottom:50px;}
	.pro-detail2 .pro-info .tit {text-align:left; margin-bottom:20px;}
	.pro-detail2 .pro-info .tit h3 {font-size:23px; padding-left:38px;}
	.pro-detail2 .pro-info .tit h3:after {width:25px; height:21px; top:4px;}
	.pro-detail2 .pro-info table tr th {padding:10px 5px 10px 10px; font-size:15px;}
	.pro-detail2 .pro-info table tr td {padding:10px 5px 10px 10px; font-size:15px;}

	.down ul li {float:none; width:100%; margin-bottom:10px;}
	.down ul li:last-child {margin-bottom:0;}
	.down ul li a {padding:20px 0;}
	.down ul li a h3 {font-size:20px; margin-bottom:25px;}
	.down ul li a .icon {width:110px; height:90px; margin:0 auto 15px;}
	.down ul li a p {font-size:18px; margin-bottom:15px;}
	.down ul li a .more {width:120px; font-size:16px; padding:8px 0;}
	
	.s-tit {padding-left:28px; margin-bottom:15px;}
	.s-tit:after {width:20px; height:20px; border-width:5px; top:3px;}
	.s-tit h3 {font-size:20px;}
	
	.as .row {margin-bottom:30px;}
	.as .row .box {padding:20px 15px;}
	.as .row .box > dl > dd {font-size:16px; margin-bottom:6px; padding-left:12px;}

	.welfare .head {display:block; text-align:center; margin:0 auto 50px; padding:0 30px;}
	.welfare .head:before, .welfare .head:after {top:-10px;}
	.welfare .head .img {margin-bottom:15px;}
	.welfare .head .img img {height:55px;}
	.welfare .head .cnt {width:100%; padding-left:0;}
	.welfare .head .cnt h3 {font-size:18px;}
	.welfare .body ul li {width:100%; min-height:auto; border-right:1px solid #ddd;}
	.welfare .body ul li:nth-child(3n+1) {clear:none;}
	.welfare .body ul li dl dt {font-size:18px; margin-bottom:8px; padding-left:25px;}
	.welfare .body ul li dl dt:before {width:20px; height:18px;}
	.welfare .body ul li dl dd {font-size:15px;}
	
	.step ul {margin:0;}
	.step ul li {float:none; width:100%; padding:0; padding-bottom:55px;}
	.step ul li:after {width:25px; height:25px; top:auto; bottom:15px; right:50%; margin-right:-12px; transform:rotate(90deg);}
	.step ul li img {width:120px;}
	.step ul li p {font-size:18px;}

	.recruit .head {margin:0 -15px; margin-bottom:25px;}
	.recruit .body h3 {font-size:20px; margin-bottom:15px; line-height:1.7em;}
	.recruit .body .icon .img img {width:45px;}
	.recruit .body .icon .txt {text-align:left; padding-left:15px; width:calc(100% - 45px);}
	.recruit .body .icon .txt p {font-size:18px;}

	.vision {margin-top:30px;}

	body.sub #container.path-fixed {padding-top:0;}

	.path-wrap {display:none;}

	.real-cont {padding:0 0px 40px 0;}

	/* board */
	.input {height:30px; padding:4px; font-size:14px; line-height:20px;}
	.select {height:30px; padding:4px; font-size:14px; line-height:20px;}

	.board-search .total-page {display:none;}
	.board-search .search {float:left;}
	.board-search .select {width:80px;}
	.board-search .input {width:120px;}
	.board-search .btn-pack {padding:0 18px; font-size:13px; line-height:28px;}
	.board-search .search .btn-pack {height:30px; line-height:28px;}
	
	.gallery-list {padding-top:10px;}
	.gallery-list ul {margin:0 -7px;}
	.gallery-list ul li {width:50%; padding:0 7px; margin-bottom:14px;}
	.gallery-list ul li:nth-child(2n+1) {clear:left;}
	.gallery-list ul li dl {padding:10px;}
	.gallery-list ul li dt {height:36px; font-size:14px; line-height:18px; overflow:hidden; text-overflow:ellipsis; white-space:normal; word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
	
	.board-search {margin-bottom:15px;}
	.board-search .total-page {display:none;}
	.board-search .search {float:none; text-align:left;}
	.board-search .search-box {float:none;}
	.board-search .search-box .raw-input {width:100%;}

	.board-list .data-table {padding:15px 15px; height:auto;}
	.board-list .num {width:52px;}
	.board-list .cnt .tit {font-size:15px;}
	.board-list .more {width:50px;}

	.board-write .files_table input[type=file] {width:100% !important;}
	
	.board-view {margin:0 -15px;}
	.board-view .head .tit {font-size:15px; padding:10px 15px;}
	.board-view .head .info {font-size:12px; padding:8px 15px;}
	.board-view .head .files {padding:10px 15px 0;}
	.board-view .head .files .fileLayer {max-width:60%; right:15px;}
	.board-view .head .files .fileLayer a {margin:5px 0; word-break:break-all; line-height:1.2em;}
	.board-view .head .files .fileLayer img {vertical-align:middle;}
	.board-view .body {padding:15px 15px 25px;}

	.buttons {margin:10px 0;}

	.btn-pack.medium {height:30px; font-size:13px; line-height:28px;}
	.btn-pack.submit,
	.btn-pack.cancel {width:120px; height:40px; font-size:14px; line-height:36px;}

	.prev_next {margin:0 -15px; padding:0; font-size:13px;}
	.prev_next dt {width:63px; padding:0 0 0 15px; margin-right:0;}
	.prev_next dd {margin-left:80px; padding-right:15px; color:#777;}
	.prev_next dd a {display:inline-block; vertical-align:top; max-width:95%; color:inherit; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

	.mailform {margin:0 -15px;}
	.mailform table tbody th {height:40px; padding:5px 5px 5px 15px; font-size:13px;}
	.mailform table tbody td {padding:5px 15px 5px 5px; font-size:13px;}
	.form-agree {margin:20px 0 30px;}
	.form-agree .btn {display:none;}
	.form-agree dt {font-size:14px;}
	.form-agree dd {padding:4px 0 0 0; font-size:12px; line-height:16px;}
	.form-agree .scroll_box {height:60px; padding:5px; font-size:11px; line-height:14px;}
	#kcaptcha_image {width:90px !important; height:auto !important;}
	
} 

/* Landscape phones and down */
@media (max-width: 480px) {
	
} 