@charset "UTF-8";
/* 초기화 및 초기 세팅 */
:root {
    /* 버튼 및 인풋 폼 높이 세팅 */
	--body_width:100%;
    --hd_height: 10rem;
    --hd_height_m: 5.6rem;
    --height_sm: 3.8rem;
    --height_md: 4.4rem;
    --height: 5.0rem;
    --height_lg: 6.0rem;
    --ic_date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Crect x='40' y='40' width='176' height='176' rx='8' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='176' y1='24' x2='176' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='80' y1='24' x2='80' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='88' x2='216' y2='88' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='132' r='12'/%3E%3Ccircle cx='172' cy='132' r='12'/%3E%3Ccircle cx='84' cy='172' r='12'/%3E%3Ccircle cx='128' cy='172' r='12'/%3E%3Ccircle cx='172' cy='172' r='12'/%3E%3C/svg%3E");
    --ic_time:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='128 72 128 128 184 128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");
	--ic_send:  url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1656_12716)'%3E%3Cpath d='M15.6657 20.3503L22.4508 33.7998L30.2 5.81934L15.6657 20.3503Z' fill='%23F8C327'/%3E%3Cpath d='M2.19996 13.549L15.6495 20.334L30.1804 5.7998L2.19996 13.549Z' fill='%23F2A20E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1656_12716'%3E%3Crect width='28' height='28' fill='white' transform='matrix(-1 0 0 1 30.2 5.7998)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

/*스크롤 스타일*/
div::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}
div::-webkit-scrollbar-thumb {
    background-color:rgba(0,0,0,0.04);
    border-radius: 100px;
}
html {font-size:10px;}
body {margin:0 auto; padding:0;}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img { margin:0; padding:0; border:0 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }

ul, dl,dt,dd { margin:0; padding:0; list-style:none }
legend { position:absolute; margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden }
label, input, button, select, img { vertical-align:middle; }
input, button { margin:0; padding:0;}
input[type="submit"] {cursor:auto;}
button {cursor: auto;word-break: keep-all;}
select {margin:0}
p { margin:0; padding:0;}
hr { display:none }
a { text-decoration:none;}
a:hover { text-decoration: none; }
.un_reboot_a { color: var(--text); text-decoration: underline; }
*, :after, :before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	word-break: normal;
	word-wrap: break-word;
 }

img { max-width:100%; display:inline-block; height: auto; }
.container-fluid {max-width: 2560px;}
.mobile_wr {
    /*border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;*/
	box-sizing: content-box;
	min-height: calc(100vh - 5.6rem);
}

 /*메인*/
.idx_pg {min-height:100vh;padding-bottom: 5.0rem;}
.curs_pointer{cursor: pointer;}


/*서브*/
.sub_tit { position: relative; }
.sub_pg {position: relative;padding-bottom: 10.0rem;}

.over_hidden{overflow:hidden;}
.text_dynamic{ white-space: pre-line;}

.text-red{color:var(--red);}
.text-gray-50{color:var(--gray-50);}
.text-gray-100{color:var(--gray-100);}
.text-gray-200{color:var(--gray-200);}
.text-gray-300{color:var(--gray-300);}
.text-gray-400{color:var(--gray-400);}
.text-gray{color:var(--gray);}
.text-gray-600{color:var(--gray-600);}
.text-gray-700{color:var(--gray-700);}
.text-gray-800{color:var(--gray-800);}
.text-gray-900{color:var(--gray-900);}
.text-primary-100{color:var(--primary-100);}
.text-primary-200{color:var(--primary-200);}
.text-primary{color:var(--text-primary);}
.text-primary-400{color:var(--primary);}
.text-primary-500{color:var(--primary-500);}
.text-primary-600{color:var(--primary-600);}
.text-primary-700{color:var(--primary-700);}
.text-primary-800{color:var(--primary-800);}
.text-primary-900{color:var(--primary-900);}
.text-black{color:#000;}
.text-indigo{color:var(--indigo);}



.bg-black{background:#000;}
.bg-gray-50{background:var(--gray-50);}
.bg-gray-100{background:var(--gray-100);}
.bg-gray-200{background:var(--gray-200);}
.bg-gray-300{background:var(--gray-300);}
.bg-gray-400{background:var(--gray-400);}
.bg-gray{background:var(--gray);}
.bg-gray-600{background:var(--gray-600);}
.bg-gray-700{background:var(--gray-700);}
.bg-gray-800{background:var(--gray-800);}
.bg-gray-900{background:var(--gray-900);}


.bg-primary-50{background:var(--primary-50);}
.bg-primary-100{background:var(--primary-100);}
.bg-primary-200{background:var(--primary-200);}
.bg-primary{background:var(--bg-primary);}
.bg-primary-400{background:var(--primary);}
.bg-primary-500{background:var(--primary-500);}
.bg-primary-600{background:var(--primary-600);}
.bg-primary-700{background:var(--primary-700);}
.bg-primary-800{background:var(--primary-800);}
.bg-primary-900{background:var(--primary-900);}

.border-50{border-color:var(--border-50) !important;}
.border-200{border-color:var(--border-200) !important;}
.border-black{border-color:#000 !important;}



.num_list ul {list-style: decimal-leading-zero;padding-left: 2.5rem;}
.num_list li {line-height: 1.4em;margin-bottom: 0.5rem; word-break: keep-all;white-space: pre-line;}
.dot_list li {list-style: none;margin-bottom:0.5rem;display: flex;word-break: keep-all;line-height: 140%;}
.dot_list li *{word-break: keep-all;}
.dot_list li:before {content:"·";vertical-align:middle;margin-right:0.5rem;}
.dot_list li:last-child{margin-bottom:0;}


.line_h1 { line-height:1.0em; }
.line_h1_1 { line-height:1.1em; }
.line_h1_2 { line-height:1.2em; }
.line_h1_3 { line-height:1.3em !important; }
.line_h1_4 { line-height:1.4em !important; }
.line_h1_5 { line-height:1.5em !important; }
.line_h1_6 { line-height:1.6em !important; }
.line_h1_7 { line-height:1.7em; }
.line_h1_8 { line-height:1.8em; }
.line_h1_9 { line-height:1.9em; }
.line_h2 { line-height:2.0em; }


/*폰트커스텀 기본사이즈 10px*/

.tit_h1 {font-size: 8.0rem; font-weight: 800;line-height: 150%;word-break: keep-all;word-wrap: break-word;}
.tit_h2 {font-size: 4.5rem; font-weight: 700;line-height: 150%;word-break: keep-all;word-wrap: break-word;}
.tit_h3 {font-size: 3.6rem; font-weight: 700;line-height: 150%;word-break: keep-all;word-wrap: break-word;}
.tit_h4 {font-size: 3.2rem; font-weight: 700;line-height: 150%;word-break: keep-all;word-wrap: break-word;}
.tit_h5 {font-size: 2.4rem; font-weight: 600;line-height: 150%;word-break: keep-all;word-wrap: break-word;}
.tit_h6 {font-size: 2.2rem; font-weight: 600;line-height: 150%;word-break: keep-all;word-wrap: break-word;}
.tit_h7 {font-size: 1.7rem; font-weight: 600;line-height: 150%;word-break: keep-all;word-wrap: break-word;}

.body_lg{font-size: 1.7rem;line-height: 150%;}
.body_small{font-size: 1.4rem;line-height: 150%;}


.fs_8 { font-size: 0.8rem; }
.fs_9 { font-size: 0.9rem; }
.fs_10 { font-size: 1.0rem; }
.fs_11 { font-size: 1.1rem; }
.fs_12 { font-size: 1.2rem; }
.fs_13 { font-size: 1.3rem; }
.fs_14 { font-size: 1.4rem; }
.fs_15 { font-size: 1.5rem; }
.fs_16 { font-size: 1.6rem; }
.fs_17 { font-size: 1.7rem; }
.fs_18 { font-size: 1.8rem; }
.fs_19 { font-size: 1.9rem; }
.fs_20 { font-size: 2.0rem; }
.fs_21 { font-size: 2.1rem; }
.fs_22 { font-size: 2.2rem; }
.fs_23 { font-size: 2.3rem; }
.fs_24 { font-size: 2.4rem; }
.fs_25 { font-size: 2.5rem; }
.fs_26 { font-size: 2.6rem; }
.fs_27 { font-size: 2.7rem; }
.fs_28 { font-size: 2.8rem; }
.fs_29 { font-size: 2.9rem; }
.fs_30 { font-size: 3.0rem; }
.fs_31 { font-size: 3.1rem; }
.fs_32 { font-size: 3.2rem; }
.fs_33 { font-size: 3.3rem; }
.fs_34 { font-size: 3.4rem; }
.fs_35 { font-size: 3.5rem; }
.fs_36 { font-size: 3.6rem; }
.fs_37 { font-size: 3.7rem; }
.fs_38 { font-size: 3.8rem; }
.fs_39 { font-size: 3.9rem; }
.fs_40 { font-size: 4.0rem; }
.fs_41 { font-size: 4.1rem; }
.fs_42 { font-size: 4.2rem; }
.fs_43 { font-size: 4.3rem; }
.fs_44 { font-size: 4.4rem; }
.fs_45 { font-size: 4.5rem; }
.fs_46 { font-size: 4.6rem; }
.fs_47 { font-size: 4.7rem; }
.fs_48 { font-size: 4.8rem; }
.fs_49 { font-size: 4.9rem; }
.fs_50 { font-size: 5.0rem; }
.fs_51 { font-size: 5.1rem; }
.fs_52 { font-size: 5.2rem; }


.fw_100 { font-weight: 100; }
.fw_200 { font-weight: 200; }
.fw_300 { font-weight: 300; }
.fw_400 { font-weight: 400; }
.fw_500 { font-weight: 500; }
.fw_600 { font-weight: 600; }
.fw_700 { font-weight: 700; }
.fw_800 { font-weight: 800; }
.fw_900 { font-weight: 900; }


.wh_pre { white-space: pre-line; }
.wh_nowrap { white-space: nowrap; }

.break_all{word-break: break-all;}
.keep_all{word-break: keep-all;word-wrap: break-word;}

/*글자 줄임말/자르기*/
.line_text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; word-break: break-all;word-break: break-all;}
.line1_text { white-space: normal; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;word-break: break-all;}
.line2_text { white-space: normal; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break: break-all;}
.line3_text { white-space: normal; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;word-break: break-all;}


/* 폼 사각형 */
.sq_guide { display:flex; flex-wrap: wrap; }
.sq_guide li {
	width: 103px;
	height: 35px;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	margin: 0.2rem;
 }

/* 스크롤바 none */
.scroll_bar_none { -ms-overflow-style: none; }
.scroll_bar_none::-webkit-scrollbar { display: none; }


/*테이블 반응형때*/
.touch_scroll { overflow-x: auto; overflow-y: hidden;}



/* 버튼 */
.btn{height: var(--height);display: inline-flex;justify-content: center; align-items: center;border-radius: 0.8rem;font-size: 1.6rem;font-weight:600;word-break: keep-all;}
.btn-sm{height: var(--height_sm);border-radius: 0.6rem;font-size: 1.5rem;padding-left:1.0rem;padding-right:1.0rem; font-weight: 500;}
.btn-md{ height: var(--height_md);border-radius: 0.6rem;font-weight: 500;}
.btn-lg{ height: var(--height_lg);font-weight:700;font-size: 1.7rem;padding: 0.5rem 2rem;}
.btn-link{height:auto;padding:0;cursor: pointer;display: flex;align-items: center;border-radius: 0;background: transparent;flex-shrink: 0;border: 0;font-weight: 500;}
.btn-icon{height:auto;padding:0;cursor: pointer;display: flex;align-items: center;border-radius: 0;background: transparent;flex-shrink: 0;border: 0;}
.btn-icon img{flex-shrink: 0;}


.btn-naver{background:#00CD4C;border-color:#00CD4C;color:#fff;}
.btn-naver:hover, .btn-naver:focus{background:#1ABB00;border-color:#1ABB00;}

.btn-kakao{background:#FEE404;border-color:#FEE404;color:#333;}
.btn-kakao:hover, .btn-kakao:focus{background:#FFCC00;border-color:#FFCC00;}

.btn-apple{background:#fff;border-color:var(--border);color:#000;}
.btn-apple:hover, .btn-apple:focus{background:#fff;border-color:var(--border-200);}

.btn-google{background:#fff;border-color:var(--border);color:#000;}
.btn-google:hover, .btn-google:focus{background:#fff;border-color:var(--border-200);}



.btn.disabled, .btn:disabled {
    opacity: 1;
    color: var(--gray-600) !important;
    background: var(--gray-100);
    border-color: var(--gray-100);
}
.btn-outline-light.active {
	color: var(--primary);
    background-color: #fff;
}

.btn-group-toggle .btn-outline-light:not(:disabled):not(.disabled).active, .btn-group-toggle .show > .btn-outline-light.dropdown-toggle {
	color: var(--primary);
    background-color: #fff;
    border-color: var(--primary);
}
.btn-group-toggle .btn-light:not(:disabled):not(.disabled).active, .btn-group-toggle .show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-group-toggle .btn-light:not(:disabled):not(.disabled).active img, .btn-group-toggle .show > .btn-light.dropdown-toggle img{filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(240%) contrast(103%);}

.btn-group-toggle .btn input[type=radio], .btn-group-toggle .btn input[type=checkbox], .btn-group-toggle .btn-group .btn input[type=radio], .btn-group-toggle .btn-group .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}


.btn-group-full{display:flex;}
.btn-group-full .btn{display:flex;padding-left:0.4rem;padding-right:0.4rem;}

.btn_toggle_primary .btn-outline-light{border-color:#D6DAE5;}
.btn_toggle_primary .btn-outline-light:not(:disabled):not(.disabled).active{color: var(--primary);background-color: #fff;border-color: var(--primary);font-weight:600;}

.btn-group-wrap{display:flex;flex-wrap: wrap;}
.btn-group-wrap .btn{margin-bottom:1.0rem !important;margin-right:0.6rem;flex-shrink: 0;}
.btn-group-wrap .btn:last-child{margin-right:0;}

.keyword_badge_wr{gap: 0.8rem;}
.keyword_badge{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-shrink: 0;
   padding:0;
}
.keyword_badge .btn{ height: 100%;font-size: 1.5rem;}
.keyword_badge .btn-link{padding-left:1.5rem;margin-right: 0.5rem;color: inherit;}
.keyword_badge .btn-icon{padding-right:1.0rem;}
.keyword_badge .btn *{white-space: normal; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;word-break: break-all;}


/* 인풋 자동완성 초기화 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-text-fill-color: var(--text);
    -webkit-box-shadow: 0 0 0px 1000px var(--bg) inset;
    box-shadow: 0 0 0px 1000px var(--bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
	-webkit-text-fill-color: var(--text);
    -webkit-box-shadow: 0 0 0px 1000px var(--bg) inset;
    box-shadow: 0 0 0px 1000px var(--bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* 입력 인풋 */
.form-control {height: var(--height);}
.form-control-sm {height: var(--height_sm);border-radius: 0.6rem;font-size:1.5rem;}
.form-control-md {height: var(--height_md);border-radius: 0.6rem;}
.form-control-lg {height: var(--height_lg);}
.form-control-auto {height: auto;}


input.form-control{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; word-break: break-all;}

.ip_wr .ip_tit { margin-bottom:1.0rem;}
.ip_tit h5 {
    font-size: 1.5rem;
	line-height: 1.4;
    font-weight: 500;
    display: inline-block;
    position: relative;
    color: #000;
    word-break: keep-all;
}
.ip_tit.required h5::after{ content: "*";font-size:1.4rem;position: absolute;color: var(--primary);top: 0; right: -1.2rem;}
.ip_wr .form-row .col{position:relative;}
.ip_wr .form-row .col-3{min-width: 10rem;max-width: 12.8rem;}
.ip_wr .btn-group-toggle{margin-bottom: -0.8rem;}
.ip_wr .btn-group-toggle .btn {margin-bottom: 0.8rem;}
.ip_wr .form-row .form_control_right{position:absolute;right:2.0rem;top:50%; transform: translateY(-50%);}

.form-password{position:relative;}
.form-password .form-control{padding-right:5.0rem;}
.form-password .pw_icon {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}


/* form-text */
.form-text {
    display: none;
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 300;
	color:var(--gray-600);
	word-break: keep-all;word-wrap: break-word;
}
.ip_valid .ip_valid{display: flex; color: var(--success);}
.ip_invalid .ip_invalid{display: flex; color: var(--danger);}



/*.form-row*/
.form-row{margin-left:-0.4rem;margin-right:-0.4rem;}
.form-row > .col, .form-row > [class*=col-]{padding-left:0.4rem;padding-right:0.4rem;}

/* textarea 높이 */
textarea {resize: none;}
textarea.form-control{ min-height: 15rem; padding: 1.5rem 1.5rem; line-height: 140%;word-break: keep-all;}

.form-control textarea{min-height: 14rem; padding: 0; line-height: 130%;border:0;width:100%;}
.form-control textarea:focus {
  color: var(--text);
  background-color: var(--bg);
  border-color: var(--gray);
  outline: 0;
  box-shadow: 0 0 0 0 var(--border);
}
.form-control textarea::placeholder {
  color: var(--input_placeholder);
  opacity: 1;
}
.form-control textarea:disabled, .form-control textarea[readonly] {
  background-color: var(--input_disabled);
  opacity: 1;
}

/* 셀렉트 박스 */
.custom-select, .custom-select2 {
    padding-right: 4rem;
	background-repeat:no-repeat;
	background-position:center right 2.0rem;
	background-size:2.4rem;
	background-color: #fff;
	border-color: var(--border-200);
    padding-left: 2.0rem;
    font-weight: 400;
    color: #000;
	text-align: left;
	position:relative;
}
.custom-select{background-image: url(../img/ic_fold.png);}
.custom-select:focus {border-color: var(--border-200);}
.custom-select2:after{content:'';display:block;width:2.4rem;height:2.4rem;background: url(../img/ic_fold.png)no-repeat center center;background-size:2.4rem;position:absolute;right:1.5rem;top:50%;transform: translateY(-50%);}


/*.custom-select2[aria-expanded="true"]{border-radius:1.2rem 1.2rem 0 0;border-color: var(--border-200);background: #fff;}
.custom-select2[aria-expanded="true"]:after{transform: translateY(-50%) rotate(180deg);}
.custom-select2 + .dropdown-menu{min-width: 100%;margin: -1px 0 0;border-color:var(--border-200);font-size: 1.6rem;border-radius: 0 0 1.2rem 1.2rem;max-width: 100%;box-shadow: none;}
.custom-select2 + .dropdown-menu a{padding:1.0rem 1.5rem;white-space: break-spaces;word-break: break-all;}
.custom-select2 + .dropdown-menu a:hover{color: var(--primary-700);background: var(--light);}*/


/* 날짜 선택 */
input.form-control[type="date"], input.form-control[type="time"]{position: relative;}
input.form-control[type="date"]::-webkit-calendar-picker-indicator, input.form-control[type="time"]::-webkit-calendar-picker-indicator{
    -webkit-appearance: none;
    background: none;
    width: 100%; height: 100%; cursor: pointer;
    position: absolute; left: 0; top: 0;
}
input.form-control[type="date"]::before, input.form-control[type="time"]::before{
    content: ''; display: block; width: 2.5rem; height: 2.5rem; position: absolute; top: 50%;
    transform: translateY(-50%); right: 1.6rem; background: var(--gray); cursor: pointer;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain;
}
input.form-control[type="time"]::before{
    -webkit-mask: var(--ic_time); mask: var(--ic_time);
}
input.form-control[type="date"]::before{
    -webkit-mask: var(--ic_date); mask: var(--ic_date);
}


input.form-control.no-icon[type="date"]::before, input.form-control.no-icon[type="time"]::before{ display: none;}


/*버튼타입 인풋*/
input.form-control[type="button"]{position: relative;background:url(../img/ic_more_ip.png)no-repeat right 1.5rem center / 1.5rem;text-align: left;}


/* 체크박스*/
.checks_wr{display: flex; flex-wrap: wrap; margin-bottom: -1rem; }
.checks_wr .checks{margin-right: 3rem; margin-bottom: 1rem;}

.checks label{display: flex; align-items: center; cursor: pointer;}
.checks label.chk_right{flex-flow: row-reverse; justify-content: flex-end;}
.checks input{display: none;}
.checks .ic_box {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid var(--gray-300);
    border-radius: 3.0rem;
    background-image: url(../img/check01_off.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.0rem;
    flex-shrink: 0;
}
.checks input:checked + .ic_box{background-color:var(--primary);border-color:var(--primary);background-image: url(../img/check01_on.png);}
.chk_right .ic_box{margin-right: 0; margin-left: 0.5rem;}
.checks input:checked ~ .chk_p{}
.chk_p{padding-top:0.1rem;font-size:1.5rem;}



.checks.primary_checks .ic_box{background-color: #eae9f0;border-radius: 50%;background-image:none;}
.checks.primary_checks input:checked + .ic_box{background-image: url(../img/check01_on.png);}


.radios_wr{display: flex; flex-wrap: wrap;}
.radios_wr .radios{margin-right: 2rem; margin-bottom: 1rem;}

.radios label{display: flex; align-items: center; cursor: pointer;}
.radios label.chk_right{flex-flow: row-reverse; justify-content: flex-end;}
.radios input{display: none;}
.radios .ic_box{display: inline-flex;flex-shrink: 0;position:relative; width: 2.4rem; height: 2.4rem; text-align: center; background-color: #fff;display: flex; align-items: center; justify-content: center; margin-right: 1.0rem;border-radius:2.0rem;border:1px solid var(--gray-300);}
.radios input:checked + .ic_box{}
.radios input:checked + .ic_box:after {
    content: '';
    display: block;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 50%;
    background-color: var(--primary);
}
.radios input + .ic_box:after {
    content: '';
    display: block;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 50%;
    background-color: var(--gray-200);
}




/* 이미지 업로드 */
.image_upload{display: inline-block;position: relative;margin-right:1.0rem;}
.rprs_img {
    position: absolute;
    top: 1px;
    left: 1px;
    font-sizE: 1.4rem;
    color: #fff;
    color: #fff;
    background: var(--primary);
    padding: 0.2rem 0.5rem;
    border-radius: 1.0rem 0 1.0rem 0;
    z-index: 1;
}
.upload_box{
    width: 10rem;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/btn_add_img2.png) no-repeat center top 35% / 3.0rem;
	background-color: #fff;
	border:1px solid var(--border-200);
	border-radius: 0.8rem;
	position: relative;
}
.upload_box .max_img {
    position: absolute;
    bottom: 15%;
    width: 100%;
    left: 0;
    text-align: center;
    color: var(--gray-400);
    font-weight: 500;
}
.image_upload.on .upload_box{background: none;border: 1px solid var(--border);}
.upload_del {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: transparent;
    padding: 0 !important;
    display: none;
}
.upload_del img{width:100%;}
.image_upload.on .upload_del{display: flex;}



/* 페이지네이션 */
.pagination {display: flex; justify-content: center; align-items: center; }
.pagination li { height: 100%; }
.pagination a {
    color: var(--gray-600);
    font-weight: 500;
	width: 4.4rem;
	height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pagination a.on {
	background-color: var(--primary);color:#fff; font-weight: 400;
    color: #fff;
}
.pagination a.arrow{background-color: var(--gray-100);}
.pagination a.arrow.disabled img{opacity:0.3;}
.pagination a.arrow.disabled{background-color: var(--gray-50);}

/* 페이저 */
.pager {
    display: inline-flex;
    justify-content: center;
    align-items: center;
	border-radius:3.0rem;
	background:var(--light);
	padding:0.3rem 0.6rem;

}
.pager .btn{padding:0;width:3.6rem;height:3.6rem;}
.pager .btn img{width:3.6rem;}
.pager .btn.disabled{background:transparent;border:0;}
.pager .btn.disabled img{opacity:0.3;}

/* 테이블 */
.table_01 {width:100%; border-collapse: collapse;border-top: 1px solid #000;line-height: 140%;}
.table_01 th {
    border-bottom: 1px solid var(--border);
    color: #000;
    font-weight: 600;
    padding: 1.4rem 1.5rem;
    background: var(--gray-50);
    vertical-align: top;
	text-align:center;
}
.table_01 td {border-bottom:1px solid var(--border); padding:1.4rem 1.5rem;text-align:center;}
.table_01.table_border_r th { border-right: 1px solid var(--border);}
.table_01.table_border_r td {border-right:1px solid var(--border);}
.table_01.table_border_r td:last-child, .table_01.table_border_r th:last-child{border-right:0;}
.table_02 {width:100%; border-collapse: collapse;line-height: 140%;border-bottom: 1px solid var(--border);}
.table_02 tr:nth-child(odd){background:var(--gray-50);}
.table_02 th {
    border-bottom: 1px solid var(--border-200);
    border-right: 1px solid var(--border-200);
    font-weight: 600;
    padding: 1.4rem 1.5rem;
    background: var(--gray-100);
    vertical-align: top;
	text-align:center;
}
.table_02 td {border-right: 1px solid var(--border); padding:1.4rem 1.5rem;}
.table_02 td *, .table_02 th *{word-break: keep-all;word-wrap: break-word;}
.table_02 th:last-child, .table_02 td:last-child{border-right:0;}
.tb_w60{width:6rem;}
.tb_w120{width:12rem;}
.tb_w140{width:14rem;}
.tb_w150{width:15rem;}
.tb_w190{width:19rem;}
.tb_w200{width:20rem;}
.tb_w230{width:23rem;}
.tb_w240{width:24rem;}

/* 테이블 슬래쉬 */
.table_01 th.slash {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100%" x2="100%" y2="0" stroke="rgb(77,77,77)" /></svg>'); background-repeat: no-repeat;
}
.table_01 th.backslash {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="rgb(77,77,77)" /></svg>'); background-repeat: no-repeat;
}
.table_01 th.slash, .table_01 th.backslash { text-align: left; }
.slash div, .backslash div { text-align: right; }

/*테이블 반응형때*/
.table_scroll { overflow-x: auto; overflow-y: hidden; padding: 0px !important; }






/* 이미지 크롭 */
.rect{width: 100%;position: relative;overflow: hidden; }
.rect:after{content: "";display: block;padding-bottom: 100%; }
.rect img{ position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 50%;left: 50%;transform: translate(-50%,-50%);}


.rect2{width: 100%;position: relative;overflow: hidden; }
.rect2:after{content: "";display: block;padding-bottom: calc(323 / 600 * 100%); }
.rect2 img{ position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 50%;left: 50%;transform: translate(-50%,-50%);}


.rect3{width: 100%;position: relative;overflow: hidden; }
.rect3:after{content: "";display: block;padding-bottom: calc(190 / 335 * 100%); }
.rect3 img{ position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 50%;left: 50%;transform: translate(-50%,-50%);}

.rect4{width: 100%;position: relative;overflow: hidden; }
.rect4:after{content: "";display: block;padding-bottom: calc(142 / 250 * 100%); }
.rect4 img{ position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 50%;left: 50%;transform: translate(-50%,-50%);}

.rect5{width: 100%;position: relative;overflow: hidden; }
.rect5:after{content: "";display: block;padding-bottom: calc(110 / 335 * 100%); }
.rect5 img{ position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 50%;left: 50%;transform: translate(-50%,-50%);}




/*기본모달*/
body{padding-right: 0px !important;}
body.modal-open[style]{overflow-y: scroll;
	position: fixed;
    top: 0px;
    width: 100%;
}
.modal{padding-right: 0px !important;}
.modal-dialog {max-height: 100%;height: 100%;}
.modal-sm{max-width:36rem;margin: 0 auto;padding: 1.5rem;padding: 2.0rem;}
.modal-md{max-width:48rem;margin: 0 auto;padding: 1.5rem;padding: 0rem 2.0rem;max-height: calc(100% - 3.5rem);min-height: calc(100% - 3.5rem);}
.modal-default{max-width:85rem;margin: 0 auto;padding-left:0;padding-right:0;padding: 2.0rem 2.0rem;}
.modal{overflow-y: auto;}
.modal .modal-header{align-items: center;padding: 2rem 2rem 0.5rem;justify-content: space-between;border-bottom:0;}
.modal .modal-header .modal-title {font-weight: 700;font-size: 2.2rem;flex: 1 1 auto;border: 0;}
.modal .modal-header .close{text-shadow: none;opacity: 1;width:2.4rem;padding: 0;margin: 0;}
.modal .modal-content {border: 0;border-radius: 1.2rem;}
.modal .modal-body { position: relative; flex: 1 1 auto;padding:2.0rem;}
.modal .modal-body .close_bar{width:4.4rem;height:0.4rem;background:#E3E3E3;border-radius:1.0rem;margin:0 auto 1.0rem;border: 0;display: block;}
.modal .modal-footer > *{margin:0;}
.modal .modal-footer {padding: 1.0rem 2.0rem 2.0rem;border:0;display: block;}
.modal .modal-footer .form-row{margin-right: -0.4rem; margin-left: -0.4rem;}


.modal-sm .modal-footer{padding: 0 3.0rem 3.0rem;}
.modal-md .modal-footer{padding: 0 3.0rem 3.0rem;}

.modal .modal-sm .modal-header{padding: 1.5rem 2rem;}
.modal .modal-sm .modal-body{border:0;padding:3rem 3.0rem 2.5rem;}
.modal .modal-md .modal-header{}
.modal .modal-md .modal-body{}


/*전체사이즈*/
.modal_full.modal{overflow-y: auto;}
.modal_full.modal .modal-header {
	width: 100%;
	background: #fff;
	color:#000;
	padding: 0rem 2.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--hd_height_m);
	border-bottom:0;
	border-radius:0;
}
.modal_full.modal .modal-header button{border:0;background:transparent;width:2.4rem;}
.modal_full.modal .modal-content {border-radius: 0;max-height: 100vh;height: 100vh;}
.modal_full.modal .modal-dialog{margin:0 auto;max-width:var(--body_width);transform: translate(0%, 0);max-height: 100%;}
.modal_full.modal .modal-body{border:0;padding:2.0rem 2.0rem 11.6rem;}
.modal_full.modal .modal-footer {
    padding: 2.0rem 2.0rem 1.0rem;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #fff 20%);
	border-radius: 0;
}


/*하단 팝업*/
.modal_bottom.modal{padding-right:0 !important;overflow-y: hidden;}
.modal_bottom.modal.fade{}
.modal_bottom.modal.show .modal-dialog{padding-right:0 !important;transform: translate(-50%, 0);}
.modal_bottom.modal .modal-dialog {transform: translate(0, 5rem);position: fixed;
	bottom: 0;
	width: 100%;
	max-width:100%;
	transform: translate(-50%, 5rem);
	left: 50%;
}
.modal_bottom.modal .modal-header{padding: 2.4rem 2.0rem 0;}
.modal_bottom.modal .modal-header .modal-title {font-size: 2.6rem;line-height: 1.385;}
.modal_bottom.modal .modal-title button{border:0;background:transparent;width:2.4rem;position:absolute;right:2.0rem;top:1.6rem;}
.modal_bottom.modal .modal-dialog{justify-content: flex-end;margin: 0 auto;min-height: 100%;max-width:var(--body_width);}
.modal_bottom.modal .modal-content{border-radius: 2.4rem 2.4rem 0 0;margin-top: 3.0rem;}
.modal_bottom.modal .modal-body{border-bottom:0;padding: 0.5rem 2.0rem 2.0rem;}
.modal_bottom.modal .modal-footer {padding: 0 2.0rem 1.0rem;}
.modal-backdrop {left: 50%; width: 100%;transform: translateX(-50%);max-width:var(--body_width);}




/* 토스트팝업 */
.toast{
    color: #fff;
    border-radius: 0.6rem;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
}
/* toast */
.toast{
    position: fixed;
    top: 3.0rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
    font-weight: 300;
    z-index: 9999;
    border: 0;
    background: transparent;
	width: 80%;
	max-width:34rem;
}
.toast-body {
    padding: 0.9rem 1.6rem 0.7rem;
    background-color: rgba(53, 57, 65, 0.9);
    color: var(--white);
    font-weight: 400;
    border-radius: 1.5rem;
    text-align: center;
	width: 100%;
	backdrop-filter: blur(3px);
}
.toast-body p{
    display: flex;
    align-items: center;
    line-height: 1.3;
	justify-content:center;
}
.toast-body p i{
    margin-right: 0.6rem;
}



/* 뱃지 */
.badge {
    padding: 0.5rem 1.2rem;
    border-radius: 0.6rem;
     font-weight: 500;
    font-size: 1.4rem;
	display: inline-flex;
	align-items: center;
}
.badge-light{background:var(--light);color:#858585;}
.badge-border{color:#000;background:#fff;border:1px solid var(--border);}
.badge-primary-outline{color:var(--primary);background:#fff;border:1px solid var(--primary);}
.badge-primary-light{background:rgba(255,109,0,0.1);color:var(--primary);}
.badge-secondary-light{background:var(--secondary-light);color:var(--secondary);}
.badge-secondary-line{color:var(--secondary);background:#fff;border:2px solid var(--secondary);}
.badge-gray-300{background:var(--gray-300);color:#fff;}
.badge-sm{font-size:1.3rem; padding: 0.3rem 0.5rem;}
.badge-md{font-size:1.4rem; padding: 0.6rem 1.0rem;}
.badge-lg{font-size:inherit; padding: 0.8rem 1.5rem;height: 4.0rem;}




/*탭*/
.tab_sticky{
    position: sticky;
    top: var(--hd_height_m);
    z-index: 15;
}

/*nav-tabs*/
.nav-tabs {
    background: #F5F6F8;
    border-radius: 0.8rem;
    padding: 0.8rem;
	border: 0;
	flex-wrap: nowrap;
}
.nav-tabs .nav-link {
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #999;
    border: 0;
    margin-bottom: 0px;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    border-radius: 0.8rem;
    font-weight: 600;
	word-break: keep-all;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background: #fff;
    color: #000;
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.06);
}

/*nav-pills*/
.nav-pills{
	margin-left:-0.4rem;
	margin-right:-0.4rem;
	flex-wrap: nowrap;
}
.nav-pills .col{
	padding-left:0.4rem;
	padding-right:0.4rem;
}
.nav-pills .nav-link {
    background: none;
    border: 1px solid var(--border-200);
    border-radius: 1rem;
    background: #fff;
    color: #000;
}
.nav-pills .nav-link.active {
    background: none;
    border: 0;
    border-radius: 1rem;
    background: #fff;
    color: var(--primary);
    border: 1px solid var(--primary);
}



/*nav_tab_line*/
.nav_tab_line{
    width: 100%;
    margin: 0;
    background-color: #fff;
}
.nav_tab_line {
    border: unset;
	border-bottom:1px solid #E3E3E3;
}
.nav_tab_line .col, .nav_tab_line [class*=col-]{padding-left:0;padding-right:0;}
.nav_tab_line .nav-item{
    text-align: center;
    background-color: #fff;
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
	margin-right:2.0rem;
	flex-basis: content;
}
.nav_tab_line .nav-link {
    border: 1px solid white;
    color: var(--gray);
    height: 5.7rem;
    padding: 1.8rem 0.0rem 1.5rem;
    width: 100%;
    font-size: 2.0rem;
    font-weight: 600;
    background: transparent;
	display: flex;
    align-items: center;
    justify-content: center;
}
.nav_tab_line .nav-link.active, .nav_tab_line .nav-item.show .nav-link {
    border-bottom: 3px solid var(--secondary);
    color: var(--secondary);
	transform: translateY(0.15rem);
	padding: 1.6rem 0.0rem 1.5rem;
}


.nav_tab_line.cate_auto{width: fit-content;}
.nav_tab_line.cate_auto .nav-item{flex-grow: 0;}
.nav_tab_line.cate_auto .nav-link{white-space: nowrap;}


/*top_tab*/
.top_tab{
    width: 100%;
    margin: 0;
}
.top_tab {border:unset;border-bottom: 1px solid var(--border);}
.top_tab .col, .top_tab [class*=col-]{padding-left:0;padding-right:0;}
.top_tab .nav-item{
    text-align: center;
}
.top_tab .nav-link {
    border: 1px solid transparent;
    color: var(--gray);
    height: 5.0rem;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    background: transparent;
	display: flex;
    align-items: center;
    justify-content: center;
	padding-left: 0;
    padding-right: 0;
}
.top_tab .nav-link span{padding: 1.8rem 0.0rem 1.5rem;display: inline-block;}
.top_tab .nav-link.active span, .top_tab .nav-item.show .nav-link span{
    border-bottom: 2px solid #000;
    color: #000;
	transform: translateY(0.2rem);
	padding:1.1rem 0.0rem 0.9rem;
	width:100%;
}



/*드롭다운*/
.dropdown-menu {
    padding: 1.0rem 0;
    min-width: 13rem;
    box-shadow: 0 0rem 1.6rem rgba(0, 0, 0, 0.06);
    border-color: var(--border);
    border-radius: 1.2rem;
    font-size: 1.6rem;
	color:#000;
	margin-top:0.9rem;
}
.dropdown-menu.dropdown-menu02 {
    padding: 1.0rem 1.5rem;
}
.dropdown-menu .dropdown-item{padding:0.35rem 1.5rem;cursor: pointer;color:#000;}
.dropdown-menu.dropdown-menu02 .dropdown-item{padding:0.35rem 0.8rem;cursor: pointer;border-bottom:1px solid var(--border);text-align: center;}
.dropdown-menu.dropdown-menu02 .dropdown-item:last-child{border-bottom:0;}
.dropdown-menu .dropdown-item:hover{background:var(--light);}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active{background:var(--light) !important;color:#000;}

/*커스텀 스위치*/
.custom-switch {
    padding: 0;
    width: 4.1rem;
    height: 2.7rem;
	position: relative;
}
.custom-switch .custom-control-label::after {
    width: 3.0rem;
    height: 3.0rem;
    background-color: #fff;
	border:3px solid var(--gray-100);
    border-radius: 3rem;
    top: -0.0rem;
    left: 0rem;
}
.custom-control-label::after {
    position: absolute;
    top: 0.3rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
	cursor: pointer;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    left: 1.2rem;
    border-color: var(--primary);
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}
.custom-control-label::before {
    background-color: var(--gray-100);
    border: 0;
	top: 0;
	cursor: pointer;
}
.custom-switch .custom-control-label::before {
    left: 0;
	top: 0;
    width: 5.0rem;
    height: 3.0rem;
    border-radius: 3rem;
}



/*마진*/
.mt_8{margin-top:0.8rem;}
.mt_12{margin-top:1.2rem;}
.mt_16{margin-top:1.6rem;}
.mt_20{margin-top:2.0rem;}
.mt_24{margin-top:2.4rem;}
.mt_25{margin-top:2.5rem;}
.mt_28{margin-top:2.8rem;}
.mt_35{margin-top:3.5rem;}
.mt_36{margin-top:3.6rem;}
.mt_40{margin-top:4.0rem;}
.mt_50{margin-top:5.0rem;}
.mt_60{margin-top:6.0rem;}
.mt_70{margin-top:7.0rem;}
.mt_80{margin-top:8.0rem;}


.mb_4{margin-bottom:0.4rem;}
.mb_5{margin-bottom:0.5rem;}
.mb_6{margin-bottom:0.6rem;}
.mb_8{margin-bottom:0.8rem;}
.mb_10{margin-bottom:1.0rem;}
.mb_12{margin-bottom:1.2rem;}
.mb_14{margin-bottom:1.4rem;}
.mb_16{margin-bottom:1.6rem;}
.mb_18{margin-bottom:1.8rem;}
.mb_20{margin-bottom:2.0rem;}
.mb_24{margin-bottom:2.4rem;}
.mb_25{margin-bottom:2.5rem;}
.mb_27{margin-bottom:2.7rem;}
.mb_30{margin-bottom:3.0rem;}
.mb_40{margin-bottom:4.0rem;}
.mb_50{margin-bottom:5.0rem;}
.mb_60{margin-bottom:6.0rem;}
.mb_70{margin-bottom:7.0rem;}
.mb_80{margin-bottom:8.0rem;}
.mb_90{margin-bottom:9.0rem;}
.mb_110{margin-bottom:11.0rem;}

.mr_4{margin-right:0.4rem;}
.mr_6{margin-right:0.6rem;}
.mr_8{margin-right:0.8rem;}
.mr_12{margin-right:1.2rem;}
.mr_16{margin-right:1.6rem;}
.mr_20{margin-right:2.0rem;}

.ml_6{margin-left:0.6rem;}
.ml_8{margin-left:0.8rem;}
.ml_12{margin-left:1.2rem;}
.ml_16{margin-left:1.6rem;}
.ml_20{margin-left:2.0rem;}


.mx_4{margin-left:0.4rem;margin-right:0.4rem;}
.mx_20{margin-left:2.0rem;margin-right:2.0rem;}
.mx_n16{margin-left:-1.6rem;margin-right:-1.6rem;}
.mx_n20{margin-left:-2.0rem;margin-right:-2.0rem;}


.my_2{margin-top:0.2rem;margin-bottom:0.2rem;}



/*패딩*/
.pt_hd{padding-top:var(--hd_height_m);}
.pt_6{padding-top:0.6rem;}
.pt_14{ padding-top: 1.4rem;}
.pt_15{ padding-top: 1.5rem;}
.pt_20{ padding-top: 2.0rem;}
.pt_24{padding-top:2.4rem;}
.pt_25{padding-top:2.5rem;}
.pt_28{padding-top:2.8rem;}
.pt_38{padding-top:3.8rem;}
.pt_40{ padding-top: 4.0rem;}
.pt_50{ padding-top: 5.0rem;}
.pt_60{ padding-top: 6.0rem;}
.pt_80{padding-top:8.0rem;}
.pt_120{padding-top:12.0rem;}

.pb_8 { padding-bottom: 0.8rem;}
.pb_14 { padding-bottom: 1.4rem;}
.pb_16 { padding-bottom: 1.6rem;}
.pb_18{padding-bottom:1.8rem;}
.pb_20{padding-bottom:2.0rem;}
.pb_22{ padding-bottom: 2.2rem;}
.pb_24{ padding-bottom: 2.4rem;}
.pb_25{padding-bottom:2.5rem;}
.pb_40{padding-bottom:4.0rem;}
.pb_50{padding-bottom:5.0rem;}
.pb_60{padding-bottom:6.0rem;}
.pb_70{padding-bottom:7.0rem;}
.pb_80{padding-bottom:8.0rem;}
.pb_90{padding-bottom:9.0rem;}
.pb_100{padding-bottom:10.0rem;}


.pl_16 { padding-left: 1.6rem;}
.pl_25 { padding-left: 2.5rem;}


.pr_16{padding-right:1.6rem;}
.pr_20{padding-right:2.0rem;}
.pr_40{padding-right:4.0rem;}

.py_8{ padding-top: 0.8rem; padding-bottom: 0.8rem;}
.py_12{ padding-top: 1.2rem; padding-bottom: 1.2rem;}
.py_20{padding-top:2.0rem;padding-bottom:2.0rem;}
.py_24{padding-top:2.4rem;padding-bottom:2.4rem;}
.py_35{padding-top:3.5rem;padding-bottom:3.5rem;}
.py_40{padding-top:4.0rem;padding-bottom:4.0rem;}


.px_8{padding-left:0.8rem;padding-right:0.8rem;}
.px_12{padding-left:1.2rem;padding-right:1.2rem;}
.px_18{padding-left:1.8rem;padding-right:1.8rem;}
.px_16{padding-left:1.6rem;padding-right:1.6rem;}
.px_20{padding-left:2.0rem;padding-right:2.0rem;}

.py_30{padding-top:3.0rem;padding-bottom:3.0rem;}
.p_20{ padding: 2rem;}



.vh_min100_hd{min-height:calc(100vh - 5.6rem);}
.vh_min100{min-height:100vh;}
.vh_100_vh{height:100vh;}
.w-auto{width:auto;}

.wrap{background:#fff;min-height: 50rem; padding-top: var(--hd_height);}

.licenses_item{padding-top:2.0rem;padding-bottom:2.0rem;border-bottom:1px solid var(--border);}
.licenses_item .tit{font-size:1.6rem;color:#000;font-weight:700;margin-bottom:0.2rem;}
.licenses_item .link_a{font-size:1.4rem;color:var(--blue);display:block;margin-bottom:0.2rem;}
.licenses_item .info{font-size:1.4rem;color:var(--gray-600);margin-bottom:0.4rem;white-space: pre-line;}





/*반응형 max 1200 xl*/
@media (max-width: 1199.98px) {

	.tb_w60{width:6rem;}
	.tb_w120{width:10rem;}
	.tb_w140{width:11rem;}
	.tb_w150{width:12rem;}
	.tb_w190{width:14rem;}
	.tb_w200{width:15rem;}
	.tb_w230{width:20rem;}
	.tb_w240 {width:15rem;}
	.tb_wnum{width:6rem;}

}

/*반응형 max 992px lg*/
@media (max-width: 991.98px) {


	body{font-size: 1.4rem;}
	.wrap{padding-top:var(--hd_height_m);}
	.sub_pg{padding-bottom:5.0rem;}


	.tit_h1 {font-size: 4.0rem;}
	.tit_h2 {font-size: 2.6rem;}
	.tit_h3 {font-size: 2.4rem;}
	.tit_h4 {font-size: 2.0rem;}
	.tit_h5 {font-size: 1.8rem;}
	.tit_h6 {font-size: 1.8rem;}
	.tit_h7 {font-size: 1.6rem;}
	.body_lg{font-size: 1.6rem;}



	.fs_14 { font-size: 1.4rem; }
	.fs_15 { font-size: 1.4rem; }
	.fs_16 { font-size: 1.5rem; }
	.fs_17 { font-size: 1.6rem; }
	.fs_18 { font-size: 1.6rem; }
	.fs_20 { font-size: 1.6rem; }
	.fs_22 { font-size: 1.8rem; }
	.fs_24 { font-size: 1.8rem; }


	.pagination a {
		width: 3.6rem;
		height: 3.6rem;
	}
	.pagination a img{width:3.2rem;}


	.modal .modal-header .modal-title {font-size: 1.8rem;}


	.table_02 td {padding: 1.4rem 1.0rem;}


 }


/*반응형 max 767px md*/
@media (max-width: 767.98px) {
	.m_menu_wr{width: 100%; left: 50%; transform: translate(-50%); max-width:var(--body_width);}
	.menu_bg{width: 100%; left: 50%;}
	.menu_on .m_nav{max-width: 80%;}


	.table_scroll .px_20{width: fit-content;}
}

/*반응형 max 576px sm*/
@media (max-width: 575.98px) {

	.mobile_wr {
		border-left: 0;
		border-right: 0;
	}

	.section .tit_h2 {font-size: 2.2rem;}
	.body_lg {font-size: 1.5rem;
   }

}

/*반응형 max 360px*/
@media (max-width: 360px) {
	html { font-size:9.0px; }
	.tit_h1 {font-size: 3.6rem;}
	/*body{font-size: 1.3rem;}
	.tit_h1 {font-size: 3.6rem;}
	.tit_h2 {font-size: 2.2rem;}
	.tit_h3 {font-size: 2.0rem;}
	.tit_h4 {font-size: 1.8rem;}
	.tit_h5 {font-size: 1.6rem;}
	.tit_h6 {font-size: 1.6rem;}
	.tit_h7 {font-size: 1.4rem;}
	.body_lg{font-size: 1.4rem;}



	.fs_14 { font-size: 1.3rem; }
	.fs_15 { font-size: 1.3rem; }
	.fs_16 { font-size: 1.4rem; }
	.fs_17 { font-size: 1.4rem; }
	.fs_18 { font-size: 1.4rem; }
	.fs_20 { font-size: 1.6rem; }
	.fs_22 { font-size: 1.8rem; }
	.fs_24 { font-size: 2.0rem; }*/
}


