/* @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'); */

@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    font-display: swap;
    src: local("Pretendard Light"),
    url("/assets/fonts/Pretendard-Light.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-display: swap;
    src: local("Pretendard Regular"),
    url("/assets/fonts/Pretendard-Regular.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    font-display: swap;
    src: local("Pretendard SemiBold"),
    url("/assets/fonts/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    font-display: swap;
    src: local("Pretendard Bold"),
    url("/assets/fonts/Pretendard-Bold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    font-display: swap;
    src: local("Pretendard ExtraBold"),
    url("/assets/fonts/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 900;
    font-display: swap;
    src: local("Pretendard Black"),
    url("/assets/fonts/Pretendard-Black.woff") format("woff");
}

@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Pretendard", sans-serif;
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar-track {
    background: #dddddd;
}

*::-webkit-scrollbar-thumb {
    background: #525252;
    border: 3px solid #dddddd;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}

._mo {
    display: none !important;
}

._pc {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    ._mo {
        display: block !important;
    }
}

@media screen and (min-width: 1025px) {
    ._pc {
        display: block !important;
    }

    ._MbSubMenu {
        display: none !important;
    }
}

html {
    min-height: 100%;
    /* 드래그 방지 */
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

body {
    min-height: 100%;
    position: relative;
}

div {
    font-size: 0;
    box-sizing: border-box;
}

button {
    cursor: pointer;
}

input,
textarea,
select:focus {
    outline: none;
    border: solid 1px #525252;
}

div,
a {
    box-sizing: border-box;
}

li {
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

._bold {
    font-weight: bold;
}

._hide {
    display: none !important;
}

._flex {
    display: flex;
    justify-content: space-between;
}

._inBlock {
    display: inline-block !important;
    vertical-align: top;
}

._poRe {
    position: relative;
}

._poAb {
    position: absolute;
}

._poFx {
    position: fixed;
}

._flL {
    float: left !important;
}

._flR {
    float: right !important;
}

._clearFix {
    clear: both !important;
}

._cleFx::after {
    display: block;
    content: '';
    clear: both;
}

/*포인트 컬러*/
.ptClr {
    color: #2561fa;
}

/* btn */
._mt5 {
    margin-top: 5px !important;
}

._mt10 {
    margin-top: 10px !important;
}

._mt15 {
    margin-top: 15px !important;
}

._mt20 {
    margin-top: 20px !important;
}

._mt25 {
    margin-top: 25px !important;
}

._mt30 {
    margin-top: 30px !important;
}

._mt35 {
    margin-top: 35px !important;
}

._mt40 {
    margin-top: 40px !important;
}

._mt45 {
    margin-top: 45px !important;
}

._mt50 {
    margin-top: 50px !important;
}

._mt55 {
    margin-top: 55px !important;
}

._mt60 {
    margin-top: 60px !important;
}

._mt65 {
    margin-top: 65px !important;
}

._mt70 {
    margin-top: 70px !important;
}

._mt75 {
    margin-top: 75px !important;
}

._mt80 {
    margin-top: 80px !important;
}

._mt85 {
    margin-top: 85px !important;
}

._mt90 {
    margin-top: 90px !important;
}

._mt95 {
    margin-top: 95px !important;
}

._mt100 {
    margin-top: 100px !important;
}

._mb0 {
    margin-bottom: 0px !important;
}

._mb5 {
    margin-bottom: 5px !important;
}

._mb8 {
    margin-bottom: 8px !important;
}

._mb9 {
    margin-bottom: 9px !important;
}

._mb10 {
    margin-bottom: 10px !important;
}

._mb12 {
    margin-bottom: 12px !important;
}

._mb13 {
    margin-bottom: 13px !important;
}

._mb14 {
    margin-bottom: 14px !important;
}

._mb15 {
    margin-bottom: 15px !important;
}

._mb16 {
    margin-bottom: 16px !important;
}

._mb18 {
    margin-bottom: 18px !important;
}

._mb20 {
    margin-bottom: 20px !important;
}

._mb24 {
    margin-bottom: 24px !important;
}

._mb25 {
    margin-bottom: 25px !important;
}

._mb30 {
    margin-bottom: 30px !important;
}

._mb34 {
    margin-bottom: 34px !important;
}

._mb35 {
    margin-bottom: 35px !important;
}

._mb40 {
    margin-bottom: 40px !important;
}

._mb45 {
    margin-bottom: 45px !important;
}

._mb50 {
    margin-bottom: 50px !important;
}

._mb55 {
    margin-bottom: 55px !important;
}

._mb60 {
    margin-bottom: 60px !important;
}

._mb65 {
    margin-bottom: 65px !important;
}

._mb70 {
    margin-bottom: 70px !important;
}

._mb75 {
    margin-bottom: 75px !important;
}

._mb80 {
    margin-bottom: 80px !important;
}

._mb85 {
    margin-bottom: 85px !important;
}

._mb90 {
    margin-bottom: 90px !important;
}

._mb95 {
    margin-bottom: 95px !important;
}

._mb100 {
    margin-bottom: 100px !important;
}

._ml5 {
    margin-left: 5px !important;
}

._ml8 {
    margin-left: 8px !important;
}

._ml10 {
    margin-left: 10px !important;
}

._ml14 {
    margin-left: 14px !important;
}

._ml15 {
    margin-left: 15px !important;
}

._ml20 {
    margin-left: 20px !important;
}

._ml25 {
    margin-left: 25px !important;
}

._ml26 {
    margin-left: 26px !important;
}

._ml30 {
    margin-left: 30px !important;
}

._ml35 {
    margin-left: 35px !important;
}

._ml40 {
    margin-left: 40px !important;
}

._ml45 {
    margin-left: 45px !important;
}

._ml50 {
    margin-left: 50px !important;
}

._ml55 {
    margin-left: 55px !important;
}

._ml60 {
    margin-left: 60px !important;
}

._ml65 {
    margin-left: 65px !important;
}

._ml70 {
    margin-left: 70px !important;
}

._ml75 {
    margin-left: 75px !important;
}

._ml80 {
    margin-left: 80px !important;
}

._ml85 {
    margin-left: 85px !important;
}

._ml90 {
    margin-left: 90px !important;
}

._ml95 {
    margin-left: 95px !important;
}

._ml100 {
    margin-left: 100px !important;
}

._mr4 {
    margin-right: 4px !important;
}

._mr5 {
    margin-right: 5px !important;
}

._mr6 {
    margin-right: 6px !important;
}

._mr10 {
    margin-right: 10px !important;
}

._mr12 {
    margin-right: 12px !important;
}

._mr14 {
    margin-right: 14px !important;
}

._mr15 {
    margin-right: 15px !important;
}

._mr16 {
    margin-right: 16px !important;
}

._mr20 {
    margin-right: 20px !important;
}

._mr24 {
    margin-right: 24px !important;
}

._mr25 {
    margin-right: 25px !important;
}

._mr32 {
    margin-right: 32px !important;
}

._mr30 {
    margin-right: 30px !important;
}

._mr35 {
    margin-right: 35px !important;
}

._mr40 {
    margin-right: 40px !important;
}

._mr45 {
    margin-right: 45px !important;
}

._mr50 {
    margin-right: 50px !important;
}

._mr55 {
    margin-right: 55px !important;
}

._mr60 {
    margin-right: 60px !important;
}

._mr65 {
    margin-right: 65px !important;
}

._mr70 {
    margin-right: 70px !important;
}

._mr75 {
    margin-right: 75px !important;
}

._mr80 {
    margin-right: 80px !important;
}

._mr85 {
    margin-right: 85px !important;
}

._mr90 {
    margin-right: 90px !important;
}

._mr95 {
    margin-right: 95px !important;
}

._mr100 {
    margin-right: 100px !important;
}

._pt5 {
    padding-top: 5px !important;
}

._pt10 {
    padding-top: 10px !important;
}

._pt15 {
    padding-top: 15px !important;
}

._pt20 {
    padding-top: 20px !important;
}

._pt25 {
    padding-top: 25px !important;
}

._pt30 {
    padding-top: 30px !important;
}

._pt35 {
    padding-top: 35px !important;
}

._pt40 {
    padding-top: 40px !important;
}

._pt45 {
    padding-top: 45px !important;
}

._pt50 {
    padding-top: 50px !important;
}

._pt55 {
    padding-top: 55px !important;
}

._pt60 {
    padding-top: 60px !important;
}

._pt65 {
    padding-top: 65px !important;
}

._pt70 {
    padding-top: 70px !important;
}

._pt75 {
    padding-top: 75px !important;
}

._pt80 {
    padding-top: 80px !important;
}

._pt85 {
    padding-top: 85px !important;
}

._pt90 {
    padding-top: 90px !important;
}

._pt95 {
    padding-top: 95px !important;
}

._pt100 {
    padding-top: 100px !important;
}

._pb5 {
    padding-bottom: 5px !important;
}

._pb10 {
    padding-bottom: 10px !important;
}

._pb12 {
    padding-bottom: 12px !important;
}

._pb15 {
    padding-bottom: 15px !important;
}

._pb16 {
    padding-bottom: 16px !important;
}

._pb20 {
    padding-bottom: 20px !important;
}

._pb25 {
    padding-bottom: 25px !important;
}

._pb30 {
    padding-bottom: 30px !important;
}

._pb35 {
    padding-bottom: 35px !important;
}

._pb40 {
    padding-bottom: 40px !important;
}

._pb45 {
    padding-bottom: 45px !important;
}

._pb50 {
    padding-bottom: 50px !important;
}

._pb55 {
    padding-bottom: 55px !important;
}

._pb60 {
    padding-bottom: 60px !important;
}

._pb65 {
    padding-bottom: 65px !important;
}

._pb70 {
    padding-bottom: 70px !important;
}

._pb75 {
    padding-bottom: 75px !important;
}

._pb80 {
    padding-bottom: 80px !important;
}

._pb85 {
    padding-bottom: 85px !important;
}

._pb90 {
    padding-bottom: 90px !important;
}

._pb95 {
    padding-bottom: 95px !important;
}

._pb100 {
    padding-bottom: 100px !important;
}

._pl5 {
    padding-left: 5px !important;
}

._pl10 {
    padding-left: 10px !important;
}

._pl15 {
    padding-left: 15px !important;
}

._pl18 {
    padding-left: 18px !important;
}

._pl20 {
    padding-left: 20px !important;
}

._pl24 {
    padding-left: 24px !important;
}

._pl25 {
    padding-left: 25px !important;
}

._pl30 {
    padding-left: 30px !important;
}

._pl35 {
    padding-left: 35px !important;
}

._pl40 {
    padding-left: 40px !important;
}

._pl45 {
    padding-left: 45px !important;
}

._pl50 {
    padding-left: 50px !important;
}

._pl55 {
    padding-left: 55px !important;
}

._pl60 {
    padding-left: 60px !important;
}

._pl65 {
    padding-left: 65px !important;
}

._pl70 {
    padding-left: 70px !important;
}

._pl75 {
    padding-left: 75px !important;
}

._pl80 {
    padding-left: 80px !important;
}

._pl85 {
    padding-left: 85px !important;
}

._pl90 {
    padding-left: 90px !important;
}

._pl95 {
    padding-left: 95px !important;
}

._pl100 {
    padding-left: 100px !important;
}

._pr5 {
    padding-right: 5px !important;
}

._pr10 {
    padding-right: 10px !important;
}

._pr15 {
    padding-right: 15px !important;
}

._pr20 {
    padding-right: 20px !important;
}

._pr24 {
    padding-right: 24px !important;
}

._pr25 {
    padding-right: 25px !important;
}

._pr30 {
    padding-right: 30px !important;
}

._pr35 {
    padding-right: 35px !important;
}

._pr40 {
    padding-right: 40px !important;
}

._pr45 {
    padding-right: 45px !important;
}

._pr50 {
    padding-right: 50px !important;
}

._pr55 {
    padding-right: 55px !important;
}

._pr60 {
    padding-right: 60px !important;
}

._pr65 {
    padding-right: 65px !important;
}

._pr70 {
    padding-right: 70px !important;
}

._pr75 {
    padding-right: 75px !important;
}

._pr80 {
    padding-right: 80px !important;
}

._pr85 {
    padding-right: 85px !important;
}

._pr90 {
    padding-right: 90px !important;
}

._pr95 {
    padding-right: 95px !important;
}

._pr100 {
    padding-right: 100px !important;
}


/*폼*/
select {
    display: inline-block;
    height: 40px;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #C9CDDC;
    border-radius: 4px;
    background: url('/assets/img/icon/arr_slc.png') no-repeat right 18px center;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    cursor: pointer;
}

input::placeholder {
    color: #6B6B6B;
}

/* checkbox */
._iptText {
    width: 233px;
    height: 48px;
    line-height: 46px;
    border-radius: 4px;
    border: 1px solid #C9CDDC;
    background-color: #fff;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #020202;
}

._iptText::placeholder {
    color: #6B6B6B;
}

._iptText2 {
    width: 133px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

._iptText3 {
    width: 506px;
    height: 56px;
    line-height: 54px;
}


select.type_slc {
    width: 233px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #C9CDDC;
    border-radius: 4px;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 400;
    color: #6B6B6B;
    background: url('/assets/img/icon/arr_slc.png') no-repeat right 18px center;
    background-size: 14x 8px;
    background-color: #fff;
}

select.type_slc2 {
    width: 99px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    vertical-align: top;
}

._checkboxOff,
._radioOn,
._radioOff {
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #202020;
}

input[type="checkbox"]+label:before {
    content: " ";
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url('/assets/img/icon/ch_off.png') no-repeat left center;
    padding: 2px 0 2px 28px;
    font-size: 14px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

input[type="checkbox"]:checked+label:before {
    content: " ";
    background: url('/assets/img/icon/ch_on.png') no-repeat left center;
}


/* radio */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    display: none;
    opacity: 0;
    width: 1px;
}

input[type="radio"]+label:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: -2px 3px 0 0;
    text-align: center;
    vertical-align: middle;
    background: url("/assets/img/icon/rdo_off.png");
}

input[type="radio"]:checked+label:before {
    content: " ";
    background: url("/assets/img/icon/rdo_on.png") no-repeat center center;
}

input[type="radio"]+label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #3B3B3D;
}

/*폼 포인트*/
.warning {
    border: 1px solid #C82D2D !important;
}

.focus {
    border: 1px solid #445598 !important;
}

/* textfield */
._textField {
    width: 791px;
    height: 500px;
    margin: 40px;
    padding: 18px 181px 31px 31px;
    background-color: #f2f2f2;
}

._text {
    width: 570px;
    height: 40px;
    border: solid 1px #ddd;
    background-color: #fff;
    padding: 0 14px;
    font-size: 15px;
    color: #242424;
}

._text:focus,
._password:focus,
._textarea:focus {
    border: solid 1px #525252;
}

._password {
    width: 242px;
    height: 40px;
    margin-top: 14px;
    border: solid 1px #dddddd;
    background-color: #fff;
    padding-left: 14px;
}

._alertMsg {
    /*width: 250px;*/
    height: 18px;
    font-size: 12px;
    line-height: 3;
    letter-spacing: -0.54px;
    text-align: left;
    color: #ea3434;
    font-weight: normal;
    margin: 4px 0;
}

textarea {
    resize: none;
}

._textarea {
    width: 573px;
    height: 140px;
    padding: 14px;
    margin-top: 29px;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 15px;
    color: #242424;
}

._text::placeholder,
._textarea::placeholder {
    color: #8d8d8d;
}

._textarea2 {
    width: 1040px;
    height: 280px;
    padding: 14px 18px;
    margin-top: 12px;
}


._textarea3 {
    width: 100%;
    height: 100px;
    padding: 14px 18px;
    margin-top: 0;
}

._btn {
    display: block;
    width: 90px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    background-color: #3F4DC0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border: 0;
}

._btn2 {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background-color: #7B838F;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 0;
}

._btn3 {
    width: 100px;
    height: 48px;
    line-height: 46px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #5E6773;
    border-radius: 5px;
    border: 1px solid #5E6773;
}

/*small버전*/
._btn6.s_btn1,
._btn3.s_btn1 {
    width: 56px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
}

._btn4 {
    width: 100px;
    height: 48px;
    line-height: 46px;
    border-radius: 5px;
    background-color: #3F4DC0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    border: 0;
}

._btn5 {
    width: 150px;
    height: 54px;
    line-height: 52px;
    border-radius: 4px;
    border: 1px solid #6A6C73;
    text-align: center;
    font-size: 14px;
    color: #3B3B3D;
    background-color: #fff;
}

._btn6 {
    width: 150px;
    height: 54px;
    line-height: 52px;
    border-radius: 4px;
    border: 1px solid #EFF1F2;
    text-align: center;
    font-size: 14px;
    color: #3B3B3D;
    background-color: #EFF1F2;
}

._btn7 {
    display: inline-block;
    padding: 0 34px 0 10px;
    height: 36px;
    line-height: 34px;
    border-radius: 6px;
    border: 1px solid #9EADD7;
    text-align: left;
    background: #F3F8FF url('/assets/img/icon/frm_del_icon.png') no-repeat right 10px center;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
}

._btn8 {
    width: 124px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    background-color: #636363;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border: 0;
}

._btn9 {
    padding: 0 14px;
    height: 29px;
    line-height: 29px;
    border-radius: 4px;
    background-color: #F2F2F2;
    color: #404040;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #DDD;
}

._btn10 {
    padding: 0 40px;
    font-size: 14px;
    color: #202020;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    border: 1px solid #505050;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

.add_btn {
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #EFF1F2;
    padding: 0 10px 0 23px;
    background: #EFF1F2 url('/assets/img/icon/plus_icon.png') no-repeat 10px center;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    color: #656567;
}

.addfile_btn {
    width: 88px;
    height: 30px;
    background: url("/assets/img/icon/addfile_icon.png") no-repeat center center;
}

.modal_btn {
    width: 100px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #5E6773;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #5E6773;
}

.modal_btn2 {
    border: 1px solid #C82D2D;
    background-color: #C82D2D;
    color: #fff;
    font-weight: 700;
}

.modal_btn3 {
    border: 1px solid #3F4DC0;
    background-color: #3F4DC0;
    color: #fff;
    font-weight: 700;
}

.modal_btn4 {
    width: 160px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #8A47CF;
    background-color: #fff;
    color: #8A47CF;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}

/*뱃지*/
._bdg {
    display: inline-block;
    vertical-align: middle;
    height: 29px;
    line-height: 27px;
    border-radius: 4px;
    border: 1px solid #3F4DC0;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #3F4DC0;
}

._bdg2 {
    display: inline-block;
    vertical-align: middle;
    height: 27px;
    line-height: 27px;
    border-radius: 4px;
    background-color: #EBEBEB;
    text-align: center;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

._bdg3 {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    border-radius: 4px;
    background-color: #FFDFDF;
    text-align: center;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: #444;
}

._bdg4 {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    border-radius: 4px;
    background-color: #FFEEDA;
    text-align: center;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: #444;
}

._bdg5 {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    border-radius: 4px;
    background-color: #C9E5FF;
    text-align: center;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 600;
    color: #2C2D2E;
}

/* GNB */
a {
    text-decoration: none;
    color: #525252;
}

._logo {
    margin-top: 12px;
    margin-bottom: 12px;
}

._gnb {
    width: 100%;
    height: 220px;
    background-color: #f5f5f5;
    font-size: 0;
    padding: 28px 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

._gnb div {
    cursor: pointer;

}

header {
    font-size: 0;
    display: block;
}

._loginGnb._pc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    font-size: 0;
    width: 100%;
    background-color: #FFF;
}

._loginGnb._mo {
    position: fixed;
    top: 0;
    z-index: 100;
    font-size: 0;
    width: 100%;
    background-color: #FFF;
}

._gnbContainer {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

._mGnbCn {
    width: 100%;
    height: 56px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

._mGnbCn>div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 100%;
}

._mgcLogo {
    text-align: left;
}

._mgcArt {
    text-align: right;
}

._mgcArt>div, ._MbHd ._mocaAlr {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-top: 10px;
    margin-right: 14px;
    cursor: pointer;
}

._mgcArt>div:last-child {
    margin-right: 20px;
}

._mgcArt>div._mocaSrc {
    background: url("/assets/img/icon/mo/search.png") no-repeat center center;
}

._mgcArt>div._mocaAlr, ._MbHd ._mocaAlr {
    position: relative;
    background: url("/assets/img/icon/mo/alarm.png") no-repeat center center;
}

._mgcArt>div._mocaAlr._alrm:before, ._MbHd ._mocaAlr._alrm:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: 7px;
    top: 7px;
    background: red;
    border-radius: 50%;
}

._mgcArt>div._mocaMnu {
    background: url("/assets/img/icon/mo/menu.png") no-repeat center center, #FFFFFF;
}

._bodyContainer {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 144px;
}

@media screen and (max-width: 1024px) {
    ._bodyContainer {
        width: 100%;
        padding-top: 144px;
    }
    ._bodyContainer.srh_body {
        /* padding-top: 130px; */
        padding-top: 174px;
    }

    #_leftGnb {
        display: none !important;
    }
}

.logoTxt {
    /*line-height: 50px;*/
    font-weight: bold;
    font-size: 20px;
    color: #202eae;
    height: 55px;
}

.logoTxt .logoImg {
    padding-top: calc(50% - 36px);
}

._loginGnb._mo .logoTxt .logoImg {
    padding-left: 20px;
    padding-top: 10px;
}

._loginGnb._mo .logoTxt {
    display: inline-flex !important;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

._gnbTxt {
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
    color: #202020;
}

._gnbMenuWrp {
    display: inline-block;
    width: calc(100% - 269px);
    text-align: right;
    line-height: 50px;
    vertical-align: top;
    height: 50px;
    position: relative;
}

._gnbMenu {
    width: 100%;
    display: block;
    text-align: right;
    /* vertical-align: top; */
    /* line-height: 18px; */
}

._gnbMenu>li {
    position: relative;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    /*cursor: pointer;*/
    padding: 0 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #545454;
}

._gnbMenu li:first-child {
    padding-left: 0;
}

._gnbMenu li:last-child {
    padding-right: 0;
}

._gnbMenu li.lgn {
    font-weight: 700;
    color: #202020;
}


/* Mobile Side Menu Start */

._MbSubMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: 999;
    overflow: auto;
}

_MbSubMenu>div {
    position: relative;
}

._MbSubMenu ._MbHd {
    width: 100%;
    height: 56px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    border-bottom: 1px solid #e1e1e1;
}

._MbSubMenu ._MbHd>div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 100%;
}

._MbSubMenu ._MbHd>div:first-child {
}

._MbSubMenu ._MbHd>div:first-child a {
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #202eae;
    height: 55px;
}

._MbSubMenu ._MbHd>div:first-child img {
    padding-left: 20px;
    padding-top: 16px;
}



._MbSubMenu ._MbHd>div:last-child {
    text-align: right;
}

._MbSubMenu ._MbHd button._MbSmClsBtn {
    width: 36px;
    height: 36px;
    border: 0;
    background: url('/assets/img/icon/mo/menu_cls.png') no-repeat center center;
    margin-top: 10px;
    margin-right: 20px;
}


._MbSubMenu ._MbHc {
    background: #f5f5f5;
}

._MbSubMenu ._MbHc ._MbHcUser {
    background: #FFFFFF;
    /* margin-bottom: 10px;
    padding: 40px 0; */
    padding-top: 40px;
}

._MbSubMenu ._MbHc ._MbHcUser ._MbHcUsCon1 {
    padding: 0 20px;
}

._MbSubMenu ._MbHc ._MbHcUser ._MbHcUsCon1 a {
    display: inline-block;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    height: 26px;
    font-weight: bold;
    color: #202020;
    letter-spacing: -0.2;
    padding-right: 25px;
}

._MbSubMenu ._MbHc ._MbHcUser ._MbHcUsCon1 a.__lgOn {
    padding: 0;
}

._MbSubMenu ._MbHc ._MbHcUser ._MbHcUsCon1 a:not(.__lgOn):before {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(/assets/img/icon/mo/menu_lg_arw.png) no-repeat center center;
}

._MbSubMenu ._MbHc ._MbHcUser ._MbHcUsCon1 .__lgDiv {
    position: relative;
    cursor: pointer;
}

._MbSubMenu ._MbHc ._MbHcUser ._MbHcUsCon1 .__lgDiv:after {
    content: '내정보';
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    padding-right: 14px;
    /* width: 20px; */
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    background: url(/assets/img/icon/mo/menu_lg_arw2.png) no-repeat right center;
    vertical-align: top;
    text-decoration: underline;
}




._MbSubMenu ._MbHc ._MbHcUser ._MbHcUsCon1 div {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    color: #202020;
    letter-spacing: -0.2;
}

._MbSubMenu ._MbHc ._MbHcUser ._MbHcUsCon1 div div {
    display: inline-block;
    vertical-align: bottom;
    line-height: 30px;
    font-size: 18px;
    color: #495264;
}

._MbSubMenu ._MbHcUsCon2 {
    padding: 18px 20px 0 20px;
    font-size: 0;
}

._MbSubMenu ._MbHcUsCon2>div {
    background: #F6F7F9;
    border-radius: 4px;
    /* padding: 20px 0; */
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 {
    padding: 24px 22px;
    border-bottom: 1px solid #CBD3DE;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsLvSts {
    margin-bottom: 10px;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsLvSts>div {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsLvSts>div>span {
    font-weight: bold;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsLvStsPrs {
    margin-bottom: 10px;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsLvStsPrs>._bar {
    width: 100%;
    height: 20px;
    border-radius: 90px;
    border: 1px solid #eeeff1;
    background-color: #FFFFFF;
    position: relative;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsLvStsPrs>._bar>._per {
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 90px;
    height: 16px;
    width: calc(50% - 2px);
    background: linear-gradient(270deg, #D3B0FF -50.85%, #CFDCFE 100%);
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsIfSbCon {
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsIfSbCon>div {
    display: inline-block;
    vertical-align: top;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsIfSbCon>div:first-child {
    width: 70%;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsIfSbCon>div:first-child div {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    height: 17px;
    line-height: 17px;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 0 6px;
    color: #414141;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsIfSbCon>div:first-child div:first-child {
    padding-left: 0;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsIfSbCon>div:first-child div:last-child {
    padding-right: 0;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsIfSbCon>div:first-child div:before {
    content: '';
    position: absolute;
    top: 2.5px;
    right: 0;
    width: 1px;
    height: 12px;
    background: #c1c1c1;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsIfSbCon>div:first-child div:last-child:before {
    display: none;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsIfSbCon>div:first-child div span {
    font-weight: bold;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsIfSbCon>div:last-child {
    text-align: right;
    width: 30%;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt1 ._UsIfSbCon>div:last-child>a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #8496B1;
}





._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt2 {
    padding: 12px 22px;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt2 a._UsCmtPntBtn {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #495264;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt2 a._UsCmtPntBtn:before {
    content: url(/assets/img/icon/mo/menu_lg_cp.png);
    vertical-align: top;
    margin-right: 6px;
}

._MbSubMenu ._MbHcUsCon2 ._MbHcUcAt2 a._UsCmtPntBtn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(/assets/img/icon/mo/menu_lg_arw2.png) no-repeat center center;
}



._MbSubMenu ._MbHcUsCon3 {
    padding: 20px 20px 0 20px;
    font-size: 0;
}

._MbSubMenu ._MbHcUsCon3>div {
    display: inline-block;
    vertical-align: top;
}

._MbSubMenu ._MbHcUsCon3>div:first-child {
    width: calc(100% - 100px);
    margin-right: 20px;
}

._MbSubMenu ._MbHcUsCon3>div:last-child {
}

._MbSubMenu ._MbHcUsCon3 ._MbHcWrtBtn {
    background: #2561FA;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    width: 100%;
}

._MbSubMenu ._MbHcUsCon3 ._MbHcAlr {
    display: inline-block;
    width: 80px;
    height: 60px;
    cursor: pointer;
    background: url(/assets/img/icon/mo/menu_lg_alarm.png) no-repeat center center, #F6F7F9;
    position: relative;
    border-radius: 5px;
}

._MbSubMenu ._MbHcUsCon3 ._MbHcAlrCnt {
    position: absolute;
    top: 11px;
    right: 12px;
    border-radius: 90px;
    background: #F24B4B;
    color: #FFFFFF;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    padding: 0 4px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: center;
}



._MbSubMenu ._MbHcUsCon4 {
    padding: 20px 20px 0 20px;
    font-size: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

._MbSubMenu ._MbHcUsCon4>div {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #F6F7F9;
    padding: 12px 0 16px 0;
}

._MbSubMenu ._MbHcUsCon4>div a {
}

._MbSubMenu ._MbHcUsCon4>div img {
}

._MbSubMenu ._MbHcUsCon4>div div {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 8px;
}




._MbSubMenu ._MbHc ._MbHcUser ._MbHcUsCon5 {
    padding: 20px 20px 0 20px;
    position: relative;
}

._MbSubMenu ._MbHc ._MbHcUser ._MbHcUsCon5 ._MbHcSrchInp {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #373737;
    padding: 15px 45px 15px 20px;
    border-radius: 5px;
}

._MbSubMenu ._MbHc ._MbHcUser ._MbHcUsCon5 ._MbMnSrcBtn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    cursor: pointer;
}





._MbSubMenu ._MbHcLst {
    /* margin-top: 10px; */
    background: #FFFFFF;
    /*height: 50px;*/
    padding-bottom: 50px;
}

._MbSubMenu ._MbHcLst ._MbHcUl {
    padding: 25px 0;
    border-bottom: 1px solid #e1e1e1;
}

._MbSubMenu ._MbHcLst ._MbHcUl:last-child {
    border-bottom: 0;
}

._MbSubMenu ._MbHcLst ._MbHcUl li {
    padding: 0 20px;
    margin-bottom: 20px;
}

._MbSubMenu ._MbHcLst ._MbHcUl li:last-child {
    margin-bottom: 0;
}

._MbSubMenu ._MbHcLst ._MbHcUl li a {
    letter-spacing: -0.02em;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

._MbSubMenu ._MbHcLst ._MbHcUl li._MbHcLi {
}

._MbSubMenu ._MbHcLst ._MbHcUl li._MbHcLi a {
    font-family: 'SUIT-Regular';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #202020;
}
._MbSubMenu ._MbHcLst ._MbHcUl li._MbHcLi a._adm{
    width: 100%;
    background: #202020;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
}

._MbSubMenu ._MbHcLst ._MbHcUl li._MbHcLi ._MbHcLiSbTxt {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    vertical-align: top;
    float: right;
    color: #608CFF;
}

._MbSubMenu ._MbHcLst ._MbHcUl li._MbHcLiTxt {
}

._MbSubMenu ._MbHcLst ._MbHcUl li._MbHcLiTxt a {
    color: #8496B1;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

._MbSubMenu ._MbHcLst ._MbHcUl li._MbHcLiLst {
}

._MbSubMenu ._MbHcLst ._MbHcUl li._MbHcLiLst a {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

._MbSubMenu ._MbHcLst ._MbHcUl li._MbHcLiLst div._new {
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url(/assets/img/icon/mo/menu_lg_nw.png) no-repeat center center;
    margin-left: 5px;
    vertical-align: top;
}








/* Mobile Side Menu End */



/* alert  */
._alert {
    width: 522px;
    height: 282px;
    margin: 40px;
    opacity: 0.8;
    background-color: #000;
}

._alertContainer {
    width: 380px;
    height: 166px;
    margin: 55px 71px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
}

._alertBody {
    padding: 40px 100px;
}

._alertBtn {
    width: 110px;
    height: 40px;
    margin: 24px 0 0 24px;
    border-radius: 4px;
    border: 0;
    background-color: #6a2fef;
    color: #fff;
}

/* pagenation */
._pagination {
    margin: 0 auto;
    font-size: 0;
    color: #1a1a1a;
    text-align: center;
}

._pagination div {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

._pagePrev {
    margin-right: 5px;
    background: url("/assets/img/common/ico_page_arrowL.svg") no-repeat center center;
}

._pageNext {
    margin-left: 5px;
    background: url("/assets/img/common/ico_page_arrowR.svg") no-repeat center center;
}

._pageNow {
    font-weight: bold;
    text-decoration: underline;
}

._pagiNation2 .page_btn {
    border: 0;
}

._pagiNation2 .page_btn.on {
    border: 0;
    text-decoration: underline;
}

/* footer */
/*
footer {
    font-size: 0;
    width: 100%;
    min-width: 1100px;
    background-color: #f2f2f2;
    padding: 30px 0 30px 0;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-top: 1px solid #dddddd;
    height: 85px;
}
*/
._ftCon {
    width: 100%;
    margin: 0 auto;
}

._ftcLink {
    text-align: center;
    padding-bottom: 20px;
}

._ftcLink ul {
    display: inline-block;
}

._ftcLink ul li {
    display: inline-block;
    padding: 0 22px;
    vertical-align: bottom;
    line-height: 23px;
    height: 23px;
}

._logoFt {
}

._ftcLink ul li a {
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: -0.54px;
    color: #525252;
}

._ftcInfo {
    text-align: center;
}

._ftcInfo ul {
    display: block;
}

._ftcInfo ul li {
    display: inline-block;
    padding: 0 12px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.54px;
    color: #525252;
    position: relative;
}

._ftcInfo ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 12px;
    background: #dddddd;
}

/* Left Gnb Start */
#_leftGnb {
    background-color: #fff;
    width: 200px;
    padding-bottom: 100px;
    display: inline-block;
    vertical-align: top;
}

._lftGnbInfo {
    width: 200px;
    border: 1px solid #C9CDDC;
    border-radius: 14px;
    margin-bottom: 32px;
}

._lftGnbInfo ._lftType1,
._lftGnbInfo ._lftType2 {
    padding: 30px 14px 24px 14px;
    text-align: center;
}

._lftGnbInfo ._lftType2 ._txt {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
}

._lftGnbInfo ._lftType2 ._btn1 {
    margin-top: 10px;
    font-size: 15px;
}

._lftGnbInfo ._lftType3 {
    padding-top: 20px;
}

._lftGnbInfo ._lftType3 ._topDv {
    width: 172px;
    margin: 0 auto;
    padding-bottom: 18px;
    border-bottom: 1px solid #eeeff1;
}

._lftGnbInfo ._lftType3 ._topDv .__tit {
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #202020;
    padding-bottom: 8px;
}

._lftGnbInfo ._lftType3 .__txt {
    font-size: 12px;
    line-height: 14px;
    color: #838383;
    font-weight: 400;
}

._lftGnbInfo ._lftType3 ._conDv {
    padding: 18px 14px 19px 14px;
}

._lftGnbInfo ._lftType3 ._conDv .__tit {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #8F8F8F;
}

._lftGnbInfo ._lftType3 .perWrp {
    margin: 6px 0 16px 0;
}

._lftGnbInfo ._lftType3 .perWrp ._barGrp {
    width: 172px;
    height: 12px;
    border-radius: 90px;
    background-color: #eeeff1;
}

._lftGnbInfo ._lftType3 .perWrp ._crnPer {
    top: 0;
    left: 0;
    background-color: #246DFF;
    border-radius: 90px;
    height: 12px;
    width: 50%;
}

._lftGnbInfo ._lftType3 ._conDv .pointBox {
    padding: 9px 12px;
    /* border-radius: 8px; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #f7f8f9;
    /* margin-bottom: 14px; */
}

._lftGnbInfo ._lftType3 ._conDv .pointBox .__txt2 {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    color: #414141;
}

._lftGnbInfo ._lftType3 ._conDv .pointBox .point_txt {
    width: 66px;
    text-align: right;
    font-weight: 700;
}

.point_icon {
    width: 13px;
    height: 13px;
    margin-left: 2px;
    background: url('/assets/img/icon/point_icon1.png') no-repeat center center;
}

.point_icon2 {
    background: url('/assets/img/icon/point_icon2.png') no-repeat center center;
}

._lftGnbInfo ._lftType3 ._conDv .pointBox .point2 {
    color: #B3B3B3;
}

._lftGnbInfo ._lftType3 ._conDv .pointBox .point2 .point_txt {
    font-weight: 500;
}

._lftGnbInfo ._lftType3 ._conDv .exchangeLetmoneyBox {
    margin-bottom: 14px;
    text-align: right;
}

._lftGnbInfo ._lftType3 ._conDv .exchangeLetmoneyBox .exchangeLetmoney a {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.98px;
    color: #2561FA;
}

._lftGnbInfo ._lftType3 ._conDv .exchangeLetmoneyBox .exchangeLetmoney a:hover {
    text-decoration: underline;
}

._lftGnbInfo ._lftType3 ._conDv .exchangeLetmoneyBox .exchangeLetmoney {
    border: 1px solid #e4e4e4;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px 22px 8px 12px;
}

._lftGnbInfo ._lftType3 ._btmDv a.__tit {
    width: 99px;
    height: 38px;
    line-height: 36px;
    border-top: 1px solid #C9CDDC;
    border-right: 1px solid #C9CDDC;
    text-align: center;
    font-size: 13px;
    color: #202020;
    font-weight: 500;
}

._lftGnbInfo ._lftType3 ._btmDv a.__tit:nth-child(2n+0) {
    border-right: 0;
}

._lftGnbInfo ._lftType3 ._btmDv .__tit .alram_cnt {
    margin-left: 2px;
    padding: 2px 4.5px;
    border-radius: 5px;
    background-color: #f21b0d;
    color: #fff;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

#_leftGnb ._btn2 {
    width: 200px;
    height: 50px;
    line-height: 50px;
}

#_leftGnb ._lftSrch {
    margin: 18px 0;
}

#_leftGnb ._lftSrch .srchIpt {
    width: 148px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #7B838F;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#_leftGnb ._lftSrch button._btn3 {
    width: 52px;
    height: 34px;
    line-height: 34px;
    background-color: #7B838F;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#_leftGnb ._lftGnbWrp ._lftGnbDep1 {
    border-top: 2px solid #7B838F;
    margin-bottom: 17px;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    border-top: 1px solid #DCDFEC;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li:first-child {
    border-top: 0;
    font-weight: 700;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a {
    display: block;
    color: #202020;
    border-bottom: 1px solid #DCDFEC;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a:last-child {
    border-bottom: 0;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a:hover {
    text-decoration: underline;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a>div {
    font-size: 13px;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a>i {
    float: right;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a::after {
    display: block;
    content: '';
    clear: both;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a>i.dep1Arr {
    width: 10px;
    height: 5px;
    background: url('/assets/img/icon/gnb_arr.png') no-repeat center center;
    margin-top: 19px;
    margin-right: 6px;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a>i.dep1Txt {
    width: 7px;
    height: 11px;
    background: url('/assets/img/icon/gnb_right_arr.png') no-repeat center center;
    margin-top: 16px;
    margin-right: 3px;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a>i.dep1Txt2 {
    width: 23px;
    height: 23px;
    background: url('/assets/img/icon/crown_icon.png') no-repeat center center;
    margin-top: 9px;
    margin-left: 4px;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a>i.dep1Txt3 {
    width: 23px;
    height: 17px;
    background: url('/assets/img/icon/stars.png') no-repeat center center;
    margin-top: 11px;
    margin-left: 4px;
}

#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a>i.dep1Txt4 {
    width: 23px;
    height: 17px;
    background: url('/assets/img/icon/left_N.svg') no-repeat center center;
    margin-top: 11px;
    /* margin-left: 4px; */
}

/* 빈별 */
#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a>i.dep1Txt5 {
    width: 23px;
    height: 17px;
    background: url('/assets/img/icon/star_blank.png') no-repeat center center;
    margin-top: 12px;
    /* margin-left: 4px; */
    margin-right: 2px;
}

.flt_font {
    font-size: 12px;
    display: inline-block;
    color: #676767;
    /* height: 30px; */

    line-height: 25px;

}

/* 빈별 */
i.dep1Txt5 {
    width: 23px;
    height: 17px;
    background: url('/assets/img/icon/star_blank.png') no-repeat center center;
    margin-top: 13px;
    /* margin-left: 4px; */
    /* margin-right: 2px; */
    display: inline-block
}

/* 속찬별 */
#_leftGnb ._lftGnbWrp ul._lftGnbDep1>li>a>i.dep1Txt6 {
    width: 23px;
    height: 17px;
    background: url('/assets/img/icon/star.png') no-repeat center center;
    margin-top: 12px;
    /* margin-left: 4px; */
    margin-right: 2px;
}

/* 속찬별 */
i.dep1Txt6 {
    width: 23px;
    height: 17px;
    background: url('/assets/img/icon/star.png') no-repeat center center;
    margin-top: 12px;
    /* margin-left: 4px; */
    margin-right: 2px;
}

._rotate {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

._rotate.up {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Left Gnb End */

/*로딩바*/
._keyListLodingDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

._logindBgDiv {
    width: 112px;
    height: 110px;
    background-image: url('/assets/img/common/logo/_loadingCircle.png');
    display: inline-block;
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 56px);
}

._logindCnDiv {
    width: 112px;
    height: 110px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 56px);
}

._loginGifImg {
    margin-top: 36px;
}



/* 개인정보처리방침, 이용약관 모달 부분 */
._privPolicyModal,
._termOfUseModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

._etcInfoModal .modalLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: pointer;
}

._etcInfoModal .modalBody {
    position: absolute;
    top: calc(50% - 228px);
    left: calc(50% - 276px);
    background: #FFFFFF;
    text-align: center;
    border-radius: 5px;
}

._etcInfoModal .agreeModal .modalBody {
    width: 630px;
    height: 576px;
    border-radius: 5px;
    border: solid 1px #707070;
    background-color: #fff;
}

._etcInfoModal .scrollDiv {
    width: 550px;
    height: 459px;
    background-color: #fafafa;
    overflow: scroll;
    overflow-x: hidden;
}

._etcInfoModal .modalDiv1 {
    display: flex;
    justify-content: space-between;
}

._etcInfoModal .modalTitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -0.9px;
    color: #242424;
    margin: 0 0 15px 0;
}

._etcInfoModal .modalClose {
    cursor: pointer;
    height: 18px;
}

._etcInfoModal .modalDiv2 {
    padding: 15px;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.63px;
    color: #242424;
    font-weight: normal;
}

._etcInfoModal .modalInner {
    margin: 40px;
    text-align: left;
}


/* 배너-팬시박스 */
._bnrFancy {
    display: none;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

._bnrfTcEtcArea {
    background: #000000;
    padding-left: 5px;
    padding-bottom: 3px;
}

._bnrfTcBtn {
    color: #ffffff;
}

/* 배너-모달*/
._cbnModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

._cbnModalBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: pointer;
}

._cbnModal .modalBody {
    position: absolute;
    top: calc(50% - 228px);
    left: calc(50% - 276px);
    background: #FFFFFF;
    text-align: center;
    border-radius: 5px;
}

._bnrmTcEtcArea {
    background: #000000;
    padding: 3px 0 3px 5px;
    text-align: left;
}

._bnrmTcBtn {
    color: #ffffff;
    font-size: 15px;
}


._bodyCon {
    display: inline-block;
    width: calc(100% - 240px);
    vertical-align: top;
    /*
     height: 100%;
     overflow-y: auto;
    overflow-x: auto; */
}

._bodyCon::-webkit-scrollbar-thumb {
    background: #d8d7d7;
    border: 3px solid #F7F7F7;
}

._bodyCon::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}

._conDiv {
    width: 1040px;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    ._bodyCon {
        width: 100%;
    }

    ._conDiv {
        width: 100%;
    }

    ._gnbTxt {
        line-height: 1.5;
        font-size: 10px;
    }
}

.ft_ntc {
    color: #D71508 !important;
}

.ft_bl {
    font-weight: bold !important;
}

.ft_lft {
    text-align: left !important;
}

.ft_cnt {
    color: #278AFF !important;
    cursor: default;
}

.ft_ctg {
    color: #868686 !important;
}

.ft_ing {
    color: #3F4DC0 !important;
}

.ft_srch {
    color: #3F4DC0 !important;
    font-weight: 700;
    text-decoration: underline;
}

.ft_wraning {
    color: #C82D2D !important;
}

.img_icon {
    width: 17px;
    height: 16px;
    background: url('/assets/img/icon/img_icon.png') no-repeat center center;
    vertical-align: middle;
    margin-left: 4px;
}

.file_icon {
    width: 18px;
    height: 18px;
    background: url('/assets/img/icon/file_icon.png') no-repeat center center;
    vertical-align: middle;
    margin-left: 4px;
}

.new_icon {
    width: 17px;
    height: 16px;
    background: url('/assets/img/icon/new_icon.png') no-repeat center center;
    vertical-align: middle;
}

.ft_lv {
    font-size: 12px;
    font-weight: 700;
    color: #a6a6a6;
    padding-left: 5px;
}

.lv2 {
    color: #E9A92E;
}

.lv3 {
    color: #EE5C0A;
}

.lv4 {
    color: #56C943;
}

.lv5 {
    color: #45A8EF;
}


/*페이지네이션*/
._pagiNation {
    text-align: center;
}

.page_btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    margin-right: 10px;
    border: 1px solid #C9CDDC;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #3B3B3D;
    vertical-align: middle;
}

.page_btn.on {
    border: 2px solid #505ED1;
    color: #505ED1;
    font-weight: 700;
    line-height: 22px;
}

.page_first {
    border: 0;
    background: url('/assets/img/icon/arr_first.png') no-repeat center center;
}

.page_prev {
    border: 0;
    background: url('/assets/img/icon/arr_prev.png') no-repeat center center;
}

.page_next {
    border: 0;
    background: url('/assets/img/icon/arr_next.png') no-repeat center center;
}

.page_end {
    border: 0;
    background: url('/assets/img/icon/arr_end.png') no-repeat center center;
}


._conTitle1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #202020;
    padding-bottom: 10px;
}

._conTitle1 span {
    color: #505ED1;
}

._conTitle2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #505050;
}

._conTitle3 {
    font-size: 16px;
    font-weight: 700;
    color: #868686;
}

._conTitle4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #505050;
}

._conTitle5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #505050;
}

._conText1 {
    font-size: 16px;
    font-weight: 400;
    color: #202020;
}

._conText2 {
    font-size: 14px;
    font-weight: 400;
    color: #868686;
}

._conText3 {
    width: 140px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #202020;
    text-indent: 20px;
    text-align: left;
}

._conText3::before {
    display: block;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #202020;
    top: 9px;
    left: 5px;
}

._conText4 {
    font-size: 16px;
    font-weight: 400;
    color: #414141;
}

._conText5 {
    font-size: 16px;
    font-weight: 700;
    color: #414141;
}

._conText6 {
    font-size: 14px;
    font-weight: 400;
    color: #414141;
}

/* 팝업 여기서부터 */
#header2 {
    position: static;
}

.lpop_default>.lpop_box {
    position: relative;
}

.lpop_default>.lpop_box>.lpop_head {
    position: absolute;
    top: 0px;
    right: 10px;
}

.lpop_default>.lpop_box>.lpop_body {
}

.lpop_default>.lpop_box>.lpop_foot {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: right;
    background-color: black;
    color: white;
    font-weight: bolder;
}

.lpop_default a.lpop_colse {
    color: white;
    font-weight: bolder;
    margin-right: 20px;
    margin-left: 10px;
    font-size: 14px;
}

.lpop_default a.lpop_oneday_colse {
    color: white;
    font-weight: bolder;
    margin-right: 10px;
    margin-left: 20px;
}

.lpop_sticker>.lpop_box {
    position: relative;
}

.lpop_sticker>.lpop_box>.lpop_head {
    position: absolute;
    top: 0px;
    right: 10px;
}

.lpop_sticker>.lpop_box>.lpop_body {
}

.lpop_sticker>.lpop_box>.lpop_foot {
    position: absolute;
    left: 0px;
    bottom: 22px;
    text-align: center;
}

.lpop_sticker>.lpop_box>.lpop_timer {
    position: absolute;
    left: 76px;
    top: 110px;
    /*text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);*/
}



.jquery_timer {
    font-size: 26px;
    color: white;
    font-weight: bolder;

}

.jquery_timer>span {
    font-size: 26px;
    line-height: 30px;
    color: white;
    font-weight: bolder;
}

.lpop_sticker a.lpop_colse {
    display: block;
    width: 25px;
    height: 24px;
    text-indent: -4000px;
    overflow: hidden;
    background: url('/template/1/image/pop_btn_close.png') no-repeat center center;
}

.lpop_sticker a.lpop_oneday_colse {
    display: block;
    width: 115px;
    height: 16px;
    text-indent: -4000px;
    overflow: hidden;
    background: url('/template/1/image/pop_btn_day2.png') no-repeat center center;
    margin: 0px auto;
}

.lpop_bottompop {
    background: white;
}

.lpop_bottompop>.lpop_box {
    position: relative;
}

.lpop_bottompop>.lpop_box>.lpop_head {
    position: absolute;
    top: 0px;
    right: 10px;
}

.lpop_bottompop>.lpop_box>.lpop_body {
}

.lpop_bottompop>.lpop_box>.lpop_foot {
    font-size: 14px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: right;
    background-color: black;
    color: white;
    font-weight: bolder;
}

.lpop_bottompop a.lpop_colse {
    color: white;
    font-weight: bolder;
    margin-right: 20px;
    margin-left: 10px;
}

.lpop_bottompop a.lpop_oneday_colse {
    color: white;
    font-weight: bolder;
    margin-right: 10px;
    margin-left: 20px;
}

.lpop_fancy>.lpop_box>.lpop_foot {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: right;
    background-color: black;
    color: white;
    font-weight: bolder;
}

.lpop_fancy a.lpop_colse {
    color: white;
    font-weight: bolder;
    margin-right: 20px;
    margin-left: 10px;
    float: right;
    font-size: 14px;
}

.lpop_fancy a.lpop_oneday_colse {
    font-size: 14px;
    float: left;
    color: white;
    font-weight: bolder;
    margin-right: 10px;
    /* margin-left: 20px; */
    width: 111px;
}

/* 팝업 여기까지 */


#footer {
    border-top: 1px solid #e1e1e1;
}

#footer .top {
    border-bottom: solid 1px #16181a;
    padding: 12px 0;
    margin-bottom: 38px;
    padding-bottom: 0;
}


#footer .top>section>div {
    float: left;
}

#footer .notice:nth-child(1) {
    margin-right: 37px;
}

#footer .notice:nth-child(2) {
    margin-right: 27px;
}


#footer .notice>div {
    float: left;
}

#footer .notice .notice_title {
    font-size: 14px;
    letter-spacing: -0.42px;
    color: #16181a;
    margin-right: 20px;
    line-height: 30px;
}


#footer .notice .list {
    font-size: 13px;
    font-weight: 300;
    color: #7d7e80;
    font-family: 'Noto Sans CJK KR DemiLight', sans-serif;
    margin-right: 25px;
    line-height: 30px;
    width: 350px;
}

#footer .notice .list .title {
    display: inline-block;
    max-width: 231px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*transform:translateY();*/

}

#footer .notice .list a {
    color: #7d7e80;
}

#footer .notice .list:hover a {
    text-decoration: underline;
}

#footer .notice .list span {
    display: inline-block;
    margin-left: 13px;
    transform: translateY(-7px);
}


#footer .notice .list_date {
    display: inline-block;
    font-family: 'Dotum', sans-serif;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 1.33;

}

#footer .notice .list .list_date {
    transform: translateY(-10px) !important;
}

.notice_slider {
    width: 345px;
}

.notice_slider .list>a>div {
    float: left;
}

#footer .notice:nth-child(1) .list_date {
    line-height: 30px;
}

#footer .notice .call_num {
    font-size: 20px;
    letter-spacing: -0.6px;
    color: #324ca5;
    margin-right: 26px;
    line-height: 30px;
}

#footer .faq {
}

#footer .faq>div {
    float: left;
    width: 70px;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #000000;
    font-family: 'Noto Sans CJK KR DemiLight', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.39px;
    text-align: center;
    line-height: 30px;
}

#footer .faq>div>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #16181a;
}

#footer .faq>div:nth-child(1) {
    margin-right: 13px;
}


#footer .bottom {
    height: 152px;
}

#footer .bottom section>div {
    float: left;
}

#footer .bottom .foot_logo {
    display: inline-block;
    width: 140px;
    height: 70px;
    margin-right: 49px;
    margin-top: 30px;
}

/*#footer .bottom .foot_logo img {
    width: 100%;
    height: 100%;
}*/

#footer .foot_contents {
    margin-top: 30px;
    width: 800px;
    display: inline-block;

}

#footer .foot_link {
    padding-bottom: 24px;
}

#footer .foot_link>li {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    font-family: 'Noto Sans CJK KR Medium', sans-serif;
    font-weight: bold;
    letter-spacing: -0.35px;
}

#footer .foot_link>li:last-child {
    margin-right: 0;
}

#footer .foot_link>li>a {
    color: #16181a;
}


#footer .copyright>div {
    margin-bottom: 10px;
    display: inline-block;
}

#footer .copyright>div>p {
    float: left;
    font-family: 'Dotum', sans-serif;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #7d7e80;
    /* background: url("../img/common/footer/line.png") no-repeat left center; */
    margin-left: 10px;
    padding-left: 10px;
}

#footer .copyright>div>p:nth-child(1) {
    background: none;
    margin-left: 0;
    padding-left: 0;
}

#footer .foot_sns {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 30px;
}

#footer .foot_sns>li {
    float: left;
    margin-left: 8px;

}


/*------------------//footer*/


/*----------------table star*/
table .star {
    text-align: center;
}

table .star div.on,
table .star_on {
    background: url("../img/introduce/star_on.png") no-repeat center !important;
}


table .star div {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("../img/introduce/star_off.png") no-repeat center;
}


/*----------------table star*/
caption {
    display: block;
    position: absolute !important;
    left: -9999px !important;
    top: 0 !important;
    text-indent: 9999px !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    font-size: 1px;
    line-height: 0 !important;
    white-space: nowrap !important;
}


.area_flex_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

section {
    display: block;
}

/* Right Floating */
.LC_FLT_RIT {
    position: fixed;
    bottom: 330px;
    right: 15px;
    z-index: 9;
}

._myinfoBtn {
    cursor: pointer;
}

._myinfoBtn:hover {
    text-decoration: underline;
    color: #278AFF !important;
}

._tag {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.32px;
    text-align: center;
    display: inline-block;
    border: 1px solid #FFB5B5;
    color: #FF7171;
    padding: 2px 3px;
    margin-left: 4px;
    background-color: white;
}

._study_tag0 {

    border: 1px solid #91D9E9 !important;
    color: #2F95AB !important;
}

._study_tag1 {
    border: 1px solid #91D9E9 !important;
    color: #2F95AB !important;

}

._study_tag2 {
    border: 1px solid #FFB5B5 !important;
    color: #FF7171 !important;

}

._study_tag3 {
    border: 1px solid #A599EC !important;
    color: #2A0DD7 !important;

}

._study_tag4 {
    border: 1px solid #76DE93 !important;
    color: #39AD5A !important;

}

._study_tag5 {
    border: 1px solid #E29EA5 !important;
    color: #AB2F3B !important;

}

._study_tag6 {
    border: 1px solid #FFC671 !important;
    color: #F1950B !important;

}

._study_tag7 {
    border: 1px solid #DCB7FA !important;
    color: #A668D7 !important;

}

._study_tag8 {
    border: 1px solid #DFBE97 !important;
    color: #B87F3C !important;

}


/* common_ys */

._gnbMenuWrp ul {
}

._gnbMenuWrp ul li {
    cursor: pointer;
}

.headerAddMenu {
    padding: 12px 16px 12px 16px;
    border: 1px solid #E3E7EE;
    border-radius: 5px;
    position: absolute;
    top: 39px;
    right: 0;
    background: white;
    z-index: 1;
}

.headerAddMenu ul {
}

.headerAddMenu ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.headerAddMenu ul li:hover {
    text-decoration-line: underline;
}

.LeftMenuLogin {
    width: 100%;
    margin-top: 17px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}

._lftGnbInfo ._lftType3 ._btmDv a.__tit {
    width: 98.9px !important;
}

._cursorP {
    cursor: pointer;
}

.LeftMenuPointInfo:hover {
    text-decoration-line: underline;
    color: #278AFF !important;

}

.LeftMenuBalloon {
}

.LeftMenuBalloon img {
    position: absolute;
    top: -25px;
    left: 26px;
}

._btmDv a:hover {
    background: #F4FBFF;
}

._btmDv a:nth-child(3) {
    border-radius: 0 0 0 14px;
}

._btmDv a:nth-child(4) {
    border-radius: 0 0 14px 0;
}

.LeftMenuWriteBtn {
    background-color: #3F4DC0 !important;
    border-radius: 12px !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
}

._brdListAllBannerArea {
    width: 100%;
    height: 180px;
    background: #D0ECD1;
    margin-bottom: 40px;
}

._brdListAllBannerArea img {
    width: 100%;
    /* height: 180px; */
}

/* #_leftGnb ._lftGnbWrp ._lftGnbDep1 {
    margin-bottom: 0px !important;
} */


.left_menu_accordion-item-header {
    background: url('/assets/img/icon/gnb_arr_down.png') no-repeat center right 3px;
}

.left_menu_accordion-item-header.header_active {
    background: url('/assets/img/icon/gnb_arr.png') no-repeat center right 3px;
}

._text_underline {
    text-decoration-line: underline;
}

._boardListNotice {
    background: #F9FAFB;
}

._amPagenation {
    width: 100%;
    /*height:40px;*/
    overflow: hidden;
    text-align: center;
    position: relative;
}

._amPagenation.type2 {
    overflow: visible;
}

._amPagenation ._amPaging {
    display: inline-block;
    zoom: 1;
}

._amPagenation ._amPaging>a {
    display: block;
    width: 20px;
    height: 25px;
    margin-left: 5px;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

._amPagenation ._amPaging .page_first {
    background: url(/assets/img/icon/arr_first.png) no-repeat center center;
    margin-left: 0px;
}

._amPagenation ._amPaging .page_prev {
    background: url(/assets/img/icon/arr_prev.png) no-repeat center center;
    margin-right: 10px;
}

._amPagenation ._amPaging ._amPage_next {
    background: url(/assets/img/icon/arr_next.png) no-repeat center center;
    margin-left: 0px;
}

._amPagenation ._amPaging ._amPage_last {
    background: url(/assets/img/icon/arr_end.png) no-repeat center center;
}

._amPagenation ._amPaging ._amPage {
    display: block;
    float: left;
    height: 27px;
}

._amPagenation ._amPaging ._amPage a {
    padding: 0.8px 8px;
    margin-right: 10px;
    border: 1px solid #C9CDDC;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #3B3B3D;
    vertical-align: middle;
    line-height: 21px !important;
    display: inline-block;
}

._amPagenation ._amPaging ._amPage a._amActive {
    border: 2px solid #505ED1 !important;
    color: #505ED1 !important;
    font-weight: 700 !important;
}


._amPagenation ._amPage ._amActive span {
    color: #505ed1;
    font-size: 14px;
    letter-spacing: -0.28px;
}

._amPagenation ._amPage a span {
    color: #888888;
    font-size: 14px;
    letter-spacing: -0.28px;
}

/*
.cmnt_tbl tbody td a div {
    color: #202020;
    font-size: 14px;
    display: inline-block;
    max-width: 329px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
} */

._td_level {
    color: #202020;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    font-weight: 700;
;
}

.ft_study_type {
    color: #888888 !important;
}

._srchWrp .ipt_txt {
    width: 258.8px !important;
}


._title_text:hover {
    /* text-decoration: underline; */
}

.content_title:hover {
    /* text-decoration: underline; */
    text-decoration: underline !important;
}

._iptText4 {
    width: 133px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
}

.__spcCrtSelDiv button:not(:first-child) {
    margin-top: 5px;
}

._conSubMenuBanComment {
    width: 84px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #D0D3E1;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px #00000040;
    /* padding: 14px 16px; */
    top: 28px;
    /* right: 10px; */
    background: white;
    z-index: 1;
}

._conSubMenuBanComment .__tit{
    padding : 7px 0px;
    width: 100%;
    display: inline-block;
}
._conSubMenuBanComment .__tit:hover{
    background: #F0F2F4;
    font-weight: bold;
}


._conSubMenuBanComment {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 16px;
    height: auto;
    width: 100px;
}


._conSubMenuBan {
    width: 84px;
    /* height: 46px; */
    border-radius: 8px;
    border: 1px solid #D0D3E1;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px #00000040;
    /* padding: 14px 16px; */
    top: 42px;
    right: 10px;
    background: white;
    z-index: 1;
}

._conSubMenuBanAdd {
    /* width: 100px !important;
    height: 72px !important; */
}

._conSubMenuBan {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

._conSubMenuBan a {
    width: 100%;
    padding: 10px 0px;
}

._conSubMenuBan a:hover {
    background: #F0F2F4;
    /* 마우스 오버 시 배경 색상 */
    font-weight: bold;
    /* 마우스 오버 시 폰트 굵게 */
}

.searchPoint {
    font-weight: 700;
    color: #505ED1;
    text-decoration: underline;
}

.note-modal-content div {
    font-size: 14px;
}

.note-modal-content {
    padding-bottom: 10px;
}

.appendFileBtn {
    background: #5E6773;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.03em;
    text-align: left;
    padding: 6px 10px;
    border-radius: 4px;
}


/* Mobile Ver Footer */
._FTArea {
    padding: 40px 0;
    background: #f5f5f5;
    text-align: center;
}

._FTArea ._FT1 {
    margin-bottom: 28px;
}

._FTArea ._FT1 ul {
    margin-bottom: 10px;
}

._FTArea ._FT1 ul:last-child {
    margin-bottom: 0;
}

._FTArea ._FT1 ul li {
    display: inline-block;
    margin-right: 26px;
    font-size: 15px;
}

._FTArea ._FT1 ul li:last-child {
    margin-right: 0;
}

._FTArea ._FT1 ul li a {
    color: #414141;
    letter-spacing: -0.2px;
}


._FTArea ._FT2 {
    margin-bottom: 28px;
}

._FTArea ._FT2 ul {
}

._FTArea ._FT2 ul li {
    display: inline-block;
    margin-right: 20px;
}

._FTArea ._FT2 ul li:last-child {
    margin-right: 0;
}

._FTArea ._FT3 {
    margin-bottom: 28px;
    position: relative;
}

._FTArea ._FT3 ._FT3Btn1 {
    padding: 0 52px 0 24px;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    color: #676767;
    border: 1px solid #d5d5d5;
    position: relative;
    background-color: #efefef;
    z-index: 1;
}

._FTArea ._FT3 ._FT3Btn1::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 14px;
    right: 24px;
    z-index: 2;
    background: url('/assets/img/icon/mo/FT_Btn1.png') no-repeat center center;
    /* transform: rotate(-45deg); */
}

._FTArea ._FT3 ._FT3Btn1._on {
    background-color: #FFFFFF;
}

._FTArea ._FT3 ._FT3Btn1._on::before {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

._FTArea ._FT3 ._FT3SAtc {
    display: none;
    position: absolute;
    width: 320px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    bottom: 60px;
    left: calc(50% - 160px);
    z-index: 3;
    box-shadow: 0px 4px 9px 0px #0000001A;
}

._FTArea ._FT3 ._FT3SAtc ul {
}

._FTArea ._FT3 ._FT3SAtc ul li {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}

._FTArea ._FT3 ._FT3SAtc ul li:last-child {
    border-bottom: 0;
}

._FTArea ._FT3 ._FT3SAtc ul li a {
    display: inline-block;
    font-size: 0;
    width: 100%;
    height: 100%;
}

._FTArea ._FT3 ._FT3SAtc ul li a img {
}


._FTArea ._FT4 {
    line-height: 20px;
    font-size: 13px;
    color: #a7a7a7;
    margin-bottom: 15px;
}

._FTArea ._FT5 {
    line-height: 20px;
    font-size: 11px;
    color: #c1c1c1;
}



._MbWrtFlBtn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background: url('/assets/img/icon/mo/flt_wrt.png') no-repeat center center;
    cursor: pointer;
    border-radius: 20px;
}

.toastify {
    left: 50% !important;
    transform: translate(-50%, 50%) translateY(0px) !important;
    width: 350px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background: white !important;
    color: black;
    background-color: #CCCCCC;
    /* 회색 배경색 */
    /* color: #FFFFFF; */
    /* 흰색 텍스트 */
    border-radius: 20px;
    /* 라운드 원 형태 */
    padding: 14px;
    /* 내부 여백 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 90%;
}

.adm {
    display: block;
    background: #000;
    width: auto;
    color: #ffffff;
    padding: 0 12px;
    line-height: 24px;
    height: 24px;
    border-radius: 3px;
    margin-top: 7px;
    margin-left: 10px;
}


/* Mobile Ver */
@media screen and (max-width: 1024px){
    /* 빈별 */
    i.dep1Txt5 {
        margin-top: 0;
    }


    /* 속찬별 */
    i.dep1Txt6 {
        margin-top: 0;
        margin-right: 0;
    }

    .mobile-accordion-item-header {
        background: url('/assets/img/icon/gnb_arr.png') no-repeat center right 20px;
    }

    ._gnbNav ._leftMenu ._menuItem:hover, ._gnbNav ._rightMenu ._menuItem:hover, ._mGnbNav ._leftMenu ._menuItem:hover, ._mGnbNav ._rightMenu ._menuItem:hover {
        color: #282D37 !important;
    }

    ._gnbNav ._leftMenu ._menuItem:hover::after, ._gnbNav ._rightMenu ._menuItem:hover::after, ._mGnbNav ._leftMenu ._menuItem:hover::after, ._mGnbNav ._rightMenu ._menuItem:hover::after {
        opacity: 0;
    }
}


/* MARK: 2025.02.25 주환추가 */
._secondGnbContainer {
    border-top: 1px solid #E0E5EB;
    border-bottom: 1px solid #E0E5EB;
    width: 100%; /* border가 화면 전체 너비를 차지하도록 설정 */
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: 0 4px 6px 0px #00000008;
}

.alram_cnt {
    color: #F14040;
    padding: 0 4px;
    border-radius: 4px;
}

._gnbNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
}

._gnbNav ._leftMenu {
    display: flex;
    gap: 30px;
}

._gnbNav ._leftMenu ._menuItem,
._gnbNav ._rightMenu ._menuItem {
    font-size: 15px;
    color: #414141;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding: 15px 0; /* 상하 패딩 추가 */
}

._gnbNav ._rightMenu ._menuItem {
    display: inline-flex;
    align-items: center;
}

._gnbNav ._rightMenu ._menuItem img {
    margin-right: 5px;
}

/* MY 데이터랩 hover 시 이미지 변경 */
._gnbNav ._rightMenu ._menuItem:hover img,
._mGnbNav ._rightMenu ._menuItem:hover img,
._gnbNav ._rightMenu ._menuItem._active img,
._mGnbNav ._rightMenu ._menuItem._active img{
    content: url('/assets/img/icon/go_mydatalab.png');
}

/* hover 효과 수정 */
._gnbNav ._leftMenu ._menuItem:hover,
._gnbNav ._rightMenu ._menuItem:hover,
._mGnbNav ._leftMenu ._menuItem:hover,
._mGnbNav ._rightMenu ._menuItem:hover {
    color: #2561FA;
}

/* hover시 하단 border 표시 */
._gnbNav ._leftMenu ._menuItem::after,
._gnbNav ._rightMenu ._menuItem::after,
._mGnbNav ._leftMenu ._menuItem::after,
._mGnbNav ._rightMenu ._menuItem::after {
    content: '';
    position: absolute;
    bottom: -4px; /* 메뉴 아이템 하단에 위치 */
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2561FA;
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* active 상태일 때의 스타일 (항상 적용) */
._gnbNav ._menuItem._active,
._mGnbNav ._menuItem._active {
    color: #2561FA;
}

/* active 상태일 때의 밑줄 (항상 적용) */
._gnbNav  ._menuItem._active::after,
._mGnbNav  ._menuItem._active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2561FA;
    opacity: 1;
}

._mGnbNav  ._menuItem._active::after {
    bottom: -22px;
}

._gnbNav ._leftMenu ._menuItem:hover::after,
._gnbNav ._rightMenu ._menuItem:hover::after,
._mGnbNav ._leftMenu ._menuItem:hover::after,
._mGnbNav ._rightMenu ._menuItem:hover::after {
    opacity: 1;
}

.new {
    position: absolute;
    top: 17px;
    right: -30px;
    font-size: 11px;
    color: #FF4E4E;
    font-weight: bold;
}

._gnbNav ._rightMenu {
    display: flex;
    align-items: center;
    margin-right: 38px; /* 오른쪽 여백 조정 */
}

._mGnbNav {
    width: 100%;
    padding: 12px 16px;
    background: #fff;
    border-bottom: 2px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

._mGnbNav ._leftMenu {
    display: flex;
    gap: 16px;
}

._mGnbNav ._menuItem {
    font-size: 14px;
    font-weight: 400;
    color: #282D37;
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 1;
}

/* MY 데이터랩 스타일 */
._mGnbNav ._menuItem {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 0px;
    border-radius: 6px;
}

._mGnbNav ._leftMenu ._menuItem::after, ._mGnbNav ._rightMenu ._menuItem::after {
    bottom: -14px;
}

._MdTabWrp {
    margin-top: 10px;
    height: 69px;
    border-bottom: 2px solid #f5f5f5;
}
._MdTabWrp ._tabMenu {
    padding: 0 20px;
    justify-content: normal;
    gap: 28px;
}
._MdTabWrp ._tabMenu .__menu {
    position: relative;
    line-height: 69px;
    font-weight: 400;
    font-size: clamp(18px, 3vw, 22px);
    letter-spacing: -0.02em;
    color: #282D37;
}
._MdTabWrp ._tabMenu .__menu.menu_focus {
    font-weight: 700;
    color: #183EA0;
}
._MdTabWrp ._tabMenu .__menu.menu_focus::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #183EA0;
}
._MbSubMenu ._MbHcUsConBtn {
    padding: 0 20px;
    margin-top: 16px;
}
._MbSubMenu ._MbHcUsConBtn ._MbHcWrtBtn {
    background: #2561FA;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    width: 100%;
}
._MdDatalabDv ._dpt1Tit {
    font-size: clamp(18px, 3vw, 22px);
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #202020;
    line-height: 81px;
    border-bottom: 1px solid #E4E4E4;
}
._MdDatalabDv._MenuTabList._MenuDatalab {
    padding: 0 20px;
}
