@charset "utf-8";

/* Noto Sans */
@font-face {
  font-family: "Noto Sans KR";
  font-weight: 100;
  font-style: normal;
  src: url("/static/pc/global/template/fonts/NotoSans-Thin.eot?") format("eot"),
  url("/static/pc/global/template/fonts/NotoSans-Thin.otf") format("OpenType"),
  url("/static/pc/global/template/fonts/NotoSans-Thin.woff") format("woff"),
  url("/static/pc/global/template/fonts/NotoSans-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 200;
  font-style: normal;
  src: url("/static/pc/global/template/fonts/NotoSans-Light.eot?") format("eot"),
  url("/static/pc/global/template/fonts/NotoSans-Light.otf") format("OpenType"),
  url("/static/pc/global/template/fonts/NotoSans-Light.woff") format("woff"),
  url("/static/pc/global/template/fonts/NotoSans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 300;
  font-style: normal;
  src: url("/static/pc/global/template/fonts/NotoSans-DemiLight.eot?") format("eot"),
  url("/static/pc/global/template/fonts/NotoSans-DemiLight.otf") format("OpenType"),
  url("/static/pc/global/template/fonts/NotoSans-DemiLight.woff") format("woff"),
  url("/static/pc/global/template/fonts/NotoSans-DemiLight.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 400;
  font-style: normal;
  src: url("/static/pc/global/template/fonts/NotoSans-Regular.eot?") format("eot"),
  url("/static/pc/global/template/fonts/NotoSans-Regular.otf") format("OpenType"),
  url("/static/pc/global/template/fonts/NotoSans-Regular.woff") format("woff"),
  url("/static/pc/global/template/fonts/NotoSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 500;
  font-style: normal;
  src: url("/static/pc/global/template/fonts/NotoSans-Medium.eot?") format("eot"),
  url("/static/pc/global/template/fonts/NotoSans-Medium.otf") format("OpenType"),
  url("/static/pc/global/template/fonts/NotoSans-Medium.woff") format("woff"),
  url("/static/pc/global/template/fonts/NotoSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 700;
  font-style: normal;
  src: url("/static/pc/global/template/fonts/NotoSans-Bold.eot?") format("eot"),
  url("/static/pc/global/template/fonts/NotoSans-Bold.otf") format("OpenType"),
  url("/static/pc/global/template/fonts/NotoSans-Bold.woff") format("woff"),
  url("/static/pc/global/template/fonts/NotoSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans KR";
  font-weight: 800;
  font-style: normal;
  src: url("/static/pc/global/template/fonts/NotoSans-Black.eot?") format("eot"),
  url("/static/pc/global/template/fonts/NotoSans-Black.otf") format("OpenType"),
  url("/static/pc/global/template/fonts/NotoSans-Black.woff") format("woff"),
  url("/static/pc/global/template/fonts/NotoSans-Black.woff2") format("woff2");
}

/* css_reset */
html{-webkit-text-size-adjust: antialiased;-moz-osx-font-smoothing: grayscale;}
html, body{width:100%; height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,button,input{margin:0;padding:0;-webkit-text-size-adjust:none;word-break:keep-all;}
input,textarea{font-family:'Noto Sans KR', 'Malgun Gothic','맑은 고딕', Dotum,'돋움', Helvetica, sans-serif;border-radius:0;resize:none;background:transparent;border:0;}
body,h1,h2,h3,h4,h5,h6,input,button{font-family:'Noto Sans KR', 'Malgun Gothic','맑은 고딕', Dotum,'돋움', Helvetica, sans-serif;font-size:14px;font-weight:400;letter-spacing:-0.75px;line-height:1}
body{color:#000;word-wrap:break-word;word-break:break-all;}
caption, legend{font-size: 0;line-height: 0;text-indent: -5000px;}
img, fieldset, iframe{border:0 none;vertical-align:top;}
fieldset{font-size:0;}
ul,ol{list-style:none;}
a{color:#666;text-decoration:none;}
a:hover{text-decoration:none;}
i,em,address{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:none;}
input[type="submit"]{cursor:pointer;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset;}
.hidden{clear:both;height:0;line-height:0;width:0;position:absolute;top:-9999px;left:-9999px;}
body.fx{overflow:hidden;}

/* scrollbar */
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #eee;
}
body::-webkit-scrollbar {
	width: 8px;
	background-color: #eee;
}
body::-webkit-scrollbar-thumb {
	background-color: #333;
}

/* PC MOBILE */
.hide-on-pc{display:block;}
.hide-on-mobile{display:none;}

/* common-btn */
.common-btnType-1{position:relative;display:inline-block;}
.common-btnType-1 input:hover{text-decoration:underline;}
.common-btnType-1 a,
.common-btnType-1 input,
.common-btnType-1 .no-link {
	position:relative;
	display:inline-block;
	height:auto;
	padding:10px 52px;
	font-size:16px;
	line-height:26px;
	color:#fff;;
	vertical-align:top;
	font-weight:500;
	letter-spacing:0.02em;
	background:#004195
}
.common-btnType-1.center {
	text-align:center;
	width:100%;
}
.common-btnType-1.center #btnSubmit {
	width:450px;
	height:75px;
	color:#fff;
	font-size:22px;
	background:#333;
	border-radius:4px
}
.common-btnType-1.type-2 a,
.common-btnType-1.type-2 input,
.common-btnType-1.type-2 input{color:#fff}
.common-btnType-1 .icon-down{padding-right:25px;background:url('/static/pc/global/template/images/icon/icon_down_1.png') no-repeat 100% 50%;}
.common-btnType-1 .icon-plus{padding-left:24px;background:url('/static/pc/global/template/images/icon/icon_sub_more_2.png') no-repeat 0 60%;}
.common-btnType-2{position:relative;display:inline-block;background:#666;}
.common-btnType-2 a{display:block;padding:14px 65px;text-align:center;font-size:18px;color:#fff;height:auto;line-height:16px;font-weight:400;}
.common-btnType-2 input{display:block;padding:12px 29px;text-align:center;font-size:16px;color:#fff;height:auto;line-height:16px;font-weight:600;}
.common-btnType-2.type-2{background:#333;}
.common-btnType-2.type-2.modify{background:#ba4fae}
.common-btnType-2.type-3.list{background:#1e2865}
.common-btnType-2.type-3{background:#333;}
.common-btnType-2.type-3 a {color:#fff}
.common-btnType-2.type-3 input{color:#666;}
.common-btnType-2 .icon{display:none;}
.common-btnType-2 input:hover{text-decoration:underline;}
.common-btnType-2 a:focus .icon,
.common-btnType-2 a:hover .icon,
.common-btnType-2 input:focus ~ .icon,
.common-btnType-2 input:hover ~ .icon{border-bottom: 13px solid #333;border-left: 22px solid transparent;}
.common-btnType-3{}
.common-btnType-3 a{position:relative;font-weight:600;font-size:32px;color:#333;padding-right:30px;line-height:26px;}
.common-btnType-3 a:hover{text-decoration:none;}
.common-btnType-3 a:after{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:0 0;width:11px;height:18px;position:absolute;top:50%;right:0;margin-top:-9px;}
.common-btnType-4{}
.common-btnType-4 a{position:relative;font-weight:600;font-size:18px;color:#333;padding-right:0px;line-height:26px;display:inline-block;}
.common-btnType-4 a:hover{text-decoration:none;}
/* .common-btnType-4 a:after{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:-20px 0;width:9px;height:15px;position:absolute;bottom:5px;right:0;} */
.common-btnType-5{}
.common-btnType-5 a{font-weight:600;font-size:14px;color:#333;}
.common-btnType-6{}
.common-btnType-6 a{position:relative;font-weight:600;font-size:14px;color:#333;padding-right:14px;}
.common-btnType-6 a:after{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:0 -19px;width:5px;height:9px;position:absolute;top:50%;right:0;margin-top:-4px;}
.common-btnType-7{position:relative;display:inline-block;}
.common-btnType-7 input:hover{text-decoration:underline;}
.common-btnType-7 a,
.common-btnType-7 input{position:relative;display:inline-block;height:auto;padding:12px 52px;font-size:16px;line-height:26px;color:#fff;vertical-align:top;font-weight:600;}

/* 
.common-btnType-7 .line-right{position:absolute;box-sizing:border-box;bottom:15px;right:0;height:calc(100% - 15px);border-left:3px solid #fff;border-bottom:2px solid transparent;transition-delay:0s;}
.common-btnType-7 .line-right:after{content:'';position:absolute;box-sizing:border-box;bottom:-2px;right:0;height:0;transition-delay:0s;}
.common-btnType-7 .line-top{position:absolute;box-sizing:border-box;top:0;right:0;width:100%;border-bottom:3px solid #fff;}
.common-btnType-7 .line-top:after{content:'';position:absolute;box-sizing:border-box;top:0;right:0;width:0;border-bottom:3px solid #e2293a;transition-delay:0s;}
.common-btnType-7 .line-left{position:absolute;box-sizing:border-box;top:0;left:0;height:100%;border-right:3px solid #fff;}
.common-btnType-7 .line-left:after{content:'';position:absolute;box-sizing:border-box;top:0;left:0;height:0;border-right:3px solid #e2293a;transition-delay:0s;}
.common-btnType-7 .line-bottom{position:absolute;box-sizing:border-box;bottom:0;left:0;width:calc(100% - 16px);border-top:3px solid #fff;}
.common-btnType-7 .line-bottom:after{content:'';position:absolute;box-sizing:border-box;bottom:0;left:0;width:0;border-top:3px solid #e2293a;transition-delay:0s;}
.common-btnType-7 .line-diag{position:absolute;box-sizing:border-box;bottom:0;left:calc(100% - 16.3px);width:22px;border-top:3px solid #fff;transform: translate(0, -6.3px) skew(0,-30deg);transition-delay:0s;}
.common-btnType-7 .line-diag:after{content:'';position:absolute;box-sizing:border-box;bottom:0;left:0;width:0;border-top:3px solid #e2293a;transition-delay:0s;}
*/

.common-btnType-8 a{position:relative;font-size:18px;color:#666;padding-right:18px;line-height:26px;display:inline-block;}
.common-btnType-8 a:hover{text-decoration:none;}
.common-btnType-8 a:after{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:-160px -80px;width:9px;height:15px;position:absolute;bottom:5px;right:0;}
.common-newLink-1{display:inline-block;}
.common-newLink-1 a{position:relative;padding-left:22px;border-bottom:solid 1px #333;padding-bottom:1px;font-weight:600;font-size:16px;color:#333;}
.common-newLink-1 a:after{display:block;content:'';clear:both;width:18px;height:21px;border-bottom:solid 1px #fff;background:#fff url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:-30px -150px;position:absolute;top:50%;left:0;margin-top:-8px;}
.common-newLink-1 a:hover{text-decoration:none;}
.common-newLink-2{display:inline-block;}
.common-newLink-2 a{position:relative;padding-left:22px;border-bottom:solid 1px #eb8b00;padding-bottom:1px;font-weight:600;font-size:16px;color:#ec8922;}
.common-newLink-2 a:after{display:block;content:'';clear:both;width:18px;height:21px;border-bottom:solid 1px #fff;background:#fff url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:0 -150px;position:absolute;top:50%;left:0;margin-top:-8px;}
.common-newLink-2 a:hover{text-decoration:none;}
.common-tagType-1{display:inline-block;}
.common-tagType-1 a{display:block;height:auto;line-height:20px;padding:5px 23px 8px 24px;font-size:14px;border:solid 1px #e3e4e5;color:#666;box-sizing:border-box;}
.common-tagType-2{display:inline-block;vertical-align:top;padding:4px 12px;border:1px solid rgba(255,255,255,0.5);font-size:12px;line-height:20px;color:#fff;}
.common-tagType-2.type-2{border-color:#e3e4e5;color:#333;}
.common-amPlus{display:inline-block;width:22px;height:22px;text-indent:-9999px;background:url('/static/pc/global/template/images/btn/btn_plus.gif') no-repeat 0 0;vertical-align:middle;}
.common-amMinus{display:inline-block;width:22px;height:22px;text-indent:-9999px;background:url('/static/pc/global/template/images/btn/btn_minus.gif') no-repeat 0 0;vertical-align:middle;}

/*common-icon*/
.common-icon-hex{position:relative;display:block;width:14px;height:14px;margin:2px 0;}
.common-icon-hex > .hex0,
.common-icon-hex > .hex120,
.common-icon-hex > .hex240 {
	display:block;
	position:absolute;
	box-sizing:border-box;
	width:16px;
	height:16px;
	left:0;
	top:0;
	background:#333;
	border-radius:100%
}
.common-icon-hex > .hex0{}
.common-icon-hex > .hex120{}
.common-icon-hex > .hex240{}

/* common-btnTop */
.common-btnTopType-1 .btn-top {
	position:fixed;
	right:10px;
	bottom:10px
}
.common-btnTopType-1{position:fixed;bottom:205px;right:10px;width:0;height:0;opacity:0;z-index:-1;transition:opacity 0.5s ease;}
.common-btnTopType-1 .list-btn{margin-bottom:10px;border:1px solid #e3e4e6;background:#fff;}
.common-btnTopType-1 .list-btn > li{position:relative;}
.common-btnTopType-1 .list-btn > li:after{content:'';display:block;position:absolute;top:0;left:10px;right:10px;height:1px;background:#e3e4e6;}
.common-btnTopType-1 .list-btn > li:first-child:after{display:none;}
.common-btnTopType-1 .list-btn > li > a{display:block;}
.common-btnTopType-1 .list-btn .icon-1 > span{display:block;width:48px;height:48px;background:url('/static/pc/global/template/images/icon/icon_btnTop_2.png') no-repeat 50% 50%;}
.common-btnTopType-1 .list-btn .icon-2 > span{display:block;width:48px;height:48px;background:url('/static/pc/global/template/images/icon/icon_btnTop_3.png') no-repeat 50% 50%;}
.common-btnTopType-1 .list-btn .icon-3 > span{display:block;width:40px;height:48px;background:url('/static/pc/global/template/images/icon/icon_btnTop_4.png') no-repeat 50% 50%;}
.common-btnTopType-1 .list-btn .icon-4 > span{display:block;width:40px;height:48px;background:url('/static/pc/global/template/images/icon/icon_btnTop_5.png') no-repeat 50% 50%;}
.common-btnTopType-1 .list-btn .icon-5 > span{display:block;width:40px;height:48px;background:url('/static/pc/global/template/images/icon/icon_btnTop_6.png') no-repeat 50% 50%;}
.common-btnTopType-1 .list-btn .icon-6 > span{display:block;width:40px;height:48px;background:url('/static/pc/global/template/images/icon/icon_btnTop_7.png') no-repeat 50% 50%;}
.common-btnTopType-1 .list-btn .icon-7 > span{display:block;width:40px;height:48px;background:url('/static/pc/global/template/images/icon/icon_btnTop_8.png') no-repeat 50% 50%;}
.common-btnTopType-1 .list-btn .icon-8 > span{display:block;width:40px;height:48px;background:url('/static/pc/global/template/images/icon/icon_btnTop_9.png') no-repeat 50% 50%;}
.common-btnTopType-1 .list-btn .icon-9 > span{display:block;width:40px;height:48px;background:url('/static/pc/global/template/images/icon/icon_btnTop_10.png') no-repeat 50% 50%;}
.common-btnTopType-1 .list-btn .icon-3:focus > span,
.common-btnTopType-1 .list-btn .icon-3:hover > span{background-image:url('/static/pc/global/template/images/icon/icon_btnTop_4_on.png');}
.common-btnTopType-1 .list-btn .icon-4:focus > span,
.common-btnTopType-1 .list-btn .icon-4:hover > span{background-image:url('/static/pc/global/template/images/icon/icon_btnTop_5_on.png');}
.common-btnTopType-1 .list-btn .icon-5:focus > span,
.common-btnTopType-1 .list-btn .icon-5:hover > span{background-image:url('/static/pc/global/template/images/icon/icon_btnTop_6_on.png');}
.common-btnTopType-1 .list-btn .icon-6:focus > span,
.common-btnTopType-1 .list-btn .icon-6:hover > span{background-image:url('/static/pc/global/template/images/icon/icon_btnTop_7_on.png');}
.common-btnTopType-1 .list-btn .icon-7:focus > span,
.common-btnTopType-1 .list-btn .icon-7:hover > span{background-image:url('/static/pc/global/template/images/icon/icon_btnTop_8_on.png');}
.common-btnTopType-1 .list-btn .icon-8:focus > span,
.common-btnTopType-1 .list-btn .icon-8:hover > span{background-image:url('/static/pc/global/template/images/icon/icon_btnTop_9_on.png');}
.common-btnTopType-1 .list-btn .icon-9:focus > span,
.common-btnTopType-1 .list-btn .icon-9:hover > span{background-image:url('/static/pc/global/template/images/icon/icon_btnTop_10_on.png');}
.common-btnTopType-1 .list-btn .list-share{display:none;position:absolute;top:-1px;right:49px;padding:0 10px;background:#e3e4e6;}
.common-btnTopType-1 .list-btn .list-share > ul{font-size:0;line-height:0;white-space:nowrap;}
.common-btnTopType-1 .list-btn .list-share > ul:after{content:'';display:block;clear:both;}
.common-btnTopType-1 .list-btn .list-share > ul > li{display:inline-block;vertical-align:top;}
.common-btnTopType-1 .btn-top{display:block;background:#fff;}
.common-btnTopType-1 .btn-top .icon {
	display:block;
	width:48px;
	height:48px;
	border:1px solid #ccc;
	background:url('/static/pc/global/template/images/icon/icon_btnTop_1.png') no-repeat 50% 50%;
	background-size:18px;
}
.common-btnTopType-1.show{display:block;width:auto;height:auto;opacity:1;z-index:900;}
.common-btnTopType-1.fx{/*position:absolute*/;top:0;bottom:auto;}

/* common-textAlign */
.btn_wrapType-1.right{text-align:right;margin-bottom:30px;}
.btn_wrapType-1.center{text-align:center;margin:30px 0;}
.btn_wrapType-2.right{text-align:right;margin-bottom:15px;}

/* common-paging */
.common-pagingType-1{text-align:center;font-size:0;line-height:0;padding-bottom:3px;}
.common-pagingType-1 *{vertical-align:middle;}
.common-pagingType-1 a {font-family:'DIN_ENG';position:relative;display:inline-block;width:46px;height:48px;line-height:48px;color:#666;font-size:16px;}
/*.common-pagingType-1 a span{border-bottom:2px solid transparent;}*/
.common-pagingType-1 a.sel,
.common-pagingType-1 a:focus,
.common-pagingType-1 a:hover{color:#333;font-weight:600;}
.common-pagingType-1 a.sel span,
.common-pagingType-1 a:focus span,
.common-pagingType-1 a:hover span{border-bottom:1px solid #333;}
.common-pagingType-1 a:hover{text-decoration:none;}
.common-pagingType-1 .btn-prev:focus span,
.common-pagingType-1 .btn-next:focus span,
.common-pagingType-1 .btn-first:focus span,
.common-pagingType-1 .btn-last:focus span,
.common-pagingType-1 .btn-prev:hover span,
.common-pagingType-1 .btn-next:hover span,
.common-pagingType-1 .btn-first:hover span,
.common-pagingType-1 .btn-last:hover span{border-bottom:0;}
.common-pagingType-1 .btn-prev{width:30px;margin-right:23px;}
.common-pagingType-1 .btn-next{width:30px;margin-left:23px;}
.common-pagingType-1 .btn-prev span,
.common-pagingType-1 .btn-next span{display:block;position:absolute;top:50%;left:50%;margin-top:-2px;margin-left:-4px;width:8px;height:12px;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;}
.common-pagingType-1 .btn-prev span{background-position:-30px -10px;}
.common-pagingType-1 .btn-next span{background-position:-70px -50px;}
.common-pagingType-1 .btn-first{width:30px;}
.common-pagingType-1 .btn-last{width:30px;}
.common-pagingType-1 .btn-first span{display:block;position:absolute;top:50%;left:50%;margin-top:-2px;margin-left:-7px;width:14px;height:12px;background:url('/static/pc/global/template/images/btn/btn_arrow_1_F.png') no-repeat 0 0;}
.common-pagingType-1 .btn-last span{display:block;position:absolute;top:50%;left:50%;margin-top:-2px;margin-left:-7px;width:14px;height:12px;background:url('/static/pc/global/template/images/btn/btn_arrow_1_L.png') no-repeat 0 0;}

/* common-radio */
.common-radio-box{}
.common-radio-box:after{content:"";display:block;clear:both;}
.common-radio-wrap{float:left;position:relative;display:block;margin-right:37px;background:#fff;}
.common-radio-wrap > input[type="radio"]{position:absolute;top:0;left:0;width:0;height:0;margin:0;padding:0;z-index:-1;overflow:hidden;opacity:0;vertical-align:top;}
.common-radio-wrap > label{position:relative;display:block;min-height:21px;padding-left:33px;cursor:pointer;font-size:16px;line-height:21px;color:#333;vertical-align:top;z-index:1;}
.common-radio-wrap > label.on{}
.common-radio-wrap > label:after{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:-50px -20px;width:21px;height:21px;position:absolute;top:0;left:0;}
.common-radio-wrap > label.on:after{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:0 -60px;width:21px;height:21px;}
.common-radio-wrap > label.focus{outline:1px dotted #000;}

/* common-radio-type-2 */
.common-radio-wrap.type-2 > label:after{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:0 -190px;width:21px;height:21px;position:absolute;top:0;left:0;}
.common-radio-wrap.type-2 > label.on:after{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:-30px -190px;width:21px;height:21px;}

/* common-checkbox */
.common-check-box:after{content:"";display:block;clear:both}
.common-check-wrap{position:relative;display:block;margin-right:27px;background:#fff}
.common-check-wrap > input[type="checkbox"]{position:absolute;top:0;left:0;width:0;height:0;margin:0;padding:0;z-index:-1;overflow:hidden;opacity:0;vertical-align:top}
.common-check-wrap > label{position:relative;display:inline-block;line-height:18px;min-height:20px;padding-left:33px;background:url('/static/pc/global/template/images/btn/btn_check_off.png') no-repeat 0 0;cursor:pointer;font-size:18px;color:#333;vertical-align:top;}
.common-check-wrap > label.on{background-image:url('/static/pc/global/template/images/btn/btn_check_on.png');color:#333;}
.common-check-wrap > label.focus{outline:1px dotted #000}
.common-check-wrap.type-2{background:#333}
.common-check-wrap.type-2 > label{padding-left:30px;background-image:url('/static/pc/global/template/images/btn/btn_check_2_off.png');font-size:14px;color:#fff;font-weight:600;}
.common-check-wrap.type-2 > label.on{background-image:url('/static/pc/global/template/images/btn/btn_check_2_on.png');}
.common-check-wrap.type-2 > label.focus{outline:1px dotted #fff;}
.common-check-wrap.type-3{background:#e3e4e5;}
.common-check-wrap.type-3 > label{padding-left:30px;background-image:url('/static/pc/global/template/images/btn/btn_check_3_off.png');font-size:14px;color:#333;font-weight:600;}
.common-check-wrap.type-3 > label.on{background-image:url('/static/pc/global/template/images/btn/btn_check_3_on.png');}
.common-check-wrap.type-3 > label.focus{outline:1px dotted #fff;}
.common-check-wrap.type-4{background:#007dc3;}
.common-check-wrap.type-4 > input[type="checkbox"]{left:auto;right:0;}
.common-check-wrap.type-4 > label{padding-left:0;padding-right:33px;background:url('/static/pc/global/template/images/btn/btn_check_4_off.png') no-repeat 100% 2px;font-size:16px;line-height:28px;color:#fff;}
.common-check-wrap.type-4 > label.on{background-image:url('/static/pc/global/template/images/btn/btn_check_4_on.png');}
.common-check-wrap.type-4 > label.focus{outline:1px dotted #fff;}

/* common-select */
.common-select-wrap{display:inline-block;position:relative;height:40px;line-height:40px;border:solid 1px #e3e4e5;background:#fff;box-sizing: border-box;vertical-align:top;}
.common-select-wrap:after{content:'';display:block;position:absolute;top:53%;right:10px;margin-top:-5px;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:-40px -30px;width:8px;height:4px;z-index: 0}
.common-select-wrap > .ipt-lb{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:38px;padding:0;border:0;background:transparent;font-size:16px;line-height:28px;color:#666;text-indent:10px;z-index: 0;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden}
.common-select-wrap > select{width:100%;height:40px;background:transparent;line-height:40px; border: 0;opacity: 0;position:relative;vertical-align:top;font-size:16px;line-height:28px;color:#666;z-index:3;filter:alpha(opacity=0);-webkit-appearance: none; -moz-appearance: none;appearance: none}
.common-select-wrap.focus{border:dotted 1px #000;}
.common-selectNation-wrap{position:relative;border:1px solid #e3e4e5;}
.common-selectNation-wrap.on{z-index:100;}
.common-selectNation-wrap:after{content:'';display:block;clear:both;}
.common-selectNation-wrap .select-nation{float:left;}
.common-selectNation-wrap .select-nation .btn-nation{display:block;position:relative;width:60px;height:38px;}
.common-selectNation-wrap .select-nation .btn-nation:after{content:'';display:block;position:absolute;top:50%;right:10px;width:7px;height:5px;margin-top:-3px;background:url('/static/pc/global/template/images/bl/bl_arrow_07.png') no-repeat 0 0;}
.common-selectNation-wrap .select-nation .btn-nation .img-nation{width:24px;margin:10px 0 0 12px;}
.common-selectNation-wrap .select-nation .list-nation{position:absolute;top:38px;left:-1px;right:-1px;display:none;/*max-height:202px*/;box-sizing:border-box;border:1px solid #e3e4e5;padding:5px 10px;background:#fff;/*overflow-y:auto*/;}
.common-selectNation-wrap .select-nation .list-nation > p{padding-bottom:6px;margin-bottom:5px;border-bottom:1px solid #e3e4e5;font-size:14px;line-height:26px;color:#666;font-weight:600;}
.common-selectNation-wrap .select-nation .list-nation > p > span{vertical-align:top;}
.common-selectNation-wrap .select-nation .list-nation > ul{max-height:157px;font-size:14px;line-height:26px;color:#666;font-weight:600;overflow-y:auto;}
.common-selectNation-wrap .select-nation .list-nation > ul > li > a{display:block;}
.common-selectNation-wrap .select-nation .list-nation > ul > li > a > span{vertical-align:top;}
.common-selectNation-wrap .select-nation .list-nation .img-nation{width:24px;margin:5px 10px 0 0;}
.common-selectNation-wrap .select-nation .list-nation .txt-tel{}
.common-selectNation-wrap .select-nation.on .btn-nation:after{background-image:url('/static/pc/global/template/images/bl/bl_arrow_07_on.png');}
.common-selectNation-wrap .select-nation.on .list-nation{display:block;}
.common-selectNation-wrap .ipt-nation{float:left;box-sizing:border-box;width:calc(100% - 60px);height:38px;padding-left:10px;background:#fff;font-size:16px;line-height:38px;color:#666;}
.common-selectNation-wrap .ipt-tel{float:left;box-sizing:border-box;width:calc(100% - 120px);height:38px;padding-left:10px;background:#fff;font-size:16px;line-height:38px;color:#666;}

/* common-textarea */
.common-textArea-wrap{position:relative;width:869px;}
.common-textArea-wrap textarea{padding:8px 10px;box-sizing:border-box;font-size:16px;color:#666;border:solid 1px #e3e4e5;background:#fff;}
.common-textArea-wrap textarea:focus{border:dotted 1px #000;}
.common-textArea-wrap .common-count-wrap{position:absolute;bottom:10px;right:20px;font-family:'Dotum';font-size:12px;color:#666;line-height:16px}
.common-textArea-wrap .common-count-wrap .txt-count{color:#333;}

/* common-file */
.box-file-group{margin-top:10px;}
.box-file-group:after{display:block;content:'';clear:both;}
.common-file-wrap{float:left;position:relative;height:40px;padding-left:117px}
.common-file-wrap > .file-name{display:block;height:40px;line-height:40px;margin-left:5px;padding:0 30px 0 10px;box-sizing:border-box;border:1px solid #e3e4e5;font-size:16px;color:#333;overflow:hidden;/*text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;*/}
.common-file-wrap > .btn-file{position:absolute;top:0;left:0;width:117px;height:40px;background:#333;color:#fff;font-size:16px;line-height:40px;text-align:center;opacity:1;}
.common-file-wrap > .btn-file.type-2{background:#e3e4e5;color:#666;}
.common-file-wrap > .btn-file.focus{outline:1px dotted #000}
.common-file-wrap > .btn-file.del{display:none;z-index:10}
.common-file-wrap > .ipt-file{position:absolute;top:0;left:0;width:117px;height:40px;cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none;font-size: 0;color:#fff;text-indent: -9999px;opacity:0;}
.common-file-text{float:left;position:relative;line-height:40px;margin-left:10px;border:solid 1px #e3e4e5;padding:0 48px 0 20px;font-size:16px;color:#333;}
.common-file-text .btn-file-del{display:block;position:absolute;top:13px;right:16px;width:13px;height:13px;text-indent:-9999px;background:url('/static/pc/global/template/images/bl/bl_file_del.png') no-repeat 0 0;}

/* common-text */
.common-comment-1{position:relative;display:block;line-height:26px;margin-bottom:10px;padding-left:10px;font-size:16px;color:#333;}
.common-comment-1:before{position:absolute;left:0;top:15px;display:inline-block;content:'';width:5px;height:1px;background:#333;}
.common-comment-1.mb-0{margin-bottom:0;}
/*.common-comment-2{display:block;line-height:26px;font-size:16px;color:#666;}*/

/* common-layer */
.common-layerTypeOh-1{overflow: hidden;}
.common-layerType-1{ background-image: url('/static/pc/global/template/images/bg/bg_layer.png');height: 100%;left: 0;overflow: auto;position: fixed;text-align: center;top: 0;white-space: nowrap;width: 100%;z-index: 1002;display:none;-webkit-overflow-scrolling:touch;}
.common-inner-layer{ background: #fff none repeat scroll 0 0;/*border:1px solid #e3e4e5;*/display: inline-block;margin: 20px 20px 50px 20px;max-width: 100%;padding:44px 50px 20px 50px;position: relative;vertical-align: middle;white-space: normal;}
.common-inner-layer.mt2{margin-top:150px;}
.common-inner-layer img{max-width:100%}
.common-inner-layer .text-alignCenter.verticalMiddle{padding:13px 25px 17px 30px;text-align:left;}
.common-inner-layer .verticalAlign{display: inline-block;height: 100%;vertical-align: middle;}
.common-inner-layer .gap{width:100%;max-width:290px;}
.common-inner-layer .gap-2{width:774px;text-align:left;}
.common-inner-layer .gap-3{width:400px;text-align:left;}
.common-inner-layer .gap-4{width:774px;text-align:left;}
.common-inner-layer .gap-5{width:600px;text-align:left;}
.common-inner-layer .gap-6{width:520px;text-align:left;}
.common-inner-layer .gap-7{width:330px;text-align:left;}
.common-inner-layer .cancle{background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:-80px -150px;width:22px;height:22px;position:absolute;top:49px;right:49px;}

.common-inner-layer .title-layerTop { display:block;margin-bottom:35px;padding:0 30px 28px 1px;border-bottom:1px solid #e6e6e6;font-weight:normal;font-size:24px;line-height:32px;color:#333;font-weight:600;letter-spacing:-0.01em;}
.common-inner-layer .title-layerTop > span.btn_view_map {
	cursor:pointer;
	display:inline-block;
	margin-top:15px;
	font-size:15px;
	line-height:32px;
	color:#666;	
	margin-left:20px;
	padding:0 20px 0 40px;
	background:url('/static/pc/global/template/images/store/btn_view_map.png') no-repeat 15px 50%;
	border:1px solid #e3e4e5;
	border-radius:50px
}
.common-inner-layer .title-layer-1{margin-bottom:17px;font-size:18px;line-height:28px;color:#027ac3;font-weight:600;}
.common-inner-layer .title-layer-1.mt-1{margin-top:28px;}
.common-inner-layer .title-layer-2{margin-bottom:1px;font-size:16px;line-height:28px;color:#666;font-weight:600;}
.common-inner-layer .title-layer-2.mb-1{margin-bottom:14px;}
.common-inner-layer .title-layer-2.lineTop{margin-top:34px;padding-top:31px;border-top:1px solid #e6e6e6;}
.common-inner-layer .title-layer-2 .txt-blue{color:#333;}
.common-inner-layer .txt-layer-1{margin-bottom:17px;font-size:16px;line-height:28px;color:#666;}
.common-inner-layer .txt-layer-1 .txt-innerLayer-1{display:inline-block;margin-left:10px;text-indent:-10px;}
.common-inner-layer .list-layer-1{margin-bottom:6px;padding-left:23px;font-size:16px;line-height:28px;color:#666;}
.common-inner-layer .list-layer-2{font-size:16px;line-height:28px;color:#666;}
.common-inner-layer .list-layer-2 > li{padding-left:1.15em;text-indent:-1.15em;}
.common-inner-layer .btn-bottom{margin-top:36px;padding-top:21px;border-top:1px solid #e6e6e6;text-align:center}
.common-inner-layer .btn-bottom.type-2{border:none;padding:0;}
.common-inner-layer .common-scroll{overflow:auto;}
/*.common-inner-layer .common-scroll.height-1{height:555px;}*//* 회사소개 메인 에서 사용 */
/*.common-inner-layer .common-scroll.height-2{height:730px;}*//* 회사소개 메인 에서 사용 */
.common-inner-layer .common-scroll .playVideo-wrap.width-height-1 iframe{width:774px;height: 412px;}

/* common-tab */
/* .common-tabType-1{position:relative;margin-bottom:50px;*zoom:1;}
.common-tabType-1:after{content:'';display:block;clear:both;}
.common-tabType-1 .tit-1{float:left;width:25%;}
.common-tabType-1 .tit-1.wd-2{width:16.6666%;}
.common-tabType-1 .tit-1 > a{position:relative;display:block;box-sizing:border-box;height:56px;padding:12px 0;border:1px solid #e3e4e5;border-left:0;font-size:18px;line-height:28px;text-align:center;font-weight:normal;}
.common-tabType-1 .tit-1:first-child > a{border-left:1px solid #e3e4e5;}
.common-tabType-1 .tit-1.on > a{color:#fff;border-color:#fff;background:#333;}
.common-tabType-1 .tit-1.on > a:after{content:'';display:block;position:absolute;box-sizing:border-box;top:-1px;left:0;right:0;border-top:5px solid #ea8b00;border-right:8px solid transparent;}
.common-tabType-1 .tit-1.on + .tab-cont-1{display:block}
.common-tabType-1 .tit-1.on:first-child > a:after{left:-1px;}
.common-tabType-1 .tab-cont-1{display:none;position:absolute;top:56px;left:0;width:100%;}
.common-tabType-1.type-2{}
.common-tabType-1.type-2 .tit-1 > a{height:64px;padding:16px 0;}
.common-tabType-1.type-2 .tab-cont-1{top:64px;} */
.common-tabType-1{position:relative;margin-bottom:50px;*zoom:1;}
.common-tabType-1:after{content:'';display:block;clear:both;}
.common-tabType-1 .tit-1{float:left;width:25%;position:relative;box-sizing:border-box;height:64px;border:1px solid #e3e4e5;border-left:0;overflow:hidden;}
.common-tabType-1 .tit-1.wd-2{width:16.6666%;}
.common-tabType-1 .tit-1 > a{position:absolute;top:50%;left:15px;right:15px;box-sizing:border-box;font-size:18px;line-height:28px;text-align:center;font-weight:normal;transform:translate(0, -50%);}
.common-tabType-1 .tit-1:first-child{border-left:1px solid #e3e4e5;}
.common-tabType-1 .tit-1.on{background:#333;}
.common-tabType-1 .tit-1.on > a{color:#fff;border-color:#fff;}
/*.common-tabType-1 .tit-1.on > a:after{content:'';display:block;position:absolute;box-sizing:border-box;top:-1px;left:0;right:0;border-top:5px solid #ea8b00;border-right:8px solid transparent;}*/
.common-tabType-1 .tit-1.on + .tab-cont-1{display:block}
.common-tabType-1 .tit-1.on:first-child > a:after{left:-1px;}
.common-tabType-1 .tab-cont-1{display:none;position:absolute;top:64px;left:0;width:100%;}
/*.common-tabType-1.type-2{}
.common-tabType-1.type-2 .tit-1 > a{height:64px;padding:16px 0;}
.common-tabType-1.type-2 .tab-cont-1{top:64px;}*/
.common-tabType-2{position:relative;margin-bottom:50px;*zoom:1;}
.common-tabType-2:after{content:'';display:block;clear:both;}
.common-tabType-2 .tit-1{float:left;width:25%;}
.common-tabType-2 .tit-1 > a{position:relative;display:block;box-sizing:border-box;height:56px;padding:12px 0;border:1px solid #eaeaea;border-left:0;font-size:18px;line-height:28px;text-align:center;font-weight:normal}
.common-tabType-2 .tit-1:first-child > a{border-left:1px solid #eaeaea;}
.common-tabType-2 .tit-1.on > a{color:#fff;border-color:#fff;background:#333;}
.common-tabType-2 .tit-1.on + .tab-cont-1{display:block}
.common-tabType-2 .tab-cont-1{display:none;box-sizing:border-box;position:absolute;top:56px;left:0;width:100%;padding-top:23px;text-align:center;*zoom:1;}
.common-tabType-2 .tab-cont-1:after{content:'';display:block;clear;both}
.common-tabType-2 .tit-2{position:relative;display:inline-block;padding:0 35px;vertical-align:top;font-size:0;line-height:0}
.common-tabType-2 .tit-2:after{content:'';display:block;position:absolute;left:0;top:50%;width:1px;height:13px;margin-top:-6px;background:#cccc;}
.common-tabType-2 .tit-2:first-child:after{display:none}
.common-tabType-2 .tit-2 > a{display:block;font-size:16px;line-height:28px;font-weight:normal}
.common-tabType-2 .tit-2.on > a{position:relative;color:#333;}
.common-tabType-2 .tit-2.on > a:after{content:'';display:block;position:absolute;bottom:-6px;left:50%;width:0;margin-left:-4px;border-top:4px solid #333;border-left:4px solid transparent;border-right:4px solid transparent;}
.common-tabType-2 .tit-2.on + .tab-cont-2{display:block}
.common-tabType-2 .tab-cont-2{display:none;position:absolute;top:60px;left:0;width:100%;background:#eee;text-align:left;*zoom:1;}
/*.common-tabType-3{position:relative;margin-bottom:50px;*zoom:1;}
.common-tabType-3:after{content:'';display:block;clear:both;}
.common-tabType-3 .tit-1{float:left;width:25%;}
.common-tabType-3 .tit-1 > a{position:relative;display:block;box-sizing:border-box;height:55px;padding:12px 0;border-top:2px solid transparent;border-bottom:2px solid #333;font-size:16px;line-height:28px;color:#333;text-align:center;font-family:'NotoSansKR-Regular';font-weight:normal}
.common-tabType-3 .tit-1.on > a{border-top:2px solid #333;border-bottom:0;border-left:2px solid #333;border-right:2px solid #333;color:#333;}
.common-tabType-3 .tit-1:first-child.on > a{margin-left:0;}
.common-tabType-3 .tit-1:last-child.on > a{margin-right:0;}
.common-tabType-3 .tit-1.on + .tab-cont-1{display:block}
.common-tabType-3 .tab-cont-1{display:none;position:absolute;top:55px;left:0;width:100%;background:#eee;}*/
.common-tabType-3{position:relative;margin-bottom:50px;*zoom:1;}
.common-tabType-3:after{content:'';display:block;clear:both;}
.common-tabType-3 .tit-1{float:left;position:relative;width:25%;height:55px;box-sizing:border-box;border-top:2px solid transparent;border-bottom:2px solid #333}
.common-tabType-3 .tit-1 > a{position:absolute;top:50%;left:15px;right:15px;display:block;box-sizing:border-box;;font-size:16px;line-height:22px;color:#333;text-align:center;font-weight:normal;transform:translate(0, -50%);}
.common-tabType-3 .tit-1.on{border-top:2px solid #333;border-bottom:0;border-left:2px solid #333;border-right:2px solid #333;color:#333;}
.common-tabType-3 .tit-1.on > a{color:#333;}
.common-tabType-3 .tit-1:first-child.on > a{margin-left:0;}
.common-tabType-3 .tit-1:last-child.on > a{margin-right:0;}
.common-tabType-3 .tit-1.on + .tab-cont-1{display:block}
.common-tabType-3 .tab-cont-1{display:none;position:absolute;top:55px;left:0;width:100%;background:#eee;}
.common-tabType-3.type-2 .tit-1,
.common-tabType-3.type-2 .tit-1.on{border:0;}
.common-tabType-3.type-2 .tit-1{}
.common-tabType-3.type-2 .tit-1 > a{}
.common-tabType-3.type-2 .tit-1.on{background:#f2f2f2;}
.common-tabType-3.type-2 .tit-1.on > a{color:#333;font-weight:'500';}
.common-tabType-3.type-2 .tab-cont-1{background:#fff;border:1px solid #e7e8e8;height: 467px;overflow-y:auto;}
.common-tabType-3.type-2 .tab-cont-1 .sc{color:#666;font-size:16px;line-height:28px;padding:23px 31px;}
.common-tab1depthType-1{border-bottom:1px solid #e3e4e5;}
.common-tab1depthType-1 > ul{max-width:1080px;margin:0 auto;font-size:0;line-height:0;text-align:center}
.common-tab1depthType-1 > ul > li{display:inline-block;vertical-align:top;min-width:106px;}
.common-tab1depthType-1 > ul > li a{display:block;padding:10px 30px 11px 30px;font-size:16px;line-height:28px;color:#333;font-weight:normal}
.common-tab1depthType-1 > ul > li a:focus,
.common-tab1depthType-1 > ul > li a:hover,
.common-tab1depthType-1 > ul > li a.on{text-decoration:none;color:#333;font-weight:600;}
.common-tab1depthType-1 > ul > li a span{position:relative;display:inline-block;}
.common-tab1depthType-1 > ul > li a span:after{content:'';display:block;clear:both;background:#333;/*background:#333*/;height:4px;position:absolute;bottom:-11px;left:0;right:0;width:0;transition:all 0.1s;right:0;transform: skew(-60deg);opacity:0;}
.common-tab1depthType-1 > ul > li a:focus span:after,
.common-tab1depthType-1 > ul > li a:hover span:after,
.common-tab1depthType-1 > ul > li a.on span:after{content:'';display:block;clear:both;left:0;right:0;width:100%;transform: skew(-60deg);opacity:1;}
.common-tab2depthType-1{margin-top:-20px;margin-bottom:70px;border:1px solid #e3e4e5;border-top:0;}
.common-tab2depthType-1 > ul{*zoom:1;}
.common-tab2depthType-1 > ul:after{content:'';display:block;clear:both;}
.common-tab2depthType-1 > ul > li{float:left;box-sizing:border-box;width:20%;border:1px solid #e3e4e5;border-left:0;margin-bottom:-1px;text-align:center;overflow:hidden}
.common-tab2depthType-1 > ul > li:nth-child(5n){border-right:0;}
.common-tab2depthType-1 > ul > li a{position:relative;display:block;height:62px;font-weight:normal;font-size:18px;line-height:24px;text-align:center;}
.common-tab2depthType-1 > ul > li a:hover{text-decoration:none}
.common-tab2depthType-1 > ul > li a:focus,
.common-tab2depthType-1 > ul > li a:hover,
.common-tab2depthType-1 > ul > li a.on{color:#fff;background:#333;/*text-decoration:underline;*/}
/*.common-tab2depthType-1 > ul > li a:focus > span,
.common-tab2depthType-1 > ul > li a:hover > span,
.common-tab2depthType-1 > ul > li a.on > span{text-decoration:underline;}*/
.common-tab2depthType-1 > ul > li a > span{position:absolute;top:50%;left:20px;right:20px;display:block;transform:translate(0, -50%);/*overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap: break-word; max-height: 2.6em;*/}/*2줄말줄임css*/
.common-tab3depthType-1{margin-top:-52px;margin-bottom:62px;padding:0 30px;}
.common-tab3depthType-1 > ul{font-size:0;line-height:0;text-align:center}
.common-tab3depthType-1 > ul > li{display:inline-block;vertical-align:top}
.common-tab3depthType-1 > ul > li a {
	position:relative;
	display:block;
	padding:4px 16px;
	font-size:14px;
	line-height:24px;
	color:#333;
	font-weight:normal;
}
.common-tab3depthType-1 > ul > li a:after {content:'';display:block;position:absolute;top:13px;left:0;width:1px;height:13px;background:#cdcdcd;}
.common-tab3depthType-1 > ul > li a:hover,
.common-tab3depthType-1 > ul > li a:focus,
.common-tab3depthType-1 > ul > li a.on {
	color:#333;
	font-weight:600;
	letter-spacing:-0.25px;
	text-decoration:underline;
}
.common-tab3depthType-1 > ul > li:first-child a:after{display:none}

/* common-table */
.common-mBox-1 .common-title{display:block;position:relative;padding:0 0 19px;font-size:24px;color:#333;font-weight:normal;font-weight:600;}
.common-mBox-1 .common-group{position:relative;padding:4px 30px 0 30px;}
.common-mBox-1 .common-group:after{display:block;position:absolute;width:100%;content:'';box-sizing:border-box;top:0;left:0;/*height:calc(100% - 15px)*/;border-top:4px solid #333;border-right: 4px solid transparent;}
.common-mBox-1 .common-group .common-hrList-1{}
.common-mBox-1 .common-group .common-hrList-1:after{display:block;content:'';clear:both;}
.common-mBox-1 .common-group .common-hrList-1 > li{float:left;width:500px;padding-top:30px;}
.common-mBox-1 .common-group .common-hrList-1 > li:nth-child(even){margin-left:20px;}
.common-mBox-1 .common-group .common-hrList-1 > li:nth-child(2n+1){clear:both;}
.common-mBox-1 .common-group .common-hrList-1 .common-info-wrap:after{display:block;content:'';clear:both;}
.common-mBox-1 .common-group .common-hrList-1 .common-info-wrap .common-img-wrap{float:left;width:126px;}
.common-mBox-1 .common-group .common-hrList-1 .common-info-wrap .common-img-wrap img{max-width:100%;}
.common-mBox-1 .common-group .common-hrList-1 .common-info-wrap .common-info{float:left;padding:25px 0 0 25px;box-sizing:border-box;width:374px;}
.common-mBox-1 .common-group .common-hrList-1 .common-info-wrap .common-info strong{display:block;margin:0 0 16px;font-weight:normal;font-size:24px;color:#333;line-height:36px;}
.common-mBox-1 .common-group .common-hrList-1 .common-info-wrap .common-info strong em{font-size:16px;color:#666;}
.common-mBox-1 .common-group .common-hrList-1 .common-info-wrap .common-info span.txt-blue{display:block;line-height:28px;font-size:16px;color:#333;}
.common-mBox-1 .common-group .common-hrList-2{margin-top:29px;padding:11px 0 13px 0;border-top:solid 1px #e3e4e5;border-bottom:solid 1px #e3e4e5;}
.common-mBox-1 .common-group .common-hrList-2 > li{line-height:30px;font-size:16px;color:#333;}
.common-mBox-1 .common-group .common-hrList-2 > li:before{display:inline-block;content:'';width:7px;height:2px;margin:13px 9px 0 0;background:#333;vertical-align:top;}
.common-mBox-1 .common-group .common-hrList-2 > li span{display:inline-block;width:70px;vertical-align:top;}
.common-mBox-1 .common-group .common-hrList-2 > li em{color:#666;width: 300px;display:inline-block;position:relative;vertical-align:top;}
.common-mBox-2.gap-1{margin-bottom:70px;}
.common-mBox-2 .common-notiTitle{display:block;position:relative;height:60px;line-height:66px;padding:0 28px;border-bottom:solid 1px #c8c8c8;font-size:18px;background:#f2f2f2;color:#333;font-weight:600;}
.common-mBox-2 .common-notiTitle:before{display:block;position:absolute;width:100%;content:'';box-sizing:border-box;top:0;left:0;height:calc(100% - 50px);border-top:4px solid #333;border-right: 4px solid transparent;}
.common-mBox-2 .common-notiTitle .ol-list{}
.common-mBox-2 .common-notiTitle .ol-list:after{display:block;content:'';clear:both;}
.common-mBox-2 .common-notiTitle .ol-type-1{float:left;font-size:20px;}
.common-mBox-2 .common-notiTitle .ol-type-2{float:right;font-size:16px;color:#333;}
.common-mBox-2 .common-notiTitle .ol-type-2 span{color:#666;}
.common-mBox-2 .common-notiTitle .ol-type-2 span span{font-weight:'500';}
.common-mBox-2 .common-notiTitle .ol-type-2 .date{}
.common-mBox-2 .common-notiTitle .ol-type-2 .total{padding-left:30px;}
.common-mBox-2 .common-notiType-1.on > dt > a:after{background-position:-86px -69px;}
.common-mBox-2 .common-notiType-1.on > dd{display:block}
.common-mBox-2 .common-notiType-1 dt a{display:block;position:relative;padding:19px 30px;border-bottom:solid 1px #e6e7e8;font-size:18px;color:#333;}
.common-mBox-2 .common-notiType-1 dt a:after{position:absolute;right:34px;top:27px;display:block;content:'';width:19px;height:12px;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat;background-position:-109px -69px;}
.common-mBox-2 .common-notiType-1 .txt-noti{margin-left:15px;}
.common-mBox-2 .common-notiType-1 dd{display:none;}
.common-mBox-2 .common-notiType-1 dd{padding:24px 61px 38px 61px;background:#f2f2f2;}
.common-mBox-2 .common-notiType-1 .common-hrList-3 li{margin:0 0 20px;font-size:16px;}
.common-mBox-2 .common-notiType-1 .common-hrList-3 li:last-of-type{margin-bottom:0;}
.common-mBox-2 .common-notiType-1 .common-hrList-3 li strong{display:block;margin:0 0 4px;font-weight:600;color:#333;}
.common-mBox-2 .common-notiType-1 .common-hrList-3 li span{color:#333;}

/* form 입력 테이블 */
.common-table-top{margin-bottom:15px;padding:18px 30px 15px;border-bottom:solid 1px #bec0c2;background:#fff}
.common-table-top strong{font-weight:normal;font-weight:600;font-size:18px;color:#333;}
.common-table-top span:before{display:inline-block;content:'';width:7px;height:2px;vertical-align:middle;margin:0 6px 0  11px;background:#333;}
.common-table-top span{font-size:18px;color:#333;}
.common-formTable-info{display:block;margin-bottom:16px;font-size:16px;color:#333;vertical-align:middle;}
.common-formTable-1{position:relative;margin-bottom:19px;}
.common-formTable-1:before{display:block;position:absolute;width:100%;content:'';box-sizing:border-box;top:0;left:0;height:2px;background:#333;}
.common-formTable-1 table{width:100%;padding:15px 0;}
.common-formTable-1 table .border-top th,
.common-formTable-1 table .border-top td{}
.common-formTable-1 table .border-top th{vertical-align:top;padding-top:26px;}
.common-formTable-1 table .border-bottom th{padding:9px 0px 20px 30px}
.common-formTable-1 table .border-bottom td{padding:5px 0px 20px 20px}
.common-formTable-1 table .border-bottom-type-2 th{border-bottom:solid 1px #e8e8e8;}
.common-formTable-1 table .border-bottom-type-2 td{border-bottom:solid 1px #e8e8e8;padding:5px 20px 40px 20px;}
.common-formTable-1 table th{vertical-align:top;padding:10px 10px 16px 30px;text-align:left;font-weight:normal;font-size:16px;color:#666;}
.common-formTable-1 table th.ver-top{vertical-align:top;}
.common-formTable-1 table th .ico-wrap{position:relative;}
/*.common-formTable-1 table th .common-ico-imp{position:absolute;top:3px;right:-20px;}*/
.common-formTable-1 table th .common-ico-imp{margin-top:-4px;margin-left:2px;}
.common-formTable-1 table th label{position:relative;}
.common-formTable-1 table td{padding:5px 20px;font-size:16px;color:#666;}
.common-formTable-1 table thead tr th.pd0{padding:0;}
.common-formTable-1 table thead tr td.pd0{padding:0;}
.common-formTable-1.type-2{margin-top:60px;}
.common-formTable-1 .common-btnType-2{margin-left:12px;}
.common-formTable-1.hrTType-1 table td{padding:5px 30px;}
.common-formTable-1.hrTType-2{margin-bottom:40px;}
.common-formTable-1.whType-1{padding-top:15px;}
.common-formTable-1.whType-1 .common-radio-wrap.type-2{clear:both;margin-right:0;height:31px;line-height:31px;}
.common-formTable-1.whType-1 .common-radio-wrap.type-2 > label{line-height:31px}
.common-ip-type-1{width:100%;height:40px;line-height:40px;padding:0 0 0 10px;font-size:16px;border:solid 1px #e3e4e5;color:#666;background:#fff;box-sizing:border-box;}
.common-ip-type-1:focus{border:dotted 1px #000;}

.common-formTable-1.tReservation:before {
   display:none
} 
.common-formTable-1.tReservation .common-ico-imp {
    height: 0;
    margin: 0px 3px 14px 7px;
    color: #ef2d00;
}
.common-formTable-1.tReservation table th {
	padding: 16px 10px 16px 30px;
	vertical-align:middle
}
.common-formTable-1.tReservation table td {
	padding:16px 0
}
.common-formTable-1.tReservation .common-textArea-wrap {
	width:100%
}


/* 상품정보 입력 테이블 */
.common-prodInfo-wrap{margin-bottom:16px;padding:6px 30px 30px;border-bottom:solid 1px #e6e6e6;}
.common-prodInfo-wrap .common-check-box{margin-top:20px;text-align:center;}
.common-prodInfo-wrap .common-check-box label{font-size:16px;color:#666;}
.common-prodInfo-wrap .common-check-box .common-check-wrap{margin:0;}
.common-prodInfo-tit{display:block;margin-bottom:17px;text-align:left;line-height:28px;font-size:16px;color:#333;}
.common-btn-prodInfo{display:block;line-height:75px;height:75px;text-align:center;background:#f2f2f2;}
.common-btn-prodInfo a{position:relative;display:inline-block;line-height:28px;padding-bottom:2px;border-bottom:solid 1px #797979;font-size:16px;color:#333;}
.common-btn-prodInfo a:after{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:-210px -80px;width:5px;height:7px;position:absolute;top:50%;right:-14px;margin-top:-4px;}
.common-btn-prodInfo a:hover{text-decoration:none;}
.common-btn-prodInfo a:focus{}
.common-infoTable-1{position:relative;margin-bottom:19px;}
.common-infoTable-1:before{display:block;position:absolute;width:100%;content:'';box-sizing:border-box;top:0;left:0;height:4px;border-top:4px solid #333;border-right:6px solid transparent;}
.common-infoTable-1 table{width:100%;padding:15px 0;}
.common-infoTable-1 table .border-top th,
.common-infoTable-1 table .border-top td{padding-top:20px;border-top:solid 1px #e3e4e5;}
.common-infoTable-1 table .border-top th{vertical-align:top;padding-top: 30px;}
.common-infoTable-1 table .border-bottom th{padding:3px 20px 20px 30px}
.common-infoTable-1 table .border-bottom td{padding:3px 20px 20px 20px}
.common-infoTable-1 table th{padding:10px 0 16px 30px;text-align:left;font-weight:normal;font-size:16px;color:#666;}
.common-infoTable-1 table th label{position:relative;}
.common-infoTable-1 table th .ico-wrap{position:relative;}
.common-infoTable-1 table th .common-ico-imp{position:absolute;top:3px;right:-20px;}
.common-infoTable-1 table td{padding:0 20px;font-size:16px;color:#666;}
.common-infoTable-1 table thead tr th.pd0{padding:0;}
.common-infoTable-1 table thead tr td.pd0{padding:0;}
/*.common-infoTable-1 input{width:100%;height:39px;line-height:39px;padding:0 0 0 10px;font-size:16px;border:solid 1px #e3e4e5;font-family:'NotoSansKR-Regular';color:#666;box-sizing:border-box;}
.common-infoTable-1 input:focus{border:dotted 1px #000;}*/
.common-infoTable-1 .common-btnType-2{margin-left:12px;}
.common-infoTable-1 .txt-blue{font-size:18px;line-height:28px;color:#333;}

/* table bullet */
.common-ico-imp{display:inline-block;height:7px;font-size:20px;margin:0px 3px 14px 0;color:#333;vertical-align:middle;}
.common-ic-bl{margin:0 9px;line-height:40px;}
.common-ic-txt{margin:0 8px 0 7px;line-height:40px;}
.common-ic-pw {
	display:block;
	line-height:23px;
	padding-left:25px;
	margin:8px 0 10px;
	font-size:14px;
	background:url('/static/pc/global/template/images/icon/icon_warning.png') no-repeat 0 0;
	background-size:20px;
	height:23px;
	color:#ff6174;
	vertical-align:middle;
	cursor:default;
}
.common-ic-pw a {
	color:#ff6174;
}
.common-btnAdr{display:inline-block;width:117px;line-height:40px;height:40px;margin-left:8px;text-align:center;font-weight:600;font-size:16px;color:#fff;background:#757575;}

/* common table  */
.common-hrTable-1{position:relative;}
.common-hrTable-1:before {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	box-sizing:border-box;
	top:0;
	left:0;
	height:2px;
	border-top:2px solid #333;
}
.common-hrTable-1 table{width:100%;}
.common-hrTable-1 table th{padding:13px 0 13px 0;text-align:center;border-bottom:solid 1px #bec0c2;background:#f2f2f2;font-weight:normal;font-weight:600;font-size:16px;color:#333;border-right:1px solid #e3e4e5;}
.common-hrTable-1 table th:last-child{border-right:0;}
.common-hrTable-1 table th.bg-none{padding:7px 10px 9px 30px;background:#fff;border-bottom-color:#e3e4e5;vertical-align:top;text-align:left;color:#666;line-height:28px;}
.common-hrTable-1 table th.bg-none-mid{padding:7px 30px 9px 30px;background:#fff;border-bottom-color:#e3e4e5;vertical-align:middle;text-align:left;color:#666;}
.common-hrTable-1 table th.bg-none.bold{font-weight:'500';color:#000;}
.common-hrTable-1 table th.text-alignCenter{text-align:center;padding-left:10px;padding-right:10px;}
.common-hrTable-1 table th.text-alignLeft{text-align:left;padding-left:30px;padding-right:10px;}
.common-hrTable-1 table td{/*position:relative;*/padding:7px 10px 9px 30px;text-align:left;border-bottom:solid 1px #e3e4e5;background:#fff;font-size:16px;color:#666;border-right:1px solid #e3e4e5;line-height:28px;vertical-align:top;}
.common-hrTable-1 table td:last-child{border-right:0;}
.common-hrTable-1 table td:last-of-type:after{display:none;}
.common-hrTable-1 table tr:last-child th,
.common-hrTable-1 table tr:last-child td{border-bottom:1px solid #bec0c2;}
.common-hrTable-1 .st-1{font-weight:600;color:#007ec8;font-size:16px;}
.common-hrTable-1.type-1:before{top:-4px;}
.common-hrTable-1.type-1 table th{text-align:left;padding:11px 0;}
.common-hrTable-1.type-1 table th{border-right:0;border-bottom:1px solid #e3e4e5;padding-left:30px;}
.common-hrTable-1.type-1 table tr:last-child th{border-bottom:1px solid #bec0c2;}
.common-hrTable-1.type-1 table td{vertical-align:middle;}
.common-hrTable-1.type-1 table .txt-bar{position:relative;padding-left:14px;margin-left:14px;}
.common-hrTable-1.type-1 table .txt-bar:after{content:'';display:block;position:absolute;top:7px;left:0;bottom:5px;width:1px;background:#666;}
.common-hrTable-1 .text-alignCenter{text-align:center;padding-left:10px;}
.common-hrTable-1 .verticalMiddle{vertical-align:middle;}
.common-hrTable-1 .txt-blue{color:#333;}
.common-hrTable-1 .txt-bold{font-weight:600;}
.common-hrTable-1 .txt-medium{font-weight:'500';}
.common-hrTable-1 .am-txtType-1{display:inline-block;min-width:364px;line-height:28px;}
.common-hrTable-1 table th.bd-right{border-right:1px solid #e3e4e5;}
.common-hrTable-1 table td.bd-right{border-right:1px solid #e3e4e5;}
.common-hrTable-1 table td.pr2{padding-right:30px;}
.common-hrTable-1 table tr td.bd-color-2,
.common-hrTable-1 table tr th.bd-color-2{border-bottom-color:#e3e4e5;}
.common-hrTable-1 table tr td.bd-color-3,
.common-hrTable-1 table tr th.bd-color-3{border-bottom-color:#bec0c2;}
.common-hrTable-1 .txt-normal{}
.common-hrTable-1 .txt-pd-2{padding-left:30px;}
.common-hrTable-1 .bg-color-2{background:#f2f2f2;}
.common-hrTable-1.gap-2{padding-top:4px;}
.common-hrTable-1.mt1{margin-top:20px;}
.common-hrTable-1.mt2{margin-top:30px;}
.common-hrTable-1.mt3{margin-top:40px;}
.common-tableLink-1{color:#333;font-size:16px;}
.common-hrTable-2 {position:relative;margin-bottom:10px;}
.common-hrTable-2:before {
    content:'';
	display:block;
	position:absolute;
	width:100%;
	box-sizing:border-box;
	top:0;
	left:0;
	border-top:2px solid #333;
}
.common-hrTable-2 > table{width:100%;}
.common-hrTable-2 > table > thead > tr > th {
	padding:19px 30px 19px 29px;
	border-bottom:solid 1px #ddd;
	background:#fff;
	font-weight:600;
	font-size:16px;
	color:#333;
}
.common-hrTable-2 > table > thead > tr > td{/*position:relative;*/text-align:left;border-bottom:solid 1px #d9d9d9;background:#fff;font-size:14px;color:#666;}
.common-hrTable-2 > table > tbody > tr > td{font-size:16px;border-bottom:solid 1px #e6e6e6;}
.common-hrTable-2 > table > tbody > tr > td .ico-new{display:inline-block;width:32px;height:17px;line-height:17px;margin:0 0 0 9px;text-align:center;font-weight:600;font-size:10px;color:#333;background:#e98c2c;color:#fff;vertical-align:middle;}
.common-hrTable-2 > table > tbody > tr > td.txt-def a{font-size:18px;color:#333;width:auto;line-height:30px;/*max-width:769px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;*/}
.common-hrTable-2 > table > tbody > tr > td.txt-def a:hover,
.common-hrTable-2 > table > tbody > tr > td.txt-def a:focus{/*color:#333*/;text-decoration:underline;}
.common-hrTable-2 > table > tbody > tr > td.txt-def .common-btn-goLink > a{display:inline-block;}
.common-hrTable-2 > table > tbody > tr > td.txt-def .common-btn-goLink > a:before{top:10px;}
.common-hrTable-2 > table > tbody > tr > td.txt-def .common-btn-down > a{display:inline-block;}
.common-hrTable-2 > table > tbody > tr > td.txt-def .common-btn-down > a:before{top:10px;}
.common-hrTable-2 > table > tbody > tr > td.txt-blue a{font-size:18px;color:#333;width:auto;line-height:30px;/*max-width:769px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;*/}
.common-hrTable-2 > table td.date{text-align:center;font-size:16px;color:#666;}
.common-hrTable-2 > table > tbody > tr > td a{/*display:inline-block*/;vertical-align:middle;/*text-decoration:underline;*/}
.common-hrTable-2 > table > tbody > tr > td{padding:17px 30px 18px 0px;overflow:hidden;}
.common-hrTable-2 > table > tbody > tr > th{padding:15px 30px 18px 28px;font-weight:normal;border-bottom:solid 1px #e6e6e6;}
.common-hrTable-2 .text-alignCenter{text-align:center;padding-left:30px;padding-right:30px;}
.common-hrTable-2 .text-alignLeft{text-align:left;}
.btn_movie_resume {
	color:#fff;
	padding:5px 14px;
	background:#2e388d;
	border:none
}

/* 공지사항 뷰 */
.common-listVeiw-table{position:relative;margin-bottom:19px;}
.common-listVeiw-table:before{display:block;position:absolute;width:100%;content:'';box-sizing:border-box;top:0;left:0;height:2px;border-top:2px solid #333;border-right:0;z-index:10;}
.common-listVeiw-table > table{width:100%;}
.common-listVeiw-table > table > thead > tr > th{padding:19px 0 20px 30px;text-align:left;border-bottom:solid 1px #bec0c2;background:#fff;font-weight:normal;font-size:16px;color:#333;box-sizing:border-box;}
.common-listVeiw-table > table > thead > tr > td {
	/*position:relative;*/
	font-weight:600;
	padding:19px 0 20px 30px;
	text-align:left;
	border-bottom:solid 1px #f0f0f0;
	background:#fff;
	font-weight:normal;
	font-size:16px;
	color:#333;
	box-sizing:border-box;
}
.common-listVeiw-table > table > thead .title{font-size:20px;font-weight:600;line-height:30px;border-bottom:solid 1px #f0f0f0;color:#000;}
.common-listVeiw-table > table > thead .date{padding:22px 20px 20px 20px;border-bottom:solid 1px #f0f0f0;text-align:center;;font-size:16px;color:#666;letter-spacing:-0.01em;}
.common-listVeiw-table .common-list-veiw{padding:30px;font-size:17px;line-height:28px;box-sizing:border-box;max-width:1300px;}
.common-listVeiw-table .common-list-veiw b {font-weight:500}
.common-listVeiw-table .common-list-veiw img{max-width:100%;}
.common-listVeiw-table .common-list-veiw a{vertical-align:top;}
.common-listVeiw-table > table > tbody > tr > td{padding:0;border-bottom:solid 1px #ccc}

.common-txt-noti em{}
.common-txt-noti.bg-gray {
	display:inline-block;
	width:100%;
	font-size:13px;
	padding:4px 0;
	text-align:center;
	color:#187e94;
	background:#fff;
	border:1px solid #187e94
}
.common-txt-noti.bg-gray:before{background:#e3e4e5;}
.common-txt-noti.bg-gray:after{border-top:7px solid #e3e4e5;}
.common-txt-noti.bul-type{min-width:auto;width:80px;margin-left:16px;padding:0px 0px 0px 7px}

/* 첨부파일 다운로드 */
.common-down-box{margin:27px 0 0;padding:23px 30px 24px;background:#f2f2f2;}
.common-btn-down{display:inline-block;margin-left:30px;}
.common-btn-down:nth-of-type(1){margin-left:0;}
.common-btn-down a{padding-left:20px;position:relative;font-size:14px;color:#333;text-decoration:underline;}
.common-btn-down.font-type-1 a{font-weight:600;color:#666;font-size:14px;}
.common-btn-down a:before{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:-80px -130px;width:17px;height:16px;position:absolute;top:5px;left:0;}

/* 바로가기 링크 */
.common-btn-goLink{display:inline-block;}
.common-btn-goLink.gap-1{margin-left:28px;}
.common-btn-goLink a{padding-right:20px;text-decoration:none;position:relative;font-size:18px;color:#333;}
.common-btn-goLink.color-2 a{color:#333;}
.common-btn-goLink.font-type-1 a{font-weight:600 !important;color:#666 !important;font-size:14px !important;}
.common-btn-goLink a:before{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/icon/icon_golink.png') no-repeat 0 0;width:14px;height:12px;position:absolute;top:8px;right:0;}
.common-btn-goLink.type-2 a{padding-right:0;padding-left:20px;font-size:16px;color:#666;text-decoration:underline;}
.common-btn-goLink.type-2 a:before{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/icon/icon_golink.png') no-repeat 0 0;width:14px;height:12px;position:absolute;top:6px;left:0;}
.common-btn-goLink a:hover,
.common-btn-goLink a:focus{text-decoration:underline;}

/* 다음글, 이전글보기 리스트테이블 */
.common-list-paging{position:relative;}
.common-list-paging:before{display:block;position:absolute;width:100%;content:'';box-sizing:border-box;top:0;left:0;height:4px;border-top:4px solid #333;border-right:6px solid transparent;}
.common-list-paging table{width:100%;}
.common-list-paging table td{position:relative;padding:16px 29px 15px 30px;border-bottom:solid 1px #bfc0c2;box-sizing:border-box;}
.common-list-paging table td a{font-size:18px;color:#333;line-height:30px}
.common-list-paging table tr.up td:first-child:after,
.common-list-paging table tr.down td:first-child:after{position:absolute;right:0;top:50%;display:inline-block;content:'';width:1px;height:17px;margin-top:-8px;background:#e7e7e7;}
.common-list-paging table tr.off a{color:#bec0c2;}
.common-list-paging table tr.up td{border-bottom-color:#e7e7e7;}
.common-list-paging table tr.up td .btn-text-next a:before{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/btn/btn_arrowT_3.png') no-repeat 0 0;width:12px;height:8px;position:absolute;top:50%;left:0;margin-top:-4px;}
.common-list-paging table tr.off td .btn-text-next a:before{opacity:0.3;}
.common-list-paging table tr.up td .btn-text-next{display:block;}
.common-list-paging table tr.up td .btn-text-next a{display:block;padding-left:31px;position:relative;}
.common-list-paging table tr.down td{padding:12px 29px 15px 30px;}
.common-list-paging table tr.down td .btn-text-prev a:before{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/btn/btn_arrowB_3.png') no-repeat 0 0;width:12px;height:8px;position:absolute;top:50%;left:0;margin-top:-3px;}
.common-list-paging table tr.off td .btn-text-prev a:before{opacity:0.3;}
.common-list-paging table tr.down td .btn-text-prev{display:block;}
.common-list-paging table tr.down td .btn-text-prev a{display:block;padding-left:31px;position:relative;}
.common-list-pagingType2{position:relative;padding-top:4px;}
.common-list-pagingType2:before{content:'';display:block;position:absolute;top:0;left:0;right:0;box-sizing:border-box;height:1px;border-top:1px solid #666;border-right:0;}
.common-list-pagingType2 > ul{}
.common-list-pagingType2 > ul > li{border-bottom:1px solid #ccc;}
.common-list-pagingType2 > ul > li:last-child{border-bottom-color:#ccc;}
.common-list-pagingType2 > ul > li .txt-wrap{display:table;box-sizing:border-box;width:100%;padding:13px 30px 14px 30px;font-size:18px;line-height:30px;color:#666;}
.common-list-pagingType2 > ul > li .txt-wrap > span{display:table-cell;vertical-align:middle;}
.common-list-pagingType2 > ul > li .txt-wrap .col1{position:relative;width:68px;padding-right:10px;margin-right:30px;color:#333;}
.common-list-pagingType2 > ul > li .txt-wrap .col2{position:relative;padding-left:30px;color:#333;}
.common-list-pagingType2 > ul > li .txt-wrap .col2:after{content:'';display:block;position:absolute;top:6px;left:0;bottom:6px;width:1px;background:#e3e4e5;}
.common-list-pagingType2 > ul > li .txt-wrap .icon-top{padding-left:32px;background:url('/static/pc/global/template/images/btn/btn_arrowT_3.png') no-repeat 0 50%;}
.common-list-pagingType2 > ul > li .txt-wrap .icon-bottom{padding-left:32px;background:url('/static/pc/global/template/images/btn/btn_arrowB_3.png') no-repeat 0 50%;}
.common-list-pagingType2 > ul > li .txt-wrap.no{color:#bec0c2;}
.common-list-pagingType2 > ul > li .txt-wrap.no .col1{color:#666;}
.common-list-pagingType2 > ul > li .txt-wrap.no .col2{color:#666;}
.common-list-pagingType2 > ul > li .txt-wrap.no .icon-top{background-image:url('/static/pc/global/template/images/btn/btn_arrowT_3_off.png');}
.common-list-pagingType2 > ul > li .txt-wrap.no .icon-bottom{background-image:url('/static/pc/global/template/images/btn/btn_arrowB_3_off.png');}

.box + .common-list-pagingType2 {
	margin-top:30px
}

/* 게시판 검색 영역 */
.common-srcBox-1{width:640px;margin:40px auto 0;text-align:left;}
.common-srcBox-1:after{display:block;content:'';clear:both;}
.common-srcBox-1 .inputSrc-1{/*float:left;*/position:relative;height:60px;background:transparent;box-sizing: border-box;}
.common-srcBox-1 .inputSrc-1 > input{box-sizing:border-box;height:60px;padding:0 30px;border-top:solid 1px #e5e5e5;border-bottom:solid 1px #e5e5e5;border-left:solid 1px #e5e5e5;font-size: 16px;line-height:60px;color:#555;background:#fff;}
.common-srcBox-1 .inputSrc-1 ::-webkit-input-placeholder {color:#555;}
.common-srcBox-1 .inputSrc-1 ::-moz-placeholder {color:#555;}
.common-srcBox-1 .inputSrc-1 ::-ms-input-placeholder {color:#555;}
.common-srcBox-1 .btnSrc-1{position:absolute;right:0;top:0;width:59px;height:58px;background:#fff;border-right: solid 1px #e5e5e5;border-top: solid 1px #e5e5e5;border-bottom:1px solid #e5e5e5}
.common-srcBox-1 .btnSrc-1 .icon-search {
	position:relative;
	display:inline-block;
	background:url('/static/pc/global/template/images/icon/icon_search_3.png') no-repeat 20px 20px;
	background-size:20px;
	vertical-align:top;
	height:60px;
	box-sizing: border-box;
}
.common-srcBox-1 .btnSrc-1 .icon-search input{position:relative;width:59px;height:58px;font-size:0;line-height:0;background:none;border-left:solid 1px #e5e5e5;cursor:pointer;}
.common-srcBox-1 .btnSrc-1 .icon-search #btnSubmit {background:transparent}
.common-srcBox-1 .inputSrc-1 .line-right{position:absolute;box-sizing:border-box;bottom: 13px;right:0;height: calc(100% - 13px);border-left:1px solid #d9d9d9;border-bottom:2px solid transparent;}
.common-srcBox-1 .inputSrc-1 .line-right:after{content:'';position:absolute;box-sizing:border-box;bottom:-2px;right:0;height:0;}
.common-srcBox-1 .inputSrc-1 .line-top{position:absolute;box-sizing:border-box;top:0;right:0;width:100%;border-bottom:1px solid #d9d9d9;}
.common-srcBox-1 .inputSrc-1 .line-top:after{content:'';position:absolute;box-sizing:border-box;top:0;right:0;width:0;border-bottom:1px solid #e2293a;}
.common-srcBox-1 .inputSrc-1 .line-left{position:absolute;box-sizing:border-box;top:0;left:0;height:100%;border-right:1px solid #d9d9d9;}
.common-srcBox-1 .inputSrc-1 .line-left:after{content:'';position:absolute;box-sizing:border-box;top:0;left:0;height:0;border-right:1px solid #e2293a;}
.common-srcBox-1 .inputSrc-1 .line-bottom{position:absolute;box-sizing:border-box;bottom:0;left:0;width: calc(100% - 20px);border-top:1px solid #d9d9d9;}
.common-srcBox-1 .inputSrc-1 .line-bottom:after{content:'';position:absolute;box-sizing:border-box;bottom:0;left:0;width:0;border-top:1px solid #d9d9d9;}
.common-srcBox-1 .inputSrc-1 .line-diag{position:absolute;box-sizing:border-box;bottom: 6px;left: calc(100% - 22px);width: 22px;border-top:1px solid #d9d9d9;transform:skew(0,-31deg);}

/* 이미지 게시판 리스트 */
.common-img-list{position:relative;margin-bottom:10px;border-bottom:solid 1px #ccc;}
.common-img-list:before{display:block;position:absolute;width:100%;content:'';box-sizing:border-box;top:0;left:0;height:2px;border-top:2px solid #333;}
.common-img-list ul{padding-top:4px;}
.common-img-list ul li{border-bottom:solid 1px #ccc;}
.common-img-list ul li .list-box{padding:30px;}
.common-img-list ul li .list-box:hover {cursor:pointer;background:rgb(255 255 255 / 40%)}
.common-img-list ul li .list-box:after{display:block;content:'';clear:both;}
.common-img-list ul li .list-box .img-wrap{width:170px;height:110px;margin-right:30px;position:relative;overflow:hidden;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;}
.common-img-list ul li .list-box .left > a{display:block;}
.common-img-list ul li .list-box .img-wrap.video:after{content: '';display: block;position: absolute;top:50%;;left:50%;width:40px;height:46px;background:url('/static/pc/global/template/images/icon/ico_video_play.png') no-repeat 0 0;transform:translate(-50%, -50%);}
.common-img-list ul li .list-box .left-img,
.common-img-list ul li .list-box .left-txt{float:left;}
.common-img-list ul li .list-box .left-txt .top a{display:block;}
.common-img-list ul li .list-box .left-txt .top a .top-notice {
	display:inline-block;
	font-size:18px;
	color:#fff;
	padding:5px 10px;
	margin-right:10px;
	vertical-align: middle;
	background:#2845c0;
	border-radius:20px
}
.common-img-list ul li .list-box .left-txt .top a .tit{max-width:820px;line-height:30px;font-size:18px;color:#333;}
.common-img-list ul li .list-box .left-txt .top a .txt{max-width:820px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:3px;font-size:16px;color:#333;}
.common-img-list ul li .list-box .left-txt .bottom{margin-top:26px;}
.common-img-list ul li:last-child{border-bottom:none;}
.common-img-list ul li.list-img-none .list-box .left-txt .top a .tit {
	display:inline-block;
	max-width:1020px;
	line-height:30px;
	font-size:20px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	color:#000;
	vertical-align: middle;
}
.common-img-list ul li.list-img-none .list-box .left-txt .top a .txt {
	max-width:1020px;
	margin:10px 0 0 3px;
	font-size:14px;
	font-weight:200;
	color:#555;
}
.common-img-list ul li .list-box .left-txt .top a .empty-file {
	display:inline-block;
	width:31px;
	height:26px;
	text-indent:-999em;	
	margin:0 0 0 10px;
	vertical-align: middle;
	background:url('/static/pc/global/template/images/icon/ico_file.png') no-repeat 0 0
}

/*common-board - Album List 게시판 01*/
.common-bwBoardType-1:after{content:'';display:block;clear:both;}
.common-bwBoardType-1 .box-bwBoard-1{width:247px;min-height:220px;position:relative;box-sizing: border-box;display:inline-block;float:left;padding:50px 28px 46px 28px;margin:0 30px 30px 0;font-weight:600;color:#333;}
.common-bwBoardType-1 .box-bwBoard-1:nth-child(4n){margin-right:0;}
.common-bwBoardType-1 .box-bwBoard-1:hover{color:#333;}
.common-bwBoardType-1 .box-bwBoard-1:hover .line-top,
.common-bwBoardType-1 .box-bwBoard-1:hover .line-top:focus,
.common-bwBoardType-1 .box-bwBoard-1:hover .line-top:hover{border-bottom:4px solid #333;}
.common-bwBoardType-1 .box-bwBoard-1 .line-right{position:absolute;box-sizing:border-box;bottom:21px;right:0;height:calc(100% - 21px);border-left:1px solid #d9d9d9;border-bottom:2px solid transparent;}
.common-bwBoardType-1 .box-bwBoard-1 .line-right:after{content:'';position:absolute;box-sizing:border-box;bottom:-2px;right:0;height:0;}
.common-bwBoardType-1 .box-bwBoard-1 .line-top{position:absolute;box-sizing:border-box;top:0;right:0;width:100%;border-bottom:1px solid #d9d9d9;}
.common-bwBoardType-1 .box-bwBoard-1 .line-top:after{content:'';position:absolute;box-sizing:border-box;top:0;right:0;width:0;border-bottom:1px solid #e2293a;}
.common-bwBoardType-1 .box-bwBoard-1 .line-left{position:absolute;box-sizing:border-box;top:0;left:0;height:100%;border-right:1px solid #d9d9d9;}
.common-bwBoardType-1 .box-bwBoard-1 .line-left:after{content:'';position:absolute;box-sizing:border-box;top:0;left:0;height:0;border-right:1px solid #e2293a;}
.common-bwBoardType-1 .box-bwBoard-1 .line-bottom{position:absolute;box-sizing:border-box;bottom:0;left:0;width:calc(100% - 36px);border-top:1px solid #d9d9d9;}
.common-bwBoardType-1 .box-bwBoard-1 .line-bottom:after{content:'';position:absolute;box-sizing:border-box;bottom:0;left:0;width:0;border-top:1px solid #d9d9d9;}
.common-bwBoardType-1 .box-bwBoard-1 .line-diag{position:absolute;box-sizing:border-box;bottom:11px;left:calc(100% - 36px);width:36px;border-top:1px solid #d9d9d9;transform:skew(0,-31deg);}
.common-bwBoardType-1 .box-bwBoard-1 .inner-bwBoard-1{padding-bottom:58px;}
.common-bwBoardType-1 .box-bwBoard-1 .inner-bwBoard-1 .tit-bwBoard-1{font-size:44px;line-height: 35px;width:104px;display:inline-block;height:37px;overflow:hidden;}
.common-bwBoardType-1 .box-bwBoard-1 .inner-bwBoard-1 .tit-bwBoard-2{font-size:18px;line-height:19px;padding-left:23px;color:#666;width:64px;height:22px;overflow:hidden;vertical-align:bottom;display:inline-block;}
.common-bwBoardType-1 .box-bwBoard-1 .inner-bwBoard-2 li{display:inline-block;margin-right:18px;}
.common-bwBoardType-1 .box-bwBoard-1 .inner-bwBoard-2 li a,
.common-bwBoardType-1 .box-bwBoard-1 .inner-bwBoard-2 li input{padding-left:19px;position:relative;font-weight:'500';font-size:16px;color:#666;text-decoration:underline;cursor:pointer;}
.common-bwBoardType-1 .box-bwBoard-1 .inner-bwBoard-2 li input{background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;padding-left:17px;background-position:-80px -122px;}
.common-bwBoardType-1 .box-bwBoard-1 .inner-bwBoard-2 li a:before{position:absolute;top:8px;left:0;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;display:inline-block;width:17px;height:16px;margin-right:5px;content:'';background-position:-80px -130px;cursor:pointer;}

/*common-board - Album List 게시판 01_02*/
.common-bwBoardType-2:after{content:'';display:block;clear:both;}
.common-bwBoardType-2 .box-bwBoard-1{display:inline-block;width:247px;min-height:245px;position:relative;box-sizing:border-box;float:left;border:1px solid #e6e6e6;padding:46px 30px 36px 30px;margin-right:30px;cursor:pointer;text-decoration:none;font-weight:'500';color:#333;background:#fff;}
.common-bwBoardType-2 .box-bwBoard-1:nth-child(4n){margin-right:0;}
.common-bwBoardType-2 .box-bwBoard-1 .tit-bwBoard-1{font-weight:600;font-size:14px;color:#666;width:100%;background:url('/static/pc/global/template/images/line/lin_AL_off.jpg') repeat-x right center;}
.common-bwBoardType-2 .box-bwBoard-1 .tit-bwBoard-1 span{background-color:#fff;padding-right:8px;}
.common-bwBoardType-2 .box-bwBoard-1 .tit-bwBoard-2{font-size:18px;color:#333;margin:9px 0 41px 0;min-height:44px;vertical-align:middle;line-height:28px;height:56px;text-align:left;text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow:ellipsis;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word;}
.common-bwBoardType-2 .box-bwBoard-1 .tit-bwBoard-2 .txt-bwBoard-1{font-size:9px;color:#fff;background-color:#e98c2c;width:32px;height:17px;line-height:17px;display:inline-block;text-align:center;vertical-align:middle;margin-left:7px;}
.common-bwBoardType-2 .box-bwBoard-1 .date-bwBoard-1{font-size:16px;color:#666;}
.common-bwBoardType-2 .box-bwBoard-1:hover,
.common-bwBoardType-2 .box-bwBoard-1:focus{background:#333;color:#fff;border:1px solid #333;}
.common-bwBoardType-2 .box-bwBoard-1:hover .tit-bwBoard-1,
.common-bwBoardType-2 .box-bwBoard-1:focus .tit-bwBoard-1,
.common-bwBoardType-2 .box-bwBoard-1:hover .tit-bwBoard-2,
.common-bwBoardType-2 .box-bwBoard-1:focus .tit-bwBoard-2,
.common-bwBoardType-2 .box-bwBoard-1:hover .date-bwBoard-1,
.common-bwBoardType-2 .box-bwBoard-1:focus .date-bwBoard-1{color:#fff;}
.common-bwBoardType-2 .box-bwBoard-1:hover .tit-bwBoard-2,
.common-bwBoardType-2 .box-bwBoard-1:focus .tit-bwBoard-2{text-decoration:underline;}
.common-bwBoardType-2 .box-bwBoard-1:hover .tit-bwBoard-1,
.common-bwBoardType-2 .box-bwBoard-1:focus .tit-bwBoard-1{background:url('/static/pc/global/template/images/line/lin_AL_on.jpg') repeat-x right center;}
.common-bwBoardType-2 .box-bwBoard-1:hover span,
.common-bwBoardType-2 .box-bwBoard-1:focus span{background-color:#333;}

/* 공통 데이터 없을때 */
.common-data-none{padding:85px 0 74px;text-align:center;font-weight:600;font-size:24px;color:#bec0c2;}
.common-data-none.type-2{padding:105px 0 100px;}
.common-data-none .txt-1{position:relative;padding:84px 0 0;line-height:34px;}
.common-data-none .txt-1:before{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:-160px 0;width:78px;height:72px;position:absolute;top:0;left:50%;transform:translateX(-50%);}
.common-data-none .txt-2{font-size:16px;padding:8px 0 0 0;}
.common-data-none.type-2 .txt-1:before{content:'';display:block;clear:both;background:url('/static/pc/global/template/images/sp/sp_global_common.png') no-repeat 0 0;background-position:-160px 0;width:78px;height:72px;position:absolute;top:0;left:50%;transform:translateX(-50%);}
.common-data-none.type-2 .txt-1{margin-bottom:25px;}

/*공통 불릿 리스트*/
.common-blListType-1 > li{position:relative;padding-left:28px;font-size:16px;line-height:24px;margin-bottom:10px;letter-spacing:-0.01em;}
.common-blListType-1 > li:after{content:'';display:block;position:absolute;top:10px;left:16px;width:3px;height:3px;background:#808080;}
.common-blListType-1 > li:last-child{margin-bottom:0;}
.common-blListType-1 > li .txt-bold{font-weight:normal;font-weight:600;}

/*공통 리스트*/
.common-numListType-1{margin-top:-5px;}
.common-numListType-1 > dt{margin-bottom:7px;font-size:18px;line-height:28px;color:#333;font-weight:600;font-weight:normal;letter-spacing:-0.01em;}
.common-numListType-1 > dt .txt-blue{color:#333;}
.common-numListType-1 > dd{margin-bottom:18px;padding-left:20px;font-size:16px;line-height:28px;color:#666;letter-spacing:-0.01em;}

/*공통 사선보더*/
.common-boxLineType-1{position:relative;}
.common-boxLineType-1 > .line-right{position:absolute;box-sizing:border-box;bottom:20px;right:0;height:calc(100% - 20px);border-left:1px solid #e3e4e5;}
.common-boxLineType-1 > .line-top{position:absolute;box-sizing:border-box;top:0;right:0;width:100%;border-bottom:1px solid #e3e4e5;}
.common-boxLineType-1 > .line-left{position:absolute;box-sizing:border-box;top:0;left:0;height:100%;border-right:1px solid #e3e4e5;}
.common-boxLineType-1 > .line-bottom{position:absolute;box-sizing:border-box;bottom:0;left:0;width:calc(100% - 34px);border-top:1px solid #e3e4e5;}
.common-boxLineType-1 > .line-diag{position:absolute;box-sizing:border-box;bottom:0;left:calc(100% - 34px);width:34px;border-top:1px solid #e3e4e5;transform: translate(0, -10px) skew(0,-30deg);}

/*공통 본문 텍스트*/
.common-title-article1depth{margin-top:68px;margin-bottom:27px;font-size:24px;line-height:28px;color:#333;font-weight:normal;font-weight:600;}
.common-title-article1depth.mt2{margin-top:47px;}
.common-title-article1depth.mt3{margin-top:57px;}
.common-title-article1depth > .txt-normal{font-weight:'500';}
.common-title-article1depth > .txt-blue{color:#333;}
.common-title-article1depth .common-btnType-3 > a{font-size:24px;line-height:28px;padding-right:22px;}
.common-title-article1depth .common-btnType-3 > a:after{margin-top:-8px;}
.common-title-article2depth{margin-top:36px;margin-bottom:26px;font-size:20px;line-height:28px;color:#333;font-weight:normal;font-weight:600;}
.common-title-article2depth > .txt-normal{font-weight:'500';}
.common-title-article2depth > .txt-blue{color:#333;}
.common-title-article3depth{margin-top:35px;margin-bottom:16px;font-size:18px;line-height:28px;color:#333;font-weight:normal;font-weight:600;}
.common-title-article3depth.gap-1{margin-top:10px;}
.common-title-article3depth > .txt-normal{font-weight:'500';}
.common-title-article3depth > .txt-blue{color:#333;}
.common-txt-articleBasic{margin-top:-7px;margin-bottom:14px;font-size:16px;line-height:28px;color:#666;}
.common-txt-articleBasic.gap-1{margin-top:-17px;margin-bottom:25px;}
.common-txt-articleBasic.gap-2{margin-top:25px;}
.common-txt-articleBasic > .txt-blue{color:#333;}
.common-txt-articleBasic > .txt-black{color:#333;}
.common-txt-articleBasic > .txt-bold{font-weight:600;}
.common-txt-articleBasic > .txt-medium{font-weight:'500';}
.common-txt-articleBasic.type-2{margin-top:0;margin-bottom:32px;font-size:16px;line-height:32px}

/* skip */
.skip a{position:absolute;left:-3000%}
.skip a:focus{display:inline-block;top:0;left:0;z-index:9999;width:20%;height:30px;background:#000;line-height:30px;color:#fff;text-align:center}
#skipCt{min-height:1000px;overflow-x:hidden;width:100%;background:#fff}
#box-main #skipCt{background:#fff}

/* header */
#header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:10;
	transition:top .1s;
	min-width:1200px;
    height:120px;
}
@keyframes mymove {
	from {width:0;background:#fff;}
	/*22% {background:#fff;}*/
	to {width:100%;background:url('/static/pc/global/template/images/bg/bg_header_line.png') repeat-x 0 0;}
}

#header .right-motion {
	position:absolute;
	top:0;
	right:0;
}
body{overflow-x:hidden;}
#header h1 a {
	position:absolute;
	top:38px;
	left:138px;
	background:url('/static/pc/global/template/images/logo/logo_h1_scrollUp.png') no-repeat 0 0;
	background-position:0;
	width:242px;
	height:32px;
	display:block;
	text-indent:101%;
	overflow:hidden;
	white-space: nowrap;
	font-size:0;
	line-height:0;
}
#header.main h1 a {
	background:url('/static/pc/global/template/images/logo/logo_h1.png') no-repeat 0 0;
}
#header .right-motion .right-menu {
	position:absolute;
	top:40px;
	right:30px;
	width:316px;
	text-align:right
}

#header .right-motion .right-menu .customer_center .tel {
	display:block;
	width:164px;
	height:32px;
	text-indent:-9999em;
	text-align:left;
	background:url(/static/pc/global/template/images/icon/ico_tel_scrollUp.png) no-repeat 0 0
}
#header.main .right-motion .right-menu .customer_center .tel {
	background:url(/static/pc/global/template/images/icon/ico_tel.png) no-repeat 0 0
}
#header.scroll-up .right-motion .right-menu .customer_center .tel {
	background:url(/static/pc/global/template/images/icon/ico_tel_scrollUp.png) no-repeat 0 0
}

#header .box-globalLink{position:absolute;top:0;left:218px;}
#header .box-globalLink.posi-2{left:319px;}
#header .box-globalLink > .icon{background:url('/static/pc/global/template/images/sp/sp_global_main.png') no-repeat 0 0;width:1px;height:19px;background-position:-310px -80px;position:absolute;top:28px;left:0;}
#header .box-globalLink .btn-glb{display:block;width:72px;height:72px;background:url('/static/pc/global/template/images/sp/sp_global_main.png') no-repeat 0 0;width:44px;height:27px;background-position:-119px -100px;margin:24px 0 0 21px;}
#header .box-globalLink.posi-2 .btn-glb{margin:25px 0 0 10px}
#header .box-globalLink .btn-glb .icon{background:url('/static/pc/global/template/images/sp/sp_global_main.png') no-repeat 0 0;width:1px;height:19px;background-position:-321px -80px;}
#header.scroll-up,
#header.main.scroll-up {
	background:rgba(255,255,255,0.9);
	height:72px;
	position:fixed;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
}
#header.scroll-up h1 a {
	top:14px;
	background:url('/static/pc/global/template/images/logo/logo_h1_scrollUp.png') no-repeat 0 0;
	background-size:auto 100%;
}
#header.scroll-up.main h1 a {
	top:19px;
	background:url('/static/pc/global/template/images/logo/logo_h1_scrollUp.png') no-repeat 0 0;
	background-size:auto 100%;
}
#header.scroll-up .box-globalLink .btn-glb{background-position:-169px -120px;}
#header.type-2{background:rgba(255,255,255,1);height:72px;position:fixed;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);}
#header.type-2.scroll-up{background:rgba(255,255,255,0.9)}
#header.type-2 h1 a{background:url('/static/pc/global/template/images/logo/logo_h1_scrollUp.png') no-repeat 0 0;}
#header.type-2 .box-globalLink .btn-glb{background-position:-169px -120px;}
#header.margin-type-1{top:0;}
#header .box-globalLang {
	display:none;
	position:absolute;top:0;left:218px;padding:24px 0 0 40px;
}
#header .box-globalLang:after{content:'';display:block;position:absolute;top:28px;left:0;width:1px;height:19px;background:rgba(255,255,255,0.5);}
#header .box-globalLang #btnGlobalLang{position:relative;font-size:16px;line-height:26px;color:#fff;font-weight:600;z-index:100;}
#header .box-globalLang #btnGlobalLang > span{display:inline-block;vertical-align:top;padding-right:20px;background:url('/static/pc/global/template/images/btn/btn_arrow_2_B.png') no-repeat 100% 12px;}
#header .box-globalLang .list-lang{display:none;position:absolute;top:0;left:21px;width:42px;padding:52px 9px 21px 18px;background:#fff;border:1px solid #e3e4e5;z-index:90;}
#header .box-globalLang .list-lang > li{}
#header .box-globalLang .list-lang > li > a{font-size:16px;line-height:32px;color:#666;font-weight:600;}
#header.type-2 .box-globalLang:after{background-color:rgba(0,0,0,0.35);}
#header.type-2 .box-globalLang #btnGlobalLang{color:#8e8d8d;}
#header.type-2 .box-globalLang #btnGlobalLang > span{background-image:url('/static/pc/global/template/images/btn/btn_arrow_2_B_on.png');}
#header.scroll-up .box-globalLang:after{background-color:rgba(0,0,0,0.35);}
#header.scroll-up .box-globalLang #btnGlobalLang{color:#8e8d8d;}
#header.scroll-up .box-globalLang #btnGlobalLang > span{background-image:url('/static/pc/global/template/images/btn/btn_arrow_2_B_on.png');}
#header .box-globalLang #btnGlobalLang.on{color:#333;}
#header .box-globalLang #btnGlobalLang.on > span{background-image:url('/static/pc/global/template/images/btn/btn_arrow_2_T.png');}
#header .box-globalLang #btnGlobalLang.on + .list-lang{display:block;}

/* main_mouseover */
#header.main.over {
	background:#fff
}
#header.main.over h1 a {
    background: url(/static/pc/global/template/images/logo/logo_h1_scrollUp.png) no-repeat 0 0;
}
#header.main.over #gnb li a span:after{background:#000}
#header.main.over #gnb li a {
	color:#111;
}
#header.main.over #gnb li.sel a span {
	color:#000
}
#header.main.over #gnb li a span:after {
    background:#65aaff;
}
#header.main.over #gnb li a:focus,
#header.main.over #gnb li a:hover {
	color:#000;
	text-decoration:none;
}
#header.main.over #gnb li .gnb_2depth a:focus,
#header.main.over #gnb li .gnb_2depth a:hover {
	color:#fff
}
#header.main.over .right-motion .right-menu .customer_center .tel {
    background: url(/static/pc/global/template/images/icon/ico_tel_scrollUp.png) no-repeat 0 0;
}

/*
	* height:0; : 스크롤 올릴때 번쩍
	* top:-100%;
*/

/* popup */
.popup {
	display:none;
	position:fixed;
    top:0;
    left:0;
    width:100%;
	height:100%;
    z-index:1000;
	background:rgba(0, 0, 0, 0.5);
}
.popup .inner {
	position:absolute;
	top:50%;
	left:50%;
	background:#fff;
    transform: translate(-50%, -50%);
}
.popup .inner .btn_close_map {
	position:absolute;
	top:12px;
	right:-50px;
	width:40px;
	height:40px;
	text-indent:-999em;
	background:url(/static/pc/global/template/images/job/btn_close_popup.png) no-repeat 0 0;
	background-size:40px;
	border:none
}
.popup .inner h1 {
	font-size:30px;
	color:#fff;
	font-weight:600;
	padding:10px 0 10px 30px;
	background:#2e398e;
	border-radius:10px 10px 0 0
}
.popup.popup_map .inner {
	width:600px;
	height:438px;	
	border-radius:10px;
}
.popup.popup_map .inner iframe {
	width:100%;
	height:378px;
	border-radius:0 0 10px 10px;
}
.popup .btn_close_popup {
}

/* gnb */
#gnb {
	text-align:center;
}
#gnb li{display:inline-block;position:relative}
#gnb li a {
	display:block;
	font-weight:500;
	font-size:20px;
	line-height:20px;
	height:20px;
	color:#111;
	letter-spacing:-1px;
	padding:48px 38px 53px;
	transition:all .1s;
	position:relative;
}
.main #gnb li a {
	color:#fff;
}
#gnb li a span {position:relative;display:block}
#gnb li a:focus,
#gnb li a:hover {text-decoration:none;}
#gnb li a span:after {
	content:'';
	display:block;
	clear:both;
	background:#65aaff;
	height:6px;
	position:absolute;
	bottom:-22px;
	left:0;
	right:0;
	width:0;
	transition:all 0.2s;
	border-radius:10px
}
.main #gnb li a span:after {
	background:#fff
}
#gnb li.sel a span {
	color:#000
}
#gnb li.sel a span:after,
#gnb li a:focus span:after,
#gnb li a:hover span:after {
	content:'';
	display:block;
	clear:both;
	left:50%;
	right:0;
	width:32px;
	margin-left:-16px;
}
#header.main {
	background:none;
}
#header.main .sns a {
	background-color:rgba(255, 255, 255, 0.2)
}
#header.scroll-up .sns a, 
#header.main.scroll-up .sns a {
	background-color:rgba(0, 0, 0, 0.2)
}
#header {
	background:#fff;
}

#header.scroll-up #gnb li a {
	color:#111;
	padding-top:24px;
	padding-bottom:29px;
	text-shadow:none
}
#header.scroll-up #gnb li.sel a span {
	color:#000
}
#header.scroll-up #gnb li a:focus,
#header.scroll-up #gnb li a:hover {
	color:#000;
	text-decoration:none;
}
#header.scroll-up #gnb li a:after{bottom:-1px;}
#header.scroll-up .gnb_2depth {
	top:72px
}
#header.scroll-up #gnb li .gnb_2depth a:focus,
#header.scroll-up #gnb li .gnb_2depth a:hover {
	color:#fff
}
#header.scroll-up .right-motion .right-menu {
	top:20px
}
#header.type-2 #gnb li a span:after{background:#000;}
#header.type-2 #gnb li a{color:#333;padding-bottom:24px;}
#header.type-2 #gnb li a:focus,
#header.type-2 #gnb li a:hover{color:#2e388d;text-decoration:none;}
#header.type-2 #gnb li a:after{bottom:-1px;}

/* box-siteMap */
#header .box-siteMap {
	position:absolute;
	top:25px;
	left:44px;
}
#header .box-siteMap .btn-layer {
	display:block;
	width:44px;
	height:39px;
	padding:18px 0 0 16px;
}
#header .box-siteMap .btn-layer span {
	background:url('/static/pc/global/template/images/btn/btn_all_scroll.png') no-repeat 0 0;
	width:40px;
	height:36px;
	display:block;
}
#header.main .box-siteMap .btn-layer span {
	background:url('/static/pc/global/template/images/btn/btn_all.png') no-repeat 0 0;
}
#header.scroll-up .box-siteMap{background-position:-100px -80px;}
#header.scroll-up .box-siteMap .btn-layer span {
	background:url('/static/pc/global/template/images/btn/btn_all_scroll.png') no-repeat 0 0;
}
#header.scroll-up .box-siteMap {
	top:0
}
#header.type-2 .box-siteMap .btn-layer span{background-position:-130px -80px;}

@media all and (max-width:1720px) {
	#gnb {margin-left:0px}
	#gnb li a{padding-left:19px;padding-right:19px;font-size:20px}
	#header .right-motion .right-menu {width:250px}
	#header .right-motion .right-menu a {font-size:15px}
	#header .right-motion .right-menu .member_type_area {}
	#header .right-motion .right-menu .member_type_area > a {width:50px;font-size:15px;}
}

/*location*/
#box-common-location {
	display:none;
	position:absolute;
	top:468px;
	left:0;
	right:0;
	width:100%;
	height:50px;
	z-index:1;
}
#box-common-location > ul{*zoom:1;}
#box-common-location > ul:after{content:'';display:block;clear:both;}
#box-common-location > ul {
	text-align:right;
	margin-right:100px;
}
#box-common-location > ul > li {
	display:inline-block;
	position:relative;	
	padding:0 15px 0 18px;
	font-size:16px;  
	font-weight:400;
	line-height:24px;
	color:#666
}
#box-common-location > ul > li:after {
	content:'';
	clear:both;
	display:block;
	position:absolute;
	top:10px;
	left:0;
	width:3px;
	height:3px;
	background:#666;
	z-index:2;
	border-radius:3px
}
#box-common-location > ul > li > a {
	position:relative;
	display:inline-block;
	font-size:16px;
	line-height:25px;
	color:#666;
	z-index:100
}
#box-common-location > ul > li:first-child:after{display:none}
#box-common-location > ul > li:first-child > a:after{display:none}
#box-common-location > ul > li.on > a {
	color:#333;
}
#box-common-location > ul > li.on > a:after{}
#box-common-location .list-menu {
	position:relative;
	display:none;
	left:-21px; 
	right:-20px;
	margin-top:-38px;
	margin-right:-42px;
	padding:63px 0 16px 0;
	background:#652b9b;
	box-shadow:0 1px 10px 0 rgba(0, 0 ,0, 0.2);
	z-index:30
}
#box-common-location .list-menu > ul{padding:0 20px;max-height:400px;overflow:auto;}
#box-common-location .list-menu > ul > li{position:relative;margin-bottom:10px;/*padding-left:13px;*/}
#box-common-location .list-menu > ul > li > a {
	font-size:14px;
	line-height:22px;
	color:#666
}
#box-common-location .list-menu > ul > li > a.on{text-decoration:underline;}
#box-common-location .list-menu > ul > li:last-child{margin-bottom:0;}
#box-common-location > ul > li.on .list-menu{display:block}
#box-common-location > ul > li:last-child a {
	color:#333;
	font-weight:500
}



[data-control="subLocation"] {
	height:525px;
    margin-bottom:80px;
}

#box-common-location .tab-menu {
	display:block;
	position: absolute;
    bottom:-134px;
    width: 100%;
    left: 0;
	background:#fff;
	box-sizing:border-box
}
#box-common-location .tab-menu ul {
	display:table;
	width:1300px;
	margin:0 auto;
	table-layout:fixed
}
#box-common-location .tab-menu ul li {
	display:table-cell;
}
#box-common-location .tab-menu ul li a {
	display:block;
	width:100%;
	padding:20px 0 20px;
	font-size:16px;
	letter-spacing:-1.5px;
	text-align:center;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #e8e8e8;
}
#box-common-location .tab-menu ul li a.on {
	color:#2e398e;
	font-weight:600;
	background:#f0f0f0;
	border-top:4px solid #2e398e;
	border-left:1px solid #2e398e;
	border-right:1px solid #2e398e;
	border-bottom:1px solid #f0f0f0;
	box-shadow:2px 0 1px 0 rgba(0, 0, 0, 0.1)
}
#box-common-location .tab-menu ul li a:after {
	content: '';
    position: absolute;
    top: 0;
    right:-10px;
    width: 20px;
    height: 30px;
}
#box-common-location .tab-menu ul li:last-child a:after {
	display:none
}


/* sns */
.sns {
	display:flex;
	justify-content: center;
}
.sns a {
	width:50px;
	height:50px;
	border:1px solid #fff;
	border-radius:50px;
	margin-left:13px
}
.sns a i {	
	display:block;
	width:100%;
	height:100%;
	text-indent: -999em;
	text-align:left;
}
.sns a i.ico_facebook {
	background:url(/static/pc/global/template/images/icon/ico_facebook.png) no-repeat 50% 50%
}
.sns a i.ico_insta {
	background:url(/static/pc/global/template/images/icon/ico_insta.png) no-repeat 50% 50%
}
.sns a i.ico_blog {
	background:url(/static/pc/global/template/images/icon/ico_blog.png) no-repeat 50% 50%
}

/* footer */
footer {
	position:relative;
	display:flex;
	justify-content:space-evenly;
	width:100%;
	margin:0 auto;
	padding:54px 0 54px 0px;
	background:#16171a;
	box-sizing:border-box;
}
footer .inner h1.f_logo a span {
	display:block;
	width:241px;
    height:55px;
	text-indent:-999em;
	margin:0 auto;
	background: url(/static/pc/global/template/images/logo/logo_footer.png) no-repeat 0 0;
}
footer address {
	margin-top:24px;
	width:100%;
	font-size:14px;
	font-weight:300;
	line-height:26px;
	text-align:center;
	color:#fff
}
footer address em a {
	color:#ffea00;
	font-weight:500
}
footer address span.bar {
	display:inline-block;
	width:1px;
	height:14px;
	background:#4e4e4e;
	margin:0 16px -2px 16px
}
footer address .sinfo_area {
	margin-top:24px
}
p.sinfo {
	font-size:12px;
	color:#888;
	line-height:18px;
}
footer address p.copyright {
	margin-top:10px;
	font-size:12px;
	color:#888
}

/* box-tool */
#header .box-tool{position:absolute;top:0;right:95px;box-sizing:border-box;}
#header .box-tool .btn-tool{display:block;width:100%;height:74px;font-family:'ProximaNovaBold';color:#fff;font-size:15px;position:relative;line-height:72px;text-align:center;border:dotted 1px transparent;box-sizing:border-box;}
#header .box-tool .gap-wrap{width:326px;position:relative;height:73px;}
#header .box-tool .btn-tool:focus{border:dotted 1px #fff;}
#header .box-tool .btn-tool .bg-1{position: absolute;box-sizing:border-box;top:-1px;left:0;width:125px;border-bottom:73px solid #333;border-left:125px solid transparent;transition:All .5s;}
#header .box-tool .btn-tool .bg-2{position: absolute;box-sizing:border-box;top:-1px;left:50%;margin-left:-39px;border-bottom:73px solid #333;width:78px;}
#header .box-tool .btn-tool .bg-3{position: absolute;box-sizing:border-box;top:-1px;right:0;width:125px;border-top:73px solid #333;border-right:125px solid transparent;transition:All .5s;}
#header .box-tool.on .btn-tool .bg-1{border-left-width:0;}
#header .box-tool.on .btn-tool .bg-2{}
#header .box-tool.on .btn-tool .bg-3{border-right-width:0;}
#header .box-tool .btn-tool .icon{position:absolute;top:50%;right:-34px;background:url('/static/pc/global/template/images/sp/sp_global_main.png') no-repeat 0 0;width:10px;height:6px;background-position:0 -79px;margin-top:-2px;}
#header .box-tool.on .btn-tool .icon{position:absolute;top:50%;right:-34px;background:url('/static/pc/global/template/images/bl/bul_up.png') no-repeat 0 0;width:10px;height:5px;margin-top:-2px;}
#header .box-tool .btn-tool .gap{position:relative;z-index:10;font-weight:600;}
#header.scroll-up .box-tool .btn-tool:after{/* bottom:-1px; */}
#header.type-2 .box-tool .btn-tool:after{/* bottom:-1px; */}

#header .box-langLink{position:absolute;top:72px;left:0;max-height:0;overflow:hidden;transition: all 0.5s;}
#header .box-langLink .lang-top{width:162px;padding:24px 29px 29px;background:#333;}
#header .box-langLink .lang-top .lang-title{display:block;padding:0 0 15px;text-align:center;border-bottom:solid 1px #66a5c8;font-weight:600;font-size:16px;color:#fff;}
#header .box-langLink .lang-top .lang-list{padding:13px 0 0 20px}
#header .box-langLink .lang-top .lang-list:after{display:block;content:'';clear:both;}
#header .box-langLink .lang-top .lang-list li{float:left;margin-right:27px;}
#header .box-langLink .lang-top .lang-list li:last-child{margin-right:0;}
#header .box-langLink .lang-top .lang-list li > a{display:block;font-weight:600;font-size:16px;color:#a3c5e2;}
#header .box-langLink .lang-top .lang-list li > a.sel,
#header .box-langLink .lang-top .lang-list li > a:hover,
#header .box-langLink .lang-top .lang-list li > a:focus{color:#fff;text-decoration:underline;}
#header .box-langLink .lang-bottom{position:relative;background:#fff;margin-bottom:30px;}
#header .box-langLink .lang-bottom a{display:block;padding:22px 27px 76px;background:url('/static/pc/global/template/images/bg/bg_global.png') no-repeat 0 0;background-position:45px 60px;border:1px solid #e6e6e6;border-bottom:0;}
/*.box-langLink .lang-bottom a:before{display:block;content:'';position:absolute;bottom:-30px;left:0;width:100%;box-sizing:border-box;border-top:30px solid #fff;border-right:50px solid transparent;}*/
#header .box-langLink .lang-bottom a .btn-global{display:inline-block;font-weight:600;font-size:16px;color:#333;}
#header .box-langLink .lang-bottom a .btn-global:after{display:inline-block;content:'';width:7px;height:12px;margin:0 0 0 7px;background:url('/static/pc/global/template/images/sp/sp_global_main.png') no-repeat 0 0;background-position:-750px -70px}
#header .box-langLink .lang-bottom .border{display:block;position: absolute;bottom: -30px;left: 0;width: 169px;box-sizing: border-box;height: 30px;background: #fff;border-left: solid 1px #e6e6e6;border-bottom: solid 1px #e6e6e6;margin-right: 50px;margin-bottom: 0px;/* overflow: hidden; */}
#header .box-langLink .lang-bottom .border:after{display:block;content:'';position:absolute;bottom: 12px;width:100%;box-sizing:border-box;height: 30px;background: #fff;width: 60px;transform: rotate(-30deg);right: -48px;border-bottom: solid 1px #e6e6e6;}
/* #header .box-langLink .box-globalNetwork{position:relative;width:226px;padding-bottom:18px;box-sizing:border-box;background:#fff;}
#header .box-langLink .box-globalNetwork:after{content:'';display:block;position:absolute;bottom:0;left:0;right:0;height:39px;background:url('/static/pc/global/template/images/bg/bg_grad_7.png') repeat-x 0 0;}
#header .box-langLink .box-globalNetwork .title-network{padding:21px 0 11px 0;margin-left:18px;margin-right:18px;margin-bottom:16px;border-bottom:1px solid #e3e4e6;text-align:center;}
#header .box-langLink .box-globalNetwork .title-network > a{display:inline-block;padding-right:14px;background:url('/static/pc/global/template/images/bl/bl_arrow_05.png') no-repeat 100% 14px;font-size:16px;line-height:32px;color:#333;font-weight:600;vertical-align:top;}
#header .box-langLink .box-globalNetwork .list-network{position:relative;padding:0 18px;max-height:340px;box-sizing:border-box;overflow-y:auto;}
#header .box-langLink .box-globalNetwork .list-network > li{margin-bottom:10px;}
#header .box-langLink .box-globalNetwork .list-network > li:last-child{margin-bottom:0;}
#header .box-langLink .box-globalNetwork .list-network > li > a{font-size:14px;line-height:22px;color:#666;}
#header .box-langLink .box-globalNetwork .list-network > li > a.on{text-decoration:underline;}
#header .box-langLink .box-globalNetwork .list-network .img-flag{width:25px;margin-top:3px;margin-right:10px;vertical-align:top;} */
#header .box-globalNetwork{position:absolute;top:25px;left:330px;}
#header .box-globalNetwork #btnGlobalNetwork{position:relative;display:inline-block;padding-right:20px;background:url('/static/pc/global/template/images/btn/btn_arrow_2_B.png') no-repeat 100% 11px;vertical-align:top;z-index:100;}
#header .box-globalNetwork #btnGlobalNetwork > span{display:block;width:24px;height:24px;background:url('/static/pc/global/template/images/icon/icon_global_1.png') no-repeat 0 0;}
#header .box-globalNetwork .list-network-wrap{display:none;position:absolute;top:-25px;left:-20px;box-sizing:border-box;width:270px;padding-bottom:18px;background:#fff;border:1px solid #e3e4e5;z-index:90;box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.06);}
#header .box-globalNetwork .list-network-wrap .title-network{padding:20px 0 19px 63px;margin-left:18px;margin-right:18px;margin-bottom:16px;border-bottom:1px solid #e3e4e6;text-align:left;}
#header .box-globalNetwork .list-network-wrap .title-network > span,
#header .box-globalNetwork .list-network-wrap .title-network > a{display:inline-block;font-size:16px;line-height:32px;color:#333;font-weight:600;vertical-align:top;}
#header .box-globalNetwork .list-network-wrap .list-network{position:relative;padding:0 18px;max-height:321px;box-sizing:border-box;overflow-y:auto;}
#header .box-globalNetwork .list-network-wrap .list-network > li{margin-bottom:10px;}
#header .box-globalNetwork .list-network-wrap .list-network > li:last-child{margin-bottom:0;}
#header .box-globalNetwork .list-network-wrap .list-network > li > a{font-size:14px;line-height:22px;color:#666;}
#header .box-globalNetwork .list-network-wrap .list-network > li > a.on{text-decoration:underline;}
#header .box-globalNetwork .list-network-wrap .list-network .img-flag{width:25px;margin-top:3px;margin-right:10px;vertical-align:top;}
#header.type-2 .box-globalNetwork #btnGlobalNetwork{background-image:url('/static/pc/global/template/images/btn/btn_arrow_2_B_on.png');}
#header.type-2 .box-globalNetwork #btnGlobalNetwork > span{background-image:url('/static/pc/global/template/images/icon/icon_global_1_gray.png');}
#header.scroll-up .box-globalNetwork #btnGlobalNetwork{background-image:url('/static/pc/global/template/images/btn/btn_arrow_2_B_on.png');}
#header.scroll-up .box-globalNetwork #btnGlobalNetwork > span{background-image:url('/static/pc/global/template/images/icon/icon_global_1_gray.png');}
#header .box-globalNetwork #btnGlobalNetwork.on{background-image:url('/static/pc/global/template/images/btn/btn_arrow_2_T.png');}
#header .box-globalNetwork #btnGlobalNetwork.on > span{background-image:url('/static/pc/global/template/images/icon/icon_global_1_on.png');}
#header .box-globalNetwork #btnGlobalNetwork.on + .list-network-wrap{display:block;}


/* sub-loaction */
#header .sub-loaction{background:#fff;border-top:1px solid #e6e6e6;}
#header .sub-loaction .inner-sub{border-bottom:1px solid #e6e6e6;*zoom:1;}
#header .sub-loaction .inner-sub:after{content:'';display:block;clear:both;}
#header .sub-loaction .inner-sub > .left{float:left;}
#header .sub-loaction .inner-sub > .right{float:right;}

/* tool 영역 */
/*.box-globalLink .box-langLink{display:none;height:700%;}*/
/*#header .box-globalLink.show .box-langLink{height:286px;}*/
#header .box-globalLink.show .box-langLink{max-height:450px;box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);}
#header .box-toolLink{position: absolute;top: 72px;left:1px;width:326px;max-height:0;overflow:hidden;transition: all 0.5s;}
#header .box-tool.on .box-toolLink{max-height:412px;}
#header .box-toolLink .tool-top{/*width: 266px*/;padding:28px 30px 30px;background:#333;overflow:hidden;}
#header .box-toolLink .tool-top .tool-title{display:block;line-height:21px;font-weight:600;font-size: 16px;color:#fff;}
#header .box-toolLink .tool-top .ipt-1{float:left;position:relative;width: 215px;height:42px;margin-top:16px;background:#fff;}
#header .box-toolLink .tool-top .ipt-1:after{display:inline-block;content:'';position:absolute;top:7px;right:0;width:1px;height:29px;background:#cde5f3;}
#header .box-toolLink .tool-top .ipt-1 input{box-sizing:border-box;width:100%;height: 42px;padding-left: 10px;font-size: 14px;line-height: 42px;color: #333;/* letter-spacing:-0.5px; */}
#header .box-toolLink .tool-top .btn-1{float: left;position: relative;width:50px;height: 35px;margin-top: 16px;background:#fff;}
#header .box-toolLink .tool-top .btn-1:before{content: '';display: block;position: absolute;bottom: -7px;left: 0;width: 100%;box-sizing: border-box;border-top: solid 7px #fff;border-right: 14px solid transparent;}
#header .box-toolLink .tool-top .btn-1 .icon-search{position: relative;display: inline-block;background:url('/static/pc/global/template/images/icon/icon_search_2.png') no-repeat 50% 50%;vertical-align:top;}
#header .box-toolLink .tool-top .btn-1 .icon-search input{position:relative;width:50px;height:42px;font-size:0;line-height:0;}
#header .box-toolLink .tool-bottom{border:1px solid #e3e4e5;border-top:0;}
#header .box-toolLink .tool-bottom .tool-list{padding:0px 30px 0px 29px;background:#f2f2f2;}
#header .box-toolLink .tool-bottom .tool-list > li{position:relative;}
#header .box-toolLink .tool-bottom .tool-list > li:last-child a{border-bottom:none;}
#header .box-toolLink .tool-bottom .tool-list > li a{display:block;padding:13px 0px 16px;border-bottom:solid 1px #d9d9d9;font-weight:600;font-size: 16px;color:#333;/* letter-spacing:1px; */}
#header .box-toolLink .tool-bottom .tool-list > li a:after{display:inline-block;content:'';position:absolute;top:19px;right:0;width:9px;height:15px;background:url('/static/pc/global/template/images/bl/bul_arrow.png') no-repeat 0 0;}

#header .siteMap-wrap{display:none;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:0;z-index:2000;transition: all 0.5s ease;}
#header .siteMap-wrap.on{display:block;height:100%;transition: all 1s;transition-delay: 0.9s;}
#header .siteMap-wrap .siteMap-bg{width:100%;height:100%;position:relative;}
#header .siteMap-wrap .siteMap-bg.scroll{overflow-y:auto;z-index:1100;}
#header .siteMap-wrap:after {
	content: "";
	height:0;
	left: 50%;
	overflow: hidden;
	position: fixed;top: 50%;-webkit-transform: translate(-50%, -50%) rotate(-30deg);-ms-transform: translate(-50%, -50%) rotate();
	transform: translate(-50%, -50%) rotate(-30deg);
	transition: height 0.2s cubic-bezier(0.55, 0.085, 0, 0.99);
	width: 200%;
	z-index:1000;
	background:#333;
	transition-delay: 0.9s;
	transition: all 0.5s;
}
#header .siteMap-wrap.on:after{height:200%;transition: height 0.9s}
#header .siteMap-wrap .siteMap-bg .sm-inner {
	position:relative;
	top:131px;
	opacity:0;
	z-index:2000;
	width:1280px;
	max-height:0;
	margin:0 auto;
	overflow:hidden;
	transition: all 0.5s;
}

@media all and (max-width: 1450px) {
	#gnb {
		margin-left:0
	}
}
/* ~1280 */
@media all and (max-width:1400px) {
	#header .siteMap-wrap .siteMap-bg .sm-inner{top:70px;}
	#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth > li{margin-bottom:20px;}
}
#header .siteMap-wrap.on .siteMap-bg .sm-inner {
	max-height:1000px;
	opacity:1;
	z-index:3100;
}
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth .title{display:block;margin-bottom:16px;font-weight:600;font-size:20px;color:#fff;}
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth .title.on{text-decoration:underline;}
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth:after{display:block;content:'';clear:both;}
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth > li {
	float:left;
	width:256px;
	min-height:222px;
	margin-bottom:54px;
	box-sizing:border-box;
	padding-right:10px;
}
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth > li > a {
	position:relative;
	display:inline-block;
	margin-bottom:17px;
	text-align:left;
	font-weight:400;
	font-size:24px;
	color:#fff;
	width:184px;
	padding:10px 60px 12px 0;
}
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth > li > a.on,
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth > li > a:hover {
	color:#7c9beb;
	text-decoration:underline;
}
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth > a:hover{text-decoration:underline;}
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth > a:focus{text-decoration:none;}
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth .sm-twoDepth > li{margin-bottom:5px;}
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth .sm-twoDepth > li > a {
	display:block;
	line-height:45px;
	box-sizing:border-box;
	font-size:18px;
	font-weight:200;
	color:#f1f1f1
}
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth .sm-twoDepth > li > a.on,
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth .sm-twoDepth > li > a:hover,
#header .siteMap-wrap .siteMap-bg .sm-inner .sm-oneDepth .sm-twoDepth > li > a:focus{text-decoration:underline;}
#header .siteMap-wrap .siteMap-bg .sm-inner .pcy-list{float:left;width:540px;margin-top:6px;}
#header .siteMap-wrap .siteMap-bg .sm-inner .pcy-list:last-child{padding-left:25px;box-sizing:border-box;}
#header .siteMap-wrap .siteMap-bg .sm-inner .pcy-list li{margin-bottom:16px;padding-left:26px;background:url('/static/pc/global/template/images/bl/bul_dot.png') no-repeat 0 0;}
#header .siteMap-wrap .siteMap-bg .sm-inner .pcy-list li > a{display:inline-block;line-height:14px;font-size:14px;color:#fff;}
#header .siteMap-wrap .siteMap-bg .sm-inner .pcy-list li > a:hover,
#header .siteMap-wrap .siteMap-bg .sm-inner .pcy-list li > a:focus{text-decoration:underline;}
#header .siteMap-wrap.on .siteMap-bg .btn-smClose{display:block;opacity:1;}
#header .siteMap-wrap .siteMap-bg .btn-smClose {
	display:none;
	opacity:0;
	position:absolute;
	top:54px;
	right:60px;
	width:60px;
	height:36px;
	color:#fff;
	font-size:18px;
	padding-left:50px;
	line-height:36px;
	background:url('/static/pc/global/template/images/btn/btn_gnb_close.png') no-repeat 0 0;
	background-size:37px;
	z-index:2000;
	transition: all 0.5s;
}
#header .siteMap-wrap .box-bg > div{z-index:3000;}
#header .siteMap-btm {
	text-align:left;
	border-top:1px solid #737373;
	padding:53px 0;
}
#header .siteMap-btm a {
	font-size: 30px;
	font-weight:400;
    color: #fff;
}

/* #header .siteMap-wrap .box-bg .bg-topLeft-1_1{position:fixed;top:12px;left:50%;margin-left:-960px;width:321px;height:195px;background:url('/static/pc/global/template/images/bg/bg_siteMapTopLeft_1.png') no-repeat 0 0;transform:translate(-1000px, 570px);transition:all .3s;opacity:0;transition-delay:0.2s;}
#header .siteMap-wrap .box-bg .bg-topLeft-1_2{position:fixed;top:30px;left:50%;margin-left:-960px;width:321px;height:195px;background:url('/static/pc/global/template/images/bg/bg_siteMapTopLeft_1.png') no-repeat 0 0;transform:translate(-1000px, 570px);transition:all .3s;opacity:0;transition-delay:0.3s;}
#header .siteMap-wrap .box-bg .bg-topLeft-1_3{position:fixed;top:48px;left:50%;margin-left:-960px;width:321px;height:195px;background:url('/static/pc/global/template/images/bg/bg_siteMapTopLeft_1.png') no-repeat 0 0;transform:translate(-1000px, 570px);transition:all .3s;opacity:0;transition-delay:0.4s;}
#header .siteMap-wrap .box-bg .bg-topLeft-1_4{position:fixed;top:66px;left:50%;margin-left:-960px;width:321px;height:195px;background:url('/static/pc/global/template/images/bg/bg_siteMapTopLeft_1.png') no-repeat 0 0;transform:translate(-1000px, 570px);transition:all .3s;opacity:0;transition-delay:0.4s;}
#header .siteMap-wrap .box-bg .bg-topLeft-1_5{position:fixed;top:84px;left:50%;margin-left:-960px;width:321px;height:195px;background:url('/static/pc/global/template/images/bg/bg_siteMapTopLeft_1.png') no-repeat 0 0;transform:translate(-1000px, 570px);transition:all .3s;opacity:0;transition-delay:0.4s;}
#header .siteMap-wrap .box-bg .bg-topLeft-2{position:fixed;top:0;left:50%;margin-left:-756px;width:342px;height:198px;background:url('/static/pc/global/template/images/bg/bg_siteMapTopLeft_2.png') no-repeat 0 0;transform:translate(400px, -228px);transition:all .1s;opacity:0;transition-delay:0.6s;}
#header .siteMap-wrap .box-bg .bg-topLeft-3{position:fixed;top:197px;left:50%;margin-left:-960px;width:204px;height:149px;background:url('/static/pc/global/template/images/bg/bg_siteMapTopLeft_3.png') no-repeat 0 0;transform:translate(400px, -228px);transition:all .1s;opacity:0;transition-delay:0.6s;}
#header .siteMap-wrap .box-bg .bg-bottomRight-1_1{position:fixed;bottom:0;right:50%;margin-right:-595px;width:332px;height:192px;background:url('/static/pc/global/template/images/bg/bg_siteMapBottomRight_1.png') no-repeat 0 0;transform:translate(-300px, 171px);transition:all .1s;opacity:0;transition-delay:0.2s;}
#header .siteMap-wrap .box-bg .bg-bottomRight-1_2{position:fixed;bottom:-17px;right:50%;margin-right:-595px;width:332px;height:192px;background:url('/static/pc/global/template/images/bg/bg_siteMapBottomRight_1.png') no-repeat 0 0;transform:translate(-300px, 171px);transition:all .1s;opacity:0;transition-delay:0.3s;}
#header .siteMap-wrap .box-bg .bg-bottomRight-1_3{position:fixed;bottom:-34px;right:50%;margin-right:-595px;width:332px;height:192px;background:url('/static/pc/global/template/images/bg/bg_siteMapBottomRight_1.png') no-repeat 0 0;transform:translate(-300px, 171px);transition:all .1s;opacity:0;transition-delay:0.4s;}
 */

/* 전체메뉴 바탕 꾸밈 */
#header .siteMap-wrap .box-bg .bg-bottomRight-2 {
	position:fixed;
	bottom:0;
	right:0;
	margin-right:0;
	width:99%;
	height:52%;
	background:url('/static/pc/global/template/images/bg/kovea_line01.png') no-repeat 0 0;
	transform:translate(-300px, 171px);
	transition:all .1s;
	opacity:0;
	transition-delay:0.6s;
}
#header .siteMap-wrap .box-bg .bg-bottomRight-3 {
	position:fixed;
	bottom:0;
	right:0;
	margin-right:0;
	width:99%;
	height:50%;
	background:url('/static/pc/global/template/images/bg/kovea_line01.png') no-repeat 0 0;
	transform:translate(-300px, 171px);
	transition:all .1s;
	opacity:0;
	transition-delay:0.6s;
}
/* #header .siteMap-wrap.line-on .box-bg .bg-topLeft-1_1{transition:all .6s;transition-delay:0.2s;}
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-1_2{transition:all .6s;transition-delay:0.3s;}
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-1_3{transition:all .6s;transition-delay:0.4s;}
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-1_4{transition:all .6s;transition-delay:0.4s;}
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-1_5{transition:all .6s;transition-delay:0.6s;}
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-2{transition:all .6s;transition-delay:0.6s;}
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-3{transition:all .6s;transition-delay:0.2s;}
#header .siteMap-wrap.line-on .box-bg .bg-bottomRight-1_1{transition:all .6s;transition-delay:0.2s;}
#header .siteMap-wrap.line-on .box-bg .bg-bottomRight-1_2{transition:all .6s;transition-delay:0.3s;}
#header .siteMap-wrap.line-on .box-bg .bg-bottomRight-1_3{transition:all .6s;transition-delay:0.4s;}
 */

#header .siteMap-wrap.line-on .box-bg .bg-bottomRight-2 {
	transition:all .6s;
	transition-delay:0.1s;
}
#header .siteMap-wrap.line-on .box-bg .bg-bottomRight-3 {
	transition:all .6s;
	transition-delay:0.6s;
}

/* #header .siteMap-wrap.line-on .box-bg .bg-topLeft-1_1,
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-1_2,
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-1_3,
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-1_4,
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-1_5,
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-2, 
#header .siteMap-wrap.line-on .box-bg .bg-topLeft-3 {transform:translate(0, 0);opacity:0.5;transition:all .6s;}*/

/* #header .siteMap-wrap.line-on .box-bg .bg-bottomRight-1_1,
#header .siteMap-wrap.line-on .box-bg .bg-bottomRight-1_2,
#header .siteMap-wrap.line-on .box-bg .bg-bottomRight-1_3,*/
#header .siteMap-wrap.line-on .box-bg .bg-bottomRight-2 {
	transform:translate(0, 0);
	opacity:0.3;
	transition:all .6s;
}
#header .siteMap-wrap.line-on .box-bg .bg-bottomRight-3 {
	transform:translate(0, 0);
	opacity:0.1;
	transition:all .8s;
}

/* slick */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before,.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;outline:none}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}

/* 썸네일 리스트 이미지 없는경우*/
.list-HrImgBanner-wrap.thumb-none .list-HrImgBanner{/*position:relative;background-color:#f2f2f2;*/background:url('/static/pc/global/template/images/bg/bg_none.jpg') no-repeat 0 0;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;}

/*프린트*/
@media print{
	*{-webkit-print-color-adjust: exact;}
	/*body{zoom:50%;}*/
	/**::-ms-backdrop, body{ zoom:90%; }*/
	/*body:first-of-type{zoom:60%;}*/
	/*body, x:-moz-any-link {zoom:50%;}*/
	/*_:-ms-lang(x), body{zoom:85%;}
	_:-ms-lang(x), #header{zoom:85%;}*/
	.cmPrintNone{display:none !important;}

	/*#header.scroll-up{position:absolute;}
	#header.margin-type-1{top:0;}*/
	#header{display:none !important;}
	#box-common-location{display:none !important;}
	#footer{display:none !important;}
	.common-btnTopType-1{display:none !important;}
	.box-subMainBusiness .list-navi-2{position:absolute !important;top:0 !important;}
	.box-subMainBusiness .list-cont > li .line-1-1,
	.box-subMainBusiness .list-cont > li .line-1-2,
	.box-subMainBusiness .list-cont > li .line-2-1,
	.box-subMainBusiness .list-cont > li .line-2-2,
	.box-subMainBusiness .list-cont > li .line-3-1,
	.box-subMainBusiness .list-cont > li .line-3-2,
	.box-subMainBusiness .list-cont > li .line-4-1,
	.box-subMainBusiness .list-cont > li .line-4-2,
	.box-subMainBusiness .list-cont > li .line-5-1,
	.box-subMainBusiness .list-cont > li .line-5-2{opacity:1 !important;-webkit-transform:translate(0, 0) !important;-ms-transform:translate(0, 0) !important;transform:translate(0, 0) !important;}
	.box-subMainCop .list-navi{display:none !important;}
	/*법인페이지*/
	#btnCrLang{display:none !important;}
	.box-crListNavi{display:none !important;}
}


/************** 분양사이트 *************/
.gnb_2depth {
	display:none;
	position:absolute;
    background:#000845 url(/static/pc/global/template/images/bg/2depth_bg.jpg) no-repeat 50% 50%;
    z-index:100;
    top:120px;
    left:50%;
	width:100%;
	min-height:200px;
	padding:0;
	text-align:center;
	transition:all .1s;
	box-shadow:0 2px 10px 0 rgba(0, 0, 0, 0.2);
	transform: translateX(-50%);
	overflow:hidden
}
.gnb_2depth ul {
	display:flex;
	justify-content:center;
	margin-top:20px
}
.gnb_2depth li {
	display:block;
	width:145px
}
.gnb_2depth li a {
	display:block;
	text-align:center;
	font-size:16px !important;
	font-weight:300 !important;
	line-height:20px;
	letter-spacing:-1.5px;
	height:auto;
	color:#fff !important;
	padding:12px 0 !important;
    transition:all .1s;
    position:relative;
}
.gnb_2depth li a:focus,
.gnb_2depth li a:hover {	
	color:#65aaff !important;
}
.gnb_2depth > ul > li:last-child {
	display:none !important
}
#header.scroll-up .gnb_tabs {
	opacity:0.9
}
.gnb_tabs {
	border-bottom:1px solid #ddd
}
.gnb_tabs ul {
	display: flex;
    justify-content: center;
    width: 1200px;
	height:100%;
    margin: 0 auto;	
}
.gnb_tabs li {
	cursor:pointer;
	font-size:18px;
	text-align:center;
	padding:0 40px;
	height:60px;	
	position:relative
}
.gnb_tabs li a {
	display:block;
	color:#666;
	font-weight:300;
	line-height:60px
}
.gnb_tabs li a:hover {
	text-decoration:none
}
.gnb_tabs li a.on {
	color:#333;
	font-weight:500
}
.gnb_tabs li a.on:after {
	content: '';
    position: absolute;
    left:50%;
    bottom:0;
    width: 55%;
    height: 4px;
    background: #65aaff;
    transform: translate(-50%, 0);
}


input[type='text'].datepicker {
	height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    font-size: 16px;
    border: solid 1px #e3e4e5;
    color: #666;
    box-sizing: border-box;
	background:#fff url(/static/pc/global/template/images/icon/calendar.png) no-repeat 94% 50%;
	background-size:20px
}
.quick_menu {
	position:absolute;
	top:30%;
	right:0px;
	z-index:5
}
.quick_menu .qmenu {
	display:flex;
	justify-content:center;
	flex-direction: column;
}
.quick_menu .qmenu a {
	width:160px;
	height:160px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	color:#fff;
	font-size:18px;
	background:#001bb0;
}
.quick_menu .qmenu a i {
	display:block;
	width:72px;
	height:72px;
	margin:0 auto 12px
}
.quick_menu .qmenu a.vip i {
	background:url(/static/pc/global/template/images/icon/ico_f_menu1.png) no-repeat 0 0
}
.quick_menu .qmenu a.map i {
	background:url(/static/pc/global/template/images/icon/ico_f_menu2.png) no-repeat 0 0
}
.quick_menu .qmenu a.kakao i {
	background:url(/static/pc/global/template/images/icon/ico_f_menu3.png) no-repeat 0 0
}
.quick_menu .qmenu a:hover {
	text-decoration:none
}
.quick_menu .qmenu a:nth-child(2) {
	background:#005aff
}
.quick_menu .qmenu a:nth-child(3) {
	background:#65aaff
}


/* ////////////////// sub ////////////////// */
.img_area {
	width:1120px;
	margin:0 auto
}
.business_info {
	width:1120px;
	display:flex;
	justify-content: space-between;
	padding:80px 0;
	margin:0 auto 18px;
	background:#03154f;
}
.business_info .left,
.business_info .right {
	width:50%;	
	padding:0 64px;
	box-sizing:border-box
}
.business_info .row span {
	display:block;
	font-size:24px;
	font-weight:600;
	color:#fff;
	margin-bottom:14px
}
.business_info .row p {
	font-size:18px;
	font-weight:300;
	color:#fff;
	margin-bottom:50px
}
.business_info .row p em {
	color:#ffea00;
	font-weight:600;
}
.t_info {
	width:1120px;
	margin:0 auto;
	font-size:16px;
	color:#666;
	line-height:27px
}

.tabs {
	width:1120px;
	margin:0 auto 80px;
	display:flex;
	justify-content:space-around;
}
.tabs a {
	width:100%;
	height:72px;
	line-height:72px;
	display:block;
	font-family:'Roboto';
	color:#333;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	border:1px solid #ccc;
	background:#fff;
}
.tabs a:hover {
	background:#f0f0f0
}
.tabs a.active {
	color:#fff;
	background:#03154f;
	border-color:#03154f
}
.tab_content {
	display:none
}
.tab_content.active {
	display:block;
	width:1120px;
	margin:0 auto
}

.sub_tit {
	text-align: center;
    color: #111;
    font-size: 36px;
    font-weight: 200;
}
.sub_tit em {
	display: block;
    font-size: 56px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -4px;
}

.life_info {
	border-top:1px solid #eee;
	padding-top:80px;
	margin-top:80px
}
.life_info .box {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	height:210px;
	margin-bottom:78px
}
.life_info .box span[class^="ico_"] {
	display:block;
	width:213px;
	height:210px;
	margin-right:40px;
	flex-shrink: 0;
}
.life_info .box span.ico_life1 {
	background:url(/static/pc/global/template/images/company/ico_pr1.png) no-repeat 0 0
}
.life_info .box span.ico_life2 {
	background:url(/static/pc/global/template/images/company/ico_pr2.png) no-repeat 0 0
}
.life_info .box span.ico_life3 {
	background:url(/static/pc/global/template/images/company/ico_pr3.png) no-repeat 0 0
}
.life_info .box span.ico_life4 {
	background:url(/static/pc/global/template/images/company/ico_pr5.png) no-repeat 0 0
}
.life_info .box .txt em {
	font-size:32px;
	font-weight:500;
	color:#65aaff
}
.life_info .box .txt p {
	margin-top:8px;
	font-size:24px;
	font-weight:300;
	line-height:36px;
	color:#111
}

.map {
	width:1120px;
	margin:0 auto
}
.map_info {
	width:1120px;
	margin:0 auto;
	padding:32px 64px;
	background:#03154f;
	box-sizing:border-box
}
.map_info h3 {
	font-size:24px;
	font-weight:600;
	color:#fff
}
.map_info p {
	margin-top:15px;
	font-size:18px;
	color:#fff
}

.design_info {
	width:1120px;
	margin:80px auto 0;
	display:flex;
	justify-content: space-between;
	align-items:center
}
.design_info .txt {
	width:500px;
}
.design_info .img_area {
	width:544px;
	margin:0
}
.design_info .txt .txt_line {
	font-size:18px;
	font-weight:300;
	color:#555;
	line-height:26px;
	padding:50px 0;
	border-bottom:1px solid #eee
}
.design_info .txt .txt_line em {
	display:block;
	font-size:24px;
	font-weight:600;
	color:#333;
	margin-bottom:14px;
}

.layout_info,
.type_info {
	width:1120px;
	margin:40px auto 0;
	padding:26px;
	background:#f8f8f8;
	box-sizing:border-box
}
.layout_info P,
.type_info p {
	position:relative;
	font-size:16px;
	font-weight:300;
	color:#666;
	line-height:25px;
	padding-left:10px;
	margin-bottom:15px
}
.layout_info P:before,
.type_info P:before {
	content:'';
	position:absolute;
	top:10px;
	left:0;
	width:2px;
	height:2px;
	background:#666
}

.tab_content .type_area {
	display:flex;
	justify-content:flex-start;
	align-items: stretch
}
.tab_content .type_area .txt {
	width: 352px;
    background: #e0eeff;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.tab_content .type_area .txt .type_tit {
	width:180px;
	height:251px;
	text-indent:-9999em
}
#type1.tab_content .type_area .txt .type_tit {
	background:url(/static/pc/global/template/images/company/type_49a_tit.jpg) no-repeat 50% 0
}
#type2.tab_content .type_area .txt .type_tit {
	background:url(/static/pc/global/template/images/company/type_49b_tit.jpg) no-repeat 50% 0
}
#type3.tab_content .type_area .txt .type_tit {
	background:url(/static/pc/global/template/images/company/type_59a_tit.jpg) no-repeat 50% 0
}
#type4.tab_content .type_area .txt .type_tit {
	background:url(/static/pc/global/template/images/company/type_59b_tit.jpg) no-repeat 50% 0
}
#type5.tab_content .type_area .txt .type_tit {
	background:url(/static/pc/global/template/images/company/type_84a_tit.jpg) no-repeat 50% 0
}
#type6.tab_content .type_area .txt .type_tit {
	background:url(/static/pc/global/template/images/company/type_84b_tit.jpg) no-repeat 50% 0
}
.type_text {
	width:270px;
	margin:0 auto;
	border-top:2px solid #d2dff0;
	padding:63px 0 0 0
}
.type_text li {
	display:flex;
	justify-content:space-between;
	padding:14px 26px
}
.type_text li span {
	color:#03154f;
	font-size:18px;
	font-weight:600
}
.type_text li p {
	color:#03154f;	
	font-size:18px;
}

.vip_customer_info h3 {
	color:#333;
	font-size:24px;
	font-weight:600;
	margin-bottom:26px
}
.vip_customer_info .box {
	padding:48px 42px;
	margin-bottom:80px;
	border-top:1px solid #03154f;
	border-bottom:1px solid #ddd;
}
.vip_customer_info .box .row {
	display:flex;
	justify-content:flex-start;
	align-items: center;
	margin-bottom:18px
}
.vip_customer_info .box .row .stit {
	font-size:18px;
	font-weight:500;
	color:#333;
	width:150px
}
.vip_customer_info .box .row input {
	height:55px;
	border-radius:4px
}
.vip_customer_info .box .row input[type="text"]#flb-04 {
	width:448px
}
.vip_customer_info .box .row input[type="text"]#phone {
	width:640px
}
.vip_customer_info .common-form-wrap input[type="checkbox"] {
	display: none;
}
.vip_customer_info .common-form-wrap input[type="checkbox"] + label {
	display:inline-block !important;
	cursor: pointer;
	font-size:16px !important;
}
.vip_customer_info .common-form-wrap input[type="checkbox"] + label span {
	display: inline-block;
	width:24px;
	height:24px;
	margin:0 10px 0 0;
	vertical-align:-5px;
	background:url(/static/pc/global/template/images/company/checkbox_img.png) no-repeat 0 100%;
	cursor:pointer;
}
.vip_customer_info .common-form-wrap input[type="checkbox"]:checked+label span {
	background: url(/static/pc/global/template/images/company/checkbox_img.png) no-repeat 0 0;
}
.vip_customer_info .agree_box {
	font-size:16px;
	color:#333;
	font-weight:300;
	line-height:24px;
	padding:40px;
	word-break: keep-all;
    white-space: pre-line;
	border:1px solid #ddd;
	border-radius:10px
}
.vip_customer_info .checkbox_area {
	margin:26px 0 84px
}
.vip_customer_info .checkbox_area b {
	font-size:16px;
	margin-right:8px
}
.vip_customer_info .checkbox_area input[type="radio"] {
	display: none;
}
.vip_customer_info .checkbox_area input[type="radio"] + label {
	display:inline-block !important;
	cursor: pointer;
	font-size:16px !important;
}
.vip_customer_info .checkbox_area input[type="radio"]+label span {
	display: inline-block;
	width:24px;
	height:24px;
	margin:0 10px 0 30px;
	vertical-align:-5px;
	background:url(/static/pc/global/template/images/company/radio_img.png) no-repeat 0 100%;
	cursor:pointer;
}
.vip_customer_info .checkbox_area input[type="radio"]:checked+label span {
	background: url(/static/pc/global/template/images/company/radio_img.png) no-repeat 0 0;
}
.common-btnType-1.center.vip #btnSubmit {
    width:160px;
    height:64px;
    color: #fff;
    font-size:18px;
	font-weight:600;
    background: #65aaff;
    border-radius: 0
}
.common-btnType-1.center.vip #btnSubmit:hover {
	text-decoration:none
}
.common-btnType-1.center.vip #btnSubmit:active {
	background:#005aff
}

.reference_list {
	width:100%;
	border-top:2px solid #333
}
.reference_list .row {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:16px 10px;
	border-bottom:1px solid #eee
}
.reference_list .row .tit {
	font-size:20px
}
.reference_list .row .btn_view {
	width: 142px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #65aaff url(/static/pc/global/template/images/icon/ico_file_view.png) no-repeat 20px 50%;
    background-size: 18px;
    padding-left: 16px;
}