@charset "utf-8";
@import url(font.css);

/* **************************************** *
 * reset
 * **************************************** */
html,body,div,span,applet,section,object,iframe,h1,h2,h3,h4,h5,h6,p,i,time,figure,article,nav,header,footer,hgroup,video,audio,aside,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol,ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0; caption-side: bottom;}
caption,th,td {text-align: left; font-weight: normal;}
figure,article,header,footer,nav,hgroup,video,audio,aside,main {display: block;}

/* mobile */
/*input, textarea{ -webkit-appearance: none; -webkit-border-radius:0px; border-radius:0px;}*/

/*reset mobile default style*/
body,textarea:focus,input:focus,a:focus {-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
html{-ms-text-size-adjust: none;-webkit-text-size-adjust: none;text-size-adjust: none;}


/* **************************************** *
 * common
 * **************************************** */
/*font
normal : 16px
small : 13px*/
html, body {line-height:1.5; font-size: 16px; max-width: 2560px; min-width: 360px;}
html {-ms-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none}
body {overflow-x: hidden;font-family: 'Pretendard', sans-serif; letter-spacing: -0.05em; color: #2e2e2e;}
a {color: #2e2e2e; 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: 'Pretendard', sans-serif;}

/* 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=number],
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; outline: none; margin: 2px 3px; font-family: 'Pretendard', sans-serif;}
select {background:url('/images/cms/common/icon_down.png') no-repeat; background-position: calc(100% - 10px) center; background-size: 10px auto;}
input:first-child,
select:first-child {margin-left: 0;}
input:last-child,
select:last-child {margin-right: 0;}
input[type="number"] {-moz-appearance: textfield;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button  {-webkit-appearance: none; margin: 0;}
input[type=radio]{border-radius: 100%;}
input:disabled,
input:-moz-read-only{-webkit-box-shadow: none; box-shadow: none;}
input[readonly],
input[disabled],
textarea[readonly],
textarea[disabled]{background-color: #F7F9F9;}
select::-ms-expand{display: none;}
textarea{resize:none; font-family: 'Pretendard', sans-serif; border: 1px solid #ddd; padding: 10px 10px;}
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: 'Pretendard', sans-serif;}

/* input common */
.form_control {display: inline-block; width: 100%; min-height: 40px; padding: 0 16px; font-size: 1rem; font-weight: 400; color: #333; background-color: #fff; border: 1px solid #E6EBF1; border-radius: 3px; appearance: none; transition: all .25s;}
.form_control:focus {box-shadow: 0 0 0 3px rgba(var(--ad-primary-rgb), .25); border-color: var(--ad-primary);}
textarea.form_control {padding: 16px 16px;}
input[type=number].form_control {text-align: right;}
.form_select {display: inline-block; min-width: 120px; min-height: 40px; padding: 0 16px; font-size: 1rem; font-weight: 400; color: #333; background-color: #fff; border: 1px solid #E6EBF1; border-radius: 3px; appearance: none; transition: all .25s;}
.form_select:focus {box-shadow: 0 0 0 3px rgba(var(--ad-primary-rgb), .25); border-color: var(--ad-primary);}
br ~ .form_control {margin-left: 0; margin-right: 0;}

.form_group + .form_group {margin-top: 30px;}
.form_group .form_control,
.form_group .form_select {margin-left: 0;}
.form_label {display: block; font-weight: 600; color: var(--ad-dark); margin-bottom: 10px;}
.form_group ~ .row {margin-top: 30px;}

.input_unit {display: inline-block; font-size: 1rem; vertical-align: middle; color: #666; padding: 0 3px;}
/* .input_group {} */

.input_group {display: flex; gap: 3px; align-items: center;}

/* bx icon */
/* i.bx {vertical-align: middle;} */

/* 갯수 입력 */
.form_number {position: relative; display: inline-block; margin: 2px 0; width: 100px;}
.form_number .form_control {width: 100%; text-align: center !important; margin: 0; padding: 0 30px;}
.form_number .num_btn {position: absolute; top: 50%; transform: translateY(-50%); display: inline-block; width: 20px; height: 20px; background-color: transparent; vertical-align: middle; color: var(--ad-primary);}
.form_number .num_btn.add {right: 5px;}
.form_number .num_btn.remove {left: 5px;}
.form_number .num_btn:hover {color: var(--ad-info);}

/* input */
.input40{width:40px !important; min-width: auto;}
.input60{width:60px !important; min-width: auto}
.input80{width:80px !important; min-width: auto}
.input100{width:100px !important; min-width: auto}
.input120{width:120px !important; min-width: auto}
.input200{width:200px !important; min-width: auto}
.input300{width:300px !important; min-width: auto}
.input400{width:400px !important; min-width: auto}
.input500{width:500px !important; min-width: auto}
.inputFull{width:100% !important;}

.width10 {width: 10% !important;}
.width20 {width: 20% !important;}
.width30 {width: 30% !important;}
.width33 {width: 33.3% !important;}
.width40 {width: 40% !important;}
.width50 {width: 50% !important;}
.width60 {width: 60% !important;}
.width70 {width: 70% !important;}
.width80 {width: 80% !important;}
.width90 {width: 90% !important;}

/* color */
:root {
    --ad-primary: #0560FD;
    --ad-secondary: #3F48CC;
    --ad-success: #07B9DE;
    --ad-danger: #F73463;
    --ad-light: #F7FAFD;
    --ad-warning: #FBBC05;
	--ad-info: #43D1A7;
    --ad-white: #ffffff;
    --ad-dark: #00081F;
	--ad-gray: #727C94;

    --ad-primary-rgb: 5, 96, 253;
	--ad-secondary-rgb: 63, 72, 204;
    --ad-success-rgb: 7, 185, 222;
    --ad-danger-rgb: 247, 52, 99;
    --ad-warning-rgb: 251, 188, 5;
	--ad-info-rgb: 67, 209, 167;
	--ad-dark-rgb: 0, 8, 31;
	--ad-gray-rgb: 114, 124, 148;
}

.bg_primary {background-color: var(--ad-primary) !important;}
.bg_secondary {background-color: var(--ad-secondary) !important;}
.bg_success {background-color: var(--ad-success) !important;}
.bg_danger {background-color: var(--ad-danger) !important;}
.bg_warning {background-color: var(--ad-warning) !important;}
.bg_positive {background-color: var(--ad-positive) !important;}
.bg_info {background-color: var(--ad-info) !important;}
.bg_light {background-color: var(--ad-light) !important; color: var(--ad-secondary) !important;}
.bg_dark {background-color: var(--ad-dark) !important;}
.bg_white {background-color: #fff !important;}
.bg_gray {background-color: var(--ad-gray) !important;}
.bg_line_white {background-color: #fff !important; border: 1px solid #eee !important; color: #111 !important;}

.bg_primary_rgb {background-color: rgba(var(--ad-primary-rgb), .2) !important; color: var(--ad-primary);}
.bg_secondary_rgb {background-color: rgba(var(--ad-secondary-rgb), .2) !important; color: var(--ad-secondary);}
.bg_success_rgb {background-color: rgba(var(--ad-success-rgb), .2) !important; color: var(--ad-success);}
.bg_danger_rgb {background-color: rgba(var(--ad-danger-rgb), .2) !important; color: var(--ad-danger);}
.bg_warning_rgb {background-color: rgba(var(--ad-warning-rgb), .2) !important; color: var(--ad-warning);}
.bg_positive_rgb {background-color: rgba(var(--ad-positive-rgb), .2) !important; color: var(--ad-positive);}
.bg_info_rgb {background-color: rgba(var(--ad-info-rgb), .2) !important; color: var(--ad-info);}

.txt_primary {color: var(--ad-primary) !important;}
.txt_secondary {color: var(--ad-secondary) !important;}
.txt_success {color: var(--ad-success) !important;}
.txt_danger {color: var(--ad-danger) !important;}
.txt_positive {color: var(--ad-positive) !important;}
.txt_info {color: var(--ad-info) !important;}
.txt_dark {color: var(--ad-dark) !important;}
.txt_white {color: #fff !important;}
.txt_gray {color: var(--ad-gray);}

/* button */ 
.btn_wrap {text-align: center; margin-top: 20px;}
.btn_wrap:after {content: ''; display: block; clear: both;}
.btn_left {float: left;}
.btn_right {float: right;}

.btn {display: inline-block; min-width: 80px; height: 40px; line-height: 38px; font-size: 1rem; font-weight: 400; text-align: center; vertical-align: middle; user-select: none; border: 1px solid transparent; background-color: transparent; transition: color .15s; border-radius: 3px; padding: 0 16px; margin: 2px 3px; white-space: nowrap;;}
.btn-primary {color: #fff; background-color: var(--ad-primary); border-color: var(--ad-primary);}
.btn-success {color: #fff; background-color: var(--ad-success); border-color: var(--ad-success);}
.btn-danger {color: #fff; background-color: var(--ad-danger); border-color: var(--ad-danger);}
.btn-secondary {color: #fff; background-color: var(--ad-secondary); border-color: var(--ad-secondary);}
.btn-warning {color: #fff; background-color: var(--ad-warning); border-color: var(--ad-warning);}
.btn-info {color: #fff; background-color: var(--ad-info); border-color: var(--ad-info);}
.btn-light {color: var(--ad-dark); background-color: var(--ad-light); border-color: var(--ad-light);}
.btn-dark {color: #fff; background-color: var(--ad-dark); border-color: var(--ad-dark);}
.btn-gray {color: #fff; background-color: var(--ad-gray); border-color: var(--ad-gray);}

/* button smooth */
.btn-smth-primary {color: var(--ad-primary); background-color: rgba(var(--ad-primary-rgb), .12);}
.btn-smth-success {color: var(--ad-success); background-color: rgba(var(--ad-success-rgb), .12);}
.btn-smth-danger {color: var(--ad-danger); background-color: rgba(var(--ad-danger-rgb), .12);}
.btn-smth-warning {color: #ffa000; background-color: rgba(var(--ad-warning-rgb), .12);}
.btn-smth-info {color: var(--ad-info); background-color: rgba(var(--ad-info-rgb), .12);}
.btn-smth-dark {color: var(--ad-dark); background-color: rgba(var(--ad-dark-rgb), .12);}

/* button line */
.btn-line-primary {color: var(--ad-primary); background-color: #fff; border-color: var(--ad-primary);}
.btn-line-success {color: var(--ad-success); background-color: #fff; border-color: var(--ad-success);}
.btn-line-danger {color: var(--ad-danger); background-color: #fff; border-color: var(--ad-danger);}
.btn-line-secondary {color: var(--ad-secondary); background-color: #fff; border-color: var(--ad-secondary);}
.btn-line-warning {color: var(--ad-warning); background-color: #fff; border-color: var(--ad-warning);}
.btn-line-info {color: var(--ad-info); background-color: #fff; border-color: var(--ad-info);}
.btn-line-light {color: #111; background-color: #fff; border-color: #E6EBF1;}
.btn-line-dark {color: var(--ad-dark); background-color: #fff; border-color: var(--ad-dark);}
.btn-line-gray {color: var(--ad-gray); background-color: #fff; border-color: var(--ad-gray);}

.btn.sm {min-width: 60px; height: 30px; line-height: 28px; font-size: 13px; padding: 0 10px;}
.btn.lg {min-width: 120px; height: 50px; line-height: 48px; font-size: 1rem; padding: 0 20px;}

.btn:hover,
.btn:focus {opacity: .8;}


/* chart color */
.red {background-color: #F44336;}
.orange {background-color: #ff9e01;}
.yellow {background-color: #F5D24C;}
.green {background-color: #26BE96;}
.blue {background-color: #50a3d9;}
.navy {background-color: #2e378d;}
.purple {background-color: #733fc0;}

.bg_gradient {background: linear-gradient(135deg, var(--ad-primary) 0%, var(--ad-info) 100%) !important;}

/* border */
/* border */
.bd_top {border-top: 1px solid var(--ad-light) !important;}
.bd_right {border-right: 1px solid var(--ad-light) !important;}
.bd_bottom {border-bottom: 1px solid var(--ad-light) !important;}
.bd_left {border-left: 1px solid var(--ad-light) !important;}
.bd_all {border: 1px solid var(--ad-light) !important;}


/* tooltip */
[data-tooltip] {position: relative; z-index: 2; cursor: pointer;}
[data-tooltip]:before,
[data-tooltip]:after {visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
[data-tooltip]:before {position: absolute; bottom: 150%; left: 50%; margin-bottom: 5px; margin-left: -80px; padding: 7px; width: 160px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #000; background-color: hsla(0, 0%, 20%, 0.9); color: #fff; content: attr(data-tooltip); text-align: center; font-size: 14px; line-height: 1.2;}
  
  /* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {position: absolute; bottom: 150%; left: 50%; margin-left: -5px; width: 0; border-top: 5px solid #000; border-top: 5px solid hsla(0, 0%, 20%, 0.9); border-right: 5px solid transparent; border-left: 5px solid transparent; content: " "; font-size: 0; line-height: 0;}
  
  /* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}


/* checkbox */
/* .designChk {position: relative; display: inline-block; vertical-align: middle;}
.designChk input[type="checkbox"] {display: none;}
.designChk label {position: relative; cursor: pointer; display: inline-block; line-height: 20px; vertical-align: top; clear: both; margin: 0;}
.designChk label:not(:empty) {margin-right: 10px;}
.designChk label:not(:empty) span {padding-left: 5px;}
.designChk label:before,
.designChk label:after {content: ''; box-sizing: border-box;}
.designChk label:before {display: inline-block; width: 20px; height: 20px; background-color: #fff; border: 1px solid #eee; border-radius: 3px; transition: background .3s; vertical-align: middle;}
.designChk input:checked + label:before {background-color: var(--ad-primary); border: 0;}
.designChk input:checked + label:after {position: absolute; top: 0; left: 0; transform: translate(5px, 6px) rotate(-45deg); width: 10px; height: 6px; border: 2px solid #fff; border-top-style: none; border-right-style: none;}
.designChk label span {display: inline-block; vertical-align: middle; padding-left: 5px;}
.designChk input:disabled + label {cursor: not-allowed;}
.designChk input:disabled + label:before {background-color: #F8F9FB;}
.designChk input:disabled:checked + label:before {background-color: #ddd;} */

.designChk {display: inline-block;}
.designChk + .designChk {margin-left: 10px;}
.designChk input[type="checkbox"] {width: 18px; height: 18px; vertical-align: top; border: 1px solid #CBD2DC; background-color: #fff; background-image: url('/images/cms/common/icon_check.svg'); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; border-radius: 5px; float: left; margin: 0; margin-top: 4px; appearance: none; -webkit-appearance: none; -moz-appearance: none; transition: all .25s;}
.designChk label {font-size: 1rem; color: #000; max-width: calc(100% - 18px);}
.designChk label span {display: inline-block; padding-left: 5px;}
.designChk input[type="checkbox"]:checked {background-color: var(--ad-primary); border-color: var(--ad-primary);}
.designChk input[type="checkbox"]:checked + label {color: #000;}
.designChk input[type="checkbox"]:focus {box-shadow: 0 0 0 3px rgba(var(--ad-primary-rgb), .25); border-color: var(--ad-primary);}
.designChk input[type="checkbox"]:disabled {cursor: not-allowed; -webkit-filter: none; filter: none; opacity: .5;}


/* radio */
/* .designRadio {display: inline-block; vertical-align: middle;}
.designRadio input[type="radio"] {display: none;}
.designRadio label {position: relative; cursor: pointer; display: inline-block; line-height: 20px; vertical-align: top; clear: both; margin: 0;}
.designRadio label:not(:empty) {margin-right: 10px;}
.designRadio label:not(:empty) span {padding-left: 5px;}
.designRadio label:before,
.designRadio label:after {content: ''; box-sizing: border-box;}
.designRadio label:before {display: inline-block; width: 20px; height: 20px; background-color: #fff; border: 1px solid #eee; border-radius: 50%; transition: background .3s; vertical-align: middle;}
.designRadio input:checked + label:before {border: 0; background-color: var(--ad-primary);}
.designRadio input:checked + label:after {position: absolute; top: 0; left: 0; transform: translate(5.5px, 6.5px); width: 9px; height: 9px; background-color: #fff; border-radius: 50%;}
.designRadio label span {display: inline-block; vertical-align: middle; padding-left: 5px;}
.designRadio input:disabled + label {cursor: not-allowed;}
.designRadio input:disabled + label:before {background-color: #F8F9FB;}
.designRadio input:disabled:checked + label:before {background-color: #ddd;} */

.designRadio {display: inline-block;}
.designRadio + .designRadio {margin-left: 10px;}
.designRadio input[type="radio"] {width: 18px; height: 18px; vertical-align: top; border: 1px solid #CBD2DC; background-color: #fff; background-image: url('/images/cms/common/icon_radio.svg'); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; border-radius: 50%; float: left; margin: 0; margin-top: 4px; appearance: none; -webkit-appearance: none; -moz-appearance: none; transition: all .25s;}
.designRadio label {font-size: 1rem; color: #000; max-width: calc(100% - 18px);}
.designRadio label span {display: inline-block; padding-left: 5px;}
.designRadio input[type="radio"]:checked {background-color: var(--ad-primary); border-color: var(--ad-primary);}
.designRadio input[type="radio"]:checked + label {color: #000;}
.designRadio input[type="radio"]:focus {box-shadow: 0 0 0 3px rgba(var(--ad-primary-rgb), .25); border-color: var(--ad-primary);}
.designRadio input[type="radio"]:disabled {cursor: not-allowed; -webkit-filter: none; filter: none; opacity: .5;}


/* 체크박스&라디오 체크 시  */
.set_box {display: none;}
.set_box > div {border: 1px solid #E6EBF1;}


/* images */
.img_box {position: relative; width: 100%; padding-top: 65%; border: 1px solid #E6EBF1; overflow: hidden;}
.img_box > img {position: absolute; top: 0; left: 0; width: 100%; min-height: 100%; max-height: none; min-width: 100%; object-fit: cover;}


/* margin / padding */
.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt0 {margin-top: 0 !important;}
.mb0 {margin-bottom: 0 !important;}

/*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;}

/* marking 필수입력 */
.marking {position: relative; padding-right:8px;}
.marking:after {content: '\002A'; color: var(--ad-danger); position:absolute; top:auto; right:auto;}

/*tac*/
.tac {text-align: center !important;}
.tar {text-align: right !important;}
.tal {text-align: left !important;}

/*wrap*/
.sr_only, .sr_only2{overflow:hidden; position:absolute; margin:-1px; width:1px; height:1px; clip:rect(0,0,0,0);}

::-moz-selection {background: var(--ad-primary); background: rgba(var(--ad-primary-rgb), .35); color:#fff;}
::selection {background: var(--ad-primary); background: rgba(var(--ad-primary-rgb), .35); color:#fff;}
::-moz-selection {background: var(--ad-primary); background: rgba(var(--ad-primary-rgb), .35); color:#fff;}

/*주석*/
.ellip{overflow:hidden; display:block; width:90%; 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;}

.pointer{cursor: pointer;}

/* 중요도 별점 */
.starRadio {display: inline-block; overflow: hidden; height:20px; min-width:100px; position:relative; z-index: 0; vertical-align: middle;}
.starRadio:after {content: ""; display: block; position: relative; z-index: 10; height: 20px; background: url('/images/cms/common/star_radio.png') repeat-x 0 0;background-size: contain; pointer-events: none;}
.starRadio__box {position: relative; z-index: 1; float: left; width: 20px; height: 20px; cursor: pointer;}
.starRadio__box input {opacity: 0 !important; height: 0 !important; width: 0 !important;position: absolute !important;}
.starRadio__box input[type="radio"]:checked + .starRadio__img {background-color: #ffce00;}
.starRadio__img {display: block; position: absolute; right: 0; width: 500px; height: 30px; pointer-events: none;}


/* 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: 1280px) {
	/* input */
	.input500, .input400, .input300 {width: 100% !important;}
}

@media (max-width: 1024px) {
	/* button */
	.btn {min-width: 80px;}
}
@media (max-width: 992px){
	/* input */
	/* .input500, .input400, .input300 {width: 100% !important;} */

	.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; touch-action: manipulation; overscroll-behavior: none;}

	/* input */
	.form_control,
    .form_select {min-height: 36px;}
	
	/* button */
	.btn {height: 36px; line-height: 34px;}
	
	.btn.lg {height: 46px; line-height: 44px;}
	.btn.sm {height: 26px; line-height: 24px;}
	
}

@media (max-width: 576px) {
	/* .btn_left,
	.btn_right {float: none; text-align: left;} */
	.btn_left {text-align: left;}
	.btn_right {text-align: right;}
}

@media (max-width: 320px) {
	body {overflow-x: auto;}
}