* {
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;

}

*::-webkit-scrollbar-track {
    background-color: #eee;
}

body {
    margin: 0 auto;
}

.clr::after {
    display: block;
    content: '';
    clear: both;
}

.green {
    color: #fa9501 !important;
}

.blue {
    color: rgb(0, 131, 126) !important;
}

.blue_br {
    border-color: rgb(0, 131, 126) !important;
}

.m_head {
    display: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    padding: 0 80px;
    z-index: 1;
    transition: all .3s;
	background: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid #9B9B9B;
}

@media (max-width: 1380px) {
    header {
        padding: 0 20px;
    }
}

header .menu_box>ul>li>a {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: all .3s;
}

header .menu_box>ul>li>a.active {
    color: #ebb108;
}

header .menu_box ul>li>a:hover {
    color: #ebb108;
}

header .menu_box {
    display: flex;
    justify-content: flex-end;
}

header .menu_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menu_box ul.l_menu>li {
    margin-right: 75px;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
}

header .menu_box ul.l_menu li:last-child {
    margin-right: 0;
}

header .menu_box ul.l_menu li>.sub_menu {
    display: none;
    position: absolute;
    width: 130px;
    box-shadow: 10.8px 2.1px 14px 1.1px rgba(50, 51, 51, 0.05);
    background: #fff;
    left: -50%;
    transform: translateX(50%);
    top: 79px;
}

header .menu_box ul.l_menu li>.sub_menu>li>a {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 17px;
    border: solid 1px #ddd;
    font-weight: 400;
}

header .menu_box ul.l_menu li>.sub_menu>li:first-child>a {
    border-bottom: none;
}

header .menu_box ul.l_menu li:hover>.sub_menu {
    display: block;
}

header .menu_box ul.r_menu li {
    margin-right: 20px;
}

header .menu_box ul.r_menu.login li {
    font-size: 18px;
    font-weight: 500;
    color: rgb(0, 131, 126) !important;
}

header .menu_box ul.r_menu.login li.money {
    color: #666;
}

header .menu_box ul.r_menu.login li.bell a {
    position: relative;
}

header .menu_box ul.r_menu.login li.bell a>span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 28px;
    height: 28px;
    background-color: rgb(29 186 252);
    position: absolute;
    top: -7px;
    left: 7px;
}

header .menu_box ul.r_menu li:last-child {
    margin-right: 0;
}

header .menu_box ul.r_menu li a.blue {
    border: 1px solid rgb(0, 131, 126);
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 131, 126) !important;
    padding: 10px 25px;
    border-radius: 2px;
}

.fr {
    float: right;
}

.fr_v2 {
    justify-content: end !important;
}

.fl {
    float: left;
}

.ct_wrap {
    margin-top: 0px;
    position: relative;
    padding: 0 0 100px 0;
}

.m_ct {
    display: none;
}

.pc_ct {
    display: block;
}

#ct1 {
    position: relative;
}

#ct1 img {
    width: 100%;
}

#ct1 h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
}

#ct1 h4 span {
    color: #fff;
    font-size: 55px;
    margin-top: 30px;
    display: block;
    font-weight: 700;
}

#ct1 .swiper-pagination {
    bottom: 20px;
    z-index: 1;
}

#ct1 .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
}

#ct1 .swiper-pagination .swiper-pagination-bullet-active {
    background: #319FDF;
}

.inner {
    width: 1280px;
    margin: 0 auto;
}

#ct2 {
    position: relative;
    margin-top: 60px;
    padding: 30px 0;
}

#ct2::before {
    display: block;
    content: '';
    position: absolute;
    background: rgba(255, 241, 143, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(100%);
    z-index: -1;
}

#ct2 .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ct2 .flex_box>.title>h4 {
    font-weight: 700;
    font-size: 34px;
}

#ct2 .flex_box>.title>p {
    color: #666;
    font-size: 20px;
    line-height: 32px;
    margin-top: 40px;
}

#ct2 .flex_box>.title>a {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

#ct2 .flex_box>.title>a>span {
    font-weight: 500;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
}

#ct2 .flex_box>ul.list>li {
    padding: 30px;
    background: #fff;
    box-shadow: 4.9px 1px 14px 1.1px rgba(50, 51, 51, 0.05);
}

#ct2 .flex_box>ul.list>li>a>.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ct2 .flex_box>ul.list>li>a>.title>p.blue {
    width: 70px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(0, 131, 126);
    font-size: 18px;
    font-weight: 500;
    color: rgb(0, 131, 126) !important;
}

#ct2 .flex_box>ul.list>li>a>p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 305px;
    white-space: nowrap;
}

#ct2 .flex_box>ul.list>li:last-child {
    margin-top: 20px;
}

#ct2 .flex_box>.customer {
    box-shadow: 4.9px 1px 14px 1.1px rgba(50, 51, 51, 0.05);
    width: 430px;
    position: relative;
}

#ct2 .flex_box>.customer>.box {
    position: relative;
    padding: 60px 40px;
}

#ct2 .flex_box>.customer::before {
    content: '';
    display: block;
    background: linear-gradient(290deg, #d9aa15, #eccd07, #fac401);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: 0.6
}

#ct2 .flex_box>.customer>.box::before {
    content: '';
    display: block;
    background-image: url("../images/cs.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 118px;
    height: 118px;
    position: absolute;
    top: 10px;
    right: 0;
}

#ct2 .flex_box>.customer>.box>h5 {
    font-size: 34px;
    color: rgb(0, 131, 126);
    font-weight: 700;
    margin-bottom: 45px;
}

#ct2 .flex_box>.customer>.box>p {
    font-size: 20px;
    line-height: 32px;
    color: rgb(0, 131, 126);
}

#ct2 .flex_box>.customer>.box>a {
    width: 350px;
    height: 60px;
    display: flex;
    align-items: center;
    background-position: right;
    background-size: cover;
    padding: 0 25px;
    margin-top: 60px;
    background: #fff;
    position: relative;
}

#ct2 .flex_box>.customer>.box>a:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 50px solid none;
    border-bottom: 30px solid #dfb511;
    border-right: 0px solid transparent;
    border-left: 30px solid transparent;
    transform: rotate(270deg);
    right: 0;
    top: 0;
}

#ct2 .flex_box>.customer>.box>a:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 50px solid none;
    border-bottom: 30px solid rgb(0, 131, 126);
    border-right: 0px solid transparent;
    border-left: 30px solid transparent;
    transform: rotate(90deg);
    right: 0;
    top: 0;
}

#ct2 .flex_box>.customer>.box>a>p {
    font-weight: 500;
    font-size: 18px;
    margin-left: 10px;
    color: rgb(0, 131, 126) !important;
}

#ct3 {
    margin-top: 60px;
}

#ct3 .flex_box {
    display: flex;
    justify-content: space-between;
}

#ct3 .flex_box .left_content {
    padding: 40px;
    box-shadow: 2.9px 0.6px 14px 1.1px rgba(50, 51, 51, 0.05);
    border: solid 1px #eee;
    width: 645px;
    background: rgba(255, 255, 255, 0.6);
}

#ct3 .flex_box .left_content .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#ct3 .flex_box .left_content .title h5 {
    font-size: 30px;
}

#ct3 .flex_box .left_content .tb {
    text-align: left;
}

#ct3 .flex_box .left_content .tb table {
    width: 100%;
}

#ct3 .flex_box .left_content .tb table thead {
    border-bottom: 1px solid #ddd;
}

#ct3 .flex_box .left_content .tb table thead tr th {
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
}

#ct3 .flex_box .left_content .tb table tbody th,
#ct3 .flex_box .left_content .tb table tbody td {
    font-size: 18px;
    color: #666;
    padding: 20px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

#ct3 .flex_box .left_content .tb table tbody td img {
    vertical-align: sub;
}

#ct3 .right_content {
    box-shadow: 2.9px 0.6px 14px 1.1px rgba(50, 51, 51, 0.05);
    width: 574px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#ct3 .right_content .box {
    position: relative;
    padding: 70px 40px;

}

#ct3 .right_content::before {
    content: '';
    display: block;
    background-image: url("../images/banner_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

    height: 100%;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: 0.6;
}

#ct3 .right_content .box::before {
    content: '';
    display: block;
    background-image: url("../images/coin.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 126px;
    height: 126px;
    position: absolute;
    top: 10px;
    right: 0;
}

#ct3 .right_content h5 {
    color: rgb(0, 131, 126);
    font-size: 30px;
    margin-bottom: 37px;
}

#ct3 .right_content p {
    color: rgb(0, 131, 126);
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
}

#ct3 .right_content a {
    text-align: center;
    font-weight: 500;
    display: flex;
    width: 100%;
    justify-content: center;
    color: rgb(0, 131, 126);
    height: 60px;
    background: #fff;
    margin-top: 60px;
    font-size: 22px;
    align-items: center;
}

#ct4 {
    margin-top: 60px;
}

#ct4 .inner {
    box-shadow: 2.9px 0.6px 14px 1.1px rgba(50, 51, 51, 0.05);
    border-top: 1px solid #eee;
}

#ct4 .flex_box {
    display: flex;
}

#ct4 .flex_box>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    border: solid 1px #eee;
    border-top: none;
    background: rgba(255, 255, 255, 0.6);
}

#ct4 .flex_box>div:nth-child(2) {
    border-left: none;
}

#ct4 .flex_box>div.bg_blue {
    background: rgba(255, 224, 118, 0.8);
}

#ct4 .flex_box>div>img {
    margin-right: 55px;
}

#ct4 .flex_box>div>p {
    font-size: 26px;
    font-weight: 700;
}

#ct4 .flex_box>div>p>span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 15px;
}

#ct5 {
    margin-top: 60px;
}

#ct5 .flex_box {
    display: flex;
    justify-content: space-between;
}

#ct5 .flex_box .left_content {
    padding: 40px;
    box-shadow: 2.9px 0.6px 14px 1.1px rgba(50, 51, 51, 0.05);
    border: solid 1px #eee;
    width: calc(50% - 15px);
    background: rgba(255, 255, 255, 0.6);
    border: 0;
}

#ct5 .flex_box .left_content .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#ct5 .flex_box .left_content .title h5 {
    font-size: 30px;
}

#ct5 .flex_box .left_content ul {
    font-size: 30px;
}

#ct5 .flex_box .left_content ul li {
    position: relative;
    font-size: 30px;
    padding-left: 16px;
    border-bottom: 1px solid #ddd;
}

#ct5 .flex_box .left_content ul li:last-child {
    border-bottom: 0;
}

#ct5 .flex_box .left_content ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #d9aa15;
    left: 0;
    top: 24px;
    transform: rotate(140deg);
}

#ct5 .flex_box .left_content ul li a {
    font-size: 1.25rem;

    display: block;
    padding: 15px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

footer {
    background: #444;
    /* margin-top: 60px; */
    padding: 40px 0;
}

footer .copy {
    font-size: 15px;
    color: #fff;
}

.min-height {
    background: #eeede7;
    min-height: calc(100vh - 178px);
    display: flex;
    align-items: center;
}

.ct.account {
    padding: 60px 45px;
    padding-bottom: 50px;
    max-width: 460px;
    margin: 60px auto;
    box-shadow: 0px -5px 7.8px 0.2px rgba(51, 51, 51, 0.05);
    border: solid 1px #eee;
    width: 100%;
    background: #fff;
}

.ct.account .login_box {
    text-align: center;
}

.ct.account .login_box img {
    max-width: 200px;
}

.ct.account .login_box h5 {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 500;
}

.ct.account input {
    display: block;
    width: 100%;
    background: #eeeeee;
    height: 50px;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-right: 40px;
    font-size: 16px;
}

.ct.account input:first-child {
    margin-top: 0;
}

.ct.account input:disabled {
    background: #ccc;
}

.ct.account input::placeholder {
    font-size: 16px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 400;
}

.ct.account .id {
    position: relative;
}

.ct.account .id::before {
    position: absolute;
    content: '';
    display: block;
    background-image: url("../images/id.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}

.ct.account .password {
    position: relative;
}

.ct.account .password .eyes {
    position: absolute;
    cursor: pointer;
    top: 50%;
    height: auto;
    transform: translateY(-50%);
    right: 15px;
}

.ct.account .password .eyes i {
    color: #929292;
    vertical-align: middle;
    font-size: 16px;
}

.ct.account .save_chk {
    justify-content: flex-end;
    display: flex;
    margin: 0 auto;
}

.ct.account .save_chk input {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    vertical-align: -1px;
    margin-right: 6px;
    margin-left: 10px;
}

.ct.account .find_box {
    margin: 0 auto;
    margin-top: 18px;
    font-weight: 500;
    overflow: hidden;
}

.ct.account .find_box .fr {
    color: rgb(0, 131, 126);
    border-bottom: 1px solid rgb(0, 131, 126);
    height: 20px;
    font-weight: 500;
}

.btn_box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.btn_box a {
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    border: solid 1px #666;
}

.btn_box.btn_box_v2 a {
    width: 48.5%;
}

.btn_box .apply {
    background: rgb(0, 131, 126);
    border: 1px solid rgb(0, 131, 126);
    color: rgb(0, 131, 126);
}

.ct.account>p {
    font-size: 16px;
}

.ct.account>span.dec {
    margin-bottom: 20px;
    display: block;
}

.alert.alert-danger {
    color: rgb(0, 131, 126);
}

.chr_ct1 .banner {
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.chr_ct1 .banner::before {
    content: '';
    display: block;
}

.chr_ct1 .banner .title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.chr_ct1 .banner .title h5 {
    font-size: 36px;
    color: #fff;
}

.chr_ct1 .banner .title p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.chr_ct2 {
    margin-top: -40px;
}

.navigation {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    box-shadow: 7px 18px 22px rgb(0 0 0 / 15%);
    background: linear-gradient(290deg, rgb(0, 131, 126), rgb(0, 131, 126), rgb(0, 131, 126));
    max-width: 1280px;
}

.navigation .naviHome a {
    width: 100px;
    height: 80px;
    float: left;
    box-sizing: border-box;
    text-indent: -99999px;
    background: url('../images/nav_home.png')no-repeat center;
    position: relative;
    background-size: 26px;
}

.navigation .naviHome a:after {
    position: absolute;
    content: '';
    width: 1px;
    background: rgb(0, 131, 126);
    height: 22px;
    top: 50%;
    margin-top: -10px;
    right: 0;
}

.navigation dl {
    position: relative;
    float: left;
    width: 250px;
    height: 100%;
}

.navigation dl:hover {
    background: #fff;
}

.navigation dl dt {
    height: 100%;
    display: block;
    padding: 0 40px;
    color: #61553e;
    line-height: 80px;
    position: relative;
}

.navigation dl dt:after {
    position: absolute;
    content: '';
    width: 1px;
    background: #634719;
    height: 22px;
    top: 50%;
    margin-top: -10px;
    right: 0;
}

.navigation dl dt span {
    display: block;
    height: 100%;
    background: url('../images/ico_nav.png') no-repeat right center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.navigation dl dd {
    position: absolute;
    left: -1px;
    top: 80px;
    right: 0;
    display: none;
    background-color: #fff;
    margin: 0;
}

.navigation dl:first-child dd {
    left: 0px;
}

.navigation dl dd ul {
    position: relative;
}

.navigation dl dd ul li a {
    display: block;
    padding: 12px 40px;
    color: #333;
    font-size: 16px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    box-shadow: inset -1px 0 0 0 #fff;
}

.navigation dl dd ul li a:hover {
    color: #fff;
    box-shadow: inset 250px 0 0 0 #1d9cfb;
}

.navigation dl:hover dt {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-left: -1px;
}

.navigation dl:hover dt::after {
    display: none;
}

.navigation dl:hover dt span {
    background: url('../images/ico_nav_on.png') no-repeat right center;
    font-size: 18px;
    color: rgb(0, 131, 126);
    font-weight: 700;
}

.navigation dl:hover dd {
    display: block;
    border: 1px solid #ccc;
    border-top: 0;
}

h5.title_v2 {
    font-size: 20px;
    max-width: 1280px;
    margin: 60px auto;
}

.tb_v2 .flex_box {
    display: flex;
    width: 100%;
    border: solid 1px #ddd;
    border-bottom: none;
}

.tb_v2 .flex_box:last-child {
    border-bottom: 1px solid #ddd;
}

.tb_v2 .flex_box .left {
    min-width: 150px;
    width: 150px;
    background: #f5f5f5;
    font-size: 15px;
    line-height: 60px;
    padding: 0 20px;
    font-weight: 500;
}

.tb_v2 .flex_box .right {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    flex-wrap: wrap;
}

.tb_v2 .flex_box .right textarea {
    resize: none;
    width: 100%;
    font-size: 15px;
}

.tb_v2 .flex_box:nth-child(2) .right textarea {
    min-height: 160px;
}

.tb_v2 .flex_box .right>p {
    font-size: 15px;
}

.tb_v2 .flex_box .right>span {
    margin-left: 10px;
    color: rgb(0, 131, 126) !important;
}

.tb_v2 .flex_box .right>.top {
    display: flex;
    align-items: center;
    width: 100%;
}

.tb_v2 .flex_box .right>.top>span.won {
    font-size: 15px;
    margin-left: 12px;
    margin-right: 10px;
}

.tb_v2 .flex_box .right>.top>span.blue {
    color: rgb(0, 131, 126) !important;
}

.tb_v2 .flex_box .right>.top>input {
    border: 1px solid #ddd;
    width: 240px;
    height: 40px;
    padding: 0 12px;
    font-size: 15px;
}

.tb_v2 .flex_box .right>.top>input::placeholder {
    color: #999;
    font-size: 15px;
}

.tb_v2 .flex_box .right>.bottom {
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.tb_v2 .flex_box .right>.bottom>button {
    width: 100%;
    margin-right: 10px;
    background: #eee;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

.tb_v2 .flex_box .right>.bottom>button:last-child {
    margin-right: 0;
}

.btn_box_v2 {
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    max-width: 1280px;
}

.apply_v2 {
    width: 120px;
    height: 40px;
    background: rgb(0, 131, 126) !important;
    color: rgb(0, 131, 126);
    font-size: 15px;
    line-height: 40px;
    float: right;
}

.chr_ct3 .segment {
    max-width: 1280px;
    margin: 0 auto;
    border: solid 1px #ddd;
    margin-top: 40px;
    padding: 20px;
}

.chr_ct3 .segment>span {
    color: #ca0d0d;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.chr_ct3 .segment>p {
    color: #666;
    font-size: 15px;
    line-height: 26px;
}

.sub_top_menu {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sub_top_menu .date input {
    width: 145px;
    height: 40px;
    border: solid 1px #ddd;
    padding-left: 10px;
    background-image: url("../images/date.png");
    background-size: 15px;
    background-position: 118px center;
    background-repeat: no-repeat;
}

.sub_top_menu .btn_box_v3 button {
    width: 60px;
    height: 40px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 40px;
    border: solid 1px #333;
    background: #fff;
}

.sub_top_menu .btn_box_v3 button:last-child {
    margin-right: 0;
}

.sub_top_menu .btn_box_v3 button.blue {
    border-color: rgb(0, 131, 126);
    color: rgb(0, 131, 126);
}

.sub_top_menu .btn_box_v3 button.red {
    border-color: #e7122b;
    color: #e7122b;
}

.btn_box_v4 {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.btn_box_v4 button {
    background: #fff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ddd;
    font-size: 15px;
}

.btn_box_v4 button.blue_br {
    border-color: rgb(0, 131, 126) !important;
    color: rgb(0, 131, 126) !important;
}

.chr_ct3 .tb_v2 .chart_table {
    width: 100%;
}

.chr_ct3 .tb_v2 .chart_table thead tr {
    background: #f5f5f5;
    border: solid 1px #eee;
}

.chr_ct3 .tb_v2 .chart_table thead tr th {
    height: 50px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
}

.chr_ct3 .tb_v2 .chart_table tbody tr {
    vertical-align: middle;
    border-bottom: solid 1px #eee;
    text-align: center;
}

.chr_ct3 .tb_v2 .chart_table tbody tr th,
.chr_ct3 .tb_v2 .chart_table tbody tr td,
.chr_ct3 .tb_v2 .chart_table tbody tr td a {
    padding: 25px 0;
    font-size: 15px;
}

.chr_ct3 .tb_v2 .chart_table2 .title {
    background: #f5f5f5;
}

.chr_ct3 .tb_v2 .chart_table2 .title .flex_box_v2 {
    display: flex;
}

.chr_ct3 .tb_v2 .chart_table2 .title .flex_box_v2>div {
    padding: 12px 0;
    text-align: center;
    width: 100%;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 13px;
}

.chr_ct3 .tb_v2 .chart_table2 .title .flex_box_v2>div:last-child {
    border-right: none;
}

.chr_ct3 .tb_v2 .chart_table2 .title .flex_box_v2:first-child>div:first-child {
    width: 35px;
    min-width: 35px;
}

.chr_ct3 .tb_v2 .chart_table2 .title .flex_box_v2:nth-child(1)>div:nth-child(2) {
    width: calc(100% / 3);
    min-width: calc(100% / 3);
}

.chr_ct3 .tb_v2 .chart_table2 .title .flex_box_v2:nth-child(2)>div:nth-child(1) {
    width: calc(100% / 3 + 35px);
    min-width: calc(100% / 3 + 35px);
}

.chr_ct3 .tb_v2 .chart_table2>.list>ul {
    display: flex;
}

.chr_ct3 .tb_v2 .chart_table2>.list>ul:nth-child(1) {
    border-top: 1px solid #999;
    border-bottom: 1px solid #ddd;
}

.chr_ct3 .tb_v2 .chart_table2>.list:last-child>ul:last-child {
    border-bottom: 1px solid #999;
}

.chr_ct3 .tb_v2 .chart_table2>.list>ul li {
    width: 100%;
    text-align: center;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    font-size: 13px;
}

.chr_ct3 .tb_v2 .chart_table2>.list>ul li:last-child {
    border-right: none;
}

.chr_ct3 .tb_v2 .chart_table2>.list>ul li a {
    font-size: 13px;
}

.chr_ct3 .tb_v2 .chart_table2>.list>ul:nth-child(1)>li:nth-child(1) {
    width: 35px;
    min-width: 35px;
}

.chr_ct3 .tb_v2 .chart_table2>.list>ul:nth-child(1)>li:nth-child(2) {
    width: calc(100% / 3);
    min-width: calc(100% / 3);
}

.chr_ct3 .tb_v2 .chart_table2>.list>ul:nth-child(2)>li:nth-child(1) {
    width: calc(100% / 3 + 35px);
    min-width: calc(100% / 3 + 35px);
}

.chr_ct3 .tb_v2 .table_pc {
    display: table;
}

.chr_ct3 .tb_v2 .table_mobile {
    display: none;
}

.chr_ct1 .banner.service_banner {
    
}

.chr_ct1 .banner.mp_banner {
    
}

.lt {
    text-align: left !important;
    justify-content: left !important;
}

.chr_ct3 .tb_v2 .chart_table2.chart_table3 .title .flex_box_v2:first-child>div {
    width: 100%;
}

.board_view .title {
    width: 100%;
    background: #f5f5f5;
    padding: 20px;
    border: solid 1px #ddd;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
}

.board_view .title>span {
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
}

.board_view p.segment_v2 {
    width: 100%;
    padding: 20px;
    border: solid 1px #ddd;
    min-height: 180px;
}

.tb_v3 {}

.tb_v3 .flex_box {
    display: flex;
    border: solid 1px #ddd;
    border-top: none;
}

.tb_v3 .flex_box:first-child {
    border-top: 1px solid #ddd;
}

.tb_v3 .flex_box .left_content {
    display: flex;
    width: 100%;
}

.tb_v3 .flex_box .left_content>div,
.tb_v3 .flex_box .right_content>div {
    border-right: 1px solid #ddd;
}

.tb_v3 .flex_box .title {
    width: 100px;
    min-width: 100px;
    background: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    padding: 20px;
    padding-right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.tb_v3 .flex_box .txt {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    font-weight: 400;
    font-size: 15px;
}

.tb_v3 .flex_box .right_content {
    display: flex;
    align-items: center;
    width: 100%;
}

.qna_txt {
    padding: 22px;
    text-align: center;
    margin: 0 auto;
    max-width: 1280px;
    border: solid 1px #ddd;
    margin-top: 40px;
    font-size: 15px;
}

.ct_wrap.s_ct {
    overflow: hidden;
    background: #ededed !important
}

.s_ct .flex_box {
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
}

.s_ct .flex_box .left_content {}

.s_ct .flex_box .left_content .left_top {
    background: #fff;
    height: 670px;
    width: 730px;
    box-shadow: 2.9px 0.6px 14px 1.1px rgba(50, 51, 51, 0.05);
}

.s_ct .flex_box .left_content .left_top .flex_box_v2 {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ddd;
}

.s_ct .flex_box .left_content .left_top .title {
    width: 181px;
    min-width: 181px;
    margin-left: 20px;
}

.s_ct .flex_box .left_content .left_top .title img {
    height: 20px;
}

.s_ct .flex_box .left_content .left_top .title h5 {
    font-size: 36px;
    font-weight: 900;
    white-space: nowrap;
}

.s_ct .flex_box .left_content .left_top .segment {
    font-size: 15px;
    font-weight: 500;
    margin: 0 15px;
    word-break: keep-all;
    letter-spacing: -1px;
}

.s_ct .flex_box .left_content .left_top .time {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 15px 20px;
    width: 41%;
}

.s_ct .flex_box .left_content .left_top .time .dec {
    font-size: 24px;
    font-weight: 900;
    border: solid 1px;
    border-radius: 100%;
    min-width: 70px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: black !important;
    border-color: #717171 !important;
}

.s_ct .flex_box .left_content .left_top .time .timer p {
    font-size: 50px;
    font-weight: 900;
    line-height: 42px;
    display: inline;
    color: black !important;
}

.s_ct .flex_box .left_content .left_top .time .timer span {
    display: block;
    text-align: right;
    font-weight: 500;
    font-size: 15px;
}

.s_ct .flex_box .left_content .left_top .iframe {
    background-image: url("../images/iframe.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 479px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.s_ct .flex_box .left_content .left_center {
    position: relative;
    width: 730px;
    overflow: hidden;
    box-shadow: 2.9px 0.6px 14px 1.1px rgba(50, 51, 51, 0.05);
    margin-top: 10px;
    margin-bottom: 10px;
}

.s_ct .flex_box .left_content .left_center .swiper {
    width: calc(100% - 40px);
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-right: 0;
}

.s_ct .flex_box .left_content .left_center .swiper-slide {
    border-right: 1px solid #ddd;
    width: auto;
    display: block;
    background: #fff;
}

.s_ct .flex_box .left_content .left_center .swiper-slide:last-child {
    border-right: none;
}

.s_ct .flex_box .left_content .left_center .swiper-slide .title {
    background-color: #f5f5f5;
    padding: 12px 0;
    text-align: center;
    text-align: center;
}

.s_ct .flex_box .left_content .left_center .swiper-slide:last-child .title {
    border-right: none;
}

.s_ct .flex_box .left_content .left_center .swiper-slide .title {
    font-size: 13px;
}

.s_ct .flex_box .left_content .left_center .swiper-slide .title span {
    font-size: 13px;
    color: #666;
}

.s_ct .flex_box .left_content .left_center .swiper-slide .segment {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_ct .flex_box .left_content .left_center .swiper-slide .segment .dec {
    width: 48px;
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #c40513;
    border-radius: 100%;
}

.s_ct .flex_box .left_content .left_center .swiper-slide .segment .dec.sell {
    background: #4d83e5;
}

.s_ct .flex_box .left_content .left_center .swiper-slide .segment .txt p {
    font-size: 15px;
    color: #666;
}

.s_ct .flex_box .left_content .left_center .swiper-slide .segment .txt p span {
    font-size: 15px;
    color: #333;
}

.s_ct .flex_box .left_content .left_center .swiper-button-prev {
    background: #eee;
    width: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: auto;
    background-image: url("../images/sd_arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 0;
}

.s_ct .flex_box .left_content .left_center .swiper-button-next {
    background: #eee;
    width: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: auto;
    background-image: url("../images/sd_arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transform: rotate(180deg);
    z-index: 0;
}

.s_ct .flex_box .left_content .left_center .swiper-scrollbar {
    height: 8px;
    background: #fbf5e7;
    opacity: 1 !important;
    padding: 2px 0;
    display: none;
}

.s_ct .flex_box .left_content .left_center .swiper-scrollbar-drag {
    background: #ddd;
    border-radius: 3px;
}

.s_ct .flex_box .left_content .left_bottom {
    box-shadow: 2.9px 0.6px 14px 1.1px rgba(50, 51, 51, 0.05);
    background: #fff;
    overflow-x: auto;
    overflow-y: hidden;
    width: 730px;
    white-space: nowrap;
    height: 264px;
}

.s_ct .flex_box .left_content .left_bottom>div {
    text-align: center;
    display: inline-block;
    margin-right: -4px;
}

.s_ct .flex_box .left_content .left_bottom>div>p {
    font-size: 11px;
    color: #c40513;
    padding: 8px 12px;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.s_ct .flex_box .left_content .left_bottom>div>p.sell {
    color: #4d83e5;
}

.s_ct .flex_box .left_content .left_bottom>div .number_box {
    height: 195px;
}

.s_ct .flex_box .left_content .left_bottom>div .number {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #c40513;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-top: 5px;
}

.s_ct .flex_box .left_content .left_bottom>div .number.sell {
    border: solid 1px #4d83e5;
}

.s_ct .flex_box .left_content .left_bottom>div>.bottom {
    font-size: 11px;
    background: #f5f5f5;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_ct .flex_box .right_content {
    width: 540px;
    background: #fff;
    height: 200px;
}

.s_ct .flex_box .right_content .tab_v2 {
    display: flex;
}

.s_ct .flex_box .right_content .tab_v2 .tablinks {
    width: 100%;
    height: 50px;
    background: #fff;
    position: relative;
}

.s_ct .flex_box .right_content .tab_v2 .tablinks.active::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 4px;
    background: #5e005e;
}

.s_ct .flex_box .right_content .tab_v2 .tablinks>p {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}

.s_ct .flex_box .right_content .tab_v2 .tablinks.active>p {
    color: #5e005e;
}

.s_ct .flex_box .right_content .tabcontent {
    display: none;
}

.s_ct .flex_box .right_content .tabcontent .timer {
    text-align: center;
    background: #f5f5f5;
    padding: 15px 0;
}

.s_ct .flex_box .right_content .tabcontent .timer span {
    font-size: 13px;
    color: #666;
}

.s_ct .flex_box .right_content .tabcontent .timer p {
    font-size: 24px;
    font-weight: 700;
}

.s_ct .flex_box .right_content .tabcontent .list_box {
    background: #fff;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul {
    display: flex;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul li {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.title li {
    font-size: 13px;
    color: #c40513;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.title li:nth-child(3) {
    color: #4d83e5;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul:last-child li {
    border-bottom: none;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul {
    padding-right: 5px;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.list li.money {
    padding: 0 15px;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.list li.money_sell {}

.s_ct .flex_box .right_content .tabcontent .list_box ul.list li input {
    text-align: center;
    width: 100px;
    height: 22px;
    padding: 0 15px;
    font-size: 13px;
    color: #c40513;
    border: 1px solid #c40513;
    line-height: 22px;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.list li input::placeholder {
    color: #c40513;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.list li.money_sell input {
    color: rgb(0, 131, 126);
    border-color: rgb(0, 131, 126);
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.list li.money_sell input::placeholder {
    color: rgb(0, 131, 126);
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.list li button {
    width: 50px;
    height: 22px;
    background: #666;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.list li:first-child {
    justify-content: space-between;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.list li:first-child>p:first-child {
    padding-left: 20px;
    font-size: 15px;
}

.s_ct .flex_box .right_content .tabcontent .list_box ul.list li:first-child>p:nth-child(2) {
    padding-right: 30px;
    font-size: 15px;
}

.s_ct .flex_box .right_content .tabcontent .btn_box {
    padding: 12px 15px;
    background: #f5f5f5;
    margin-top: 0;
    padding-left: 0;
    padding-right: 5px;
}

.s_ct .flex_box .right_content .tabcontent .btn_box li:first-child {
    padding: 0;
}

.s_ct .flex_box .right_content .tabcontent .btn_box li {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.s_ct .flex_box .right_content .tabcontent .btn_box li button {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    height: 30px;
    background: #c40513;
    line-height: 30px;
    color: #fff;
}

.s_ct .flex_box .right_content .tabcontent .btn_box li.sell button {
    background: #4d83e5;
}

.s_ct .flex_box .right_content .tabcontent .money_box {
    background: #fff;
    overflow: hidden;
}

.s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2 {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2>div {
    width: 100%;
    text-align: center;
}

.s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2>div:first-child {
    position: relative;
}

.s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2>div:first-child::before {
    position: absolute;
    content: '';
    display: block;
    height: 50px;
    width: 1px;
    background: #ddd;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2>div>p {
    font-size: 15px;
    margin-bottom: 5px;
}

.s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2>div>span {
    font-size: 15px;
    font-weight: 500;
}

.s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2>div>input {
    font-size: 15px;
    font-weight: 500;
    width: 200px;
    height: 26px;
    text-align: center;
    padding: 0 20px;
    border: solid 1px #333;
    line-height: 26px;
    font-weight: 400;
}

.s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2>div>input::placeholder {
    font-size: 15px;
    color: #333;
}

.s_ct .flex_box .right_content .tabcontent .money_box button {
    width: 240px;
    height: auto;
    line-height: 30px;
    font-weight: 500;
    font-size: 15px;
    background: black;
    color: #fff;
    margin: 12px auto;
    display: block;
	border: outset 2px;
}

.s_ct .flex_box .right_content .right_top {
    box-shadow: 2.9px 0.6px 14px 1.1px rgb(50 51 51 / 5%);
}

.s_ct .flex_box .right_content .right_bottom {
    box-shadow: 2.9px 0.6px 14px 1.1px rgb(50 51 51 / 5%);
    margin-top: 10px;
    height: 335px;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
}

.s_ct .flex_box .right_content .right_bottom ul {
    display: flex;
}

.s_ct .flex_box .right_content .right_bottom ul li:last-child {
    width: 50% !important;
}

.s_ct .flex_box .right_content .right_bottom ul.title {
    background: #f5f5f5;
    height: 50px;
    display: flex;
    align-items: center;
}

.s_ct .flex_box .right_content .right_bottom ul.title li {
    text-align: center;
    width: 100%;
    font-size: 15px;
}

.s_ct .flex_box .right_content .right_bottom ul.list {
    display: flex;
    align-items: center;
}

.s_ct .flex_box .right_content .right_bottom ul.list li {
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #666;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
}

.s_ct .flex_box .right_content .right_bottom ul:last-child li {
    border-bottom: none;
}

.s_ct .flex_box .right_content .right_bottom ul.list li.on {
    color: #c40513;
}



.popup_panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.popup_panel div.popup_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.popup_panel div.popup_contents {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    margin: 0 !important;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 2.9px 0.6px 14px 1.1px rgba(50, 51, 51, 0.05);
    border: solid 1px #ddd;
}

.popup_panel div.popup_contents h3 {
    display: block;
    border-bottom: 1px solid #ddd;
    word-break: keep-all;
    padding: 40px;
    position: relative;

}

.popup_panel div.popup_contents h3 img {
    height: 25px;
}

.popup_panel div.popup_contents p {
    padding: 40px;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -.5px;
    word-break: keep-all;

}

.popup_panel div.popup_contents p>strong,
.popup_panel div.popup_contents p>span {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -.5px;
    word-break: keep-all;
}

.popup_panel div.popup_contents .red {
    color: #c40513;
}

.popup_panel div.popup_contents .link_btn {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}

.popup_panel div.popup_contents .link_btn a {
    font-size: 15px;
	width: 50%;
	text-align: center;
    color: white !important;
	background-color: black;
    border: outset 3px #ddd !important;
    padding: 8px 10px;
}


#btn_popup_close {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/popup_close.png");
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
}


.quick{
    position: fixed;
    right: 150px;
    bottom: 140px;
    z-index: 1;
    transition:all ease 1s;
}

.quick.fix{
    position: fixed;
    bottom: 140px;
    z-index: 1;
}

.quick .quick_fix{
    
}

.quick .quick_fix p{
    background: #fff url(../images/quick.png)no-repeat center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-indent: -9999px;
    margin: 0 auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

.quick.active .quick_open{
    display: block;
}

.quick .quick_open{
    display: none;
    position: absolute;
    top: -380px;
    left: -90px;
    background: #fff;
    padding: 35px 25px;
    width: 260px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

.quick .quick_open h2{
    color:rgb(0, 131, 126);
    font-size:20px;
}

.quick .quick_open ul{
    margin-top:15px;
}

.quick .quick_open ul li{
    display:flex;
    align-items:center;
}

.quick .quick_open ul li ~li{
    margin-top:5px;
}

.quick .quick_open ul li span{
    background:rgb(0, 131, 126);
    color:#fff;
    padding:10px 20px;
    display:inline-block;
    border-radius:5px;
}

.quick .quick_open ul li em{
    font-style:normal;
    margin-left:10px;
}

.quick .quick_open .kakao{
    display: flex;
    align-items: center;
    border:1px solid rgb(0, 131, 126);
    padding:10px 25px;
    border-radius:5px;
    margin-top:15px;
}

.quick .quick_open .kakao span{
    display:inline-block;
    background:url(../images/quick_kakao.png)no-repeat;
    height:35px;
    text-indent: -9999px;
    width: 45px;
}

.quick .quick_open .kakao em{
    font-style: normal;
    color: rgb(0, 131, 126);
    font-weight: 600;
    margin-left: 15px;
}

/* ÃƒÂ«Ã‚ÂªÃ‚Â¨ÃƒÂ«Ã‚Â°Ã¢â‚¬ÂÃƒÂ¬Ã‚ÂÃ‚Â¼ */
@media (max-width: 1200px) {
    .quick{
        position: fixed;
        right: 20px;
        bottom: 50px;
        transition:all ease 1s;
    }
    
    .quick.fix{
        position: fixed;
        bottom: 90px;
        right: 20px;
    }

    .quick .quick_fix p{
        width:80px;
        height:80px;
        background-size:60px;
    }


/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ */
@media (max-width: 1280px) {
    *::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
        background-clip: padding-box;
        border: 2px solid transparent;

    }

    *::-webkit-scrollbar-track {
        background-color: #eee;
    }

    .m_none {
        display: none;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 3;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        width: 290px;
        right: -290px;
        overflow: auto;
        padding: 0 15px;
    }

    .sidenav .closebtn {
        position: fixed;
        top: 0;
        font-size: 30px;
        color: #fff;
        padding: 0;
        right: -50px;
        transition: all .5s;
        font-weight: 300;
    }

    .nav_bg {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0, 0, 0, 0.7) repeat;
        top: 0;
        left: 0;
        z-index: 2;
        display: none;
    }

    .m_head {
        padding: 0 15px;
        overflow: hidden;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        transition: all .3s;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    .m_head .con_v2 {
        display: none;
    }

    .m_head .flex_box {
        display: flex;
        justify-content: space-between;
        height: 50px;
        align-items: center;
    }

    .m_head .opennav {
        width: 17px;
        height: 13px;
        background-image: url("../images/menu.png");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .sidenav ul.m_head_top li a {
        padding: 0;
        font-size: 0.8rem;
        font-weight: 500;
        color: #0AA7C4;
        position: relative;
        display: block;
        padding: 8px 17px;
        border: 1px solid #0AA7C4;
        border-radius: 5px;
    }
    
 
    
    .sidenav ul.m_head_top li a.home{
        border:none;
        padding: 0;
    }
    
    .sidenav ul.m_head_top li a img{
        width:25px;
        height:25px;
    }

    .sidenav ul.m_head_top {
        display: flex;
        height: 45px;
        align-items: center;
        margin-bottom: 10px;
    }

    .m_head_top>li {
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

    .m_head_top>li:last-child {
        margin-right: 0px;
    }

    .m_head_top>li:last-child a:after {
        display: none;
    }

    .sidenav ul.m_head_list li + li{
        border-bottom: 1px solid #ededed;
    }

    .sidenav ul.m_head_list li a {
        display: flex;
        height: 45px;
        align-items: center;
        border-radius: 5px;
    }

    .m_head .con_v2 .tablinks_box {
        background: #fff;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .m_head .con_v2 .tablinks_box a + a{
        border-top:1px solid #ddd;
    }

    .m_head .con_v2 .tablinks_box a {
        border: none;
        font-size: 13px;
        font-weight: 500;
        color: #666;
        height: auto;
        padding: 10px 15px;
        background: none;
    }

    .sidenav ul.m_head_list li .title_v2 {
        display: flex;
        height: 42px;
        align-items: center;
        border-bottom: 2px solid #08a7c5;
        justify-content: space-between;
        border-top: 1px solid #ededed;
    }

    .sidenav ul.m_head_list li .title_v2>span {
        font-size: 0.9rem;
        font-weight: 500;
        color: #0AA7C4;
        padding: 10px;
    }

    .sidenav ul.m_head_list li .title_v2 img {
        transition: all 0.3s;
        margin-right: 10px;
        background: #0AA7C4;
        height: 5px;
        padding: 7px;
        border-radius: 50%;
    }

    .sidenav ul.m_head_list li .title_v2.active img {
        transform: rotate(180deg);
    }

    .sidenav ul.m_head_list li a p {
        font-size: 0.9rem;
        font-weight: 500;
        color: #0AA7C4;
        padding: 10px;
    }


    .sidenav button.notice_btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        background: #0fae8a;
        color: rgb(0, 131, 126);
        font-size: 14px;
        font-weight: 500;
        margin-top: 40px;
        line-height: 40px;
    }

    .sidenav button.notice_btn img {
        margin-right: 10px;
    }

    .sidenav button.logout_btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        background: #fff;
        color: #666;
        font-size: 14px;
        font-weight: 500;
        margin-top: 10px;
        border: solid 1px #ddd;
        line-height: 40px;
    }

    header {
        display: none;
    }

    .ct_wrap {
        margin-top: 0px;
    }

    .m_ct {
        display: block;
    }

    .pc_ct {
        display: none;
    }

    .no_link {
        pointer-events: none;
    }

    .inner {
        width: 100%;
    }

    #ct1 h4 {
        font-size: 19px;
        width: 100%;
    }

    #ct1 h4 span {
        font-size: 29px;
        margin-top: 15px;
    }

    #ct2 {
        margin-top: 0;
    }

    #ct2::before {
        display: none;
    }

    #ct2 .inner {
        background: rgba(255, 255, 255, 0.6);
    }

    #ct2 .flex_box {
        display: block;
    }

    #ct2 .flex_box>.title>h4 {
        font-size: 23px;
    }

    #ct2 .flex_box>.title>p {
        font-size: 14px;
        margin-top: 20px;
        line-height: normal;
    }

    #ct2 .flex_box>.title>p br {
        display: none;
    }

    #ct2 .flex_box>.title>a {
        margin-top: 0;
    }

    #ct2 .flex_box>.title>a>span {
        display: none;
    }

    #ct2 .flex_box>.title {
        position: relative;
        margin: 0 15px;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    #ct2 .flex_box>.title>a {
        position: absolute;
        right: 20px;
        bottom: 55px;
        z-index: 0;
    }

    #ct2 .flex_box>.title>a::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 40px;
        width: 65px;
        height: 65px;
        background: #fff;
        border-radius: 100%;
        opacity: 0.5;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    #ct2 .flex_box>ul.list {
        margin: 0 15px;
    }

    #ct2 .flex_box>ul.list>li {
        padding: 20px;
    }

    #ct2 .flex_box>ul.list>li>a>.title>p.blue {
        width: 40px;
        height: 20px;
        font-size: 14px;
    }

    #ct2 .flex_box>ul.list>li>a>.title>img {
        width: 15px;
    }

    #ct2 .flex_box>ul.list>li>a>p {
        font-size: 15px;
        margin-top: 15px;
        width: 100%;
    }

    #ct2 .flex_box>ul.list>li:last-child {
        margin-top: 15px;
    }

    #ct2 .flex_box>.customer {
        width: 100%;
        margin-top: 40px;
    }

    #ct2 .flex_box>.customer>.box {
        padding: 50px 15px;
        max-width: 400px;
        margin: 0 auto;
    }

    #ct2 .flex_box>.customer>.box>h5 {
        font-size: 23px;
        margin-bottom: 25px;
    }

    #ct2 .flex_box>.customer>.box>p {
        font-size: 15px;
        line-height: 24px;
    }

    #ct2 .flex_box>.customer>.box>a {
        margin-top: 30px;
        height: 42px;
    }

    #ct2 .flex_box>.customer>.box>a>img {
        width: 24px;
    }

    #ct2 .flex_box>.customer>.box>a>p {
        font-size: 14px;
        margin-left: 15px;
    }

    #ct2 .flex_box>.customer>.box::before {
        width: 70px;
        height: 70px;
        top: 15px;
        right: 10px;
    }

    #ct3 {
        margin-top: 0;
    }

    #ct3 .flex_box {
        display: block;
    }

    #ct3 .flex_box .left_content {
        border-top: none;
        padding: 50px 15px;
        width: 100%;
    }

    #ct3 .flex_box .left_content .title {
        margin-bottom: 15px;
    }

    #ct3 .flex_box .left_content .title h5 {
        font-size: 23px;
    }

    #ct3 .flex_box .left_content .title>a>img {
        width: 18px;
    }

    #ct3 .flex_box .left_content .tb table thead tr th {
        padding: 15px 0;
        font-size: 14px;
    }

    #ct3 .flex_box .left_content .tb table tbody th,
    #ct3 .flex_box .left_content .tb table tbody td {
        padding: 15px 0;
        font-size: 14px;
    }

    #ct3 .flex_box .left_content .tb table tbody td img {
        height: 15px;
        vertical-align: bottom;
    }

    #ct3 .right_content {
        width: 100%;
    }

    #ct3 .right_content h5 {
        font-size: 23px;
        margin-bottom: 25px;
    }

    #ct3 .right_content p {
        font-size: 14px;
        line-height: 23px;
    }

    #ct3 .right_content a {
        margin-top: 40px;
        font-size: 14px;
        height: 42px;
    }

    #ct3 .right_content .box {
        padding: 50px 15px;
        max-width: 400px;
        margin: 0 auto;
    }

    #ct3 .right_content .box::before {
        width: 70px;
        height: 70px;
        top: 15px;
        right: 10px;
    }

    #ct4 {
        margin-top: 50px;
    }

    #ct4 .flex_box {
        display: block;
    }

    #ct4 .flex_box>div>p {
        font-size: 15px;
    }

    #ct4 .flex_box>div>p>span {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    #ct4 .flex_box>div>img {
        margin-right: 30px;
    }

    #ct4 .flex_box>div.bg_blue {
        background: rgba(255, 255, 255, 0.6);
    }

    #ct4 .flex_box:first-child>div:nth-child(2) {
        background: rgba(255, 255, 255, 0.6);
    }

    #ct4 .flex_box:nth-child(2)>div:nth-child(2) {
        /* background: #48C3FF; */
    }

    footer {

        padding: 20px 15px;
    }

    footer .copy {
        font-size: 12px;
    }

    .min-height {
        min-height: calc(100vh - 104px);
    }

    .ct.account {
        width: calc(100% - 15px);
        padding: 50px 25px;
        margin: 30px auto;
    }

    .ct.account .login_box img {
        width: 150px;
    }

    .ct.account .login_box h5 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .ct.account input::placeholder {
        font-size: 13px;
    }

    .ct.account input {
        font-size: 13px;
        height: 40px;
        margin-bottom: 15px;
    }

    .btn_box a {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .chr_ct1 .banner {
        height: 175px;
    }

    .chr_ct1 .banner .title h5 {
        font-size: 19px;
    }

    .chr_ct1 .banner .title p {
        font-size: 14px;
        margin-top: 10px;
    }

    .chr_ct2 {
        margin-top: -25px;
    }

    .navigation {
        height: 45px;
        width: 360px;
    }

    .navigation .naviHome a {
        width: 55px;
        height: 45px;
        background-size: 15px;
    }

    .navigation .naviHome a:after {
        height: 12px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .navigation dl {
        width: 210px;
    }

    .navigation dl dt:after {
        height: 12px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .navigation dl:nth-child(2) {
        display: none;
    }

    .navigation dl dt {
        line-height: 45px;
        padding: 0 20px;
    }

    .navigation dl dt span {
        font-size: 14px;
        background-size: 12px;
    }

    .navigation dl:hover dt span {
        font-size: 14px;
        background-size: 12px;
    }

    .navigation dl dd {
        top: 45px;
    }

    .navigation dl dd ul li a {
        padding: 12px 20px;
        font-size: 13px;
    }

    h5.title_v2 {
        font-size: 14px;
        margin-top: 40px;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .tb_v2 {
        padding: 0 15px;
    }

    .tb_v2 .flex_box .left {
        width: 120px;
        min-width: 120px;
        font-size: 13px;
        padding: 0 15px;
    }

    .tb_v2 .flex_box .right {
        padding: 10px 15px;
    }

    .tb_v2 .flex_box .right textarea {
        font-size: 13px;
    }

    .tb_v2 .flex_box:nth-child(2) .right textarea {
        min-height: 150px;
    }

    .tb_v2 .flex_box .right>p {
        font-size: 13px;
    }

    .tb_v2 .flex_box .right>span {
        font-size: 12px;
        margin-left: 0;
        display: block;
        width: 100%;
        margin-top: 5px;
    }

    .tb_v2 .flex_box .right>.top>input {
        width: 150px;
        height: 30px;
        font-size: 13px;
    }

    .tb_v2 .flex_box .right>.top>input::placeholder {
        font-size: 13px;
    }

    .tb_v2 .flex_box .right>.top>span.won {
        margin-right: 0;
        font-size: 13px;
    }

    .tb_v2 .flex_box .right>.top>span.blue {
        font-size: 13px;
        width: 100%;
        margin-top: 5px;
    }

    .tb_v2 .flex_box .right>.top {
        flex-wrap: wrap;
    }

    .tb_v2 .flex_box .right>.bottom {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0px;
    }

    .tb_v2 .flex_box .right>.bottom>button {
        width: calc(50% - 5px);
        margin-top: 10px;
        margin-right: 0;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
    }

    .tb_v2 .flex_box .right>.bottom>button:nth-child(2n-1) {
        margin-right: 10px;
    }

    .tb_v2 .flex_box .right>.bottom>button:last-child {
        width: 100%;
        margin-right: 0;
    }

    .btn_box_v2 {
        margin: 0 15px;
    }

    .apply_v2 {
        font-size: 13px;
        line-height: 13px;
        height: 25px;
        margin-top: 30px;
        width: 90px;
    }

    .chr_ct3 .segment {
        margin: 0 15px;
        margin-top: 40px;
        padding: 15px;
    }

    .chr_ct3 .segment>span {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .chr_ct3 .segment>p {
        font-size: 13px;
        line-height: 18px;
    }

    .sub_top_menu {
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .sub_top_menu .date input {
        background-size: 10px;
        width: 110px;
        height: 25px;
        font-size: 13px;
        background-position: 88px center;
    }

    .sub_top_menu .btn_box_v3 button {
        width: 40px;
        height: 25px;
        font-size: 13px;
        line-height: normal;
    }

    .btn_box_v4 {
        padding: 0 15px;
        margin-top: 25px;
    }

    .btn_box_v4 button {
        width: 65px;
        height: 25px;
        font-size: 13px;
        line-height: normal;
    }

    .chr_ct3 .tb_v2 .table_pc {
        display: none;
    }

    .chr_ct3 .tb_v2 .table_mobile {
        display: block;
    }

    .chr_ct3 .tb_v2 .chart_table2.chart_table3 .title .flex_box_v2:first-child>div:first-child {
        width: 60px;
        min-width: 60px;
    }

    .chr_ct3 .tb_v2 .chart_table2.chart_table3>.list>ul:nth-child(1)>li:nth-child(1) {
        width: 60px;
        min-width: 60px;
    }

    .chr_ct3 .tb_v2 .chart_table2.chart_table3>.list>ul:nth-child(1)>li:nth-child(2) {
        width: 100%;
        min-width: auto;
        padding: 12px 15px;
    }

    .board_view {
        padding: 0 15px;
    }

    .board_view .title,
    .board_view .title>span {
        font-size: 13px;
    }

    .board_view .title {
        padding: 15px;
    }

    .board_view p.segment_v2 {
        font-size: 13px;
        padding: 15px;
        min-height: 130px;
    }

    .tb_v3 {
        padding: 0 15px;
    }

    .tb_v3 .flex_box {
        display: block;
        border-top: none;
        border-bottom: none;
    }

    .tb_v3 .flex_box .left_content>div,
    .tb_v3 .flex_box .right_content>div {
        border-bottom: 1px solid #ddd;
    }

    .tb_v3 .flex_box div.txt {
        border-right: none;
        font-size: 13px;
    }

    .tb_v3 .flex_box .title {
        font-size: 13px;
        width: 120px;
        min-width: 120px;
        padding: 10px 15px;
        height: auto;
    }

    .tb_v3 .flex_box .txt {
        padding: 10px 15px;
    }

    .qna_txt {
        margin: 0 15px;
        margin-top: 20px;
        font-size: 13px;
        padding: 10px 15px;
        word-break: keep-all;
        letter-spacing: -0.8px;
    }

    .s_ct .flex_box {
        display: block;
    }

    .s_ct .inner {
        padding: 0 15px;
    }

    .s_ct .flex_box .left_content .left_center .swiper-scrollbar {
        display: block;
    }

    .s_ct .flex_box .left_content .left_top {
        width: 100%;
        height: auto;
    }

    .s_ct .flex_box .left_content .left_top .title {
        width: auto;
        margin: 0;
        min-width: auto;
        padding: 10px 0;
        padding-left: 10px;
    }

    .s_ct .flex_box .left_content .left_top .segment {
        width: calc(100% - 111px);
        margin: 0;
        font-size: 13px;
        text-align: right;
        padding-right: 10px;
    }

    .s_ct .flex_box .left_content .left_top .flex_box_v2 {
        flex-wrap: wrap;
    }

    .s_ct .flex_box .left_content .left_top .time {
        width: 100%;
        justify-content: center;
    }

    .s_ct .flex_box .left_content .left_top .title img {
        height: 15px;
    }

    .s_ct .flex_box .left_content .left_top .title h5 {
        font-size: 20px;
    }

    .s_ct .flex_box .left_content .left_top .time .dec {
        font-size: 15px;
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .s_ct .flex_box .left_content .left_top .time .timer p {
        font-size: 35px;
        line-height: 32px;
    }

    .s_ct .flex_box .left_content .left_top .time .timer span {
        font-size: 12px;
    }

    .s_ct .flex_box .left_content .left_top .iframe {
        height: 270px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .s_ct .flex_box .left_content .left_center {
        margin-top: 0;
    }

    .s_ct .flex_box .left_content .left_center .swiper-button-prev {
        display: none;
    }

    .s_ct .flex_box .left_content .left_center .swiper-button-next {
        display: none;
    }

    .s_ct .flex_box .left_content .left_center {
        width: 100%;
    }

    .s_ct .flex_box .left_content .left_center .swiper {
        width: 100%;
    }

    .s_ct .flex_box .left_content .left_center .swiper-slide:last-child {}

    .s_ct .flex_box .left_content .left_center .swiper-slide .title {
        padding: 5px 0;
    }

    .s_ct .flex_box .left_content .left_center .swiper-slide .segment {
        padding: 10px 15px;
    }

    .s_ct .flex_box .left_content .left_center .swiper-slide .segment .txt p {
        font-size: 13px;
    }

    .s_ct .flex_box .left_content .left_center .swiper-slide .segment .txt p span {
        font-size: 13px;
    }

    .s_ct .flex_box .left_content .left_center .swiper-slide .segment .dec {
        font-size: 13px;
        width: 35px;
        height: 35px;
    }

    .s_ct .flex_box .right_content {
        width: 100%;
        height: auto;
        background: transparent;
    }

    .s_ct .flex_box .right_content .tabcontent .timer p {
        font-size: 17px;
    }

    .s_ct .flex_box .right_content .tabcontent .timer {
        padding: 10px 0;
    }

    .s_ct .flex_box .right_content .tabcontent .list_box ul.title li {
        font-size: 12px;
    }

    .s_ct .flex_box .right_content .tabcontent .list_box ul.list li {
        justify-content: center;
    }

    .s_ct .flex_box .right_content .tabcontent .list_box ul.list li input {
        width: 70px;
        height: 20px;
        padding: 0 10px;
        margin-right: 5px;
    }

    .s_ct .flex_box .right_content .tabcontent .list_box ul.list li button {
        width: 35px;
        height: 20px;
        line-height: 20px;
    }

    .s_ct .flex_box .right_content .tabcontent .list_box ul.list li.money {
        padding: 0 5px;
    }

    .s_ct .flex_box .right_content .tabcontent .list_box ul {
        padding-right: 0;
    }

    .s_ct .flex_box .right_content .tabcontent .list_box ul.list li:first-child>p:nth-child(2) {
        padding-right: 10px;
    }

    .s_ct .flex_box .right_content .tabcontent .btn_box li button {
        height: 25px;
        line-height: 25px;
        width: 110px;
    }

    .s_ct .flex_box .right_content .tabcontent .btn_box li {
        padding: 0 5px;
    }

    .s_ct .flex_box .right_content .tabcontent .btn_box {
        padding-right: 0;
    }

    .s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2>div>p {
        font-size: 13px;
    }

    .s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2>div>span {
        font-size: 13px;
    }

    .s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2>div>input {
        font-size: 13px;
        width: 115px;
        padding: 0 10px;
    }

    .s_ct .flex_box .right_content .tabcontent .money_box .flex_box_v2 {
        padding: 15px;
    }

    .s_ct .flex_box .right_content .tabcontent .money_box button {
        font-size: 13px;
        width: 160px;
        height: auto;
        line-height: 30px;
    }

    .s_ct .flex_box .right_content .right_bottom {
        margin-top: 20px;
    }

    .s_ct .flex_box .right_content .right_bottom ul.title {
        height: auto;
        flex-wrap: wrap;
    }

    .s_ct .flex_box .right_content .right_bottom ul.title li {
        font-size: 13px;
        width: 50% !important;
        padding: 9px 0;
    }

    .s_ct .flex_box .right_content .right_bottom ul.list {
        flex-wrap: wrap;
    }

    .s_ct .flex_box .right_content .right_bottom ul.list li {
        font-size: 13px;
        padding: 7px 0;
        width: 50%;
    }

    .s_ct .flex_box .right_content .right_bottom ul.title li:nth-child(1) {
        border-bottom: 1px solid #ddd;
    }

    .s_ct .flex_box .right_content .right_bottom ul.title li:nth-child(2) {
        border-bottom: 1px solid #ddd;
    }

    .s_ct .flex_box .right_content .right_bottom ul.title li:nth-child(2n) {
        border-left: 1px solid #ddd;
    }

    .s_ct .flex_box .right_content .right_bottom ul.list li:nth-child(2n) {
        border-left: 1px solid #ddd;
    }

    .s_ct .flex_box .right_content .right_bottom ul:last-child li:nth-child(1),
    .s_ct .flex_box .right_content .right_bottom ul:last-child li:nth-child(2) {
        border-bottom: 1px solid #ddd;
    }

    .s_ct .flex_box .left_content.left_content_v2 .left_bottom {
        width: 100%;
        margin-top: 20px;
    }

    .popup_panel div.popup_contents {
        width: calc(100% - 75px);
        max-width: 400px;
    }

    .popup_panel div.popup_contents h3 {
        padding: 20px;
    }

    .popup_panel div.popup_contents h3 img {
        height: 20px;
    }

    #btn_popup_close {
        width: 15px;
        height: 15px;
        background-size: contain;
        right: 20px;
    }

    .popup_panel div.popup_contents p {
        padding: 25px 20px;
        font-size: 13px;
        word-break: keep-all;
        line-height: 1.5;
    }

    .popup_panel div.popup_contents p>strong,
    .popup_panel div.popup_contents p>span {
        font-size: 13px;
        line-height: 1.5;
    }

    .popup_panel div.popup_contents .link_btn {
        padding: 15px 20px;
    }

    .popup_panel div.popup_contents .link_btn a {
        font-size: 13px;
    }

}
