@charset "utf-8";
i, em{font-style:normal}
.owl-item {float:left;}
.owl-carousel .owl-wrapper {display: none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px);-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.owl-stage-outer{overflow:hidden;}
.owl-stage:after{display:block; content:"";clear:both;}
.owl-stage-outer:after{display:block; content:"";clear:both;}
.disabled{display:none}


/*=======================================================
  skipNavi
=========================================================*/
#skipNavi {height:0;}
#skipNavi .skipLink {position:absolute;top:-1000px;left:-1000px;overflow:hidden;z-index:5000;}
#skipNavi .skipLink:focus, #skipNavi .skipLink:active {top:0;left:0;padding:10px 20px;background:#1e64ba;color:#fff;}


/*=======================================================
  field
=========================================================*/
.field{position:relative; display:inline-block;vertical-align:top; box-sizing:border-box; font-size:0;}
.field:after{display:block; content:"";clear:both}
.field .chk-check:nth-child(n+2){margin-left:30px;}
.field .chk-radio:nth-child(n+2){margin-left:30px;}
	@media only screen and (max-width:999px){
		.field .chk-check:nth-child(n+2){margin-left:20px;}
		.field .chk-radio:nth-child(n+2){margin-left:20px;}
	}
	@media only screen and (max-width:680px){
		.field .chk-check:nth-child(n+2){margin-left:10px;}
		.field .chk-radio:nth-child(n+2){margin-left:10px;}
	}
	@media only screen and (max-width:480px){
		
	}

/*=======================================================
  input & select
=========================================================*/
.chk-input {display:inline-block; vertical-align:top; position:relative; box-sizing:border-box;}
.chk-input input{height:45px; letter-spacing:-0.03em; border:1px solid #e2e2e2; border-radius:5px; background:#fff; color:#111; padding:0 15px;font-size:15px; box-sizing:border-box; display:block; width:100%; position:relative;}
.chk-input input::placeholder{color:rgba(10,10,10,0.5); font-size:14px;}

.chk-input textarea{height:140px; letter-spacing:-0.03em; border:1px solid #e2e2e2; border-radius:5px;background:#fff; color:#111; padding:15px;font-size:15px; box-sizing:border-box; display:block; width:100%; position:relative; resize:none;}
.chk-input textarea::placeholder{color:rgba(10,10,10,0.5); font-size:14px;}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		
	}
	@media only screen and (max-width:680px){
		.chk-input input{height:40px; font-size:14px ;padding:0 10px;} 
		.chk-input textarea{height:120px;padding:10px; font-size:14px;}

		.chk-input input::placeholder{font-size:13px;}
		.chk-input textarea::placeholder{font-size:13px;}
	}
	@media only screen and (max-width:480px){
		.chk-input input{font-size:13px}
		.chk-input textarea{font-size:13px;}
	}

	
.chk-select{position:relative; box-sizing:border-box;display:inline-block; vertical-align:top}
.chk-select:after{background:url(../img/sub/select-arrow03.jpg) no-repeat center center; position:absolute; width:20px; height:30px; margin-top:-15px; right:9px; top:50%; display:block; content:""; z-index:3}
.chk-select select{font-size:15px; border:1px solid #e2e2e2; width:100%; border-radius:5px; height:45px; color:#111; box-sizing:border-box; padding:0 35px 0 10px; -webkit-appearance:none; -moz-appearance:none;background:none; appearance:none;width:100%; margin:0;  position:relative; z-index:5; cursor:pointer;}
.chk-select select::-ms-expand{display:none;}
.chk-select.active select{color:#000;}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		
	}
	@media only screen and (max-width:680px){
		.chk-select select{height:40px; font-size:14px; padding-right:30px; padding-left:8px;}
		.chk-select:after{background-size:8px auto; right:6px;}
	}
	@media only screen and (max-width:480px){
		.chk-select select{ font-size:13px;}
	}
	

.chk-radio {display:inline-block; font-size:0px; vertical-align:top; line-height:100%; color:#000;}
.chk-radio input[type="radio"]{position: absolute; width:1px; height:1px; padding: 0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border: 0; }
.chk-radio input[type="radio"] + label{display:block;text-align:left; position: relative; padding-left:26px; font-size:15px; color:#1e1e1e; line-height:20px; letter-spacing:-0.03em;cursor:pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.chk-radio input[type="radio"] + label:before { content:''; position: absolute; left:0; top:0px; width:20px; height:20px; text-align:center; background:#fff; border:1px solid #757575; border-radius:100%; box-sizing:border-box; }
.chk-radio input[type="radio"] + label:after {}
.chk-radio input[type="radio"]:checked + label:before { background:url(../img/sub/check-on.jpg) no-repeat center center #11823a; border-color:#11823a;background-size:80% auto}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.chk-radio input[type="radio"] + label{font-size:14px; line-height:18px;padding-left:26px;}
		.chk-radio input[type="radio"] + label:before{width:18px;height:18px;}
	}
	@media only screen and (max-width:680px) {
		.chk-radio input[type="radio"] + label{font-size:13px; line-height:16px;padding-left:24px;}
		.chk-radio input[type="radio"] + label:before{width:16px;height:16px; }
	}
	@media only screen and (max-width:480px) {
		
	}

.chk-check{display:inline-block; font-size:0; vertical-align:top; }
.chk-check input[type="checkbox"]{position: absolute; width:1px; height: 1px; padding: 0; margin:-1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.chk-check input[type="checkbox"] + label{display:block; text-align:left;position:relative; padding-left:28px; font-size:16px; line-height:20px; color:#666; font-weight:400; letter-spacing:-0.03em; cursor:pointer;}
.chk-check input[type="checkbox"] + label:before{content:''; position: absolute; left:0px; top:0px; box-sizing:border-box;width:20px; height:20px; text-align:center; background:#fff;  border:1px solid #757575; border-radius:3px;  }
.chk-check input[type="checkbox"]:checked + label{color:#000;}
.chk-check input[type="checkbox"]:checked + label:before{background:url(../img/sub/check-on.jpg) no-repeat center center #6e98fa; border-color:#6e98fa;background-size:100% auto}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.chk-check input[type="checkbox"] + label{font-size:14px;line-height:18px; padding-left:26px;}
		.chk-check input[type="checkbox"] + label:before{width:18px;height:18px;}
	}
	@media only screen and (max-width:680px) {
		.chk-check input[type="checkbox"] + label{font-size:13px;line-height:16px;padding-left:24px;}
		.chk-check input[type="checkbox"] + label:before{width:16px;height:16px;}
	}
	}
	@media only screen and (max-width:480px) {
		
	}

/*=======================================================
  u-title
=========================================================*/
.u-tit01{font-size:30px; font-weight:700; line-height:1.2em; margin-bottom:17px; color:#000; letter-spacing:-0.02em; padding-top:10px;background:url(../img/sub/u-tit01.jpg) no-repeat;}

	@media only screen and (max-width:1200px){
		.u-tit01{font-size:25px;padding-top:17px;}
	}
	@media only screen and (max-width:999px){
		.u-tit01{font-size:21px; margin-bottom:12px;padding-top:17px; background-size:25px auto;}
	}
	@media only screen and (max-width:680px){
		.u-tit01{font-size:18px;padding-top:30px; padding-left:0px}
	}
	@media only screen and (max-width:480px){
		
		
	}


/*=======================================================
  tbl-type01
=========================================================*/
.tbl-type01 {table-layout:fixed;}
.tbl-type01 thead th{text-align:center; border-top:1px solid #000;border-bottom:1px solid #000;padding:22px 0;text-align:center;line-height:1.2em; font-size:16px; color:#000;}
.tbl-type01 tbody td{text-align:center; border-bottom:1px solid #d9d9d9;border-left:1px solid #d9d9d9;padding:20px 15px; font-size:16px; color:#666; line-height:1.4em;}
.tbl-type01 tbody tr td:first-child{border-left:0;}
.tbl-type01 tbody tr.bgf7{background:#f7f7f7}
.tbl-type01 th.line, .tbl-type01 td.line {border-right:1px solid #d5d5d5;} 
	@media only screen and (max-width:1200px) {
		.tbl-type01 thead th{font-size:15px; padding:17px 0}
		.tbl-type01 tbody td{font-size:15px; padding:17px 0;}
	}
	@media only screen and (max-width:999px) {
		.tbl-type01 thead th{font-size:14px; padding:12px 0}
		.tbl-type01 tbody td{font-size:14px; padding:12px 0;}
	}
	@media only screen and (max-width:680px) {
		.tbl-type01 thead th{font-size:13px;}
		.tbl-type01 tbody td{font-size:13px;}
	}
	@media only screen and (max-width:480px) {
		.tbl-type01 thead th{font-size:13px;padding:9px 0 10px 0px;}
		.tbl-type01 tbody td{font-size:13px;padding:9px 5px 10px 5px; word-wrap:break-word;}
	}
	@media only screen and (max-width:400px) {
		.tbl-type01 thead th{font-size:13px;}
		.tbl-type01 tbody td{font-size:13px;}
	}


/*=======================================================
  tbl-type02
=========================================================*/
.tbl-type02 {border-collapse:collapse;border-spacing:0px;table-layout:fixed;width:100%;clear:both;text-align:center;border-top:2px solid #333333;}
.tbl-type02 th, .tbl-type02 td {border:1px solid #d5d5d5;border-left:1px solid #d5d5d5;border-right:0;padding:25px 5px;word-wrap:break-word; line-height:1.6em;  }
.tbl-type02 th {background:#fafafa;color:#333;}
.tbl-type02 td {background:#fff;}
.tbl-type02 th:first-child, .tbl-type02 td:first-child {border-left:0;}
.tbl-type02 thead th {padding:14px 5px;} 
.tbl-type02 thead th.vline {border-bottom:1px solid #ccd3db;}
.tbl-type02 th.line, .tbl-type02 td.line {border-right:1px solid #d5d5d5;}
.tbl-type02 th.l, .tbl-type02 td.l, .tbl-type02 td.left {padding-left:15px;}
.tbl-type02 th.r, .tbl-type02 td.r, .tbl-type02 td.right {padding-right:15px;}
.tbl-type02 tr.bg th, .tbl-type02 tr.bg td  {background:#f0f0f0;font-weight:bold;}


/*=======================================================
  u-tab
=========================================================*/
.u-tab01{margin-bottom:55px;position:relative; z-index:922;text-align:center;}
.u-tab01 ul{overflow:hidden;position:relative; display:inline-block;vertical-align:top;}

.u-tab01 ul:after{position:absolute;left:0; top:0; width:100%;z-index:-1;box-sizing:border-box;height:100%;border:1px solid #ddd;  display:block; content:"";z-index:-1;}
.u-tab01 ul:before{position:Absolute; right:0; top:0; width:1px; height:100%; display:block; content:"";z-index:1; background:#ddd;}
.u-tab01 li{float:left;  position:relative; z-index:2}
.u-tab01 li:before{width:1px;height:100%; background:#ddd; right:0; top:0; display:block; content:"";z-index:-1; position:absolute;}
.u-tab01 li a{position:relative;text-align:center;box-sizing:border-box; min-width:340px; display:block; font-weight:400; font-size:18px; letter-spacing:-0.025em; line-height:60px;height:60px; padding:0 0px; font-family:'Roboto'; }
.u-tab01 li.active, .u-tab01 li.active:hover {z-index:6}
.u-tab01 li:hover {z-index:4}
.u-tab01 li.active a{color:#fff;font-weight:600;background:#0c4ca3;}
.u-tab01 li a:before{position:absolute;left:0; bottom:-1px; width:100%;z-index:-1;box-sizing:border-box;height:1px ;background:#ddd;display:block; content:"";}
	@media only screen and (max-width:1200px){
		.u-tab01{margin-bottom:40px;}
	}
	@media only screen and (max-width:1160px){
		
		.u-tab01 li{width:auto;}
		.u-tab01 li a{min-width:260px;}
	}
	@media only screen and (max-width:999px){
		
		.u-tab01{margin-bottom:20px;}
		.u-tab01 li a{font-size:15px;}
	}
	@media only screen and (max-width:680px){
		.u-tab01 ul{display:block;}
		.u-tab01 li{width:50%}
		.u-tab01 li a{font-size:14px; line-height:45px; height:45px; min-width:auto;}
	}
	@media only screen and (max-width:480px){

		.u-tab01 li a{width:50%; font-size:14px; letter-spacing:-0.025em; line-height:24px; height:50px; padding:10px 40px; display: table-cell;
    vertical-align: middle;}
	}


/*=======================================================
  u-tab02
=========================================================*/
.u-tab02{margin-bottom:55px;position:relative; z-index:922;text-align:center;}
.u-tab02 ul{overflow:hidden;position:relative; display:inline-block;vertical-align:top;}

.u-tab02 ul:after{position:absolute;left:0; top:0; width:100%;z-index:-1;box-sizing:border-box;height:100%;border:1px solid #ddd;  display:block; content:"";z-index:-1;}
.u-tab02 ul:before{position:Absolute; right:0; top:0; width:1px; height:100%; display:block; content:"";z-index:1; background:#ddd;}
.u-tab02 li{float:left;  position:relative; z-index:2}
.u-tab02 li:before{width:1px;height:100%; background:#ddd; right:0; top:0; display:block; content:"";z-index:-1; position:absolute;}
.u-tab02 li a{position:relative;text-align:center;box-sizing:border-box; min-width:240px; display:block; font-weight:400; font-size:16px; letter-spacing:-0.025em; line-height:50px;height:50px; padding:0 0px;font-family:'Roboto','Spoqa Han Sans', "Apple SD Gothic Neo", "Malgun Gothic",}
.u-tab02 li.active, .u-tab01 li.active:hover {z-index:6}
.u-tab02 li:hover {z-index:4}
.u-tab02 li.active a{color:#fff;font-weight:500;background:#4a2c14;}
.u-tab02 li a:before{position:absolute;left:0; bottom:-1px; width:100%;z-index:-1;box-sizing:border-box;height:1px ;background:#ddd;display:block; content:"";}
	@media only screen and (max-width:1200px){
		.u-tab02{margin-bottom:40px;}
	}
	@media only screen and (max-width:1160px){
		
		.u-tab02 li{width:auto;}
		.u-tab02 li a{min-width:260px;}
	}
	@media only screen and (max-width:999px){
		
		.u-tab02{margin-bottom:20px;}
		.u-tab02 li a{font-size:15px;}
	}
	@media only screen and (max-width:680px){
		.u-tab02 ul{display:block;}
		.u-tab02 li{width:50%}
		.u-tab02 li a{font-size:14px; line-height:45px; height:45px; min-width:auto;}
	}
	@media only screen and (max-width:480px){
		
	}

/*=======================================================
  u-tab03
=========================================================*/

.u-tab03{position:relative}
.u-tab03:after{position:absolute; z-index:-1;left:0; top:0; width:100%;height:100%; box-sizing:border-box;border-top:0px solid #e1e1e1;border-bottom:1px solid #e1e1e1;display:block;content:"";}
.u-tab03 ul{font-size:0;text-align:center;}
.u-tab03 ul:after{display:block; content:"";clear:both;}
.u-tab03 li{display:inline-block;vertical-align:top;}
.u-tab03 li a{font-size:17px; min-width:142px; color:#666;display:block; line-height:67px; padding:0 20px;box-sizing:border-box; position:relative;}
.u-tab03 li a:hover{color:#111}
.u-tab03 li.active a{color:#111;}
.u-tab03 li.active a:after{width:100%;height:2px; position:absolute; left:0; bottom:0; background:#111; display:block;content:"";}
	@media only screen and (max-width:1440px){
		.u-tab03 li a{font-size:16px; min-width:130px; line-height:60px; padding:0 15px;}
	}
	@media only screen and (max-width:1200px){
		.u-tab03 li a{font-size:16px; min-width:110px; line-height:60px; padding:0 12px;}
	}
	@media only screen and (max-width:999px){
	.u-tab03{display:none;}
		
	}
	@media only screen and (max-width:680px){
		
	}
	@media only screen and (max-width:480px){
		
	}

/*===========================================
.layer-wrap.provision
=============================================*/
.layer-wrap.provision{min-width:360px;position:fixed; background:#fff; width:100%; max-width:640px;left:-9999em !important; top:50%  !important;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.layer-wrap.provision.active{left:50% !important;}
.layer-wrap.provision .is-top{ padding:30px 30px 10px 30px;position:relative;}
.layer-wrap.provision .is-top h2{font-size:24px; font-weight:400; color:#333; line-height:1.2em; letter-spacing:-0.03em;}
.layer-wrap.provision .is-top .close{position:absolute;z-index:2599; width:30px; height:30px; background:url(../img/layout/bt-mncloseo-b.png) no-repeat center center; background-size:24px auto;right:25px;top:25px;  -webkit-transition: transform 0.3s ease-in-out;-moz-transition: transform 0.3s ease-in-out;-o-transition: transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out;}
.layer-wrap.provision .is-top .close:hover{transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); -webkit-transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); -moz-transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); }

.layer-wrap.provision .is-con{padding:0 0 0 0; position:relative;}
.layer-wrap.provision .is-con .r{padding:0 30px;margin-bottom:20px;}
.layer-wrap.provision .is-con .scrolls{ overflow-y:scroll ; height:480px; padding:30px;}
.layer-wrap.provision .is-con .scrolls h4{margin-top:50px; color:#333; ;font-size:17px;line-height:18px; }
.layer-wrap.provision .is-con .scrolls h5{margin-top:30px;font-size:17px;line-height:18px; color:#333;}
.layer-wrap.provision .is-con .scrolls p{margin:-4px 0; font-size:15px; line-height:1.5em;}
.layer-wrap.provision .is-con .scrolls li{margin:16px 0 -4px 0;}
.layer-wrap.provision .is-con .scrolls li > ul > li{margin-top:12px;}
.layer-wrap.provision .is-con .scrolls ul + p,
.layer-wrap.provision .is-con .scrolls p + p{margin-top:46px;}
.layer-wrap.provision .is-con .scrolls .table{width:100%;margin-top:10px;border-top:1px solid #ddd;}
.layer-wrap.provision .is-con .scrolls .table th,
.layer-wrap.provision .is-con .scrolls .table td{font-size:14px;font-weight:300;color:#666;border-bottom:1px solid #ddd;text-align:center;}
.layer-wrap.provision .is-con .scrolls .table th{padding:10px 10px;background-color:#f7f7f7;color:#333;}
.layer-wrap.provision .is-con .scrolls .table td{padding:10px 10px;}

.layer-wrap.provision .abr{width:200px;height:50px; display:inline-block;vertical-align:top;text-align:left; position:relative;}
.layer-wrap.provision .abr .sel{display:block; position:relative;line-height:50px; padding:0 30px 0 15px; font-size:14px; color:#333;border-bottom:1px solid #dedede;}
.layer-wrap.provision .abr .sel:after{width:11px;height:6px; position:Absolute;right:12px; top:25px; background:url(../img/sub/sel-down.png) no-repeat center center; display:block; content:"";}
.layer-wrap.provision .abr.active .sel:after{transform: scale(1,1) rotate(180deg)skew(0,0) translate(0,0);-webkit-transform: scale(1,1) rotate(180deg)skew(0,0) translate(0,0); -moz-transform: scale(1,1) rotate(180deg)skew(0,0) translate(0,0);  }
.layer-wrap.provision .abr ul{position:absolute; right:0; top:50px; width:100%;background:#fff; border:1px solid #dedede; box-sizing:border-box;display:none;}
.layer-wrap.provision .abr li{}
.layer-wrap.provision .abr li:nth-child(n+2){margin-top:7px;}
.layer-wrap.provision .abr li a{font-size:14px; color:#666; line-height:1.2em; display:block; padding:14px 15px}
.layer-wrap.provision .abr li a:hover{color:#333;}

.layer-wrap.provision .is-btm{}
.layer-wrap.provision .is-btm a{line-height:65px; text-align:center; display:block; font-size:17px;}
.layer-wrap.provision .is-btm .enter{background:#f58220;color:#fff; }
.layer-wrap.provision .is-btm .enter:hover{background:#777}
	@media all and (max-width:640px) {
		.layer-wrap.provision{width:100%; top:0 !important; height:100%;-webkit-transform: translate(0); -moz-transform: translate(0);  -ms-transform: translate(0);  -o-transform: translate(0);  transform: translate(0);}
		.layer-wrap.provision.active{left:0 !important;}
		.layer-wrap.provision .is-top{ padding:20px 20px 10px 20px;}
		.layer-wrap.provision .is-top h2{font-size:19px;font-weight:700} 
		.layer-wrap.provision .is-top .close{ background-size:20px auto; right:17px; top:17px}
		.layer-wrap.provision .is-con{padding:0 0 20px 0;}
		
		.layer-wrap.provision .is-con .scrolls{padding: 20px; }
		.layer-wrap.provision .is-con .scrolls h4{font-size:16px}
		.layer-wrap.provision .is-con .scrolls h5{font-size:16px}
		.layer-wrap.provision .is-con .scrolls p{font-size:14px;}
		.layer-wrap.provision .is-con .scrolls .table td{font-size:13px;}

		.layer-wrap.provision .is-btm{position:absolute; left:0; bottom:0; width:100%;}
		.layer-wrap.provision .is-btm a{line-height:55px; font-size:16px;}
	}


/*===========================================
   scrolls
=============================================*/
.layer-wrap .scrolls {overflow-x:hidden; box-sizing:border-box;}
.nicescroll-rails{padding-right:0px;display:block; ; border-radius:0;margin-left:-4px; opacity:1 !important}
.nicescroll-cursors {margin-right:0; border:none !important;cursor:pointer; margin-right:0;}
.nicescroll-rails .nicescroll-cursors{border:1px solid #fafafa !important; box-sizing:border-box;margin-right:-1px; }
.nicescroll-rails-hr{display:none !Important;}
