@charset "utf-8";

/*font
normal : 16px
small : 13px*/
/* body {min-width: 1400px;} */
html, body {min-width: 360px; line-height:1.5; font-size: 16px; color: #333; letter-spacing: -0.05em; overflow-x: hidden; }
html {-ms-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none}
body {font-family: 'Pretendard', sans-serif;}
a{color: #333; text-decoration: none;}
img{max-width:100%; vertical-align: middle;}
i{font-style:inherit;}
hr{border:1px dashed #ddd; border-width:0 0 1px 0; margin:20px 0;}
/* [lang="en"] {font-family: 'Montserrat', 'Pretendard', sans-serif; letter-spacing: normal;} */
ul {font-size: 0;}

/* form control */
input, 
select, 
textarea, 
label{display:inline-block; box-sizing:border-box; width:auto; vertical-align:middle; line-height:1.4; border-radius:0;}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
input[type=submit],
input[type=button],
select{-webkit-appearance: none;-moz-appearance: none; appearance: none; -moz-box-sizing: border-box; box-sizing: border-box; height:50px; padding: 0 20px; outline: none; background: transparent; border:0; border:1px solid #eaeaea; font-family: 'Pretendard', sans-serif; background-color: #fff;}
select {background:url(/images/common/icon_down_arw_on.svg) no-repeat; background-position: calc(100% - 20px) center; background-size: 12px auto;}
input[type=radio]{border-radius: 100%;}
input:disabled,
input:-moz-read-only{background: #f8fafb;border-color: #eaeaea;-webkit-box-shadow: none;box-shadow: none;}
input[readonly],
input[disabled]{background: #f8f8f8 !important;}
.datepicker[readonly],
.datepicker[disabled]{background-color: #fff !important;}
.file input[readonly],
.file input[disabled]{background-color: #fff !important;}
select::-ms-expand{display: none;}
textarea{resize:none; font-family: 'Pretendard', sans-serif;}
textarea:focus {outline: none;}
input[type=submit],
button{font-size:inherit; font-family: 'Pretendard', sans-serif; cursor: pointer;}
/* input[lang="en"],
textarea[lang="en"],
button[lang="en"] {font-family: 'Montserrat', 'Pretendard', sans-serif;} */

/* 자동완성 배경색 */
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px transparent inset;}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s;}

.input60{width:60px !important;}
.input80{width:80px !important;}
.input100{width:100px !important;}
.input200{width:200px !important;}
.input300{width:300px !important;}
.input400{width:400px !important;}
.inputFull{width:100% !important;}

.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}

/* checkbox */
.designChk {display: inline-block;}
.designChk input[type="checkbox"] {display: none;}
.designChk label {display: inline-block; position: relative; font-size: 0;}
.designChk label > span {vertical-align: middle; margin-left: 6px; font-size: 16px; color: #666;}
.designChk label:before {content: ''; position: relative; display: inline-block; width: 18px; height: 18px; border: 1px solid #dadada; background-color: #fff; vertical-align: middle; box-sizing: border-box;}
.designChk label:before {transition: all .2s linear;}
.designChk input:checked + label:after {content: ''; height: 10px; width: 10px; position: absolute; top: 50%; left: 4px; margin-top: -5px; display: block; background-color: #14a83c; border: transparent;}
.designChk input:checked + label > span {color: #333;}
.designChk input:disabled + label:before {background-color: #F9FAFB;}
.designChk input:disabled + label:after {background-color: #999;}

/* radio button */
.designRadio {display: inline-block;}
.designRadio input[type="radio"] {display: none;}
.designRadio label {display: inline-block; position: relative; font-size: 0;}
.designRadio label > span {vertical-align: middle; margin-left: 6px; font-size: 16px; color: #666;}
.designRadio label:before {content: ''; position: relative; display: inline-block; width: 18px; height: 18px; border: 1px solid #dadada; background-color: #fff; vertical-align: middle; box-sizing: border-box;}
.designRadio label:before {transition: all .2s linear;}
.designRadio input:checked + label:after {content: ''; height: 10px; width: 10px; position: absolute; top: 50%; left: 4px; margin-top: -5px; display: block; background-color: #14a83c; border: transparent;}
.designRadio input:checked + label > span {color: #14a83c;}
.designRadio input:disabled + label:before {background-color: #F9FAFB;}
.designRadio input:disabled + label:after {background-color: #999;}

/* file */
.file{position:relative;}
.file input[type="file"]{overflow:hidden; position:absolute; margin:-1px; width:1px; height:1px; clip:rect(0,0,0,0);}

/*table*/
table{border-collapse: collapse; border-spacing: 0;}
table,th,td{border:none;}
caption{overflow:hidden; line-height:0; text-indent:-2000em;}

/* placeholder */
::-webkit-input-placeholder {font-family: 'Pretendard', sans-serif; font-size: inherit;color: #999;}
::-moz-placeholder {font-family: 'Pretendard', sans-serif; font-size: inherit;color: #999;}
:-ms-input-placeholder {font-family: 'Pretendard', sans-serif; font-size: inherit;color: #999;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {color: transparent;}

/*button*/
.btn_wrap{padding:30px 0 0; text-align:center;}
.btn_wrap:after{content:""; display: block; clear: both;}
.btn {display:inline-block; overflow:hidden; position:relative; min-width: 140px; height:50px; padding:0 10px; margin: 0 5px; background: #999; font-weight: 400; color:#fff; text-align:center; vertical-align:middle; transition:all 0.35s;}
.btn * {vertical-align: middle;}
.btn:first-child {margin-left: 0;}
.btn span {position:relative; font-size: 1rem; z-index:2; line-height:48px; vertical-align: middle;}
.btn.primary {background-color: #14a83c;}
.btn.gray {background-color: #ddd;}
.btn.black{background-color: #333;}
.btn.white{background-color: #fff;}
.btn.white span {color: #111; font-weight: 200;}

.btn_wrap .btn_left{float: left;}
.btn_wrap .btn_right{float: right;}

/* button hover */
.btn:hover,
.btn:focus{box-shadow:3px 3px 5px rgba(0,0,0,.1); opacity: .8;}
.btn.white:hover,
.btn.white:focus{box-shadow:3px 3px 5px rgba(0,0,0,.1);}


/* slider arrow */
.control_box .ctrl{width:54px; height:54px; background: transparent no-repeat 50% 50%; background-size:36px auto; cursor: pointer; -webkit-transition: background .3s; -moz-transition: background .3s; -ms-transition: background .3s; -o-transition: background .3s; transition: background .3s;}
.control_box .ctrl_prev{background-image:url(/images/common/icon_arw_left.svg);}
.control_box .ctrl_next{background-image:url(/images/common/icon_arw_right.svg);}
.control_box .ctrl_prev.white{background-image:url(/images/common/icon_arw_left_white.svg);}
.control_box .ctrl_next.white{background-image:url(/images/common/icon_arw_right_white.svg);}

/*tac*/
.tac{text-align: center !important;}
.tar{text-align: right !important;}
.tal{text-align: left !important;}

/*color*/
.txt_orange{color: #ed6d00 !important;}
.txt_blue{color: #2e418e !important;}
.point {color: #ef4327 !important;}

.marking {position: relative;}
.marking:after {content: '\002A'; color: #ed6d00;}

.sr_only{overflow:hidden; position:absolute; margin:-1px; width:1px; height:1px; clip:rect(0,0,0,0);}

/* clear both */
.clear:after {content: ''; display: block; clear: both;}

::-moz-selection {background: #fff; color:#14a83c;}
::selection {background: #fff;  color:#14a83c;}
::-moz-selection {background: #fff; color:#14a83c;}

/*주석*/
.ellip{overflow:hidden; display:block; width:100%; white-space:nowrap; word-wrap:normal; text-overflow:ellipsis;}
.ellip2{overflow:hidden; display:-webkit-box; line-height:1.4em; max-height:2.8em; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; text-overflow:ellipsis;}

/* 아이콘 */
.icon_arrow {display: inline-block; width: 15px; height: 15px; background: no-repeat 50% 50%; background-image: url('/images/main/icon_more.png'); background-size: 12px auto; vertical-align: middle; transition: transform .3s;}

/* scroll bar */
::-webkit-scrollbar {width: 6px; height: 6px;}
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}


/* **************************************** *
 * responsive
 * **************************************** */
@media (max-width:1600px){
	.control_box .ctrl{width: 42px; height: 42px;}
}

@media (max-width: 1400px) {
	.inner {max-width: 92%; margin: 0 auto;}
}

@media (max-width:1024px){
	.mobile_none{display: none !important;}
	.sr_not_mobile{overflow:visible; position:static; margin:0; width:auto; height:auto; clip:unset;}
	
}
@media (max-width: 768px){
	/*font
	normal : 14px
	small : 12px*/
	html, body {line-height:1.5; font-size: 14px;}
	/* body {font-family: sans-serif;} */
	input[type=text],
	input[type=tel],
	input[type=email],
	input[type=password],
	input[type=url],
	input[type=submit],
	input[type=button],
	select{height: 40px;}

	.btn{min-width:92px; height:45px;} /*-5*/
	.btn span{line-height:43px;}

	.input200 {width: 100% !important;}

	.file.mobile > input {width: calc(100% - 117px) !important;}
	
}
@media (max-width:576px){
	.btn_wrap{padding: 20px 0 0;}
	.btn_wrap .btn_left,
	.btn_wrap .btn_right{float: none; display: inline-block; vertical-align: middle; margin: 10px 0;}
	
}
@media (max-width:420px){

}
