a:focus {outline:none;}
/*****±Û·Î¹ú ¸Þ´º ¿µ¿ª°ü·Ã*****/
.amDim {display: none;position: absolute;width: 100%;background-color: rgba(0,0,0,.5);right: 0;top: 0;z-index: 98;}
.amline {position: relative;top:100px;border-bottom:1px solid #fff;opacity:.3;}
.main #container {margin-top: 0;}
#header {position: fixed;left: 0;right:0;margin:0 auto;width: 100%;top: 0px;z-index: 999999;background:#fff;-webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.05);box-shadow: 0 1px 5px 1px rgba(0,0,0,0.05);}
#header:after {content:'';position: absolute;width: 100%;height: 1px;background-color: #e5e5e5;top: 99px;z-index: -1;}
#header.ov {background-color: #fff;border-bottom: 1px solid #eee;-webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.05);box-shadow: 0 1px 5px 1px rgba(0,0,0,0.05);}
#header.ov:after {content:'';position: absolute;width: 100%;height: 1px;background-color: #ddd;top: 99px;z-index: -1;}
#header.load {top: 0;}
#header .gnbWrap {position: relative;text-align: center;}
#header h1 {z-index: 97;position: absolute;width:300px;height:100px;left: 80px;top: 7px;background-image: url(../img/common/logo.png);background-repeat: no-repeat;text-indent: -9999px;}
#header h1 a{display: block;height: 100%;}
#header #gnb {text-align: center;display: inline-block;position:relative;}
#header #gnb > li{display: block;text-align: center;float: left;}
#header #gnb > li > a{display: block;line-height: 96px;color: #000;padding: 0 35px;font-size: 19px;font-weight: 600;height:89px;}
#header #gnb > li > a > span {display: block;position: relative;border-bottom:3px solid #fff;}
#header #gnb > li:hover > a > span {color: #02307b;border-bottom:3px solid #02307b;transition:0.2s ease;}
#header #gnb > li .depth2 {font-size: 0;display: none;padding: 40px 0 24px 0;box-sizing:border-box;width: 100%;text-align: center}
#header #gnb:hover > li .depth2 {display: block;}
#header #gnb > li .depth2:after {clear: both;content:'';display: block;} 
#header #gnb > li .depth2 > li {text-align: center;display: block;}
#header #gnb > li .depth2 > li > a{display: block;font-size: 16px;line-height: 36px;font-weight: normal;color: #777;}
#header #gnb > li:hover .depth2 > li:hover > a{color: #02307b;font-weight: 500;}
#header.active:after {content:'';position: absolute;width: 100%;height: 1px;background-color: #fff;top: 0px;z-index: -1;height:100px;-webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.2);box-shadow: 0 1px 5px 1px rgba(0,0,0,0.2);}
#header .btn_all_menu {z-index: 100;position: absolute;width: 100px;height: 100px;top: 2px;right: 47px;}
#header .btn_all_menu div {position: absolute;width: 33px;height: 25px;left: 50%;top: 50%;margin-left: -16.5px;margin-top: -12.5px;}
#header .btn_all_menu span{position: absolute;right: 0;height: 3px;background-color: #000;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;width: 100%;border-radius: 2px;}
#header .btn_all_menu span.barTop{top: 0;}
#header .btn_all_menu span.barMid{top: 11px;width: 70%;}
#header .btn_all_menu span.barBot{top: 22px;}
#header .btn_all_menu.on span{position: absolute;right: 0;height: 2px;background-color: #000;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;width: 100%;border-radius: 2px;}
#header .btn_all_menu.on .barTop{width: 100%;transform:rotate(45deg);-webkit-transform:rotate(45deg);top:12px;}
#header .btn_all_menu.on .barBot{width: 100%;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);top:12px;}
#header .btn_all_menu.on .barMid {width: 0;}
.allMenuWrap {z-index:99;position:absolute;width:100%;height:100%;top:0;right:-100%;box-sizing:border-box;background:url('../img/common/allmenu-back.jpg') center top no-repeat;background-color:#f1f1f1;}
.allMenuWrap h2 {z-index: 100;position: absolute;width:300px;height:100px;left: 80px;top: 9px;background-image: url(../img/common/logo.png);background-repeat: no-repeat;text-indent: -9999px;}
.allMenuWrap.active {right:0;}
.allMenuWrap .allMenuWrap_inner {display: table;table-layout: fixed;height: 100%;width: 100%;}
.allMenuWrap .allMenu_inner{display: table-cell;vertical-align: middle;height: 100%;padding: 0 4% 0 12%;overflow-y: auto;}


@media screen and (max-width: 1600px){
#header h1 {left: 15px;}
#header .btn_all_menu {right: -15px;}
}


@media (max-width: 1024px){
.amline {display: none;}
#header {height: 60px;}
#header:after {display:none;}
#header h1 {width: 200px;height: 50px;left: 15px;top: 1px;background-size:55%;}
#header.active {background-color: #fff;border-bottom: 1px solid #eee;box-shadow:0 0 14px rgba(0,0,0,.4);}
#header.active:after {display:none;}
.gnbWrap {display: none;} 
#header .btn_all_menu{width: 60px;height: 60px;right: -5px;}
#header .btn_all_menu div {width: 20px;height: 20px;margin-left: -10px;margin-top: -10px;}
#header .btn_all_menu span.barMid {top: 8px;}
#header .btn_all_menu span.barBot {top: 16px;}
#header .btn_all_menu.on .barTop {top: 8px;}
#header .btn_all_menu.on .barBot {top: 8px;}
.allMenu {padding: 0;}
.allMenu > li{display: block;width: 100%;float: none;width: auto;padding: 0;}
.allMenuWrap {padding: 50px 20px 50px 20px;display: block;right: -100%;background:none;background-color:#fff;transition:right .4s ease-in-out;-webkit-transition:right .4s ease-in-out;}
.allMenuWrap h2 {display:none;}
.allMenuWrap.active {right:0;}
.allMenuWrap .allMenuWrap_inner{padding-top: 80px;display: block;box-sizing:border-box}
.allMenuWrap .allMenu_inner {display: block;padding: 0;}
.allMenuWrap {width: 45%;}
.allMenuWrap .allMenuWrap_inner {padding-top: 60px;}
}
@media (max-width: 600px){
.allMenuWrap {width: 70%;}
}


/*****»çÀÌµå(ÇÜ¹ö°Å) ¸Þ´º°ü·Ã (PC)*****/
#sidemenu{width:70%;margin:0 auto;padding:200px 0 0 0;}
#sidemenu ul {border-left:1px solid #ddd;float:left;width:20%;height:350px;}
#sidemenu ul:first-child {border-left:0px solid #ddd;}
#sidemenu ul li.title{display:block;color:#222;padding:10px 30px 50px 30px;font-size:32px;font-weight:600;}
#sidemenu ul li > a{display:block;color:#777;font-size:17px;font-weight:500;padding:0 0 0 12px;margin:0 30px 20px 30px;background:url(../img/common/blet-side.png) 0px 10px;background-repeat:no-repeat;}
#sidemenu ul li:hover > a{color:#02307b;}
.si-wrap{position:fixed;bottom:70px;padding:0 0 0 20px;}
.si-wrap h3 {color:#333;font-size:24px;font-weight:600;margin:10px 0 0 0;}
.si-wrap h5 {color:#777;font-size:12px;font-weight:normal;margin:10px 0 0 0;}

@media screen and (max-width: 1440px){
#sidemenu{width:90%;padding:150px 0 0 0;}
#sidemenu ul {width:20%;height:300px;}
#sidemenu ul:first-child {}
#sidemenu ul li.title{padding:10px 10px 50px 20px;font-size:26px;}
#sidemenu ul li > a{font-size:16px;margin:0 10px 20px 20px;background:url(../img/common/blet-side.png) 0px 8px;background-repeat:no-repeat;}
#sidemenu ul li:hover > a{}
}



/*****»çÀÌµå(ÇÜ¹ö°Å) ¸Þ´º°ü·Ã (Tab & Mobile)*****/
@media (max-width: 1024px) {
#gnbmenu, #gnbmenu ul, #gnbmenu ul li, #gnbmenu ul li a {margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;box-sizing: border-box;}
#gnbmenu {width: 100%;color: #ffffff;}
#gnbmenu ul ul {display: none;}
.align-right {float: right;}
#gnbmenu > ul > li > a {padding: 16px 24px;cursor: pointer;z-index: 2;font-size: 20px;font-weight: 500;text-decoration: none;color: #555;text-shadow: 0 1px 1px rgba(0, 0, 0, 0);background: #fff;box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);transition:0.3s ease;border-bottom: 1px solid #f1f1f1;}
#gnbmenu > ul > li > a:hover, #gnbmenu > ul > li.active > a, #gnbmenu > ul > li.open > a {color: #0a1f5c;}
#gnbmenu > ul > li.open > a {box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0);border-bottom: 1px solid #f1f1f1;}
#gnbmenu > ul > li:last-child > a, #gnbmenu > ul > li.last > a {border-bottom: 1px solid #f1f1f1;}
#gnbmenu .holder {width: 0;height: 0;position: absolute;top: 5px;right: 0;}
#gnbmenu .holder::after, #gnbmenu .holder::before {display: block;position: absolute;content: "";width: 7px;height: 7px;right: 20px;z-index: 10;transform: rotate(-135deg);opacity:1;}
#gnbmenu .holder::after {top: 17px;border-top: 2px solid #555;border-left: 2px solid #555;}
#gnbmenu > ul > li > a:hover > span::after, #gnbmenu > ul > li.active > a > span::after, #gnbmenu > ul > li.open > a > span::after {border-color: #0a1f5c;}
#gnbmenu .holder::before {top: 18px;border-top: 2px solid;border-left: 2px solid;}
#gnbmenu ul ul li a {color:#555;font-size:15px;font-weight:500;padding:0 0 0 12px;margin:15px 10px 0 25px;background:url(../img/common/blet_mgnb.png) 0px 6px;background-repeat:no-repeat;}
#gnbmenu ul ul li:hover > a, #gnbmenu ul ul li.open > a, #gnbmenu ul ul li.active > a {color: #0a1f5c;}
#gnbmenu ul ul li:first-child > a {box-shadow: none;margin-top:20px;}
#gnbmenu ul ul ul li:first-child > a {box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);}
#gnbmenu ul ul ul li a {padding-left: 30px;}
#gnbmenu > ul > li > ul > li:last-child > a, #gnbmenu > ul > li > ul > li.last > a {border-bottom: 0;padding-bottom:25px;}
#gnbmenu > ul > li > ul > li.open:last-child > a, #gnbmenu > ul > li > ul > li.last.open > a {border-bottom: 1px solid #ddd;}
#gnbmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {border-bottom: 0;}
#gnbmenu ul ul li.has-sub > a::after {display: block;position: absolute;content: "";width: 5px;height: 5px;right: 20px;z-index: 10;top: 11.5px;border-top: 2px solid #eeeeee;border-left: 2px solid #eeeeee;-webkit-transform: rotate(-135deg);-moz-transform: rotate(-135deg);-ms-transform: rotate(-135deg);-o-transform: rotate(-135deg);transform: rotate(-135deg);}
#gnbmenu ul ul li.active > a::after, #gnbmenu ul ul li.open > a::after, #gnbmenu ul ul li > a:hover::after {border-color: #ffffff;}
.lan-wrap {position:relative;top:30px;left: 15px;}
.lan-wrap .btn{display:inline-block;position:relative;font-size:13px;text-align:center;padding:7px 15px 7px 15px;margin:5px 10px 0 0;border-radius:4px;border:1px solid #bbb;color:#555;background:#fff;transition:0.3s ease;}
.lan-wrap a:hover .btn{color:#fff;background:#0a1f5c;border:1px solid #0a1f5c;}
}
@media (max-width: 768px) {
#gnbmenu {margin:10px 0 0 0;}
#gnbmenu > ul > li > a {padding: 16px 14px;font-size: 16px;}
#gnbmenu .holder {top: 3px;}
#gnbmenu ul ul li a {display:block;color:#555;font-size:13px;font-weight:500;padding:0 0 0 10px;margin:15px 10px 0 15px;background:url(../img/common/blet_mgnb.png) 0px 6px;background-repeat:no-repeat;}
}

@media (min-width: 1025px) {
#gnbmenu {display:none;}
.lan-wrap {display:none;}
}



/*****¸ÞÀÎÆäÀÌÁö ·Ñ¸µÀÌ¹ÌÁö ¹× ¼­ºêÆäÀÌÁö »ó´Ü ºñÁÖ¾ó¿µ¿ª*****/
/*****PC ÇØ»óµµ ½ÃÀÛ*****/
.visual-main01{width:100%;height:100vh;background:url(../img/main/visual00.jpg) center;background-size:cover;display:flex;justify-content:center;align-items:center;}
.visual-main02{width:100%;height:100vh;background:url(../img/main/visual01.jpg) center;background-size:cover;display:flex;justify-content:center;align-items:center;}
.visual-main03{width:100%;height:100vh;background:url(../img/main/visual02.jpg) center;background-size:cover;display:flex;justify-content:center;align-items:center;}
.visual-main04{width:100%;height:100vh;background:url(../img/main/visual03.jpg) center;background-size:cover;display:flex;justify-content:center;align-items:center;}
.visual-sub01{width:100%;height:450px;background:url(../img/main/sub-visual01.jpg) center;background-size:cover;display:flex;justify-content:center;align-items:center;}
.visual-sub02{width:100%;height:450px;background:url(../img/main/sub-visual02.jpg) center;background-size:cover;display:flex;justify-content:center;align-items:center;}
.visual-sub03{width:100%;height:450px;background:url(../img/main/sub-visual03.jpg) center;background-size:cover;display:flex;justify-content:center;align-items:center;}
.visual-sub04{width:100%;height:450px;background:url(../img/main/sub-visual04.jpg) center;background-size:cover;display:flex;justify-content:center;align-items:center;}
.visual-sub05{width:100%;height:450px;background:url(../img/main/sub-visual05.jpg) center;background-size:cover;display:flex;justify-content:center;align-items:center;}
.visual-sub06{width:100%;height:450px;background:url(../img/main/sub-visual06.jpg) center;background-size:cover;display:flex;justify-content:center;align-items:center;}
.v-mt01{color:#fff;font-size:56px;font-weight:600;line-height:80px;padding:0 0 15px 0;text-shadow: 0 1px 2px rgba(0, 0, 0, .1);letter-spacing:.5px;}
.v-mt02{color:#eee;font-size:19px;line-height:26px;padding:0 0 30px 0;text-shadow: 0 1px 2px rgba(0, 0, 0, .1);}
.vr-btn{display:inline-block;font-size:15px;text-align:center;padding:7px 25px 7px 25px;border-radius:0px;color:#fff;border:1px solid #fff;transition:0.3s ease;}
 a:hover .vr-btn{color:#fff;border:1px solid #000;background:#000;}
.v-st01{color:#fff;font-size:68px;font-weight:500;text-shadow: 0 1px 2px rgba(0, 0, 0, .1);}
.v-st02{color:#eee;font-size:19px;font-weight:normal;margin:10px 0 0 0;text-shadow: 0 1px 2px rgba(0, 0, 0, .1);}
@media screen and (max-width: 1440px){
.v-mt01{font-size:50px;line-height:60px;padding:0 0 15px 0;letter-spacing:.5px;}
.v-mt02{font-size:16px;line-height:24px;padding:0 0 30px 0;}
.vr-btn{font-size:15px;padding:7px 25px 7px 25px;}
 a:hover .vr-btn{}
}
@media (max-width: 1024px) {
.visual-main01{width:100%;height:60vh;background:url(../img/main/visual00.jpg) center;background-size:cover;}
.visual-main02{width:100%;height:60vh;background:url(../img/main/visual01.jpg) center;background-size:cover;}
.visual-main03{width:100%;height:60vh;background:url(../img/main/visual02.jpg) center;background-size:cover;}
.visual-main04{width:100%;height:60vh;background:url(../img/main/visual03.jpg) center;background-size:cover;}
.visual-sub01{width:100%;height:250px;background:url(../img/main/sub-visual01.jpg) center;background-size:cover;}
.visual-sub02{width:100%;height:250px;background:url(../img/main/sub-visual02.jpg) center;background-size:cover;}
.visual-sub03{width:100%;height:250px;background:url(../img/main/sub-visual03.jpg) center;background-size:cover;}
.visual-sub04{width:100%;height:250px;background:url(../img/main/sub-visual04.jpg) center;background-size:cover;}
.visual-sub05{width:100%;height:250px;background:url(../img/main/sub-visual05.jpg) center;background-size:cover;}
.visual-sub06{width:100%;height:250px;background:url(../img/main/sub-visual06.jpg) center;background-size:cover;}
.v-mt01{font-size:36px;line-height:40px;padding:0 0 15px 0;}
.v-mt02{font-size:14px;line-height:20px;padding:0 0 20px 0;}
.vr-btn{font-size:12px;padding:5px 20px 5px 20px;}
 a:hover .vr-btn{}
.v-st01{font-size:44px;}
.v-st02{font-size:14px;margin:5px 0 0 0;}
}
/*****½º¸¶Æ®Æù ÇØ»óµµ¿¡¼­ ¹é±×¶ó¿îµå ÀÌ¹ÌÁöÀÇ Áß½ÉÃà ÀÌµ¿Àº background:url() 0px 0px; ¿¡¼­ ¾ÕÀÇ 0px °ªÀ» ÀûÀýÈ÷ Á¶ÀýÇØÁÖ½Ã¸é µË´Ï´Ù.*****/
@media (max-width: 480px) {
.visual-main01{width:100%;height:70vh;background:url(../img/main/visual00.jpg) -250px 0px;background-size:cover;}
.visual-main02{width:100%;height:70vh;background:url(../img/main/visual01.jpg) -150px 0px;background-size:cover;}
.visual-main03{width:100%;height:70vh;background:url(../img/main/visual02.jpg) -150px 0px;background-size:cover;}
.visual-main04{width:100%;height:70vh;background:url(../img/main/visual03.jpg) -150px 0px;background-size:cover;}
.visual-sub01{width:100%;height:200px;background:url(../img/main/sub-visual01.jpg) -250px 0px;background-size:cover;}
.visual-sub02{width:100%;height:200px;background:url(../img/main/sub-visual02.jpg) -280px 0px;background-size:cover;}
.visual-sub03{width:100%;height:200px;background:url(../img/main/sub-visual03.jpg) -320px 0px;background-size:cover;}
.visual-sub04{width:100%;height:200px;background:url(../img/main/sub-visual04.jpg) -400px 0px;background-size:cover;}
.visual-sub05{width:100%;height:200px;background:url(../img/main/sub-visual05.jpg) -280px 0px;background-size:cover;}
.visual-sub06{width:100%;height:200px;background:url(../img/main/sub-visual06.jpg) -280px 0px;background-size:cover;}
.v-mt01{font-size:22px;line-height:30px;padding:0 0 15px 0;}
.v-mt02{font-size:11px;line-height:16px;padding:0 0 20px 0;}
.vr-btn{font-size:10px;padding:5px 20px 5px 20px;}
 a:hover .vr-btn{}
.v-st01{font-size:24px;}
.v-st02{font-size:11px;margin:5px 0 0 0;}
}


/*****·ÎÄÃ¸Þ´º °ü·Ã*****/
.location {position:absolute;bottom:20px;right:15px;background:#none;height:70px;padding:15px 0 15px 0;z-index:10;}
.location:after {content:"";clear:both;display:block;}
.location a.btn-home {display:block;float:left;background:url("../img/common/loc-line.png") right no-repeat;width:36px;height:42px;padding:10px 0 0 0;}
.location .depth01 {width:200px;float:left;position:relative;z-index:9;background:url("../img/common/loc-line.png") right no-repeat;}
.location .depth01 p {width:200px;margin:0px;padding:0 0 0 20px;background:url("../img/common/btn-arrow.png") right no-repeat;height:40px;line-height:40px;font-size:17px;font-weight:600;color:#fff;cursor:pointer;}
.location .depth01 ul.drop {width:201px;background:#f7f7f7;display:none; position:absolute;top:50px;left:-1px;padding:10px 0 10px 0;border-top:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.location .depth01 ul.drop li a {display:block;height:40px;font-size:16px;font-weight:500;line-height:40px;padding-left:20px;color:#555;transition:0.2s ease;}
.location .depth01 ul.drop li a:hover {color:#fff;background:#02307b;}
.location .depth01 ul.drop li {border-top:0px solid #ccc;}
.location .depth01 ul.drop li:first-child {border-top:0;}
.location .depth02 {width:200px;float:left;position:relative;z-index:9;background:url("../img/common/loc-line.png") right no-repeat;}
.location .depth02 p {width:200px;margin:0px;padding:0 0 0 20px;background:url("../img/common/btn-arrow.png") right no-repeat;height:40px;line-height:40px;font-size:17px;font-weight:600;color:#fff;cursor:pointer;}
.location .depth02 ul.drop {width:200px;background:#f7f7f7;display:none; position:absolute;top:50px;left:-1px;padding:10px 0 10px 0;border-top:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.location .depth02 ul.drop li a {display:block;height:40px;font-size:16px;font-weight:500;line-height:40px;padding-left:20px;color:#555;transition:0.2s ease;}
.location .depth02 ul.drop li a:hover {color:#fff;background:#02307b;}
.location .depth02 ul.drop li {border-top:0px solid #ccc;}
.location .depth02 ul.drop li:first-child {border-top:0;}
.location .line {position:absolute;bottom:0px;left:0;width:100%;background:#none;height:70px;z-index:1;border-top:1px solid #fff;opacity:.2;}

@media (max-width: 1024px) {
.location {top:-50px;height:50px;padding:5px 0 5px 0;}
.location:after {}
.location a.btn-home {width:25px;height:40px;padding:13px 0 0 0;}
.location .depth01 {width:150px;}
.location .depth01 p {width:150px;margin:0px;padding:0 0 0 20px;background-size:24px;height:40px;line-height:40px;font-size:14px;}
.location .depth01 ul.drop {width:151px;top:35px;left:-1px;padding:5px 0 5px 0;}
.location .depth01 ul.drop li a {height:28px;font-size:13px;line-height:28px;padding-left:20px;}
.location .depth01 ul.drop li a:hover {}
.location .depth01 ul.drop li {}
.location .depth01 ul.drop li:first-child {}
.location .depth02 {width:150px;}
.location .depth02 p {width:150px;margin:0px;padding:0 0 0 20px;background-size:24px;height:40px;line-height:40px;font-size:14px;}
.location .depth02 ul.drop {width:150px;top:35px;left:-1px;padding:5px 0 5px 0;}
.location .depth02 ul.drop li a {height:28px;font-size:13px;line-height:28px;padding-left:20px;}
.location .depth02 ul.drop li a:hover {}
.location .depth02 ul.drop li {}
.location .depth02 ul.drop li:first-child {}
.location .line {height:50px;}
}

@media (max-width: 480px) {
.location {top:-50px;height:50px;padding:5px 0 5px 0;}
.location:after {}
.location a.btn-home {width:25px;height:40px;padding:13px 0 0 0;}
.location .depth01 {width:120px;}
.location .depth01 p {width:120px;margin:0px;padding:0 0 0 12px;background-size:20px;height:40px;line-height:40px;font-size:13px;}
.location .depth01 ul.drop {width:121px;top:35px;left:-1px;padding:5px 0 5px 0;}
.location .depth01 ul.drop li a {height:28px;font-size:12px;line-height:28px;padding-left:12px;}
.location .depth01 ul.drop li a:hover {}
.location .depth01 ul.drop li {}
.location .depth01 ul.drop li:first-child {}
.location .depth02 {width:120px;}
.location .depth02 p {width:120px;margin:0px;padding:0 0 0 12px;background-size:20px;height:40px;line-height:40px;font-size:13px;}
.location .depth02 ul.drop {width:120px;top:35px;left:-1px;padding:5px 0 5px 0;}
.location .depth02 ul.drop li a {height:28px;font-size:12px;line-height:28px;padding-left:12px;}
.location .depth02 ul.drop li a:hover {}
.location .depth02 ul.drop li {}
.location .depth02 ul.drop li:first-child {}
.location .line {height:50px;}
}


/*****ÀÏ¹Ý ÄÁÅÙÃ÷ ¿µ¿ª°ü·Ã*****/
.nav{position:relative;text-align:center;font-size:12px;color:#fff;margin:5px 0 0 0;text-shadow: 0 1px 2px rgba(0, 0, 0, .0);}
.nav img{vertical-align:-1px;}
.nav .current{display:inline-block;color:#fff;padding:0 0 0 8px;}
.tc01{color:#02307b;text-decoration:none;}
.tc02{color:#0a1f5c;text-decoration:underline;}
.ta-l{text-align:left;}
.ta-c{text-align:center;}
.ta-r{text-align:right;}
.ta-j{text-align:justify;}
.ta-b{font-weight:500;}
.ts01{color:#000;font-size:26px;margin:30px 0 25px 0;font-weight:500;line-height:38px;}
.ts02{color:#555;font-size:19px;line-height:26px;}
.ts03{color:#333;font-size:22px;font-weight:600;margin:70px 0 0 0;font-style:italic;text-align:right;}
.ts04{color:#111;font-size:56px;font-weight:bold;margin:30px 0 0 0;}
.ts05{color:#333;font-size:24px;font-weight:500;margin:10px 0 25px 0;;line-height:32px;}
.ts06{color:#555;font-size:18px;margin:0 0 0 0;line-height:26px;}
.ts07{color:#000;font-size:26px;margin:30px 0 25px 0;font-weight:500;line-height:38px;}
.ts08{color:#555;font-size:19px;line-height:26px;}
.tb01{font-size:16px;color:#666;padding:0 0 0 11px;margin:0 0 5px 0;background:url(../img/common/blet01.png) 0px 10px; background-repeat:no-repeat;}
.tl01{color:#555555;text-decoration:none;font-size:29px;border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;padding:18px 0 23px 0;margin:35px 0 60px 0;text-align:center;letter-spacing:1px;}
.gnbmenu01{position:relative;top:0;}
.t1{width:100%;margin:0 auto;border-left:0px solid #ddd;border-right:0px solid #ddd;border-top:3px solid #555;border-bottom:1px solid #ddd;font-size:17px;}
.t1 caption{display:none;}
.t1 th{padding:20px 20px 20px 20px;background-color:#fafafa;color:#111;border-bottom:1px solid #ddd;border-left:1px solid #ddd;text-align:center;font-weight:500;}
.t1 td{padding:20px 20px 20px 20px;background-color:#ffffff;color:#555;border-bottom:1px solid #ddd;border-left:1px solid #ddd;text-align:left;}
.t1 th.left{text-align:left;}
.t1 td.left{text-align:left;}
.t1 td.rline{border-right:1px solid #ddd;}
.t1 th.fst{background:#fafafa;text-align:center;font-weight:bold;color:#555;}
.t1 td.fst{background:#fff;text-align:center;font-weight:normal;color:#777;}
.t1 th:first-child{border-left:0px;}
.t1 td:first-child{border-left:0px;}
.tit-main01 {color:#000;font-size:46px;font-weight:bold;margin:100px 0 20px 0;text-align:center;}
.tit-main02 {color:#777;font-size:20px;font-weight:normal;margin:0 0 40px 0;line-height:26px;text-align:center;}
.tit-main03 {color:#000;font-size:46px;font-weight:bold;margin:100px 0 10px 0;text-align:center;}
.tit-main04 {color:#777;font-size:20px;font-weight:normal;margin:0 0 50px 0;text-align:center;}
.tit-main05 {color:#000;font-size:46px;font-weight:bold;margin:100px 0 10px 0;text-align:center;}
.tit-main06 {color:#777;font-size:20px;font-weight:normal;margin:0 0 50px 0;text-align:center;}
.tit-sub01 {color:#000;font-size:51px;font-weight:600;margin:100px 0 0 0;letter-spacing:2px;text-align:center;}
.tit-sub02 {color:#777;font-size:19px;font-weight:500;margin:15px 0 70px 0;letter-spacing:.5px;text-align:center;}
.tit-sub03 {color:#000;font-size:28px;font-weight:500;margin:40px 0 20px 0;letter-spacing:1px;text-align:center;}
.tit-sub04 {color:#777;font-size:19px;font-weight:normal;margin:0 0 100px 0;line-height:28px;text-align:center;}
.tit-sub05 {color:#000;font-size:36px;font-weight:600;padding:0 0 30px 0;position:relative;}
.tit-sub05:before{position:absolute;top:-7px;left:0px;width:30px;height:2px;content:'';background:#000;}
.tit-sub06 {color:#000;font-size:52px;font-weight:600;margin:100px 0 50px 0;letter-spacing:2px;text-align:center;}
.mts01 {color:#111;font-size:60px;margin:30px 0 20px 0;font-weight:500;}
.mts02 {color:#333;font-size:24px;margin:0 0 20px 0;font-weight:500;}
.mts03 {color:#111;font-size:60px;margin:50px 0 20px 0;font-weight:500;}
.mts04 {color:#333;font-size:24px;margin:0 0 20px 0;font-weight:500;}
.tsm01{margin-top:-70px;}
.tsm02{margin-top:-20px;}
.round{border-radius:20px;}
.map{width:100%;height:600px;margin:0 0 70px 0;border:none;}
.top-line{color:#777;padding:30px 3px 0 3px;position:relative;top:-1px;width:1px;font-size:0.8em;font-weight:lighter;z-index:-10;}
.back-to-top {cursor: pointer;position: fixed;bottom: 30px;right: 15px;display:none;z-index:9999;}
.au-btn{text-align:center;}
.au-btn a{display:inline-block;background:#000;color:#fff;border:1px solid #000;text-align:center;font-size:15px;padding:10px 30px 10px 30px;margin:0 0 50px 0;border-radius:0px;transition:0.3s ease;}
.au-btn a:hover{background:#02307b;color:#fff;border:1px solid #02307b;}
.vr-wrap01{position:relative;width:100%;height:150px;padding:35px 0 0 45px;background:#02307b;overflow:hidden;transition:0.3s ease;}
 a:hover .vr-wrap01 {background:#002868;}
.vr-wrap01 h3{color:#fff;font-size:22px;font-weight:500;margin:0 0 10px 0;}
.vr-wrap01 h5{color:#fff;font-size:16px;font-weight:normal;margin:0 0 15px 0;}
.vr-wrap01 p{transition:0.2s ease;opacity:.7;}
 a:hover .vr-wrap01 p{transform:translateX(20px);opacity:1;}
.vr-wrap02{position:relative;width:100%;height:150px;padding:35px 0 0 45px;background:#555;overflow:hidden;transition:0.3s ease;}
 a:hover .vr-wrap02 {background:#444;}
.vr-wrap02 h3{color:#fff;font-size:22px;font-weight:500;margin:0 0 10px 0;}
.vr-wrap02 h5{color:#fff;font-size:16px;font-weight:normal;margin:0 0 15px 0;}
.vr-wrap02 p{transition:0.2s ease;opacity:.7;}
 a:hover .vr-wrap02 p{transform:translateX(20px);opacity:1;}
.ms-wrap{position:relative;background:#000;overflow:hidden;border-radius:0px;}
.ms-wrap .ms-img{display:block;transition:0.3s ease;}
 a:hover .ms-wrap{background:#02307b;}
 a:hover .ms-img{transform:scale(1.2);filter: blur(0px);opacity: 0.3;}
.ms-wrap .ms-title{width:100%;position:absolute;top:15%;left:10%;transition:0.2s ease;}
 a:hover .ms-wrap .ms-title{transform:translateY(-20px);}
.ms-wrap .ms-title h3{color:#fff;font-size:26px;font-weight:500;margin:0 0 5px 0;}
.ms-wrap .ms-title h5{color:#fff;font-size:17px;font-weight:normal;margin:0 0 15px 0;}
.ms-btn{display:inline-block;font-size:12px;padding:5px 20px 5px 20px;transition:0.2s ease;opacity:1;color:#fff;border:1px solid #fff;}
.mz-wrap{width:100%;}
.mz-wrap h1{font-size:64px;font-weight:bold;color:#777;margin:50px 0 30px 0;}
.mz-wrap h3{font-size:22px;font-weight:normal;color:#333;margin:0 0 30px 0;}
.mz-wrap h5{font-size:18px;font-weight:normal;color:#777;margin:5px 0 0 0;line-height:26px;}
.mz-btn{display:inline-block;position:relative;font-size:15px;text-align:center;padding:7px 25px 7px 25px;margin:30px 0 0 0;border-radius:0px;color:#555;border:1px solid #bbb;background:#fff;transition:0.3s ease;}
 a:hover .mz-btn{color:#fff;background:#02307b;border:1px solid #02307b;}
.mb-wrap{position:relative;background:#000;overflow:hidden;border-radius:0px;}
.mb-wrap .mb-img{display:block;transition:0.3s ease;}
 a:hover .mb-wrap{color:#555;text-decoration:none;background:#02307b;}
 a:hover .mb-img{transform:scale(1.3);filter: blur(0px);opacity: 0.3;}
.mb-wrap .mb-title{width:100%;position:absolute;top:40%;left:0;transition:0.2s ease;text-align:center;}
 a:hover .mb-wrap .mb-title{transform:translateY(-60px);}
.mb-wrap .mb-title h3{color:#fff;font-size:34px;font-weight:500;margin:0 0 5px 0;}
.mb-wrap .mb-title h5{color:#fff;font-size:18px;font-weight:normal;margin:0 0 15px 0;}
.mb-btn{display:inline-block;font-size:20px;padding:5px 20px 6px 20px;transition:0.2s ease;opacity:1;color:#fff;border:1px solid #fff;}
.an-wrap {padding:250px 30px 250px 30px;margin:120px 0 0 0;background:url('../img/main/an-back.jpg') center top no-repeat;background-attachment:fixed; background-size:cover;}
.an-wrap h3 {color:#fff;font-size:58px;font-weight:500;margin:0 0 20px 0;letter-spacing:.5px;}
.an-wrap h5 {color:#fff;font-size:19px;font-weight:normal;margin:0 0 25px 0;line-height:26px;}
.an-btn{display:inline-block;color:#fff;font-size:15px;padding: 7px 25px 7px 25px;border-radius: 0px;border:1px solid #fff;transition:0.3s ease;}
 a:hover .an-btn{color:#fff;background:#02307b;border:1px solid #02307b;}
.bn-wrap {padding:150px 30px 150px 30px;margin:120px 0 0 0;background:url('../img/main/bn-back.jpg') center top no-repeat;background-attachment:scroll;background-size:cover;text-align:left;}
.bn-wrap h3 {color:#fff;font-size:40px;font-weight:500;margin:0 0 10px 0;letter-spacing:.5px;}
.bn-wrap h5 {color:#fff;font-size:18px;font-weight:normal;margin:0 0 30px 0;line-height:26px;}
.bn-btn{display:inline-block;color:#fff;font-size:17px;padding:8px 30px 8px 30px;margin:0 10px 0 0;border-radius: 0px;border:1px solid #ddd;transition:0.3s ease;}
 a:hover .bn-btn{color:#fff;background:#02307b;border:1px solid #02307b;}
.bn-wrap2 {padding:150px 30px 150px 30px;margin:120px 0 0 0;background:url('../img/customer/bn-back2.jpg') center top no-repeat;background-attachment:scroll;background-size:cover;text-align:left;}
.bn-wrap2 h3 {color:#02343f;font-size:40px;font-weight:500;margin:0 0 10px 0;letter-spacing:.5px;}
.bn-wrap2 h5 {color:#02343f;font-size:18px;font-weight:normal;margin:0 0 30px 0;line-height:26px;}
.bn-btn2{display:inline-block;color:#02343f;font-size:17px;padding:8px 30px 8px 30px;margin:0 10px 0 0;border-radius: 0px;border:1px solid #ddd;transition:0.3s ease;}
 a:hover .bn-btn2{color:#fff;background:#02307b;border:1px solid #02307b;}

.cg-wrap{width:100%;}
.cg-title{position:relative;background:#fff;padding:60px 10px 0 60px;margin:-100px 0 0 200px;text-align:left;}
.cg-title h1{color:#333;font-size:30px;font-weight:600;margin:0;}
.cg-title h3{color:#777;font-size:18px;font-weight:normal;margin:30px 0 0 0;line-height:24px;text-align:justify;}
.cg-title h5{color:#333;font-size:22px;font-weight:600;margin:70px 0 0 0;font-style:italic;text-align:right;}
.co-wrap01 {padding:250px 30px 250px 30px;margin:0 0 150px 0;background:url('../img/company/co-back01.jpg') center top no-repeat;background-attachment:fixed;background-size:cover;text-align:center;}
.co-wrap01 h3 {color:#fff;font-size:40px;font-weight:500;margin:0 0 30px 0;}
.co-wrap01 h5 {color:#fff;font-size:20px;font-weight:normal;margin:0;line-height:30px;}
.co-wrap02 {padding:150px 30px 150px 30px;margin:0 0 50px 0;background:url('../img/company/co-back02.jpg') center top no-repeat;background-attachment:scroll;background-size:cover;text-align:center;}
.co-wrap02 h3 {color:#fff;font-size:36px;font-weight:500;margin:0 0 15px 0;}
.co-wrap02 h5 {color:#fff;font-size:18px;font-weight:normal;margin:0;line-height:28px;}
.co-wrap03 {padding:150px 30px 150px 30px;margin:0 0 50px 0;background:url('../img/company/co-back03.jpg') center top no-repeat;background-attachment:scroll;background-size:cover;text-align:center;}
.co-wrap03 h3 {color:#fff;font-size:36px;font-weight:500;margin:0 0 20px 0;}
.co-wrap03 h5 {color:#fff;font-size:18px;font-weight:normal;margin:0;line-height:24px;}
.bu-wrap01 {padding:200px 30px 200px 30px;margin:0 0 130px 0;background:url('../img/business/bu-back01.jpg') center top no-repeat;background-attachment:fixed;background-size:cover;text-align:center;}
.bu-wrap01 h3 {color:#fff;font-size:40px;font-weight:500;margin:0 0 30px 0;}
.bu-wrap01 h5 {color:#fff;font-size:20px;font-weight:normal;margin:0;line-height:30px;}
.bu-wrap02 {padding:150px 30px 150px 30px;margin:0 0 80px 0;background:url('../img/business/bu-back02.jpg') center top no-repeat;background-attachment:scroll;background-size:cover;text-align:center;}
.bu-wrap02 h3 {color:#fff;font-size:36px;font-weight:500;margin:0 0 20px 0;}
.bu-wrap02 h5 {color:#fff;font-size:18px;font-weight:normal;margin:0;line-height:24px;}
.bu-wrap03 {padding:150px 30px 150px 30px;margin:0 0 80px 0;background:url('../img/business/bu-back03.jpg') center top no-repeat;background-attachment:scroll;background-size:cover;text-align:center;}
.bu-wrap03 h3 {color:#fff;font-size:36px;font-weight:500;margin:0 0 20px 0;}
.bu-wrap03 h5 {color:#fff;font-size:18px;font-weight:normal;margin:0;line-height:24px;}
.bu-wrap04 {padding:200px 30px 200px 30px;margin:0 0 120px 0;background:url('../img/business/bu-back04.jpg') center top no-repeat;background-attachment:fixed;background-size:cover;text-align:center;}
.bu-wrap04 h3 {color:#fff;font-size:40px;font-weight:500;margin:0 0 30px 0;}
.bu-wrap04 h5 {color:#fff;font-size:20px;font-weight:normal;margin:0;line-height:30px;}
.uk-wrap{background:#fff;border:0px solid #ccc;padding:50px 50px 50px 50px;border-radius:10px;-webkit-box-shadow:0 1px 10px 1px rgba(0,0,0,0.05);box-shadow:0 1px 10px 1px rgba(0,0,0,0.05);}
.uk-wrap h3{color:#000;font-size:22px;font-weight:bold;margin:20px 0 0 0;}
.uk-wrap h5{color:#777;font-size:16px;font-weight:500;margin:10px 0 0 0;}
.ni-wrap{background:#fff;border:0px solid #ccc;padding:30px;text-align:left;border-radius:20px;-webkit-box-shadow:0 1px 10px 1px rgba(0,0,0,0.05);box-shadow:0 1px 10px 1px rgba(0,0,0,0.05);}
.ni-wrap h1{background:#000;color:#fff;font-size:18px;padding:12px 13px 12px 13px;margin:10px 0 0 0;font-weight:bold;display:inline-block;border-radius:30px;position:relative;top:-3px;}
.ni-wrap h3{color:#111;font-size:24px;font-weight:600;margin:30px 0 0 0;}
.ni-wrap h5{color:#777;font-size:16px;font-weight:500;line-height:23px;padding:30px 0 0 0;margin:30px 0 10px 0;border-top:1px dotted #ccc;text-align:justify;}
.sb-wrap{margin:0 0 0 0;}
.sb-wrap .sb-title{background:#fff;text-align:left;padding:20px 20px 20px 20px;border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.sb-wrap h3{color:#111;font-size:20px;font-weight:500;margin:5px 0 0 0;}
.sb-wrap h5{color:#777;font-size:17px;font-weight:normal;margin:10px 0 0 0;}
.xb-wrap{margin:0 0 0 0;}
.xb-wrap .xb-title{background:#fff;text-align:left;padding:15px 15px 15px 15px;border-left:0px solid #ddd;border-right:0px solid #ddd;border-bottom:0px solid #ddd;}
.xb-wrap h3{color:#111;font-size:24px;font-weight:500;margin:15px 0 0 0;}
.xb-wrap h5{color:#777;font-size:17px;font-weight:normal;margin:10px 0 0 0;line-height:26px;}
.mov-wrap {position:relative;padding-bottom:56%;height:0;overflow:hidden;} 
.mov-wrap iframe, .mov-wrap object, .mov-wrap embed {position:absolute;top:10px;left:0px;width:100%;height:700px;}
.featurette-divider {margin: 80px 0;}
.footer-divider {margin: 150px 0;clear:both;}
.dfs-divider01 {margin: 150px 0;clear:both;}
.dfs-divider02 {margin: 120px 0;clear:both;}
.dfs-divider03 {margin: 100px 0;clear:both;}
.dfs-divider04 {margin: 80px 0;clear:both;}
.dfs-divider05 {margin: 50px 0;clear:both;}
.dfs-line01 {margin:130px 0;border-top:1px solid #ddd;}
.dfs-line02 {margin:100px 0;border-top:1px solid #ddd;}
.figure01{background:#0a1f5c;position:absolute;bottom:-10px;right:0;width:200px;height:300px;z-index:-1;}
.figure02{background:#0a1f5c;position:absolute;bottom:-10px;left:-20px;width:200px;height:400px;z-index:-1;}
.figure03{background:#0a1f5c;position:absolute;bottom:-10px;left:-20px;width:200px;height:400px;z-index:-1;}
#history-box{width:100%;margin:0 0 0 0;text-align:center;margin:0 auto;}
#history-box dl{font-weight:normal;clear:both;border-top:1px dotted #999999;padding:40px 50px 0 50px;}
#history-box dl.noline{border:none;margin-top:-18px;}
#history-box dt{float:left;text-align:left;font-weight:bold;font-size:44px;color:#111;padding:14px 0 5px 0;position:absolute;}
#history-box dd{float:left;text-align:left;padding:20px 0 40px 150px;}
#history-box dd ul li{position:relative;text-align:left;padding:10px 0 10px 70px;font-size:18px;color:#555;}
#history-box dd .num{position:absolute;left:10px;}
#history-box dd .year{padding:0 50px 0 0;text-align:left;font-weight:bold;}
.policy-box01 {padding:15px 15px 15px 15px;font-size:15px;color:#666;clear:both;height:600px;overflow-y:scroll;border:1px solid #cccccc;background:#ffffff;}
.policy-box02 {padding:15px 15px 15px 15px;font-size:15px;color:#666;clear:both;height:200px;overflow-y:scroll;border:1px solid #cccccc;background:#ffffff;}
#square_box{float:left;width:100%;padding:25px;margin:0 0 30px 0;border:1px solid #b2b2b2;}
#square_box h3{font-size:18px;font-weight:500;color:#555;margin:0 0 10px 0;}
#square_box h5{font-size:15px;font-weight:normal;color:#787878;margin:5px 0 0 0;}
#square_box01{float:left;width:100%;padding:25px;margin:0 0 30px 0;background:#eee;}
#square_box01 h3{font-size:20px;font-weight:500;color:#555;margin:0 0 5px 0;}
#square_box01 h5{font-size:15px;font-weight:normal;color:#787878;margin:5px 0 0 0;}
footer {width:100%;position:relative;clear:both;padding:50px 0 70px 0;background-color:#333;border-top:0px solid #eee;}
footer:after {content:""; display:block; clear:both;}
footer .flogo {position:absolute; left:15px; top:12px;}
footer .fline {margin: 10px 0;border-top:1px solid #fff;opacity:.1;}
footer .fnb {width:100%; padding:10px 0 0 0;margin:0 0 0 120px;overflow:hidden;}
footer .fnb ul {margin:0 0 0 1px;text-align:center;}
footer .fnb ul:after {content:""; display:block; clear:both;}
footer .fnb ul li {float:left; font-size:17px;padding:0 13px 0 0;margin:0 12px 0 0;background:url('../img/common/fnb-line.png') right 5px no-repeat;}
footer .fnb ul li a {color:#ddd;}
footer .fnb ul li a:hover {color:#fff;}
footer .fnb ul li.last {background:url('');}
footer .fnb ul li.view-sc{color:#be0505;}
footer .sns {position:absolute; right:40px; top:12px;}
footer .sns ul:after {content:""; display:block; clear:both;}
footer .sns ul li {float:left; padding:0 0 0 10px;}
footer .sns ul li.last {padding:0 0 0 12px;}
footer .address {width:100%; padding:20px 0 1px 1px;margin:0 0 0 120px;overflow:hidden;}
footer .address ul:after {content:""; display:block; clear:both;}
footer .address ul li {float:left; font-size:15px;line-height:15px;color:#aaa; padding:0 13px 0 0;margin:0 12px 0 0;background:url('../img/common/fnb-line.png') right 2px no-repeat;}
footer .address ul li.last {background:url('');}
footer .address ul li strong {font-weight:600;}
footer .copy {font-size:15px;color:#aaa;margin:-4px 0 0 120px;}





@media (max-width: 1024px) {
#sidemenu {display:none;}
.si-wrap {display:none;}
.ts01{font-size:18px;margin:0 0 20px 0;line-height:25px;}
.ts02{font-size:13px;line-height:20px;}
.ts03{font-size:14px;margin:30px 0 0 0;}
.ts04{font-size:20px;margin:20px 0 10px 0;}
.ts05{font-size:14px;margin:0 0 10px 0;line-height:20px;}
.ts06{font-size:13px;margin:0 0 30px 0;line-height:18px;}
.tb01{font-size:13px;padding:0 0 0 9px;margin:0 0 5px 0;background:url(../img/common/blet01.png) 0px 6px; background-repeat:no-repeat;}
.tl01{font-size:20px;padding:20px 0 15px 0;margin:20px 0 35px 0;text-align:center;}
.tit-main01 {font-size:24px;margin:50px 0 10px 0;}
.tit-main02 {font-size:12px;margin:0 0 20px 0;line-height:18px;}
.tit-main03 {font-size:24px;margin:50px 0 5px 0;}
.tit-main04 {font-size:12px;margin:0 0 15px 0;}
.tit-main05 {font-size:24px;margin:50px 0 5px 0;}
.tit-main06 {font-size:12px;margin:0 0 15px 0;}
.tit-sub01 {font-size:24px;margin:50px 0 0 0;letter-spacing:1px;}
.tit-sub02 {font-size:12px;margin:8px 0 30px 0;line-height:18px;letter-spacing:.2px;}
.tit-sub03 {font-size:14px;margin:15px 0 10px 0;line-height:20px;letter-spacing:.2px;}
.tit-sub04 {font-size:12px;margin:0 0 50px 0;line-height:17px;}
.tit-sub05 {font-size:20px;padding:0 0 20px 0;}
.tit-sub05:before{top:-5px;left:1px;width:16px;height:2px;}
.tit-sub06 {font-size:24px;margin:60px 0 30px 0;letter-spacing:1px;}
.mts01 {font-size:30px;margin:10px 0 10px 0;}
.mts02 {font-size:14px;margin:0 0 10px 0;}
.mts03 {font-size:30px;margin:10px 0 10px 0;}
.mts04 {font-size:14px;margin:0 0 10px 0;}
.tsm01{margin-top:-20px;}
.tsm02{margin-top:-20px;}
.round{border-radius:15px;}
.map{width:100%;height:400px;margin:0 0 30px 0;border:none;}
.top-line{display:none;height:1px;}
.back-to-top {position:fixed;bottom:0px;right:0px;display:none;z-index:9999;opacity:0;}
.t1{width:100%;font-size:13px;}
.t1 th{padding:10px 5px 10px 5px;}
.t1 td{padding:10px 5px 10px 5px;}
.au-btn{}
.au-btn a{font-size:11px;padding:8px 20px 8px 20px;margin:0 0 10px 0;}
.au-btn a:hover{}
.vr-wrap01{height:120px;padding:30px 0 0 25px;}
 a:hover .vr-wrap01 {}
.vr-wrap01 h3{font-size:15px;margin:0 0 10px 0;}
.vr-wrap01 h5{font-size:11px;margin:0 0 15px 0;}
.vr-wrap01 p{}
 a:hover .vr-wrap01 p{transform:translateX(20px);}
.vr-wrap02{height:120px;padding:30px 0 0 25px;}
 a:hover .vr-wrap02 {}
.vr-wrap02 h3{font-size:15px;margin:0 0 10px 0;}
.vr-wrap02 h5{font-size:11px;margin:0 0 15px 0;}
.vr-wrap02 p{}
 a:hover .vr-wrap02 p{transform:translateX(20px);}
.ms-wrap{border-radius:0px;}
.ms-wrap .ms-img{}
 a:hover .ms-wrap{}
 a:hover .ms-img{}
.ms-wrap .ms-title{top:10%;left:20px;}
 a:hover .ms-wrap .ms-title{transform:translateY(-10px);}
.ms-wrap .ms-title h3{font-size:16px;margin:10px 0 5px 0;}
.ms-wrap .ms-title h5{font-size:12px;margin:0 0 15px 0;}
.ms-btn{font-size:9px;padding:4px 12px 4px 12px;}
.mz-wrap{}
.mz-wrap h1{font-size:26px;margin:0 0 20px 0;line-height:34px;}
.mz-wrap h3{font-size:14px;margin:0 0 20px 0;line-height:20px;}
.mz-wrap h5{font-size:13px;margin:5px 0 0 0;line-height:18px;}
.mz-btn{font-size:11px;padding:8px 20px 8px 20px;margin:20px 0 30px 0;}
 a:hover .mz-btn{}
.mb-wrap{border-radius:0px;}
.mb-wrap .mb-img{}
 a:hover .mb-wrap{}
 a:hover .mb-img{}
.mb-wrap .mb-title{top:35%;left:0;}
 a:hover .mb-wrap .mb-title{transform:translateY(-5px);}
.mb-wrap .mb-title h3{font-size:18px;margin:0 0 5px 0;}
.mb-wrap .mb-title h5{font-size:12px;margin:0 0 15px 0;}
.mb-btn{font-size:15px;padding:2px 10px 2px 10px;}
.an-wrap {padding:80px 0 80px 0;margin:50px 0 0 0;background-attachment:scroll; background-size:cover;}
.an-wrap h3 {font-size:22px;margin:0 0 20px 0;letter-spacing:.5px;}
.an-wrap h5 {font-size:11px;margin:0 0 20px; 0;line-height:16px;}
.an-btn{font-size:11px;padding: 8px 20px 8px 20px;}
 a:hover .an-btn{}
.bn-wrap {padding:60px 0 60px 0;margin:50px 0 0 0;background-attachment:scroll; background-size:cover;}
.bn-wrap h3 {font-size:18px;margin:0 0 10px 0;letter-spacing:.5px;}
.bn-wrap h5 {font-size:11px;margin:0 0 20px; 0;line-height:16px;}
.bn-btn{font-size:11px;padding:8px 20px 8px 20px;margin:0 5px 0 0;}
 a:hover .bn-btn{}
.cg-wrap{}
.cg-title{padding:30px 10px 0 20px;margin:-30px 0 0 30px;}
.cg-title h1{font-size:16px;margin:0 0 0 0;}
.cg-title h3{font-size:13px;margin:20px 0 0 0;line-height:18px;}
.cg-title h5{font-size:14px;margin:30px 0 0 0;}
.co-wrap01 {padding:80px 20px 80px 20px;margin:0 0 70px 0;background-attachment:scroll;background-size:cover;}
.co-wrap01 h3 {font-size:20px;margin:0 0 20px 0;}
.co-wrap01 h5 {font-size:12px;margin:0;line-height:16px;}
.co-wrap02 {padding:60px 20px 60px 20px;margin:0 0 30px 0;background-attachment:scroll;background-size:cover;}
.co-wrap02 h3 {font-size:18px;margin:0 0 15px 0;}
.co-wrap02 h5 {font-size:11px;margin:0;line-height:16px;}
.co-wrap03 {padding:60px 20px 60px 20px;margin:0 0 10px 0;background-attachment:scroll;background-size:cover;}
.co-wrap03 h3 {font-size:18px;margin:0 0 15px 0;}
.co-wrap03 h5 {font-size:11px;margin:0;line-height:16px;}
.bu-wrap01 {padding:70px 20px 70px 20px;margin:0 0 60px 0;background-attachment:scroll;background-size:cover;}
.bu-wrap01 h3 {font-size:20px;margin:0 0 15px 0;}
.bu-wrap01 h5 {font-size:12px;margin:0;line-height:16px;}
.bu-wrap02 {padding:70px 20px 70px 20px;margin:0 0 60px 0;background-attachment:scroll;background-size:cover;}
.bu-wrap02 h3 {font-size:20px;margin:0 0 15px 0;}
.bu-wrap02 h5 {font-size:12px;margin:0;line-height:16px;}
.bu-wrap03 {padding:70px 20px 70px 20px;margin:0 0 60px 0;background-attachment:scroll;background-size:cover;}
.bu-wrap03 h3 {font-size:20px;margin:0 0 15px 0;}
.bu-wrap03 h5 {font-size:12px;margin:0;line-height:16px;}
.bu-wrap04 {padding:70px 20px 70px 20px;margin:0 0 60px 0;background-attachment:scroll;background-size:cover;}
.bu-wrap04 h3 {font-size:20px;margin:0 0 15px 0;}
.bu-wrap04 h5 {font-size:12px;margin:0;line-height:16px;}
.uk-wrap{padding:30px 20px 25px 20px;border-radius:10px;}
.uk-wrap h3{font-size:16px;margin:15px 0 0 0;}
.uk-wrap h5{font-size:12px;margin:10px 0 0 0;}
.ni-wrap{padding:15px;border-radius:10px;}
.ni-wrap h1{font-size:12px;padding:10px 11px 10px 11px;margin:10px 0 0 0;border-radius:30px;position:relative;top:-3px;}
.ni-wrap h3{font-size:16px;margin:15px 0 0 0;}
.ni-wrap h5{font-size:12px;line-height:17px;padding:17px 0 0 0;margin:17px 0 10px 0;}
.sb-wrap{}
.sb-wrap .sb-title{padding:10px;}
.sb-wrap h3{font-size:15px;margin:5px 0 0 0;}
.sb-wrap h5{font-size:13px;margin:5px 0 0 0;line-height:20px;}
.xb-wrap{}
.xb-wrap .xb-title{padding:10px;}
.xb-wrap h3{font-size:16px;margin:10px 0 0 0;}
.xb-wrap h5{font-size:13px;margin:10px 0 0 0;line-height:18px;}
.mov-wrap {position:relative;padding-bottom:65%;height:0;overflow:hidden;} 
.mov-wrap iframe, .mov-wrap object, .mov-wrap embed {position:absolute;top:0px;left:0px;width:100%;height:100%;}
.featurette-divider {margin: 60px 0;}
.footer-divider {margin: 60px 0;}
.dfs-divider01 {margin: 60px 0;}
.dfs-divider02 {margin: 50px 0;}
.dfs-divider03 {margin: 40px 0;}
.dfs-divider04 {margin: 30px 0;}
.dfs-divider05 {margin: 20px 0;}
.dfs-line01 {margin:50px 0;border-top:1px solid #ddd;}
.dfs-line02 {margin:30px 0;border-top:1px solid #ddd;}
.figure01{bottom:-10px;right:0;width:100px;height:150px;}
.figure02{bottom:-5px;left:0px;width:100px;height:200px;}
.figure03{bottom:-5px;left:0px;width:100px;height:200px;}
#history-box{width:100%;margin:-15px 0 0 0;}
#history-box dl{font-weight:normal;clear:both;border-top:1px dotted #999999;padding:0px 10px 0px 10px;}
#history-box dl.noline{border:none;margin-top:-30px;}
#history-box dt{float:left;text-align:left;font-weight:bold;font-size:24px;padding:30px 50px 0 0;position:relative;}
#history-box dd{clear:both;float:left;text-align:left;padding:5px 0 20px 0;}
#history-box dd ul li{position:relative;text-align:left;padding:10px 0 1px 35px;font-size:13px;line-height:18px;}
#history-box dd .num{position:absolute;left:2px;}
#history-box dd .year{padding:0 50px 0 0;margin:30px 0 0 0;text-align:left;font-weight:bold;font-size:2em;}
.policy-box01 {padding:15px 15px 15px 15px;font-size:13px;height:400px;}
.policy-box02 {padding:15px 15px 15px 15px;font-size:13px;height:200px;}
#square_box{padding:15px;margin:0 0 20px 0;}
#square_box h3{font-size:15px;margin:0 0 5px 0;}
#square_box h5{font-size:12px;margin:5px 0 0 0;}
#square_box01{padding:15px;margin:0 0 30px 0;}
#square_box01 h3{font-size:15px;margin:0 0 5px 0;}
#square_box01 h5{font-size:12px;margin:5px 0 0 0;}
footer {padding:10px 15px 60px 15px;}
footer .flogo {display:none;}
footer .fline {display:none;}
footer .fnb {padding:20px 0 0 0;margin:0 0 0 0;}
footer .fnb ul {text-align:center; margin:0;}
footer .fnb ul li {display:inline; float:none; margin:0 6px 0 0;background:url('../img/common/fnb-line.png') right 8px no-repeat;}
footer .fnb ul li a {font-size:12px;}
footer .fnb ul li.last {padding:0; margin:0;}
footer .sns {position:relative; right:auto; left:0; top:0; margin:20px 0 0 -10px;}
footer .sns ul {text-align:center;}
footer .sns ul li {display:inline; float:none;}
footer .sns ul li.last {padding:0 0 0 12px;}
footer .address {padding:10px 0 2px 0;text-align:center;margin:0 0 0 5px;}
footer .address ul {text-align:center;padding:0;margin:0;}
footer .address ul li {display:block; font-size:12px;float:none; padding:1px 0;background:url('');}
footer .address ul li.last {background:url('');}
footer .address ul li strong {font-size:14px; color:#999; font-weight:600;}
footer .copy {font-size:12px;text-align:center; margin:5px 0 0 0;}
footer .copy span {display:block; padding:8px 0 0 0;}
}

@media (max-width: 768px) {
 .ms-wrap{max-height:150px;}
}


/* ¸ÞÀÎ À¯Æ©ºê Àç»ý°ü·Ã */

.video-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.video-foreground {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100vw;
  height: 56.25vw; /* 16:9 ºñÀ² À¯Áö */
  min-height: 100%;
  min-width: 177.77vh;
}
.video-foreground iframe {
  width: 100%;
  height: 100%;
}
.carousel-caption {
  position: relative;
  z-index: 1; /* ¿µ»ó À§¿¡ ÅØ½ºÆ® Ç¥½Ã */
}

/* ¸ÞÀÎ À¯Æ©ºê Àç»ó°ü·Ã ³¡ */


/*****ÅØ½ºÆ® ÁÙ¹Ù²Ù±â °ü·Ã*****/
@media (max-width: 1024px) {
  .hidden-ms {display: none !important;}
}
@media (max-width: 768px) {
  .hidden-xs {display: none !important;}
}
@media (min-width: 1025px) {
  .hidden-bs {display: none !important;}
}
@media (min-width: 769px) {
  .hidden-fs {display: none !important;}
}