@charset "utf-8";

@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

html,
body {
    width: 100%;
    height: 100%
}

#main_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#main_wrap:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .con_left {
    width: 486px;
    float: left;
    height: calc(100% - 74px);
    margin-top: 74px;
    background: #f6f6f6;
    box-shadow: 19px 0 32px rgba(63, 63, 63, 0.11);
    overflow-y: auto;
    position: relative;
    display: block;
}

#main_wrap .con_left .header {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    left: 0;
    top: 0;
    width: 486px;
    z-index: 100;
    box-sizing: Border-box;
}

#main_wrap .con_left .header:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .con_left .header a.logo {
    float: left;
}

#main_wrap .con_left .header a.logo img {
    max-width: 100%;
}

#main_wrap .con_left .header .right_btn {
    float: right;
    font-size: 0;
    letter-spacing: -4px;
}

#main_wrap .con_left .header .right_btn ul {
    display: inline-block;
    vertical-align: middle;
}

#main_wrap .con_left .header .right_btn ul li {
    display: inline-block;
    vertical-align: middle
}

#main_wrap .con_left .header .right_btn ul li + li {
    margin-left: 5px;
}

#main_wrap .con_left .header .right_btn ul li a {
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    color: #666666;
    letter-spacing: -0.025em;
    font-weight: 300;
    border-radius: 30px;
    background: #f7f7f7
}

#main_wrap .con_left .header .right_btn ul li a.on {
    background: #33ade3;
    color: #fff;
}

#main_wrap .con_left .header .right_btn a.menu_btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#main_wrap .con_left .header_side_menu {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 75px;
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #fafafa;
    box-sizing: border-box;
}

#main_wrap .con_left .header_side_menu ul {}

#main_wrap .con_left .header_side_menu ul li {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border: 2px solid #33ade3;
    box-sizing: border-box;
    border-radius: 10px;
}

#main_wrap .con_left .header_side_menu ul li a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

#main_wrap .con_left .header_side_menu ul li a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    letter-spacing: -0.025em;
}

#main_wrap .con_left .header_side_menu ul li:hover {
    background-color: #33ade3;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

#main_wrap .con_left .header_side_menu ul li:hover a span {
    color: #fff;
}

#main_wrap .con_left .header_side_menu ul li.type02 {
    border-color: #aaaaaa;
}

#main_wrap .con_left .header_side_menu ul li.type02 a span {
    color: #aaa;
}

#main_wrap .con_left .header_side_menu ul li.type02:hover {
    background-color: #aaa;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#main_wrap .con_left .header_side_menu ul li.type02:hover a span {
    color: #fff;
}

#main_wrap .con_left .footer .top ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .con_left .footer .top ul {
    border-bottom: 1px solid #dcdcdc;
}

#main_wrap .con_left .footer .top ul li {
    width: 25%;
    float: left;
}

#main_wrap .con_left .footer .top ul li a {
    display: block;
    font-size: 14px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
    padding: 17px 0;
    position: relative;
    text-align: center;
}

#main_wrap .con_left .footer .top ul li a:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: calc(50% - 6px)
}

#main_wrap .con_left .footer .text {
    padding: 40px 0 50px;
    text-align: center;
}

#main_wrap .con_left .footer .text h2 {
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.025em;
    font-weight: 500;
    margin: 0 0 5px;
}

#main_wrap .con_left .footer .text ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0;
}

#main_wrap .con_left .footer .text p {
    font-size: 12px;
    color: #888888;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin: 10px 0 0;
}

#main_wrap .con_left .search_box {
    background: #fff;
    padding: 20px 0px 0px 20px;
    box-sizing: border-box;
}

#main_wrap .con_left .search_box:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .con_left .search_box .input_box {
    width: calc(100% - 58px);
    float: left;
    height: 56px;
    position: relative;
}

#main_wrap .con_left .search_box .input_box input {
    width: 100%;
    height: 70%;
    padding: 0 55px 0 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #e5e5e5;
    border-radius: 10px 0 0 10px;
    font-size: 13px;
    color: #444;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .con_left .search_box .input_box input::placeholder {
    color: #aaaaaa
}

#main_wrap .con_left .search_box .input_box a {
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 15px;
}

#main_wrap .con_left .search_box .filter_btn {
    display: block;
    float: left;
    text-align: center;
    width: 58px;
    height: 39px;
    background: #33ade3;
    border-radius: 0 10px 10px 0;
}

#main_wrap .con_left .search_box .filter_btn:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#main_wrap .con_left .search_box .filter_btn img {
    display: inline-block;
    vertical-align: middle;
}

#main_wrap .con_left .product_list_box {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 20px;
    box-sizing: border-box;
}

#main_wrap .con_left .product_list_box p {
    position: relative;
    margin: 0 0 5px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    letter-spacing: -0.025em;
}

#main_wrap .con_left .product_list_box p:before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url('/img/product_list_icon.png') no-repeat center center;
}

#main_wrap .con_left .product_list_box p:hover {
    color: #444444;
}

#main_wrap .con_left .product_list_box p:hover:before {
    background-image: url('/img/product_list_icon_on.png');
}

#main_wrap .con_left .buliding_title {
    padding: 10px;
    margin: 10px;
}

#main_wrap .con_left .buliding_title + .buliding_title {
    padding-top: 0;
}

#main_wrap .con_left .buliding_title .box {
    background: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    box-shadow: 22px 0 32px rgba(63, 63, 63, 0.06);
    border: 1px solid transparent;
    box-sizing: border-box;
}

#main_wrap .con_left .buliding_title .box:hover {
    border-color: #33ade3
}

#main_wrap .con_left .buliding_title .box h4 {
    font-size: 15px;
    color: #222222;
    font-weight: 300;
    margin: 0 0 20px;
    line-height: 1.4;
    word-break: keep-all;
}

#main_wrap .con_left .buliding_title .box h5 {
    font-size: 14px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0 0 10px;
    word-break: keep-all;
}

#main_wrap .con_left .buliding_title .box .bot {
    margin: 20px 0 0;
}

#main_wrap .con_left .buliding_title .box .bot h4 {
    font-size: 24px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
}

#main_wrap .con_left .buliding_title .box .bot h4 span {
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 300;
}

#main_wrap .con_left .buliding_title .box .bot h5 {
    font-size: 22px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0 0;
    line-height: 1.2;
    position: relative
}

#main_wrap .con_left .buliding_title .box .bot h5 b {
    font-size: 38px;
}

#main_wrap .con_left .buliding_title .box .bot h5 span {
    font-size: 16px;
    color: #aaaaaa;
    font-weight: 300;
}

#main_wrap .con_left .buliding_title .box .bot h5 a {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: -0.025em;
    font-weight: 400;
    background: #eeeeee
}

#main_wrap .con_left .buliding_title .box .bot h5 a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

#main_wrap .con_left .buliding_title .box .bot h6 {
    font-size: 18px;
    color: #888;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 10px 0 0;
    line-height: 1.2;
    position: relative;
}

#main_wrap .con_left .buliding_title .box .bot h6 .right {
    position: absolute;
    right: 0;
    bottom: 0;
}

#main_wrap .con_left .buliding_title .box .bot h6 .right p {
    font-size: 20px;
    color: #33ade3;
    letter-spacing: -0.025em;
    font-weight: 500;
}

#main_wrap .con_left .buliding_title .box .after:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .con_left .buliding_title .box .left {
    width: 100%;
    float: left;
}

#main_wrap .con_left .buliding_title .box .left.w100 {
    float: none;
    width: 100%;
}

#main_wrap .con_left .buliding_title .box .left p {
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0 0 0;
    word-break: keep-all;
}

#main_wrap .con_left .buliding_title .box .left dl {
    margin: 6px 0;
    font-size: 0;
    letter-spacing: -4px;
}

#main_wrap .con_left .buliding_title .box .left dl dt {
    width: 75px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .con_left .buliding_title .box .left dl dt:before {
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
}

#main_wrap .con_left .buliding_title .box .left dl dd {
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .con_left .buliding_title .box .left dl dd a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0;
}


#main_wrap .con_left .buliding_title .box .right {
    width: 100px;
    float: left;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

#main_wrap .con_left .buliding_title .box .right a {
    width: 80px;
    display: block;
    height: 24px;
    text-align: center;
    font-size: 14px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 400;
    border: 1px solid #434343;
    border-radius: 5px;
    box-sizing: border-box;
}

#main_wrap .con_left .buliding_title .box .right a + a {
    margin-top: 10px;
}

#main_wrap .con_left .buliding_title .box .right a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

#main_wrap .con_left .buliding_title .box .right a > * {
    display: inline-block;
    vertical-align: middle;
}

#main_wrap .con_left .buliding_title .box .right a i {
    margin: 0 5px
}

#main_wrap .con_left .buliding_title .box a.heart_btn {
    border-color: #e33333;
    color: #e33333;
}

#main_wrap .con_left .buliding_title .box a.heart_btn i.icon {
    width: 18px;
    height: 16px;
    background: url('/img/heart_off.png')no-repeat center;
}

#main_wrap .con_left .buliding_title .box a.heart_btn.on i.icon {
    background: url('/img/heart_on.png')no-repeat center;
}

#main_wrap .con_left .buliding_title .box .right a.heart_btn {
    border-color: #e33333;
    color: #e33333;
}

#main_wrap .con_left .buliding_title .box .right a.heart_btn i.icon {
    width: 18px;
    height: 16px;
    background: url('/img/heart_off.png')no-repeat center;
}

#main_wrap .con_left .buliding_title .box .right a.heart_btn.on i.icon {
    background: url('/img/heart_on.png')no-repeat center;
}

#main_wrap .con_left .buliding_info {
    padding: 30px 20px;
    border-top: 1px solid #e7e7e7
}

#main_wrap .con_left .buliding_info .box:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .con_left .buliding_info .box .left {
    width: 48%;
    float: left;
}

#main_wrap .con_left .buliding_info .box .right {
    width: 52%;
    float: left;
}

#main_wrap .con_left .buliding_info .box h4 {
    font-size: 18px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0 0 10px;
}

#main_wrap .con_left .buliding_info .box h5 {
    font-size: 16px;
    color: #a5a5a5;
    letter-spacing: -0.025em;
    font-weight: 500;
    margin: 0 0 10px;
}

#main_wrap .con_left .buliding_info .box dl {
    font-size: 0;
    letter-spacing: -4px;
}

#main_wrap .con_left .buliding_info .box dl + dl {
    margin-top: 5px;
}

#main_wrap .con_left .buliding_info .box dl dt {
    width: 55px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .con_left .buliding_info .box dl dt:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
}

#main_wrap .con_left .buliding_info .box dl dd {
    width: calc(100% - 55px);
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .con_left .buliding_info .box h4 {
    font-size: 18px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0 0 10px;
}

#main_wrap .con_left .buliding_info .box table {
    width: 100%;
}

#main_wrap .con_left .buliding_info .box table tr th {
    border: 1px solid #d8d8d8;
    background: #f7f7f7;
    font-size: 14px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 300;
    padding: 5px;
}

#main_wrap .con_left .buliding_info .box table tr td {
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 300;
    padding: 5px;
    text-align: center;
}

#main_wrap .con_left .buliding_info .box table tr td:last-child {
    text-align: right;
}

#main_wrap .main_cont {
    padding: 20px;
    box-sizing: border-box;
}

#main_wrap .main_cont .banner {
    width: 100%;
    padding: 20px 20px 260px;
    background: #fff url('/img/main_cont_banner_bg.png')no-repeat 100% 65%/ 100%;
    border-radius: 0;
    box-sizing: border-box;
}

#main_wrap .main_cont .banner .top h3 {
    font-size: 14px;
    color: #33ade3;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0 0 10px
}

#main_wrap .main_cont .banner .top h4 {
    font-size: 20px;
    color: #33ade3;
    letter-spacing: -0.025em;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 15px;
}

#main_wrap .main_cont .banner .top h5 {
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.025em;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 15px;
}

#main_wrap .main_cont .banner .top p {
    font-size: 15px;
    color: #666666;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .main_cont .banner .bot {
    margin: 25px 0 0;
}

#main_wrap .main_cont .banner .bot .hr {
    width: 40px;
    height: 1px;
    background: #222222;
    margin: 0 0 25px;
}

#main_wrap .main_cont .banner .bot ul {
    margin: 0 0 20px;
}

#main_wrap .main_cont .banner .bot ul li {
    margin: 5px 0 0;
}

#main_wrap .main_cont .banner .bot ul li b {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #444444;
    font-weight: 300;
    letter-spacing: -0.025em;
}

#main_wrap .main_cont .banner .bot ul li b span.line {}

#main_wrap .main_cont .banner .bot ul li b:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #444;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: calc(50% - 1px);
}

#main_wrap .main_cont .banner .bot ul li p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #444444;
    font-weight: 200;
    letter-spacing: -0.025em;
}

#main_wrap .main_cont .banner .bot p {
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.025em;
    font-weight: 400;
}

#main_wrap .main_cont .banner .bot p span {}

#main_wrap .main_cont .notice {
    margin: 20px 0 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

#main_wrap .main_cont .notice .tit {
    margin: 0 0 15px;
}

#main_wrap .main_cont .notice .tit p {
    font-size: 18px;
    color: #222222;
    letter-spacing: -0.025em;
}

#main_wrap .main_cont .notice ul li {
    cursor: pointer;
    position: relative;
}

#main_wrap .main_cont .notice ul li:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .main_cont .notice ul li:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url('/img/main_cont_notice_icon_off.png')no-repeat center;
    position: absolute;
    left: 0;
    top: 4px;
    transition: 0.2s;
}

#main_wrap .main_cont .notice ul li p {
    width: calc(100% - 90px);
    float: left;
    font-size: 12px;
    color: #666666;
    letter-spacing: -0.025em;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px 0 25px;
    position: relative;
    box-sizing: border-box;
}

#main_wrap .main_cont .notice ul li span {
    text-align: center;
    width: 90px;
    display: block;
    float: right;
    font-size: 12px;
    color: #aaaaaa;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .main_cont .notice ul li + li {
    margin: 5px 0 0;
}

#main_wrap .main_cont .notice ul li:hover:before {
    background: url('/img/main_cont_notice_icon_on.png')no-repeat center;
}

#main_wrap .main_cont .notice ul li:hover p {
    color: #222
}


/* 팝업 */
#main_wrap .con_left .popup {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 91px 0 0;
    box-sizing: border-box;
    left: 0;
    top: 0;
}

#main_wrap .con_left .popup .box {
    width: 100%;
    padding: 30px 0px 60px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 100px 100px 10000px rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
}

#main_wrap .con_left .popup .box h4 {
    font-size: 14px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
}

#main_wrap .con_left .popup .box ul {
    margin: 20px 0 0;
}

#main_wrap .con_left .popup .box ul li {
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border-right-color: #33ade3;
    font-size: 0;
    letter-spacing: -4px;
    transition: 0.2s;
}

#main_wrap .con_left .popup .box ul li + li {
    margin: 10px 0 0;
}

#main_wrap .con_left .popup .box ul li:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#main_wrap .con_left .popup .box ul li p {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #666666;
    letter-spacing: -0.025em;
    font-weight: 300;
    transition: 0.2s;
}

#main_wrap .con_left .popup .box ul li a {
    width: 20%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #33ade3;
    letter-spacing: -0.025em;
    font-weight: 300;
    transition: 0.2s;
}

#main_wrap .con_left .popup .box ul li:hover {
    background: #33ade3;
    box-shadow: 5px 0 4px rgba(65, 65, 65, 0.32);
    transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
}

#main_wrap .con_left .popup .box ul li:hover p {
    color: #fff;
}

#main_wrap .con_left .popup .box ul li:hover a {
    color: #fff;
}

#main_wrap .con_left .popup .box .after {
    margin: 20px 0 0;
}

#main_wrap .con_left .popup .box .after dl:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#main_wrap .con_left .popup .box .after dl {
    font-size: 0;
    letter-spacing: -4px;
}

#main_wrap .con_left .popup .box .after dl + dl {
    margin: 10px 0 0;
}

#main_wrap .con_left .popup .box .after dl dt {
    display: inline-block;
    vertical-align: middle;
    width: 95px;
    font-size: 13px;
    color: black;
    letter-spacing: -0.025em;
    font-weight: 300;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    position: relative;
}

#main_wrap .con_left .popup .box .after dl dt:before {
    width: 5px;
    height: 5px;
    background: #33ade3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

#main_wrap .con_left .popup .box .after dl dd {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 95px);
}

#main_wrap .con_left .popup .box .after dl dd select {
    width: 100%;
    height: 30px;
    border: 1px solid #e5e5e5;
    background: #fff url('/img/select_btn.png')no-repeat right 15px center;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 12px;
    color: black;
    letter-spacing: -0.025em;
    font-weight: 300;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#main_wrap .con_left .popup .box .after dl dd select::-ms-expand {
    display: none;
}

#main_wrap .con_left .popup .box .bot_btn {
    margin: 30px 0 0;
    text-align: center;
    font-size: 0;
    letter-spacing: -4px;
}

#main_wrap .con_left .popup .box .bot_btn a {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 25px;
    padding-top: 5px;
    background: #f8f8f8;
    font-size: 14px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
    border-radius: 40px;
    margin: 0 5px;
}

#main_wrap .con_left .tab_wrap .tab_btn {
    background: #fff;
}

#main_wrap .con_left .tab_wrap .tab_btn ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .con_left .tab_wrap .tab_btn ul li {
    width: 33.3%;
    float: left;
    display: table;
    height: 32px;
    text-align: center;
    border: 1px solid #33ade3;
    border-left: 0;
    box-sizing: border-box;
}

#main_wrap .con_left .tab_wrap .tab_btn ul li:first-child {
    border-left: 1px solid #33ade3;
}

#main_wrap .con_left .tab_wrap .tab_btn ul li a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-size: 14px;
    color: #33ade3;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .con_left .tab_wrap .tab_btn ul li.on a {
    background: #33ade3;
    color: #fff;
}

#main_wrap .con_left .tab_wrap .tab_con .con {
    display: none;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    background: #fff;
}

#main_wrap .con_left .tab_wrap .tab_con .con01 {
    display: block;
}

#main_wrap .con_left .tab_wrap .tab_con h4 {
    font-size: 24px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
}

#main_wrap .con_left .tab_wrap .tab_con h4 span {
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 300;
}

#main_wrap .con_left .tab_wrap .tab_con h5 {
    font-size: 24px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 20px 0 0;
    line-height: 1.2;
    position: relative
}

#main_wrap .con_left .tab_wrap .tab_con h5 b {
    font-size: 40px;
}

#main_wrap .con_left .tab_wrap .tab_con h5 span {
    font-size: 16px;
    color: #aaaaaa;
    font-weight: 300;
}

#main_wrap .con_left .tab_wrap .tab_con h5 a {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: -0.025em;
    font-weight: 400;
    background: #eeeeee
}

#main_wrap .con_left .tab_wrap .tab_con h5 a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

#main_wrap .con_left .tab_wrap .tab_con h5 .right {
    position: absolute;
    right: 0;
    bottom: 4px;
}

#main_wrap .con_left .tab_wrap .tab_con h5 .right p {
    font-size: 20px;
    color: #33ade3;
    letter-spacing: -0.025em;
    font-weight: 500;
}

#main_wrap .con_left .tab_wrap .tab_con h6 {
    font-size: 14px;
    color: #888;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 10px 0 0;
    line-height: 1.2;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type01 {
    margin: 20px 0 0;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type01 ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type01 ul li {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    box-sizing: border-box;
    padding: 20px
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type01 ul li:last-child {
    border-bottom: 1px solid #e5e5e5
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type01 ul li .tit {
    margin: 0;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type01 ul li .tit p {
    font-size: 14px;
    color: #222;
    letter-spacing: -0.025em;
    font-weight: 500;
    display: inline-block;
    vertical-align: bottom;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type01 ul li .tit span {
    font-size: 14px;
    color: #aaaaaa;
    letter-spacing: -0.025em;
    font-weight: 500;
    display: inline-block;
    vertical-align: bottom;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type01 ul li .price {
    text-align: right;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type01 ul li .price p {
    font-size: 24px;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type01 ul li.sale01 .price p {
    color: #33ade3
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type01 ul li.sale02 .price p {
    color: #55d79e
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul {
    margin: 30px 0 0;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li + li {
    margin-top: 20px;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li {
    border: 1px solid #e5e5e5;
    padding: 40px 20px 15px;
    box-sizing: border-box;
    position: relative;
    min-height: 194px;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .stick {
    position: absolute;
    left: 0;
    top: 0;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .stick p {
    display: inline-block;
    vertical-align: top;
    background: #eee;
    width: 76px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .stick p.color01 {
    background: #5dc847
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .stick p.color02 {
    background: #c89647
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text {
    font-size: 0;
    letter-spacing: -4px;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text .left {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text .left span {
    display: block;
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 200;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text .left span i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    line-height: 1;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text .left h6 {
    font-size: 22px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 5px 0;
    line-height: 1.2;
    word-break: keep-all;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text .left p {
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
    line-height: 1.2;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text .left dl {
    margin: 10px 0 0;
    font-size: 0;
    letter-spacing: -4px;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text .left dl dd {
    display: inline-block;
    vertical-align: top;
    padding: 4px 10px;
    margin: 5px 0;
    font-size: 14px;
    color: #8bbfff;
    letter-spacing: -0.025em;
    font-weight: 300;
    background: #f0f7fc;
    border: 1px solid #8bbfff;
    border-radius: 30px;
    box-sizing: border-box;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text .left dl dd + dd {
    margin-left: 5px;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text .right {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text .right span {
    display: block;
    font-size: 20px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 500;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li .text .right p {
    font-size: 26px;
    color: #444444;
    letter-spacing: -0.045em;
    font-weight: 300;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li.sale01 .text .right p {
    color: #33ade3
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type02 ul li.sale02 .text .right p {
    color: #55d79e
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type03 {
    margin: 20px 0 0;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type03 dl:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type03 dl {
    padding: 5px 0;
    border-bottom: 1px dashed #e5e5e5
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type03 dl dt {
    width: 30%;
    float: left;
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type03 dl dt:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
}

#main_wrap .con_left .tab_wrap .tab_con .trp_type03 dl dd {
    width: 70%;
    float: right;
    font-size: 16px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 500;
    text-align: right;
}

#main_wrap .con_left .tab_wrap .tab_con .graph_box {
    width: 100%;
    height: 300px;
    margin: 20px 0 0;
}

#main_wrap .con_left .tab_wrap .tab_con .graph_box > div {
    height: 100%
}

#main_wrap .con_left .tab_wrap .tab_con .txt_box {
    border: 1px solid #e5e5e5;
    margin: 0px 0 0;
    padding: 8px 10px;
    box-sizing: border-box;
}

#main_wrap .con_left .tab_wrap .tab_con .txt_box p {
    padding-left: 8px;
    font-size: 14px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
    position: relative;
    word-break: keep-all;
    text-align: justify;
}

#main_wrap .con_left .tab_wrap .tab_con .txt_box p:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #bdbdbd;
    position: absolute;
    left: 0;
    top: 10px
}

#main_wrap .con_left .tab_wrap .tab_con .table_wrap {
    margin: 5px 0 0;
}

#main_wrap .con_left .tab_wrap .tab_con .table_wrap p {
    padding: 15px 0;
    font-size: 20px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 500;
}

#main_wrap .con_left .tab_wrap .tab_con .table_wrap table {
    width: 100%;
}

#main_wrap .con_left .tab_wrap .tab_con .table_wrap table tbody tr {}

#main_wrap .con_left .tab_wrap .tab_con .table_wrap table tbody tr:hover {
    border: 2px solid #33ade3
}

#main_wrap .con_left .tab_wrap .tab_con .table_wrap table tr th {
    background: #eeeeee;
    font-size: 13px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 300;
    padding: 5px 5px;
    line-height: 1.2;
}

#main_wrap .con_left .tab_wrap .tab_con .table_wrap table tr td {
    text-align: center;
    font-size: 13px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 300;
    padding: 5px 5px;
}

.more_btn {
    margin: 20px 0 0;
    text-align: center;
}

.more_btn a {
    display: inline-block;
    vertical-align: top;
    width: 145px;
    height: 45px;
    line-height: 45px;
    background: #f8f8f8;
    font-size: 16px;
    color: #888;
    letter-spacing: -0.025em;
    font-weight: 300;
    border-radius: 30px;
}

.search_info_cont .tab_con .more_btn a {
    background: #f8f8f8
}

.search_info_cont .more_btn {
    margin: 20px 0 60px
}

.search_info_cont .more_btn a {
    background: #fff;
}

#main_wrap #cright {
    width: calc(100% - 486px);
    float: left;
    height: 100%;
    position: relative;
    background: #eee;
}

#main_wrap .con_right #container {
    width: 100%;
    height: 100%;
}

#main_wrap .con_right #container.view_roadview #map {
    display: none
}

#main_wrap .con_right #container.view_roadview #roadview_box {
    display: block
}

#main_wrap .con_right .map_box {
    width: 100%;
    height: 100%;
}

#main_wrap .con_right .map_box #map {
    width: 100%;
    height: 100%;
    position: relative;
}

#main_wrap .con_right .map_box #map .icon_marker {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

#main_wrap .con_right .map_box #map .map_marker_box {
    position: relative;
    z-index: 11;
    cursor: pointer;
    width: 55px;
    min-height: 55px;
    border: 1px solid #33ade3;
    background: transparent;
    text-align: center;
    padding: 0 0 5px;
    box-sizing: border-box;
    box-shadow: 7px 0 7px rgba(63, 63, 63, 0.3);
    transition: 0.2s;
}

#main_wrap .con_right .map_box #map .map_marker_box:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 
        transparent;
    background: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -5px;
    transition: 0.2s;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#main_wrap .con_right .map_box #map .map_marker_box span {
    display: block;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    background: #33ade3;
    padding-bottom: 3px;
}

#main_wrap .con_right .map_box #map .map_marker_box p {
    font-size: 9px;
    color: #222222;
    letter-spacing: 0em;
    font-weight: 300;
    line-height: 1.2;
    transition: 0.2s;
    padding-top: 3px;
}

#main_wrap .con_right .map_box #map .map_marker_box p b {
    font-size: 11px;
    color: #33ade3;
    transition: 0.2s;
}

#main_wrap .con_right .map_box #map .map_marker_box p strong {
    font-weight: 300;
    color: #666666;
}

#main_wrap .con_right .map_box #map .map_marker_box:hover {
    background: #33ade3
}

#main_wrap .con_right .map_box #map .map_marker_box:hover:before {
    background: #33ade3
}

#main_wrap .con_right .map_box #map .map_marker_box:hover p {
    color: #fff;
}

#main_wrap .con_right .map_box #map .map_marker_box:hover p b {
    color: #fff;
}

#main_wrap .con_right .map_box #map .map_marker_box:hover p strong {
    color: #fff;
}
/* 실거래가마커 x 경매마커 o */
#main_wrap .con_right .map_box #map .auc_marker_box {
    position: relative;
    z-index: 11;
    cursor: pointer;
    width: 55px;
    min-height: 55px;
    border: 1px solid red;
    background: transparent;
    text-align: center;
    padding: 0 0 5px;
    box-sizing: border-box;
    box-shadow: 7px 0 7px rgba(63, 63, 63, 0.3);
    transition: 0.2s;
}

#main_wrap .con_right .map_box #map .auc_marker_box:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid red;
    background: #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -5px;
    transition: 0.2s;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#main_wrap .con_right .map_box #map .auc_marker_box span {
    display: block;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    background: red;
    padding-bottom: 3px;
}

#main_wrap .con_right .map_box #map .auc_marker_box p {
    font-size: 9px;
    color: #222222;
    letter-spacing: 0em;
    font-weight: 300;
    line-height: 1.2;
    transition: 0.2s;
    padding-top: 3px;
}

#main_wrap .con_right .map_box #map .auc_marker_box p b {
    font-size: 11px;
    color: red;
    transition: 0.2s;
}

#main_wrap .con_right .map_box #map .auc_marker_box p strong {
    font-weight: 300;
    color: #666666;
}

#main_wrap .con_right .map_box #map .auc_marker_box:hover {
    background: red
}

#main_wrap .con_right .map_box #map .auc_marker_box:hover:before {
    background: red
}

#main_wrap .con_right .map_box #map .auc_marker_box:hover p {
    color: #fff;
}

#main_wrap .con_right .map_box #map .auc_marker_box:hover p b {
    color: #fff;
}

#main_wrap .con_right .map_box #map .auc_marker_box:hover p strong {
    color: #fff;
}

/*
#main_wrap .con_right .map_box #map .map_marker_box:hover {
    animation: bounce-top 2s infinite both;
}
*/

/*
#main_wrap .con_right .map_box #map .map_marker_box:active {
    animation: bounce-top 2s infinite both;
}
*/

#main_wrap .con_right .map_box #map .map_marker_box_desc {
    position: relative;
    z-index: 10;
    cursor: pointer;
    width: 228px;
    min-height: 65px;
    border: 2px solid #33ade3;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    padding: 15px 10px;
    box-sizing: border-box;
    box-shadow: 7px 0 7px rgba(63, 63, 63, 0.3);
    transition: 0.2s;
}

#main_wrap .con_right .map_box #map .map_marker_box_desc:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #33ade3;
    background: #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -5px;
    transition: 0.2s;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#main_wrap .con_right .map_box #map .map_marker_box_desc h4 {
    font-size: 14px;
    color: #33ade3;
    letter-spacing: 0em;
    font-weight: 300;
    line-height: 1.2;
    transition: 0.2s;
    margin: 0 0 5px
}

#main_wrap .con_right .map_box #map .map_marker_box_desc p {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0em;
    font-weight: 300;
    line-height: 1.2;
    transition: 0.2s;
}

#main_wrap .con_right .map_box #map ul.info {
    position: relative;
    top: 5px;
    left: 5px;
    border-radius: 6px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ddd;
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    background: #fff;
    list-style: none;
    margin: 0;
}

#main_wrap .con_right .map_box #map ul.info:nth-of-type(n) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
}

#main_wrap .con_right .map_box #map ul.info li {
    font-size: 12px;
    color: #666;
}

#main_wrap .con_right .map_box #map ul.info li .label {
    display: inline-block;
    width: 50px;
    color: #222;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}

#main_wrap .con_right .map_box #map ul.info li .number {
    font-weight: 300;
    color: #00a0e9;
    font-size: 14px;
}

#main_wrap .con_right .map_box #roadview_box {
    z-index: 9;
    position: relative;
    width: 100%;
    height: 100%
}

#main_wrap .con_right .map_box #roadview_box .x_btn {
    width: 100px;
    height: 100px;
    background: red;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

#main_wrap .con_right .map_box ul.btns {
    position: absolute;
    width: 50px;
    right: 15px;
    top: 60px;
    z-index: 10;
}
#main_wrap .con_right .map_box ul.reward_btns {
    position: fixed;
    right: 16px;
    width: 51px;
    top: 380px;
    z-index: 10;
}
#main_wrap .con_right .map_box ul.develop_btns {
    position: fixed;
    right: 16px;
    width: 51px;
    top: 429px;
    z-index: 10;
}

#main_wrap .con_right .map_box ul.btns li {
    width: 100%;
    height: 50px;
    border: 1px solid #dcdcdc;
    background: #fff;
    box-sizing: border-box;
    border-radius: 30px;
}

#main_wrap .con_right .map_box ul.reward_btns li {
    width: 100%;
    height: 50px;
    border: 1px solid #dcdcdc;
    background: #fff;
    box-sizing: border-box;
}
#main_wrap .con_right .map_box ul.develop_btns li {
    width: 100%;
    height: 50px;
    border: 1px solid #dcdcdc;
    background: #fff;
    box-sizing: border-box;
}

#main_wrap .con_right .map_box ul.btns li + li {
    border-top: 0;
}

#main_wrap .con_right .map_box ul.reward_btns li + li {
    border-top: 0;
}

#main_wrap .con_right .map_box ul.develop_btns li + li {
    border-top: 0;
}

#main_wrap .con_right .map_box ul.btns li a {
    display: block;
    height: 100%;
    padding: 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 300;
    box-sizing: border-box;
    transition: 0.3s;
}
#main_wrap .con_right .map_box ul.reward_btns li a {
    display: block;
    height: 100%;
    padding: 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 300;
    box-sizing: border-box;
    transition: 0.3s;
}

#main_wrap .con_right .map_box ul.develop_btns li a {
    display: block;
    height: 100%;
    padding: 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 300;
    box-sizing: border-box;
    transition: 0.3s;
}

#main_wrap .con_right .map_box ul.btns li a.on {
    background: #cde2f1;
    border-radius: 30px;
}
#main_wrap .con_right .map_box ul.reward_btns li a.on {
    background: #cde2f1;
}

#main_wrap .con_right .map_box ul.develop_btns li a.on {
    background: #cde2f1;
}

#main_wrap .con_right .map_box a.tel_btn {
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 30px;
    width: 60px;
    z-index: 8;
}

#main_wrap .con_right .map_box a.tel_btn p {
    padding: 5px 0;
    font-size: 14px;
    color: #000000;
    letter-spacing: -0.025em;
    font-weight: 500;
}


/* popup */
#main_wrap .popup.all {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    left: 0;
    top: 0;
}

#main_wrap .popup.all .box {
    max-width: 90%;
    max-height: 90%;
    padding: 0 20px;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

#main_wrap .popup.all .box .tit {
    padding: 30px 0 20px;
    position: relative;
    border-bottom: 1px solid #eee
}

#main_wrap .popup.all .box .tit h4 {
    font-size: 14px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0;
    max-width: 80%;
}

#main_wrap .popup.all .box .tit a {
    position: absolute;
    right: 0;
    top: 35px;
}

#main_wrap .popup.all .box .text .txt {
    margin: 0 0 20px;
}

#main_wrap .popup.all .box .text .txt h5 {
    font-size: 20px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0 0 10px;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}

#main_wrap .popup.all .box .text .txt h5:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #33ade3;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: 0;
    top: 12px;
}

#main_wrap .popup.all .box .text .txt p {
    font-size: 16px;
    color: #666666;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .popup.all .box .text {
    padding: 40px 60px;
    box-sizing: border-box;
}

#main_wrap .popup.all .box .after:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .popup.all .box .after .text {
    width: 50%;
    float: left;
    min-height: 480px;
}

#main_wrap .popup.all .box .after .text:last-child {
    border-left: 1px dashed #eee
}

#main_wrap .popup.all .box .input_box {
    width: 100%;
    height: 40px;
}

#main_wrap .popup.all .box .input_box select {
    width: 100%;
    height: 100%;
    background: #eff4f6 url('/img/select_btn.png')no-repeat right 15px center;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #444;
    letter-spacing: -0.025em;
    font-weight: 300;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
    border-radius: 10px;
}

#main_wrap .popup.all .box .input_box select::-ms-expand {
    display: none;
}

#main_wrap .popup.all .box .textarea_box {
    width: 100%;
    height: 260px;
}

#main_wrap .popup.all .box .textarea_box textarea {
    resize: none;
    width: 100%;
    height: 100%;
    background: #eff4f6;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #444;
    letter-spacing: -0.025em;
    font-weight: 300;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
    border-radius: 10px;
}

#main_wrap .popup.all .box .input_box input {
    width: 100%;
    height: 100%;
    background: #eff4f6;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #444;
    letter-spacing: -0.025em;
    font-weight: 300;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
    border-radius: 10px;
}

#main_wrap .popup.all .box .input_box input::placeholder {
    color: #aaaaaa;
}

#main_wrap .popup.all .box .input_box.with input {
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: top;
}

#main_wrap .popup.all .box .input_box a {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #33ade3;
    border-radius: 10px;
    font-size: 14px;
    color: #33ade3;
    letter-spacing: -0.025em;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
    margin-left: 5px;
}

#main_wrap .popup.all .box .input_box + .input_box {
    margin: 10px 0 0;
}

#main_wrap .popup.all .box .input_box.w50 {
    width: 40%
}

#main_wrap .popup.all .box .bot_btn {
    margin: 40px 0 0;
    text-align: center;
}

#main_wrap .popup.all .box .bot_btn a {
    display: inline-block;
    vertical-align: top;
    width: 144px;
    height: 45px;
    background: #33ade3;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.025em;
    font-weight: 300;
    border-radius: 40px;
}

#main_wrap .popup.all .box ul {
    margin: 25px 0 0;
    text-align: center;
    font-size: 0;
    letter-spacing: -4px;
}

#main_wrap .popup.all .box ul li {
    display: inline-block;
    vertical-align: top;
}

#main_wrap .popup.all .box ul li a {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
    position: relative;
}

#main_wrap .popup.all .box ul li a:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 8px;
}

#main_wrap .popup.all .box ul li:last-child a:before {
    display: none
}

#main_wrap .popup.all .box .form_wrap {
    padding: 0 0 40px;
    font-size: 0;
    letter-spacing: -4px;
    box-sizing: border-box;
}

#main_wrap .popup.all .box .form_wrap .hr {
    width: 100%;
    height: 1px;
    background: #eee;
}

#main_wrap .popup.all .box .form_wrap dl {
    padding: 15px 5px;
    width: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    letter-spacing: -4px;
}

#main_wrap .popup.all .box .form_wrap dl.w50 {
    width: 50%;
}

#main_wrap .popup.all .box .form_wrap dl dt {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin: -6px 0 0;
    box-sizing: border-box;
}

#main_wrap .popup.all .box .form_wrap dl dt p {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}

#main_wrap .popup.all .box .form_wrap dl dt p:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #33ade3;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: 0;
    top: 12px;
}

#main_wrap .popup.all .box .form_wrap dl dt i {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #d52222;
    letter-spacing: -0.025em;
    font-weight: 500;
}

#main_wrap .popup.all .box .form_wrap dl dd {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 170px);
}

#main_wrap .popup.all .box .close_btn {
    position: absolute;
    right: 0;
    bottom: calc(100% + 5px);
    cursor: pointer;
}

#main_wrap .popup.all .box .close_btn a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.025em;
}

#main_wrap .popup.all .box .close_btn img {
    vertical-align: middle;
}

#main_wrap .popup.all .box .arrow {
    text-align: center;
}

#main_wrap .popup.all .box .arrow span {
    margin: 0 3px;
    cursor: pointer;
}

#main_wrap .popup.all .box .slide_box {
    overflow: hidden;
    margin-bottom: 20px;
}

#main_wrap .popup.all .box .slide_box li {
    font-size: 0;
    letter-spacing: -4px;
}

#main_wrap .popup.all .box .slide_box .box02 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 10px 10px 0;
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 22px 0 32px rgba(63, 63, 63, 0.06);
    box-sizing: Border-box;
    text-align: left;
}

#main_wrap .popup.all .box .slide_box .box02:nth-of-type(2n) {
    margin-right: 0;
}

#main_wrap .popup.all .box .slide_box .box02 .left {
    width: calc(100% - 100px);
    float: left;
}

#main_wrap .popup.all .box .slide_box .box02 .left.w100 {
    float: none;
    width: 100%;
}

#main_wrap .popup.all .box .slide_box .box02 .left h4 {
    font-size: 12px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0 0 20px;
    line-height: 1.4;
    word-break: keep-all;
}

#main_wrap .popup.all .box .slide_box .box02 .left p {
    font-size: 12px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin: 0 0 10px;
    word-break: keep-all;
}

#main_wrap .popup.all .box .slide_box .box02 .left dl {
    margin: 6px 0;
    font-size: 0;
    letter-spacing: -4px;
}

#main_wrap .popup.all .box .slide_box .box02 .left dl dt {
    width: 75px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .popup.all .box .slide_box .box02ss .left dl dt:before {
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
}

#main_wrap .popup.all .box .slide_box .box02 .left dl dd {
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    color: #444444;
    letter-spacing: -0.025em;
    font-weight: 300;
}

#main_wrap .popup.all .box .top:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#main_wrap .popup.all .box .top {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

#main_wrap .popup.all .box .top p {
    font-size: 24px;
    color: #222;
    letter-spacing: -0.025em;
    font-weight: 500;
    max-width: calc(100% - 100px);
    float: left;
}

#main_wrap .popup.all .box .top span {
    font-size: 18px;
    color: #666;
    letter-spacing: -0.025em;
    font-weight: 300;
    max-width: 100px;
    float: right;
    text-align: right;
    margin: 5px 0 0;
}

#main_wrap .popup.all .box .desc {
    padding: 20px;
    box-sizing: border-box;
}


#main_wrap .popup.login_popup .box {
    width: 560px;
    height: 410px;
}

#main_wrap .popup.password_popup .box {
    width: 1110px;
}

#main_wrap .popup.join_popup .box {
    width: 1110px;
}

#main_wrap .popup.edit_popup .box {
    width: 1110px;
}

#main_wrap .popup.question_popup .box {
    width: 1110px;
}

#main_wrap .popup.policy_popup .box {
    width: 800px;
}

/*#main_wrap .popup.agree_popup .box{width:800px;}*/
/*#main_wrap .popup.jjim_popup .box{width:1025px; padding:30px 50px; background-color:#eeeeee; border-radius:5px; }*/
#main_wrap .popup.jjim_popup .box {
    width: 350px;
}

#main_wrap .popup.jjim_popup .box ul {
    text-align: left;
}

#main_wrap .popup.notice_popup .box {
    width: 800px;
    padding: 0 20px 20px 30px;
}

#main_wrap .popup.agree_popup .box {
    width: 800px;
}

#main_wrap .popup.policy_popup .box {
    width: 800px;
}

#main_wrap .popup.story_popup .box {
    width: 1026px;
}

#main_wrap .popup.manual_popup .box {
    width: 1026px;
}

#main_wrap .popup .scroll_box {
    width: 100%;
    height: 400px;
    overflow-y: auto;
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 16px;
    color: #000;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

/* story_popup */
#main_wrap .popup.story_popup {}

#main_wrap .popup.story_popup .box {
    padding: 0;
}

#main_wrap .popup.story_popup .box .tit {
    padding: 30px 20px 20px;
    box-sizing: border-box;
    border-bottom: 0;
}

#main_wrap .popup.story_popup .box .tit a {
    right: 20px;
}

#main_wrap .popup.story_popup .box ul {
    margin: 0;
}

#main_wrap .popup.story_popup dl {}

#main_wrap .popup.story_popup dl dt {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.05em;
    color: #fff;
    background: #33ade3;
}

#main_wrap .popup.story_popup dl dd {
    padding: 0px;
    box-sizing: border-box;
}

#main_wrap .popup.story_popup dl dd .desc_box {
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #f1f7f9;
    height: 705px;
    overflow-y: auto;
}

#main_wrap .popup.story_popup dl dd .desc_box .txt_box {
    padding: 70px 30px 0;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: -0.05em;
    color: #222222;
    line-height: 34px;
    text-align: left;
    z-index: 4;
    word-break: keep-all;
    height: 705px;
    overflow-y: auto;
    overflow-x: hidden;
}

#main_wrap .popup.story_popup dl dd .desc_box .tit_text {
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 140px;
    font-weight: 300;
    letter-spacing: -0.05em;
    color: #deedf2;
    z-index: -1;
    line-height: 160px;
}

#main_wrap .popup.story_popup dl dd.type01 .desc_box .txt_box {
    padding: 70px 30px 300px;
    height: 1186px;
}

#main_wrap .popup.story_popup dl dd .desc_box .txt_box b {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #33ade3;
}

#main_wrap .popup.story_popup dl dd .desc_box .txt_box:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 40px;
    width: 28px;
    height: 5px;
    border-radius: 2.5px;
    background: #33ade3;
}

#main_wrap .popup.story_popup dl dd .desc_box .img_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    Z-INDEX: -2;
}

#main_wrap .popup.story_popup dl dd .desc_box .img_box img {
    width: 100%;
}

#main_wrap .popup.story_popup .prev {
    position: absolute;
    left: 15px;
    top: 83px;
    width: 18px;
    height: 17px;
    background: url('/img/story_pop_prev.png') no-repeat center;
    z-index: 10;
    cursor: pointer;
}

#main_wrap .popup.story_popup .next {
    position: absolute;
    right: 15px;
    top: 83px;
    width: 18px;
    height: 17px;
    background: url('/img/story_pop_next.png') no-repeat center;
    z-index: 10;
    cursor: pointer;
}

#main_wrap .popup.story_popup .swiper-pagination {
    width: 100%;
    margin-top: 25px;
}

#main_wrap .popup.story_popup .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    background: #ffffff;
    margin: 0 5px;
}

#main_wrap .popup.story_popup .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 5.5px;
    background: #33ade3;
}

@media all and (max-width:1200px) {
    #main_wrap .popup.story_popup br.pc_only {
        display: none;
    }

    #main_wrap .popup.jjim_popup .box {
        width: 100%;
    }
}

@media all and (max-width:1000px) {
    #main_wrap .popup.story_popup dl dd .desc_box {
        height: 400px;
    }

    #main_wrap .popup.story_popup dl dd .desc_box .txt_box {
        padding: 70px 30px 120px;
        height: auto;
        overflow-y: clip
    }

    #main_wrap .popup.story_popup dl dd .desc_box .tit_text {
        font-size: 120px;
        line-height: 90px;
    }
}

#main_wrap .popup.manual_popup .box {
    border-bottom: 10px solid #33ade3;
}

#main_wrap .popup.manual_popup .desc {
    height: 705px;
    overflow-y: auto;
}

#main_wrap .popup.manual_popup ul {}

#main_wrap .popup.manual_popup ul li {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    font-size: 0;
    letter-spacing: -4px;
    border-bottom: 1px dashed #e5e5e5;
}

#main_wrap .popup.manual_popup ul li .img_box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

#main_wrap .popup.manual_popup ul li .img_box img {
    width: 100%;
}

#main_wrap .popup.manual_popup ul li .txt_box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
}

#main_wrap .popup.manual_popup ul li .txt_box p {
    padding-top: 25px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.05em;
    color: #222222;
    line-height: 32px;
}

#main_wrap .popup.manual_popup ul li .txt_box p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 5px;
    border-radius: 2.5px;
    background: #33ade3;
}

#main_wrap .popup.manual_popup .desc_box {
    padding: 40px 0 60px;
    text-align: center;
}

#main_wrap .popup.manual_popup .desc_box i {
    display: inline-block;
}

#main_wrap .popup.manual_popup .desc_box p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.05em;
    color: #222222;
    margin-top: 10px;
}

#main_wrap .popup.manual_popup .desc_box p b {
    color: #33ade3
}

@media all and (max-width:1000px) {
    #main_wrap .popup.manual_popup .desc {
        height: 700px;
    }
}

@media all and (max-width:767px) {
    #main_wrap .popup.manual_popup ul li .img_box {
        width: 100%;
    }

    #main_wrap .popup.manual_popup ul li .img_box img {
        width: auto;
        max-width: 100%;
    }

    #main_wrap .popup.manual_popup ul li .txt_box {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}


#conf-tech {
    font-size: 15px margin-bottom: 0;
    padding: 10px
}

.cldn {
    display: inline-block;
    width: 30px;
    height: 20px;
    border-radius: 10px;
    background-image: url(/right-arrow2.png)
}

#right_arrow {
    width: 20px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align:middle;
  z-index: 2;        
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    width: 53px;
    height: 25px;
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#cbx, #cbx2 {
	margin:0px;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
}

a .x_btn popup_btn { 
    height: 0px;
}


#jjimx {
    position: relative;
    left: 355px;
}

#jjimax {
    height: 0px;
}

.dot {overflow:hidden;float:left;width:12px;height:12px;background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/mini_circle.png');}    
.dotOverlay {position:relative;bottom:10px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;float:left;font-size:12px;padding:5px;background:#fff;}
.dotOverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}    
.number {font-weight:bold;color:#ee6152;}
.dotOverlay:after {content:'';position:absolute;margin-left:-6px;left:50%;bottom:-8px;width:11px;height:8px;background:url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white_small.png')}
.distanceInfo {position:relative;top:5px;left:5px;list-style:none;margin:0;}
.distanceInfo .labell {display:inline-block;width:50px;}
.labell { color: black; font-size: 12px; padding-left: 0px; font-weight: normal;}
.distanceInfo:after {content:none;}



.distancemeasure {
    width: 46px;
    height: 49px;
    border: none;
    background-color: white;
}
