@charset "UTF-8";

* {
    box-sizing: border-box;
}

/* 스크롤바 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    background-color: #f1f1f1;
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border: none;
    box-shadow: 0;
    border-radius: 3px;
}
::-webkit-scrollbar-track:horizontal {
    border-top: 1px solid #fff;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 60px;
    border: 0px solid #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

/* ------------------------------body---------------------------- */
body {
    scrollbar-face-color: #b0b0b0;
    scrollbar-highlight-color: #a3a3a3;
    scrollbar-shadow-color: #a3a3a3;
    scrollbar-3dlight-color: #a3a3a3;
    scrollbar-arrow-color: #aaa;
    scrollbar-track-color: #e0e0e0;
    scrollbar-darkshadow-color: #e0e0e0;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    padding-top: 90px !important;
}

/* ------------------------------wrap---------------------------- */
.wrap {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}

/* ------------------------------header---------------------------- */
header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    height: 280px;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
    transition: all 0.3s;
}
.header_line {
    width: 100%;
    height: 90px;
    z-index: -1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
}
.header_wrap {
    padding-top: 26px;
}
.main_logo {
    width: 142px;
    height: 36px;
    background: url(../img/icon/logo_1.png);
    display: inline-block;
    vertical-align: top;
}
.header_nav_wrap {
    display: inline-block;
    margin-top: 4px;
    margin-left: 30px;
}
.header_nav_wrap > ul {
    display: inline-block;
}
.header_nav_wrap > ul > li {
    display: inline-block;
    margin-left: 60px;
    vertical-align: top;
}
.header_nav_wrap > ul > li > button > a {
    font-size: 19px;
    font-weight: bold;
    color: #0c323d;
}
.hd_click_green {
    color: #2cbbb7 !important;
}
.togglebtn {
    display: none;
    margin-top: 60px;
}
.header_nav_wrap > ul > li > ul > li {
    margin-bottom: 10px;
}
.header_nav_wrap > ul > li > ul > li > a {
    text-align: center;
    font-size: 16px;
    color: #45666b;
}
.user_login {
    float: right;
    display: flex;
    justify-content: center;
    margin-top: -6px;
}
.user_login img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}
.user_login > a {
    display: inline-block;
    font-size: 16px;
    margin-top: 7px;
    color: #667d85;
    vertical-align: middle;
}
.user_login > span {
    margin: 8px 5px 5px;
    color: #667d85;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
}
.header_nav_wrap > ul > li > button > a:hover {
    color: #2dbab2;
}
.header_nav_wrap > ul > li > ul > li > a:hover {
    color: #2dbab2;
}

/* ------------------------------footer---------------------------- */
footer {
    padding-bottom: 60px;
}
.ft_line {
    border-bottom: 1px solid #dddddd;
    width: 100%;
}
.ft_main_tittle {
    padding: 30px 0px 30px 0px;
}
.ft_main_tittle > a {
    font-size: 18px;
    color: #0c323d;
}
.ft_main_tittle > span {
    font-size: 18px;
    color: #dddddd;
    padding: 40px 40px;
}
.ft_second_tittle {
    padding: 20px 0px 10px 0px;
    position: relative;
}
.ft_second_tittle > a {
    font-size: 16px;
    color: #a5acaf;
}
.ft_second_tittle > span {
    font-size: 16px;
    color: #a5acaf;
    padding: 20px 20px;
}
.ft_last_tittle > p {
    font-size: 14px;
    color: #a5acaf;
}
.footer_logo {
    width: 190px;
    height: 54px;
    background: url(../img/icon/logo_2.png);
    position: absolute;
    right: 0;
    top: 26px;
}

/* ------------------------------main---------------------------- */
main {
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
}

/* ------------------------------button---------------------------- */
/* ↑ 버튼 */
.up_bt_div {
    float: right;
    margin-bottom: 50px;
    margin-right: -80px;
}
.up_bt_div > button {
    border: 3px solid #dddddd;
    border-radius: 30px;
    width: 60px;
    height: 60px;
}
.up_bt_div > button > i {
    font-size: 35px;
    color: #163a45;
}

.save_box_div {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.save_box_div > button {
    height: 50px;
    background-color: #e1eaea;
    border-radius: 5px;
    font-size: 17px;
    color: #0c323d;
    margin-left: 3px;
    min-width: 120px;
    padding: 0px 20px;
}
.save_box_div > button > a {
    display: inline-block;
    width: 100%;
    padding: 10px 0px 10px 0px;
}

.save_box_div > button:last-child {
    background-color: #2cbbb7;
    color: #fff;
}
.save_box_div > button:last-child a {
    color: #fff;
}
.copy_div {
    display: inline-block;
}
.copy_div > button {
    margin-left: 5px;
    padding: 10px 20px 10px 20px;
    background: #667d85;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    margin-top: -35px;
}
.made_bt {
    display: inline-block;
}
.made_bt > button {
    padding: 12px 30px 12px 30px;
    background-color: #397fd4;
    border-radius: 40px;
    font-size: 20px;
    color: #fff;
}
.made_bt > button > a {
    color: #fff;
}
.made_bt > button > a > i {
    margin-right: 10px;
}
.gray_main_bt {
    width: 100%;
    height: 80px;
    border: 1px solid #dddddd;
    background-color: #f3f3f3;
    font-size: 20px;
    color: #667d85;
}
.blue_main_bt {
    background-color: #0c323d;
    color: #fff;
}
.gray_box {
    padding: 20px 30px 20px 30px;
    border: 1px solid #dddddd;
    margin-right: -4px;
    border-radius: 2px;
    background-color: #f3f3f3;
    margin-bottom: -1px;
    color: #667d85;
    font-size: 16px;
}
.white_box {
    background-color: #fff;
    color: #0c323d;
    border-bottom: 1px solid #fff;
}

/* ------------------------------bt_type---------------------------- */
.bt_type_1 {
    width: 100px;
    height: 50px;
    background-color: #2cbbb7;
    font-size: 17px;
    border-radius: 5px;
}
.bt_type_1 > a {
    display: inline-block;
    width: 100%;
    padding: 5px 0px 8px 0px;
    color: #fff;
}
.bt_type_2 {
    font-size: 20px;
    background-color: #2dbab2;
    color: #fff;
    width: 200px;
    height: 60px;
    border-radius: 5px;
}
.bt_type_3 {
    font-size: 20px;
    background-color: #e1eaea;
    color: #0c323d;
    width: 200px;
    height: 60px;
    border-radius: 5px;
}
.bt_type_4 {
    font-size: 20px;
    background-color: #e1eaea;
    color: #9cacb1;
    width: 200px;
    height: 60px;
    border-radius: 5px;
    pointer-events: none;
}
.bt_type_5 {
    width: 437px;
    height: 60px;
    background-color: #f3f3f3;
    font-size: 20px;
    color: #667d85;
}
.bt_type_5 > a {
    color: #667d85;
    display: inline-block;
    width: 100%;
    padding: 14px 0px 14px 0px;
}
.bt_type_6 {
    width: 437px;
    height: 60px;
    background-color: #fff;
    font-size: 20px;
    color: #0c323d;
    border: 2px solid #2cbbb7;
}
.bt_type_6 > a {
    color: #0c323d;
    display: inline-block;
    width: 100%;
    padding: 14px 0px 14px 0px;
}
.bt_type_7 {
    padding: 5px 20px 5px 20px;
    border: 1px solid #a7c1bc;
    border-radius: 5px;
    font-size: 16px;
    color: #0c323d;
    background-color: #fff;
}
.bt_type_8 {
    font-size: 20px;
    color: #fff;
    background-color: #2cbbb7;
    width: 100%;
    border-radius: 5px;
    height: 60px;
}
.bt_type_8 > a {
    color: #fff;
}
.bt_type_9 {
    width: 100%;
    height: 40px;
    border: 1px solid #a7c1bc;
    font-size: 15px;
    color: #0c323d;
    border-radius: 5px;
}
.table_footer_bt {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

/* ------------------------------check box---------------------------- */
.cb_1 {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
}
input[type='checkbox'] {
    display: none;
}
.cb_1_text {
    font-size: 15px;
    color: #3e4853;
    margin-left: 10px;
}

.cb_1_text::before {
    background-repeat: no-repeat;
    display: inline-block;
    content: '이상탐지';
    padding: 15px 28px 15px 28px;
    vertical-align: top;
    margin-right: 10px;
    font-size: 18px;
    color: #0c323d;
    font-weight: 500;
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
input[type='checkbox']:checked ~ .cb_1_text::before {
    background-color: #397fd4;
    color: #fff;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

/* check box */
.cb_2 {
    display: inline-block;
    vertical-align: text-top;
    min-width: 20px;
    min-height: 20px;
    line-height: 18px;
    position: relative;
}
input[type='checkbox'] {
    display: none;
}
.cb_2_text {
    font-size: 15px;
    color: #3e4853;
    margin-left: 10px;
}
.cb_2_text::before {
    background-image: url(../img/icon/gray_check.png);
    background-repeat: no-repeat;
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 10px;
}
input[type='checkbox']:checked ~ .cb_2_text::before {
    background-image: url(../img/icon/blue_check.png);
}
input[type='checkbox']:disabled ~ .cb_2_text::before {
    background-image: url(../img/icon/gray2_check.png);
}
.cb_2:last-of-type > .cb_2_text {
    color: #0c323d;
}

/* ------------------------------radio---------------------------- */
input[type='radio'] {
    display: none;
}
.rd_1 {
    display: inline-block;
    vertical-align: text-top;
    min-width: 20px;
    min-height: 20px;
    line-height: 18px;
    position: relative;
}
.rd_1_text {
    font-size: 15px;
    color: #3e4853;
    margin-right: 70px;
}
.rd_1_text::before {
    background-image: url(../img/icon/gray_radio.png);
    background-repeat: no-repeat;
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 10px;
}
input[type='radio']:checked ~ .rd_1_text::before {
    background-image: url(../img/icon/blue_radio.png);
}
input[type='radio']:disabled ~ .rd_1_text::before {
    background-image: url(../img/icon/gray2_radio.png);
}

/* ------------------------------file---------------------------- */
input[type='file'] {
    display: none;
}
.file_1 {
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    border: 1px solid #a7c1bc;
    border-radius: 4px;
    color: #0c323d;
    display: inline-block;
}
.file_1 > span {
    color: #0c323d;
    font-size: 15px;
}
.file_1 p {
    color: #0c323d;
    font-size: 15px;
}
.no_file {
    color: #9cacb1;
    font-size: 15px;
    margin-left: 10px;
}

/* -----------------------------input_type---------------------------- */
.input_type_01 {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 15px;
    padding: 0px 15px 0px 15px;
}
.input_type_01:focus {
    outline: 2px solid #3dae92;
    border: 0px solid;
}
.input_type_01::placeholder {
    color: #a0b0b6;
}
.input_type_01:disabled {
    min-width: 340px;
    height: 40px;
    background-color: #f4f4f4;
    color: #48656d;
    font-size: 15px;
    padding: 0px 15px 0px 15px;
}
.input_type_01:disabled::placeholder {
    color: #48656d;
}

/* ------------------------------select box 1---------------------------- */
.section_bt_box {
    display: inline-block;
    margin-top: 5px;
}
.selected_1 {
    display: inline-block;
    position: relative;
}
.select1 {
    width: 340px;
    min-height: 40px;
    color: #a0b0b6;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    font-size: 15px;
    padding: 7px 15px 7px 15px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #a0b0b6;
}
#down_icon1 {
    position: absolute;
    right: 10px;
    top: 12px;
    font-weight: bolder;
    color: #586778;
}

.options {
    position: relative;
}
.select1_ul {
    font-size: 15px;
    position: absolute;
    margin-top: 3px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    width: 340px;
    display: none;
    z-index: 3;
}

.select1_ul li {
    width: 338px;
}
.select1_ul li:first-child {
    margin-top: 8px;
}
.select1_ul li:last-child {
    margin-bottom: 8px;
}
.select1_ul li > button {
    padding: 0px 15px 0px 15px;
    color: #3e4853;
    min-width: 340px;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    text-align: left;
}

.section_bt_box02 {
    display: inline-block;
}
.selected_2 {
    display: inline-block;
    position: relative;
}
.select2 {
    width: 300px;
    min-height: 40px;
    color: #0c323d;
    background-color: #fff;
    border-radius: 30px;
    font-size: 15px;
    padding: 10px 30px 10px 20px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #dddddd;
    font-weight: 500;
    cursor: pointer;
}
#down_icon1 {
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: bolder;
}
.options {
    position: relative;
}
.select2_ul {
    font-size: 15px;
    position: absolute;
    margin-top: 0px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 10px #c0c0c0;
    display: none;
    z-index: 3;
}
.select2_ul li {
    width: 300px;
}
.select2_ul li:nth-child(1) {
    margin-top: 8px;
}
.select2_ul li:nth-child(2) {
    margin-top: 0px;
}
.select2_ul li:nth-child(3) {
    margin-bottom: 8px;
}
.select2_ul li > button {
    padding: 0px 20px;
    color: #0c323d;
    min-width: 205px;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    text-align: left;
}
.click_selected {
    background-color: #f1f1f1;
}
.section_bt_box {
    display: inline-block;
}

/* ------------------------------text_type_1---------------------------- */
.text_type_1 {
    width: 1060px;
    height: 70px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    resize: none;
}
.text_type_1:focus {
    outline: 2px solid #3dae92;
    border: 0px solid;
}
.text_type_1::-webkit-input-placeholder {
    color: #a0b0b6;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
}

/* ------------------------------icon---------------------------- */
.arrow_left {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/icon/arrow_left.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 6px 10px;
}
.arrow_right {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/icon/arrow_right.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 6px 10px;
}
.icon_rightArrow_black {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/icon/icon_rightArrow_black.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 6px 4px;
}

.ico_search_type01 {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/icon/ico_search_type01.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 7px 7px;
}

.eyes_icon {
    width: 27px;
    height: 24px;
    display: inline-block;
    background: url(../img/icon/eyes_gray_s.png);
    background-repeat: no-repeat;
    margin-top: 3px;
}
.ht_icon {
    width: 27px;
    height: 24px;
    display: inline-block;
    background: url(../img/icon/heart_gray_s.png);
    background-repeat: no-repeat;
    margin-top: 3px;
}
.talk_icon {
    width: 27px;
    height: 24px;
    display: inline-block;
    background: url(../img/icon/talk_gray_s.png);
    background-repeat: no-repeat;
    margin-top: 3px;
}
.time_icon_sc {
    width: 27px;
    height: 24px;
    display: inline-block;
    background: url(../img/icon/time_gray.png);
}
.heart_icon {
    width: 30px;
    height: 30px;
    background: url(../img/icon/heart_gray.png);
    vertical-align: top;
}
.heart_icon_02 {
    width: 27px;
    height: 24px;
    display: inline-block;
    background: url(../img/icon/heart_gray_s.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.star_icon {
    width: 30px;
    height: 30px;
    background: url(../img/icon/star_gray.png);
    margin-left: 20px;
    vertical-align: top;
}
.star_icon > i {
    vertical-align: top;
}
.pink_heart_icon {
    background: url(../img/icon/heart_pink.png);
}
.green_star_icon {
    background: url(../img/icon/star_green.png);
}
.heart_s {
    width: 19px;
    height: 17px;
    background: url(../img/icon/heart_s.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 2px;
}
.star_s {
    width: 19px;
    height: 17px;
    background: url(../img/icon/star_s.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 2px;
}
.talk_s {
    width: 19px;
    height: 17px;
    background: url(../img/icon/talk_s.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 2px;
}
.eyes_s {
    width: 19px;
    height: 17px;
    background: url(../img/icon/eyes_s.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 2px;
}
.icon_close_b {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/icon/icon_close_b.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
}
.down_icon {
    background: url(../img/icon/down_icon.png);
    width: 9px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px;
}
.up_icon {
    background: url(../img/icon/up_icon.png);
    width: 9px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px;
}
.s_logo_b {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/icon/s_logo_b.png);
}
.s_logo_g {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/icon/s_logo_g.png);
}
.s_logo_r {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/icon/s_logo_r.png);
}
.pencil_b {
    width: 80px;
    height: 86px;
    display: inline-block;
    background: url(../img/icon/pencil_b.png);
    float: left;
}
.pencil_g {
    width: 80px;
    height: 86px;
    display: inline-block;
    float: left;
    background: url(../img/icon/pencil_g.png);
}
.pencil_r {
    width: 80px;
    height: 86px;
    display: inline-block;
    float: left;
    background: url(../img/icon/pencil_r.png);
}
.kt_icon {
    width: 26px;
    height: 21px;
    display: inline-block;
    background: url(../img/icon/kt_icon.png);
}
.confirm_icon_1 {
    display: inline-block;
    width: 68px;
    height: 64px;
    background: url(../img/icon/confirm_icon_1.png);
}
.confirm_icon_2 {
    background: url(../img/icon/confirm_icon_2.png);
}
.confirm_icon_3 {
    background: url(../img/icon/confirm_icon_3.png);
}
.confirm_icon_4 {
    background: url(../img/icon/confirm_icon_4.png);
}
.l_logo_b {
    width: 50px;
    height: 51px;
    background: url(../img/icon/l_logo_b.png);
    display: inline-block;
}
.l_logo_g {
    background-image: url(../img/icon/l_logo_g.png);
}
.l_logo_r {
    background-image: url(../img/icon/l_logo_r.png);
}
.file_down {
    width: 15px;
    height: 12px;
    background: url(../img/icon/file_down.png);
    display: inline-block;
    margin-right: 5px;
}
.file_open {
    width: 15px;
    height: 12px;
    background: url(../img/icon/file_open.png);
    display: inline-block;
    margin-right: 5px;
}
.sns_bt_1 {
    font-size: 18px;
    color: #fff;
    background-color: #1ec800;
    width: 100%;
    border-radius: 5px;
    height: 60px;
    margin-bottom: 10px;
}
.sns_bt_1 > i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/icon/naver_icon_1.png);
    vertical-align: top;
    margin-right: 10px;
}

.sns_bt_2 {
    font-size: 18px;
    color: #fff;
    background-color: #f5d60b;
    width: 100%;
    border-radius: 5px;
    height: 60px;
    margin-bottom: 10px;
}
.sns_bt_2 > i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/icon/talk_icon_1.png);
    vertical-align: top;
    margin-right: 10px;
}

.sns_bt_3 {
    font-size: 18px;
    color: #0c323d;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    height: 60px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}
.sns_bt_3 > i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/icon/google_icon_1.png);
    vertical-align: top;
    margin-right: 10px;
}

.sns_bt_4 {
    font-size: 18px;
    color: #fff;
    background-color: #4767aa;
    width: 100%;
    border-radius: 5px;
    height: 60px;
}
.sns_bt_4 > i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/icon/facebook_icon_1.png);
    vertical-align: top;
    margin-right: 10px;
}
.sns_icon_div {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.sns_icon_div > button > i {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/icon/naver_icon.png);
}
.sns_icon_1 {
    margin-right: 40px;
}
.sns_icon_2 {
    background-image: url(../img/icon/talk_icon.png) !important;
    margin-right: 40px;
}
.sns_icon_3 {
    background-image: url(../img/icon/facebook_icon.png) !important;
    margin-right: 40px;
}
.sns_icon_4 {
    background-image: url(../img/icon/google_icon.png) !important;
}
.alert_icon_2 {
    width: 135px;
    height: 85px;
    background: url(../img/icon/icon_2.png);
    display: inline-block;
}
/* -----------------------------color----------------------------- */
.bg_blue_01 {
    background-color: #499ed5 !important;
}
.bg_blue_02 {
    background-color: #29a6c5 !important;
}
.bg_green_01 {
    background-color: #3dae92 !important;
}
.bg_green_02 {
    background-color: #2cbbb7 !important;
}
.bg_green_03 {
    background-color: #c4e6e0 !important;
}
.bg_green_04 {
    background-color: #34b772 !important;
}
.bg_red_01 {
    background-color: #f6d2d7 !important;
}

.bd_blue-2 {
    border-color: #499ed5 !important;
}
.bd_blue-3 {
    border-color: #29a6c5 !important;
}
.bd_green-2 {
    border-color: #2cbbb7 !important;
}
.bd_green-3 {
    border-color: #3dae92 !important;
}
.bd_green-4 {
    border-color: #34b772 !important;
}
.bd_green {
    border: 2px solid #2cbbb7 !important;
}

.color_blue_01 {
    color: #397fd4;
}
.color_green {
    color: #019677 !important;
}
.color_green_01 {
    color: #2cbbb7;
}
.color_red {
    color: #d6394e !important;
}
.color_gray {
    color: #9cacb1;
}
.color_gray_01 {
    color: #48656d;
}
.color_gray_02 {
    color: #667d85;
}
.color_white {
    color: #fff;
}
.color_white {
    color: #fff;
}
.color_black {
    color: #0c323d;
}

.border0 {
    border: 0 solid !important;
}
.text_left {
    text-align: left !important;
}

/* script css 모음 */
.close {
    height: 90px;
}
.open {
    display: block !important;
}
.none {
    display: none !important;
}
.show {
    display: block !important;
}
