@charset 'utf-8';

#nt_body > .nt-container { padding: 0; max-width: 100%;}

.page article { padding: 100px 0 ;  }
.page ol, .page ul, .page dl { padding: 0;}
.page li { list-style:none}
.page .bg-gray { background: #ededed;}

.page h3.dot { position: relative; padding: 0 0 0 15px; margin: 0 0 25px; font-size: 28px; line-height: 1; font-weight: 400; color: #111; }
.page h3.dot:before { content:''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 5px; background: #0a3281; }
.page #tab-menu { display: flex; justify-content: space-between; margin: 0px 0 50px; border-top: 1px solid #cfcfcf; border-left: 1px solid #cfcfcf;}
.page #tab-menu li { flex:1;  border-bottom: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf; }
.page #tab-menu li a { display: block;  padding: 15px 5px; width: 100%; height: 100%; text-align: center; font-weight: 400; }
.page #tab-menu li a.on,
.page #tab-menu li a:hover { background: #0a3281;  color: #fff;}



@media (max-width:991px){
    .page article{ padding: 80px 0;  }
    .page #tab-menu { flex-wrap: wrap;}
    .page #tab-menu li { flex:auto; width: 50%;  }

}
@media (max-width:768px){
    .page article{ padding: 60px 0;  }
    .page h3.dot { font-size: 24px; }
}
@media (max-width:576px){
    .page article{ padding: 50px 0;  }
    .page h3.dot { font-size: 22px; }
    .page #tab-menu { margin:-10px 0  30px;}
    .page #tab-menu li a  { padding: 12px 5px;}
}
@media (max-width:480px){

    .page #tab-menu li a  { font-size: 13px;}
}


.greeting article { background: #ededed; }
.greeting .nt-container > div {  margin-bottom: 70px;}
.greeting .logo { position: relative; height: 350px; background: url('/img/hans/greeting_bg.jpg') no-repeat center / cover;}
.greeting .logo img { display: block; position: absolute; left: 50px; top: 50%; transform: translateY(-50%);}
.greeting .txt { margin-top: -20px;}
.greeting .txt p { color: #111; }
.greeting .txt .p1 { font-size: 30px; font-weight: 500; }
.greeting .txt .p2 { padding: 15px 0 35px; font-size: 24px;   }
.greeting .txt .p3 { font-size: 20px;}
.greeting .txt .p3 b { font-weight: 500; color: #0a3281; }
.greeting .group { }
.greeting .group ol { justify-content: flex-start;}
.greeting .group ol li { position: relative; margin-right: 40px; width: 270px; height: 90px; font-size: 20px; line-height: 90px; color: #000; font-weight: 400; background: #fff; text-align: center; }
.greeting .group ol li:after { content:''; display: block; position: absolute; top: 50%; left:100%; width: 40px; height: 1px; background: #cfcfcf; }

.greeting .group ol li:first-of-type { margin-right: 59%; margin-bottom: 25px; background: linear-gradient(to bottom, #074b99, #0b3685); color: #fff; }
.greeting .group ol li:first-of-type:after { left: 50%; top:100%; width: 1px; height: 25px; }
.greeting .group ol li:last-of-type { margin-right: 0;}
.greeting .group ol li:last-of-type:after { display: none; }
.greeting .info { border-top: 2px solid #0a3281;}
.greeting .info dt,
.greeting .info dd { display: flex; align-items: center; padding:10px 20px; border-bottom: 1px solid #e1e1e1;  border-right: 1px solid #e1e1e1;}
.greeting .info dt { width: 150px; background: #f9f9f9; font-weight: 500;}
.greeting .info dd { width:calc(50% - 150px); background: #fff;}
.greeting .info dd:nth-of-type(2n) {border-right: none;}

@media (max-width:1320px){
    .greeting .logo { margin: 0 -10px;}
}
@media (max-width:991px){
    .greeting .logo {height: 250px;}
    .greeting .txt .p1 { font-size: 26px; }
    .greeting .txt .p2 { padding: 15px 0 30px; font-size: 20px;}
    .greeting .txt .p3 { font-size: 18px;}
    .greeting .group ol li { margin-right: 30px; width: 229px;}
    .greeting .info dt,
    .greeting .info dd { padding: 10px; font-size: 16px; }
    .greeting .info dt { width: 125px;}
    .greeting .info dd { width: calc(50% - 125px);}

}
@media (max-width:768px){
    .greeting .nt-container > div {  margin-bottom: 50px;}
    .greeting .txt { margin-top: -10px;}
    .greeting .txt .p1 { font-size: 24px; }
    .greeting .txt .p2 { padding: 15px 0 25px; font-size: 18px;}
    .greeting .group ol { justify-content: center;}
    .greeting .group ol li { width: 80%; margin-right: 0 !important; margin-bottom: 25px;}
    .greeting .group ol li:after { left: 50%; top:100%; width: 1px; height: 25px; }
    .greeting .info dt,
    .greeting .info dd { padding: 15px;}
    .greeting .info dt { width: 150px;}
    .greeting .info dd { width: calc(100% - 150px); border-right: none;}
}

@media (max-width:576px){
    .greeting .txt .p1 { font-size: 20px; }
    .greeting .txt .p2 { padding: 15px 0 20px; font-size: 16px;}
    .greeting .txt .p3 { font-size: 15px;}
    .greeting .group ol li { width: 90%; height: 80px; font-size: 18px; line-height: 80px;}
    .greeting .info dt,
    .greeting .info dd { padding: 15px 10px; font-size: 15px;}
    .greeting .info dt { width: 120px;}
    .greeting .info dd { width: calc(100% - 120px); }
}

.vision  article { background: #ededed; }
.vision .img { text-align: center;}
.vision .img.mobile { display: none;}
@media (max-width:991px){
    .vision .img.pc { display: none;}
    .vision .img.mobile { display: block;}
}

.history {}
.history .con-wrap { position: relative; }
.history .con-wrap:after { content:''; display: block; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: #cfcfcf; }
.history .img { position: relative; z-index: 2; margin: 0 0 90px;}
.history .img:after { content:''; display: block; position: absolute;  bottom: 0; left: 50%; transform: translateX(-50%) translateY(50%); width: 8px; height: 8px; background: #0a3281; border-radius: 50%;}
.history .wrap { padding: 0 0 10px; }

.history .wrap p.year { position: relative; margin: 0 0 30px; font-size: 30px; line-height: 1; font-weight: 500; color: #0a3281;}
.history .wrap p.year:before,
.history .wrap p.year:after { content:''; display: block; position: absolute; transform: translateY(-50%);}
.history .wrap p.year:before { top: 50%;  height: 1px; background: #cfcfcf;  }
.history .wrap p.year:after { top: 50%;  width: 8px; height: 8px; background: #cfcfcf; border-radius: 50%;}
.history .wrap dl { flex-wrap:wrap}
.history .wrap dl dt,
.history .wrap dl dd { padding: 0 0 20px; line-height: 1.2; color: #111;}
.history .wrap dl dt { width: 55px; font-weight: 500; }
.history .wrap dl dd { width: calc(100% - 55px);}


@media (min-width:600px){
    .history .wrap:nth-of-type(odd) { margin-right: 50%;  }
.history .wrap:nth-of-type(even) { margin-left: 50%;  }
    .history .wrap:nth-of-type(odd) { margin-right: 50%; padding-right:70px; text-align: right;}
    .history .wrap:nth-of-type(odd) dl {flex-direction: row-reverse;}
    .history .wrap:nth-of-type(odd) p.year:before { right: -70px; left:auto; width: 40px; }
    .history .wrap:nth-of-type(odd) p.year:after { right: -30px; left:auto; }
    .history .wrap:nth-of-type(even) { margin-left: 50%; padding-left:70px; }
    .history .wrap:nth-of-type(even) p.year:before { left: -70px; width: 40px; }
    .history .wrap:nth-of-type(even) p.year:after { left: -30px; }
}

@media (min-width:769px){
    .history .wrap:nth-of-type(odd) {  padding-right:100px; }
    .history .wrap:nth-of-type(odd) p.year:before { right: -100px; width: 70px;}
    .history .wrap:nth-of-type(odd) p.year:after { right: -30px; }
    .history .wrap:nth-of-type(even) { padding-left:100px; }
    .history .wrap:nth-of-type(even) p.year:before { left: -100px; width: 70px; }
    .history .wrap:nth-of-type(even) p.year:after { left: -30px; }
}
@media (min-width:992px){
    .history .wrap:nth-of-type(odd) {  padding-right:130px; }
    .history .wrap:nth-of-type(odd) p.year:before { right: -130px; }
    .history .wrap:nth-of-type(odd) p.year:after { right: -30px; }
    .history .wrap:nth-of-type(even) {  padding-left:130px; }
    .history .wrap:nth-of-type(even) p.year:before { left: -130px; width: 100px; }
    .history .wrap:nth-of-type(even) p.year:after { left: -30px; }
}

@media (max-width:768px){
    .history .wrap p.year { margin: 0 0 15px; font-size: 26px; }
    .history .wrap dl dt, .history .wrap dl dd { padding: 0 0 10px; font-size: 16px; }
}
@media (max-width:600px){
    .history .wrap { position: relative; z-index: 2; padding: 30px 15px 20px; margin: 0 0 20px; background: #f3f3f3;}
    .history .wrap .year { padding: 0 0 0 20px; }
    .history .wrap .year:after { left: 0;}
    .history .wrap dl dt { width: 45px; }
    .history .wrap dl dd { width: calc(100% - 45px); }
}


.root_daum_roughmap { width: 100%;}
.root_daum_roughmap .map_border { display: none;}
.location .add { padding: 40px 0 15px ; font-size: 30px; font-weight: 500;}
.location .tel { padding: 0 0 50px; font-size: 24px; }
.location .tel span { display: inline-block; padding: 0 25px 0 0;}
.location dl { display: flex; flex-wrap:wrap; border-top: 2px solid #0a3281;}
.location dl dt,
.location dl dd { padding: 15px 17px; border-right: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf;}
.location dl dt { width: 150px; background: #f9f9f9; font-weight: 500; }
.location dl dd { width: calc(50% - 150px); background: #fff;   }
.location dl dd:nth-of-type(even) { border-right: none;}
.location dl dt span { display: inline-block;}
@media (max-width:1199px){
    .location dl dt,
    .location dl dd { padding: 15px 10px;  }
    .location dl dt { width: 140px;}
    .location dl dd { width: calc(50% - 140px);}
}
@media (max-width:991px){
    .location .add { font-size: 28px; }
    .location .tel { font-size: 22px;}
    .location dl dt,
    .location dl dd { padding: 15px   }
    .location dl dt { width: 110px;}
    .location dl dd { width: calc(50% - 110px);}
}
@media (max-width:768px){
    .location .add { padding: 40px 0 10px; font-size: 22px; }
    .location .tel { padding: 0 0 40px; font-size: 20px;}
    .location dl dt,
    .location dl dd { padding: 12px 20px  }
    .location dl dt { width: 160px}
    .location dl dd { width: calc(100% - 160px);}
    .location dl dd { border-right: none;}
}

@media(max-width:576px){
    .location .add { padding: 30px 0 10px; font-size: 20px; }
    .location .tel { padding: 0 0 30px; font-size: 18px;}
    .location dl dt ,
    .location dl dd { padding: 10px  }
    .location dl dt { width: 100px}
    .location dl dd { width: calc(100% - 100px);}
}

.ems {}
.ems .tab-content article:not(:last-of-type) { padding-bottom: 0;}
.ems #tab01 .con1 {}
.ems #tab01 .con1 .flex { height: 440px;}
.ems #tab01 .con1 .flex .inner { display: flex; justify-content: space-between; flex-direction: column; position: relative; width: 24.23%; text-align: center;}
.ems #tab01 .con1 .flex .inner1 .box p { padding: 11px 0; margin: 0 0 10px; background: #fff; font-size: 16px; line-height: 1.1; border: 1px solid #cfcfcf;}
.ems #tab01 .con1 .flex .inner1 .box p:last-of-type { margin: 0;}
.ems #tab01 .con1 .flex .inner2 .box p { display: flex; align-items: center; justify-content: center; height: 96px; font-size: 20px; color: #fff;  font-weight: 400;}
.ems #tab01 .con1 .flex .inner2 .box:nth-of-type(1) p {background: #4a7ac1;}
.ems #tab01 .con1 .flex .inner2 .box:nth-of-type(2) p {background: #2c5a9f;}
.ems #tab01 .con1 .flex .inner2 .box:nth-of-type(3) p {background: #1e437b;}
.ems #tab01 .con1 .flex .inner3 .box { display: flex; align-items: center; height: 100%;  background: url('/img/hans/bg_patten.png'); border: 1px solid #cfcfcf;}
.ems #tab01 .con1 .flex .inner3 .box p { width: 100%; font-size: 24px; font-weight: 400; color: #0b3886;}
.ems #tab01 .con1 .flex .inner .box { position: relative;}
.ems #tab01 .con1 .flex .inner:not(:last-of-type) .box:after { content:''; display: block; position: absolute; left:116%; top: 50%; transform: translateY(-50%); width: 83px; height: 97px; background: url('/img/hans/ico_right.png') no-repeat center / contain;}

@media (max-width:991px){
    .ems #tab01 .con1 .flex .inner { width: 27%;}
    .ems #tab01 .con1 .flex .inner:not(:last-of-type) .box:after { left: 108%; width: 50px;}
}

@media (max-width:768px){
    .ems #tab01 .con1 .flex .inner:not(:last-of-type) .box:after { width: 37px;}
}
@media (max-width:576px){
    .ems #tab01 .con1 .flex { flex-direction: column;}
    .ems #tab01 .con1 .flex .inner { flex-direction: row; margin: 0 -2px; width: 100%;}
    .ems #tab01 .con1 .flex .inner .box { flex:1; margin: 0 2px;}
    .ems #tab01 .con1 .flex .inner .box p { font-size: 12px; }
    .ems #tab01 .con1 .flex .inner:not(:last-of-type) .box:after { left: 50%; top: 87%; width: 30px; transform: translateX(-50%) rotate(90deg);}
    .ems #tab01 .con1 .flex .inner2 .box p { height: 70px; font-size: 16px;}
    .ems #tab01 .con1 .flex .inner3 .box { padding: 30px 10px;}
    .ems #tab01 .con1 .flex .inner3 .box p { font-size: 18px;}
}




.ems .wrap .img {  border: 1px solid #cfcfcf; }
.ems #tab01 .con2 .wrap  {  margin: 0 -1%;}
.ems #tab01 .con2 .wrap .img { margin: 0 1%;}
.ems #tab01 .con2 ul { border-top: 2px solid #0b3684; background: #fff; }
.ems #tab01 .con2 ul li { padding: 15px 2%; margin-right: -1px; width: 25%; border: 1px solid #cfcfcf; border-top: none; }
.ems #tab01 .con3 .wrap { justify-content: flex-start; }
.ems #tab01 .con3 .wrap .img { margin-right: 2%;}

.ems #tab02 {}
.ems #tab02 .con {}
.ems #tab02 ul { display: flex; flex-wrap:wrap; border-top: 2px solid #0b3684; background: #fff; }
.ems #tab02 ul li { flex:1; padding: 15px 2%; margin-right: -1px; border: 1px solid #cfcfcf; border-top: none; }
.ems #tab02 .con2 ul li { flex:auto; width: 33.33%;}
.ems #tab02 .con2 .wrap { margin: 0 -1%;}
.ems #tab02 .con2 .wrap .img { margin: 0 1%;}
.ems #tab03 {  }
.ems #tab03 .wrap { display: flex; ;flex-wrap:wrap; margin: 0 -10px -20px;}
.ems #tab03 .wrap .img { width: 23.23%;  margin: 0 10px 20px;  }
.ems #tab03 .wrap .img img { width: 100%; }

.ems #tab04 .wrap { display: flex;  flex-wrap:wrap; margin: 0 -1% -20px; }
.ems #tab04 .wrap .img { margin: 0 1% 20px ; width: 23%; }

.ems #tab04 .brochure{ border: 1px solid #e1e1e1; padding: 10px 20px; margin:30px 10px 0 0; display: inline-block; background: #fff; font-weight: 400;}
.ems #tab04 a:hover, .ems #tab04 a:focus, .ems #tab04 a:active{ color: #0056b3!important}


@media (max-width:1199px){
    .ems #tab01 .con2 ul { flex-wrap: wrap;}
    .ems #tab01 .con2 ul li { margin-right: -1px; width: 50%; }
    .ems #tab01 .con2 ul li:nth-of-type(even) { border-left: none;}
}
@media (max-width:991px){
    .ems #tab01 .con2 ul li { padding: 10px;}
}
@media (max-width:768px){
    .ems #tab01 .con2 ul li { padding: 10px;}
    .ems #tab02 .con3  ul li { flex:auto; width: 50%;}
    .ems #tab02 .con3  ul li:nth-of-type(1) { order:2;}
    .ems #tab02 .con3  ul li:nth-of-type(2) { order:1;}
    .ems #tab02 .con3  ul li:nth-of-type(3) { order:3;}
    .ems #tab02 .con3  ul li:nth-of-type(4) { order:4;}

    .ems #tab04 .wrap .img { width: 31%; }



}

@media (max-width:576px){
    .ems #tab01 .con2 .wrap  {  margin: 0 -3px;}
    .ems #tab01 .con2 .wrap .img { margin: 0 3px}
    .ems #tab02 .con1 ul li  { flex:auto; width: 100%;}
    .ems #tab02 .con2 ul li { width: 50%;}
    .ems #tab02 .con2 .wrap { flex-wrap:wrap; margin: 0 0 -20px;}
    .ems #tab02 .con2 .wrap .img {margin: 0 0 20px; width: 48%;}
    .ems #tab03 .wrap { flex-wrap:wrap; justify-content: space-between; margin: 0 0 -20px;}
    .ems #tab03 .wrap .img { margin: 0 0 20px; width: 48%; }
    .ems #tab04 .wrap .img { width: 48%; }
}
@media (max-width:480px){
    .ems #tab01 .con2 ul li { padding: 7px 10px; width: 100%;}
    .ems #tab01 .con2 ul li:nth-of-type(even) { border-left: 1px solid #cfcfcf;}
}





.offer {}
.offer .tab-content article:not(:last-of-type) { padding-bottom: 0;}


.offer #tab01 .con1 .flex .inner { display: flex; justify-content: space-between; flex-direction: column; position: relative; width: 24.23%; text-align: center;}
.offer #tab01 .con1 .flex .inner1 { justify-content: center;}
.offer #tab01 .con1 .flex .inner1 .box { padding: 25px 10px; background: #1e437b;}

.offer #tab01 .con1 .flex .inner2 .box p { padding: 11px 0; margin: 0 0 10px; background: #fff; font-size: 16px; line-height: 1.1; border: 1px solid #cfcfcf;}
.offer #tab01 .con1 .flex .inner2 .box p:last-of-type { margin: 0;}
.offer #tab01 .con1 .flex .inner3  { justify-content: center;}
.offer #tab01 .con1 .flex .inner3 .box { display: flex; align-items: center;  background: url('/img/hans/bg_patten.png'); border: 1px solid #cfcfcf;}
.offer #tab01 .con1 .flex .inner3 .box p { padding: 33px 0; width: 100%; font-size: 24px; font-weight: 400; color: #0b3886;}
.offer #tab01 .con1 .flex .inner .box { position: relative;}
.offer #tab01 .con1 .flex .inner:not(:last-of-type) .box:after { content:''; display: block; position: absolute; left:116%; top: 50%; transform: translateY(-50%); width: 83px; height: 97px; background: url('/img/hans/ico_right.png') no-repeat center / contain;}



.offer #tab01 ul.flex { display: flex; flex-wrap:wrap; border-top: 2px solid #0b3684; background: #fff; }
.offer #tab01 ul.flex li { flex:auto; padding: 15px 2%; width: 33.33%; margin-right: -1px; border: 1px solid #cfcfcf; border-top: none; }
.offer .wrap.img-box { display: flex; flex-wrap: wrap;  margin: 0 -1% -20px;}
.offer .wrap.img-box .img { margin: 0 1% 20px; width: 23%; border: 1px solid #cfcfcf;}
.offer .wrap.img-box .img img { width: 100%;}


@media (max-width:991px){
    .offer #tab01 .con1 .flex .inner { width: 27%;}
    .offer #tab01 .con1 .flex .inner:not(:last-of-type) .box:after { left: 108%; width: 50px;}
    .offer #tab01 .con1 .flex .inner3 .box p { font-size: 22px;}
}

@media (max-width:768px){
    .offer #tab01 .con1 .flex .inner:not(:last-of-type) .box:after { width: 37px;}
    .offer #tab01 .con1 .flex .inner3 .box p {  padding: 18px 0;}
    .offer #tab01 ul.flex li { width: 50%;}
    .offer .wrap.img-box .img { width: 31.33%;}
}

@media (max-width:576px){
    .offer #tab01 .con1 .flex { flex-direction: column; margin: 0 0 -60px;}
    .offer #tab01 .con1 .flex .inner { margin-bottom: 60px; width: 100%;}
    .offer #tab01 .con1 .flex .inner:not(:last-of-type) .box:after { left: 50%; top: 87%; transform: translateX(-50%) rotate(90deg); width: 30px;}
    .offer #tab01 .con1 .flex .inner1 .box { padding: 20px 0;}
    .offer #tab01 .con1 .flex .inner3 .box p { padding: 29px 0;}
    .offer .wrap.img-box .img { width: 48%;}
}
@media (max-width:400px){
    .offer #tab01 ul.flex li { width: 100%}
}
