@charset "UTF-8"; 

.se-prod-badge {
    display: inline-block;
    min-width: 48px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    padding: 0 8px;
    border-radius: 8px 4px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
}

.se-prod-badge.ty-01 {
    background-color: #fff4df;
    color: #ee5700;
}

.se-prod-badge.ty-02 {
    background-color: #eef7fe;
    color: #0057ee;
}

.se-prod-badge.ty-03 {
    background-color: #e4f2df;
    color: #007450;
}

.se-prod-badge.ty-04 {
    background-color: #f2edfe;
    color: #8f00ee;
}

.se-prod-badge:last-child {
    margin-right: 0;
}

/*---------------------------------------------
	#highlight #하이라이트
---------------------------------------------*/
.se-highlight {
    z-index: 10;
    position: relative;
    display: inline;
    -webkit-box-shadow: inset 0 -8px 0 #FFEB99;
    /* box-shadow: inset 0 -8px 0 #FFEB99; */
    text-decoration: none;
}

.se-highlight:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 1em;
    left: -3px;
    width: 13px;
    height: 8px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background: #FFEB99;
}

.se-highlight:after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: -3px;
    width: 13px;
    height: 8px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background: #FFEB99;
}

/*---------------------------------------------
	#button #버튼
---------------------------------------------*/
/*
	reset
*/
.se-image-btn {
    display: inline-block;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.se-image-btn.btn-refresh {
    width: 36px;
    height: 42px;
    background-image: url("../../images/icon/ico-refresh.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 8px center;
}

.se-btn {
    display: inline-block;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.se-btn:disabled {
    cursor: default;
}

/*
	default
*/
.se-btn {
    color: var(--primaryColor);
    font-weight: 500;
    text-transform: uppercase;
}

.se-btn .txt {
    display: inline-block;
    margin-left: 20px;
}

/*
	btn-round
*/
.se-btn.btn-round {
    height: 48px;
    line-height: 48px;
    padding: 0 90px;
    border-radius: 50px;
    /* letter-spacing:2px; */
    border: 2px solid var(--primaryColor) !important;
    color: var(--whiteColor) !important;
    background-color: var(--primaryColor) !important;
}

.se-btn.btn-round:hover, .se-btn.btn-round:active {
    border-color: transparent !important;
    background-color: #0b175c;
    color: var(--whiteColor);
}

.se-btn.btn-round:disabled, .se-btn.btn-round:disabled:hover {
    background-color: #e7e7e7 !important;
    color: #909090 !important;
    border: 2px solid #c4c4c4 !important;
}

/* .se-btn.btn-round:disabled, .se-btn.btn-round:disabled:hover {
    background-color: #e7e7e7 !important;
    color: #909090 !important;
	border:2px solid #c4c4c4  !important;
} */
.order-btn-wrap .se-btn.btn-round:disabled, .order-btn-wrap .se-btn.btn-round:disabled:hover {
    background-color: var(--whiteColor) !important;
    color: #767676 !important;
    border: 2px solid #767676 !important;
}

.order-btn-wrap .se-btn.btn-round.btn-blue:disabled, .order-btn-wrap .se-btn.btn-round.btn-blue:disabled:hover {
    background-color: #767676 !important;
    color: #cbcbcb !important;
    border: 2px solid #767676 !important;
}

.se-btn.btn-round.btn-favorite {
    letter-spacing: 0;
    border-color: var(--blackColor1);
    color: var(--blackColor1);
    font-size: 14px;
}

/*
	btn-txt
*/
.se-btn.btn-txt {
    color: var(--primaryColor);
    font-weight: 700;
    margin-right: 20px !important;
}

.se-btn.btn-txt:hover {
    background-color: transparent !important;
    color: var(--primaryColor) !important;
}

.se-btn.btn-txt:last-child {
    margin-right: 0;
}

.se-btn:hover {
    background: #00389c !important;
    color: #fff !important;
    border-color: #00389c !important;
}

.se-btn:disabled:hover {
    background: #E8E8E8 !important;
    color: #A0A0A0 !important;
    border-color: transparent !important;
}

.se-btn:disabled .se-ico {
    padding-left: 0;
    background: none;
}

.se-btn:disabled:hover .se-ico {
    padding-left: 0;
    background: none !important;
}

.se-btn.btn-solid:disabled, .se-btn.btn-solid:disabled:hover {
    border-color: #E8E8E8;
    background-color: #E8E8E8;
    color: #A0A0A0;
}

.se-btn.btn-blue:disabled, .se-btn.btn-blue:disabled:hover {
    background-color: #E8E8E8;
    color: #A0A0A0;
}

.se-btn.btn-black:disabled, .se-btn.btn-black:disabled:hover {
    background-color: #E8E8E8;
    color: #A0A0A0;
}

/* .se-btn.btn-sm{min-width: 130px !important;} */
/*
	btn-main-dark
*/
/* .se-btn.btn-main-dark {
    min-width: 110px;
    min-height: 56px;
    padding: 15px 20px;
    border-radius: 8px;
    background-color: #504A45;
    font-size: 18px;
    color: #fff;
}
.se-btn.btn-main-dark:hover {
    background-color: #6C6C6C;
}
.se-btn.btn-main-dark:active {
    background-color: #3B3633;
}
.se-btn.btn-main-dark:disabled, .se-btn.btn-main-dark:disabled:hover {
    background-color: #DBDBDB;
    color: #A0A0A0;
} */


/*
	btn-gray
*/
.btn-gray {
    border: 1px solid #a7a7a7;
    background: #f2f2f2;
    font-size: 15px;
    color: var(--blackColor1);
    height: 60px;
    line-height: 60px;
}

/*
	btn-etc
*/
.se-btn.btn-etc {
    min-width: 84px;
    min-height: 42px;
    padding: 9px 14px;
    border-radius: 6px;
    background-color: #FFCC00;
    color: #303030;
    font-size: 15px;
}

.se-btn.btn-etc:hover {
    background-color: #FFDB57;
}

.se-btn.btn-etc:active {
    background-color: #FFBC00;
}

.se-btn.btn-etc:disabled, .se-btn.btn-etc:disabled:hover {
    background-color: #DBDBDB;
    color: #A0A0A0;
}

/*
	btn-solid
*/
.se-btn.btn-solid {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border-radius: 8px;
    border: 2px solid var(--primaryColor);
    background-color: #fff;
    color: var(--primaryColor);
}

.se-btn.btn-solid:hover, .se-btn.btn-solid:active {
    border: 2px solid var(--primaryColor);
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.se-btn.btn-solid.sz-s {
    min-width: 64px;
    min-height: 28px;
    padding: 4px 14px;
    border-radius: 8px;
    font-size: 12px;
}

.se-btn.btn-solid.sz-s .se-ico + .txt {
    margin-left: 5px;
}

.se-btn.btn-solid.ty-blue {
    border: 1px solid var(--primaryColor);
}

.se-btn.btn-solid.ty-black {
    border-color: var(--blackColor1);
    color: var(--blackColor1);
}

.btn-default {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border-radius: 8px;
    background-color: var(--whiteColor);
    border: 2px solid #858585;
    color: #1D1D1D !important;
    text-decoration: none !important;
}

.btn-default:hover {
    background-color: var(--whiteColor) !important;
    border: 2px solid #1D56BC !important;
    color: #1D56BC !important;
}

.btn-icon {
    width: 28px;
    height: 24px;
    line-height: 22px;
    border-radius: 4px;
    background-color: var(--whiteColor);
    border: 1px solid #cbcbcb;
    font-size: 16px !important;
    font-weight: 500;
    color: #666 !important;
    text-decoration: none !important;
    text-align: center;
    padding: 0;
}

/*
	btn-solid-etc
*/
.se-btn.btn-solid-etc {
    min-width: 84px;
    min-height: 42px;
    padding: 9px 14px;
    border-radius: 6px;
    border: 1px solid var(--blackColor2);
    background-color: #fff;
    font-size: 15px;
    color: var(--blackColor2);
}

.se-btn.btn-solid-etc:hover {
    border-color: #A0A0A0;
}

.se-btn.btn-solid-etc:active {
    border-color: #A0A0A0;
    background-color: #F8F8F8;
}

.se-btn.btn-solid-etc:disabled, .se-btn.btn-solid-etc:disabled:hover {
    border-color: #E8E8E8;
    background-color: #E8E8E8;
    color: #A0A0A0;
}

.se-btn.btn-solid-etc .txt {
    display: inline-block;
    vertical-align: middle;
}

.se-btn.btn-solid-etc.sz-s {
    min-width: 64px;
    min-height: 28px;
    padding: 4px 14px;
    border-radius: 8px;
    font-size: 12px;
}

.se-btn.btn-solid-etc.sz-s .se-ico + .txt {
    margin-left: 5px;
}

/*
	btn-solid-round
*/
.se-btn.btn-solid-round {
    /* min-width: 150px; */
    height: 34px;
    line-height: 34px;
    padding: 0px 20px;
    border-radius: 50px;
    border: 1px solid var(--primaryColor);
    background-color: var(--whiteColor);
    color: var(--primaryColor);
}

.se-btn.btn-solid-round:hover {
    border-color: var(--primaryColor);
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.se-btn.btn-solid-round:active {
    border-color: #A0A0A0;
    background-color: #F9F9F9;
}

.se-btn.btn-solid-round:disabled, .se-btn.btn-solid-round:disabled:hover {
    border-color: #E8E8E8;
    background-color: #E8E8E8;
    color: #A0A0A0;
}

.se-btn.btn-solid-round-sm {
    /* min-width: 150px; */
    height: 27px;
    line-height: 23px;
    padding: 0px 20px;
    border-radius: 50px;
    border: 2px solid #bec8ed;
    background-color: var(--whiteColor);
    color: #2a58c1;
    font-size: 13px;
    font-weight: 800;
}

.se-btn.btn-solid-round-sm:hover {
    border-color: var(--primaryColor);
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

/*
	btn-link
*/
.se-btn.btn-link {
    line-height: 1.3;
    border: none;
    border-bottom: 1px solid #303030;
    background-color: transparent;
    font-size: 15px;
}

.se-btn.btn-link:active {
    text-shadow: 0 0.015em #303030, 0 -0.015em #303030, 0.01em 0 #303030, -0.01em 0 #303030;
}

.se-btn.btn-link.disabled, .se-btn.btn-link.disabled:hover, .se-btn.btn-link:disabled, .se-btn.btn-link:disabled:hover {
    color: #888888;
    border-color: #888888;
    font-weight: normal;
    cursor: default;
}

.se-btn.btn-link.clr-02 {
    color: #707070;
    border-bottom-color: #707070;
}

.se-btn.btn-link.clr-05 {
    color: #ee5700;
    border-bottom-color: #ee5700;
}

.se-btn.btn-link.sz-s {
    font-size: 13px;
}

/*
	btn-tbl
*/
.se-btn.btn-tbl {
    min-width: 76px;
    height: 34px;
    padding: 7px 14px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    font-size: 12px;
}

.se-btn.btn-tbl:hover {
    border-color: #A0A0A0;
}

.se-btn.btn-tbl:active {
    border-color: #A0A0A0;
    background-color: #F8F8F8;
}

.se-btn.btn-tbl:disabled, .se-btn.btn-tbl:disabled:hover {
    border-color: #E8E8E8;
    background-color: #E8E8E8;
    color: #A0A0A0;
}

a.se-btn.btn-tbl .se-ico + .txt {
    margin-top: -1px;
}

a.se-btn.btn-tbl .se-ico.ico-download + .txt {
    margin-top: 1px;
}

/*
	btn-download
*/
.se-btn.btn-download {
    min-width: 76px;
    min-height: 34px;
    padding: 9px 14px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    font-size: 12px;
}

.se-btn.btn-download:hover {
    border-color: #A0A0A0;
}

.se-btn.btn-download:active {
    border-color: #A0A0A0;
    background-color: #F8F8F8;
}

.se-btn.btn-download:disabled, .se-btn.btn-download:disabled:hover {
    border-color: #E8E8E8;
    background-color: #E8E8E8;
    color: #A0A0A0;
}

.se-btn.btn-download.complete, .se-btn.btn-download.complete:disabled, .se-btn.btn-download.complete:disabled:hover {
    border-color: transparent;
    padding-left: 36px;
    background-image: url("../../images/icon/icon_done_chk.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 6px center;
    background-color: #fff;
    font-weight: bold;
    color: #303030;
}

.btnType02 {
    min-width: 150px;
    height: 42px;
    line-height: 34px;
    padding: 0px 20px;
    border-radius: 50px;
    border: 1px solid var(--primaryColor);
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    font-size: 14px;
    font-weight: 700;
}

.btnType02:hover {
    border-color: var(--primaryColor);
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

/* 
	btn-mouse 
*/
.se-btn.btn-mouse {
    width: 36px;
    height: 42px;
    background-image: url("../../images/icon/icon_mouse.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 6px center;
}

/* 
	btn-mouse-off
*/
.se-btn.btn-mouse-off {
    width: 36px;
    height: 42px;
    background-image: url("../../images/icon/icon_mouse_off.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 6px center;
}

/*
	btn-main-line
*/
.se-btn.btn-main-line {
    min-width: 110px;
    min-height: 56px;
    padding: 13px 20px;
    border: 1px solid #888888;
    border-radius: 8px;
    background-color: #FFFFFF;
    font-size: 18px;
}

.se-btn.btn-main-line:hover {
    border-color: #A0A0A0;
}

.se-btn.btn-main-line:active {
    border-color: #A0A0A0;
    background-color: #F8F8F8;
}

.se-btn.btn-main-line:disabled, .se-btn.btn-main-line:disabled:hover {
    border-color: #E8E8E8;
    background-color: #E8E8E8;
    color: #A0A0A0;
}

/*
	btn-more
*/
.se-btn.btn-more {
    margin-top: 10px;
    padding: 10px 10px;
    font-size: 15px;
    color: #707070;
}

/*---------------------------------------------
	#button Set #버튼세트
---------------------------------------------*/
/*
	sp-btn-utill-set
*/
.sp-btn-utill-set {
    border: 1px solid #dedede;
    border-radius: 6px;
    padding: 0;
    background: var(--whiteColor);
    height: 38px;
    overflow: hidden;
}

.sp-btn-utill-set .sp-btn-utill {
    padding: 0;
    flex: 1;
    display: block;
    border-left: 2px solid #dedede;
    height: 38px;
    line-height: 38px;
    width: 53px;
    background: var(--whiteColor);
    margin-right: 0 !important;
    text-align: center;
}

.sp-btn-utill-set .sp-btn-utill:first-child {
    border-left: none;
}

.sp-btn-utill-set .sp-btn-utill i {
    font-size: 20px;
    color: #484848;
}

.sp-btn-utill-set .sp-btn-utill span {
    display: block;
    line-height: 38px;
}

/*
	sp-btnset
*/
.btn-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.btn-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: end; */
    margin-left: auto;
    align-items: center;
}

.btn-right .sp-btnset+.sp-btnset {
    position: relative;
    padding-left: 17px;
    margin-left: 15px;
}

.btn-right .sp-btnset+.sp-btnset:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 24px;
    background: #abacb1;
    margin-top: -12px;
}

.sp-btnset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-btnset .se-btn {
    margin-right: 16px;
}

.sp-btnset.line-type01 .se-btn {
    margin-right: 12px;
}

.sp-btnset .se-btn:last-child {
    margin-right: 0;
}

.sp-btnset .se-btn.sz-s {
    margin-left: 5px;
}

.sp-btnset .se-btn.sz-s:last-child {
    margin-left: 0;
}

.sp-btnset.tac {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sp-btnset.tar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*
	sp-main-btnset
*/
.sp-main-btnset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.sp-main-btnset .btn-main, .sp-main-btnset .btn-main-dark {
    margin-left: 10px;
}

.sp-main-btnset .btn-main:first-child, .sp-main-btnset .btn-main-dark:first-child {
    margin-left: 0;
}

.sp-main-btnset.tal {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sp-main-btnset.tar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*
	btn-blue
*/
.se-btn.btn-blue {
    border-color: var(--primaryColor);
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.se-btn.btn-report {
    border-color: var(--whiteColor) !important;
    background-color: var(--whiteColor) !important;
    color: var(--primaryColor) !important;
}

.se-btn.btn-sky {
    border-color: #4297ff;
    background-color: #4297ff;
    color: var(--whiteColor);
    min-width: 195px;
    font-size: 16px;
    letter-spacing: 0;
}

.se-btn.btn-sky:disabled, .se-btn.btn-sky:disabled:hover {
    background-color: #DBDBDB;
    color: #A0A0A0;
}

/*
	btn-black
*/
.se-btn.btn-black {
    border-color: var(--blackColor1);
    background-color: var(--blackColor1);
    color: var(--whiteColor);
}

.se-btn.btn-darkgray {
    border-color: #33363D !important;
    background-color: #33363D !important;
    color: var(--whiteColor);
}

.se-btn.btn-darkgray:disabled, .se-btn.btn-darkgray:disabled:hover {
    border-color: #E8E8E8 !important;
    background-color: #E8E8E8 !important;
    color: #A0A0A0 !important;
}


.se-btn.btn-lightblue, .se-btn.btn-lightblue {
    border-color: #E3F1FD;
    background-color: #E3F1FD;
    color: #555555;
}

.se-btn.btn-lightblue:disabled, .se-btn.btn-lightblue:disabled:hover {
    border-color: #E8E8E8;
    background-color: #E8E8E8;
    color: #A0A0A0;
}



/*
	btn-outline
*/
.se-btn.btn-outline {
    color: inherit;
    background-color: #fff;
}

.se-btn.btn-blue-dark {
    border-color: #C4CAD3;
    background-color: #C4CAD3;
    color: #787878;
	border-radius:4px;
}

.se-btn.btn-white {
    border-color: var(--whiteColor);
    background-color: var(--whiteColor);
    color: #111111;
}

/*
	btn-lg, btn-md
*/
.se-btn.btn-lg {
    height: 74px;
    line-height: 74px;
    font-size: 1.5rem;
}

.se-btn.btn-md {
    height: 48px;
    line-height: 48px;
	font-size: 1.25rem;
}

.se-btn.btn-sm {
    height: 37px;
    line-height: 37px;
	font-size: 1.25rem;
}

/*
	btn-block
*/
.se-btn.btn-block {
    min-width: 100%;
}

.btn-black.btn-outline {
    color: var(--blackColor1);
}

.btn-blue.btn-outline {
    color: var(--primaryColor);
}

.se-iconBtn-type01 {
    width: 34px;
    height: 31px;
    background: var(--whiteColor);
    border: 2px solid #d4d4d4;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    color: #727272;
    line-height: 31px;
}

.se-iconBtn-type01 i {
    font-size: 18px;
    color: #727272;
}

.se-iconBtn-type01:hover i {
    color: var(--whiteColor) !important;
}

.se-btn-txt {
    padding: 0 10px;
    background: var(--whiteColor);
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

/*---------------------------------------------
	#text field #텍스트필드
---------------------------------------------*/
/*
    reset
*/
.se-textfld {
    display: inline-block;
    width: 100%;
}

.se-textfld input {
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    outline: none !important;
}

.se-textfld input::-ms-clear, .se-textfld input::-ms-reveal {
    display: none;
}

.se-textfld input:-webkit-autofill, .se-textfld input:-webkit-autofill:hover, .se-textfld input:-webkit-autofill:focus, .se-textfld input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 1000px #fff inset;
    box-shadow: 0 0 1000px #fff inset;
    -webkit-text-fill-color: #303030;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.se-textfld input:read-only:-webkit-autofill, .se-textfld input:read-only:-webkit-autofill:hover, .se-textfld input:read-only:-webkit-autofill:focus, .se-textfld input:read-only:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 1000px #e8eaed inset;
    box-shadow: 0 0 1000px #fff inset;
    -webkit-text-fill-color: #303030;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.se-textfld input:disabled:-webkit-autofill, .se-textfld input:disabled:-webkit-autofill:hover, .se-textfld input:disabled:-webkit-autofill:focus, .se-textfld input:disabled:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 1000px #e8eaed inset;
    box-shadow: 0 0 1000px #fff inset;
    -webkit-text-fill-color: #888888;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.se-textfld input[type=number] {
    -moz-appearance: textfield;
}

.se-textfld input[type=number]::-webkit-outer-spin-button, .se-textfld input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

/*
	default
*/
.se-textfld {
    position: relative;
}

.se-textfld input {
    height: 48px;
    line-height: 48px;
    padding: 0 20px !important;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    background-color: var(--whiteColor);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444444;
}

.se-textfld input::-webkit-input-placeholder {
    opacity: 1;
    color: #A0A0A0;
}

.se-textfld input::-moz-placeholder {
    opacity: 1;
    color: #A0A0A0;
}

.se-textfld input:-ms-input-placeholder {
    opacity: 1;
    color: #A0A0A0;
}

.se-textfld input::-ms-input-placeholder {
    opacity: 1;
    color: #A0A0A0;
}

.se-textfld input::placeholder {
    opacity: 1;
    color: #A0A0A0;
}

.se-textfld input:-moz-read-only, .se-textfld input:-moz-read-only:focus, .se-textfld input:-moz-read-only:hover {
    border-color: #D0D0D0;
    background-color: #e8eaed;
    box-shadow: none;
}

.se-textfld input:read-only, .se-textfld input:read-only:focus, .se-textfld input:read-only:hover, .se-textfld input.readonly, .se-textfld input.readonly:focus, .se-textfld input.readonly:hover {
    border-color: #D0D0D0;
    background-color: #f4f4f4;
    color: var(--txtColor);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.se-textfld input:disabled, .se-textfld input:disabled:focus, .se-textfld input:disabled:hover, .se-textfld input.disabled, .se-textfld input.disabled:focus, .se-textfld input.disabled:hover {
    border-color: #D0D0D0;
    background-color: #f4f4f4;
    color: var(--txtColor);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.se-textfld input.has-error, .se-textfld input.has-error:focus, .se-textfld input.has-error:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.se-textfld input.has-confirm {
    padding-right: 44px;
    background-image: url("../../images/component/form/input_confrim.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px;
}

.se-textfld input:focus {
    border-color: var(--blackColor2);
}

.se-textfld input:hover {
    border-color: var(--blackColor2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.se-textfld .e-back {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 0;
    /* padding:0 6px; */
}

.se-textfld .e-back > * {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
}

.se-textfld .e-back .unit {
    padding-left: 4px;
    padding-right: 12px;
}

.se-textfld .e-back .time {
    padding-left: 24px;
    padding-right: 12px;
    background-image: url("../../images/icon/icon_time.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left top 3px;
    color: #00a768;
}

.se-textfld .e-back .time.warn {
    background-image: url("../../images/icon/icon_time_warn.png");
    color: #F83838;
}

.se-textfld.va-unit input {
    padding-right: 30px;
}

.se-textfld.va-time input {
    padding-right: 113px;
}

.se-textfld.has-confirm {
    position: relative;
}

.se-textfld.has-confirm:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22px;
    width: 44px;
    height: 100%;
    background-image: url("../../images/component/form/input_confrim.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
}

.se-textfld.has-confirm input {
    padding-right: 44px;
    background-image: none !important;
}

.se-textfld.has-confirm input:-webkit-autofill:read-only, .se-textfld.has-confirm input:-webkit-autofill:read-only:hover, .se-textfld.has-confirm input:-webkit-autofill:read-only:focus, .se-textfld.has-confirm input:-webkit-autofill:read-only:active {
    -webkit-box-shadow: 0 0 1000px #e8eaed inset;
    box-shadow: 0 0 1000px #dedede inset;
    -webkit-text-fill-color: #303030;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.se-textfld.has-confirm input:-webkit-autofill:disabled, .se-textfld.has-confirm input:-webkit-autofill:disabled:hover, .se-textfld.has-confirm input:-webkit-autofill:disabled:focus, .se-textfld.has-confirm input:-webkit-autofill:disabled:active {
    -webkit-box-shadow: 0 0 1000px #e8eaed inset;
    box-shadow: 0 0 1000px #dedede inset;
    -webkit-text-fill-color: #888888;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.se-textfld.emp input {
    font-weight: bold;
}

.se-textfld.tar input {
    text-align: right;
}

/* ty-valid */
.se-textfld.ty-valid input.has-confirm:focus {
    border-color: #31C982;
}

.se-textfld.ty-valid input.ty-key.has-confirm {
    background-position: right 36px center;
}

/* keyframes */
@-webkit-keyframes autofillConfirm {
    0% {
        background-image: url("../../images/component/form/input_confrim.png");
    }

    100% {
        background-image: url("../../images/component/form/input_confrim.png");
    }
}

@keyframes autofillConfirm {
    0% {
        background-image: url("../../images/component/form/input_confrim.png");
    }

    100% {
        background-image: url("../../images/component/form/input_confrim.png");
    }
}

/* ty-tab01 */
.se-textfld.ty-tab01 input {
    padding-right: 42px;
}

.se-textfld.ty-tab01 .e-back {
    padding: 0 12px 0 6px;
}

.se-textfld .se-image-btn.btn-search {
    width: 34px;
    height: 34px;
    position: relative;
    /* background-image: url("../../images/icon/icon_search.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px; */
}

.se-textfld .se-image-btn.btn-search:after {
    font-family: "remixicon";
    content: '\F0D1';
    font-size: 16px;
    color: #888888;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 500;
}

/* ty-pw */
.se-textfld.ty-pw .e-masking {
    position: absolute;
    top: 50%;
    left: 26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
}

.se-textfld.ty-pw .e-masking .sign {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #A0A0A0;
}

.se-textfld.ty-pw .e-masking .sign + * {
    margin-left: 3px;
}

.se-textfld.ty-pw input:focus ~ .e-masking .sign {
    background-color: #303030;
}

/* ty-pw-all */
.se-textfld.ty-pw-all .e-masking {
    position: absolute;
    top: 50%;
    left: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
}

.se-textfld.ty-pw-all .e-masking .sign {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #A0A0A0;
}

.se-textfld.ty-pw-all .e-masking .sign + * {
    margin-left: 3px;
}

/* ty-row */
.se-textfld.ty-row label {
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
}

.se-textfld.ty-row input {
    padding-left: 110px;
}

.se-textfld.ty-row.va-idnum {
    position: relative;
}

.se-textfld.ty-row.va-idnum input {
    padding-right: 115px;
}

.se-textfld.ty-row.va-idnum .e-masking {
    position: absolute;
    top: 50%;
    left: 213px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 14px;
    font-size: 0;
}

.se-textfld.ty-row.va-idnum .e-masking:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 2px;
    border-radius: 10px;
    background-color: #A0A0A0;
}

.se-textfld.ty-row.va-idnum .e-masking .sign {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #303030;
}

.se-textfld.ty-row.va-idnum .e-masking .sign + * {
    margin-left: 3px;
}

/*
	ty-key
*/
.se-textfld input.ty-key {
    padding-right: 35px !important;
}

/* .se-textfld input.ty-key:-moz-read-only, .se-textfld input.ty-key:-moz-read-only:focus, .se-textfld input.ty-key:-moz-read-only:hover {
    border: 1px solid #e6e6e6;
    color: #303030;
    background-color: #fff;
}
.se-textfld input.ty-key:read-only, .se-textfld input.ty-key:read-only:focus, .se-textfld input.ty-key:read-only:hover {
    border: 1px solid #e6e6e6;
    color: #303030;
    background-color: #fff;
}
.se-textfld input.ty-key:disabled, .se-textfld input.ty-key:disabled:focus, .se-textfld input.ty-key:disabled:hover {
    border: 1px solid #e6e6e6;
    color: #303030;
    background-color: #fff;
}
.se-textfld input.ty-key.readonly, .se-textfld input.ty-key.readonly:focus, .se-textfld input.ty-key.readonly:hover {
    border-color: #E6E6E6;
    background-color: #e8eaed;
    -webkit-box-shadow: none;
            box-shadow: none;
} */
.se-textfld input.ty-key.disabled, .se-textfld input.ty-key.disabled:focus, .se-textfld input.ty-key.disabled:hover {
    border-color: #e8eaed;
    background-color: #e8eaed;
    color: #888888;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*---------------------------------------------
	#textarea #텍스트에어리어
---------------------------------------------*/
/*
    reset
*/
.se-textarea {
    display: block;
    width: 100%;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.se-textarea textarea {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    outline: none !important;
}

/*
	default
*/
.se-textarea textarea {
    /* height: 150px; */
    padding: 20px;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    background-color: #fff;
    line-height: 150%;
}

.se-textarea textarea::-webkit-input-placeholder {
    color: #A0A0A0;
}

.se-textarea textarea::-moz-placeholder {
    color: #A0A0A0;
}

.se-textarea textarea:-ms-input-placeholder {
    color: #A0A0A0;
}

.se-textarea textarea::-ms-input-placeholder {
    color: #A0A0A0;
}

.se-textarea textarea::placeholder {
    color: #A0A0A0;
}

.se-textarea textarea:-moz-read-only, .se-textarea textarea:-moz-read-only:focus, .se-textarea textarea:-moz-read-only:hover {
    border-color: #E6E6E6;
    background-color: #e8eaed;
    box-shadow: none;
}

.se-textarea textarea:read-only, .se-textarea textarea:read-only:focus, .se-textarea textarea:read-only:hover {
    border-color: #E6E6E6;
    background-color: #e8eaed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.se-textarea textarea:disabled, .se-textarea textarea:disabled:focus, .se-textarea textarea:disabled:hover {
    border-color: #D0D0D0;
    background-color: #e8eaed;
    color: #888888;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.se-textarea textarea:disabled::-webkit-input-placeholder, .se-textarea textarea:disabled:focus::-webkit-input-placeholder, .se-textarea textarea:disabled:hover::-webkit-input-placeholder {
    color: #888888;
}

.se-textarea textarea:disabled::-moz-placeholder, .se-textarea textarea:disabled:focus::-moz-placeholder, .se-textarea textarea:disabled:hover::-moz-placeholder {
    color: #888888;
}

.se-textarea textarea:disabled:-ms-input-placeholder, .se-textarea textarea:disabled:focus:-ms-input-placeholder, .se-textarea textarea:disabled:hover:-ms-input-placeholder {
    color: #888888;
}

.se-textarea textarea:disabled::-ms-input-placeholder, .se-textarea textarea:disabled:focus::-ms-input-placeholder, .se-textarea textarea:disabled:hover::-ms-input-placeholder {
    color: #888888;
}

.se-textarea textarea:disabled::placeholder, .se-textarea textarea:disabled:focus::placeholder, .se-textarea textarea:disabled:hover::placeholder {
    color: #888888;
}

.se-textarea textarea.has-error, .se-textarea textarea.has-error:focus, .se-textarea textarea.has-error:hover {
    border-color: #F83838;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.se-textarea textarea:focus {
    border-color: var(--blackColor2);
}

.se-textarea textarea:hover {
    border-color: var(--blackColor2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/*---------------------------------------------
	#date #데이트
---------------------------------------------*/
/*
    reset
*/
.se-date {
    display: inline-block;
    width: 100%;
}

.se-date input {
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
}

.se-date input::-ms-clear, .se-date input::-ms-reveal {
    display: none;
}

.se-date input::-webkit-datetime-edit {
    _-webkit-appearance: none;
    opacity: 0.01;
}

.se-date input::-webkit-date-and-time-value {
    text-align: left;
    margin: 0px;
}

.se-date input::-webkit-inner-spin-button, .se-date input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
}

/*
	default
*/
.se-date input {
    height: 48px;
    line-height: 48px;
    padding-left: 20px !important;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    background-color: var(--whiteColor);
    position: relative;
    padding-right: 30px;
    background-image: url("../../images/component/form/date.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 15px center;
}

.se-date input:before {
    content: attr(placeholder);
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    color: #A0A0A0;
}

.se-date-grey input {
    background-color: #e8eaed !important;
}

.se-date input::-webkit-calendar-picker-indicator {
    height: 100%;
    padding-left: 50%;
}

.se-date input::-webkit-input-placeholder {
    color: #A0A0A0;
}

.se-date input::-moz-placeholder {
    color: #A0A0A0;
}

.se-date input:-ms-input-placeholder {
    color: #A0A0A0;
}

.se-date input::-ms-input-placeholder {
    color: #A0A0A0;
}

.se-date input::placeholder {
    color: #A0A0A0;
}

.se-date input:-moz-read-only, .se-date input:-moz-read-only:focus, .se-date input:-moz-read-only:hover {
    border-color: #E6E6E6;
    background-color: #e8eaed;
    box-shadow: none;
    background-image: url("../../images/component/form/date_dis.svg");
}

.se-date input:read-only, .se-date input:read-only:focus, .se-date input:read-only:hover {
    border-color: #E6E6E6;
    background-color: #e8eaed;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url("../../images/component/form/date_dis.svg");
}

.se-date input:-moz-read-only:before, .se-date input:-moz-read-only:focus:before, .se-date input:-moz-read-only:hover:before {
    color: #303030;
}

.se-date input:read-only:before, .se-date input:read-only:focus:before, .se-date input:read-only:hover:before {
    color: #303030;
}

.se-date input:disabled, .se-date input:disabled:focus, .se-date input:disabled:hover {
    border-color: #D0D0D0 !important;
    background-color: #f4f4f4;
    color: var(--txtColor);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url("../../images/component/form/date_dis.svg");
}

.se-date input:disabled:before, .se-date input:disabled:focus:before, .se-date input:disabled:hover:before {
    color: var(--txtColor);
}

.se-date input:focus {
    border-color: var(--blackColor2);
}

.se-date input:focus:before {
    color: #303030;
}

.se-date input:hover {
    border-color: var(--blackColor2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.se-date input.has-error, .se-date input.has-error:focus, .se-date input.has-error:hover {
    border-color: #F83838;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.se-date input.has-val::-webkit-datetime-edit {
    opacity: 1;
}

.se-date input.has-val:before {
    display: none;
}

/*
	datepicker
*/
.ui-datepicker {
	display:none;
    width: 325px;
    margin-top: 10px;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    /* border: 1px solid #E6E6E6; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
	background: #EEF2F7;
	border:1px solid #D6E0EB;
}

.ui-datepicker-header {
    position: relative;
    display: table;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.ui-datepicker-header .ui-datepicker-title {
    font-size: 18px;
    font-weight: bold;
    color: #1E2124;
}

.ui-datepicker-header .ui-datepicker-title > * {
    font-size: 16px;
    font-weight: 700;
    color: #1E2124;
}

.ui-datepicker-header .ui-datepicker-title > *:after {
    font-size: 16px;
    font-weight: 700;
    color: #1E2124;
}

.ui-datepicker-header select {
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.ui-datepicker-header select::-ms-expand {
    display: none;
}

.ui-datepicker-header select:disabled {
    cursor: default;
}

.ui-datepicker-header .ui-datepicker-month {
    background-color: transparent;
    margin-left: 6px;
    border: none;
}

.ui-datepicker-header .ui-datepicker-year {
    background-color: transparent;
    border: none;
}

.ui-datepicker-header .ui-datepicker-year option, .ui-datepicker-header .ui-datepicker-month option {
    background-color: #fff;
    color: #303030;
}

.ui-datepicker-header a {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
	border-radius:100%;
	border:1px solid #CDD1D5;
    cursor: pointer;
}

.ui-datepicker-header a .ui-icon {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    border: 0;
    width: 1px;
    height: 1px;
    font-size: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-datepicker-header .ui-datepicker-prev {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    left: 60px;
    background-image: url("../../images/component/form/btn_prev_month.png");
    background-size: 20px;
}

.ui-datepicker-header .ui-datepicker-next {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    right: 60px;
    background-image: url("../../images/component/form/btn_next_month.png");
    background-size: 20px;
}

.ui-datepicker-header .prev-year {
    left: 20px;
    background: url("../../images/component/form/btn_prev_year.png") no-repeat center;
    background-size: 20px auto;
}

.ui-datepicker-header .next-year {
    right: 20px;
    background: url("../../images/component/form/btn_next_year.png") no-repeat center;
    background-size: 20px auto;
}

.ui-datepicker-calendar {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead tr th, .ui-datepicker-calendar tbody tr td {
    border: none;
    text-align: center;
}

.ui-datepicker-calendar tbody tr:last-child td {
    border-bottom: none;
}

.ui-datepicker-calendar thead tr th {
    padding-top: 12px;
    padding-bottom: 12px;
}

.ui-datepicker-calendar thead tr th:first-child, .ui-datepicker-calendar tbody tr td:first-child {
    padding-left: 10px;
}

.ui-datepicker-calendar thead tr th:last-child, .ui-datepicker-calendar tbody tr td:last-child {
    padding-right: 10px;
}

.ui-datepicker-calendar tbody tr td > a, .ui-datepicker-calendar tbody tr td > span {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.ui-datepicker-calendar tbody tr td > span {
    color: #aaaaaa;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--blackColor2);
}

.ui-datepicker-calendar thead tr th:first-child span {
    color: #FF6059;
}

.ui-datepicker-calendar thead tr th:last-child span {
    color: #407AFF;
}

.ui-datepicker-calendar tbody tr td {
    position: relative;
    _padding: 11px 0;
}

.ui-datepicker-calendar tbody tr td > * {
    display: block;
    font-size: 13px;
    color: var(--blackColor1);
}

.ui-datepicker-calendar tbody tr:last-child td {
    padding-bottom: 25px;
}

.ui-datepicker-calendar tbody tr td.ui-datepicker-other-month span {
    color: #D0D0D0;
}

.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
    position: relative;
    color: var(--whiteColor) !important;
}

.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
	color: var(--whiteColor);
    background-color: var(--primaryColor);
}

.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    background: var(--whiteColor);
    font-weight: 700;
    color: #1E2124;
    border-radius: 50%;
}

.ui-datepicker-calendar tbody tr td.ui-datepicker-today a:after{
	content:'';
	position:absolute;
	width:4px;
	height:4px;
	border-radius:100%;
	background:#D63D4A;
	bottom:6px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	z-index:5;
}

.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day.ui-datepicker-today a:after{
	background:var(--whiteColor);	
}

.ui-datepicker-buttonpane{
	padding:16px 20px;
	background:var(--whiteColor);
	display:flex;
	align-items: center;
    justify-content: space-between;
}

.ui-datepicker-current{
	background:transparent;
}

.ui-datepicker-close{
	padding:8px 10px;
	border:1px solid #D7D7D7;
	border-radius:8px;
	background:var(--whiteColor);
}



/*---------------------------------------------
	#select #셀렉트
---------------------------------------------*/
/*
	reset
*/
.se-select {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.se-select select {
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    outline: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.se-select select::-ms-expand {
    display: none;
}

.se-select select:disabled {
    cursor: default;
}

/*
	default
*/
.se-select select {
    height: 48px;
    padding: 0 42px 0 20px;
    padding-left: 20px !important;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("../../images/component/form/select_arrow.svg");
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: right 18px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444444;
}

.se-select select:invalid {
    color: #A0A0A0;
}

.se-select select:disabled, .se-select select:disabled:focus, .se-select select:disabled:hover {
    border-color: #D0D0D0 !important;
    background-color: #e8eaed;
    background-image: url("../../images/component/form/select_dis_arrow.png");
    color: #888888;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.se-select select:disabled.readonly, .se-select select:disabled:focus.readonly, .se-select select:disabled:hover.readonly {
    border-color: #D0D0D0 !important;
    background-color: #e8eaed;
    background-image: url("../../images/component/form/select_arrow.svg");
}

.se-select select:focus {
    border-color: var(--blackColor2);
    background-image: url("../../images/component/form/select_arrow_up.svg");
}

.se-select select:hover {
    border-color: var(--blackColor2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* .se-select select option {
    font-size: 13px;
} */
.se-select.emp select {
    font-weight: 700;
}

/*
	search
*/
.se-search-fld {
    display: inline-block;
    width: 100%;
}

.se-search-fld input {
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    outline: none !important;
}

.se-search-fld input::-ms-clear, .se-search-fld input::-ms-reveal {
    display: none;
}

.se-search-fld input[type=number] {
    -moz-appearance: textfield;
}

.se-search-fld input[type=number]::-webkit-outer-spin-button, .se-search-fld input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.se-search-fld {
    position: relative;
    width: 600px;
}

.se-search-fld input {
    height: 70px;
    line-height: 70px;
    padding: 0 40px 0 0;
    border: none;
    border-bottom: 2px solid #303030;
    border-radius: 0;
    background-color: transparent;
    font-size: 24px;
    font-weight: bold;
}

.se-search-fld input::-webkit-input-placeholder {
    font-weight: 600;
    color: #A0A0A0;
}

.se-search-fld input::-moz-placeholder {
    font-weight: 600;
    color: #A0A0A0;
}

.se-search-fld input:-ms-input-placeholder {
    font-weight: 600;
    color: #A0A0A0;
}

.se-search-fld input::-ms-input-placeholder {
    font-weight: 600;
    color: #A0A0A0;
}

.se-search-fld input::placeholder {
    font-weight: 600;
    color: #A0A0A0;
}

.se-search-fld input:focus {
    border-bottom-color: #FFCC00;
}

.se-search-fld .e-back {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 0;
}

.se-search-fld .e-back > * {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
}

.se-search-fld .se-btn.btn-search {
    width: 40px;
    height: 34px;
    background-image: url("../../images/icon/icon_total_search.png");
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: center center;
}

/*---------------------------------------------
	#formset #폼셋 #폼세트
---------------------------------------------*/
/*
	sp-formgrid
*/
.sp-formgrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 8px);
    margin: 0 -4px;
}

.sp-formgrid > * {
    margin: 0 4px;
}

.sp-formgrid .p-col {
    width: 100%;
}

.sp-formgrid .p-col.sz-fix {
    width: 420px;
}

.sp-formgrid .p-col.sz-s {
    min-width: 200px;
    width: 200px;
}

.sp-formgrid .p-col.sz-xs {
    min-width: 120px;
    width: 120px;
}

.sp-formgrid .p-col-1 {
    width: 8.333%;
}

.sp-formgrid .p-col-2 {
    width: 16.666%;
}

.sp-formgrid .p-col-3 {
    width: 24.999%;
}

.sp-formgrid .p-col-4 {
    width: 33.332%;
}

.sp-formgrid .p-col-5 {
    width: 41.665%;
}

.sp-formgrid .p-col-6 {
    width: 49.998%;
}

.sp-formgrid .p-col-7 {
    width: 58.331%;
}

.sp-formgrid .p-col-8 {
    width: 66.664%;
}

.sp-formgrid .p-col-9 {
    width: 74.997%;
}

.sp-formgrid .p-col-10 {
    width: 83.33%;
}

.sp-formgrid .p-col-11 {
    width: 91.663%;
}

.sp-formgrid .p-col-12 {
    width: 99.996%;
}

.sp-formgrid .p-sign {
    width: auto;
}

.sp-formgrid .p-sign.va-hypen:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 2px;
    border-radius: 10px;
    background-color: #A0A0A0;
    vertical-align: middle;
}

/*
	sp-formset
*/
.sp-formset {
    margin-top: 8px;
}

.sp-formset .p-msg {
    margin-top: 10px;
    position: relative;
    padding-left: 7px;
    font-size: 13px;
    color: #707070;
}

.sp-formset .p-msg:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #707070;
}

.sp-formset .p-error-msg {
    margin-top: 10px;
    position: relative;
    padding-left: 17px;
    font-size: 13px;
    color: #F83838;
}

.sp-formset .p-error-msg:before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url("../../images/component/form/input_error.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.sp-formset .p-confirm-msg {
    margin-top: 10px;
    font-size: 13px;
    color: #0AB264;
}

.sp-formset .se-textarea .p-msg, .sp-formset .se-textarea .p-error-msg {
    margin-top: 5px;
}

.sp-formset.sz-fix > * {
    width: 420px;
    vertical-align: middle;
}

.sp-formset.sz-fix .p-msg, .sp-formset.sz-fix .p-error-msg {
    width: 100%;
}

.sp-formset.sz-fix-inline {
    display: inline-block;
    width: 420px;
    vertical-align: middle;
}

.sp-formset.sz-fix-inline + .se-chkbx, .sp-formset.sz-fix-inline + .se-radio {
    margin-left: 4px;
    vertical-align: middle;
}

.sp-formset:first-child {
    margin-top: 0;
}

/* ty-btn */
.sp-formset.ty-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.sp-formset.ty-btn .side-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    margin-left: auto;
}

.sp-formset.ty-btn .side-btn .se-btn {
    margin-left: 10px;
}

/* ty-btnset */
.sp-formset.ty-btnset .sp-btnset {
    margin-top: 10px;
}

/* ty-tel */
.sp-formset.ty-tel {
    width: 420px;
}

.sp-formset.ty-tel .p-col:first-child {
    min-width: 160px;
    width: 160px;
    white-space: nowrap;
}

.sp-formset.ty-tel .p-col:nth-child(3) {
    width: auto;
}

.sp-formset.ty-tel .p-col:last-child {
    width: auto;
}

.sp-formset.ty-tel .p-sign {
    font-size: 15px;
}

.sp-formset.ty-tel .p-sign:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 2px;
    border-radius: 10px;
    background-color: #A0A0A0;
    vertical-align: middle;
}

/* ty-card */
.sp-formset.ty-card {
    width: 420px;
}

.sp-formset.ty-card .p-sign {
    font-size: 15px;
}

.sp-formset.ty-card .p-sign:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 2px;
    border-radius: 10px;
    background-color: #A0A0A0;
    vertical-align: middle;
}

.sp-formset.ty-card .se-textfld input {
    text-align: center;
}

/* ty-idnum */
.sp-formset.ty-idnum {
    width: 420px;
}

.sp-formset.ty-idnum .p-sign {
    font-size: 15px;
}

.sp-formset.ty-idnum .p-sign:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 2px;
    border-radius: 10px;
    background-color: #A0A0A0;
    vertical-align: middle;
}

/* ty-account */
.sp-formset.ty-account .sp-formgrid {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sp-formset.ty-account .sp-formgrid .p-col:first-child {
    min-width: 160px;
    width: 160px;
}

.sp-formset.ty-account .sp-formgrid .p-col {
    min-width: 252px;
    width: 252px;
}

.sp-formset.ty-account .sp-formgrid .p-col-btn {
    padding-left: 2px;
}

.sp-formset.ty-account .sp-formgrid .p-col-btn .se-btn + .se-btn {
    margin-left: 6px;
}

/* ty-corpnum */
.sp-formset.ty-corpnum {
    width: 420px;
}

.sp-formset.ty-corpnum .p-col:first-child {
    width: 33.332%;
}

.sp-formset.ty-corpnum .p-col:nth-child(3) {
    width: 24.999%;
}

.sp-formset.ty-corpnum .p-col:last-child {
    width: 41.665%;
}

.sp-formset.ty-corpnum .p-sign {
    font-size: 15px;
}

.sp-formset.ty-corpnum .p-sign:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 2px;
    border-radius: 10px;
    background-color: #A0A0A0;
    vertical-align: middle;
}

.sp-formset.ty-corpnum .se-textfld input {
    text-align: center;
}

/* ty-mail */
.sp-formset.ty-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sp-formset.ty-mail .sp-formgrid {
    width: auto;
}

.sp-formset.ty-mail .sp-formgrid .p-col:first-child {
    width: auto;
}

.sp-formset.ty-mail .sp-formgrid .p-col:first-child .se-textfld {
    width: 160px;
}

.sp-formset.ty-mail .sp-formgrid .p-col:last-child {
    width: auto;
}

.sp-formset.ty-mail .sp-formgrid .p-col:last-child .se-select {
    width: 230px;
    margin-right: 4px;
}

.sp-formset.ty-mail .sp-formgrid .p-col:last-child .se-textfld {
    width: 230px;
    margin-right: 4px;
}

.sp-formset.ty-mail .sp-formgrid .p-sign {
    font-size: 15px;
}

.sp-formset.ty-mail.va-chk {
    display: block;
}

.sp-formset.ty-mail.va-chk .sp-formgrid .p-col {
    width: auto;
}

.sp-formset.ty-mail.va-chk .sp-formgrid .p-col .se-select, .sp-formset.ty-mail.va-chk .sp-formgrid .p-col .se-textfld {
    width: 230px;
    margin-right: 4px;
    vertical-align: middle;
}

.sp-formset.ty-mail.va-chk .sp-formgrid .p-col:first-child .se-textfld {
    width: 160px;
}

.sp-formset.ty-mail.va-chk .chk-btn {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.sp-formset.ty-mail.sz-full {
    width: 100%;
}

.sp-formset.ty-mail.sz-full .sp-formgrid {
    width: 100%;
}

.sp-formset.ty-mail.sz-full .sp-formgrid .p-col:last-child {
    width: 100%;
}

.sp-formset.ty-mail.sz-full .sp-formgrid .p-col:last-child .se-textfld {
    width: calc(100% - 168px);
}

.popup-contents .sp-formset.ty-mail {
    width: 100%;
}

.popup-contents .sp-formset.ty-mail .sp-formgrid {
    width: 100%;
}

.popup-contents .sp-formset.ty-mail .sp-formgrid .p-col:last-child {
    width: 100%;
}

.popup-contents .sp-formset.ty-mail .sp-formgrid .p-col:last-child .se-select {
    width: 165px;
}

.popup-contents .sp-formset.ty-mail .sp-formgrid .p-col:last-child .se-textfld {
    width: calc(100% - 177px);
}

/* ty-address */
.sp-formset.ty-address .p-col:first-child {
    min-width: 230px;
    width: 230px;
}

.sp-formset.ty-address .sp-formgrid + .se-textfld, .sp-formset.ty-address .sp-formgrid + .sp-formgrid {
    margin-top: 10px;
}

/*
	sp-formbtn
*/
.sp-formbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 8px;
    font-size: 0;
}

.sp-formbtn .sp-formset {
    width: 100%;
}

.sp-formbtn .sp-formset.sz-fix, .sp-formbtn .sp-formset.ty-idnum, .sp-formbtn .sp-formset.ty-corpnum, .sp-formbtn .sp-formset.ty-card, .sp-formbtn .sp-formset.ty-tel {
    width: 420px;
}

.sp-formbtn > .se-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex: 0 0 auto;
    white-space: nowrap;
    margin-left: 10px;
}

.sp-formbtn .pw {
    margin-top: 10px;
    font-size: 15px;
}

.sp-formbtn:first-child {
    margin-top: 0;
}

.sp-formbtn.sz-fix {
    width: 420px;
}

.sp-formbtn.sz-fix .sp-formset {
    -webkit-box-flex: 1;
    flex: 1 1 0;
    -ms-flex: 1;
    width: 100%;
}

/*---------------------------------------------
	#formtab #폼탭
---------------------------------------------*/
/* 
	reset 
*/
.sp-formtab {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* reset override */
.sp-formtab .se-radio, .sp-formtab .se-chkbx {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
}

.sp-formtab .se-radio input[type=radio], .sp-formtab .se-radio input[type=checkbox], .sp-formtab .se-chkbx input[type=radio], .sp-formtab .se-chkbx input[type=checkbox] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background-image: none;
    background-color: transparent;
    border: none;
}

.sp-formtab .se-radio input[type=radio]:checked, .sp-formtab .se-radio input[type=radio]:disabled, .sp-formtab .se-radio input[type=radio]:checked:disabled, .sp-formtab .se-radio input[type=checkbox]:checked, .sp-formtab .se-radio input[type=checkbox]:disabled, .sp-formtab .se-radio input[type=checkbox]:checked:disabled, .sp-formtab .se-chkbx input[type=radio]:checked, .sp-formtab .se-chkbx input[type=radio]:disabled, .sp-formtab .se-chkbx input[type=radio]:checked:disabled, .sp-formtab .se-chkbx input[type=checkbox]:checked, .sp-formtab .se-chkbx input[type=checkbox]:disabled, .sp-formtab .se-chkbx input[type=checkbox]:checked:disabled {
    border: none;
    background-image: none;
    background-color: transparent;
}

.sp-formtab .se-radio label, .sp-formtab .se-chkbx label {
    margin-left: 0;
}

/*
	default
*/
.sp-formtab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sp-formtab .se-radio input + label, .sp-formtab .se-chkbx input + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 34px;
    padding: 11px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    font-size: 14px;
    color: #707070;
}

.sp-formtab .se-radio input + label:before, .sp-formtab .se-chkbx input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    border-radius: 8px;
    background-color: #F0F0F0;
}

.sp-formtab .se-radio input:checked + label, .sp-formtab .se-chkbx input:checked + label {
    font-weight: 600;
    background-color: #303030;
    border-color: #303030;
    color: #FFFFFF;
}

.sp-formtab .se-radio input:checked + label:before, .sp-formtab .se-chkbx input:checked + label:before {
    content: none;
}

.sp-formtab .se-radio:first-child label, .sp-formtab .se-chkbx:first-child label {
    border-left: 1px solid #E6E6E6;
    border-radius: 8px 0 0 8px;
}

.sp-formtab .se-radio:first-child label:before, .sp-formtab .se-chkbx:first-child label:before {
    content: none;
}

.sp-formtab .se-radio:last-child label, .sp-formtab .se-chkbx:last-child label {
    border-right: 1px solid #E6E6E6;
    border-radius: 0 8px 8px 0;
}

.sp-formtab.sz-fix {
    width: 420px;
}

/*---------------------------------------------
	#checkbox #체크박스
---------------------------------------------*/
/*
	reset
*/
.se-chkbx {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.se-chkbx input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}

.se-chkbx input::-ms-check {
    visibility: hidden;
}

.se-chkbx label {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* cursor: pointer; */
}

.se-chkbx input:disabled, .se-chkbx input:disabled + label {
    cursor: default;
}

/*
	default
*/
.se-chkbx {
    position: relative;
    min-height: 24px;
    margin-right: 27px;
    vertical-align: top;
}

.se-chkbx input[type=checkbox] {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../../images/component/form/chkbx.svg");
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.se-chkbx.sz-chkbx input[type=checkbox] {
    position: absolute;
    top: 2px;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url("../../images/component/form/chkbx.svg");
    background-position: center center;
    background-size: 19px;
    background-repeat: no-repeat;
}

.se-chkbx.sz-chkbx input[type=checkbox]:checked {
    background-image: url("../../images/component/form/chkbx_on.svg");
}

.se-chkbx.sz-chkbx input[type=checkbox]:disabled {
    background-image: url("../../images/component/form/chkbx_dis.svg");
}

.se-chkbx.sz-chkbx input[type=checkbox]:checked:disabled {
    background-image: url("../../images/component/form/chkbx_on_dis.svg");
}

.se-chkbx.sz-chkbx label {
    margin-top: 1px;
    line-height: 22px;
}

.se-chkbx input[type=checkbox]:checked {
    background-image: url("../../images/component/form/chkbx_on.svg");
}

.se-chkbx input[type=checkbox]:disabled {
    background-image: url("../../images/component/form/chkbx_dis.svg");
}

.se-chkbx input[type=checkbox]:disabled + label {
    color: #888888;
}

.se-chkbx input[type=checkbox]:checked:disabled {
    background-image: url("../../images/component/form/chkbx_on_dis.svg");
}

.se-chkbx input[type=checkbox]::-ms-check {
    border: 1px solid #A0A0A0;
}

.se-chkbx label {
    padding-left: 32px;
    vertical-align: top;
    margin-top: 0;
    line-height: 24px;
    cursor: pointer;
}

.se-chkbx:last-child {
    margin-right: 0;
}

/* ty-sub */
.se-chkbx.ty-sub input[type=checkbox] {
    border: none;
    background-color: transparent;
    background-image: url("../../images/component/form/chkbx_01_off.png");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.se-chkbx.ty-sub input[type=checkbox]:checked {
    background-image: url("../../images/component/form/chkbx_01_on.png");
}

.se-chkbx.ty-sub input[type=checkbox]:disabled {
    background-image: url("../../images/component/form/chkbx_01_off_dis.png");
}

.se-chkbx.ty-sub input[type=checkbox]:checked:disabled {
    background-image: url("../../images/component/form/chkbx_01_on_dis.png");
}

.se-chkbx.ty-sub label {
    font-size: 16px;
}

/* ty-etc */
.se-chkbx.ty-etc {
    padding-left: 0;
    font-size: 0;
}

.se-chkbx.ty-etc input[type=checkbox] {
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: url("../../images/component/form/chkbx_etc_off.png");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.se-chkbx.ty-etc input[type=checkbox] + label {
    margin: 0;
    padding-left: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.se-chkbx.ty-etc input[type=checkbox]:checked {
    border-color: transparent;
    background-color: transparent;
    background-image: url("../../images/component/form/chkbx_etc_on.png");
}

.se-chkbx.ty-etc input[type=checkbox]:checked + label {
    color: rgb(255, 255, 255);
}

.se-chkbx input[type=checkbox]:checked + label {
    color: var(--blackColor1);
}

/*---------------------------------------------
	#radio #라디오
---------------------------------------------*/
/*
	reset
*/
.se-radio {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.se-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}

.se-radio input::-ms-check {
    visibility: hidden;
}

.se-radio label {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.se-radio input:disabled, .se-radio input:disabled + label {
    cursor: default;
}

/*
	default 
*/
.se-radio {
    position: relative;
    min-width: 24px;
    min-height: 24px;
    margin-right: 16px;
    vertical-align: top;
}

.se-radio input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../../images/component/form/radio.svg");
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.se-radio input[type=radio]:checked {
    background-image: url("../../images/component/form/radio_on.svg");
}

.se-radio input[type=radio]:disabled {
    background-image: url("../../images/component/form/radio_dis.svg");
}

.se-radio input[type=radio]:checked:disabled {
    background-image: url("../../images/component/form/radio_on_dis.svg");
}

.se-radio label {
    padding-left: 32px;
    vertical-align: top;
    margin-top: 0;
    line-height: 20px;
    /* font-weight:700; */
}

.se-radio:last-child {
    margin-right: 0;
}

.se-radio input[type=radio]:checked + label {
    color: var(--blackColor1);
}

/*
	sp-checkset
*/
.sp-checkset .se-radio, .sp-checkset .se-chkbx {
    margin-right: 27px;
}

.sp-checkset .se-radio input, .sp-checkset .se-chkbx input {
    margin-top: -1px;
}

.sp-checkset .se-radio:last-child, .sp-checkset .se-chkbx:last-child {
    margin-right: 0;
}

.sp-checkset.space-x-s .se-radio, .sp-checkset.space-x-s .se-chkbx {
    margin-right: 20px;
}

/*---------------------------------------------
	#switch #스위치
---------------------------------------------*/
/*
	reset 
*/
.se-switch input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

/*
	default
*/
.se-switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 18px;
}

.se-switch input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 18px;
    border-radius: 30px;
    background-color: #929292;
    -webkit-transition: 200ms;
    transition: 200ms;
    cursor: pointer;
}

.se-switch input[type=checkbox]:checked {
    background-color: #423630;
}

.se-switch input[type=checkbox]:checked + label {
    left: 20px;
    background-color: var(--whiteColor);
}

.se-switch label {
    position: absolute;
    left: 5px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-transition: 200ms;
    transition: 200ms;
    cursor: pointer;
}

/*---------------------------------------------
	#table #테이블
---------------------------------------------*/
/*
    default
*/
.sp-tbl {
    width: 100%;
}

.sp-tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.sp-tbl table caption {
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    margin-top: -1px;
    padding: 0;
    line-height: 0;
    border: 0;
    font-size: 0;
}

.sp-tbl table th {
    font-size: 15px;
    font-weight: normal;
    color: #707070;
}

.sp-tbl table th .sp-tooltip {
    margin-top: -2px;
}

.sp-tbl table td {
    font-size: 15px;
    color: #303030;
}

.sp-tbl table td.after {
    background-color: #EAEFFD;
    font-weight: bold;
    color: #303030;
}

.sp-tbl table .se-btn.btn-tbl {
    margin-top: -1px;
    margin-left: 6px;
}

.sp-tbl table .terms-pack.ty-box {
    margin-top: 10px;
}

.sp-tbl table .terms-pack.ty-box .terms-body .inner {
    padding-bottom: 7px;
}

.sp-tbl ul.sp-bullet-nor {
    margin-top: 0;
}

.sp-tbl ul.sp-bullet-nor > li + li {
    margin-top: 2px;
}

.sp-tbl ul.sp-bullet-nor .sub-text {
    margin-top: 2px;
}

.sp-tbl.space-s {
    margin-top: 20px;
}

.sp-tbl.space-l {
    margin-top: 50px;
}

/* ty-list */
.sp-tbl.ty-list {
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid var(--blackColor2);
    border-bottom: 1px solid #A0A0A0;
}

.sp-tbl.ty-list table tbody tr th {
    padding: 12px 35px 11px;
    vertical-align: top;
    text-align: left;
}

.sp-tbl.ty-list table tbody tr th .req {
    position: relative;
}

.sp-tbl.ty-list table tbody tr th .req:before {
    content: "*";
    position: absolute;
    right: -10px;
    top: 0;
    color: #707070;
}

.sp-tbl.ty-list table tbody tr td {
    padding: 5px 20px 5px 0;
}

.sp-tbl.ty-list table tbody tr td > .se-btn.btn-solid {
    margin-left: 4px;
}

.sp-tbl.ty-list table tbody tr td .sp-checkset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.sp-tbl.ty-list table tbody tr td .sp-checkset:first-child {
    margin-top: 0;
}

.sp-tbl.ty-list .fix-box {
    width: 420px;
    padding-right: 12px;
}

.sp-tbl.ty-list .fix-box.ty-01 {
    width: 360px;
    padding-right: 35px;
}

/* ty-view */
.sp-tbl.ty-view {
    border-top: 1px solid var(--blackColor2);
}

.sp-tbl.ty-view table thead tr {
    border-bottom: 1px solid #E2E2E2;
}

.sp-tbl.ty-view table tbody tr:last-child {
    border-bottom: 1px solid #A0A0A0;
}

.sp-tbl.ty-view table th {
    padding: 20px;
    text-align: center;
}

.sp-tbl.ty-view table td {
    padding: 20px;
    text-align: center;
}

.sp-tbl.ty-view.ty-01 {
    margin-top: 20px;
}

.sp-tbl.ty-view.ty-01 table tr th {
    padding: 20px 15px;
}

.sp-tbl.ty-view.ty-01 table tr td {
    padding: 20px 15px;
    border-bottom: 1px solid #E2E2E2;
}

.sp-tbl.ty-view.ty-01 table tr:last-child td {
    border-bottom: none;
}

/* ty-verti */
.sp-tbl.ty-verti {
    border-top: 1px solid var(--blackColor2);
}

.sp-tbl.ty-verti table thead tr {
    border-bottom: 1px solid #E2E2E2;
}

.sp-tbl.ty-verti table tbody tr {
    border-bottom: 1px solid #E2E2E2;
}

.sp-tbl.ty-verti table tbody tr:last-child {
    border-bottom: 1px solid #A0A0A0;
}

.sp-tbl.ty-verti table tbody tr.border-nor:last-child {
    border-bottom: 1px solid #E2E2E2;
}

.sp-tbl.ty-verti table tbody th {
    text-align: left;
    vertical-align: middle;
}

.sp-tbl.ty-verti table tfoot tr {
    border-bottom: 1px solid #E2E2E2;
}

.sp-tbl.ty-verti table tfoot tr:last-child {
    border-bottom: 1px solid #A0A0A0;
}

.sp-tbl.ty-verti table th {
    padding: 16px 35px 15px;
    font-size: 15px;
    color: #707070;
}

.sp-tbl.ty-verti table td {
    padding: 16px 35px 15px;
    font-size: 16px;
    text-align: right;
}

.sp-tbl.ty-verti table td .text {
    font-size: 15px;
}

.sp-tbl.ty-verti table td .text .link {
    text-decoration: underline;
    color: #ee5700;
}

.sp-tbl.ty-verti table td .text.space-n {
    margin-top: 20px;
}

.sp-tbl.ty-verti table td.clr-06 {
    color: #0AB264;
}

.sp-tbl.ty-verti.tal table th, .sp-tbl.ty-verti.tal table td {
    text-align: left;
}

.sp-tbl.ty-verti.tac table th, .sp-tbl.ty-verti.tac table td {
    text-align: center;
}

.sp-tbl.ty-verti .fix-box {
    width: 420px;
    padding-right: 12px;
}

.sp-tbl.ty-verti .fix-box.ty-01 {
    width: 290px;
    padding-right: 0;
}

.sp-tbl.ty-verti.va-max-h table thead th {
    padding-right: 10px;
    padding-left: 10px;
}

.sp-tbl.ty-verti.va-max-h table tbody th {
    padding-right: 10px;
    padding-left: 10px;
}

.sp-tbl.ty-verti.va-max-h table tbody td {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
}

.sp-tbl.ty-verti.va-max-h table tbody td .val {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ty-mix */
.sp-tbl.ty-mix {
    border-top: 1px solid var(--blackColor2);
    border-bottom: 1px solid #A0A0A0;
}

.sp-tbl.ty-mix table thead th {
    padding: 15px 35px 16px;
    border-left: 1px solid #E2E2E2;
    background-color: #F5F5F5;
}

.sp-tbl.ty-mix table thead th:last-child {
    border-right: 1px solid #E2E2E2;
}

.sp-tbl.ty-mix table thead th.after {
    background-color: #EAEFFD;
    font-weight: bold;
    color: #303030;
}

.sp-tbl.ty-mix table thead th.clr-01 {
    font-weight: bold;
    color: #303030;
    background-color: #EAEFFD;
}

.sp-tbl.ty-mix table thead + tbody tr:first-child {
    border-top: 1px solid #E2E2E2;
}

.sp-tbl.ty-mix table tbody th {
    padding: 15px 35px 16px;
    border-left: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    background-color: #F5F5F5;
}

.sp-tbl.ty-mix table tbody th.after {
    background-color: #EAEFFD;
    font-weight: bold;
    color: #303030;
}

.sp-tbl.ty-mix table tbody th.clr-01 {
    font-weight: bold;
    color: #303030;
    background-color: #EAEFFD;
}

.sp-tbl.ty-mix table tbody td {
    padding: 15px 35px 16px;
    border-left: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    font-size: 16px;
}

.sp-tbl.ty-mix table tbody td .sp-bullet {
    margin-top: 0;
}

.sp-tbl.ty-mix table tbody td .sp-bullet.ty-hypen-l > li + li {
    margin-top: 10px;
}

.sp-tbl.ty-mix table tbody td .text {
    margin-top: 2px;
}

.sp-tbl.ty-mix table tbody td .text:first-child {
    margin-top: 0;
}

.sp-tbl.ty-mix table tbody td.after {
    background-color: #F0F4FC;
}

.sp-tbl.ty-mix table tbody td.clr-01 {
    background-color: #F0F4FC;
}

.sp-tbl.ty-mix table tbody tr td:last-child, .sp-tbl.ty-mix table tbody tr th:last-child {
    border-right: 1px solid #E2E2E2;
}

.sp-tbl.ty-mix table tbody tr:first-child th, .sp-tbl.ty-mix table tbody tr:first-child td {
    border-top: none;
}

.sp-tbl.ty-mix table tbody tr:last-child th, .sp-tbl.ty-mix table tbody tr:last-child td {
    border-bottom: none;
}

.sp-tbl.ty-mix.va-s table thead th {
    padding: 15px 17px 16px;
}

.sp-tbl.ty-mix.va-s table tbody th {
    padding: 15px 17px 16px;
}

.sp-tbl.ty-mix.va-s table tbody td {
    padding: 15px 17px 16px;
}

/*
	tbl-info
*/
.tbl-info {
    margin-top: 15px;
}

/*
	tbl-bottom
*/
.tbl-bottom {
    margin-top: 20px;
}

.tbl-bottom ul.divide-detail-list {
    padding: 0 20px;
}

.tbl-bottom ul.data-list {
    width: 408px;
}

.tbl-bottom ul.data-list li .tit {
    color: #909090;
}

.tbl-bottom .col-right {
    font-size: 0;
}

.tbl-bottom .col-right .se-btn + .se-btn {
    margin-left: 10px;
}

/*
	tbl-add
*/
.tbl-add {
    margin-top: -1px;
    padding: 20px 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #A0A0A0;
}

.tbl-add ul.divide-detail-list {
    padding: 0 35px;
}

.tbl-add ul.divide-detail-list.ty-01 {
    padding: 0 35px;
}

.tbl-add ul.data-list {
    width: 408px;
}

.tbl-add ul.data-list li .tit {
    color: #909090;
}

.tbl-add .col-right {
    font-size: 0;
}

.tbl-add .col-right .se-btn + .se-btn {
    margin-left: 10px;
}

.tbl-add .intable {
    margin-top: -20px;
    margin-bottom: -20px;
}

.tbl-add .intable .head {
    border-bottom: 1px solid #E2E2E2;
}

.tbl-add .intable .head .row {
    padding: 12px 0;
}

.tbl-add .intable .head .row .col-right {
    font-size: 15px;
    color: #707070;
}

.tbl-add .intable .head .se-chkbx label {
    font-size: 15px;
    color: #707070;
}

.tbl-add .intable .body {
    padding: 10px 0;
}

.tbl-add .intable .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 408px;
    padding: 10px 0;
}

.tbl-add .intable .row .col-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    margin-left: auto;
    padding-left: 10px;
    font-size: 16px;
}

.tbl-add .intable.l-20per .head, .tbl-add .intable.l-20per .body {
    padding-left: 20%;
}

.tbl-add.l-20per {
    padding-left: 20%;
}

/*---------------------------------------------
	#board #보드 #게시판
---------------------------------------------*/
/*
    default
*/
.sp-brd {
    width: 100%;
}

.sp-brd table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #776C61;
    line-height: 1.2;
}

.sp-brd table caption {
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    margin-top: -1px;
    padding: 0;
    line-height: 0;
    border: 0;
    font-size: 0;
}

.sp-brd table thead tr {
    border-bottom: 1px solid #E2E2E2;
}

.sp-brd table thead tr th {
    padding: 18px 20px 19px;
    font-size: 15px;
    font-weight: normal;
    color: #707070;
}

.sp-brd table tbody tr {
    border-bottom: 1px solid #E2E2E2;
}

.sp-brd table tbody tr td {
    padding: 17.5px 20px 18px;
    text-align: center;
    font-size: 16px;
    color: #303030;
}

.sp-brd table tbody tr td.clr-06 {
    color: #0AB264;
}

.sp-brd table tbody tr td .state {
    font-weight: 600;
}

.sp-brd table tbody tr td .state.ing {
    color: #ee5700;
}

.sp-brd table tbody tr td .state.before {
    color: #707070;
}

.sp-brd table tbody tr td .state.end {
    color: #a0a0a0;
}

.sp-brd table tbody tr td .state.noti {
    color: #707070;
}

.sp-brd table tbody tr td .tit {
    font-size: 16px;
}

.sp-brd table tbody tr td .se-btn.btn-tbl {
    margin-top: -8px;
    margin-bottom: -8px;
}

.sp-brd table tbody tr.pin {
    background-color: #F0F4FC;
}

.sp-brd table tbody tr:last-child {
    border-color: #A0A0A0;
}

.sp-brd.space-s {
    margin-top: 30px;
}

/* ty-noti */
.sp-brd.ty-noti table tbody tr td .tit {
    font-size: 16px;
}

.sp-brd.ty-noti table tbody tr:last-child {
    border-color: #A0A0A0;
}

.sp-brd.ty-noti table tbody tr:hover, .sp-brd.ty-noti table tbody tr.pin:hover {
    background-color: #FFFFFF;
}

/*---------------------------------------------
	#bullet #불릿
---------------------------------------------*/
/*
	default
*/
.sp-bullet {
    margin-top: 20px;
}

.sp-bullet > li {
    font-size: 15px;
    color: #303030;
    line-height: 1.5;
}

.sp-bullet > li .text {
    margin-top: 5px;
    color: #707070;
}

.sp-bullet .clr-01 {
    color: #303030;
}

.sp-bullet .clr-02 {
    color: #707070;
}

.sp-bullet .link {
    text-decoration: underline;
    color: #ee5700;
}

.sp-bullet .link.clr-01 {
    color: #303030;
}

.sp-bullet .link.emp {
    font-weight: bold;
}

.sp-bullet.clr-02 > li {
    color: #707070;
}

.sp-bullet.space-xs {
    margin-top: 5px;
}

.sp-bullet.space-s {
    margin-top: 10px;
}

.sp-bullet.space-m {
    margin-top: 16px;
}

.sp-bullet.space-l {
    margin-top: 25px;
}

.sp-bullet.space-b-xl {
    margin-bottom: 50px;
}

/* ty-text */
.sp-bullet.ty-text > li {
    font-size: 18px;
}

.sp-bullet.ty-text > li + li {
    margin-top: 20px;
}

/* ty-dot */
.sp-bullet.ty-dot > li {
    position: relative;
    padding-left: 8px;
    font-size: 13px;
    line-height: 1.3;
    color: #707070;
}

.sp-bullet.ty-dot > li .link {
    font-size: 13px;
    color: #ee5700;
}

.sp-bullet.ty-dot > li .se-btn.btn-link {
    margin-top: -2px;
}

.sp-bullet.ty-dot > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #707070;
}

.sp-bullet.ty-dot > li.nobullet {
    padding-left: 0;
}

.sp-bullet.ty-dot > li.nobullet:before {
    content: none;
}

.sp-bullet.ty-dot > li .sp-bullet {
    margin-top: 3px;
}

.sp-bullet.ty-dot > li .sp-bullet li {
    font-size: 13px;
    color: #707070;
}

.sp-bullet.ty-dot > li .sp-bullet li + li {
    margin-top: 3px;
}

.sp-bullet.ty-dot > li .sp-bullet-nor.clr-07 li {
    color: #909090;
}

.sp-bullet.ty-dot > li + li {
    margin-top: 6px;
}

.sp-bullet.ty-dot > li.clr-04 {
    color: #F83838;
}

.sp-bullet.ty-dot > li.clr-04:before {
    background-color: #F83838;
}

.sp-bullet.ty-dot.fz-l > li {
    font-size: 14px;
}

.sp-bullet.ty-dot.sz-l > li {
    position: relative;
    padding-left: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #303030;
}

.sp-bullet.ty-dot.sz-l > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #303030;
}

.sp-bullet.ty-dot.sz-l > li + li {
    margin-top: 8px;
}

.sp-bullet.ty-dot.sz-l > li.clr-02 {
    color: #707070;
}

.sp-bullet.ty-dot.sz-l > li.clr-02:before {
    background-color: #707070;
}

.sp-bullet.ty-dot.sz-l .emp {
    font-weight: bold;
}

.sp-bullet.ty-dot.sz-l .title {
    margin-right: 6px;
}

/* ty-dot-l */
.sp-bullet.ty-dot-l > li {
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.3;
    color: #303030;
}

.sp-bullet.ty-dot-l > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #303030;
}

.sp-bullet.ty-dot-l > li.nobullet {
    padding-left: 0;
}

.sp-bullet.ty-dot-l > li.nobullet:before {
    content: none;
}

.sp-bullet.ty-dot-l > li + li {
    margin-top: 8px;
}

.sp-bullet.ty-dot-l > li.clr-02 {
    color: #707070;
}

.sp-bullet.ty-dot-l > li.clr-02:before {
    background-color: #707070;
}

.sp-bullet.ty-dot-l .emp {
    font-weight: bold;
}

.sp-bullet.ty-dot-l.sz-l > li {
    font-size: 18px;
}

/* ty-hyphen */
.sp-bullet.ty-hypen > li {
    position: relative;
    padding-left: 8px;
    font-size: 13px;
    line-height: 1.3;
    color: #707070;
}

.sp-bullet.ty-hypen > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 5px;
    height: 1px;
    background-color: #707070;
}

.sp-bullet.ty-hypen > li.nobullet {
    padding-left: 0;
}

.sp-bullet.ty-hypen > li.nobullet:before {
    content: none;
}

.sp-bullet.ty-hypen > li + li {
    margin-top: 6px;
}

.sp-bullet.ty-hypen > li.clr-04 {
    color: #F83838;
}

.sp-bullet.ty-hypen > li.clr-04:before {
    background-color: #F83838;
}

/* ty-hyphen-l */
.sp-bullet.ty-hypen-l > li {
    position: relative;
    padding-left: 12px;
    font-size: 15px;
    line-height: 1.3;
    color: #303030;
    text-indent: 0;
}

.sp-bullet.ty-hypen-l > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 1px;
    background-color: #303030;
}

.sp-bullet.ty-hypen-l > li.nobullet {
    padding-left: 0;
}

.sp-bullet.ty-hypen-l > li.nobullet:before {
    content: none;
}

.sp-bullet.ty-hypen-l > li + li {
    margin-top: 3px;
}

.sp-bullet.ty-hypen-l > li.clr-02 {
    color: #707070;
}

.sp-bullet.ty-hypen-l > li.clr-02:before {
    background-color: #707070;
}

.sp-bullet.ty-hypen-l > li.clr-04 {
    color: #F83838;
}

.sp-bullet.ty-hypen-l > li.clr-04:before {
    background-color: #F83838;
}

/* ty-hyphen-xl */
.sp-bullet.ty-hypen-xl > li {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    line-height: 1.4;
    color: #303030;
}

.sp-bullet.ty-hypen-xl > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 1px;
    background-color: #303030;
}

.sp-bullet.ty-hypen-xl > li + li {
    margin-top: 20px;
}

/* ty-circle-num */
.sp-bullet.ty-circle-num > li {
    position: relative;
    padding-left: 17px;
    text-indent: -17px;
    font-size: 13px;
    line-height: 1.3;
    color: #707070;
}

.sp-bullet.ty-circle-num > li + li {
    margin-top: 8px;
}

.sp-bullet.ty-circle-num > li.nobullet {
    padding-left: 0;
}

.sp-bullet.ty-circle-num > li.nobullet:before {
    content: none;
}

/* ty-circle-numbering */
.sp-bullet.ty-circle-numbering > li {
    margin-top: 20px;
    position: relative;
    padding-left: 18px;
    line-height: 25px;
    font-size: 15px;
}

.sp-bullet.ty-circle-numbering > li:first-child {
    margin-top: 0;
}

.sp-bullet.ty-circle-numbering > li:before {
    content: counter(list-item);
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    border: 1px solid #303030;
    text-align: center;
    font-size: 10px;
    text-indent: -1px;
    line-height: 13px;
}

/* ty-multi */
.sp-bullet.ty-multi > li {
    position: relative;
    padding-left: 17px;
    text-indent: -17px;
    font-size: 13px;
    line-height: 1.3;
    color: #707070;
}

.sp-bullet.ty-multi > li + li {
    margin-top: 8px;
}

/*
	sp-bullet-nor
*/
ul.sp-bullet-nor {
    margin-top: 20px;
}

ul.sp-bullet-nor > li {
    font-size: 15px;
    color: #303030;
}

ul.sp-bullet-nor > li + li {
    margin-top: 20px;
}

ul.sp-bullet-nor > li .sub-text {
    margin-top: 15px;
    text-indent: 0;
}

ul.sp-bullet-nor > li .sub-text.ty-star {
    padding-left: 8px;
    text-indent: -8px;
}

ul.sp-bullet-nor > li .sub-text.ty-ref {
    padding-left: 16px;
    text-indent: -16px;
}

ul.sp-bullet-nor > li .cnt {
    margin-top: 15px;
}

ul.sp-bullet-nor > li .cnt ul.sp-bullet-nor > li + li {
    margin-top: 15px;
}

ul.sp-bullet-nor > li .cnt .cnt {
    margin-top: 10px;
}

ul.sp-bullet-nor > li .cnt .cnt ul.sp-bullet-nor > li + li {
    margin-top: 10px;
}

ul.sp-bullet-nor > li.clr-04 {
    color: #F83838;
}

ul.sp-bullet-nor .clr-01 {
    color: #303030;
}

ul.sp-bullet-nor .clr-02 {
    color: #707070;
}

ul.sp-bullet-nor .clr-02 > li {
    color: #707070;
}

ul.sp-bullet-nor .link {
    text-decoration: underline;
    color: #ee5700;
}

ul.sp-bullet-nor.sz-l > li {
    font-size: 16px;
}

ul.sp-bullet-nor.sz-l > li .sp-bullet.ty-hypen-l {
    margin-top: 10px;
}

ul.sp-bullet-nor.sz-l > li .sp-bullet.ty-hypen-l > li + li {
    margin-top: 5px;
}

ul.sp-bullet-nor.sz-l > li + li {
    margin-top: 20px;
}

ul.sp-bullet-nor.space-n {
    margin-top: 20px;
}

ul.sp-bullet-nor.space-s > li + li {
    margin-top: 5px;
}

/* ty-bar */
ul.sp-bullet-nor.ty-bar > li {
    padding-left: 10px;
    text-indent: -10px;
}

/* ty-num */
ul.sp-bullet-nor.ty-num > li {
    padding-left: 10px;
    text-indent: -10px;
}

/* ty-cirnum */
ul.sp-bullet-nor.ty-cirnum > li {
    padding-left: 17px;
    text-indent: -17px;
}

/* ty-bracket */
ul.sp-bullet-nor.ty-bracket > li {
    padding-left: 17px;
    text-indent: -17px;
}

ul.sp-bullet-nor.ty-bracket > li:nth-child(9) ~ li {
    padding-left: 26px;
    text-indent: -26px;
}

/* ty-ref */
.sp-bullet-nor.ty-ref > li {
    padding-left: 16px;
    text-indent: -16px;
}

/* ty-star */
.sp-bullet-nor.ty-star > li {
    padding-left: 8px;
    text-indent: -8px;
}

/*---------------------------------------------
	#pagination #페이지네이션
---------------------------------------------*/
.sp-pagi {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}

.sp-pagi .se-btn {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: transparent;
}

.sp-pagi .se-btn.btn-first {
    background-image: url("../../images/component/arrow/arrow_dbl_prev.png");
}

.sp-pagi .se-btn.btn-first:disabled, .sp-pagi .se-btn.btn-first[disabled=disabled], .sp-pagi .se-btn.btn-first.disabled {
    background-image: url("../../images/component/arrow/arrow_dbl_prev_d.png");
}

.sp-pagi .se-btn.btn-prev {
    background-image: url("../../images/component/arrow/arrow_prev.png");
}

.sp-pagi .se-btn.btn-prev:disabled, .sp-pagi .se-btn.btn-prev[disabled=disabled], .sp-pagi .se-btn.btn-prev.disabled {
    background-image: url("../../images/component/arrow/arrow_prev_d.png");
}

.sp-pagi .se-btn.btn-next {
    background-image: url("../../images/component/arrow/arrow_next.png");
}

.sp-pagi .se-btn.btn-next:disabled, .sp-pagi .se-btn.btn-next[disabled=disabled], .sp-pagi .se-btn.btn-next.disabled {
    background-image: url("../../images/component/arrow/arrow_next_d.png");
}

.sp-pagi .se-btn.btn-last {
    background-image: url("../../images/component/arrow/arrow_dbl_next.png");
}

.sp-pagi .se-btn.btn-last:disabled, .sp-pagi .se-btn.btn-last[disabled=disabled], .sp-pagi .se-btn.btn-last.disabled {
    background-image: url("../../images/component/arrow/arrow_dbl_next_d.png");
}

.sp-pagi .pagi-num {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.sp-pagi .pagi-num li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.sp-pagi .pagi-num li > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 3px;
    vertical-align: middle;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    color: #303030;
}

.sp-pagi .pagi-num li.on > a {
    background-color: #FFCC00;
}

.sp-pagi .pagi-num li:hover:not(.on) > a {
    text-decoration: underline;
    color: #776C61;
}

/*---------------------------------------------
	#tab button #탭버튼
---------------------------------------------*/
/* ty-main */
.se-tab.ty-main {
    margin-bottom: 0;
}

.se-tab.ty-main > ul {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.se-tab.ty-main.ty-category > ul {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.se-tab.ty-main > ul:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c7c7c7;
}

.se-tab.ty-main > ul > li {
    position: relative;
    width: 100%;
    min-height: 38px;
    /* border-bottom: 2px solid #c7c7c7; */
    border-radius: 0 0 0 0;
}

.se-tab.ty-main.ty-category > ul > li {
    width: auto;
}

.se-tab.ty-main.ty-category > ul > li .se-tab-btn {
    width: auto;
    padding: 0 70px;
}

.se-tab.ty-main > ul > li > .se-tab-btn {
    width: 100%;
    height: 100%;
    padding: 8px 5px;
    border-radius: inherit;
    text-align: center;
    line-height: 20px;
    background-color: transparent;
    color: var(--blackColor1);
    font-size: 15px;
    /* text-transform:uppercase;  */
    font-weight: 700;
    position: relative;
}

.se-tab.ty-main > ul > li .se-tab-btn:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    height: 4px;
    background-color: var(--primaryColor);
    transition: all 0.3s ease
}

.se-tab.ty-main > ul > li.on .se-tab-btn:before, .se-tab.ty-main > ul > li .se-tab-btn:hover::before, .se-tab.ty-main > ul > li .se-tab-btn:focus::before {
    transform: scaleX(1);
}

/* .se-tab.ty-main > ul > li:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 20px;
    border-radius: 10px;
    background-color: #E6E6E6;
} */
/* .se-tab.ty-main > ul > li:first-child:before {
    display: none;
}

.se-tab.ty-main > ul > li.on:before {
    display: none;
} */
.se-tab.ty-main.ty-tab01 > ul > li {
    width: auto;
}

.se-tab.ty-main.ty-tab01 > ul > li .se-tab-btn {
    width: auto;
    padding: 0;
    margin: 0 15px;
}

.se-tab.ty-main.ty-tab01 > ul > li:first-child .se-tab-btn {
    margin-left: 0;
}

.se-tab.ty-main.ty-tab01 > ul > li {
    position: relative;
}

.se-tab.ty-main.ty-tab01 > ul > li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 13px;
    margin-top: -14px;
    background: #ddd;
}

.se-tab.ty-main.ty-tab01 > ul > li:first-child:after {
    display: none;
}

.se-tab.ty-main.ty-tab01 > ul > li .se-tab-btn:before {
    background-color: var(--primaryColor);
}

.se-tab.ty-main.ty-category > ul > li .se-tab-btn:before {
    background-color: var(--primaryColor);
}

.se-tab.ty-main.ty-main-tab01 > ul:before {
    height: 1px;
    background: #e0e0e0;
}

.se-tab.ty-main.ty-main-tab01 {
    margin-bottom: 5px;
}

.se-tab.ty-main.ty-main-tab01 > ul > li {
    width: auto;
    min-height: 35px;
}

.se-tab.ty-main.ty-main-tab01 > ul > li .se-tab-btn {
    width: auto;
    padding: 0 10px;
}

.se-tab.ty-main.ty-main-tab01 > ul > li {
    position: relative;
}

.se-tab.ty-main.ty-main-tab01 > ul > li:after {
    display: none;
}

.se-tab.ty-main.ty-main-tab01 > ul > li:first-child:after {
    display: none;
}

.se-tab.ty-main.ty-main-tab01 > ul > li .se-tab-btn:before {
    background-color: var(--primaryColor);
}

.se-tab.ty-main.ty-main-tab01 > ul > li > .se-tab-btn {
    font-size: 14px;
    color: #707070;
}

.se-tab.ty-main.ty-main-tab01 > ul > li.on > .se-tab-btn {
    color: #009d1d;
}

.se-tab.ty-main.ty-attack {
    margin-bottom: 0;
}

.se-tab.ty-main.ty-attack > ul {
    width: auto;
}

.se-tab.ty-main.ty-attack > ul:before {
    display: none;
}

.se-tab.ty-main.ty-attack > ul > li {
    width: auto;
    margin-left: 3px;
}

.se-tab.ty-main.ty-attack > ul > li .se-tab-btn:before {
    display: none;
}

.se-tab.ty-main.ty-attack > ul > li > .se-tab-btn {
    border-radius: 50px;
    background: #eff0f4;
    padding: 2px 12px;
    font-size: 14px;
    font-weight: 700;
}

.se-tab.ty-main.ty-attack > ul > li.on > .se-tab-btn {
    background: #423630;
    color: var(--whiteColor);
}

.se-tab.ty-main.ty-attack > ul > li {
    min-height: auto;
}

.se-tab.ty-main.ty-productDetail > ul > li .se-tab-btn {
    width: auto;
    padding: 0 65px;
    padding-top: 5px;
}

.se-tab.ty-main.ty-productDetail > ul > li .se-tab-btn:before {
    display: none;
}

.se-tab.ty-main.ty-productDetail > ul > li {
    width: auto;
}

.se-tab.ty-main.ty-productDetail > ul > li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 18px;
    margin-top: -9px;
    background: #c1c1c1;
}

.se-tab.ty-main.ty-productDetail > ul > li:first-child:after {
    display: none;
}

.se-tab.ty-main.ty-productDetail > ul > li.on .se-tab-btn {
    color: #fff;
    z-index: 10;
    font-weight: 700;
}

.se-tab.ty-main.ty-productDetail > ul > li.on .se-tab-btn:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: var(--primaryColor);
    z-index: -1;
}

/* .se-tab.ty-main > ul > li.on:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #F9F9F9;
} */
.se-tab.ty-main > ul > li.on > .se-tab-btn {
    color: var(--blackColor1);
    font-weight: 700;
}

.se-tab.ty-main > ul > li.on + li:before {
    display: none;
}

/* .se-tab.ty-main > ul > li:hover:not(.on) > .se-tab-btn {
    font-weight: 600;
    color: #303030;
} */
.se-tab.ty-main.sz-fix > ul > li {
    width: 20%;
}

/* ty-sub */
.se-tab.ty-sub {
    margin-bottom: 30px;
}

.se-tab.ty-sub > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px;
}

.se-tab.ty-sub > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.se-tab.ty-sub > ul > li > .se-tab-btn {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    line-height: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #898989;
}

.se-tab.ty-sub > ul > li.on > .se-tab-btn {
    background-color: #363636;
    color: #FFFFFF;
}

.se-tab.ty-sub > ul > li:hover:not(.on) > .se-tab-btn {
    font-weight: 600;
    color: #303030;
}

/* ty-multi */
.se-tab.ty-multi > ul {
    margin-bottom: -10px;
    font-size: 0;
}

.se-tab.ty-multi > ul > li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.se-tab.ty-multi > ul > li > .se-tab-btn {
    padding: 14px 26px;
    height: 52px;
    border-radius: 8px;
    border: 2px solid #E6E6E6;
    background-color: #FFFFFF;
    color: #707070;
    font-size: 18px;
    text-align: center;
}

.se-tab.ty-multi > ul > li.on > .se-tab-btn {
    border-color: #FFCC00;
    text-shadow: 0 0.015em #303030, 0 -0.015em #303030, 0.01em 0 #303030, -0.01em 0 #303030;
    color: #303030;
}

.se-tab.ty-multi > ul > li:hover:not(.on) > .se-tab-btn {
    border-color: #A0A0A0;
}

.se-tab.ty-multi > ul > li:active > .se-tab-btn {
    border-color: #A0A0A0;
    background-color: #F8F8F8;
}

.se-tab.ty-multi.sz-l > ul > li > .se-tab-btn {
    padding: 16px 26px;
    height: 56px;
}

/*---------------------------------------------
	#tab set #탭세트
---------------------------------------------*/
/*
    tab conts
*/
.se-tab-conts .tab-conts {
    display: none;
    padding-top: 20px;
}

.se-tab-conts .tab-conts.on {
    display: block;
}

.se-tab-conts .tab-conts .search-conts {
    margin-top: 50px;
}

/*---------------------------------------------
	#accordion #아코디언
---------------------------------------------*/
/*
    default
*/
ul.sp-accord {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid var(--blackColor2);
    border-bottom: 1px solid #A0A0A0;
}

ul.sp-accord > li {
    border-bottom: 1px solid #E2E2E2;
}

ul.sp-accord > li .p-title .title {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-image: url("../../images/icon/arrow/icon_bottom.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 30px;
    font-size: 15px;
    text-align: left;
}

ul.sp-accord > li .p-title .title:hover {
    background-color: #FFFFFF;
}

ul.sp-accord > li .p-conts {
    display: none;
    border-top: 1px solid #E2E2E2;
}

ul.sp-accord > li .p-conts .inner {
    padding: 30px 20px;
    font-size: 15px;
    color: #303030;
}

ul.sp-accord > li.on {
    background-color: #FFFFFF;
}

ul.sp-accord > li.on .p-title .title {
    background-image: url("../../images/icon/arrow/icon_top.png");
    text-shadow: 0 0.015em #303030, 0 -0.015em #303030, 0.01em 0 #303030, -0.01em 0 #303030;
}

ul.sp-accord > li.on .p-conts {
    display: block;
}

ul.sp-accord > li:last-child {
    border-bottom: none;
}

/*
    sp-faq
*/
ul.sp-faq {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid var(--blackColor2);
    border-bottom: 1px solid #A0A0A0;
}

ul.sp-faq > li {
    border-bottom: 1px solid #E2E2E2;
}

ul.sp-faq > li .p-title .title {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 60px 20px 60px;
    background-image: url("../../images/icon/arrow/icon_bottom.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 30px;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
}

ul.sp-faq > li .p-title .title:hover {
    background-color: #FFFFFF;
}

ul.sp-faq > li .p-title .title:before {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 30px;
    background-image: url("../../images/icon/icon_question.png");
    background-position: left 20px center;
    background-size: 30px;
}

ul.sp-faq > li .p-conts {
    display: none;
    border-top: 1px solid #E2E2E2;
}

ul.sp-faq > li .p-conts .inner {
    padding: 30px 25px 30px 60px;
    background-image: url("../../images/icon/icon_answer.png");
    background-repeat: no-repeat;
    background-position: left 20px top 25px;
    background-size: 30px;
    font-size: 15px;
    color: #303030;
}

ul.sp-faq > li.on {
    background-color: #FFFFFF;
}

ul.sp-faq > li.on .p-title .title {
    background-image: url("../../images/icon/arrow/icon_top.png");
}

ul.sp-faq > li.on .p-conts {
    display: block;
}

ul.sp-faq > li:last-child {
    border-bottom: none;
}

/*---------------------------------------------
	#list #리스트
---------------------------------------------*/
/* ty-row */
ul.sp-list.ty-row {
    margin-top: 40px;
}

ul.sp-list.ty-row > li {
    font-size: 0;
    padding: 40px 0;
    border-top: 1px solid #E9E9E9;
}

ul.sp-list.ty-row > li .title {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

ul.sp-list.ty-row > li .title .tit {
    font-size: 18px;
    font-weight: bold;
}

ul.sp-list.ty-row > li .conts {
    display: inline-block;
    width: calc(100% - 300px);
    vertical-align: top;
}

ul.sp-list.ty-row > li .conts .sp-bullet {
    margin-top: 0;
}

ul.sp-list.ty-row > li .conts .sp-bullet li {
    font-size: 14px;
}

/*---------------------------------------------
	#tooltip #툴팁
---------------------------------------------*/
.sp-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.sp-tooltip .btn-tooltip-open {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    background-image: url("../../images/icon/icon_tooltip.png");
    background-size: 18px 18px;
}

.sp-tooltip .btn-tooltip-close {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    z-index: inherit;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
    background-image: url("../../images/icon/icon_tooltip_close.png");
    background-size: 24px 24px;
}

.sp-tooltip .tooltip-box {
    display: none;
    z-index: 99;
    position: absolute;
    top: 40px;
    left: -6px;
    width: 420px;
    border: 1px solid #303030;
    border-radius: 12px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.sp-tooltip .tooltip-box .inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.sp-tooltip .tooltip-box .tooltip-head {
    display: block;
    padding: 17px 20px;
}

.sp-tooltip .tooltip-box .tooltip-head .title {
    display: block;
    padding-right: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #303030;
}

.sp-tooltip .tooltip-box .tooltip-head + .tooltip-body {
    padding-top: 0;
}

.sp-tooltip .tooltip-box .tooltip-body {
    overflow-y: auto;
    display: block;
    padding: 45px 20px 5px;
    margin-bottom: 20px;
    max-height: 400px;
    overflow: overlay !important;
}

.sp-tooltip .tooltip-box .tooltip-body::-webkit-scrollbar {
    width: 13px;
}

.sp-tooltip .tooltip-box .tooltip-body::-webkit-scrollbar-thumb {
    background-clip: content-box;
    width: 7px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    background-color: #E2E2E2;
    border-radius: 6px;
}

.sp-tooltip .tooltip-box .tooltip-body .conts {
    display: block;
    font-size: 13px;
    color: #707070;
}

.sp-tooltip .tooltip-box .tooltip-body .info {
    position: relative;
    display: block;
    padding-left: 8px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: normal;
    color: #707070;
}

.sp-tooltip .tooltip-box .tooltip-body .info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #707070;
}

.sp-tooltip .tooltip-box .tooltip-body .info:first-child {
    margin-top: 0px;
}

.sp-tooltip .tooltip-box .tooltip-body .info.ty-bar {
    position: relative;
    display: block;
    padding-left: 8px;
    font-size: 13px;
    font-weight: normal;
    color: #707070;
}

.sp-tooltip .tooltip-box .tooltip-body .info.ty-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 1px;
    background-color: #707070;
}

.sp-tooltip .tooltip-box .tooltip-body .info.ty-bar + .info {
    margin-top: 6px;
}

.sp-tooltip .tooltip-box .tooltip-body .dep-cnt {
    display: block;
    padding-left: 16px;
    padding-top: 6px;
}

.sp-tooltip.on .tooltip-box {
    display: block;
}

.sp-tooltip.top .tooltip-box {
    top: -14px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.sp-tooltip.right .tooltip-box {
    left: initial;
    right: -6px;
}

/*---------------------------------------------
	grid #그리드
---------------------------------------------*/
.sp-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% + 8px);
    margin: 0 -4px;
}

.sp-grid > * {
    margin: 0 4px;
}

.sp-grid .p-col {
    width: 100%;
}

.sp-grid .p-col-1 {
    width: 8.333%;
}

.sp-grid .p-col-2 {
    width: 16.666%;
}

.sp-grid .p-col-3 {
    width: 24.999%;
}

.sp-grid .p-col-4 {
    width: 33.332%;
}

.sp-grid .p-col-5 {
    width: 41.665%;
}

.sp-grid .p-col-6 {
    width: 49.998%;
}

.sp-grid .p-col-7 {
    width: 58.331%;
}

.sp-grid .p-col-8 {
    width: 66.664%;
}

.sp-grid .p-col-9 {
    width: 74.997%;
}

.sp-grid .p-col-10 {
    width: 83.33%;
}

.sp-grid .p-col-11 {
    width: 91.663%;
}

.sp-grid .p-col-12 {
    width: 99.996%;
}

.sp-grid .conts .sub-tit {
    font-size: 15px;
    font-weight: bold;
}

.sp-grid .conts .cnt {
    margin-top: 20px;
}

.sp-grid .conts .cnt .tit {
    font-size: 14px;
    font-weight: bold;
    color: var(--blackColor2);
}

.sp-grid .conts .cnt .sp-bullet {
    margin-top: 10px;
}

.sp-grid.vac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.writeForm-wrap .typeahead__field input, .writeForm-wrap .typeahead__field textarea, .writeForm-wrap .typeahead__field [contenteditable], .writeForm-wrap .typeahead__field .typeahead__hint {
    padding-left: 20px;
}
