@charset "utf-8";

/**
태그 초기화
**/
html, body{width:100%;height:100%;}
body{margin:0;font-family:'Pretendard','맑은고딕',sans-serif;font-weight:400;font-size:14px;line-height:26px;color:#171717;}
div, iframe, h1, h2, h3, h4, h5, h6, p, button, abbr, address, blockquote, q, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr{padding:0;margin:0;}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption{display:block;padding:0;margin:0;}
h1, h2, h3, h4, h5, h6{font-weight:400;line-height:1;}
ol, ul, li{list-style:none;}
table{table-layout:fixed;width:100%;border-collapse:collapse;border-spacing:0;}
th{font-weight:400;}
form, fieldset, iframe{border:0;}
img{border:0;vertical-align:top;font-size:0;line-height:0;}
button{border:0;}
hr{border:0;}
i, em, address{font-style:normal;}
label, button{cursor:pointer;}
blockquote, q{quotes:none;}
caption, legend{overflow:hidden;width:0;height:0;font-size:0;line-height:0;text-indent:-50000px;}
input, textarea, select, button, video{padding:0;font-family:'Pretendard','맑은고딕',sans-serif;color:#171717;vertical-align:middle;background:none;border:0;outline:none;}
input::-ms-clear, input::-ms-reveal{display:none;}
a{color:#171717;text-decoration:none;outline:none;}
a:hover{text-decoration:none;}


/**
display
**/
.hide, legend{overflow:hidden;visibility:hidden;position:absolute;width:0;height:0;font-size:0;line-height:0;}
.dim{display:none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index:10000;}
.moCon{display:none !important;}
.pcCon{display:block !important;}
.pc-only{display: block;}
.mo-only{display: none;}
.br-pc {display: block;}
.br-mo {display: none;}
.skip_navi{display:none;}

/* image crop */
.imgCutting{overflow: hidden;position: relative;}
.imgCutting .imgBox{position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;}
.imgCutting .imgBox .wh{height: 100% !important;width: auto !important;max-width: none;max-height: none;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.imgCutting .imgBox .ww{width: 100% !important;height: auto !important;max-width: none;max-height: none;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

@media all and (max-width:1280px){
	.pcCon{display:none !important;}
	.moCon{display:block !important;}
	.pc-only{display: none;}
	.mo-only{display: block;}
    .br-mo {display: block;}
    .br-pc {display: none;}
}


/**
FONT
**/
.fw400{font-family:'Pretendard' !important;font-weight:400 !important;}
.fw600{font-family:'Pretendard' !important;font-weight:600 !important;}
.fw800{font-family:'Pretendard' !important;font-weight:800 !important;}

/* SIZE */
.fz16{font-size: 16px;}
.fz24{font-size: 24px;}


/**
COLOR
**/
.cl_ff{color:#ffffff !important;}
.cl_f9{color:#f9f9f9 !important;}
.cl_17{color:#171717 !important;}
.cl_22{color:#171717222 !important;}
.cl_64{color:#646464 !important;}
.cl_97{color:#979797 !important;}
.cl_bl{color:#007DC5 !important;}
.cl_gr{color:#00A651 !important;}
.cl_error{color:#CC1919 !important;}


/**
BUTTON
**/
.btn{display:inline-block;overflow:hidden;position:relative;text-align:center;vertical-align:top;width: auto;border: 1px solid #E9E9E9;background: #ffffff;color:#171717;line-height:2;padding: 0 30px;border-radius: 150px;box-sizing: border-box;}
.btn span{position:relative;z-index:2;}

/* SIZE */
.btnSizeL{height: 60px;line-height: 60px;font-size: 16px;font-weight: 800;letter-spacing: -0.16px;}
.btnSizeM{height: 48px;line-height: 48px;font-size: 14px;letter-spacing: -0.14px;}
.btnSizeS{height: 40px;line-height: 40px;font-size: 14px;font-weight: 800;letter-spacing: -0.14px;}

/* COLOR */
.btnColorWht{border: 1px solid #E9E9E9;background: #ffffff;color:#171717;}
.btnColorBlu{border: 1px solid #007DC5;background: #007DC5;color:#ffffff;}
.btnColorBlk{border: 1px solid #171717;background: #171717;color:#ffffff;}
.btnColorGry{border: 1px solid #f5f5f5;background: #f5f5f5;color:#646464;}

.btnColorGRD{
	border:none;
	background: linear-gradient(268deg, #000000 0%, #000000 100%);color:#ffffff;
}

/* ARROW */
.btnArrowA{border: none;background: #007DC5;color: #ffffff;height: 60px;line-height: 60px;padding: 0 40px 0 74px;transition: 0.65s cubic-bezier(.785,.135,.15,.86);font-size: 16px;font-weight: 800;letter-spacing: -0.16px;}


.btnArrowA:hover{color: #ffffff;}
.btnArrowA:before{content: '';position: absolute;top: 50%;left: 6px;width: 48px;height: 48px;border-radius: 150px;background: #0092E6;transform: translateY(-50%);transition: 0.65s cubic-bezier(.785,.135,.15,.86);}



.btnArrowA:hover:before{width: calc(100% - 12px) !important;transform: translateY(-50%) scaleX(1.2) scaleY(1.6) !important;}

.btnArrowA:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 23px;
	width: 14.5px;
	height: 9px;
	transform: translateY(-50%);
	transition: 0.65s cubic-bezier(.785,.135,.15,.86);
	background-image: url(/images/icon_yellow.png);
	background-position:left top;
	background-repeat:repeat-x;
	background-size:14.5px auto;
}

.btnArrowA:hover:after{background-position:14.5px top;}



.btnArrowB{border: 1px solid #E9E9E9;background: #ffffff;color: #646464;height: 58px;line-height: 58px;padding: 0 40px 0 74px;transition: 0.65s cubic-bezier(.785,.135,.15,.86);}
.btnArrowB:before{content: '';position: absolute;top: 50%;left: 6px;width: 48px;height: 48px;border-radius: 150px;background: #f9f9f9;transform: translateY(-50%);transition: 0.65s cubic-bezier(.785,.135,.15,.86);}
.btnArrowB:hover:before{width: calc(100% - 12px) !important;transform: translateY(-50%) scaleX(1.2) scaleY(1.4) !important;}
.btnArrowB:after{content: '';position: absolute;top: 50%;left: 23px;width: 14.5px;height: 9px;transform: translateY(-50%);transition: 0.65s cubic-bezier(.785,.135,.15,.86);background-image: url(../images/common/arrow_black.png);background-position:left top;background-repeat:repeat-x;background-size:14.5px auto;}
.btnArrowB:hover:after{background-position:14.5px top;}

.btnArrowC{border: none;background: rgba(255,255,255,0.2);color: #ffffff;height: 48px;line-height: 48px;padding: 0 36px 0 58px;transition: 0.65s cubic-bezier(.785,.135,.15,.86);}
.btnArrowC:hover{color: #ffffff;}
.btnArrowC:before{content: '';position: absolute;top: 50%;left: 6px;width: 36px;height: 36px;border-radius: 150px;background: #ffffff;transform: translateY(-50%);transition: 0.65s cubic-bezier(.785,.135,.15,.86);opacity: 0.2;}
.btnArrowC:hover:before{width: calc(100% - 12px) !important;transform: translateY(-50%) scaleX(1.2) scaleY(1.6) !important;}
.btnArrowC:after{content: '';position: absolute;top: 50%;left: 16px;width: 14.5px;height: 9px;transform: translateY(-50%);transition: 0.65s cubic-bezier(.785,.135,.15,.86);background-image: url(../images/common/arrow.png);background-position:left top;background-repeat:repeat-x;background-size:14.5px auto;}
.btnArrowC:hover:after{background-position:14.5px top;}

.btnArrowD{text-align: left;border: 0;background: none;color: #007DC5;height: 58px;line-height: 58px;padding: 0 40px 0 74px;transition: 0.65s cubic-bezier(.785,.135,.15,.86);}
.btnArrowD:before{content: '';position: absolute;top: 50%;left: 6px;width: 48px;height: 48px;border-radius: 150px;background: #007DC5;transform: translateY(-50%);transition: 0.65s cubic-bezier(.785,.135,.15,.86);opacity: 0.05;}
.btnArrowD:hover:before{transform: translateY(-50%);}
.btnArrowD:after{content: '';position: absolute;top: 50%;left: 23px;width: 14.5px;height: 9px;transform: translateY(-50%);transition: 0.65s cubic-bezier(.785,.135,.15,.86);background-image: url(../images/common/arrow_black.png);background-position:left top;background-repeat:repeat-x;background-size:14.5px auto;}
.btnArrowD:hover:after{background-position:14.5px top;}

@media all and (max-width:1280px){
	.btnArrowA{width: 100%;padding: 0 60px;box-sizing: border-box;max-width: 327px;}
}


/**
FORM
**/
.inp_text input::-webkit-input-placeholder{color:#979797;}
.inp_text input:-ms-input-placeholder{color:#979797;}
.inp_text input::-moz-placeholder{color:#979797;}
.inp_text input:-moz-placeholder{color:#979797;}
textarea::-webkit-input-placeholder{color:#979797;}
textarea:-ms-input-placeholder{color:#979797;}
textarea::-moz-placeholder{color:#979797;}
textarea:-moz-placeholder{color:#979797;}

.inp_wrap{position:relative;}
.inp_wrap .inp_lab{font-size:13px;line-height:1;}
.inp_wrap .inp_lab label{vertical-align:top;font-size: 13px;letter-spacing: -0.16px;}
.inp_wrap .error{display:none;font-size:13px;color: #CC1919;line-height: 24px;letter-spacing: -0.13px;}

.inp_wrap.error input,
.inp_wrap.error .inp_select .selectBox,
.inp_wrap.error .inp_textArea{border-color: #CC1919 !important;}
.inp_wrap.error .btn_clear{display:none;}
.inp_wrap.error .error{display:block;}

/* textbox */
.inp_wrap .inp_text{position:relative;}
.inp_wrap .inp_text input{width:100%;height: 80px;padding: 0 60px 0 24px;vertical-align:top;font-size: 18px;letter-spacing: -0.18px;line-height: 80px;border: 1px solid #f5f5f5;border-radius: 4px;background: #f5f5f5;-webkit-box-sizing:border-box;box-sizing:border-box;}
.inp_wrap .inp_text input:disabled{background:#e9e9e9;cursor: not-allowed;color: #979797;}

.inp_wrap .inp_text .btn_clear{position:absolute;visibility:hidden;right: 24px;top:50%;width: 30px;height:30px;margin-top:-15px;opacity:0;font-size:0;line-height:0;color:transparent;transition-duration:.3s;}
.inp_wrap .inp_text .btn_clear:before,
.inp_wrap .inp_text .btn_clear:after{content:'';display:block;position:absolute;left:50%;top:50%;width: 20px;height:1px;margin-left: -10px;background: #979797;}
.inp_wrap .inp_text .btn_clear:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.inp_wrap .inp_text .btn_clear:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.inp_wrap .inp_text .btn_clear span{display:block;width:20px;height:20px;margin-left:5px;border-radius:10px;}
.inp_wrap .inp_text .btn_clear.on{opacity:1;visibility:visible;}

.inp_wrap .inp_text.labelType .inp_lab{position: absolute;top: 0;left: 0;height: 80px;line-height: 80px;width: 86px;padding: 0 10px 0 24px;transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.inp_wrap .inp_text.labelType .inp_lab label{font-size: 16px;letter-spacing: -0.16px;}
.inp_wrap .inp_text.labelType .inp_lab label .reg{margin-right: 3px;color: #007DC5;}
.inp_wrap .inp_text.labelType input{padding-left: 120px;transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.inp_wrap .inp_text.labelType.on .inp_lab{height: auto;line-height: 30px;width: auto;padding: 0 10px 0 24px;}
.inp_wrap .inp_text.labelType.on .inp_lab label{font-size: 13px;letter-spacing: -0.13px;color: #979797;}
.inp_wrap .inp_text.labelType.on .inp_lab label .reg{margin-right: 1px;}
.inp_wrap .inp_text.labelType.on input{padding-left: 24px;}

.inp_wrap.disabled .inp_text.labelType .inp_lab label{cursor:not-allowed;}

.inp_wrap .inp_text.searchType input{padding-right: 90px;}
.inp_wrap .inp_text.searchType .btn_clear{right: 55px;}
.inp_wrap .inp_text.searchType .btn_search{position:absolute;visibility:visible;right: 24px;top:50%;width:30px;height:30px;margin-top:-15px;opacity:1;font-size:0;line-height:0;color:transparent;transition-duration:.3s;background:url('../images/common/search.png') no-repeat center;}
.inp_wrap .inp_text.searchType2 input{padding-right: 90px;border-bottom:1px solid #e8e8e8;border-top:none;border-left:none;border-right:none;border-radius:0;}
.inp_wrap .inp_text.searchType2 .btn_clear{right: 55px;}
.inp_wrap .inp_text.searchType2 .btn_search{position:absolute;visibility:visible;right: 24px;top:50%;width:30px;height:30px;margin-top:-15px;opacity:1;font-size:0;line-height:0;color:transparent;transition-duration:.3s;}
.inp_wrap .inp_text.searchType2 .btn_search:after{content:'';position:absolute;top:50%;left:50%;width:6px;height:2px;margin:5px 0 0 3px;background:#222;-webkit-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);transform:rotateZ(45deg);}
.inp_wrap .inp_text.searchType2 .btn_search:before{content:'';position:absolute;top:50%;left:50%;width:12px;height:12px;margin:-10px 0 0 -9px;border-radius:50%;border:2px solid #222;}

/* selectbox */
.inp_wrap .inp_select{position:relative;height: 80px;}
.inp_wrap .inp_select .selectBox{overflow:hidden;position:absolute;left:0;top:0;z-index:2;width:100%;border: 1px solid #F5F5F5;background: #F5F5F5;border-radius: 4px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.inp_wrap .inp_select .title{position:relative;overflow:hidden;display:block;width:100%;height: 80px;line-height: 80px;padding: 0 50px 0 24px;text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size: 18px;color: #979797;letter-spacing: -0.18px;}
.inp_wrap .inp_select .title:after{content:'';position: absolute;top: 50%;right: 30px;border-bottom: 8px solid transparent;border-top: 8px solid rgba(17,17,17,0.1);border-left: 6px solid transparent;border-right: 6px solid transparent;margin-top: -4px;}
.inp_wrap .inp_select .selList{display:none;width:100%;max-height:250px;border-top:1px solid #e8e8e8;padding: 0 0 14px;}
.inp_wrap .inp_select .selList li{position:relative;}
.inp_wrap .inp_select .selList li input[type="radio"]{position:absolute;left:-50000px;top:0;}
.inp_wrap .inp_select .selList li label{overflow:hidden;display:block;padding: 0 5px 0 23px;font-size: 18px;line-height: 48px;color: #646464;text-overflow:ellipsis;white-space:nowrap;}
.inp_wrap .inp_select .selList li label:hover{background: rgba(0, 125, 197, 0.05);color: #007DC5;}
.inp_wrap .inp_select .selList li input[type="radio"]:checked + label{background: rgba(0, 125, 197, 0.05);color: #007DC5;}

.inp_wrap .inp_select.on .title .selected{color:#171717;}

.inp_wrap .inp_select.open{z-index:5;}
.inp_wrap .inp_select.open .selectBox{border-color: #171717;background: #ffffff;}
.inp_wrap .inp_select.open .title:after{border-bottom: 8px solid rgba(17,17,17,0.1);border-top: 8px solid transparent;border-left: 6px solid transparent;border-right: 6px solid transparent;margin-top: -12px;}
.inp_wrap .inp_select.open .selList{display:block;overflow-y:auto;z-index:100;}

.inp_wrap .inp_select.disabled button{cursor:not-allowed;}
.inp_wrap .inp_select.disabled .selectBox{background: #e9e9e9;}
.inp_wrap .inp_select.disabled .selectBox .title{background: #e9e9e9;}

.inp_wrap .inp_select.typeUp .selectBox{top:auto;bottom:0}
.inp_wrap .inp_select.typeUp.open .title{background-position:right top;}
.inp_wrap .inp_select.typeUp .selList{padding:14px 0 0;border-top: none;border-bottom: 1px solid #e8e8e8;}

.inp_wrap .inp_select.typelabel .title{padding-left: 120px;transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.inp_wrap .inp_select.typelabel .title .label{position: absolute;top: 0;left: 0;height: 80px;line-height: 80px;width: 86px;padding: 0 10px 0 24px;font-size: 16px;letter-spacing: -0.16px;color: #171717;transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.inp_wrap .inp_select.typelabel .title .label .reg{margin-right: 3px;color: #007DC5;}
.inp_wrap .inp_select.typelabel.open .title,
.inp_wrap .inp_select.typelabel.on .title{padding-left: 24px;}
.inp_wrap .inp_select.typelabel.open .title .label,
.inp_wrap .inp_select.typelabel.on .title .label{height: auto;line-height: 30px;width: auto;padding: 0 10px 0 24px;font-size: 13px;letter-spacing: -0.13px;color: #979797;}

.inp_wrap .inp_select.inp_email{display:inline-block;vertical-align:top;width:165px;}
.inp_wrap .inp_select.inp_email + .email_input{display:none;width:165px;}
.inp_wrap .inp_select.inp_email + .email_input input{padding: 0 24px;}
.inp_wrap .inp_select.inp_email.active{display:none;}
.inp_wrap .inp_select.inp_email.active + .email_input{display:inline-block;width:165px;}

/* textArea */
.inp_wrap .inp_textArea{overflow:hidden;padding: 0;border: 1px solid #F5F5F5;background-color: #F5F5F5;border-radius: 4px;}
.inp_wrap .inp_textArea textarea,
.inp_wrap .inp_textArea .textarea-clone{width:100%;padding: 24px;font-size: 18px;line-height: 30px;letter-spacing: -0.18px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.inp_wrap .inp_textArea textarea{resize:none;border:none;background:transparent;}
.inp_wrap .inp_textArea .textarea-clone{position:absolute;top:-9999px;left:-9999px;visibility:hidden;word-wrap:break-word;white-space:pre-wrap;}
.inp_wrap .inp_textArea.focus{border-color:#171717;}

.inp_wrap .inp_textArea.lengthCheck{padding:0 5px 36px 15px;}
.inp_wrap .inp_textArea.lengthCheck + .charCnt{display:block;margin:-36px 0 0 15px;padding-bottom:10px;line-height:26px;font-size:13px;color:#bfbfbf;}

.inp_wrap .inp_textArea.labelType{position: relative;}
.inp_wrap .inp_textArea.labelType .inp_lab{position: absolute;top: 0;left: 0;height: 30px;line-height: 30px;width: 86px;padding: 24px 10px 0 24px;transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.inp_wrap .inp_textArea.labelType .inp_lab label{font-size: 16px;letter-spacing: -0.16px;}
.inp_wrap .inp_textArea.labelType .inp_lab label .reg{margin-right: 3px;color: #007DC5;}
.inp_wrap .inp_textArea.labelType textarea,
.inp_wrap .inp_textArea.labelType .textarea-clone{margin-top: 24px;padding: 0 24px 24px 120px;transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);}

.inp_wrap .inp_textArea.labelType.focus .inp_lab{height: auto;line-height: 30px;width: 100%;padding: 0 10px 0 24px;box-sizing: border-box;background: #F5F5F5;}
.inp_wrap .inp_textArea.labelType.focus .inp_lab label{font-size: 13px;letter-spacing: -0.13px;color: #979797;}
.inp_wrap .inp_textArea.labelType.focus .inp_lab label .reg{margin-right: 1px;}
.inp_wrap .inp_textArea.labelType.focus textarea,
.inp_wrap .inp_textArea.labelType.focus .textarea-clone{padding: 0 24px 24px 24px;}

/* checkbox */
.inp_check{display:inline-block;position:relative;vertical-align:top;}
.inp_check + .inp_check{margin-left:10px;}
.inp_check input{position:absolute;left:-100000px;top:0;}
.inp_check label{position:relative;display:block;padding-left: 48px;font-size: 24px;letter-spacing: -0.24px;line-height: 36px;color:#171717;}
.inp_check label:before{content:'';position:absolute;left:0;top: 0;width: 30px;height: 30px;border-radius: 50%;border: 1px solid #e9e9e9;background: transparent;}
.inp_check label:after{content:'';position:absolute;left: 10px;top: 13px;width: 12.5px;height: 7.5px;background: url('../images/common/ico_check_bg.png') no-repeat left top / 100% auto;}
.inp_check.error input + label:before{border: 1px solid #cc1919;}
.inp_check.error input + label:after{background-position: left center;}
.inp_check input:checked + label:before{border: 1px solid #007dc5 !important;background: #007dc5 !important;}
.inp_check input:checked + label:after{background-position: left bottom;}
.inp_check input:disabled + label{cursor:not-allowed;}
.inp_check input:disabled + label:before{background: #e9e9e9;border: 1px solid #dddddd;}
.inp_check input:disabled + label:after{background: none;}

/* rediobox */
.inp_radio{display:inline-block;position:relative;min-height:26px;vertical-align:middle;}
.inp_radio + .inp_radio{margin-left:10px;}
.inp_radio input{position:absolute;left:-5000px;top:0;}
.inp_radio label{position:relative;display:block;padding-left:30px;font-size:14px;line-height:26px;color:#171717;}
.inp_radio label:before{content:'';position:absolute;left:0;top:3px;width:20px;height:20px;background:url('../images/common/inp_radio.png') no-repeat left center;}
.inp_radio input:checked + label:before{background-position:0 top;}
.inp_radio input:disabled + label{cursor:not-allowed;}
.inp_radio input:disabled + label:before{background-position:0 bottom;}

@media all and (max-width:1280px){
	.inp_wrap .inp_text input{height: 72px;padding: 0 52px 0 16px;line-height: 72px;font-size: 16px;letter-spacing: -0.16px;}

	.inp_wrap .inp_text .btn_clear{right: 16px;}

	.inp_wrap .inp_text.labelType .inp_lab{height: 72px;line-height: 72px;width: 74px;padding: 0 10px 0 16px;}
	.inp_wrap .inp_text.labelType .inp_lab label{font-size: 14px;letter-spacing: -0.14px;}
	.inp_wrap .inp_text.labelType input{padding-left: 100px;}
	.inp_wrap .inp_text.labelType.on .inp_lab{line-height: 28px;padding: 0 10px 0 16px;}
	.inp_wrap .inp_text.labelType.on input{padding-left: 16px;}

	.inp_wrap .inp_select{height: 72px;}
	.inp_wrap .inp_select .title{height: 72px;line-height: 72px;padding: 0 42px 0 16px;font-size: 16px;letter-spacing: -0.16px;}
	.inp_wrap .inp_select .title:after{right: 16px;}
	.inp_wrap .inp_select .selList li label{padding: 0 5px 0 15px;font-size: 16px;line-height: 40px;}

	.inp_wrap .inp_select.typelabel .title{padding-left: 100px;}
	.inp_wrap .inp_select.typelabel .title .label{height: 72px;line-height: 72px;width: 74px;padding: 0 10px 0 16px;font-size: 14px;letter-spacing: -0.14px;}
	.inp_wrap .inp_select.typelabel.open .title,
	.inp_wrap .inp_select.typelabel.on .title{padding-left: 16px;}
	.inp_wrap .inp_select.typelabel.open .title .label,
	.inp_wrap .inp_select.typelabel.on .title .label{line-height: 28px;padding: 0 10px 0 16px;}

	.inp_wrap .inp_textArea textarea,
	.inp_wrap .inp_textArea .textarea-clone{padding: 22px 16px;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;}

	.inp_wrap .inp_textArea.labelType .inp_lab{height: 28px;line-height: 28px;width: 74px;padding: 22px 10px 0 16px;}
	.inp_wrap .inp_textArea.labelType .inp_lab label{font-size: 14px;letter-spacing: -0.14px;}
	.inp_wrap .inp_textArea.labelType textarea,
	.inp_wrap .inp_textArea.labelType .textarea-clone{margin-top: 22px;padding: 0 16px 22px 100px;}

	.inp_wrap .inp_textArea.labelType.focus .inp_lab{line-height: 28px;padding: 0 10px 0 16px;}
	.inp_wrap .inp_textArea.labelType.focus textarea,
	.inp_wrap .inp_textArea.labelType.focus .textarea-clone{padding: 0 16px 22px 16px;}

	.inp_check label:before{width: 22px;height: 22px;}
	.inp_check label:after{left: 7px;top: 10px;width: 10px;height: 6px;}
}


/**
POPUP
**/
.lyPopArea{display:none;overflow-y:scroll;position:fixed;z-index:9000;left:0;top:0;width:100%;height:100%;text-align:center;background: rgba(0,0,0,.7);}
.lyPopArea:after{content:'';display:inline-block;height:100%;vertical-align:middle;}
.lyPopArea .lyPop{display:inline-block;vertical-align:middle;position:relative;width: 720px;margin:50px auto;text-align:left;background:#ffffff;border: 1px solid #ffffff;border-radius: 16px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.lyPopArea .lyClose{display:block;position:absolute;z-index:5;right: 30px;top: 30px;width: 20px;height: 20px;background: url('../images/common/ico_close.png') no-repeat center center / 100% auto;}
.lyPopArea .lyTit{padding: 56px 66px 0 48px;color: #000;font-size: 30px;font-weight: 800;line-height: 48px; /* 160% */letter-spacing: -0.3px;}
.lyPopArea .lyBody{padding: 40px 48px 72px 48px;}
.lyPopArea .lyBody .btn_wrap{margin-top: 48px;display: flex;justify-content: center;}
.lyPopArea .lyBody .btn_wrap .btn{width: 180px;padding: 0 30px;margin: 0 4px;box-sizing: border-box;}

.lyPopArea.privacyPopup .lyBody p{color: #171717;font-size: 16px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;}
.lyPopArea.privacyPopup .lyBody ul{margin-top: 30px;padding: 30px;border-radius: 4px;background: #F5F5F5;}
.lyPopArea.privacyPopup .lyBody ul li:first-child{margin-top: 0;}
.lyPopArea.privacyPopup .lyBody ul li{position: relative;color: #007DC5;font-size: 16px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;margin-top: 10px;padding-left: 12px;}
.lyPopArea.privacyPopup .lyBody ul li:after{content:'';position: absolute;top: 11px;left: 0;height: 4px;width: 4px;background: #007DC5;opacity: 0.7;}
.lyPopArea.privacyPopup .lyBody ul li span{color: #979797;font-size: 13px;font-weight: 400;line-height: 24px;letter-spacing: -0.13px;margin-left: 4px;}
.lyPopArea.privacyPopup .lyBody ul li span.lyYear{font-size:16px !important; color:#007DC5 !important; font-weight: 900 !important;}


.lyPopArea.marketingPopup .lyBody p{color: #171717;font-size: 16px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;}
.lyPopArea.marketingPopup .lyBody p span{color: #979797;}
.lyPopArea.marketingPopup .lyBody ul{margin-top: 30px;padding: 30px;border-radius: 4px;background: #F5F5F5;}
.lyPopArea.marketingPopup .lyBody ul li:first-child{margin-top: 0;}
.lyPopArea.marketingPopup .lyBody ul li{position: relative;color: #007DC5;font-size: 16px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;margin-top: 10px;padding-left: 12px;}
.lyPopArea.marketingPopup .lyBody ul li:after{content:'';position: absolute;top: 11px;left: 0;height: 4px;width: 4px;background: #007DC5;opacity: 0.7;}
.lyPopArea.marketingPopup .lyBody ul li.lyYear{font-weight:900  !important; font-size:16px !important;}
	
.lyPopArea.submitPopup .lyPop{width: 480px;}
.lyPopArea.submitPopup .lyBody{padding: 60px 48px;}
.lyPopArea.submitPopup .lyBody p{text-align: center;color: #171717;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;}
.lyPopArea.submitPopup .lyBody .btn_wrap{margin-top: 40px;}

.lyPopArea.submitComplePopup .lyPop{width: 480px;}
.lyPopArea.submitComplePopup .lyBody{padding: 60px 48px;}
.lyPopArea.submitComplePopup .lyBody p{color: #171717;text-align: center;font-size: 20px;line-height: 32px;letter-spacing: -0.2px;}
.lyPopArea.submitComplePopup .lyBody p + p{color: #646464;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;margin-top: 4px;}
.lyPopArea.submitComplePopup .lyBody .btn_wrap{margin-top: 40px;}
	
@media all and (max-width:1280px){
	.lyPopArea .lyPop{max-width: 720px;width: auto;margin: 70px 24px 30px;max-height: calc(100vh - 100px);overflow: auto;}
	.lyPopArea .lyClose{right: 20px;top: 20px;width: 16px;height: 16px;}
	.lyPopArea .lyTit{padding: 30px 48px 0 24px;font-size: 22px;line-height: 34px;letter-spacing: -0.22px;}
	.lyPopArea .lyBody{padding: 24px 24px 40px 24px;}
	.lyPopArea .lyBody .btn_wrap{display: flex;margin-top: 30px;justify-content: center;}
	.lyPopArea .lyBody .btn_wrap .btn{width: calc(50% - 8px);padding: 0 10px;margin: 0 4px;max-width: 180px;display: inline-block;}

	.lyPopArea.privacyPopup .lyBody p{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.lyPopArea.privacyPopup .lyBody ul{margin-top: 20px;padding: 20px 20px 30px;}
	.lyPopArea.privacyPopup .lyBody ul li{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;margin-top: 5px;padding-left: 10px;}
	.lyPopArea.privacyPopup .lyBody ul li:after{top: 11px;}
	.lyPopArea.privacyPopup .lyBody ul li span.lyYear{font-weight:900;color: #007DC5;line-height: 26px;margin-top: 5px;margin-left: 0px;  font-size:16px !important;}
	
	.lyPopArea.marketingPopup .lyBody p{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.lyPopArea.marketingPopup .lyBody ul{margin-top: 20px;padding: 20px 20px 30px;}
	.lyPopArea.marketingPopup .lyBody ul li{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;margin-top: 5px;padding-left: 10px;}
	.lyPopArea.marketingPopup .lyBody ul li:after{top: 11px;}
	.lyPopArea.marketingPopup .lyBody ul li.lyYear{font-weight:900;  font-size:16px !important;}
	
	.lyPopArea.submitPopup .lyPop{max-width: 327px;width: calc(100% - 48px);}
	.lyPopArea.submitPopup .lyBody{padding: 48px 24px;}
	.lyPopArea.submitPopup .lyBody p{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.lyPopArea.submitPopup .lyBody .btn_wrap{margin-top: 30px;flex-direction: row;}
	.lyPopArea.submitPopup .lyBody .btn_wrap .btn{width: calc(50% - 8px);max-width: 180px;margin: 0 4px;}

	.lyPopArea.submitComplePopup .lyPop{max-width: 327px;width: calc(100% - 48px);}
	.lyPopArea.submitComplePopup .lyBody{padding: 48px 24px;}
	.lyPopArea.submitComplePopup .lyBody p{font-size: 18px;line-height: 30px;letter-spacing: -0.18px;}
	.lyPopArea.submitComplePopup .lyBody p + p{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.lyPopArea.submitComplePopup .lyBody .btn_wrap{margin-top: 30px;flex-direction: row;justify-content: center;}
	.lyPopArea.submitComplePopup .lyBody .btn_wrap .btn{width: calc(50% - 8px);max-width: 180px;margin: 0 4px;}
}


@media all and (max-width:375px){
	.lyPopArea .lyBody .btn_wrap{margin-top: 22px;flex-direction: column;justify-content: flex-start;}
	.lyPopArea .lyBody .btn_wrap .btn{width: 100%;max-width: inherit;margin: 8px auto 0;}
}


/**
PAGING
**/
.paging{text-align:center;color:#767676;font-size:0;line-height:24px;}
.paging a{overflow:hidden;display:inline-block;width: 40px;height: 40px;line-height: 40px;margin-left: 2px;vertical-align:top;font-size: 16px;letter-spacing: -0.16px;color: #979797;border-radius: 4px;border: 1px solid #e9e9e9;-webkit-box-sizing:border-box;box-sizing:border-box;}
.paging a:first-child{margin:0;}
.paging a.active{border-color:#171717;background: #000;color:#ffffff;}
.paging a.first{background: url('../images/common/paging_first.png') no-repeat center -21px;}
.paging a.prev{background: url('../images/common/paging_prev.png') no-repeat center -21px;margin-right: 10px;}
.paging a.last{background: url('../images/common/paging_last.png') no-repeat center -21px;}
.paging a.next{background: url('../images/common/paging_next.png') no-repeat center -21px;margin-left: 12px;}
.paging a.noHover:hover{background-color:transparent;background-position:center bottom;border-color:transparent;cursor:default;}


/**
HEADER
**/
.gnbDim{display:none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index:1000;}

#header{position: absolute;top: 0;left: 0;width: 100%;height: 100px;overflow: hidden;background: #ffffff;z-index: 8000;}
#header .headerCon{position: relative;width: 100%;height: 100px;max-width: 1600px;padding: 0 60px;box-sizing: border-box;margin: 0 auto;overflow:visible;}

#header .logo{
	position: absolute;
	top: 29px;
	left: 60px; 
	width:140px; 
	height:35px; 
	z-index: 1;
	background: url('/images/top_logo.png') no-repeat left center / 100% auto;
	opacity:1;
}

#header .logo a{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ffffff;opacity: 0;}
#header .pcNavi{display: block;}
#header .navbox01{display: flex;flex-wrap: nowrap;align-items: flex-start;margin-left: 154px;}
#header .navlist01{position: relative;}
#header .navlink01{display: block;padding: 0px 28px;color: #979797;font-size: 20px;font-weight: 800;line-height: 100px;letter-spacing: -0.2px;opacity: 0.75;}
#header .navArea02{display:none;position:absolute;top: 100px;left:0;width: 200px;overflow:hidden;}
#header .navbox02{padding: 12px 0 80px 30px;}
#header .navlist02{margin-top: 24px;}
#header .navlist02:first-child{margin-top:0;}
#header .navlink02{position: relative;display: inline-block;color: #171717;font-size: 18px;font-weight: 800;line-height: 30px;letter-spacing: -0.18px;}
#header .navlist03{margin-top: 12px;}
#header .navlink03{display: inline-block;color: #646464;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;}
#header .navlink03:not(a){cursor: default;}
#header .bannerType{position: static;}
#header .bannerType .navArea02{width: 100%;}
#header .bannerType .navbox02{padding: 12px 56px 76px 56px;display: flex;flex-wrap: wrap;flex-direction: row;align-items: flex-start;}
#header .bannerType .navlist02{margin: 4px;width: 364px;}
#header .bannerType .navlink02{display: block;line-height: 0;font-size: 0;letter-spacing: 0;padding: 112px 22px 30px 22px;background-color: #f2f2f2;background-repeat: no-repeat;background-size: 42px auto;}
#header .bannerType .navlink02 strong{position:relative;display: inline-block;padding-right: 22px;color: #171717;font-size: 18px;font-weight: 400;line-height: 30px;letter-spacing: -0.18px;}
#header .bannerType .navlink02 strong:after{content: '';position: absolute;top: 10px;right: 0;width: 14.5px;height: 9px;background: url(../images/common/navi_arrow.png) no-repeat left center / 100% auto;}
#header .bannerType .navlink02 p{margin-top: 2px;color: #646464;font-size: 16px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;}
#header .bannerType .navlink02.menu1_1{background-image: url('../images/common/header_ico_smartfactory01.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu1_2{background-image: url('../images/common/header_ico_smartfactory02.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu1_3{background-image: url('../images/common/header_ico_smartfactory03.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu1_4{background-image: url('../images/common/header_ico_smartfactory04.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu1_5{background-image: url('../images/common/header_ico_smartfactory05.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu1_6{background-image: url('../images/common/header_ico_smartfactory06.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu2_1{background-image: url('../images/common/header_ico_service01.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu2_2{background-image: url('../images/common/header_ico_service02.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu2_3{background-image: url('../images/common/header_ico_service03.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu3_1{background-image: url('../images/common/header_ico_ictinfra01.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu3_2{background-image: url('../images/common/header_ico_ictinfra02.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu3_3{background-image: url('../images/common/header_ico_ictinfra03.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu3_4{background-image: url('../images/common/header_ico_ictinfra04.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu3_5{background-image: url('../images/common/header_ico_ictinfra05.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu1_1:hover{background-image: url('../images/common/header_ico_smartfactory01_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu1_2:hover{background-image: url('../images/common/header_ico_smartfactory02_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu1_3:hover{background-image: url('../images/common/header_ico_smartfactory03_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu1_4:hover{background-image: url('../images/common/header_ico_smartfactory04_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu1_5:hover{background-image: url('../images/common/header_ico_smartfactory05_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu1_6:hover{background-image: url('../images/common/header_ico_smartfactory06_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu2_1:hover{background-image: url('../images/common/header_ico_service01_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu2_2:hover{background-image: url('../images/common/header_ico_service02_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu2_3:hover{background-image: url('../images/common/header_ico_service03_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu3_1:hover{background-image: url('../images/common/header_ico_ictinfra01_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu3_2:hover{background-image: url('../images/common/header_ico_ictinfra02_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu3_3:hover{background-image: url('../images/common/header_ico_ictinfra03_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu3_4:hover{background-image: url('../images/common/header_ico_ictinfra04_on.png');background-position: 22px 28px;background-size: 42px auto;}
#header .bannerType .navlink02.menu3_5:hover{background-image: url('../images/common/header_ico_ictinfra05_on.png');background-position: 22px 28px;background-size: 42px auto;}


#header .inquiryCon{position: absolute;top: 30px;right: 60px;z-index: 1;}
#header .moNaviBtn{display:none;}

#header.main{background: transparent;}
#header.main .logo{background: url('/images/top_logo_w.png') no-repeat left center / 100% auto;opacity:0.8;}
#header.main .navlink01{color: #ffffff;opacity:1;}

#header.detail{background: transparent;}
#header.detail .logo{background: url('/images/top_logo_w.png') no-repeat left center / 100% auto;opacity:0.7;}
#header.detail .navlink01{color: #ffffff;opacity:0.6;}

#header.fixed{position: fixed;background:#ffffff;border-bottom: 1px solid #dbdbdb;box-shadow: 0px 0px 3px 0px #dbdbdb;}
#header.fixed .logo{background: url('/images/top_logo.png') no-repeat left center / 100% auto;opacity:1;}
#header.fixed .navlink01{color: #979797;opacity: 0.75;}

#header.on{background:#ffffff;}
#header.on .logo{background: url('/images/top_logo.png') no-repeat left center / 100% auto;opacity:1;}
#header.on .navlink01{color: #979797;opacity: 0.75;}

#header .navlist01:hover .navlink01{color:#171717 !important;opacity:1 !important;}
#header a.navlink02:hover{padding-right: 22.5px;color: #007DC5;}
#header a.navlink02:hover:after{content:'';position: absolute;top: 6px;right: 0;width: 16px;height: 16px;background: url('../images/common/navi_arrow_on.png') no-repeat left center / 100% auto;}
#header a.navlink02.blank:hover:after{background: url('../images/common/navi_newtab.png') no-repeat left center / 100% auto;}
#header a.navlink03:hover{position:relative;padding-right: 21px;color: #007DC5;}
#header a.navlink03:hover:after{content:'';position: absolute;top: 6px;right: 0;width: 14px;height: 14px;background: url('../images/common/navi_arrow_on.png') no-repeat left center / 100% auto;}
#header .bannerType .navlink02:hover{background-color: rgba(0, 125, 197, 0.1);}
#header .bannerType .navlink02:hover:after{display:none;}
#header .bannerType .navlink02:hover strong{position: relative;padding-right: 22.5px;color: #007DC5;font-weight: 800;}
#header .bannerType .navlink02:hover strong:after{background: url(../images/common/navi_arrow_on.png) no-repeat left center / 100% auto;}
#header .bannerType .navlink02:hover p{color: #007DC5;}

@media all and (max-width:1280px){
	#header{height: 64px !important;}
	#header .headerCon{height: 64px;max-width: none;}
	#header .logo{top: 16px;left: 24px;width: 87px;height: 34px;}
	#header .pcNavi{display: none;}
	#header .inquiryCon{display: none;}
	#header .moNaviBtn{display:block;position: absolute;top: 18px;right: 24px;width: 28px;height: 28px;}
	#header .moNaviBtn:after{content:'';position: absolute;bottom: 8px;left: 0;width: 28px;height: 2px;background: #171717;opacity: 0.7;}
	#header .moNaviBtn:before{content:'';position: absolute;top: 8px;left: 0;width: 28px;height: 2px;background: #171717;opacity: 0.7;}		
	#header.main .moNaviBtn:after{background: #ffffff;opacity: 0.6;}
	#header.main .moNaviBtn:before{background: #ffffff;opacity: 0.6;}	
	#header.detail .moNaviBtn:after{background: #ffffff;opacity: 0.6;}
	#header.detail .moNaviBtn:before{background: #ffffff;opacity: 0.6;}
	#header.fixed .moNaviBtn:after{background: #171717;opacity: 0.7;}
	#header.fixed .moNaviBtn:before{background: #171717;opacity: 0.7;}
}


/**
MO NAV
**/
#moNavi{display: none;}

@media all and (max-width:1280px){
	#moNavi{position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;padding-top: 90px;background: #ffffff;z-index: 8000;box-sizing: border-box;overflow: hidden;}
	#moNavi .naviCon{*/margin-top: 0;*/margin-top: 0;height: 100%;overflow-y: auto;}
	#moNavi .logo{position: absolute;top: 16px;left: 24px;width: 87px;height: 34px;z-index: 1;background: url('../images/common/header_logo.png') no-repeat left center / 100% auto;opacity:1;}
	#moNavi .logo a{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ffffff;opacity: 0;}
	#moNavi .dep1con .dep1Ttl{display: block;position:relative;padding: 14px 10px 14px 24px;font-size: 20px;font-weight: 800;line-height: 32px;letter-spacing: -0.2px;}	
	#moNavi .dep1con .dep1Ttl:before{content:'';position: absolute;top: 50%;right: 36px;width: 8px;height: 1px;margin-top: -1px;background: #3b3b3b;transform-origin: center;transform: rotate(45deg);}
	#moNavi .dep1con .dep1Ttl:after{content:'';position: absolute;top: 50%;right: 30px;width: 8px;height: 1px;margin-top: -1px;background: #3b3b3b;transform-origin: center;transform: rotate(135deg);}
	#moNavi .dep1con .dep1Ttl.on:before{transform: rotate(-45deg);opacity: 0.3;}
	#moNavi .dep1con .dep1Ttl.on:after{transform: rotate(225deg);opacity: 0.3;}
	#moNavi .dep2con{display: none;padding-bottom: 17px;}
	#moNavi .dep2con .dep2Ttl{display: block;color: #646464;font-size: 18px;font-weight: 400;line-height: 30px;letter-spacing: -0.18px;padding: 14px 10px 14px 24px;}	
	#moNavi .dep3con{padding: 12px 10px 22px 33px;background: #f5f5f5;}
	#moNavi .dep3con .dep3Ttl{color: #646464;font-size: 16px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;padding: 8px 0;display: block;}
	#moNavi .moNaviBtn{display:block;position: absolute;top: 18px;right: 24px;width: 28px;height: 28px;}
	#moNavi .moNaviBtn:after{content:'';position: absolute;top: 50%;left: 50%;width: 25px;height: 2px;background: #555;opacity: 1;transform: translate(-50%, -50%) rotate(-45deg);}
	#moNavi .moNaviBtn:before{content:'';position: absolute;top: 50%;left: 50%;width: 25px;height: 2px;background: #555;opacity: 1;transform: translate(-50%, -50%) rotate(45deg);}
}


/**
FOOTER
**/
#footer{position: relative;background: #171717;}
#footer .footerCon{width: 100%;max-width: 1600px;margin: 0 auto;display: flex;}
#footer .footerCon .leftCon{width: 640px;}
#footer .footerCon .rightCon{width: calc(100% - 640px);border-right: 1px solid #2E2E2E;box-sizing: border-box;}
#footer .footerCon .ttlCon{height: 412px;padding: 60px 60px 0 60px;box-sizing: border-box;background: url(../images/common/footer_bg.png) no-repeat center top / 100% auto;}
#footer .footerCon .ttlCon .ttl{color: #FFF;font-size: 36px;font-weight: 800;line-height: 52px;letter-spacing: -0.36px}
#footer .footerCon .ttlCon .cmt{color: #FFF;font-size: 16px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;opacity: 0.7;margin-top: 20px;}
#footer .footerCon .ttlCon .btn{margin-top: 64px}
#footer .footerCon .inforCon{height: 363px;padding: 41px 60px 30px 60px;box-sizing: border-box;border-left: 1px solid #2E2E2E;border-bottom: 1px solid #2E2E2E;}
#footer .footerCon .inforCon .logo{width: 152px}

#footer .footerCon .inforCon .linkCon{display: none;}

#footer .footerCon .inforCon .addCon{margin-top: 45px;color: #747474;font-size: 13px;font-weight: 400;line-height: 24px;letter-spacing: -0.13px}
#footer .footerCon .inforCon .isms{display: flex;align-items: center;margin-top: 30px}
#footer .footerCon .inforCon .isms img{width: 40px}
#footer .footerCon .inforCon .isms p{margin-left: 20px;color: #747474;font-size: 12px;font-weight: 400;line-height: 22px;letter-spacing: -0.12px}
#footer .footerCon .fooMenuCon .dep1con{position: relative;display: flex;flex-wrap: wrap;flex-direction: row;}
#footer .footerCon .fooMenuCon .dep1con .line1{width: 33.3%;height: 412px;padding-top: 80px;padding-left: 30px;border-left: 1px solid #2E2E2E;border-bottom: 1px solid #2E2E2E;box-sizing: border-box}
#footer .footerCon .fooMenuCon .dep1con .line2{width: 33.3%;height: 363px;padding-top: 30px;padding-left: 30px;border-left: 1px solid #2E2E2E;border-bottom: 1px solid #2E2E2E;box-sizing: border-box}
#footer .footerCon .fooMenuCon .dep1con .line3{position: absolute;left: 30px;top: 583px;}
#footer .footerCon .fooMenuCon .dep1con .dep1Ttl{display:block;color: #D9D9D9;font-size: 14px;font-weight: 800;line-height: 26px;letter-spacing: -0.14px;}
#footer .footerCon .fooMenuCon .dep2con{display: block;margin-top: 12px;}
#footer .footerCon .fooMenuCon .dep2con > li{margin-top: 8px;}
#footer .footerCon .fooMenuCon .dep2con .dep2Ttl{color: #747474;font-size: 14px;font-weight: 400;line-height: 26px;letter-spacing: -0.14px;}
#footer .copyrightCon{width: 100%;max-width: 1600px;margin: 0 auto;display: flex;}
#footer .copyrightCon .leftCon{width: 640px;border-left: 1px solid #2E2E2E;box-sizing: border-box;display: flex;flex-direction: row;align-items: center}
#footer .copyrightCon .rightCon{width: calc(100% - 640px);border-right: 1px solid #2E2E2E;box-sizing: border-box;display: flex;flex-direction: row;align-items: center}
#footer .copyrightCon .copyCon{padding: 18px 0 18px 60px;color: #646464;font-size: 13px;font-weight: 400;line-height: 24px;letter-spacing: -0.13px}

#footer .copyrightCon .linkCon{
	width: 100%;
	height: 100%;
	padding-left: 30px;
	border-left: 1px solid #2E2E2E;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center
}
#footer .copyrightCon .linkCon li{position:relative;margin-left: 9px;padding-left: 8px}
#footer .copyrightCon .linkCon li:first-child{margin-left:0;padding-left: 0;}
#footer .copyrightCon .linkCon li:after{content:'';position: absolute;top: 50%;left: 0;height: 12px;width: 1px;margin-top: -6px;background: #2e2e2e;}
#footer .copyrightCon .linkCon li:first-child:after{display:none;}



#footer .copyrightCon .linkCon li a{color: #747474;font-family: Pretendard;font-size: 13px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: -0.13px;}
#footer .copyrightCon .snsCon{width: 33.3%;height: 100%;padding-left: 30px;border-left: 1px solid #2E2E2E;box-sizing: border-box;display: flex;flex-direction: row;align-items: center}
#footer .copyrightCon .snsCon li{margin-right: 20px}
#footer .copyrightCon .snsCon a{display: block;width: 30px;height: 30px;font-size: 0;line-height: 0}
#footer .copyrightCon .snsCon .linkYoutub{background: url(../images/common/foot_youtub.png) no-repeat center / 100% auto}
#footer .copyrightCon .snsCon .linkBlog{background: url(../images/common/foot_blog.png) no-repeat center top / 100% auto}
#footer .copyrightCon .snsCon .linkFacebook{background: url(../images/common/foot_facebook.png) no-repeat center top / 100% auto}

#footer .copyrightCon .familySiteCon{
	width: 100%;

	border-left: 1px solid #2E2E2E;
	box-sizing: border-box;
	position: relative
}


#footer .copyrightCon .familySiteCon .familySiteBtn{position:relative;color: #747474;font-size: 14px;font-weight: 400;line-height: 26px;letter-spacing: -0.14px;display: block;padding: 20px 0 20px 30px}
#footer .copyrightCon .familySiteCon .familySiteBtn:before{content:'';position: absolute;top: 50%;right: 36px;width: 8px;height: 1px;margin-top: -1px;background: #3b3b3b;transform-origin: center;transform: rotate(-45deg);}
#footer .copyrightCon .familySiteCon .familySiteBtn:after{content:'';position: absolute;top: 50%;right: 30px;width: 8px;height: 1px;margin-top: -1px;background: #3b3b3b;transform-origin: center;transform: rotate(225deg);}
#footer .copyrightCon .familySiteCon .familySiteList{display: none;position: absolute;bottom: 100%;left: 0;width: 100%;padding: 8px 0 16px;background: #272727;border-top: 1px solid #2E2E2E;border-bottom: 1px solid #2E2E2E;}
#footer .copyrightCon .familySiteCon .familySiteList li{padding: 2px 10px 2px 31px;}
#footer .copyrightCon .familySiteCon .familySiteList li.ttl{padding: 16px 10px 2px 31px;color: #979797;font-size: 13px;font-weight: 800;line-height: 24px;letter-spacing: -0.13px;}
#footer .copyrightCon .familySiteCon .familySiteList li a{display: block;color: #747474;font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
#footer .copyrightCon .familySiteCon .familySiteList li a:hover{color: #D9D9D9;}
#footer .copyrightCon .familySiteCon .familySiteBtn.on{background: #272727;}
#footer .copyrightCon .familySiteCon .familySiteBtn.on:before{transform: rotate(45deg);}
#footer .copyrightCon .familySiteCon .familySiteBtn.on:after{transform: rotate(135deg);}

.footerFloation{position: fixed;bottom: 30px;right: 24px;z-index: 7000;display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-end;}
.footerFloation .goTop{margin-top: 5px;display: none;width: 54px;height: 54px;background: url(../images/common/btn_top.png) no-repeat left center / 54px auto;}
.footerFloation .goTop a{display: block;height: 100%;width: 100%;}
.footerFloation .inquiryBtn{margin-top: 5px;display:none;padding: 0 20px;}
.footerFloation .inquiryBtn span{display: inline-block;padding-left: 25px;background: url(/images/icon_tel.png) no-repeat left center / 18px auto;}

@media all and (max-width:1280px){
	#footer .footerCon{max-width: none;display: block;}
	#footer .footerCon .leftCon{width: 100%;}
	#footer .footerCon .rightCon{width: 100%;border-right: none;}
	#footer .footerCon .ttlCon{height: auto;padding: 30px 0 42px 24px;background-size: cover;}
	#footer .footerCon .ttlCon .ttl{font-size: 24px;line-height: 36px;letter-spacing: -0.24px;}
	#footer .footerCon .ttlCon .cmt{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;margin-top: 12px;}
	#footer .footerCon .ttlCon .btn{margin-top: 24px;}
	#footer .footerCon .inforCon{height: auto;padding: 48px 24px 43px 24px;border-left: none;border-bottom: none;}
	#footer .footerCon .inforCon .logo{width: 106px;}
	#footer .footerCon .inforCon .linkCon{display: flex;flex-direction: row;align-items: center;margin-top: 60px;}
	#footer .footerCon .inforCon .linkCon li{position: relative;margin-left: 9px;padding-left: 8px;}
	#footer .footerCon .inforCon .linkCon li:first-child{margin-left: 0;padding-left: 0;}
	#footer .footerCon .inforCon .linkCon li:after{content: '';position: absolute;top: 50%;left: 0;height: 12px;width: 1px;margin-top: -6px;background: #2e2e2e;}
	#footer .footerCon .inforCon .linkCon li:first-child:after{display: none;}
	#footer .footerCon .inforCon .linkCon a{color: #747474;font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 400;line-height: 26px;letter-spacing: -0.14px;}
	#footer .footerCon .inforCon .addCon{margin-top: 16px;}
	#footer .footerCon .inforCon .isms{margin-top: 12px;}
	#footer .footerCon .inforCon .isms p{margin-left: 16px;}
	#footer .footerCon .fooMenuCon .dep1con{display: flex;flex-direction: column;flex-wrap: nowrap;}
	#footer .footerCon .fooMenuCon .dep1con .dep1Ttl{position:relative;padding: 16px 10px 16px 24px;border-top: 1px solid #2E2E2E;}	
	#footer .footerCon .fooMenuCon .dep1con .dep1Ttl:before{content:'';position: absolute;top: 50%;right: 36px;width: 8px;height: 1px;margin-top: -1px;background: #3b3b3b;transform-origin: center;transform: rotate(45deg);}
	#footer .footerCon .fooMenuCon .dep1con .dep1Ttl:after{content:'';position: absolute;top: 50%;right: 30px;width: 8px;height: 1px;margin-top: -1px;background: #3b3b3b;transform-origin: center;transform: rotate(135deg);}
	#footer .footerCon .fooMenuCon .dep1con .dep1Ttl.on:before{transform: rotate(-45deg);}
	#footer .footerCon .fooMenuCon .dep1con .dep1Ttl.on:after{transform: rotate(225deg);}
	#footer .footerCon .fooMenuCon .dep2con{display: none;margin-top: 0;}
	#footer .footerCon .fooMenuCon .dep2con > li{margin-top: 0;padding: 16px 10px 16px 24px;}
	#footer .copyrightCon{max-width: none;display: block;}
	#footer .copyrightCon .leftCon{width: 100%;border-left: none;border-top: 1px solid #2E2E2E;display: block;}
	#footer .copyrightCon .rightCon{width: 100%;border-right: none;display: block;}
	#footer .copyrightCon .copyCon{padding: 48px 24px 0 24px;font-size: 12px;line-height: 22px;letter-spacing: -0.12px;text-align: center;}
	#footer .copyrightCon .linkCon{display: none;}
	#footer .copyrightCon .snsCon{width: 100%;height: auto;padding: 0 24px;margin-top: 20px;border-left: none;display: flex;flex-direction: row;align-items: center;justify-content: center;}
	#footer .copyrightCon .snsCon li{margin: 0 15px;}
	#footer .copyrightCon .snsCon a{width: 36px;height: 36px;}
	#footer .copyrightCon .familySiteCon{width: 100%;height: auto;border-left: none;border-top: 1px solid #2E2E2E;margin-top: 60px;}
	#footer .copyrightCon .familySiteCon .familySiteList{padding: 6px 0 18px;}
	#footer .copyrightCon .familySiteCon .familySiteList li{padding: 6px 10px 6px 24px;}
	#footer .copyrightCon .familySiteCon .familySiteList li.ttl{padding: 18px 10px 6px 24px;}

	.footerFloation .inquiryBtn{display:block;}
}


/**
CONTAINER
**/
@media all and (max-width:1280px){
	#container{width: 100%;}
}


/**
SITE LOCATION
**/
.site_location{display: flex;align-items: center;}
.site_location span{display: inline-block;position: relative;padding-left: 20px;}
.site_location span:first-child{padding-left:0;}
.site_location span:before{content: '';position: absolute;top: 50%;left: 8px;width: 6px;height: 1px;margin: -2px 0 0 0;background: rgba(194,194,194);-webkit-transform: rotateZ(40deg);-ms-transform: rotateZ(40deg);transform: rotateZ(40deg);}
.site_location span:after{content: '';position: absolute;top: 50%;left: 8px;width: 6px;height: 1px;margin: 2px 0 0 0;background: rgba(194,194,194);-webkit-transform: rotateZ(-40deg);-ms-transform: rotateZ(-40deg);transform: rotateZ(-40deg);}
.site_location span:first-child:before,
.site_location span:first-child:after{display:none;}
.site_location span a{font-size: 14px;color: #979797;letter-spacing: -0.14px;}
.site_location span a.home{display: block;width: 13px;height: 12px;text-indent: -999px;font-size: 0;overflow: hidden;background: url(/images/icon_home.png) no-repeat center / 100% auto;}

@media all and (max-width:1280px){
	.site_location{display: none;}
}


/**
PAGE TITLE
**/
.pageTitArea{word-break: keep-all;}
.pageTitArea h2{color: #171717;font-size: 48px;font-weight: 800;line-height: 72px;letter-spacing: -0.48px;}
.pageTitArea p{color: #646464;font-size: 20px;line-height: 32px;letter-spacing: -0.2px;margin-top: 30px;}

.site_location + .pageTitArea{margin-top:8px;}

@media all and (max-width:1280px){
	.pageTitArea{word-break: break-all;}
	.pageTitArea h2{font-size: 32px;line-height: 48px;letter-spacing: -0.32px;}
	.pageTitArea p{font-size: 16px;line-height: 28px;letter-spacing: -0.16px;margin-top: 12px;}

	.site_location + .pageTitArea{margin-top: 0;}
}


/**
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;margin-left: auto;margin-right: auto;}
.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;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden{display: none;}


/**
board List
**/
.list_wrap li.no_data{padding: 160px 0;text-align: center;}
.list_wrap li.no_data p{background: url(../images/common/ico_nodata.png) no-repeat center top / 120px auto;padding-top: 150px;color: #979797;font-size: 20px;line-height: 32px;letter-spacing: -0.2px;}

.board_wrap .list_wrap ul{display: flex;gap: 30px 8px;flex-wrap: wrap;justify-content: flex-start;}
.board_wrap .list_wrap ul li{max-width: 364px;width:calc(25% - 6px);display: flex;flex-direction: column;box-sizing: border-box;}
.board_wrap .list_wrap ul li .board_thumb{width:100%;padding-top: 90%;border-radius: 4px 4px 0 0}
.board_wrap .list_wrap ul li .board_thumb img{width:100%;}
.board_wrap .list_wrap ul li .board_info{display: flex;height: 100%;flex-direction: column;padding: 24px 32px 30px;background:#f9f9f9;border-radius: 0 0 4px 4px}
.board_wrap .list_wrap ul li .board_date{font-size: 13px;line-height: 22px;letter-spacing: -0.13px;}
.board_wrap .list_wrap ul li .board_subj{margin-top:10px;flex:1;font-size: 24px;line-height: 36px;letter-spacing: -0.24px;}
.board_wrap .list_wrap ul li .btn{margin-top:24px;}
.board_wrap .list_wrap li.no_data{max-width: none;width: 100%;border-top: 1px solid #e9e9e9;}

.brochure_wrap{display: flex;gap:65px;margin-top: 80px;}
.brochure_wrap .side_wrap{max-width:310px;background:#f5f5f5;}
.brochure_wrap .side_wrap .chk_wrap{padding:30px 30px 30px 36px;border-top:1px solid #e9e9e9}
.brochure_wrap .side_wrap .chk_wrap li{margin-bottom: 26px;}
.brochure_wrap .side_wrap .chk_wrap li:last-child{margin-bottom: 0;}
.brochure_wrap .side_wrap .chk_wrap .inp_check label{font-size:16px;font-weight: 800;line-height: 28px;letter-spacing: -0.16px;}
.brochure_wrap .side_wrap .chk_wrap .inp_check label:before{border: 0 !important;}
.brochure_wrap .side_wrap .chk_wrap .inp_check label:after{width: 12px;height: 9px;}
.brochure_wrap .side_wrap .chk_wrap .inp_check input:checked + label{color: #007DC5;}
.brochure_wrap .side_wrap .chk_wrap .inp_check input:checked + label:before{background: none !important;border:0 !important}
.brochure_wrap .side_wrap .chk_wrap .inp_check input:checked + label:after{background: url(../images/common/check_on.png) no-repeat center center / 100% auto;}
.brochure_wrap .list_wrap{flex: 1;margin-top: 26px;}
.brochure_wrap .list_wrap ul{border-top: 1px solid #E9E9E9;margin-top: 26px;}
.brochure_wrap .list_wrap li{position: relative;display: flex;padding: 42px 94px 42px 36px;border-bottom: 1px solid #E9E9E9;flex-direction: column;}
.brochure_wrap .list_wrap li .cate{margin-bottom: 10px;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;word-break: keep-all;}
.brochure_wrap .list_wrap li .subj{font-size:24px;flex-grow: 1;line-height: 36px; letter-spacing: -0.24px;word-break: keep-all;}
.brochure_wrap .list_wrap li a{position: absolute;top: 50%;right: 36px;margin-top: -24px;}
.brochure_wrap .list_wrap li.no_data{padding: 160px 0 262px;display: block;align-items: center;border-bottom: 0;}

.recruit_wrap .search_wrap{max-width: 830px;margin-top: 80px;}
.recruit_wrap .search_wrap input[type="text"]{color: #979797;}
.recruit_wrap .cate_wrap{margin-top: 40px;}
.recruit_wrap .cate_wrap li::-webkit-scrollbar{display: none;}
.recruit_wrap .cate_wrap a{display:inline-block;width:auto;height:40px;padding:0 20px;line-height:40px;margin-right: 5px;text-align:center;color:#646464;font-weight:400;}
.recruit_wrap .cate_wrap a.active{background-color:#171717;color:#ffffff;font-weight:800;}
.recruit_wrap .cate_wrap span{display:inline-block;width:auto;height:40px;padding:0 20px;line-height:40px;margin-right: 5px;text-align:center;color:#646464;font-weight:400;}
.recruit_wrap .list_wrap{margin-top: 48px;}
.recruit_wrap .list_wrap ul{margin-top: 12px;border-top: 1px solid #E9E9E9;}
.recruit_wrap .list_wrap li{display: flex;flex-wrap: nowrap;justify-content: space-between;padding:32px 36px;align-items: center;border-bottom: 1px solid #E9E9E9;}
.recruit_wrap .list_wrap li .cate{margin-right: 132px;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;}
.recruit_wrap .list_wrap li .subj{font-size:26px;flex-grow: 1;letter-spacing: -0.24px;} 
.recruit_wrap .list_wrap li span{display: block;margin-top: 12px;font-size:16px;letter-spacing: -0.16px;}
.recruit_wrap .list_wrap li .dday{padding:27px;border-radius: 4px;background: var(--base-bg-blue-007-dc-55, rgba(0, 125, 197, 0.05));font-size:24px;text-align: center;}
.recruit_wrap .list_wrap li .dday.active{color: #007DC5 !important;}
.recruit_wrap .list_wrap li.no_data{display:block;padding: 160px 0;border-bottom: none;}

.notice_wrap .list_wrap{margin-top: 80px;}
.notice_wrap .list_wrap ul{border-top: 1px solid #e9e9e9;}
.notice_wrap .list_wrap li{position:relative;border-bottom: 1px solid #e9e9e9;}
.notice_wrap .list_wrap li a{position: relative;display: block;padding: 32px 94px 32px 36px;z-index: 1;}
.notice_wrap .list_wrap li:after{content: '';position: absolute;top: 50%;right: 53px;transform: translateY(-50%);width: 14px;height: 11px;background: url(../images/common/arrow_blue.png) no-repeat left top / 100% auto;border-radius: 50%;}
.notice_wrap .list_wrap li:before{content:'';position: absolute;top: 50%;right: 36px;transform: translateY(-50%);width: 48px;height: 48px;background: #007DC5;opacity: 0.05;border-radius: 50%;}
.notice_wrap .list_wrap li .ttl{color: #171717;font-size: 24px;font-weight: 800;line-height: 36px;letter-spacing: -0.24px;}
.notice_wrap .list_wrap li .date{color: #979797;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;margin-top: 12px;}
.notice_wrap .list_wrap li.no_data:before{display: none;}
.notice_wrap .list_wrap li.no_data:after{display: none;}

.faq_wrap .cate_wrap{margin-top: 80px;}
.faq_wrap .cate_wrap ul{display: flex;}
.faq_wrap .cate_wrap li+li{margin-left: 12px;}
.faq_wrap .cate_wrap a{display: block;color: #646464;font-size: 18px;line-height: 30px;letter-spacing: -0.18px;border-radius: 50px;border: 1px solid #E9E9E9;background: #FFF;padding: 4px 20px;}
.faq_wrap .cate_wrap a.active{color: #FFF;font-weight: 800;border: 1px solid #171717;background: #171717;}
.faq_wrap .list_wrap{margin-top: 60px;}
.faq_wrap .list_wrap ul{border-top: 1px solid #E9E9E9;}
.faq_wrap .list_wrap li{border-bottom: 1px solid #E9E9E9;}
.faq_wrap .list_wrap li a{position: relative;display: flex;padding: 40px 60px 40px 36px;}
.faq_wrap .list_wrap li a:after{content: '';position: absolute;top: 50px;right: 40px;width: 2px;height: 12px;background: #171717;margin-right: -4px;transform: rotate(45deg);}
.faq_wrap .list_wrap li a:before{content:'';position: absolute;top: 50px;right: 40px;width: 2px;height: 12px;background: #171717;margin-right: 4px;transform: rotate(-45deg);}
.faq_wrap .list_wrap li a.on:after{background: #979797;opacity: 0.6;transform: rotate(-45deg);}
.faq_wrap .list_wrap li a.on:before{background: #979797;opacity: 0.6;transform: rotate(45deg);}
.faq_wrap .list_wrap li .faqCate{width: 182px;padding-right: 14px;color: #979797;font-size: 16px;line-height: 28px; /* 175% */letter-spacing: -0.16px;}
.faq_wrap .list_wrap li .faqTtl{width: calc(100% - 196px);color: #171717;font-size: 24px;font-weight: 800;line-height: 36px;letter-spacing: -0.24px;}
.faq_wrap .list_wrap li .faqCtt{display: none;background: var(--base-02-bg-gray-f-5-f-5-f-5, #F5F5F5);padding: 48px 60px 80px;color: #000000;font-size: 18px;line-height: 30px;letter-spacing: -0.18px;}

@media all and (max-width:1280px){
	.list_wrap li.no_data{padding: 100px 0;}
	.list_wrap li.no_data p{background-size: 80px auto;padding-top: 104px;font-size: 18px;line-height: 30px;letter-spacing: -0.18px;}

	.board_wrap .list_wrap ul{display: flex;gap: 8px 0px;flex-direction: column;}
	.board_wrap .list_wrap ul li{max-width: 100%;width:100%;box-sizing: border-box;}
	.board_wrap .list_wrap ul li .board_info{display: flex;height: 100%;flex-direction: column;padding: 24px 32px 30px;  background:#f9f9f9;}
	.board_wrap .list_wrap ul li .board_date{font-size: 12px;line-height: 22px;letter-spacing: -0.12px;}
	.board_wrap .list_wrap ul li .board_subj{margin-top:8px;flex:1;font-size: 18px;line-height: 30px;letter-spacing: -0.18px;}
	.board_wrap .list_wrap ul li .btn{margin-top:35px;font-size: 12px;letter-spacing: -0.12px;} 

	.brochure_wrap{margin-top:60px;flex-direction: column;gap: 60px;}
	.brochure_wrap .side_wrap{max-width: 100%;background: #ffffff;}
	.brochure_wrap .side_wrap .chk_wrap{margin-top:8px;padding: 36px 24px;background:#f5f5f5;border-top: 0;border-radius: 4px;}
	.brochure_wrap .side_wrap .chk_wrap ul{display: flex;flex-wrap: wrap;}
	.brochure_wrap .side_wrap .chk_wrap li{width: 50%;margin-bottom:16px;}
	.brochure_wrap .side_wrap .chk_wrap .inp_check label{padding-left: 36px;font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.brochure_wrap .list_wrap{margin-top: 0;}
	.brochure_wrap .list_wrap .total{font-size:14px;line-height:26px;}
	.brochure_wrap .list_wrap ul{margin-top: 8px;}
	.brochure_wrap .list_wrap li{padding: 30px 74px 30px 16px;}
	.brochure_wrap .list_wrap li .cate{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.brochure_wrap .list_wrap li .subj{font-size:20px;line-height:28px;letter-spacing: -0.2px;}
	.brochure_wrap .list_wrap li a{right: 16px;} 
	.brochure_wrap .list_wrap li.no_data{padding: 100px 0;}
	
	.recruit_wrap .search_wrap{margin-top:60px;max-width: 100%;}
	.recruit_wrap .cate_wrap{margin: 30px -24px 0;} 
	.recruit_wrap .cate_wrap ul{overflow-x: auto;white-space: nowrap;padding: 0 0 5px 24px;}
	.recruit_wrap .cate_wrap a{height:38px;line-height:38px;font-size:16px;}
	.recruit_wrap .list_wrap{margin-top: 20px;}
	.recruit_wrap .list_wrap .total{font-size:14px;line-height:26px;}
	.recruit_wrap .list_wrap ul{margin-top: 8px;}
	.recruit_wrap .list_wrap li{flex-direction: column;align-items: flex-start;padding:30px 16px;}
	.recruit_wrap .list_wrap li .cate{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.recruit_wrap .list_wrap li .subj{margin-top: 7px;font-size:20px;line-height:28px;letter-spacing: -0.2px;}
	.recruit_wrap .list_wrap li span{display: block;margin-top: 7px;font-size:14px;line-height: 26px;}
	.recruit_wrap .list_wrap li .dday{width: 54px;height: 25px;margin-top:6px;padding: 0;border-radius: 4px;background: var(--base-bg-blue-007-dc-55, rgba(0, 125, 197, 0.05));font-size: 14px;}
	.recruit_wrap .list_wrap li.no_data{padding: 100px 0;}

	.notice_wrap .list_wrap{margin-top: 60px;}
	.notice_wrap .list_wrap li a{padding: 30px 64px 30px 16px;}
	.notice_wrap .list_wrap li:after{right: 25px;}
	.notice_wrap .list_wrap li:before{width: 42px;height: 42px;right: 12px;}
	.notice_wrap .list_wrap li .ttl{font-size: 20px;line-height: 28px;letter-spacing: -0.2px;}
	.notice_wrap .list_wrap li .date{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;margin-top: 7px;}
		
	.faq_wrap .cate_wrap{margin-top: 60px;}
	.faq_wrap .cate_wrap ul{display: block;overflow-x: auto;margin: 0 -24px;padding: 0 24px 10px;font-size: 0;line-height: 0;white-space: nowrap;}
	.faq_wrap .cate_wrap li{display: inline-block;vertical-align: top;}
	.faq_wrap .cate_wrap li+li{margin-left: 10px;}
	.faq_wrap .cate_wrap a{font-size: 16px;line-height: 28px;letter-spacing: -0.16px;}
	.faq_wrap .list_wrap{margin-top: 30px;}
	.faq_wrap .list_wrap li a{padding: 30px 40px 30px 16px;flex-direction: column;}
	.faq_wrap .list_wrap li a:after{top: 50%;right: 12px;width: 1px;height: 10px;margin-right: -3px;margin-top: -4px;}
	.faq_wrap .list_wrap li a:before{top: 50%;right: 12px;width: 1px;height: 10px;margin-top: -4px;}
	.faq_wrap .list_wrap li .faqCate{width: 100%;padding-right: 0;font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.faq_wrap .list_wrap li .faqTtl{width: 100%;font-size: 20px;line-height: 28px;letter-spacing: -0.2px;margin-top: 7px;}
	.faq_wrap .list_wrap li .faqCtt{padding: 40px 30px 60px;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;}
}


/**
board Detail
**/
.board-detail{max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.board-detail .pageTitArea h2{font-size: 40px; line-height: 64px;letter-spacing: -0.4px; }
.board-detail .pageInfo{display: flex;gap: 12px;margin-top: 24px;}
.board-detail .pageInfo span{position: relative;font-size: 13px;line-height: 24px; letter-spacing: -0.13px;}
.board-detail .pageInfo span:after{display: block;content: "";width: 1px;height: 10px;position: absolute;top:8px;right: -6px; background:#e9e9e9;}
.board-detail .pageInfo span:last-child::after{display: none;}
.board-detail .contents_wrap{margin-top:80px;padding: 48px 0;border-top: 1px solid #E9E9E9;}
.board-detail .contents_wrap img{max-width:100%;width:auto;}
.board-detail .fileDownload{padding: 30px 24px;margin-top: 80px;border-bottom: 1px solid #E9E9E9;border-top: 1px solid #E9E9E9;}
.board-detail .fileDownload .ttl{color: #979797;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;}
.board-detail .fileDownload .fileList{display: flex;gap: 14px;flex-direction: column;margin-top: 12px;}
.board-detail .fileDownload .fileList a{background-image: url(../images/common/file_down.png);background-repeat: no-repeat;background-position: left top;background-size: 48px auto;color: #007DC5;font-size: 16px;line-height: 48px;letter-spacing: -0.16px;text-decoration-line: underline;position: relative;padding-left: 64px;display: inline-block;}
.board-detail .solution_wrap h3{margin-top: 60px;color: #171717;font-size: 24px;font-weight: 800;line-height: 36px;letter-spacing: -0.24px;}
.board-detail .solution_wrap ul li{margin-top: 8px;}
.board-detail .solution_wrap ul li:first-child{margin-top: 32px;}
.board-detail .solution_wrap ul li a{display: block;position: relative;padding: 30px 84px 30px 24px;color: #171717;font-size: 24px;line-height: 36px;letter-spacing: -0.24px;border-radius: 4px;background: #F5F5F5;}
.board-detail .solution_wrap ul li a:before{content:'';background: #007DC5;opacity: 0.05;width: 48px;height: 48px;position: absolute;top: 26px;right: 24px;border-radius: 50%;}
.board-detail .solution_wrap ul li a:after{content:'';background-image: url(../images/common/arrow_blue.png);background-repeat: no-repeat;background-position: left top;background-size: 100% auto;width: 14.5px;height: 10px;position: absolute;top: 44px;right: 40px;border-radius: 50%;}
.board-detail .solution_wrap ul li a:hover{color: #007DC5;}
.board-detail .solution_wrap ul li a:hover:before{background: #007DC5;opacity: 1;}
.board-detail .solution_wrap ul li a:hover:after{background-image: url(../images/common/arrow.png);}
.board-detail .next_prev_wrap{margin-top: 80px;}
.board-detail .next_prev_wrap ul{display: flex;gap: 8px;box-sizing: border-box;justify-content: space-between;}
.board-detail .next_prev_wrap ul li{padding:30px 24px;width:46.4%;border-top: 1px solid #E9E9E9;border-bottom: 1px solid #E9E9E9;}
.board-detail .next_prev_wrap ul li a{display: flex; flex-direction: column;height: 100%;}
.board-detail .next_prev_wrap ul li .footer_board_cate{font-size: 16px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;color: #979797;}
.board-detail .next_prev_wrap ul li .footer_board_title{margin-top:12px; font-size: 24px; font-weight: 400;line-height:36px;letter-spacing: -0.24px;color: #171717;flex:1;}
.board-detail .next_prev_wrap ul li .footer_board_date{margin-top: 44px;font-size: 13px;font-weight: 400;line-height: 24px;letter-spacing: -0.13px;color: #979797;}
.board-detail .next_prev_wrap ul li:hover{background: #f5f5f5;cursor: pointer;}
.board-detail .next_prev_wrap ul li:hover .footer_board_cate,
.board-detail .next_prev_wrap ul li:hover .footer_board_title,
.board-detail .next_prev_wrap ul li:hover .footer_board_date{color:#007DC5 ;}
.board-detail .btn_wrap{margin-top:40px;text-align: center;}
.board-detail .btn_wrap .btn{width:160px;}

.recruit-detail{max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.recruit-detail .pageTitArea h2{font-size: 40px; line-height: 64px;letter-spacing: -0.4px; }
.recruit-detail .pageInfo{display: flex;gap: 12px;margin-top: 24px;}
.recruit-detail .pageInfo span{position: relative;font-size: 13px;line-height: 24px; letter-spacing: -0.13px;}
.recruit-detail .pageInfo span:after{display: block;content: "";width: 1px;height: 10px;position: absolute;top:8px;right: -6px;background:#e9e9e9;}
.recruit-detail .pageInfo span:last-child::after{display: none;}
.recruit-detail .cate_wrap{margin-top: 24px;}
.recruit-detail .cate_wrap li::-webkit-scrollbar{display: none;}
.recruit-detail .cate_wrap a{display:inline-block;width:auto;height:40px;padding:0 20px;line-height:40px;margin-right: 5px;text-align:center;color:#646464;font-weight:400;}
.recruit-detail .cate_wrap a.active{background-color:#171717;color:#ffffff;font-weight:800;}
.recruit-detail .cate_wrap span{display:inline-block;width:auto;height:40px;padding:0 20px;line-height:40px;margin-right: 5px;text-align:center;color:#646464;font-weight:400;}
.recruit-detail .contents_wrap{margin-top:80px;padding: 48px 0;border-top: 1px solid #E9E9E9;border-bottom: 1px solid #E9E9E9;}
.recruit-detail .contents_wrap img{max-width:100%;width:auto;}
.recruit-detail .file_wrap{padding: 30px 24px;border-bottom: 1px solid #E9E9E9;}
.recruit-detail .file_wrap{font-size:16px;}
.recruit-detail .file_wrap ul{margin-top: 12px;}
.recruit-detail .file_wrap .file_link{display: flex; margin-bottom: 14px;; gap: 16px;align-items: center;}
.recruit-detail .file_wrap .file_link a{position: relative; font-size: 24px; line-height: 36px; color: #007DC5;letter-spacing: -0.24px;}
.recruit-detail .file_wrap .file_link a::after{display: block;content: "";width: 100%;height: 1px; position: absolute; bottom:5px; left: 0; background: #007DC5;}
.recruit-detail .file_wrap ul li:last-child{margin-bottom: 0;}
.recruit-detail .btn_wrap{margin-top:40px;text-align: center;}
.recruit-detail .btn_wrap .btn{width:160px;}

@media all and (max-width:1280px){
	.board-detail{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.board-detail .pageTitArea h2{font-size: 24px; line-height: 36px;letter-spacing: -0.24px;}
	.board-detail .pageInfo{margin-top: 12px;}
	.board-detail .pageInfo span{font-size: 13px;line-height: 24px; letter-spacing: -0.13px;}
	.board-detail .contents_wrap{margin-top: 60px;padding: 40px 0;}
	.board-detail .fileDownload{padding: 26px 0;margin-top: 60px;}
	.board-detail .fileDownload .ttl{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.board-detail .fileDownload .fileList{gap: 10px;margin-top: 10px;}
	.board-detail .fileDownload .fileList a{background-size: 42px auto;line-height: 42px;padding-left: 54px;}
	.board-detail .solution_wrap h3{margin-top: 40px;font-size: 20px;line-height: 32px;letter-spacing: -0.2px;}
	.board-detail .solution_wrap ul li:first-child{margin-top: 20px;}
	.board-detail .solution_wrap ul li a{padding: 20px 80px 20px 20px;font-size: 18px;line-height: 30px;letter-spacing: -0.18px;}
	.board-detail .solution_wrap ul li a:before{top: 12px;right: 20px;}
	.board-detail .solution_wrap ul li a:after{top: 30px;right: 37px;}
	.board-detail .next_prev_wrap{margin-top: 60px;}	
	.board-detail .next_prev_wrap ul{gap: 0;flex-direction: column;}
	.board-detail .next_prev_wrap ul li{width:100%;padding:26px 0px;}
	.board-detail .next_prev_wrap ul li:last-child{border-top: 0;}
	.board-detail .next_prev_wrap ul li .footer_board_cate{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.board-detail .next_prev_wrap ul li .footer_board_title{margin-top:8px; font-size: 18px; line-height:30px;letter-spacing: -0.18px;}
	.board-detail .next_prev_wrap ul li .footer_board_date{margin-top: 6px;font-size: 12px;line-height: 22px;letter-spacing: -0.12px;}
	.board-detail .btn_wrap{margin-top:30px;}
	.board-detail .btn_wrap .btn.full{width:100%;}

	.recruit-detail{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.recruit-detail .pageTitArea h2{font-size: 24px;line-height: 36px;letter-spacing: -0.24px;}
	.recruit-detail .pageInfo{margin-top: 12px;}
	.recruit-detail .cate_wrap{margin-top: 12px;} 
	.recruit-detail .cate_wrap li{overflow-x: auto;white-space: nowrap;}
	.recruit-detail .cate_wrap a{height:38px;line-height:38px;font-size:16px;}
	.recruit-detail .contents_wrap{margin-top: 60px;padding: 40px 0;}
	.recruit-detail .file_wrap{padding: 26px 0;}
	.recruit-detail .file_wrap{font-size:14px;}
	.recruit-detail .file_wrap .file_link img{width:42px;}
	.recruit-detail .file_wrap .file_link a{font-size: 18px;letter-spacing: -0.18px;}
	.recruit-detail .btn_wrap{margin-top:30px;}
	.recruit-detail .btn_wrap .btn.full{width:100%;}
}


/**
board Detail Edit
**/
.board-detail .contents_wrap,
.recruit-detail .contents_wrap{font-size:16px;line-height: 28px;letter-spacing: -0.16px;}
.board-detail .contents_wrap img,
.recruit-detail .contents_wrap img{max-width:100%;width:auto;}


/**
보도자료, 기술 콘텐츠
**/
.contents.news-list{max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.contents.news-list .search_wrap{max-width: 830px;margin-top: 80px;}
.contents.news-list .search_wrap input[type="text"]{color: #979797;}
.contents.news-list .list_wrap{margin-top: 48px;}
.contents.news-list .paging_wrap{margin-top: 30px;}

@media all and (max-width:1280px){
	.contents.news-list{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.contents.news-list .search_wrap{margin-top:60px;max-width: 100%;}
	.contents.news-list .list_wrap{margin-top: 30px;}
	.contents.news-list .paging_wrap{margin-top: 24px;}  
}


/**
브로슈어
**/
.contents.brochure-list{overflow: hidden;max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.contents.brochure-list .btn_wrap{float: right;width: calc(100% - 375px);margin-top:40px;text-align: center;}
.contents.brochure-list .btn_wrap .btn{width: 122px;}

@media all and (max-width:1280px){
	.contents.brochure-list{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.contents.brochure-list .btn_wrap{float: none;width: 100%;margin-top:30px;}
	.contents.brochure-list .btn_wrap .btn{width:100%;}
}


/**
공고 
**/
.contents.notice-list{max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.contents.notice-list .paging_wrap{margin-top: 30px;}

@media all and (max-width:1280px){
	.contents.notice-list{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.contents.notice-list .paging_wrap{margin-top: 24px;} 
}


/**
채용정보 
**/
.contents.recruit-list{max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.contents.recruit-list .btn_wrap{margin-top:40px;text-align: center;}
.contents.recruit-list .btn_wrap .btn{width:160px;}

@media all and (max-width:1280px){
	.contents.recruit-list{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.contents.recruit-list .btn_wrap{margin-top:30px;}
	.contents.recruit-list .btn_wrap .btn.full{width:100%;}
}


/**
문의하기
**/
.contents.inquiry{max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.contents.inquiry .formCon{margin-top: 80px;}
.contents.inquiry .inquiry_cmt{color: #979797;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;}
.contents.inquiry .inquiry_cmt span{color: #007DC5;}
.contents.inquiry .inquiry_conBox{display: flex;flex-wrap: wrap;margin: 12px -4px -4px;}
.contents.inquiry .inquiry_conBox .inp_wrap{width: 50%;padding: 4px;box-sizing: border-box;}
.contents.inquiry .inquiry_conBox .inp_wrap .inp_textArea textarea{min-height: 200px;}
.contents.inquiry .inquiry_conBox.wide{display:block;}
.contents.inquiry .inquiry_conBox.wide .inp_wrap{width:100%;}
.contents.inquiry .inquiry_conTtl{font-size: 24px;font-weight: 800;line-height: 36px;letter-spacing: -0.24px;margin: 40px 0 26px;}
.contents.inquiry .inquiry_terms{margin-top: 60px;padding: 0 0 40px;border-top: 1px solid #E9E9E9;border-bottom: 1px solid #E9E9E9;display: flex;flex-wrap: wrap;justify-content: space-evenly;}
.contents.inquiry .inquiry_terms .terms_conBox{position: relative;width: 690px;margin-top: 40px;padding-left: 48px;box-sizing: border-box;}
.contents.inquiry .inquiry_terms .terms_conBox .ttl{color: #171717;font-size: 24px;line-height: 36px;letter-spacing: -0.24px;display: flex;}
.contents.inquiry .inquiry_terms .terms_conBox .ttl .inp_check{position: absolute;top: 2px;left: 0;width: 32px;height: 32px;overflow: hidden;}
.contents.inquiry .inquiry_terms .terms_conBox .ttl .inp_check label{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding-left: 0;font-size: 0;letter-spacing: 0;line-height: 0;}
.contents.inquiry .inquiry_terms .terms_conBox .ttl a{color: #007DC5;text-decoration-line: underline;}
.contents.inquiry .inquiry_terms .terms_conBox .ttl em{color: #979797;font-size: 16px;letter-spacing: -0.16px;margin-left: 6px;}
.contents.inquiry .inquiry_terms .terms_conBox .error{display:none;color: #CC1919;font-size: 13px;line-height: 24px;letter-spacing: -0.13px;}
.contents.inquiry .inquiry_terms .terms_conBox ul{margin-top: 20px;}
.contents.inquiry .inquiry_terms .terms_conBox ul li:first-child{margin-top:0;}
.contents.inquiry .inquiry_terms .terms_conBox ul li{color: #979797;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;margin-top: 10px;}
.contents.inquiry .inquiry_terms .terms_conBox ul.syl_bullet li{position:relative;padding-left: 12px;}
.contents.inquiry .inquiry_terms .terms_conBox ul.syl_bullet li:after{content:'';position: absolute;top: 11px;left: 0;height: 4px;width: 4px;background: #979797;}
.contents.inquiry .inquiry_btn{margin-top: 60px;text-align: center;}
.contents.inquiry .inquiry_terms .terms_conBox.error .ttl{color: #CC1919;}
.contents.inquiry .inquiry_terms .terms_conBox.error .ttl a{color: #CC1919;}
.contents.inquiry .inquiry_terms .terms_conBox.error .ttl em{color: #CC1919;}
.contents.inquiry .inquiry_terms .terms_conBox.error .error{display:block;}

@media all and (max-width:1280px){
	.contents.inquiry{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.contents.inquiry .formCon{margin-top: 60px;}
	.contents.inquiry .inquiry_cmt{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.contents.inquiry .inquiry_conBox{margin: 8px 0 -4px;}
	.contents.inquiry .inquiry_conBox .inp_wrap{width: 100%;padding: 4px 0;}
	.contents.inquiry .inquiry_conTtl{font-size: 20px;line-height: 32px;letter-spacing: -0.2px;margin: 30px 0 16px;}
	.contents.inquiry .inquiry_terms{margin-top: 40px;padding: 0 0 30px;display: block;}
	.contents.inquiry .inquiry_terms .terms_conBox{width: auto;margin-top: 30px;padding-left: 36px;padding-top: 20px;border-top: 1px solid #E9E9E9;}
	.contents.inquiry .inquiry_terms .terms_conBox:first-child{margin-top: 0;}
	.contents.inquiry .inquiry_terms .terms_conBox .ttl{font-size: 18px;line-height: 30px;letter-spacing: -0.18px;display: block;}
	.contents.inquiry .inquiry_terms .terms_conBox .ttl .inp_check{top: 23px;width: 24px;height: 24px;}
	.contents.inquiry .inquiry_terms .terms_conBox .ttl em{font-size: 14px;letter-spacing: -0.14px;margin-left: 4px;}
	.contents.inquiry .inquiry_terms .terms_conBox ul{margin-top: 16px;}
	.contents.inquiry .inquiry_terms .terms_conBox ul li{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;margin-top: 8px;}
	.contents.inquiry .inquiry_terms .terms_conBox ul.syl_bullet li{padding-left: 10px;}
	.contents.inquiry .inquiry_btn{margin-top: 40px;}
}


/**
체험판 신청하기
**/
.contents.trial{max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.contents.trial .formCon{margin-top: 80px;}
.contents.trial .trial_cmt{display: inline;color: #979797;font-size: 16px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;margin-left: 12px;}
.contents.trial .trial_cmt span{color: #007DC5;}
.contents.trial .trial_conBox{display: flex;flex-wrap: wrap;margin: 12px -4px -4px;}
.contents.trial .trial_conBox .inp_wrap{width: 50%;padding: 4px;box-sizing: border-box;}
.contents.trial .trial_conBox .inp_wrap .inp_textArea textarea{min-height: 200px;}
.contents.trial .trial_conBox.wide{display:block;}
.contents.trial .trial_conBox.wide .inp_wrap{width:100%;}
.contents.trial .trial_conTtl{font-size: 24px;font-weight: 800;line-height: 36px;letter-spacing: -0.24px;margin: 40px 0 26px;}
.contents.trial .trial_terms{margin-top: 60px;padding: 0 0 40px;border-top: 1px solid #E9E9E9;border-bottom: 1px solid #E9E9E9;display: flex;flex-wrap: wrap;justify-content: space-evenly;}
.contents.trial .trial_terms .terms_conBox{position: relative;width: 690px;margin-top: 40px;padding-left: 48px;box-sizing: border-box;}
.contents.trial .trial_terms .terms_conBox .ttl{color: #171717;font-size: 24px;line-height: 36px;letter-spacing: -0.24px;display: flex;}
.contents.trial .trial_terms .terms_conBox .ttl .inp_check{position: absolute;top: 2px;left: 0;width: 32px;height: 32px;overflow: hidden;}
.contents.trial .trial_terms .terms_conBox .ttl .inp_check label{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding-left: 0;font-size: 0;letter-spacing: 0;line-height: 0;}
.contents.trial .trial_terms .terms_conBox .ttl a{color: #007DC5;text-decoration-line: underline;}
.contents.trial .trial_terms .terms_conBox .ttl em{color: #979797;font-size: 16px;letter-spacing: -0.16px;margin-left: 6px;}
.contents.trial .trial_terms .terms_conBox .error{display:none;color: #CC1919;font-size: 13px;line-height: 24px;letter-spacing: -0.13px;}
.contents.trial .trial_terms .terms_conBox ul{margin-top: 20px;}
.contents.trial .trial_terms .terms_conBox ul li:first-child{margin-top:0;}
.contents.trial .trial_terms .terms_conBox ul li{color: #979797;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;margin-top: 10px;}
.contents.trial .trial_terms .terms_conBox ul.syl_bullet li{position:relative;padding-left: 12px;}
.contents.trial .trial_terms .terms_conBox ul.syl_bullet li:after{content:'';position: absolute;top: 11px;left: 0;height: 4px;width: 4px;background: #979797;}
.contents.trial .trial_btn{margin-top: 60px;text-align: center;}
.contents.trial .trial_terms .terms_conBox.error .ttl{color: #CC1919;}
.contents.trial .trial_terms .terms_conBox.error .ttl a{color: #CC1919;}
.contents.trial .trial_terms .terms_conBox.error .ttl em{color: #CC1919;}
.contents.trial .trial_terms .terms_conBox.error .error{display:block;}

@media all and (max-width:1280px){
	.contents.trial{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.contents.trial .formCon{margin-top: 60px;}
	.contents.trial .trial_cmt{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.contents.trial .trial_conBox{margin: 8px 0 -4px;}
	.contents.trial .trial_conBox .inp_wrap{width: 100%;padding: 4px 0;}
	.contents.trial .trial_conTtl{font-size: 20px;line-height: 32px;letter-spacing: -0.2px;margin: 30px 0 16px;}
	.contents.trial .trial_terms{margin-top: 40px;padding: 0 0 30px;display: block;}
	.contents.trial .trial_terms .terms_conBox{width: auto;margin-top: 30px;padding-left: 36px;padding-top: 20px;border-top: 1px solid #E9E9E9;}
	.contents.trial .trial_terms .terms_conBox:first-child{margin-top: 0;}
	.contents.trial .trial_terms .terms_conBox .ttl{font-size: 18px;line-height: 30px;letter-spacing: -0.18px;display: block;}
	.contents.trial .trial_terms .terms_conBox .ttl .inp_check{top: 23px;width: 24px;height: 24px;}
	.contents.trial .trial_terms .terms_conBox .ttl em{font-size: 14px;letter-spacing: -0.14px;margin-left: 4px;}
	.contents.trial .trial_terms .terms_conBox ul{margin-top: 16px;}
	.contents.trial .trial_terms .terms_conBox ul li{font-size: 14px;line-height: 26px;letter-spacing: -0.14px;margin-top: 8px;}
	.contents.trial .trial_terms .terms_conBox ul.syl_bullet li{padding-left: 10px;}
	.contents.trial .trial_btn{margin-top: 40px;}
}


/**
개인정보취급방침
**/
.contents.privacity{max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.contents.privacity .pageTitArea{max-width:100%;}
.contents.privacity .pageTitArea p:nth-child(2){margin-top:30px;font-size: 20px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;}
.contents.privacity .pageTitArea p:nth-child(3){margin-top:4px;font-size: 16px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;color: #979797;}
.contents.privacity .select_wrap{margin-top: 80px;}
.contents.privacity .select_wrap .inp_wrap .inp_select{width: 364px;}
.contents.privacity .contents_wrap{margin-top:30px;padding: 60px 0;border-top: 1px solid #E9E9E9;}
.contents.privacity .contents_wrap .pannel{margin-bottom:48px;}
.contents.privacity .contents_wrap .pannel p{margin-bottom: 20px;font-size: 16px;font-weight: 400;line-height: 28px;letter-spacing: -0.16px;color:#646464;}
.contents.privacity .contents_wrap .pannel p span{display: block;}
.contents.privacity .contents_wrap .pannel h3{font-size: 24px;font-weight: 800;line-height: 36px;letter-spacing: -0.24px;color:#171717;}
.contents.privacity .contents_wrap .pannel h3+p{margin-top: 12px;color:#979797;}
.contents.privacity .contents_wrap .pannel h4{margin-bottom:20px;font-size: 18px;font-weight: 800;line-height: 30px;letter-spacing: -0.18px;color: #171717;}
.contents.privacity .contents_wrap .pannel h4+p{margin-top: 20px;margin-bottom: 8px;}
.contents.privacity .contents_wrap .pannel .dotted_txt{margin-top:20px;margin-bottom: 8px;}
.contents.privacity .contents_wrap .pannel .dotted_txt~p.dashed_txt{margin-top: 8px;}
.contents.privacity .contents_wrap .pannel .number_txt{margin-top:24px;margin-bottom: 20px; line-height: 32px;}
.contents.privacity .contents_wrap .pannel .dashed_txt{margin-top: 8px;margin-bottom: 20px;line-height: 32px;}
.contents.privacity .contents_wrap .pannel .dotted_txt{position: relative;padding-left: 14px;color: #171717;}
.contents.privacity .contents_wrap .pannel .dotted_txt::after{content:"";display: block;width: 6px;height:6px;background: #171717;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}

@media all and (max-width:1280px){
	.contents.privacity{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.contents.privacity .pageTitArea p:nth-child(2){margin-top:12px;font-size: 16px;word-break: break-all;}
	.contents.privacity .pageTitArea p:nth-child(3){margin-top:2px;font-size: 14px;line-height: 26px;letter-spacing: -0.14px;word-break: break-all;}
	.contents.privacity .select_wrap{margin-top: 60px;}
	.contents.privacity .select_wrap .inp_wrap .inp_select{width: 100%;}
	.contents.privacity .contents_wrap{margin-top: 20px;padding: 69px 0;}
	.contents.privacity .contents_wrap .pannel{margin-bottom:40px;font-size: 14px;}
	.contents.privacity .contents_wrap .pannel p{margin-bottom: 6px;font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.contents.privacity .contents_wrap .pannel h3{font-size: 240x;line-height: 32px;letter-spacing: -0.2px;}
	.contents.privacity .contents_wrap .pannel h3+p{margin-top: 8px;}
	.contents.privacity .contents_wrap .pannel h4{margin-bottom:16px;font-size: 16px;line-height: 29px;letter-spacing: -0.16px;}
	.contents.privacity .contents_wrap .pannel h4+p{margin-top: 16px;margin-bottom: 6px;}
	.contents.privacity .contents_wrap .pannel .number_txt{margin-top:20px;margin-bottom: 20px; line-height: 28px;}
	.contents.privacity .contents_wrap .pannel .dashed_txt{margin-top: 6px;margin-bottom: 6px;line-height: 28px;}
	.contents.privacity .contents_wrap .pannel .dotted_txt{margin-bottom: 6px;}
	.contents.privacity .contents_wrap .pannel .dotted_txt~p.dashed_txt{margin-top: 6px;margin-bottom:16px;}
	.contents.privacity .contents_wrap .pannel .dotted_txt{padding-left: 10px;}
	.contents.privacity .contents_wrap .pannel .dotted_txt::after{width:4px;height: 4px;}
}


/**
에러 페이지
**/
.errorPage{padding: 303px 0;text-align: center;background: url(../images/common/error_bg.png) no-repeat center center / 68px auto;}
.errorPage h2{color: #171717;font-size: 40px;line-height: 64px;letter-spacing: -0.4px;}
.errorPage p{margin: 30px 0 0;color: #646464;font-size: 16px;line-height: 28px; letter-spacing: -0.16px;}
.errorPage p strong{display: block;margin: 0 0 6px;color: #171717;font-size: 20px;line-height: 32px;letter-spacing: -0.2px;}

@media all and (max-width:1280px){
	.errorPage{padding: 150px 24px;text-align: left;}
	.errorPage h2{font-size: 36px;line-height: 52px;letter-spacing: -0.36px;word-break: keep-all;}
	.errorPage p{margin: 24px 0 0;font-size: 14px;line-height: 26px;letter-spacing: -0.14px;}
	.errorPage p strong{font-size: 18px;line-height: 30px;letter-spacing: -0.18px;}
}


/**
파트너 페이지
**/
.contents.partnerPage{max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.contents.partnerPage .partnerCon{margin: 20px 0 0;overflow: hidden;}
.contents.partnerPage .partnerCon h3{margin: 60px 0 0;color: #171717;font-size: 24px;font-weight: 800;line-height: 36px;letter-spacing: -0.24px;}
.contents.partnerPage .partnerCon ul{display: flex;width: 100%;gap: 8px;flex-wrap: wrap;margin: 20px 0 0;}
.contents.partnerPage .partnerCon li{width: calc(25% - 6px);height: 200px;background-color: #F5F5F5;background-repeat: no-repeat;background-size: 207px auto;background-position: center;}
.contents.partnerPage .partnerCon li.huawei{background-image: url(../images/common/logo_huawei.png)}
.contents.partnerPage .partnerCon li.fusion{background-image: url(../images/common/logo_fusion.png)}
.contents.partnerPage .partnerCon li.schneider{background-image: url(../images/common/logo_schneider.png)}
.contents.partnerPage .partnerCon li.lrqa{background-image: url(../images/common/logo_lrqa.png)}
.contents.partnerPage .partnerCon li.tilda{background-image: url(../images/common/logo_tilda.png)}
.contents.partnerPage .partnerCon li.sba{background-image: url(../images/common/logo_sba.png);}
.contents.partnerPage .partnerCon li.iccei{background-image: url(../images/common/logo_iccei.png)}
.contents.partnerPage .partnerCon li.gyeonggiCenter{background-image: url(../images/common/logo_gyeonggiCenter.png)}

@media all and (max-width:1280px){
	.contents.partnerPage{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.contents.partnerPage .partnerCon h3{margin: 40px 0 0;font-size: 20px;line-height: 32px;letter-spacing: -0.2px;}
	.contents.partnerPage .partnerCon ul{margin: 16px 0 0;}
	.contents.partnerPage .partnerCon li{width: calc(50% - 4px);height: 115px;background-size: 120px auto;}
}


/**
회사소개
**/
.contents.introduce{max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.contents.introduce img{width:100%;}
.contents.introduce .visual_wrap{margin-top: 80px;margin-bottom: 100px;}
.contents.introduce .pannel{margin: 0 auto 80px;}
.contents.introduce .pannel h3{margin-bottom: 30px;font-size: 40px;font-weight: 800;line-height: 64px;letter-spacing: -0.4px;color:#171717}
.contents.introduce .pannel p{margin-bottom: 60px;font-size: 18px; font-weight: 400;line-height: 30px;letter-spacing: -0.18px;color: #646464;}
.contents.introduce .border{height:1px;margin:80px 0;padding: 0 60px;background: #e9e9e9;}

@media all and (max-width:1280px){
	.contents.introduce{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.contents.introduce .visual_wrap{margin-top: 60px;margin-bottom: 57px;}
	.contents.introduce .pannel{margin: 0 0 60px;}
	.contents.introduce .pannel h3{margin-bottom: 12px;font-size: 32px;line-height: 48px;letter-spacing: -0.32px;}
	.contents.introduce .pannel p{margin-bottom: 32px;font-size: 16px;line-height: 28px;letter-spacing: -0.16px;}
	.contents.introduce .border{margin:60px 0;padding: 0px;}
}


/**
오시는길
**/
.contents.location{max-width: 1600px;margin: 200px auto 120px;padding: 0 60px;box-sizing: border-box;}
.contents.location .location_wrap{margin-top: 80px;}
.contents.location .loca_section + .loca_section{margin-top: 80px;padding-top: 80px;border-top: 1px solid #E9E9E9;}
.contents.location .loca_section li{display: flex;}
.contents.location .loca_section li+li{margin-top: 60px;}


.contents.location .imgbox{
	display: block;
	width: calc(100% - 740px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 190%;
}


.contents.location .infoBox{width: 100%;
padding: 102px 80px;box-sizing: border-box;background: #f5f5f5;}
.contents.location .loca_ttl{color: #171717;font-size: 36px;font-weight: 800;line-height: 54px;letter-spacing: -0.36px;}
.contents.location .loca_address{color: #171717;font-size: 20px;line-height: 32px;letter-spacing: -0.2px;margin-top: 32px;padding-left: 20px;position: relative;}
.contents.location .loca_address:after{content:'';position: absolute;top: 6px;left: 0;background: url('../images/common/ico_location.png') no-repeat left center / 100% auto;width: 13px;height: 19px;}
.contents.location .loca_contact{color: #646464;font-size: 16px;line-height: 30px;letter-spacing: -0.16px;margin-top: 6px;}
.contents.location .loca_guide{margin-top: 48px;}
.contents.location .loca_guide dl{display: flex;align-items: flex-start;}
.contents.location .loca_guide dl+dl{margin-top: 12px;}
.contents.location .loca_guide dt{width: 102px;text-align: center;margin-right: 16px;border-radius: 110px;background: #E9E9E9;color: #646464;font-size: 16px;font-weight: 700;line-height: 46px;letter-spacing: -0.16px;}
.contents.location .loca_guide dd{width: calc(100% - 118px);color: #646464;font-size: 18px;line-height: 48px;letter-spacing: -0.18px;}

@media all and (max-width:1280px){
	.contents.location{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
	.contents.location .location_wrap{margin-top: 60px;}
	.contents.location .loca_section + .loca_section{margin-top: 60px;padding-top: 60px;}
	.contents.location .loca_section li{display: flex;flex-direction: column;}
	.contents.location .imgbox{width: 100%;padding-top: 100%;}
	.contents.location .infoBox{width: 100%;padding: 40px 21px;}
	.contents.location .loca_ttl{font-size: 24px;line-height: 36px;letter-spacing: -0.24px;}
	.contents.location .loca_address{font-size: 18px;line-height: 30px;letter-spacing: -0.18px;margin-top: 22px;}
	.contents.location .loca_address:after{content:'';top: 5px;}
	.contents.location .loca_contact{font-size: 14px;line-height: 28px;letter-spacing: -0.14px;margin-top: 4px;}
	.contents.location .loca_guide{margin-top: 34px;}
	.contents.location .loca_guide dt{width: 80px;margin-right: 12px;font-size: 14px;line-height: 40px;letter-spacing: -0.14px;}
	.contents.location .loca_guide dd{width: calc(100% - 92px);font-size: 16px;line-height: 28px;letter-spacing: -0.16px;}
}


/**
faq
**/
.contents.faq-list{
	max-width: 1600px;
	margin: 0px auto 120px;
	padding: 0 60px;
	box-sizing: border-box;
	}

@media all and (max-width:1280px){
	.contents.faq-list{max-width: none;margin: 104px auto 80px;padding: 0 24px;}
}