@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header.sub-header{position:relative; }

#subContainer{position:relative; padding:0 0 60px; margin:0 auto; width:1200px; box-sizing:border-box;}
#commonContainer{position:relative; padding:30px 20px 60px; margin:0 auto; width:1200px; box-sizing:border-box;}
#subContainer:after{content:""; display:block; clear:both;}

#leftMenu{float:left; width:210px; margin-top:10px;}
#leftMenu .sub-tit-img{display:block; margin-bottom:15px;}
#subContents{float:right; width:calc(100% - 260px);}

.login-bar li a img{top:-2px !important;}
@media only screen and (max-width:1280px) {
	#subContainer, #commonContainer{padding:0 20px 60px;}
	#subContainer{width:100%;}
	#commonContainer{width:100%;}

}
@media only screen and (max-width:980px) {
	#subContainer, #commonContainer{padding:0 0 30px;}
	#subContents{float:none; width:100%; padding:0 20px}
	#leftMenu {float:none;  width: 100%; position:relative; top: 0; margin-top: 0px; left: 0; margin-bottom:10px;}	
	.left-menu {display:none;}
	.left-notice {display:none;}
}
@media only screen and (max-width:768px) {
	#subContainer, #commonContainer{padding:0 0 20px;}
	#subContents{padding:0 10px}
	.sub-title h3:before {  width: 30px !important; }
}


/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-visual01{display: table; width: 100%; height:250px; background:url('/images/mtl01r-21-0083/sub/subtop_image01.jpg') no-repeat center center/cover;}
.sub-visual02{display: table; width: 100%; height:250px; background:url('/images/mtl01r-21-0083/sub/subtop_image02.jpg') no-repeat center right 40%/cover;}
.sub-visual03{display: table; width: 100%; height:250px; background:url('/images/mtl01r-21-0083/sub/subtop_image03.jpg') no-repeat center center/cover;}
.sub-visual04{display: table; width: 100%; height:250px; background:url('/images/mtl01r-21-0083/sub/subtop_image04.jpg') no-repeat center center/cover;}
.sub-visual05{display: table; width: 100%; height:250px; background:url('/images/mtl01r-21-0083/sub/subtop_image05.jpg') no-repeat center 55%/cover;}
.sub-visual06{display: table; width: 100%; height:250px; background:url('/images/mtl01r-21-0083/sub/subtop_image06.jpg') no-repeat center center/cover;}

.sub-visual-txt{ display: table-cell; width: 100%; text-align: center; vertical-align: middle; color: #fff;}
.sub-visual-txt h1{font-size:42px; font-weight: 500; line-height: 1;}
.sub-visual-cont{ font-size: 18px; font-weight: 300;  line-height: 1}


@media only screen and (max-width:768px) {
.sub-visual01, .sub-visual02, .sub-visual03, .sub-visual04, .sub-visual05, .sub-visual06{height:150px;}
.sub-visual-txt h1{font-size:26px;}
.sub-visual-cont{ font-size: 14px;}
}


/* Left Menu (서브 좌측 영역)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
/* 좌측메뉴 */
.sub-tab{display:none; z-index:999; width:100%;}
.sub-tab.fixed{position:fixed; top:0; left:0; width:100%; background:#fff; border-bottom:1px solid #ddd; box-shadow:0 2px 10px rgba(0,0,0,0.10); opacity:0.92;}
.sub-tab > ul{width:100%; margin:0 auto; }
.sub-tab.fixed ul{margin:0 auto; width:100%;}

.sub-tab .col-1 li{width:100%;}
.sub-tab .col-2 li{width:50%;}
.sub-tab .col-3 li{width:33.33%;}
.sub-tab .col-4 li{width:25%;}
.sub-tab > ul{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.sub-tab > ul li {position: relative; display:table;}
.sub-tab > ul li a {display: table-cell; vertical-align:middle; font-size:18px; padding:20px 2px; color: #666; letter-spacing:-1px; font-weight: 400; text-align: center; width: 100%;}

.sub-tab li a{text-align:center; border:1px solid #ddd; border-left:0;}
.sub-tab li:first-child a{border-left:1px solid #ddd;}
.sub-tab li:last-child a{border-right:0;}
.sub-tab li.active a{color:#fff; background:#282595; border-color:#282595;}
.sub-tab.fixed a{border-bottom:0; border-top:0;}

@media only screen and (max-width:980px) {
	.sub-tab {display:block;}
	.sub-tab > ul li a {font-size:18px;}
}

@media only screen and (max-width:620px) {
	.sub-tab > ul li a {font-size:16px; padding:16px 2px;}

}

@media only screen and (max-width:480px) {
	.sub-tab > ul li a {font-size:14px;}

}


.left-menu h2{height:110px; line-height:110px; text-align:center;  font-weight:500; font-size:28px; color:#fff; background:url('/images/mtl01r-21-0083/sub/left_top.jpg') no-repeat center center}
.left-menu li{width:100%; margin:3px 0;}
.left-menu li a{display:block; padding:0 15px; width:100%; box-sizing:border-box; height:50px; line-height:50px; font-size:16px; color:#666; background:#f4f4f4 url('/images/mtl01r-21-0083/sub/left_icon.png') no-repeat right 15px center;}
.left-menu li.active a{color:#282595; background:#fff url('/images/mtl01r-21-0083/sub/left_icon_on.png') no-repeat right 15px center; border:3px solid #282595;}


/* 좌측배너 */
.left-banner{margin-top:20px; background:#ebf3ff; padding:20px; text-align:center;}
.left-banner p{font-size:16px; color:#444; line-height:1.4; margin-top:10px;}
.left-banner .cs-tel{font-size:20px; font-weight:400; color:#282595; }
.left-banner .cs-tel strong{font-weight:600; font-size:25px; letter-spacing:-1px;}

@media only screen and (max-width:980px) {
	.left-banner{display:none;}
}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 타이틀 및 페이지네비게이션 */
.sub-title{margin-bottom:60px; padding:40px 0; border-bottom: 1px solid #d5d5d5; position:relative;}
.sub-title:after{content:""; display:block; clear:both;}
.sub-title h3{font-size:36px; text-transform:uppercase; font-weight:500; color:#333; line-height:1;}

.sub-title .page-navi{position:absolute; margin-bottom:10px; float:right; right:0; top:50px; letter-spacing:0; line-height:1; font-size:13px; color:#777;}
.sub-title .page-navi strong{color:#333; font-weight: 400;}
.sub-title .page-navi img{margin-top:-5px;}


@media only screen and (max-width:768px) {
	.sub-title{padding:30px 0; margin-bottom:50px;}
	.sub-title .page-navi{display:none;}
	.sub-title h3{font-size:24px;}
}
@media only screen and (max-width:620px) {	
	.sub-title{padding:20px 0; margin-bottom:30px;}	
}


/* Sub Contents (서브 콘텐츠 영역 공통)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-contents h4{font-size:24px; color:#282595; font-weight:600; margin-bottom:20px;  line-height:1.4; letter-spacing:-1px; word-break:keep-all;}
.sub-contents h5{font-size:22px; position:relative; padding-left:30px; color:#333; font-weight:600; margin-bottom:20px; letter-spacing:-1px; word-break:keep-all;}
.sub-contents h5:before{position:absolute; content:""; left:0; top:0; width:23px; height:23px; background:url('/images/mtl01r-21-0083/sub/sub_bul.png') no-repeat}
.sub-contents h6{font-size:30px; color:#000; font-weight:600; margin-bottom:20px;  line-height:1.4; letter-spacing:-1px; word-break:keep-all; text-align:center; }
.sub-contents .contArea{margin-bottom:60px;}
.sub-contents .contArea p{font-size:18px; color:#555; line-height:1.5; font-weight:400; word-break:keep-all; margin-top:15px;}
.sub-contents p{font-size:18px; color:#555; line-height:1.5; font-weight:400; word-break:keep-all; margin-top:15px;}
.sub-contents p strong{font-weight:500; color:#111}
.sub-contents ._last{margin-bottom:0;}
.sub-contents .f-btn-area{text-align:center; margin-bottom:30px;}
.sub-contents .f-btn-area a{text-align:center; font-weight:400; font-size:22px; padding:22px 50px; cursor:pointer;background:#1b8ccd; color:#fff; border-radius:50px; letter-spacing:-1px;}
.sub-contents .f-btn-area a:hover{background:#282595;}
.sub-contents .f-btn-area i{display:inline-block; position:relative; top:7px; width:30px; height:30px; margin-left:15px; background:url('/images/mtl01r-21-0083/sub/btn_arrow.png') no-repeat; background-size:30px;}

@media only screen and (max-width:768px) {
	.sub-contents h4{font-size:20px; margin-bottom:10px;}
	.sub-contents h5{font-size:18px; padding-left:25px; margin-bottom:10px;}
	.sub-contents h5:before{ width:20px; height:20px; background-size:20px; top:-1px}

	.sub-contents .contArea{margin-bottom:30px;}
	.sub-contents .contArea p{font-size:15px; margin-top:10px;}
	.sub-contents p{font-size:15px; margin-top:10px;}
	.sub-contents .f-btn-area{margin-bottom:10px;}
	.sub-contents .f-btn-area a{font-size:15px; padding:15px 25px}
	.sub-contents .f-btn-area i{top:6px; width:22px; height:22px; margin-left:10px; background-size:22px;}
}

@media only screen and (max-width:480px) {
	.sub-contents .f-btn-area a{font-size:15px; padding:14px 24px}
	.sub-contents .f-btn-area i{top:5px; width:18px; height:18px; margin-left:7px; background-size:18px;}
}

/* 고품질 번역
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1-1 .cont-box{width:100%; display:table;}
.sub1-1 .cont-box .txt-box{display:table-cell; width:50%; padding:20px 70px 20px 0;}
.sub1-1 .cont-box .img-box{display:table-cell; width:50%; position:relative;}
.sub1-1 .cont-box .img-box:before{position: absolute; content:''; width: 150px; height: 150px; background:#c3cade; left: -20px; bottom:-20px; z-index:-1;}
.sub1-1 .cont-box .bg01{background:url('/images/mtl01r-21-0083/sub/sub1_1_img01.jpg') no-repeat center center/cover;}
.sub1-1 .cont-box .bg02{background:url('/images/mtl01r-21-0083/sub/sub1_1_img02.jpg') no-repeat center center/cover;}
.sub1-1 .cont-box .txt-box p strong{font-weight:600; color:#333}
.sub1-1 .partner {margin-top:50px;}
.sub1-1 .partner ul{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.sub1-1 .partner ul li{ text-align:center; width:calc((100% - 50px)/6); margin-bottom:10px; border:1px solid #ededed; height:80px; line-height:80px;  padding:0 5px;}
.sub1-1 .partner .t-blue{font-size:19px; color:#1b8ccd;}
.sub1-1 .partner .t-line{margin:0 7px;}

@media only screen and (max-width:1024px) {
	.sub1-1 .cont-box .txt-box{padding:0 50px 0 0;}
}
@media only screen and (max-width:768px) {
	.sub1-1 .cont-box .img-box:before{width: 80px; height: 80px; left: -10px; bottom:-10px;}
	.sub1-1 .partner ul li{width:calc((100% - 30px)/4);}
	.sub1-1 .partner .t-blue{font-size:17px;}
}

@media only screen and (max-width:620px) {
	.sub1-1 .cont-box .txt-box{display:block; width:100%; padding:0 0 30px 0;}
	.sub1-1 .cont-box .img-box{display:block; width:100%; height:220px;}
	.sub1-1 .partner{margin-top:30px;}
	.sub1-1 .partner ul li{width:calc((100% - 10px)/2); height: 65px; line-height:65px;}
	
}


/* AI 초벌 번역
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1-2 .cont-box{width:100%; display:table;}
.sub1-2 .cont-box .txt-box{display:table-cell; width:50%; padding:20px 70px 20px 0;}
.sub1-2 .cont-box .img-box{display:table-cell; width:50%; position:relative;}
.sub1-2 .cont-box .img-box:before{position: absolute; content:''; width: 150px; height: 150px; background:#c3cade; left: -20px; bottom:-20px; z-index:-1;}
.sub1-2 .cont-box .bg01{height:310px; background:url('/images/mtl01r-21-0083/sub/sub1_2_img01.jpg') no-repeat top center/cover;}

.sub1-2 .info-txt > li{position:relative; padding-left:12px; font-size:18px; color:#555; line-height:1.3; font-weight:400; word-break:keep-all; margin-bottom:10px;}
.sub1-2 .info-txt > li:before{position:absolute; content:""; left:0; top:8px; width:4px; height:4px;  background:#666; border-radius:30px;}
.sub1-2 .info-txt > li:last-child{margin-bottom:0;}

.sub1-2 strong{font-weight:600; color:#333}

.sub1-2 .service-inner > li{position:relative; padding-left:32px; margin-bottom:30px;}
.sub1-2 .service-inner > li ._no{position:absolute; content:""; left:0; top:-1px; width:24px; height:24px; border-radius:30px; background:#282595; line-height:26px; text-align:center; font-size:14px; font-weight:600; color:#fff;}
.sub1-2 .service-inner .round-box{text-align:center; font-weight:400; font-size:17px; display:block; width:340px; line-height:42px; background:#1b8ccd; color:#fff; border-radius:50px;}

.sub1-2 .pdb{padding-bottom:15px;}

@media only screen and (max-width:1024px) {
	.sub1-2 .cont-box .txt-box{padding:0 50px 0 0;}
}

@media only screen and (max-width:768px) {
	.sub1-2 .cont-box .img-box{height:240px;}	
	.sub1-2 .cont-box .img-box:before{width: 80px; height: 80px; left: -10px; bottom:-10px;}

	.sub1-2 .info-txt > li{padding-left:7px; font-size:16px; margin-bottom:7px;}
	.sub1-2 .info-txt > li:before{top:7px; width:3px; height:3px;}

	.sub1-2 .service-inner > li{padding-left:22px; margin-bottom:20px;}
	.sub1-2 .service-inner > li ._no{top:0; width:18px; height:18px; line-height:20px; font-size:11px;}
	.sub1-2 .pdb{padding-bottom:10px;}
	.sub1-2 .service-inner .round-box{font-size:14px; width:260px; line-height:35px;}
}

@media only screen and (min-width:621px) {
	.sub1-2.sub-contents .contArea.cont-box{margin-bottom:20px;}
}

@media only screen and (max-width:620px) {
	.sub1-2 .cont-box .txt-box{display:block; width:100%; padding:0 0 30px 0;}
	.sub1-2 .cont-box .img-box{display:block; width:100%;}	
}


/* 비주얼트란 오피스
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2-1 .b-tit-box{padding:20px 50px; text-align:center; background:#1b8ccd; font-size:18px; color:#fff; font-weight:400; letter-spacing:-1px; word-break:keep-all; line-height:1.4;}
.sub2-1 .b-tit-box strong { display:block; font-size:30px; line-height:1.4;}
.sub2-1 .img-box{border:1px solid #ddd; border-top:0; text-align:center; padding:60px;}
.sub2-1 .img-box li{padding-top:50px;}
.sub2-1 .img-box li:first-child{padding-top:0;}

@media only screen and (max-width:1024px) {
	.sub2-1 .img-box{padding:60px 40px;}
	.sub2-1 .b-tit-box{padding:20px 30px;}
}
@media only screen and (max-width:768px) {
	.sub2-1 .b-tit-box{padding:15px 20px; font-size:16px;}
	.sub2-1 .b-tit-box strong{ font-size:22px;}
}


@media only screen and (max-width:620px) {
	.sub2-1 .img-box{padding:30px 20px;}
}


/* 비주얼트란 CAT 툴
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2-2 .img-box{text-align:center; }




/* 비주얼트란 번역 플랫폼
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2-3 .case{margin-top:30px;display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.sub2-3 .case > li{ text-align:center; width:calc((100% - 40px)/3); margin-bottom:20px;}

.sub2-3 .partner {margin-top:30px;}
.sub2-3 .partner ul{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.sub2-3 .partner ul li{ text-align:center; width:calc((100% - 50px)/6); margin-bottom:10px; border:1px solid #ededed; height:80px; line-height:80px;  padding:0 5px;}
.sub2-3 .partner .t-blue{font-size:19px; color:#1b8ccd;}
.sub2-3 .partner .t-line{margin:0 7px;}

@media only screen and (max-width:980px) {
	.sub2-3 .case > li{width:calc((100% - 20px)/3); margin-bottom:10px;}
}

@media only screen and (max-width:768px) {
	.sub2-3 .partner ul li{width:calc((100% - 30px)/4);}
	.sub2-3 .partner .t-blue{font-size:17px;}
}

@media only screen and (min-width:621px) {
	.sub2-3 .case > li:nth-child(1){width:42%;}
	.sub2-3 .case > li:nth-child(2){width:56%}
}

@media only screen and (max-width:620px) {
	.sub2-3 .case > li{width:100%; margin-bottom:10px;}
	.sub2-3 .case > li img{width:100%;}
	.sub2-3 .partner{margin-top:15px;}
	.sub2-3 .partner ul li{width:calc((100% - 10px)/2); height: 65px; line-height:65px;}
}


/* 코이노니아
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub3-1 .img-box{display:flex; flex-wrap:wrap; justify-content:space-between; margin-top:40px;}
.sub3-1 .img-box li{ text-align:center; width:calc((100% - 40px)/3);}
.sub3-1 .advant{display:flex; flex-wrap:wrap; justify-content:space-between;}
.sub3-1 .advant li{text-align:center; width:calc((100% - 40px)/3); margin-bottom:20px; background:#ebf3ff; padding:30px 20px;}
.sub3-1 .advant li p{padding-top:20px; letter-spacing:-1px;}

.sub3-1 .img-box._first{width:67%; margin:50px auto 0;}
.sub3-1 .img-box._first li{width:calc((100% - 40px)/2);}

.sub3-1 .contact{margin-top:80px; margin-bottom:60px;}
.sub3-1 .contact dl{display:table; width:100%;}
.sub3-1 .contact dt{display:table-cell;width:250px; background:#1b8ccd; text-align:center; vertical-align:middle; font-size:22px; color:#fff; font-weight:500; letter-spacing:-0.03em;}
.sub3-1 .contact dd{display:table-cell; vertical-align:middle; padding:30px; border:1px solid #ddd; border-left:0}

.sub3-1 .contact li{position:relative; padding-left:12px; font-size:18px; color:#555; line-height:1.3; font-weight:400; word-break:keep-all; margin-bottom:10px;}
.sub3-1 .contact li:before{position:absolute; content:""; left:0; top:8px; width:4px; height:4px;  background:#666; border-radius:30px;}
.sub3-1 .contact dd li:last-child{margin-bottom:0;}

@media only screen and (max-width:980px) {	
	.sub3-1 .advant li{width:calc((100% - 20px)/3); margin-bottom:10px; background:#ebf3ff; padding:25px 15px;}
	.sub3-1 .img-box li{ text-align:center; width:calc((100% - 20px)/3);}
	.sub3-1 .img-box._first li{width:calc((100% - 10px)/2);}
}

@media only screen and (max-width:768px) {	
	.sub3-1 .contact{margin-top:40px;}
	.sub3-1 .img-box{margin-top:30px;}
	.sub3-1 .advant li p{padding-top:15px;}	
	.sub3-1 .contact dt{width:200px; font-size:18px;}
	.sub3-1 .contact dd{padding:20px 30px;}
	.sub3-1 .contact li{padding-left:7px; font-size:15px; margin-bottom:7px;}
	.sub3-1 .contact li:before{top:7px; width:3px; height:3px;}
}

@media only screen and (max-width:620px) {	
	.sub3-1 .advant li{width:calc((100% - 10px)/2); margin-bottom:10px;}
	.sub3-1 .img-box._first{width:100%;}
	.sub3-1 .img-box li,
	.sub3-1 .img-box._first li{width:100%; margin-bottom:20px; padding:0 15%;}
	.sub3-1 .contact{margin-top:0; margin-bottom:30px;}
	.sub3-1 .contact dt{display:block;width:100%; padding:17px 10px; line-height:1;}
	.sub3-1 .contact dd{display:block;width:100%; padding:20px 25px; border-left:1px solid #ddd;}
}



/* 오프라인 상담
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub4-4 .sub-top{display:table; width:100%; text-align:center; height:260px; background:url('/images/mtl01r-21-0083/sub/sub4_4_bg.jpg') no-repeat center center/cover;}
.sub4-4 .sub-top p{display:table-cell; vertical-align:middle; font-size:34px; line-height:1.4; color:#fff; font-weight:500; letter-spacing:-1px;}
.sub4-4 .contact{margin-top:60px; display:table; width:100%;}
.sub4-4 .contact .txt-frame{width:60%; display:table-cell; padding-right:50px;}
.sub4-4 .contact .txt-frame dl{width:100%; display:table; margin-bottom:20px;}
.sub4-4 .contact .txt-frame dt{width:100px; display:table-cell; vertical-align:top;}
.sub4-4 .contact .txt-frame dt span{display:block; width:100%; text-align:center; background:#1b8ccd; line-height:34px; font-size:17px; font-weight:400; color:#fff; border-radius:50px; }
.sub4-4 .contact .txt-frame dd{display:table-cell; vertical-align:top; font-size:18px; font-weight:400; color:#555; padding:5px 0 0 30px;}
.sub4-4 .contact .txt-frame .gray-box{background:#f7f7f7; text-align:center; padding:25px 30px; font-size:18px; font-weight:500; color:#3f3d88; line-height:1.4; word-break:keep-all; letter-spacing:-0.02em;}
.sub4-4 .contact .img-frame{width:40%; display:table-cell; background:url('/images/mtl01r-21-0083/sub/sub4_4_img.jpg') no-repeat 30% center/cover}

@media only screen and (max-width:1024px) {
	.sub4-4 .contact .txt-frame{width:55%; padding-right:30px;}
	.sub4-4 .contact .img-frame{width:45%;}
}

@media only screen and (max-width:768px) {
	.sub4-4 .sub-top{height:180px;}
	.sub4-4 .sub-top p{font-size:28px; }
	.sub4-4 .contact{margin-top:40px;}
	.sub4-4 .contact .txt-frame dl{margin-bottom:15px;}
	.sub4-4 .contact .txt-frame dt{width:80px;}
	.sub4-4 .contact .txt-frame dt span{line-height:30px; font-size:15px;}
	.sub4-4 .contact .txt-frame dd{font-size:15px; padding:3px 0 0 20px;}
	.sub4-4 .contact .txt-frame .gray-box{font-size:16px}
}

@media only screen and (max-width:620px) {
	.sub4-4 .sub-top{height:120px;}
	.sub4-4 .sub-top p{font-size:20px; }
	.sub4-4 .contact .txt-frame{width:100%; display:block; padding-right:0; margin-bottom:20px;}
	.sub4-4 .contact .img-frame{width:100%; display:block; height:240px}
}



/* 회사 소개
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.greeting{position:relative; }
.greeting .intro{position:relative;}
.greeting .intro .img-frame{height:260px; background: url('/images/mtl01r-21-0083/sub/sub6_1_img01.jpg') no-repeat center center/cover;}
.greeting .intro .title-box{position:absolute; font-size:28px; line-height:1.4; font-weight:600; color:#fff; right:35px; bottom:-40px; background:#282595; padding:40px; word-break:keep-all;}
.greeting .txt-frame{padding:40px;}
.greeting .txt-frame p{font-size:18px; color:#555; line-height:1.6; font-weight:400;}
.greeting .txt-frame p strong{font-weight:500; color:#222}

@media only screen and (max-width:980px) {
	.greeting .intro .title-box{bottom:-20px;}
}


@media only screen and (max-width:768px) {
	.greeting .intro .img-frame{height:200px;}
	.greeting .intro .title-box{position:relative; font-size:18px; right:0; bottom:0; padding:20px 30px; display:block; text-align:center;}
	.greeting .intro .title-box br{display:none;}
	.greeting .txt-frame p{font-size:15px; margin-bottom:20px; line-height:1.5;}
	.greeting .txt-frame p br{display:none;}
	.greeting .txt-frame{padding:30px 20px;}
}

@media only screen and (max-width:620px) {
	.greeting .intro .img-frame{height:160px;}
}



/* MS 공식 파트너
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub6-2 .img-box{padding-top:10px; text-align:center;}
@media only screen and (max-width:620px) {
	.sub6-2 .img-box{padding-top:10px;}
}



/* 미국 지사
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub6-3 .contact{margin-top:60px; display:table; width:100%;}
.sub6-3 .contact .txt-frame{width:50%; display:table-cell; padding-right:50px;}
.sub6-3 .contact .txt-frame dl{width:100%; display:table; margin-bottom:20px;}
.sub6-3 .contact .txt-frame dt{width:100px; display:table-cell; vertical-align:top;}
.sub6-3 .contact .txt-frame dt span{display:block; width:100%; text-align:center; background:#1b8ccd; line-height:34px; font-size:17px; font-weight:400; color:#fff; border-radius:50px; }
.sub6-3 .contact .txt-frame dd{display:table-cell; vertical-align:top; font-size:18px; font-weight:400; color:#555; padding:5px 0 0 30px;}
.sub6-3 .contact .txt-frame .gray-box{background:#f7f7f7; text-align:center; padding:25px 30px; font-size:18px; font-weight:500; color:#3f3d88; line-height:1.4; word-break:keep-all; letter-spacing:-0.02em;}
.sub6-3 .contact .img-frame{width:50%; padding:10px 0; display:table-cell; border-top:12px solid #018ccf; border-bottom:12px solid #018ccf; text-align:center; vertical-align:middle}

@media only screen and (max-width:1024px) {
	.sub6-3 .contact .txt-frame{width:55%; padding-right:30px;}
	.sub6-3 .contact .img-frame{width:45%;}
}

@media only screen and (max-width:768px) {
	.sub6-3 .contact{margin-top:40px;}
	.sub6-3 .contact .txt-frame dl{margin-bottom:15px;}
	.sub6-3 .contact .txt-frame dt{width:80px;}
	.sub6-3 .contact .txt-frame dt span{line-height:30px; font-size:15px;}
	.sub6-3 .contact .txt-frame dd{font-size:15px; padding:3px 0 0 20px;}
	.sub6-3 .contact .txt-frame .gray-box{font-size:16px}
}

@media only screen and (max-width:620px) {
	.sub6-3 .contact .txt-frame{width:100%; display:block; padding-right:0; margin-bottom:30px;}
	.sub6-3 .contact .img-frame{width:100%; display:block; height:240px}
	.sub6-3 .contact .img-frame{padding:20px 0; border-top:7px solid #018ccf; border-bottom:7px solid #018ccf; }
}



/* LA 네트워크
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub6-4 .contact{margin-top:60px; display:table; width:100%;}
.sub6-4 .contact .txt-frame{width:50%; display:table-cell; padding-right:50px; vertical-align:middle;}
.sub6-4 .contact .txt-frame dl{width:100%; display:table; margin-bottom:20px;}
.sub6-4 .contact .txt-frame dt{width:100px; display:table-cell; vertical-align:top;}
.sub6-4 .contact .txt-frame dt span{display:block; width:100%; text-align:center; background:#1b8ccd; line-height:34px; font-size:17px; font-weight:400; color:#fff; border-radius:50px; }
.sub6-4 .contact .txt-frame dd{display:table-cell; vertical-align:top; font-size:18px; font-weight:400; color:#555; padding:5px 0 0 30px;}
.sub6-4 .contact .img-frame{width:50%; height:300px; display:table-cell; background:url('/images/mtl01r-21-0083/sub/sub6_4_img.jpg') no-repeat center center/cover}

@media only screen and (max-width:1024px) {
	.sub6-4 .contact .txt-frame{width:55%; padding-right:30px;}
	.sub6-4 .contact .img-frame{width:45%;}
}

@media only screen and (max-width:768px) {
	.sub6-4 .contact{margin-top:40px;}
	.sub6-4 .contact .txt-frame dl{margin-bottom:15px;}
	.sub6-4 .contact .txt-frame dt{width:80px;}
	.sub6-4 .contact .txt-frame dt span{line-height:30px; font-size:15px;}
	.sub6-4 .contact .txt-frame dd{font-size:15px; padding:3px 0 0 20px;}
}

@media only screen and (max-width:620px) {
	.sub6-4 .contact .txt-frame{width:100%; display:block; padding-right:0; margin-bottom:30px;}
	.sub6-4 .contact .img-frame{width:100%; display:block; height:240px}
}






/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list .whois-board-row .whois-board-row-subject strong {font-weight:500;}
.whois-board-list { display:inline-block; padding:0; font-size:14px; }
.whois-board-list .whois-board-row { width:100%; margin:0 0 0 0; padding:15px 0 15px 0; float:left; border-bottom:1px solid #eee; color:#000;}
.whois-board-list .whois-board-row:first-child { border-top:1px solid #777; } /* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:17px; font-weight:600; }
.whois-board-list .whois-board-row .whois-board-row-subject a:hover {color:#333;}
.whois-board-list .whois-board-row .whois-board-row-info { color:#777;letter-spacing: 0.2px; }
.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author { max-width: 33vw; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align: middle; }

/* 일반게시판 view */
.whois-board-view .board-info {  font-size: 14px;}
.whois-board-view .comment-wrap .comment-info { font-size: 14px;}
.whois-board-view .board-content {font-size: 15px;}
.whois-board-view .board-content > span {font-size: 15px !important; line-height: 23px;}
.whois-board-view .comment-wrap .comment-list { font-size: 13px;}
.form-group label {font-size: 16px; font-weight:500; color:#333;}
.next_data_area {font-size: 13px; letter-spacing: 0.05px;}
.prev_data_area {font-size: 13px; letter-spacing: 0.05px;}
.whois-board-view { display:inline-block; font-size:13px; border-top:1px solid #777; } /* Line 색상 */
.whois-board-view .whois-board-view-row { width:100%; margin:0; padding:0; padding:10px 0 10px 0; float:left; border-bottom:1px solid #eee; }
.whois-board-view .whois-board-view-row .whois-board-view-subject { width:100%; margin:0 0 15px 0; padding:0; float:left; font-size:18px; font-weight:600; }
.whois-board-view .whois-board-view-row .whois-board-view-author { width:100%; margin:0 0 5px 0; padding:0; float:left; font-size:13px; font-weight:600; }
.whois-board-view .whois-board-view-row .whois-board-view-info { width:100%; margin:0; padding:0 0 10px 0; float:left; color:#acacac; }
.whois-board-view .whois-board-view-row .whois-board-view-content { width:100%; margin:0; padding:10px 0 10px 0; float:left; font-size:12px; }

.whois-board-view .whois-board-view-files { width:100%; margin:0; padding:0; float:left; }
.whois-board-view .whois-board-view-files .whois-board-view-file { width:100%; margin:0; padding:5px 0; float:left; font-size:12px; }
.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count { font-size:11px; color:#c4c4c4; }


/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub { color:#fff; background-color: #282595; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.btn-search:hover, .btn-search:focus, .whois-button-submit:hover,.whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus { color:#fff; background-color: #154099; }
input.form-control:focus {border-color:#333 !important;}
.board-write .btn_file{color:#fff;}

/* 게시판 공통 */
.sub-box { margin-right:5px; background-color: #282595;  border: 0; color:#ffffff; display: inline-block;}
.sub-box.sm { font-size: 12px; padding: 2px 5px;}
.sub-box.m { font-size: 14px; padding: 4px 8px;}
.sub-box.lg { font-size: 16px; padding: 6px 12px;}
 
.sub-border { border: 1px solid #ddd; }
.sub-border-t { border-top: 1px solid #ddd; }
.sub-border-r { border-right: 1px solid #ddd; }
.sub-border-b { border-bottom: 1px solid #ddd; }
.sub-border-l { border-left: 1px solid #ddd; }

.sub-bg { background-color: #282595; }
.sub-bg-hover:hover { background-color: #154099; }
.infoconsent-wrap .content{font-size:14px;}


/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form{margin:0 auto; background:#fff; font-size: 16px;}
.material-form .header{padding:50px 10px; background:#6498fe; font-size:16px; color:#fff;}
.material-form .header h3{font-size:30px;}
.material-form .header p,
.material-form .header span{margin-top:15px; font-size:16px; color:#fff;}

.material-form .sub-header h4{font-weight:500;	height:34px; line-height:34px; font-size:16px;}
.material-form .sub-content .form-group:last-child{margin:0;}

.material-form .input-group{position:relative; border:0;}
.material-form .input-group .input-group-addon{padding-right:6px; padding-left:6px; background:#fff; border:0;}

.material-form .form-control,
input[type='text'].whois,
input[type='password'].whois,
select.whois{border:1px solid #ccc; transition:0.3s all ease; font-family:"Noto Sans KR";}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th + .form-control,
.th + input[type='text'].whois,
.th + input[type='password'].whois,
.th + select.whois{border-bottom-left-radius:4px; border-top-left-radius:4px;}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn{border-bottom-right-radius:4px; border-top-right-radius:4px;}

.material-form .form-group{margin-bottom:15px; overflow:visible;}

.material-form .form-group.success .form-control{color:#5cb85c;}
.material-form .form-group.failed .form-control{color:#d9534f;}
.material-form .form-control[readonly]{background:#fff;}
.material-form .btn {height:38px;}
.material-form .btn-default{-webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}

.material-form .input-group input,
.material-form .input-group select,
input[type='text'].whois,
input[type='password'].whois,
select.whois{z-index:10;}

.input-group label.th{z-index:9; display:none; position:absolute; top:50%; left:10px; margin-top:-10px; height:20px; color:#ccc;}

.input-group label.th.ie9{z-index:11; display:block;}
.material-form .desc{padding:10px 0;}

.chkbox{display:inline-block; margin:0; padding:0;}
.chk-block,
.chk-block span{display:block; text-align:center; width:100%;}
.chkbox input[type='radio'],
.chkbox input[type='checkbox']{display:none;}
.chkbox input[type='radio']~.rbtn{padding: 6px 12px; line-height:27px; border:1px solid #ccc; border-radius:3px; cursor:pointer;}
.chkbox input[type='radio']:checked~.rbtn{background:#ccc; color:#fff;}
.chkbox input[type='radio']~.box,
.chkbox input[type='checkbox']~.box{display:block; color:#bbb; cursor:pointer; transition:0.5s all ease;}
.chkbox input[type='radio']~.box:before,
.chkbox input[type='checkbox']~.box:before{display:inline-block; margin-right:5px; padding:2px;	font-family:'Glyphicons Halflings'; font-size:18px; font-weight:normal; line-height:1; text-align:center; transition:0.4s all ease; vertical-align:middle; color:#cfcfcf;}
.chkbox input[type='radio']~.box:before{content:"\e165";}
.chkbox input[type='checkbox']~.box:before{content:"\e013";}
.chkbox input[type='radio']:checked~.box,
.chkbox input[type='checkbox']:checked~.box{color:#666;}
.chkbox input[type='radio']:checked~.box:before,
.chkbox input[type='checkbox']:checked~.box:before{color:#666;}


	.sub1-2.sub1-ai .info-txt > li span {display:block; margin:5px 0 20px; color:#999; }
	.sub1-2.sub1-ai .cont-box .bg01 {
		height: 400px;
		background: url(/images/mtl01r-21-0083/sub/evertran-01.jpg) no-repeat bottom center / cover;
	}
	.sub1-2.sub1-ai .cont-box {
		width: 100%;
		display: flex	;
		flex-direction: column;
	}
	.sub1-2.sub1-ai .cont-box .txt-box {
		display: table-cell;
		width: 100%;
		padding: 0;
	}
	.sub1-2.sub1-ai .cont-box .img-box {
		width: 100%;
		margin: 20px 0 50px;
	}
	@media only screen and (max-width: 620px) {
		.sub1-2.sub1-ai .cont-box .img-box {
			height:240px;
			margin: 20px 0 30px;
		}
	}


<!-- 260729 유지보수 -->

/* 원어민감수 번역
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.sub1-native .contArea .native-top-box{
	text-align:center !important;
	padding:45px 20px;
	border-radius:10px;
	background:linear-gradient(135deg, #282595 0%, #1b8ccd 100%) !important;
	box-shadow:0 10px 30px rgba(40,37,149,0.25) !important;
}
.sub1-native .contArea .native-top-box-main{
	margin:0;
	font-size:26px;
	font-weight:700;
	color:#fff;
	line-height:1.4;
	word-break:keep-all;
	letter-spacing:-0.5px;
}
.sub1-native .contArea .native-top-box-sub{
	margin-top:16px !important;
	font-size:17px;
	font-weight:400;
	color:#e8ecff;
	line-height:1.5;
	word-break:keep-all;
}
.sub1-native .native-top-box-sub .t-line{
	margin:0 12px;
	color:rgba(255,255,255,0.4);
}

@media only screen and (max-width:768px){
	.sub1-native .native-top-box{padding:28px 15px; border-radius:8px;}
	.sub1-native .native-top-box-main{font-size:19px;}
	.sub1-native .native-top-box-sub{font-size:14px;}
	.sub1-native .native-top-box-sub .t-line{display:block; width:0; height:0; margin:6px 0; overflow:hidden;}
}

.sub1-native .cont-box .bg01{
	background:#f4f4f4;
}

.sub1-native .cont-box .img-box{
	background: url(/images/mtl01r-21-0083/sub/e1.jpg) no-repeat center center / cover;
    display: inline-block;
    width: 100%;
	margin-top: 30px;
}
.sub1-native .cont-box .img-box:before{
	content:none;
}

.sub1-native .partner{ margin-top:20px; }
.sub1-native .partner ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.sub1-native .partner ul li{
	width:calc((100% - 30px)/4);
	height:70px;
	line-height:70px;
	margin-bottom:10px;
	border:1px solid #9a99bf;
	text-align:center;
	font-size:16px;
	color:#555;
	padding:0 10px;
	box-sizing:border-box;
	word-break:keep-all;
}
.sub1-native .partner-more{
	margin-top:15px !important;
	text-align:center;
	font-size: 22px !important;
}
.sub1-native .partner-more .t-blue{ color:#1b8ccd; font-weight:600; }

@media only screen and (max-width:768px){
	.sub1-native .partner ul li{ width:calc((100% - 20px)/3); font-size:14px; height:60px; line-height:60px;}
}
@media only screen and (max-width:480px){
	.sub1-native .partner ul li{ width:calc((100% - 10px)/2); }
}

.sub1-native .service-inner > li{ margin-bottom:25px; }
.sub1-native .service-inner > li:last-child{ margin-bottom:0; }
.sub1-native .service-inner .info-txt{ margin-top:10px; }
.sub1-native .service-inner .info-txt > li{ margin-bottom:15px; }
.sub1-native .service-inner .info-txt > li:last-child{ margin-bottom:0; }
.sub1-native .service-inner .info-txt > li span{
	display:block;
	margin-top:5px;
	color:#999;
	font-size:16px;
}

@media only screen and (max-width:768px){
	.sub1-native .service-inner .info-txt > li span{ font-size:14px; }
}


.sub1-native .cont-box .bg02{
	background: url(/images/mtl01r-21-0083/sub/e2.jpg) no-repeat center center / cover;
	display: block;
	width: 100%;
	margin-top: 30px;
	height: 320px;
}

@media only screen and (max-width: 620px) {
	.sub1-native .cont-box .bg02{
		height: 200px;
		margin-top: 20px;
	}
}


.sub1-native .cont-box .bg03{
	background: url(/images/mtl01r-21-0083/sub/e3.jpg) no-repeat center center / cover;
	display: block;
	width: 100%;
	margin-top: 30px;
	height: 320px;
}

@media only screen and (max-width: 620px) {
	.sub1-native .cont-box .bg03{
		height: 200px;
		margin-top: 20px;
	}
}


.sub1-native .cont-box .bg04{
	background: url(/images/mtl01r-21-0083/sub/e4.jpg) no-repeat center center / cover;
	display: block;
	width: 100%;
	margin-top: 30px;
	height: 320px;
}

@media only screen and (max-width: 620px) {
	.sub1-native .cont-box .bg04{
		height: 200px;
		margin-top: 20px;
	}
}

/* 주요 특징 - 넘버드 리스트 */
.sub1-native .native-feature-list{ margin-top:10px; }
.sub1-native .native-feature-list > li{
	display:flex;
	align-items:flex-start;
	gap:20px;
	padding:22px 0;
	border-bottom:1px solid #eee;
}
.sub1-native .native-feature-list > li:first-child{ padding-top:0; }
.sub1-native .native-feature-list > li:last-child{ border-bottom:0; }
.sub1-native .native-num{
	flex:0 0 auto;
	width:36px;
	height:36px;
	line-height:36px;
	border-radius:50%;
	background:#282595;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:700;
}
.sub1-native .native-feature-txt{ flex:1; }
.sub1-native .native-feature-txt strong{
	display:block;
	font-size:19px;
	font-weight:600;
	color:#282595;
	margin-bottom:8px;
	word-break:keep-all;
}
.sub1-native .native-feature-txt p{
	margin-top:0 !important;
	font-size:16px;
	color:#666;
	line-height:1.5;
	word-break:keep-all;
}

@media only screen and (max-width:768px){
	.sub1-native .native-feature-list > li{ gap:14px; padding:16px 0; }
	.sub1-native .native-num{ width:28px; height:28px; line-height:28px; font-size:14px; }
	.sub1-native .native-feature-txt strong{ font-size:16px; margin-bottom:5px; }
	.sub1-native .native-feature-txt p{ font-size:14px; }
}


/* 주요 특징 - 넘버드 리스트 */
.sub1-native .native-feature-list{ margin-top:10px; }
.sub1-native .native-feature-list > li{
	display:flex;
	align-items:flex-start;
	gap:20px;
	padding:22px 0;
	border-bottom:1px solid #eee;
}
.sub1-native .native-feature-list > li:first-child{ padding-top:0; }
.sub1-native .native-feature-list > li:last-child{ border-bottom:0; }
.sub1-native .native-num{
	flex:0 0 auto;
	width:36px;
	height:36px;
	line-height:36px;
	border-radius:50%;
	background:#282595;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:700;
}
.sub1-native .native-feature-txt{ flex:1; }
.sub1-native .native-feature-txt strong{
	display:block;
	font-size:19px;
	font-weight:600;
	color:#282595;
	margin-bottom:8px;
	word-break:keep-all;
}
.sub1-native .native-feature-txt p{
	margin-top:0 !important;
	font-size:16px;
	color:#666;
	line-height:1.5;
	word-break:keep-all;
}

@media only screen and (max-width:768px){
	.sub1-native .native-feature-list > li{ gap:14px; padding:16px 0; }
	.sub1-native .native-num{ width:28px; height:28px; line-height:28px; font-size:14px; }
	.sub1-native .native-feature-txt strong{ font-size:16px; margin-bottom:5px; }
	.sub1-native .native-feature-txt p{ font-size:14px; }
}

/* 이용방법 - STEP 플로우 */
.sub1-native .native-step-flow{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	margin-top:20px;
}
.sub1-native .native-step-flow > li{
	position:relative;
	flex:1 1 calc(25% - 15px);
	min-width:200px;
	background:#f6f6fd;
	border:1px solid #e2e2f5;
	border-radius:10px;
	padding:25px 20px;
}
.sub1-native .native-step-flow > li:not(:last-child):after{
	content:"→";
	position:absolute;
	right:-18px;
	top:50%;
	transform:translateY(-50%);
	font-size:20px;
	color:#1b8ccd;
	font-weight:700;
}
.sub1-native .native-step-no{
	display:inline-block;
	margin-bottom:12px;
	padding:4px 12px;
	border-radius:50px;
	background:#282595;
	color:#fff;
	font-size:13px;
	font-weight:600;
	letter-spacing:0.5px;
}
.sub1-native .native-step-flow strong{
	display:block;
	font-size:18px;
	font-weight:600;
	color:#333;
	margin-bottom:8px;
	word-break:keep-all;
}
.sub1-native .native-step-flow p{
	margin-top:0 !important;
	font-size:15px;
	color:#666;
	line-height:1.5;
	word-break:keep-all;
}

@media only screen and (max-width:980px){
	.sub1-native .native-step-flow > li{ flex:1 1 calc(50% - 10px); }
	.sub1-native .native-step-flow > li:nth-child(2):after{ display:none; }
	.sub1-native .native-step-flow > li:nth-child(4):after{ display:none; }
}
@media only screen and (max-width:620px){
	.sub1-native .native-step-flow{ flex-direction:column; gap:15px; }
	.sub1-native .native-step-flow > li{ flex:1 1 100%; }
	.sub1-native .native-step-flow > li:not(:last-child):after{
		content:"↓";
		right:auto;
		left:50%;
		top:auto;
		bottom:-24px;
		transform:translateX(-50%);
	}
}

/* 추천 대상 / 기대효과 박스 */
.sub1-native .native-recommend-box,
.sub1-native .native-effect-box{
	margin-top:10px;
	padding:25px 30px;
	border-radius:10px;
	background:#f7f7f7;
}
.sub1-native .native-recommend-box p,
.sub1-native .native-effect-box p{
	margin-top:0 !important;
	font-size:17px;
	color:#444;
	line-height:1.6;
	word-break:keep-all;
}
.sub1-native .native-effect-box{
	background:#eef2fd;
	border:1px solid #dbe3fb;
}

@media only screen and (max-width:768px){
	.sub1-native .native-recommend-box,
	.sub1-native .native-effect-box{ padding:18px 20px; }
	.sub1-native .native-recommend-box p,
	.sub1-native .native-effect-box p{ font-size:14px; }
}

/* 하단 이미지 */
.sub1-native .cont-box .bg05{
	background: url(/images/mtl01r-21-0083/sub/e5.jpg?v=1) no-repeat center center / cover;
	display: block;
	width: 100%;
	margin-top: 30px;
	height: 320px;
}

@media only screen and (max-width: 620px) {
	.sub1-native .cont-box .bg05{
		height: 200px;
		margin-top: 20px;
	}
}


.sub1-native .cont-box .bg06{
	background: url(/images/mtl01r-21-0083/sub/e6.jpg) no-repeat center center / cover;
	display: block;
	width: 100%;
	margin-top: 30px;
	height: 320px;
}

@media only screen and (max-width: 620px) {
	.sub1-native .cont-box .bg06{
		height: 200px;
		margin-top: 20px;
	}
}


		