@charset "utf-8";

/*font
normal : 15px
small : 13px*/
html, body {line-height:1.5; font-size: 15px;}
html {-ms-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none}
body {overflow-x: hidden; font-family: 'Spoqa Han Sans Neo', sans-serif;}
a{color: #333333; text-decoration: none;}
img{max-width:100%;}
i{font-style:inherit;}
hr{border:1px dashed #ddd; border-width:0 0 1px 0; margin:20px 0;}
[lang="en"] {font-family: 'Titillium', 'NotoSansKR', sans-serif;}

/* form control */
input, 
select, 
textarea, 
label{display:inline-block; box-sizing:border-box; width:auto; vertical-align:middle; line-height:1.4; margin: 3px 0; 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 #ededed; font-family: 'NotoSansKR', sans-serif; background-color: #fff;}
select {background:url(../images/common/icon_arw_down.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: #ededed;-webkit-box-shadow: none;box-shadow: none;}
input[readonly],
input[disabled]{background: #f8f8f8 !important;}
.datepicker[readonly],
.datepicker[disabled]{background-color: #f9f9f9;}
select::-ms-expand{display: none;}
textarea{resize:none;}
textarea:active,
textarea:focus {outline: none;}
input[type=submit],
button{font-size:inherit; font-family: 'NotoSansKR', sans-serif; cursor: pointer;}
input[lang="en"],
textarea[lang="en"],
button[lang="en"] {font-family: 'Titillium', 'NotoSansKR', sans-serif;}

.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 */
.checkbox {display: inline-block;}
.checkbox input[type="checkbox"] {display: none;}
.checkbox label {display: inline-block; position: relative; padding-left: 28px;}
.checkbox label:before,
.checkbox label:after {content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; border: 1px solid #ededed;}
.checkbox label:before {transition: all .2s linear;}
.checkbox input:checked + label:before {border-color: #1780C3; background: rgba(23,128,195,.2);}
.checkbox input:checked + label:after {content: ''; height: 4px; width: 10px; position: absolute; top: 50%; left: 11px; margin-top: -2px; transform: translate3d(-50%, -50%, 0) rotate(-45deg); border-color: transparent; border-bottom: 2px solid #1780C3; border-left: 2px solid #1780C3; border-radius: 0;}
.checkbox .txt {display: inline-block; vertical-align: middle; margin-left: 6px;}

/* radio button */
.radio {display: inline-block; margin: 3px 4px;}
.radio input[type="radio"] {display: none;}
.radio label {display: inline-block; position: relative; width: 120px; height: 50px; line-height: 50px; text-align: center;  border: 1px solid #ededed;}
.radio label > span {color: #999;}
.radio input:checked + label {border-color: #25245e; background: #e9e9ef;}
.radio input:checked + label > span {color: #25245e;}

/*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: 'NotoSansKR', sans-serif; font-size: inherit;color: #999;}
::-moz-placeholder {font-family: 'NotoSansKR', sans-serif; font-size: inherit;color: #999;}
:-ms-input-placeholder {font-family: 'NotoSansKR', 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 .btn_left {float: left;}
.btn_wrap .btn_right {float: right;}
.btn_wrap:after {content: ''; display: block; clear: both;}
/* .button_area{padding:30px 0 0; text-align:center;}
.button_area:after{content:""; display: block; clear: both;} */
.button{display:inline-block; overflow:hidden; position:relative; min-width:100px; height:50px; padding:0 14px; margin:2px 0px; background:#41464e; border:1px solid #25282d; font-weight: 400; color:#fff; text-align:center; vertical-align:middle; transition:all 0.35s cubic-bezier(0, 0, 0.24, 0.99) 0.1s; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0);}
.button span{position:relative; z-index:2; line-height:48px; vertical-align: middle;}
.button.gray{background:#cecece; border:1px solid #cecece;}
.button.orange{background:#f68925; border:1px solid #f68925;}
.button.blue{background:#25245e; border:1px solid #25245e;}
.button.black{background:#333333; border:1px solid #333333;}
.button.white{background:#fff; border:1px solid #ededed; color:#444;}
.button.sm{min-width:60px; height:25px; line-height:0; padding:0 10px; font-size:12px;}
.button.sm span{line-height:23px;}
.button.bg {min-width: 180px; height: 50px; line-height:0; padding:0 10px; font-size:16px;}
.button.bg span {line-height: 48px;}
.button.bg2 {padding: 0 30px; height: 50px; line-height: 0; font-size: 16px;}
.button.bg2 span {line-height: 48px;}

.button_area .button_left{float: left;}
.button_area .button_right{float: right;}

/* button hover */
.button:before {content: ""; display: block; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 1; width: 120%; height: 100%; background: #fff; transform: translateX(-110%) skew(-17.2deg); transition: transform 0.55s cubic-bezier(0, 0, 0.21, 0.87) 0s;}
.button:not(.not_hover):hover:before,
.button:not(.not_hover):focus:before{background:#fff; transform:translateX(-10%) skew(-17.2deg) perspective(500px);}
.button:not(.not_hover):hover,
.button:not(.not_hover):focus{color:#222;}
input.button:hover,
input.button:focus{opacity:0.8; color:#fff;}
label.button.white:hover,
label.button.white:focus{color:#222;}
label.button.white:before{display:none;}
.button.white:hover,
.button.white:focus{box-shadow:3px 3px 10px rgba(0,0,0,.06);}

/* 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: #fe8824 !important;}
.txt_blue{color: #0077db !important;}
.point {color: #1780C3 !important;}

.ico {display: block; position: relative; width: 100%;}
.ico:after {content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 24px; height: 24px; background: url(../images/common/icon_arw.svg) no-repeat 50% 50%; background-size: 12px auto;}

/*wrap*/
.wrap {max-width: 1200px; margin: 0 auto;}
.sr_only{overflow:hidden; position:absolute; margin:-1px; width:1px; height:1px; clip:rect(0,0,0,0);}
.marking {position: relative;}
.marking:after {content: '*'; color: #f68925; font-weight: 400;}

/* A11Y */
#skip_menu {position: relative; z-index: 3000}
#skip_menu a {position: absolute; top: -30px; left: 0; width: 138px; border: 1px solid #4ec53d; background: #333; text-align: center}
#skip_menu a:active,
#skip_menu a:focus {top: 0; text-decoration: none; z-index: 1000}
#skip_menu span {display: inline-block; padding: 2px 6px 0 0; line-height: 26px; letter-spacing: -1px; font-size: 13px; color: #fff; white-space: nowrap}

::-moz-selection {background: #6b78f5; background: rgba(107,120,245,.35); color: #fff}
::selection {background: #6b78f5; background: rgba(107,120,245,.35); color: #fff}

/*주석*/
.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;}

/* **************************************** *
 * responsive
 * **************************************** */
@media (max-width:1600px){
	.control_box .ctrl{width: 42px; height: 42px;}
}

@media (max-width:1024px){
	.mobile_none{display: none !important;}
	.sr_not_mobile{overflow:visible; position:static; margin:0; width:auto; height:auto; clip:unset;}
	
	.button{min-width:92px; height:40px;} /*-5*/
	.button span{line-height:38px;}

	.button.bg {min-width: 120px; height: 40px; line-height:0; padding:0 10px; font-size:14px;}
	.button.bg span {line-height: 38px;}
	.button.bg2 {padding: 0 20px; height: 40px; line-height: 0; font-size: 14px;}
	.button.bg2 span {line-height: 38px;}
}
@media (max-width:767px){
	/*font
	normal : 14px
	small : 12px*/
	html, body {line-height:1.5; font-size: 14px;}
	input[type=text],
	input[type=tel],
	input[type=email],
	input[type=password],
	input[type=url],
	input[type=submit],
	input[type=button],
	select{height: 40px;}

	.radio label {height: 40px; line-height: 40px;}
	
}
@media (max-width:576px){
	.button_area{padding: 20px 0 0;}
	.button_area .button_left,
	.button_area .button_right{float: none; display: inline-block; vertical-align: middle;}
	
}
@media (max-width:420px){
	.control_box .ctrl{width: 32px; height: 32px;}
}
