<meta charset="utf-8">


[class *= 'ratio-'] {position:relative;}
[class *= 'ratio-']::before{content:'';display:block;padding-top:var(--aspect-ratio);/* background:rgba(17,17,17,0.03); */}
[class *= 'ratio-'] > img {position:absolute;top:0;left:0;right: 0;bottom: 0;width:100%;height:100%;object-fit: contain;}
[class *= 'ratio-'] > video {position:absolute;top:0;left:0;right: 0;bottom: 0;width:100%;height:100%;/* object-fit:cover; */}
[class *= 'ratio-'] > a > img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
[class *= 'ratio-'] > a{position:absolute;display:block;width:100%;height:100%;top:0;left:0;}
.ratio-1x1{--aspect-ratio:100%;}
.ratio-4x3{--aspect-ratio: calc(4.5 / 3 * 100%);}
.ratio-16x9{--aspect-ratio:calc(9 / 16 * 100%);}
.ratio-21x9{--aspect-ratio:calc(9 / 21 * 100%);}
.ratio-a{--aspect-ratio: calc(16 / 10.943 * 100%);} /* 316 x 462 */
.ratio-b{--aspect-ratio: calc(4 / 12 * 100%);}
.ratio-c{--aspect-ratio: calc(16 / 19.8 * 100%);} /* 640 x 516 */
.ratio-d{--aspect-ratio: calc(16 / 11.56 * 100%);} /* 317 x 439 */
.ratio-e{--aspect-ratio: calc(16 / 25.6 * 100%);} /* 320 x 200 */


/* 포지션 */
.posi_relative { position:relative !important;}
.posi_absolute { position:absolute !important;}
.posi_absolute_btm { position:absolute !important; right:0; top:0;}



/*공백*/
.gap5 {height:5px;clear:both;overflow:hidden;}
.gap10 {height:10px;clear:both;overflow:hidden;}
.gap15 {height:15px;clear:both;overflow:hidden;}
.gap20 {height:20px;clear:both;overflow:hidden;}
.gap25 {height:25px;clear:both;overflow:hidden;}
.gap30 {height:30px;clear:both;overflow:hidden;}
.gap35 {height:35px;clear:both;overflow:hidden;}
.gap40 {height:40px;clear:both;overflow:hidden;}
.gap50 {height:50px;clear:both;overflow:hidden;}
.gap60 {height:60px;clear:both;overflow:hidden;}
.gap70 {height:70px;clear:both;overflow:hidden;}


.tl { text-align:left !important;}
.tc { text-align:center !important;}
.tr { text-align:right !important;}




.scroll-icon {position:absolute; bottom:70px; left:50%; width:67px; height:89px; margin-left:-36px; text-align:center; z-index:100;}
.scroll-icon-ani img { animation: motion 0.3s linear 0s infinite alternate;}
@keyframes motion {
	0% {margin-top: 0px;}
	100% {margin-top:10px;}
}


/* top banner */
.banner-background { background: #7c7c7c; text-align:center; position:relative; z-index:100;}
.container-banner {	position: relative;	max-width:1140px; margin:0 auto; background: #7c7c7c;}
.banner-top { width:100%; /*height:80px;*/	margin: 0 auto;	position: relative;}
#top-close { display: inline-block;    position: absolute;	top:50%; margin-top:-10px; right:10px; padding: 0; width: 4px; height: 20px;    background: #ffffff;    transform: rotate(45deg);}
#top-close:before {    display: block;    content: "";    position: absolute;    top: 50%;    left: -8px;    width: 20px;    height: 4px;    margin-top: -2px;    background: #ffffff;}

.lang-wrap { position:absolute; right:65px; top:30px; z-index:11; }
.lang-list { background:#f0f0f0; color: #444; cursor: pointer; width:70px; height:30px; line-height:30px; font-size: 15px; border-radius:30px; text-align:left; padding-left:15px; box-sizing:border-box;}
.lang-txt { background-color:#f0f0f0; max-height: 0; overflow: hidden; width:70px; height:30px; line-height:30px; font-size: 15px; border-radius:30px; text-align:left;padding-left:15px; box-sizing:border-box; font-weight:300;}
.lang-list:after { content: '▼'; position:absolute; top:0; right:10px; font-size:10px; color: #000; margin-left:10px; margin-bottom:5px;}
.lang-active:after { content: '▼'; transform:rotate(-180deg);}

/*인사말*/
.greeting-wrap { position:relative; display: flex; justify-content: flex-start; align-items:flex-start;letter-spacing:-0.5px;}
.greeting-left { float:left; padding-top:5%; padding-right:50px;}
.greeting-left .tit { }
.greeting-left h3 { font-size:36px; color:#222; font-weight:500; }
.greeting-left h3 span { font-size:30px; font-weight:300; color:#333;}
.greeting-left .greeting-tit { font-size:30px; color:#333; padding:40px 0 20px; font-weight:300;}
.greeting-left .greeting-tit span { font-size:30px; color:#e84819; font-weight:500;}
.greeting-left .greeting-txt { line-height:150%; font-size:17px;}
.greeting-left .greeting-txt span { color:#e84819;}

.greeting .greeting-sign {text-align:right; font-size:1.125em; font-weight:bold; color:#222; margin-top:60px; padding-right:20px;  background-repeat:no-repeat; background-position:right center; line-height:50px;}
.greeting-right { float:right;}
.greeting-right .sign { font-size:24px}

@media (max-width: 900px) { 
.greeting-right img {width:80%; height:auto; display:block; margin:0 auto; text-align:center;}
}


/*연혁*/
.history-area {position: relative;width: 100%; }
.history-tit { font-size:30px; color:#333; font-weight:300; padding-bottom:10px; }
.history-img { position:absolute; right:-350px; top:140px;}
.history-img img { width:95%;}
.history-year { clear:both;}
.history-year-tit { color:#e84819; font-size:50px; font-family:'Exo 2'; font-weight:600; padding-bottom:40px; padding-top:45px;}
.history-year-tit span { color:#e84819; font-size:30px; font-weight:300; }
.history-year dl { clear:both; padding-bottom:50px; line-height:150%;position: relative; z-index: 1000;}
.history-year dl dt { position:relative; width:190px; color:#010101; font-size:24px; font-family:'Exo 2'; font-weight:600; float:left;}
.history-year dl dt .month { position:absolute; left:100px; top:0; color:#010101; font-size:20px; font-family:'Exo 2'; font-weight:300; display:inline-block; width:90px;}
.history-year dl dd { font-size:15px; color:#696969; float:left; font-weight:300; line-height:200%;}
.yearno { text-indent:-9999px; visibility: hidden;}

/* 경영방침 */
.ideo-wrap { position:relative; clear:both; background:url(../img/ideo-back.png) center 30px no-repeat;}
.ideo-wrap h3 { font-size:50px; font-weight:600; color:#010101; font-family:'Exo 2'; text-align:center; }
.ideo-wrap .h3-txt { font-size:30px; font-weight:300; text-align:center; }

.ideo-conts { position:relative;display: flex; flex-wrap: wrap; min-height:240px; margin-top:70px;}
.ideo-conts .ideo-logo { text-align:center; position: absolute;  left: 50%;  top:-10px;  transform: translate(-50%, -10px); }
.ideo-conts .ideo-mission { width:45%; margin-right:5%; background:#033a72; border-radius:10px; display: flex; justify-content: center; align-items:center;}
.ideo-conts .ideo-vision { width:45%; margin-left:5%; background:#1385bb; border-radius:10px; display: flex; justify-content: center; align-items:center;}
.ideo-mission-vision { text-align:center; color:#fff;}
.ideo-mission-vision h4 { text-transform:uppercase; font-size:58px; font-weight:600; font-family:'Exo 2'; }
.ideo-mission-vision p { line-height:150%; font-weight:200; font-size:24px; padding-top:30px;}

.ideo-system { text-align:center; padding-top:50px; padding-bottom:50px;}
.ideo-system-tit { text-align:center; font-size:48px; color:#82899b; padding-top:20px; padding-bottom:30px; font-weight:500;}
.ideo-system-4step { display: flex; flex-wrap: wrap; padding-top:80px; background:url(../img/ideo-system-line.png) 54% top no-repeat;}
.ideo-system-4step .ideo-system-conts { position:relative; flex: 0 0 calc(25% - 35px); margin-right:45px; }
.ideo-system-4step .ideo-system-conts:last-child { margin-right:0;}
.ideo-system-4step .ideo-system-conts .ideo-step-box { background:#82899b; border-radius:7px; position:relative; min-height:130px; font-size:60px; color:rgba(255,255,255,0.7);}
.ideo-system-4step .ideo-system-conts .ideo-step-box h4 { position:absolute; left:0; bottom:-12px; font-family:'Exo 2';}
.ideo-system-4step .ideo-system-conts .ideo-step-box h4 span { font-size:24px; font-weight:300; text-transform:uppercase; margin-left:-10px;}

.ideo-system-4step .ideo-system-conts .ideo-system-txt { font-size:24px; line-height:130%; font-weight:300; letter-spacing:-0.5px; padding:35px 0 30px; border-bottom:6px solid #dfdfdf;}

.step1-img { }
.step1-img:after { content:''; position:absolute; right:0; top:-15px; background:url(../img/ideo-icback-1.png) right top no-repeat; width:100%; height:100%; z-index:100;}
.step2-img:after { content:''; position:absolute; right:0; top:-10px; background:url(../img/ideo-icback-2.png) right top no-repeat; width:100%; height:100%; z-index:100;}
.step3-img:after { content:''; position:absolute; right:10px; bottom:-15px; background:url(../img/ideo-icback-3.png) right top no-repeat; width:100%; height:100%; z-index:100;}
.step4-img:after { content:''; position:absolute; right:0; bottom:-15px; background:url(../img/ideo-icback-4.png) right top no-repeat; width:100%; height:100%; z-index:100;}


/* 회사문화 */
.culture-wrap { clear:both; position:relative; /*background:url(../img/culture-back.png) center top no-repeat;*/ min-height:850px;}
.culture-img { text-align:center;}
.culture-judgement { position:absolute; left:50%; margin-left:120px; top:0;}
.culture-judgement .culture-conts h4 { background:#008ad9; width:220px; height:70px; line-height:70px; text-align:center; border-radius:50px; color:#fff; font-size:24px; font-weight:500;}
.culture-judgement .culture-conts h4:before { content:''; position:absolute; left:-5px; top:25px; z-index:10; background:url(../img/culture-ico.png) left center no-repeat; width:15px; height:15px;}
.culture-judgement .culture-conts .culture-tit { font-size:18px; color:#008ad9; position:absolute; left:250px; top:22px;}
.culture-judgement .culture-conts .culture-txt { padding-left:140px; width:450px;}

.culture-creativity { position:absolute; left:150px; text-align:right; margin-right:0; top:250px;}
.culture-creativity .culture-conts h4 { float:right; background:#00b3d9; width:220px; height:70px; line-height:70px; text-align:center; border-radius:50px; color:#fff; font-size:24px; font-weight:500;}
.culture-creativity .culture-conts h4:before { content:''; position:absolute; right:-8px; top:25px; z-index:10; background:url(../img/culture-ico.png) left center no-repeat; width:15px; height:15px;}
.culture-creativity .culture-conts .culture-tit { font-size:18px; color:#00b3d9; position:absolute; right:240px; top:22px; }

.culture-action { position:absolute; left:50%; top:440px;}
.culture-action .culture-conts h4 { background:#3822c0; width:220px; height:70px; line-height:70px; text-align:center; border-radius:50px; color:#fff; font-size:24px; font-weight:500;}
.culture-action .culture-conts h4:before { content:''; position:absolute; left:-5px; top:25px; z-index:10; background:url(../img/culture-ico.png) left center no-repeat; width:15px; height:15px;}
.culture-action .culture-conts .culture-tit { font-size:18px; color:#3822c0; position:absolute; left:250px; top:22px;}

.culture-txt { clear:both; width:350px; font-size:15px; line-height:170%; color:#666; text-align:justify; padding-top:30px;}


/* 단해인 */
.tpc-ideo-img { text-align:center; padding-bottom:50px;}





/*오시는 길*/
.location-area { position:relative; clear:both; overflow:hidden;}
.location-title { text-align:center; font-size:36px; color:#222; margin-bottom:50px;}
.location-tab { clear:both; width:100%; display:inline-block;}
.location-tab ul li { float:left; text-align:center; background:#666; width:25%; height:55px; line-height:55px;}
.location-tab ul li a { color:#fff; font-size:18px;}
.location-tab ul li a:hover { background:#ee8243; display:block;}
.location-tab ul li	.on { background:#ee8243; display:block;}
.location-tab .tab5 li { width:20%;}
/* 국내*/
ul.tabs { width:100%; clear:both; }
ul.tabs li { float: left; text-align:center; cursor: pointer; overflow: hidden; position: relative;}
ul.tabs li.active { background:#ee8243; }
.tab_container { border:0px solid #eee; border-top: none; clear: both; }
.tab_container .tab_content ul { width:100%; margin:0px; padding:0px;}
.tab_container .tab_content ul li { padding:5px; list-style:none;}

/* 국외*/
ul.tabs_eng { width:100%; clear:both; }
ul.tabs_eng li { float: left; text-align:center; cursor: pointer; overflow: hidden; position: relative;}
ul.tabs_eng li.active { background:#ee8243;}
.tab_container { border:0px solid #eee; border-top: none; clear: both; }
.tab_container_eng .tab_content_eng ul { width:100%; margin:0px; padding:0px;}
.tab_container_eng .tab_content_eng ul li { padding:5px; list-style:none;}

.location-list-tit { font-size:28px; color:#333; margin-top:50px; margin-bottom:0; font-weight:500;}
.location-list { clear:both; margin:20px 0; padding:25px 0; border-top:1px solid #555; border-bottom:1px solid #eaeaea; overflow:hidden; display: flex; justify-content: flex-start; align-items:center;}
.location-list .location-list-img { float:left; width:200px; margin-right:35px; }
.location-list .location-list-conts { float:left;}
.location-list .location-list-conts p { line-height:170%; color:#777777;}
.location-list .location-list-conts li li { line-height:200%;}
.location-list .location-list-conts li:nth-child(1) { font-size:16px; color:#3e81e7;}
.location-list .location-list-conts li:nth-child(2) { font-size:22px; color:#333;}
.location-list .location-list-conts li:nth-child(3) { font-size:14px; color:#777;}

.location-map { clear:both;}
.location-map .img img { width:100%;}

.location-link { margin-top:15px; border-radius:3px; border:1px solid #2469d3; padding:5px 30px; font-size:13px; display:inline-block;}
.location-link a {  color:#2469d3;}

.global-title { background:#111; color:#fff; border-radius:30px; font-size:18px; height:45px; line-height:45px; width:280px; margin:30px auto 50px; text-align:center;}

.global-list { margin-top:50px !important; background:#f8f8f8; padding:30px 30% !important; border-radius:30px;}
.global-list li { position:relative; color:#666;}
.global-list li span { }
.global-sky { color:#2aabe1;}
.global-blue { color:#005a9e;}
.global-green { color:#00a651;}
.global-red { color:#eb252a;}



/* umgallery-area */
.umgallery-area { clear:both; position:relative;}
.umgallery-top-gallery { position:relative; }
.umgallery-top-txt { position:absolute; left:50px; bottom:23%; background:rgba(0,0,0,0.85); padding:50px;}
.umgallery-top-txt span { color:#fff; display:block; text-align:left;}
.umgallery-top-txt span:nth-child(1) { font-size:60px; font-weight:500; letter-spacing:-0.5px;}
.umgallery-top-txt span:nth-child(2) { font-size:24px; font-weight:400; margin:10px 0;}
.umgallery-top-txt span:nth-child(3) { font-size:16px; font-weight:200;}
.imgwidth img { width:100%;}

.umgallery-conts { clear:both; margin-top:100px; display: flex; justify-content: flex-start; align-items:center;}
.umgallery-conts .umgallery-c-left { position:relative; float:left; width:60%;}
.umgallery-conts .umgallery-c-left span { position:absolute; right:0; bottom:0; background:rgba(0,0,0,0.7); padding:50px 70px; box-sizing:border-box; font-size:24px; font-family:'Exo 2'; color:#fff; z-index:100;}
.umgallery-conts .umgallery-c-left img { width:100%; position:relative; z-index:10; }
.umgallery-conts .umgallery-c-left:after { content:''; width:80%; height:600px; position:absolute; left:-30%; top:-70px; padding:50px 0; background:#eeeeee; z-index:1; }

.umgallery-conts .umgallery-c-right { float:left; width:40%; padding-left:50px; box-sizing:border-box;}
.umgallery-conts .umgallery-c-right .umgallery-cr-tit { font-size:40px; color:#010101; margin-bottom:20px;}
.umgallery-conts .umgallery-c-right .umgallery-cr-tit span { display:block; font-family:'Exo 2'; font-weight:600;}
.umgallery-conts .umgallery-c-right .umgallery-cr-txt { font-size:16px; color:#666; line-height:170%;}

.umgallery-info { clear:both; margin-top:150px;}
.umgallery-info .umgallery-info-tit { text-align:center; text-transform:uppercase; font-family:'Exo 2'; font-weight:600; font-size:50px; color:#010101;}
.umgallery-info .umgallery-info-txt { margin-top:20px; margin-bottom:10px; text-align:center; font-size:18px; color:#616161;}

.umbann-bann-wrap { padding:50px 0; background:#f3f3f3; clear:both; }
.umbann-bann-wrap .txtCon { display: flex; justify-content: flex-start; align-items:center; }
.umbann-bann-wrap .umgallery-bann { flex: 0 0 calc(20% - 5px); margin-right:10px;   }
.umbann-bann-wrap .umgallery-bann > div { height:270px;}
.umbann-bann-wrap .umgallery-bann:last-child { margin-right:0;}
.umbann-hall { position:relative; background:url(../img/umgallery_img3.png) center no-repeat; background-size:cover; height:100%;}
.umbann-hall .umgallery-bann-tit { position:absolute; left:0; top:0; background:rgba(0,0,0,0.5); color:#fff; font-size:18px; text-align:center; width:100%; padding:15px 0; }
.umbann-hall .umgallery-bann-txt { position:absolute; left:15px; bottom:15px; color:#fff; font-size:13px;font-family:'Exo 2';}

.umbann-time { position:relative; background:#3a3b3c; padding:30px;}
.umbann-time:after { content:''; position:absolute; right:10px; bottom:10px; background:url(../img/umgallery_ic1.png) right bottom no-repeat; width:100%; height:100%;}
.umbann-time .umgallery-bann-tit { color:#fff; font-size:18px;}
.umbann-time .umgallery-bann-txt { color:#fff; font-size:13px;text-align:center; padding-top:20%; }
.umbann-time .umgallery-bann-txt span { color:#fff; display:inline-block; position:relative; z-index:100;}
.umbann-time .umgallery-bann-txt span:nth-child(1) { font-size:24px; font-weight:200;}
.umbann-time .umgallery-bann-txt span:nth-child(2) { font-size:36px; font-family:'Exo 2'; font-weight:600;}
.umbann-time .umgallery-bann-txt span:nth-child(3) { font-size:18px;}

.umbann-home { position:relative; background:url(../img/umgallery_img4.png) center no-repeat; background-size:cover; padding:20px;  box-sizing:border-box;}
.umbann-home .umgallery-bann-link { position:absolute; left:5%; right:5%; bottom:20px; width:90%; background:#ff6600; border:1px solid #ff6600; padding:15px 0; box-sizing:border-box; text-align:center;}
.umbann-home .umgallery-bann-link > a {color:#Fff;}

.umbann-map { background:#3a3b3c; padding:30px;}
.umbann-map:after { content:''; display:inline-block; background:url(../img/umgallery_ic2.png) center no-repeat; width:100%; height:100%;}
.umbann-map .umgallery-bann-txt { color:#fff; text-align:center; font-size:15px; padding-top:20px;}

.umbann-tel { position:relative; background:#fff; padding:30px;}
.umbann-tel .umgallery-bann-txt { font-family:'Exo 2'; font-weight:900; font-size:32px; color:#3a3b3c; letter-spacing:-1px; padding-top:30%;}
.umbann-tel:after { content:''; position:absolute; right:15px; bottom:15px; background:url(../img/umgallery_ic3.png) right bottom no-repeat; width:100%; height:100%;}

.umgallery-bann-tit2 { color:#fff; font-size:18px;}
.umgallery-bann-tit3 { color:#3a3b3c; font-size:18px;}


/* 제품소개 */
.product-wrap { clear:both;}
.product-wrap ul li { float:left; width:19%; margin-right:1%; background:#f7f7f7 !important; position:relative}
.product-wrap ul li:after { content:''; position:absolute; right:0; top:0; width:70px; height:6px; background:#e84819;}
.product-wrap ul li .bg { background-color:#ea6314; opacity:0; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.product-wrap ul li .txt_wrap { width:100%; height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden; display:table;padding:40px 20px;color:#888;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;-ms-transition:all .1s ease-out;-o-transition:all .1s ease-out;transition:all .1s ease-out; opacity:1; z-index:2;}
.product-wrap ul li:hover .txt_wrap { opacity:1;transform:translateY(-20px);}

.product-wrap ul li .txt_wrap .cell { text-align:left;width:100%;}
.product-wrap ul li .txt_wrap .cell h2 {  font-size:15px; color:#888; margin:0; font-weight:400;}
.product-wrap ul li .txt_wrap .cell h3 { font-size:26px; letter-spacing:-0.02em; color:#111; font-weight:400;}
.product-wrap ul li .txt_wrap .cell h4 { position:relative; padding-left:35px; font-size:16px; letter-spacing:-0.02em; color:#e84819; font-weight:300; margin:20px 0 10px;}
.product-wrap ul li .txt_wrap .cell h4:before { content:'→'; width:23px; height:23px; position:absolute; left:0; top:0; background:#e84819; border-radius:100%; color:#fff; padding-left:3px; box-sizing:border-box;}
.product-wrap ul li .txt_wrap .cell p.txt_wrap-txt { font-size:17px; letter-spacing:-0.02em; color:#000; margin-top:20px; font-weight:300; }
.pro-more { clear:both; width:180px; height:50px; border:1px solid #ea6314; line-height:48px; background:#ffff; margin:4% auto 0;}
.pro-more a { display:block; color:#ea6314; font-size:15px; text-transform:uppercase; text-align:center;}

.product-tit { font-size:64px; text-align:center; color:#000; padding-bottom:10px; font-weight:500; letter-spacing:-1px;}
.product-txt { font-size:24px; text-align:center; color:#000; padding-bottom:6%; font-weight:300; letter-spacing:-1px;}


/* 인재상 */
.recruit-wrap { clear:both;}
.recruit-title { font-size:30px; color:#222; margin-bottom:50px; font-weight:500;}
.recruit-top { width:100%; height:100%; background:#f6f6f6 url(../img/recruit-top-back.png) right center no-repeat; background-size:cover; padding:70px; box-sizing:border-box; margin-bottom:80px;}
.recruit-top p { font-size:64px; color:#000;}
.recruit-top p span { font-size:64px; color:#e84819; font-weight:600;}
.recruit-top ul { margin-top:20px;}
.recruit-top ul li { position:relative; padding-left:20px; font-size:24px; font-weight:300;}
.recruit-top ul li:before { content:'ㆍ'; position:absolute; left:0; top:5px; font-size:20px;}

.recruit-info { clear:both; display: flex; flex-wrap: wrap; padding-bottom:50px;}
.recruit-infoconts { flex: 0 0 calc(33.33% - 70px); margin:0 35px;}
.recruit-box { padding:30px; border-radius:0 30px 0 30px; text-align:center; color:#fff; min-height:450px;}
.recruit-box h4 { font-size:30px; font-weight:500; margin-bottom:20px;}
.recruit-box p { text-align:left; font-size:16px; color:#fff; line-height:160%; font-weight:300;}
.recruit-box ul li { position:relative; padding-left:20px; font-size:16px; font-weight:300; text-align:left;}
.recruit-box ul li:before { content:'ㆍ'; position:absolute; left:0; top:0; font-size:20px;}
.recruit-step1 { position:relative; background:#2657a7; border:5px solid #4c85e1;}
.recruit-step1:after { content:''; position: absolute; left: 50%; bottom:-7px; transform: translate(-50%, -30px); background:url(../img/recruit-ic1.png) bottom center no-repeat; width:169px; height:169px;}
.recruit-step2 { position:relative; background:#00b2eb; border:5px solid #4fd4ff;}
.recruit-step2:after { content:''; position: absolute; left: 50%; bottom:-7px; transform: translate(-50%, -30px); background:url(../img/recruit-ic2.png) bottom center no-repeat; width:169px; height:169px;}
.recruit-step3 { position:relative; background:#469f7c; border:5px solid #82cdb0;}
.recruit-step3:after { content:''; position: absolute; left: 50%; bottom:-7px; transform: translate(-50%, -30px); background:url(../img/recruit-ic3.png) bottom center no-repeat; width:169px; height:169px;}

/* 복지후생 */
.welfare-wrap { clear:both; }
.welfare-top { position:relative; clear:both; background:#f8f8f8; padding:30px;}
.welfare-top p { padding-left:260px; font-size:18px; color:#5a5a5a; font-weight:300; line-height:140%;}
.welfare-top:before { content:''; position:absolute; left:8%; top:50%; margin-top:-37px; background:url(../img/welfare-ic1.png) center no-repeat; width:75px; height:75px;}

.tbl_welfare { clear:both; padding-top:50px;}
.tbl_welfare .welfare-tit { display:inline-block; background:#4c4c4c; color:#fff; border-radius:25px; clear:both; width:100%; padding:3px 0 4px; font-weight:400; font-size:16px;}
.tbl_welfare td { padding:15px;}
.tbl_welfare td dl { clear:both; margin:3px 0; overflow:hidden;}
.tbl_welfare td dl dt { background:#e84819; color:#fff; float:left; border-radius:30px 0 0 30px; padding:2px 30px 3px; margin-right:30px;}
.tbl_welfare td dl dd { background:#f8f8f8; color:#4e4d4d; border-radius:0 30px 30px 0;box-sizing:border-box;}
.tbl_welfare td dl dd span { display:inline-block; margin:0 30px; color:#a4a4a4;}

.welfare-info { padding:65px 85px; background:#f8f8f8 url(../img/welfare-icon-back.png) center bottom no-repeat; width:100%; height:100%;}
.welfare-info .welfare-benefit span { padding:10px 35px 11px; border:1px solid #dfdfdf; border-radius:30px; margin-right:40px; margin-bottom:15px; background:#fff; display:inline-block; font-size:17px;}
.welfare-icon { display: flex; justify-content:space-between; margin-top:7%;}
.welfare-bullet { margin-top:30px; padding-left:3%;}
.welfare-bullet li { position:relative; padding-left:20px; font-size:17px; font-weight:300; line-height:200%;}
.welfare-bullet li:before { content:'ㆍ'; position:absolute; left:0; top:0; font-size:20px;}



@media (max-width: 1260px) { 
.history-img img { width:65%;}
.ideo-mission-vision p { font-size:20px;}

.culture-creativity { left:2%;}

.recruit-infoconts { margin:0 5px; flex: 0 0 calc(33.33% - 10px);}
.recruit-box { padding:20px;}

.product-wrap ul li { width:32%; margin:0 0.5% 0.5%;}
}

@media (max-width: 980px) { 
.banner-top img { width:100%;}

.greeting-wrap { display:block;}
.greeting-left { padding-right:0;}

.history-img { position:relative; right:0; top:0;}
.history-img img { width:100%;}

.ideo-conts { display:block;}
.ideo-conts .ideo-mission { width:100%; padding:30px 0;}
.ideo-conts .ideo-vision { width:100%; padding:30px 0; margin-left:0;}
.ideo-conts .ideo-logo { display:none;}

.ideo-system-4step .ideo-system-conts { flex: 0 0 calc(50% - 25px); margin-bottom:20px;}
.ideo-system-4step .ideo-system-conts:nth-child(2) { margin-right:0 !important;}
.ideo-system-4step { background:none; padding-top:30px;}

.culture-judgement { position:relative; left:0; margin-left:0;}
.culture-judgement .culture-conts .culture-txt { padding-left:0; width:100%;}
.culture-creativity { position:relative; left:0; top:0; margin-top:50px;}
.culture-txt { width:100%;}
.culture-action { position:relative; left:0; top:0; margin-top:50px;}

.umgallery-conts { display:block;}
.umgallery-conts .umgallery-c-left { width:100%;}
.umgallery-conts .umgallery-c-right { width:100%; margin-top:17%;}
.umgallery-conts .umgallery-c-left:after { padding:20px 0; height: 500px;}
.umgallery-conts .umgallery-c-right { padding-left:0;}

.umbann-bann-wrap .txtCon { flex-wrap: wrap;} 
.umbann-bann-wrap .umgallery-bann { flex: 0 0 calc(50% - 5px); margin-bottom:10px;}
.umbann-bann-wrap .umgallery-bann:nth-child(2) { margin-right:0;}
.umbann-bann-wrap .umgallery-bann:nth-child(4) { margin-right:0;}
.umbann-bann-wrap .umgallery-bann:nth-child(5) { flex: 0 0 calc(100% - 0px); margin-right:0;}
.umbann-tel .umgallery-bann-txt { padding-top:0;}
.umbann-bann-wrap .umgallery-bann .umbann-tel { height:150px;}

.recruit-top { padding:30px;}
.recruit-top p { font-size:30px;}
.recruit-top ul li { font-size:15px;}
.recruit-info { display:block; }
.recruit-infoconts { margin-bottom:20px;}

.product-wrap ul li { width:49%; margin:0 0.5% 0.5%;}
.product-photo a > img {object-fit: contain !important;  right: 0 !important;  left: auto;  width: auto;}
.product-wrap .ratio-4x3 { --aspect-ratio: calc(4.5 / 7 * 100%);}


}


@media (max-width: 768px) { 

.tl_projects_wrap .ratio-4x3 .lt_img img { object-fit: contain !important; right: 0 !important; left: auto; width: auto;}

.list_box_warp .clearfix { display:block;}
.list_box_warp li.list-ir-left { width:100%; margin-bottom:30px; height:350px;}
.list_box_warp li.list-ir-right { width:100%; margin-left:0;}

.history-year dl dd { width: calc(100% - 190px);}

.ideo-system-4step .ideo-system-conts { flex: 0 0 calc(100% - 5px); margin-bottom:20px;}

.location-tab { background:#666;}
.location-tab ul li { width:25%; display: flex; justify-content: center; align-items:center; line-height:130%;}
.location-tab ul li a { font-size:14px; display:table-cell; vertical-align:middle;padding:0 10px; box-sizing:border-box; }
.location-tab ul li .on { display:table-cell; vertical-align:middle;}

.location-list .location-list-img { width:100%; margin-right:0;}
.location-list .location-list-img img { width:100%;}
.location-list { display:block}
.location-list .location-list-conts { margin-top:15px;}

.location-tab .tab5 li { width:50% !important;}


.umgallery-top-txt span:nth-child(1) { font-size:40px; font-weight:500; letter-spacing:-0.5px;}
.umgallery-top-txt span:nth-child(2) { font-size:18px; font-weight:400; margin:10px 0;}
.umgallery-top-txt span:nth-child(3) { font-size:13px; font-weight:200;}

.umgallery-conts .umgallery-c-left:after { background:none;}

.umbann-bann-wrap .txtCon { display:block;}
.umbann-bann-wrap .umgallery-bann { margin-right:0;}

.welfare-top p { padding-left:130px;}

.tbl_welfare th, .tbl_welfare td { display:block;}
.tbl_welfare td dl dt { float:none; margin-right:0; border-radius:30px;}
.tbl_welfare td dl dd { border-radius:30px; padding:5px 0;text-align:center;}
.tbl_welfare td dl dd span { margin:0 5px; }


.welfare-info { padding:30px;}
.welfare-info .welfare-benefit span { margin-right:10px; padding: 10px 15px 11px; font-size:14px;}
.welfare-icon { display:block; text-align:center;}

.product-tit { font-size:36px;}
.product-wrap ul li { width:100%; margin-right:0;}

}


@media (max-width: 486px) { 
.product-wrap .ratio-4x3 { --aspect-ratio: calc(4.5 / 3 * 100%);}
.product-tit { font-size:30px; letter-spacing:-1px;}


.umgallery-top-txt { left:20px; padding:25px;}

}

@media (max-width: 500px) { 

.tpc-ideo-img img { width:100%;}
.culture-img img { width:100%;}
}







/* 50주년 홍보관 */
.tit-50th h3 {font-size:36px; font-weight:bold; color:#000;}
.tit-50th p {font-size:20px; font-weight:300; color:#888;}
.wrap-50th {display:flex; justify-content:space-between; padding:30px 0 50px;}
.wrap-50th .img-cont {width:600px;}
.wrap-50th .img-cont img {width:100%}
.wrap-50th .table-cont {width:calc(100% - 680px);}
.wrap-50th .table-cont h4 {display:inline-block; background:#76b143; border-radius:30px; color:#fff; font-weight:bold; padding:5px 25px; font-size:20px;}
.wrap-50th .table-cont ul li {border-top:1px solid #ddd; padding:30px 0;}
.wrap-50th .table-cont ul li:first-child {border-top:none;}
.wrap-50th .table-cont .tc-title {font-size:20px; font-weight:bold;}
.wrap-50th .table-cont .tc-title strong {color:#76b143;}
.wrap-50th .table-cont p {color:#888; font-size:18px; padding-top:5px;}
.btnBox {display:flex; justify-content:space-between; padding-top:30px;}
.btnBox li {width:48%;}
.btn-book {display:block; position:relative; border-radius:5px; padding:23px 20px; background:#ea6332; color:#fff; border:transparent; font-size:20px; font-weight:400;}
.btn-pdf {display:block; position:relative; border-radius:5px; padding:23px 20px; background:#ffffff; color:#ea6332; border:1px solid #ea6332; font-size:20px; font-weight:400;}
.btn-book i, .btn-pdf i {position:absolute; right:15px; top:22px;}

@media (max-width:1280px){
	.tit-50th h3 {font-size:32px;}
	.tit-50th p {font-size:18px;}
	.wrap-50th .img-cont {width:45%;}
	.wrap-50th .table-cont {width:50%;}
	.wrap-50th .table-cont .tc-title {font-size:18px; }
	.wrap-50th .table-cont p {font-size:17px;}
	.btn-book {min-width:200px; padding:20px 15px; font-size:16px; margin-bottom:5px}
	.btn-pdf {min-width:200px; padding:20px 15px; font-size:16px;}
}
@media (max-width:1024px){
	.btnBox {flex-direction:column; padding-top:20px;}
	.btnBox li {width:100%;}
}

@media (max-width:768px){
	.wrap-50th { padding:20px 0 30px;}
	.tit-50th h3 {font-size:28px;}
	.tit-50th p {font-size:16px;}
	.wrap-50th .table-cont h4 {padding:4px 20px; font-size:17px;}
	.wrap-50th .table-cont ul li {padding:20px 0;}
	.wrap-50th .table-cont .tc-title {font-size:16px; }
	.wrap-50th .table-cont p {font-size:14px;}
	.btn-book,
	.btn-pdf {padding:20px 15px; font-size:15px;}
	.btn-book i, .btn-pdf i {top:20px; font-size:20px;}
}

@media (max-width:568px){
	.wrap-50th {flex-direction:column;}
	.tit-50th h3 {font-size:24px;}
	.tit-50th p {font-size:15px;}
	.wrap-50th .img-cont {width:100%;}
	.wrap-50th .table-cont {width:100%; margin-top:30px;}
}