@charset "UTF-8";

/* noto sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;400;700&display=swap');

/* reset */
*{-webkit-text-size-adjust:none}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;outline:0;}body{-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:12px;line-height:1.3;font-weight:normal;color:#666;}ul, ol, li{list-style:none}fieldset, img{border:0}br{letter-spacing:normal}p{letter-spacing:normal}hr{display:none}address, caption, em, var{padding:0;margin:0;font-style:normal;font-weight:normal}a{text-decoration:none;color:#666;}a[href^="tel"]{font-style:normal}a:hover, a:active, a:focus{text-decoration:none}input, textarea, select{letter-spacing:normal}img{border:0;vertical-align:top}legend, caption{position:absolute;left:-1000%;top:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}table{width:100%;border:0;border-spacing:0;}button {display:inline-block;border:none;padding:0;margin:0;background-color: transparent;text-decoration:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;}button:focus {outline: 0;}

html[lang="ko"] {font-family:'Noto Sans KR', 'Malgun Gothic',Dotum ,sans-serif;}
html[lang="cn"] {font-family:'Noto Sans SC', 'Malgun Gothic' ,sans-serif;}


/* slick */
.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent}.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0}.slick-list:focus{outline: none}.slick-list.dragging{cursor: pointer;cursor: hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}.slick-track{position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto}.slick-track:before,.slick-track:after{display: table;content: ''}.slick-track:after{clear: both}.slick-loading .slick-track{visibility: hidden}.slick-slide{display: none;float: left;height: 100%;min-height: 1px}[dir='rtl'] .slick-slide{float: right}.slick-slide img{display: block}.slick-slide.slick-loading img{display: none}.slick-slide.dragging img{pointer-events: none}.slick-initialized .slick-slide{display: block}.slick-loading .slick-slide{visibility: hidden}.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent}.slick-arrow.slick-hidden{display: none}


/* 공통 */
.blind,legend{display:block;overflow:hidden;position:absolute;top:-1000px;left:0}
#wrap {overflow: hidden;min-width:1280px;background: url(../images/main_bg.jpg) no-repeat center 0;}

header {position: relative;width:1280px;margin: 0 auto;padding-top: 99px;box-sizing: border-box;}
header h1 {position: absolute;left: 50%;top: 38px;width: 200px;height: 36px;margin-left: -100px;background: url(../images/logo.png) no-repeat 0 0;text-indent: -99999px;}
header nav {position: relative;width: 100%;height: 65px;text-align: center;}
header nav::before {content: '';position: absolute;left: -999px;right: -999px;height: 100%;background: #0055a5;}
header nav li {display: inline-block;position: relative;}
header nav li button {padding: 0 63px;font-size: 18px;line-height: 65px;color: #fff;}
header.fixed {height: 164px;}
header.fixed nav {position: fixed;left: 0;right: 0;top: 0;z-index: 10;}

.container {width:1280px;margin: 0 auto;padding-bottom: 92px;}

.info-content {padding-top: 150px;text-align: center;}
.info-content .text-area .detail {font-size: 30px;line-height: 40px;color: #fff;}
.info-content .text-area .company {display: inline-block;margin-top: 17px;font-size: 80px;line-height: 90px;color: #fff;}
.info-content .info-area {margin-top: 83px;padding: 42px 0;background: #fff;box-shadow: 0px 10px 10px 0px #d4d4d4;}
.info-content .info-area > .title {display: block;font-size: 30px;line-height: 40px;color: #000;}
.info-content .info-area > .title b {font-weight: bold;}
.info-content .info-area .info {margin-top: 47px;display: flex;}
.info-content .info-area .info li {flex: 1;position: relative;padding-top: 107px;}
.info-content .info-area .info li::before {content: '';position: absolute;left: 0;top: 23px;width: 1px;height: 57px;background: #ccc;}
.info-content .info-area .info li:nth-child(1) {background: url(../images/info_icon_1.png) no-repeat center 2px;}
.info-content .info-area .info li:nth-child(1)::before {display: none;}
.info-content .info-area .info li:nth-child(2) {background: url(../images/info_icon_2.png) no-repeat center 2px;}
.info-content .info-area .info li:nth-child(3) {background: url(../images/info_icon_3.png) no-repeat center 2px;}
.info-content .info-area .info li:nth-child(4) {background: url(../images/info_icon_4.png) no-repeat center 0px;}
.info-content .info-area .info .txt {display: block;font-size: 20px;line-height: 26px;color: #333;}
.info-content .info-area .info .detail {display: block;margin-top: 12px;font-size: 16px;line-height: 22px;color: #666;}
.business-content {padding-top: 94px;text-align: center;}
.business-content h2 {display: block;font-size: 40px;line-height: 50px;color: #000;}
.business-content .goods-area {margin-top: 35px;}
.business-content .goods-area .info {font-size: 20px;font-weight: 500;line-height: 30px;color: #333;}
.business-content .goods-area .detail {margin-top: 19px;font-size: 16px;line-height: 26px;color: #666;}
.business-content .goods-area .goods {overflow: hidden;margin-top: 51px;}
.business-content .goods-area .goods li {float: left;width: 280px;margin-left: 53px;padding-top: 150px;}
.business-content .goods-area .goods li:nth-child(1) {margin-left: 0;background: url(../images/goods_bg_1.png) no-repeat center 11px;}
.business-content .goods-area .goods li:nth-child(2) {background: url(../images/goods_bg_2.png) no-repeat center 9px;}
.business-content .goods-area .goods li:nth-child(3) {background: url(../images/goods_bg_3.png) no-repeat center 15px;}
.business-content .goods-area .goods li:nth-child(4) {background: url(../images/goods_bg_4.png) no-repeat center 5px;}
.business-content .goods-area .goods li span {display: block;padding-top: 18px;border-top: 2px solid #0055a5;font-size: 16px;line-height: 22px;color: #000;}
.business-content .info-area {margin-top: 91px;}
.business-content .info-area > .title {font-size: 20px;font-weight: 500;line-height: 26px;color: #333;}
.business-content .info-area .detail {display: flex;position: relative;margin-top: 38px;}
.business-content .info-area .detail::before {content: '';position: absolute;left: 0;top: 0;width: 27px;height: 21px;background: url(../images/quotes_left.png) no-repeat 0 0;}
.business-content .info-area .detail::after {content: '';position: absolute;right: 0;bottom: 0;width: 27px;height: 21px;background: url(../images/quotes_right.png) no-repeat 0 0;}
.business-content .info-area .detail li {flex: 1;position: relative;width: 33.33%;padding: 0 30px;font-size: 16px;line-height: 30px;color: #666;}
.business-content .info-area .detail li::before {content: '';position: absolute;left: 0;top: 7px;bottom: 7px;width: 1px;background: #ccc;}
.business-content .info-area .detail li:first-child::before {display: none;}
.product-content {padding-top: 100px;text-align: center;}
.product-content h2 {display: block;font-size: 40px;font-weight: bold;line-height: 50px;color: #000;}
.product-content > .title {margin-top: 34px;font-size: 20px;line-height: 30px;color: #000;}
.product-content .goods-area {position: relative;margin-top: 23px;}
.product-content .goods-area::before {content: '';position: absolute;left: -9999px;right: -9999px;bottom: 0;top: 0;background: #3e7dcc;}
.product-content .goods-area .goods {overflow: hidden;position: relative;padding: 37px 0 65px;}
.product-content .goods-area .goods li {float: left;width: 300px;height: 183px;margin-left: 26px;box-sizing: border-box;}
.product-content .goods-area .goods li:nth-child(4n+1) {margin-left: 0;}
.product-content .goods-area .goods li.txt {padding-top: 48px;font-size: 16px;line-height: 26px;color: #fff;text-align: left;}
.product-content .goods-area .goods li button {display: block;width: 100%;padding-top: 157px;font-size: 16px;line-height: 26px;color: #fff;}
.product-content .goods-area .goods li.goods-1 button {background: url(../images/product_bg_1.png) no-repeat center 30px;}
.product-content .goods-area .goods li.goods-2 button {background: url(../images/product_bg_2.png) no-repeat center 25px;}
.product-content .goods-area .goods li.goods-3 button {background: url(../images/product_bg_3.png) no-repeat center 30px;}
.product-content .goods-area .goods li.goods-4 button {background: url(../images/product_bg_4.png) no-repeat center 35px;}
.product-content .goods-area .goods li.goods-5 button {background: url(../images/product_bg_5.png) no-repeat center 40px;}
.product-content .goods-area .goods li.goods-6 button {background: url(../images/product_bg_6.png) no-repeat center 35px;}
.product-content .goods-area .goods li.goods-7 button {background: url(../images/product_bg_7.png) no-repeat center 30px;}
.about-content {padding-top: 72px;text-align: center;}
.about-content h2 {display: block;font-size: 40px;line-height: 50px;color: #000;}
.about-content .tab-area {display: flex;width: 760px;margin: 41px auto 0;border: 1px solid #ccc;}
.about-content .tab-area li {flex:1;border-left: 1px solid #ccc;}
.about-content .tab-area li button {display: block;width: 100%;font-size: 16px;line-height: 48px;color: #333;letter-spacing: -1px;}
.about-content .tab-area li:first-child {border-left: 0;}
.about-content .tab-area li.on button {background: #1455a7;font-weight: bold;color: #fff;}
.about-content .tab-view-area {margin-top: 45px;}
.about-content .tab-view-area .view-cnt {display: none;}
.about-content .tab-view-area .view-cnt.on {display: block;}
.about-content .tab-view-area .view-cnt > .title {display: block;font-size: 16px;line-height: 26px;color: #333;}
.about-content .tab-view-area .view-cnt > .logo-txt {display: block;margin-top: 10px;font-size: 30px;font-weight: bold;line-height: 40px;color: #333;}
.about-content .view-cnt.tab-1 {background: url(../images/about_bg_1_pc.jpg) no-repeat center 0;}
.about-content .view-cnt.tab-1 .greeting {margin-top: 440px;font-size: 16px;line-height: 30px;color: #666;}
.about-content .view-cnt.tab-2 .bg {width: 1280px;height: 547px;margin-top: 90px;background: url(../images/about_bg_6_pc.jpg) no-repeat center 0;}
.about-content .view-cnt.tab-3 .bg {width: 1280px;height: 547px;margin-top: 90px;background: url(../images/about_bg_2_pc.jpg) no-repeat center 0;}
.about-content .view-cnt.tab-4 .bg {width: 1280px;height: 1351px;margin-top: 37px;background: url(../images/about_bg_3_pc.jpg) no-repeat center 0;}
.about-content .view-cnt.tab-5 .bg {width: 1280px;height: 335px;margin: 70px 0 224px;background: url(../images/about_bg_4_pc.jpg) no-repeat center 0;}
.about-content .view-cnt.tab-6 .map {width: 1280px;height: 435px;margin: 72px 0 0;}
.about-content .view-cnt.tab-6 .map iframe {width: 100%;height: 100%;}
.about-content .view-cnt.tab-6 .address {margin-top: 24px;padding-bottom: 43px;text-align: left;line-height: 30px;}
.about-content .view-cnt.tab-6 .address > .tit {display: block;font-size: 16px;color: #000;}
.about-content .view-cnt.tab-6 .address dl {overflow: hidden;margin-top: 10px;}
.about-content .view-cnt.tab-6 .address dt {float: left;width: 60px;font-size: 16px;font-weight: bold;color: #000;}
.about-content .view-cnt.tab-6 .address dd {float: left;font-size: 16px;color: #666;}

footer {position: relative;padding: 29px 0 43px;text-align: center;width: 1280px;margin: 0 auto;}
footer::before {content: '';position: absolute;left: -9999px;right: -9999px;top: 0;bottom: 0;background: #3b3b3b;}
footer .logo {display: inline-block;position: relative;width: 200px;height: 36px;background: url(../images/footer_logo.png) no-repeat 0 0;text-indent: -9999px;}
footer address {display: block;position: relative;margin-top: 14px;font-size: 13px;line-height: 20px;color: #999;}

/* 레이어 팝업 */
.layer-pop {display: none;position: fixed;left: 0;top: 0;right: 0;bottom: 0; z-index: 100;}
.layer-pop.on {display: block;}
.layer-pop::before {content: '';position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);}
.layer-pop .container {position: absolute;left: 50%;top: 50%;width: 1200px;padding: 43px 50px 51px;border: 2px solid #1455a7;background: #fff;box-sizing: border-box;z-index: 10;transform: translate(-50%,-50%)}
.layer-pop .container .close-btn {position: absolute;right: 50px;top: 50px;width: 34px;height: 34px;background: url(../images/layer_close_btn.png) no-repeat 0 0;}
.layer-pop .container > .title {display: block;font-size: 40px;font-weight: bold;line-height: 50px;color: #000;}
.layer-pop .content {overflow: auto;height: 542px;margin-top: 10px;}
.layer-pop .content .img-area {float: left;border: 1px solid #ccc;}
.layer-pop .content .info-area {float: right;width: 445px;}
.layer-pop .content .info-area table {width: 100%;border-top: 2px solid #000;text-align: left;}
.layer-pop .content .info-area th {height: 50px;padding-left: 15px;border-bottom: 1px solid #ccc;background: #f0f0f0;font-size: 16px;font-weight: normal;color: #000;letter-spacing: -1px;}
.layer-pop .content .info-area td {height: 50px;padding-left: 15px;border-bottom: 1px solid #ccc;font-size: 16px;line-height: 26px;color: #666;letter-spacing: -1px;}


/* 중문 */
html[lang="cn"] .about-content .view-cnt.tab-2 .bg {background-image: url(../images/about_bg_2_pc_cn.jpg);}
html[lang="cn"] .about-content .view-cnt.tab-3 .bg {background-image: url(../images/about_bg_3_pc_cn.jpg);}
html[lang="cn"] .about-content .view-cnt.tab-5 .map {background-image: url(../images/about_bg_5_pc_cn.jpg);}

@media all and (max-width:768px) {
	#wrap {min-width:320px;width: 100%;background: url(../images/main_bg_mo.jpg) no-repeat center 0;background-size: auto 410px;}
	header, .container, footer {width: 100%;}
	header {padding-top: 75px;}
	header h1 {top: 20px;}
	header nav {overflow-x: scroll;height: 60px;background: #0055a5;}
	header nav::before {display: none;}
	header nav .menu {width: 540px;}
	header nav li button {padding: 0 30px;line-height: 60px;}
	header.fixed {height: 135px;}

	.info-content {padding-top: 60px;}
	.info-content br {display: none;}
	.info-content .text-area .detail {padding:0 10px;font-size: 15px;line-height: 20px;}	
	.info-content .text-area .company {margin-top: 10px;font-size: 40px;line-height: 50px;}
	.info-content .info-area {margin: 35px 10px 0;padding: 25px 0 0;}
	.info-content .info-area > .title {font-size: 26px;line-height: 32px;}
	.info-content .info-area > .title b {display: block;}
	.info-content .info-area .list-scroll {overflow-x: scroll;}
	.info-content .info-area .list-scroll .info {width: 940px;padding-bottom: 30px;}
	.info-content .info-area .info li {width: 235px;padding: 105px 10px 0; box-sizing: border-box;}
	.business-content {padding: 90px 10px 0;}
	.business-content .goods-area {margin-top: 15px;}
	.business-content .goods-area .goods {padding: 0 10px;}
	.business-content .goods-area .goods li {float: none;width: 100%;margin: 50px 0 0;}
	.business-content .goods-area .goods li:nth-child(1) {margin-top: 0;}
	.business-content .info-area {margin-top: 35px;}
	.business-content .info-area .detail {display: block;}
	.business-content .info-area .detail li {flex: none; width: 100%;padding: 0 10px;font-size: 16px;line-height: 26px;box-sizing: border-box;}
	.business-content .info-area .detail::before {top: -10px;width: 16px;height: 16px;background-size: 100% auto;}
	.business-content .info-area .detail::after {bottom: -10px;width: 16px;height: 16px;background-size: 100% auto;}
	.business-content .info-area .detail li::before {display: none;}
	.product-content > .title {margin-top: 15px;padding: 0 10px;line-height: 26px;}
	.product-content {padding-top: 90px;}
	.product-content .goods-area .goods {padding: 40px 0 60px;}
	.product-content .goods-area .goods li {width: 50%;height: 210px; margin: 0;}
	.product-content .goods-area .goods li.txt {padding: 25px 0 0 10px;}
	.about-content {padding: 90px 0 0;}
	.about-content .tab-scroll {overflow-x: scroll;padding:0 10px;}
	.about-content .tab-area {margin-right: 10px;}
	.about-content .tab-view-area {margin-top: 25px;padding: 0 10px;}
	.about-content .view-cnt.tab-1 {background-size: auto 110px;background-position: center 80px;}
	.about-content .view-cnt.tab-1 .greeting {margin-top: 140px;}
    .about-content .view-cnt.tab-2 .bg {width: 100%;height: 660px;margin: 25px 0 0;background: url(../images/about_bg_6_mo.jpg) no-repeat center 0;background-size: auto 660px;}
	.about-content .view-cnt.tab-3 .bg {width: 100%;height: 660px;margin: 25px 0 0;background: url(../images/about_bg_2_mo.jpg) no-repeat center 0;background-size: auto 660px;}
	.about-content .view-cnt.tab-4 .bg {width: 100%;height: 1530px;margin: 25px 0 0;background: url(../images/about_bg_3_mo.jpg) no-repeat center 0;background-size: auto 1530px;}
	.about-content .view-cnt.tab-5 .bg {width: 100%;height: 1465px;margin: 25px 0 0;background: url(../images/about_bg_4_mo.jpg) no-repeat center 0;background-size: auto 1465px;}
	.about-content .view-cnt.tab-6 .map {width: 100%;height: 435px;margin: 25px 0 0;background: url(../images/about_bg_5_mo.jpg) no-repeat center 0;background-size: auto 435px;}
	.about-content .view-cnt.tab-6 .address dt {display: block;}
	footer {padding: 30px 0 25px;}
	footer .logo {width: 156px;height: 28px;background-size: auto 100%;}
	footer address {padding: 0 10px;}
	
	.layer-pop .container {overflow-y: scroll; left: 10px;right: 10px;top: 50%;width: auto;max-height:90vh;padding: 20px 15px 15px;border: 3px solid #1455a7;transform: translate(0,-50%);}
	.layer-pop .container > .title {font-size: 26px;line-height: 40px;}
	.layer-pop .container .close-btn {right: 15px;top: 30px;width: 20px;height: 20px;background-size: 100% 100%;}
	.layer-pop .content .img-area {float: none;width: 100%;box-sizing: border-box;}
	.layer-pop .content .img-area img {width: 100%;}
	.layer-pop .content .info-area {float: none;width: 100%;margin-top: 25px;}
	.layer-pop .content .info-area th, .layer-pop .content .info-area td {font-size: 16px;line-height: 19px;}

	/* 중문 */
	html[lang="cn"] .about-content .view-cnt.tab-2 .bg {background-image: url(../images/about_bg_2_mo_cn.jpg);}
	html[lang="cn"] .about-content .view-cnt.tab-3 .bg {background-image: url(../images/about_bg_3_mo_cn.jpg);}
	html[lang="cn"] .about-content .view-cnt.tab-5 .map {background-image: url(../images/about_bg_5_mo_cn.jpg);}
}
