@charset "utf-8";
/* ------------------------------------------------------------------------------------------------------------- */
/* media query */
@media all and (min-width: 301px), all and (min-height: 181px) {
    .timer_page.digital {
        position: absolute;
        display: inline-block;
        padding-top: 74px;
        width: 1920px;
        height: 1016px;
    }

    /* .timer_page.digital .tab_menu, */
    .timer_page.digital .timer_frame .num_box .txt,
    .timer_page.digital .timer_setting,
    .timer_page.digital .timer_sound_set,
    .timer_page.digital .timer_end_alert {
        display: block;
    }

    .timer_page.digital .timer_frame {
        position: absolute;
        left: 240px;
        top: 188px;
        width: 1099px;
        height: 683px;
        background: url('../img/toolsTimerFrame.png') no-repeat left top;
        z-index: 10;
    }

    .timer_page.digital .timer_frame .num_box {
        position: absolute;
        left: 181px;
        top: 212px;
        width: 300px;
        height: 292px;
        text-align: center;
    }

    .timer_page.digital .timer_frame .num_box.sec {
        left: auto;
        right: 171px;
    }

    .timer_page.digital .timer_frame .num_box .num {
        width: 100%;
        height: 247px;
        color: #333;
        font-family: 'NanumGothic EB';
        font-size: 225px;
        letter-spacing: -6px;
        font-weight: 900;
    }

    .timer_page.pie .timer_set_start,
    .timer_page.digital .timer_set_start {
        position: absolute;
        right: 80px;
        top: 508px;
        padding-left: 0;
        width: 332px;
        font-size: 0;
    }

    .timer_page.pie .timer_set_start1,
    .timer_page.digital .timer_set_start1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .timer_page.pie .timer_set_start2,
    .timer_page.digital .timer_set_start2 {
        position: absolute;
        right: 50px;
        top: auto;
        bottom: 32px;
        padding-left: 0;
        font-size: 0;
        width: auto;
    }

    .timer_page.digital .timer_set_start .start,
    .timer_page.pie .timer_set_start .start {
        width: 248px;
        height: 101px;
        background: url('../img/toolsTimerStart.png') no-repeat center center;
    }

    .timer_page.digital .timer_set_start .start.stop,
    .timer_page.pie .timer_set_start .start.stop {
        background: url('../img/toolsTimerStop.png') no-repeat center center;
    }

    .timer_page.digital .timer_set_start .reset,
    .timer_page.pie .timer_set_start .reset {
        width: 74px;
        height: 74px;
        background: url('../img/toolsTimerReset.png') no-repeat center center;
    }

    .timer_page.digital .timer_set_start .sizer,
    .timer_page.pie .timer_set_start .sizer {
        width: 74px;
        height: 74px;
        background: url('../img/toolsTimerSizer.png') no-repeat center center;
    }
    .timer_page.activity .timer_end_popup .inner_box,
    .timer_page.pie .timer_end_popup .inner_box,
    .timer_page.analog .timer_end_popup .inner_box,
    .timer_page.digital .timer_end_popup .inner_box {
        width: 769px;
        height: 520px;
        background: url('../img/toolsTimerEndPop.png') no-repeat center center;
        vertical-align: middle;
        border: 0;
        border-radius: 0;
        position: relative;
    }

    .timer_page.pie .timer_end_popup .inner_box:after,
    .timer_page.activity .timer_end_popup .inner_box:after,
    .timer_page.analog .timer_end_popup .inner_box:after,
    .timer_page.digital .timer_end_popup .inner_box:after {
        content: none;
    }
    .timer_page.pie .timer_end_popup .inner_box button,
    .timer_page.activity .timer_end_popup .inner_box button,
    .timer_page.analog .timer_end_popup .inner_box button,
    .timer_page.digital .timer_end_popup .inner_box button {
        right: -1px;
        top: 121px;
        width: 74px;
        height: 74px;
        background: url('../img/toolsPopClose.png') no-repeat center center;
    }

    .timer_page.pie .timer_end_popup .inner_box p,
    .timer_page.activity .timer_end_popup .inner_box p,
    .timer_page.analog .timer_end_popup .inner_box p,
    .timer_page.digital .timer_end_popup .inner_box p {
        padding: 0;
        display: block;
        font-weight: 900;
        font-size: 60px;
        color: #333;
        word-break: keep-all;
        font-family: 'NanumSquareRound';
        position: absolute;
        line-height: 1.3;
        position: absolute;
        top: 63%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        width: auto;
        text-align: center;
    }
}

/* timer - common */
@media all and (max-width: 375px), all and (max-height: 350px) {
    .timer_page {
        width: 300px;
        height: auto;
        padding-top: 0;
        background: url('../img/toolsTimerMiniBg.png') center no-repeat;
    }

    #container {
        background-color: transparent;
        position: relative;
    }
    #container.timer_activity {
        top: -12px;
    }

    .timer_page .tab_menu,
    .timer_frame .num_box .txt,
    .timer_setting,
    .timer_sound_set,
    .timer_end_alert {
        display: none;
    }

    .timer_frame {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 182px;
        background: none;
    }

    .timer_frame .num_box {
        left: 18px;
        top: 0;
        width: 135px;
        height: 100px;
    }

    .timer_frame .num_box.sec {
        right: 12px;
    }

    .timer_frame .num_box .num {
        height: 120px;
        color: #fff;
        font-family: 'TTTogether';
        font-size: 68px;
        letter-spacing: 5px;
    }

    .timer_set_start {
        right: 0;
        bottom: 3px;
        width: 100%;
        padding-left: 12px;
    }

    .timer_set_start .start {
        width: 120px;
        height: 64px;
        margin-bottom: 0;
        margin-right: 16px;
        background: url('../img/toolsTimerStart2.png');
    }

    .timer_set_start .start.stop {
        background-image: url('../img/toolsTimerStop2.png');
    }

    .timer_set_start .reset {
        width: 60px;
        height: 59px;
        margin-right: 17px;
        background: url('../img/toolsTimerReset2.png');
    }

    .timer_set_start .sizer {
        width: 61px;
        height: 59px;
        background: url('../img/toolsTimerSizer2.png');
    }

    .timer_set_start #btn_resize {
        display: none !important;
    }

    .timer_set_start #btn_resize_min {
        display: inline-block;
    }

    .message_popup .inner_box {
        width: calc(100% - 20px);
        padding: 20px 10px;
        border-radius: 12px;
    }

    .message_popup p {
        font-size: 23px;
    }

    .message_popup button {
        top: auto;
        bottom: 30px;
        right: 50%;
        width: 100px;
        height: 40px;
        margin-right: -50px;
        margin-top: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .timer_end_popup .inner_box {
        width: 90%;
        height: 90%;
        background: #fff;
        border-radius: 7px;
    }

    .timer_end_popup .inner_box:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .timer_end_popup .inner_box button {
        right: 18px;
        top: 18px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .timer_end_popup .inner_box p {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        font-size: 23px;
        vertical-align: middle;
    }

    /* timer setting */
    .timer_setting .input_set {
        position: static;
        overflow: visible;
        width: 100%;
        height: auto;
        line-height: 1;
        margin-top: 0;
        margin-left: 2px;
        background-color: transparent;
    }

    .timer_setting .input_set .tit {
        display: none;
    }

    .timer_setting .input_set .input_box {
        float: none;
        margin: 0 auto;
        font-family: 'NanumGothic EB';
        font-weight: 900;
        font-size: 62px;
        text-align: center;
        color: rgba(0, 0, 0, 0.3);
    }

    .timer_page.clock .input_set.hide {
        display: block !important;
    }

    .timer_setting .input_set .input_box input {
        overflow: visible;
        width: 94px;
        height: 67px;
        margin-top: 0;
        font-family: 'NanumGothic EB';
        font-weight: 900;
        font-size: 62px;
        letter-spacing: -2px;
        color: #333;
        /*text-shadow:0 2px 4px rgba(0,0,0,0.65); */
    }

    .timer_setting .input_set .input_box input:last-of-type {
    }

    .timer_setting .input_set .input_box p:last-of-type {
        margin-left: 5px;
    }

    .timer_setting .input_set .tooltip.message {
        display: none;
    }
}

/* timer - digital */
@media all and (max-width: 375px), all and (max-height: 240px) {
    .analog_body,
    .pie_body,
    .activity_body,
    .timer_body {
        background: #e4f3f2;
    }
    .timer_title {
        display: none;
    }
    .timer_page.digital {
        width: 300px;
        height: auto;
        padding-top: 0;
        background: url('../img/toolsTimerMiniBg.png') no-repeat center 12px;
        margin: 0 auto;
    }

    .timer_page.digital #container {
        background-color: transparent;
        position: relative;
    }

    .timer_page.digital .tab_menu,
    .timer_page.digital .timer_setting,
    .timer_page.digital .timer_sound_set,
    .timer_page.digital .timer_end_alert {
        display: none;
    }

    .timer_page.digital .timer_frame {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        width: 240px;
        height: 182px;
        background: none;
    }
    .timer_page.digital .timer_frame .num_box .txt {
        color: #333333;
        font-size: 13px;
        font-family: 'NanumSquareRound';
        font-weight: 900;
        bottom: -9px;
    }
    .timer_page.digital .timer_frame .num_box {
        left: 7px;
        top: 0;
        width: 100px;
        height: 100px;
    }

    .timer_page.digital .timer_frame .num_box.sec {
        left: auto;
        right: 7px;
    }

    .timer_page.digital .timer_frame .num_box .num {
        height: 120px;
        color: #333;
        font-family: 'NanumGothic EB';
        font-size: 68px;
        letter-spacing: -2px;
        text-shadow: 2.3px 5px 6px rgba(196, 216, 214, 0.72);
    }

    .timer_page.digital .timer_set_start {
        left: 26px;
        bottom: 3px;
        width: auto;
        top: 130px;
        gap: 10px;
        justify-content: center;
        z-index: 10;
        display: flex;
        align-items: center;
        padding-left: 0;
        right: 80px;
    }
    .timer_page.digital .timer_set_start2 {
        width: auto;
        right: auto;
        left: 196px;
        z-index: 10;
    }
    .timer_page.digital .timer_set_start .start {
        width: 81px;
        height: 33px;
        margin-bottom: 0;
        margin-right: 0;
        background: url('../img/toolsTimerStart2.png') no-repeat center center;
    }

    .timer_page.digital .timer_set_start .start.stop {
        background: url('../img/toolsTimerStop2.png') no-repeat center center;
    }

    .timer_page.digital .timer_set_start .reset {
        width: 33px;
        height: 33px;
        margin-right: 0;
        background: url('../img/toolsTimerReset2.png') no-repeat center center;
        /* margin-left: 10px; */
    }

    .timer_page.digital .timer_set_start .sizer {
        width: 33px;
        height: 33px;
        background: url('../img/toolsTimerSizer2.png') no-repeat center center;
    }

    .timer_page.digital .timer_set_start #btn_resize {
        display: none;
    }

    .timer_page.digital .timer_set_start #btn_resize_min {
        display: inline-block;
    }

    .timer_page.digital .message_popup .inner_box {
        width: calc(100% - 20px);
        padding: 20px 10px;
        border-radius: 12px;
    }

    .timer_page.digital .message_popup p {
        font-size: 23px;
    }

    .timer_page.digital .message_popup button {
        top: auto;
        bottom: 30px;
        right: 50%;
        width: 100px;
        height: 40px;
        margin-right: -50px;
        margin-top: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .timer_page.digital .timer_end_popup .inner_box {
        width: 280px;
        height: 137px;
        background: url('../img/toolsTimerEndPop2.png') no-repeat center center;
    }

    .timer_page.digital .timer_end_popup .inner_box:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .timer_page.digital .timer_end_popup .inner_box button {
        right: 0px;
        top: -3px;
        width: 27px;
        height: 27px;
        background-size: 27px;
    }

    .timer_page.digital .timer_end_popup .inner_box p {
        display: inline-block;
        width: 80%;
        margin: 5px 0 0;
        padding: 0 20px;
        font-size: 23px;
        word-break: break-word;
        white-space: normal;
        left: 0;
        vertical-align: middle;
        color: #333333;
        font-family: 'NanumSquareRound';
        font-weight: 900;
    }
}

/* timer - pie - clock */
@media all and (max-width: 375px), all and (max-height: 350px) {
    .timer_page.clock {
        height: 350px;
        /* background: url('../img/toolsTimerMiniBg2.png') center no-repeat; */
    }

    .timer_frame_pie {
        position: relative;
        left: auto;
        top: auto;
        width: 200px;
        height: 189px;
        margin: 10px auto 0;
        background: url(../img/toolsClockFrame2.png);
    }
    .timer_frame_pie_inner {
        width: 143px;
        height: 141px;
        background: url('../img/toolsPieFrame2.png') no-repeat center center;
        position: absolute;
        left: 28.8px;
        top: 29px;
    }

    .timer_frame_pie svg,
    .timer_frame_pie canvas {
        width: 200px !important;
        height: 200px !important;
    }
    .timer_frame_pie canvas {
        left: 0;
        top: 0;
    }
    .timer_frame_pie .hand {
        left: 50%;
        margin-left: -16px;
        top: 84px;
        width: 30px;
        height: 30px;
        background-image: url('../img/toolsPieHand2.png');
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .circle_fill_ui {
        position: relative;
        width: 110px;
        height: 110px;
        margin-left: -55px;
        margin-top: -57px;
    }

    .timer_page.clock .timer_setting {
        display: block;
        position: static;
        margin-top: -10px;
    }

    .timer_page.clock .timer_setting .txt,
    .timer_page.clock .timer_setting .btn_list {
        display: none;
    }

    .timer_page.clock .timer_set_start {
        bottom: 15px;
    }

    .timer_page.pie .timer_set_start {
        left: 32px;
        bottom: 10px;
        width: auto;
        top: 285px;
        gap: 10px;
        justify-content: center;
    }
    .timer_page.pie .timer_set_start .reset {
        width: 33px;
        height: 33px;
        margin-right: 0;
        background: url(../img/toolsTimerReset2.png) no-repeat center center;
    }
    .timer_page.pie .timer_set_start .start {
        width: 81px;
        height: 33px;
        margin-bottom: 0;
        margin-right: 0;
        background: url(../img/toolsTimerStart2.png) no-repeat center center;
    }
    .timer_page.pie .timer_set_start .start.stop {
        background: url(../img/toolsTimerStop2.png) no-repeat center center;
    }
    .timer_page.pie .timer_set_start2 {
        width: auto;
        right: auto;
        left: 200px;
        top: 296px;
    }
    .timer_page.pie .timer_set_start .sizer {
        width: 33px;
        height: 33px;
        background: url(../img/toolsTimerSizer2.png) no-repeat center center;
    }
    .timer_page.pie .timer_setting .input_set .input_box {
        width: 252px;
        height: 84px;
        background: #fff;
        border-radius: 22px;
        margin-top: 20px;
    }
    timer_page.pie .timer_setting .input_set .input_box input {
        overflow: visible;
        width: 94px;
        height: 67px;
        margin-top: 0;
        font-family: 'NanumGothic EB';
        font-weight: 900;
        font-size: 62px;
        letter-spacing: -2px;
        color: #333;
        /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65); */
    }
    .pie_body .timer_page {
        background: none;
    }

    .timer_page.pie .timer_end_popup .inner_box,
    .timer_page.analog .timer_end_popup .inner_box {
        width: 280px;
        height: 137px;
        background: url('../img/toolsTimerEndPop2.png') no-repeat center center;
    }

    .timer_page.pie .timer_end_popup .inner_box:after,
    .timer_page.analog .timer_end_popup .inner_box:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .timer_page.pie .timer_end_popup .inner_box button,
    .timer_page.analog .timer_end_popup .inner_box button {
        right: 0px;
        top: -3px;
        width: 27px;
        height: 27px;
        background-size: 27px;
    }

    .timer_page.pie .timer_end_popup .inner_box p,
    .timer_page.analog .timer_end_popup .inner_box p {
        display: inline-block;
        width: 85%;
        margin: 5px 0 0;
        padding: 0 20px;
        font-size: 23px;
        left: 0;
        vertical-align: middle;
        color: #333333;
        font-family: 'NanumSquareRound';
        font-weight: 900;
        word-break: break-all;
    }
}

/* timer - analog */
@media all and (max-width: 375px), all and (max-height: 350px) {
    .timer_frame_analog {
        position: relative;
        left: auto;
        top: auto;
        width: 200px;
        height: 189px;
        margin: 10px auto 0;
        background: url('../img/toolsClockFrame2.png');
    }

    .timer_frame_analog .hand_box {
        margin: -5px 0 0 -10px;
        width: 21px;
        height: 25px;
        /* background: url('../img/toolsClockCenBg2.png') no-repeat 50% 50%; */
    }

    .timer_frame_analog .hand_box .center {
        margin: 0;
        width: 13px;
        height: 12px;
        background: url('../img/toolsClockCen2.png') no-repeat 50% 50%;
    }

    .timer_frame_analog .grad {
        left: 12px;
        top: 12px;
        width: 178px;
        height: 178px;
        background: url('../img/toolsClockGrad2.png') no-repeat center center;
    }

    .timer_frame_analog .hand1_1,
    .timer_frame_analog .hand2_1 {
        width: 7px;
        height: 40px;
        background: url('../img/toolsClockHand1mob.png') no-repeat 0 0;
        margin-left: -4px;
        margin-bottom: -2px;
        transform-origin: 50% 38px;
    }

    .timer_frame_analog .hand2_1 {
        background-image: url('../img/toolsClockHand1mob_on.png');
    }

    .timer_frame_analog .hand1_2,
    .timer_frame_analog .hand2_2 {
        width: 6px;
        height: 60px;
        background: url('../img/toolsClockHand2mob.png') no-repeat 0 0;
        margin-left: -4px;
        margin-bottom: -2px;
        transform-origin: 50% 58px;
    }

    .timer_frame_analog .hand2_2 {
        background-image: url('../img/toolsClockHand2mob_on.png');
    }

    .timer_frame_analog .hand3,
    .timer_frame_analog .hand3_2 {
        width: 2px;
        height: 60px;
        background-image: url('../img/toolsClockHand3mob.png');
        margin-left: -2px;
        margin-bottom: -6px;
        transform-origin: 50% 54px;
    }

    .timer_frame_analog .hand3_2 {
        background-image: url('../img/toolsClockHand3mob_on.png');
    }
    .timer_frame_analog .hand2_1,
    .timer_frame_analog .hand2_2,
    .timer_frame_analog .hand3_2 {
        display: none !important;
    }
    .timer_frame_analog .grad canvas {
        position: absolute;
        left: 6.5px;
        top: 7px;
        width: 163px !important;
        height: 164px !important;
    }
    .timer_frame_analog .circle_fill_ui {
        width: 160px;
        height: 160px;
        margin-left: -80px;
        margin-top: -80px;
    }
    .timer_page.analog .timer_set_start {
        left: 32px;
        bottom: 10px;
        width: auto;
        top: 301px;
        gap: 10px;
        justify-content: center;
        padding-bottom: 6px;
    }
    .timer_page.analog .timer_set_start .start {
        width: 83px;
        height: 33px;
        margin-bottom: 0;
        margin-right: 0;
        background: url(../img/toolsTimerStart2.png) no-repeat center center;
    }
    .timer_page.analog .timer_set_start .start.stop {
        background: url('../img/toolsTimerStop2.png') no-repeat center center;
    }
    .timer_page.analog .timer_set_start .reset {
        width: 33px;
        height: 33px;
        margin-right: 0;
        background: url(../img/toolsTimerReset2.png) no-repeat center center;
    }
    .timer_page.analog .timer_set_start2 {
        width: auto;
        right: auto;
        left: 200px;
        top: 301px;
    }
    .timer_page.analog .timer_set_start .sizer {
        width: 33px;
        height: 33px;
        background: url(../img/toolsTimerSizer2.png) no-repeat center center;
    }
    .analog_body .timer_page {
        background: none;
    }
    .timer_page.analog .timer_setting .input_set .input_box {
        width: 252px;
        height: 84px;
        background: #fff;
        border-radius: 22px;
        margin-top: 20px;
    }
}

/* timer - stopwatch */
@media all and (max-width: 375px), all and (max-height: 350px) {
    .stopwatch {
        background: none;
    }
    .sw_page {
        width: 300px;
        height: 350px;
        /* background: url('../img/toolsTimerMiniBg2.png') center no-repeat; */
    }

    .sw_title_area {
        display: none;
    }

    .sw_watch_area {
        padding: 0 0;
        background-color: transparent;
        height: 100%;
    }

    .sw_watch_area .left {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .sw_watch_frame {
        width: 268px;
        height: 116px;
        margin: 0 auto 7px;
        padding-top: 10px;
        background: url('../img/toolsTimerFrame3.png') no-repeat center center;
        top: 12px;
        left: 16px;
        border-radius: 0;
    }

    .sw_watch_frame .in {
        padding-top: 12px;
        gap: 50px;
    }

    .sw_watch_frame:before {
        display: none;
    }

    .sw_watch_frame input {
        width: 80px;
        height: 70px;
        font-size: 62px;
    }

    .sw_watch_frame .dot {
        margin: 0 13px;
        font-size: 68px;
    }
    .sw_page .timer_set_start2 {
    }
    .sw_page .timer_set_start2 {
        left: 0;
        bottom: auto;
        top: 138px;
        gap: 10px;
        justify-content: center;
        width: 100%;
    }
    .sw_page .timer_set_start2 .reset {
        width: 33px;
        height: 33px;
        margin-right: 0;
        background: url(../img/toolsTimerReset2.png) no-repeat center center;
    }
    .sw_page .timer_set_start2 .record {
        width: 81px;
        height: 33px;
        margin-bottom: 0;
        margin-right: 0;
        background: url(../img/toolsSwRecord2.png) no-repeat center center;
    }
    .sw_page .timer_set_start2 .start {
        width: 81px;
        height: 33px;
        margin-bottom: 0;
        margin-right: 0;
        background: url(../img/toolsTimerStart2.png) no-repeat center center;
    }
    .sw_page .timer_set_start2 .start.stop {
        background: url(../img/toolsTimerStop2.png) no-repeat center center;
    }

    .sw_page .timer_set_start2 .sizer {
        width: 33px;
        height: 33px;
        background: url(../img/toolsTimerSizer2.png) no-repeat center center;
    }

    .sw_watch_area .right {
        float: none;
        width: 298px;
        height: 173px;
        padding: 38px 24px 5px 17px;
        background: url('../img/toolsSwRecordBg2.png') no-repeat center top;
        position: relative;
        left: 0;
        top: 176px;
    }

    .sw_watch_area .record_list {
        width: 191px !important;
        height: 94px !important;
        left: 40px;
        top: 4px;
    }

    .sw_watch_area .record_list li {
        height: 24px;
        background: url('../img/toolsSwborderBg2.png') no-repeat left bottom;
    }

    .sw_watch_area .record_list .num {
        width: 20px;
        padding-left: 0;
        color: #6c4833;
        font-size: 14px;
    }

    .sw_watch_area .record_list .record {
        color: #333333;
        font-size: 16px;
    }

    .sw_watch_area .record_list .btn_cell {
        width: 15px;
    }

    .sw_watch_area .record_list button {
        width: 12px;
        height: 12px;
        background-size: cover;
        vertical-align: middle;
        right: 3px;
    }

    .sw_watch_area .slimScrollDiv {
        height: 140px !important;
    }

    .sw_watch_area .slimScrollBar {
        right: 12px !important;
        width: 4px !important;
        background-color: #d9d9d9 !important;
    }

    .sw_watch_area .slimScrollRail {
        right: 14px !important;
        width: 6px !important;
        background-color: transparent !important;
    }

    .timer_set_start2 .start {
        width: 90px;
        height: 64px;
        margin-right: -5px;
        background: url('../img/toolsSwStart2.png');
    }

    .timer_set_start2 .start.stop {
        background-image: url('../img/toolsSwStop2.png');
    }

    .timer_set_start2 .record {
        width: 90px;
        height: 64px;
        margin-right: -3px;
        background: url('../img/toolsSwRecord2.png');
    }

    .timer_set_start2 .reset {
        width: 60px;
        height: 59px;
        margin-right: -3px;
        background: url('../img/toolsTimerReset2.png');
    }

    .timer_set_start2 .sizer {
        display: inline;
        width: 61px;
        height: 59px;
        background: url('../img/toolsTimerSizer2.png');
    }
    #timerSetPopup {
    }
    #timerSetPopup button {
        bottom: 20px;
    }

    #timerSetPopup .inner_box {
        width: calc(100% - 20px);
        padding: 20px 10px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #timerSetPopup p {
        font-size: 23px;
        line-height: 34px;
        word-break: keep-all;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    #timerSetPopup button {
        top: 0;
        bottom: auto;
        right: 0%;
        left: auto;
        width: 33px;
        height: 33px;
        margin-right: -50px;
        margin-top: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* timer - activity_page */
@media all and (max-width: 400px), all and (max-height: 350px) {
    .timer_auto_set,
    .activity_body .btn_wrap.top,
    .activity_body .tab_menu {
        display: none;
    }
    .activity_body .activity_page {
        background: none;
        background-color: rgb(228, 243, 242);
    }
    .activity_page {
        padding-top: 0;
        width: 400px;
        height: auto;
    }
    .activity_race .goal {
        display: none;
    }
    .activity_frame {
        position: relative;
        left: auto;
        top: auto;
        padding: 18px 0 0;
        width: 318px;
        height: 149px;
        background: url('../img/toolsTimerPass2.png') no-repeat center center;
        margin: 18px auto;
    }

    .activity_frame .title {
        width: 100%;
        height: 37px;
        line-height: 37px;
        font-size: 20px;
        margin: 0;
        font-family: 'NanumSquareRound';
        font-weight: 900;
        font-size: 16px;
        color: #005b8d;
    }

    .activity_frame .time {
        padding: 0;
        width: 196px;
        height: 71px;
        margin-top: -6px;
    }

    .activity_frame .time .num_box {
        width: 99px;
        height: 71px;
        line-height: 71px;
        font-size: 62px;
        letter-spacing: -2px;
        text-shadow: 2px 5px 6px rgba(196, 216, 214, 0.72);
    }

    .activity_frame .time .num_box.min {
        margin-left: -7px;
    }
    .activity_race {
        position: relative;
        left: auto;
        top: -30px;
        width: 100%;
        height: 142px;
        overflow: hidden;
        background-image: url(../img/toolsTimerRaceBg2.png);
        /* margin: 205px 0 0; */
        bottom: auto;
    }

    .activity_race:before {
        left: 60px;
        top: 30px;
        width: 2px;
        height: 112px;
        /* background-image: url('../img/toolsTimerRaceLine2.png'); */
    }
    .activity_race .path_way:after {
        height: 112px;
        top: 0;
        bottom: auto;
    }
    .activity_race .pass_charactor {
        left: 0;
        margin-left: -50px;
        top: 37px;
        width: 103px;
        height: 53px;
        background-size: 100% auto;
        background-size: 900px 495px;
        background-position: 0 0;
        animation: swim_min 3.85s steps(1) infinite;
    }

    .activity_race .pass_charactor.active {
        left: 0;
    }

    .activity_race .pass_charactor.end {
    }

    .activity_race .path_way {
        left: 60px;
        top: 25px;
        width: 280px;
        height: 117px;
    }

    .activity_race .path_way .step_area:after {
        right: -2px;
        top: 6px;
        width: 2px;
        height: 111px;
        /* background-image: url('../img/toolsTimerRaceLine2.png'); */
    }

    .activity_race .path_way .step_area .passed {
        height: 112px;
    }
    .activity_race .path_way.active:before,
    .activity_race .path_way.end:before {
        height: 112px;
    }
    .activity_race .path_way .step_area .act_box,
    .activity_race .path_way .step_area .add_btn {
        display: none;
    }

    .activity_page .timer_sound_set {
        display: none;
    }

    .activity_page .timer_set_start {
        left: 45px;
        bottom: 9px;
        padding: 0;
        height: 64px;
    }

    .activity_page .timer_set_start .start {
        width: 140px;
        height: 64px;
        background-image: url('../img/toolsTimerActStart2.png');
        margin: 0 40px 0 0;
    }

    .activity_page .timer_set_start .start.stop {
        background-image: url('../img/toolsTimerActPause2.png');
    }

    .activity_page .timer_set_start .reset {
        width: 60px;
        height: 59px;
        background-image: url('../img/toolsTimerActReset2.png');
        margin: 3px 8px 0 0;
    }

    .activity_page .timer_set_start .sizer {
        width: 61px;
        height: 59px;
        background-image: url('../img/toolsTimerActMax2.png');
        margin: 3px 0 0;
    }

    .activity_page .timer_set_start #btn_resize {
        display: none;
    }

    .activity_page .timer_set_start #btn_resize_min {
        display: inline-block;
    }

    .activity_page .guide_btn {
        display: none;
    }

    .activity_page .message_popup .inner_box {
        width: calc(100% - 20px);
        padding: 20px 10px;
        border-radius: 12px;
    }

    .activity_page .message_popup p {
        font-size: 23px;
    }

    .activity_page .message_popup button {
        top: auto;
        bottom: 30px;
        right: 50%;
        width: 100px;
        height: 40px;
        margin-right: -50px;
        margin-top: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .timer_page.activity .timer_set_start {
        left: 0;
        bottom: auto;
        top: 277px;
        gap: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .timer_page.activity .timer_set_start .start {
        width: 81px;
        height: 33px;
        margin-bottom: 0;
        margin-right: 0;
        background: url(../img/toolsTimerStart2.png) no-repeat center center;
    }
    .timer_page.activity .timer_set_start .start.stop {
        background: url(../img/toolsTimerStop2.png) no-repeat center center;
    }
    .timer_page.activity .timer_set_start .reset {
        width: 33px;
        height: 33px;
        margin-right: 0;
        background: url(../img/toolsTimerReset2.png) no-repeat center center;
    }
    .timer_page.activity .timer_set_start .sizer {
        width: 33px;
        height: 33px;
        background: url(../img/toolsTimerSizer2.png) no-repeat center center;
    }

    .timer_page.activity .timer_end_popup .inner_box {
        width: 280px;
        height: 137px;
        background: url('../img/toolsTimerEndPop2.png') no-repeat center center;
    }

    .timer_page.activity .timer_end_popup .inner_box:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .timer_page.activity .timer_end_popup .inner_box button {
        right: 0px;
        top: -3px;
        width: 27px;
        height: 27px;
        background-size: 27px;
    }

    .timer_page.activity .timer_end_popup .inner_box p {
        display: inline-block;
        width: 80%;
        margin: 5px 0 0;
        font-size: 23px;
        left: 0;
        vertical-align: middle;
        color: #333333;
        font-family: 'NanumSquareRound';
        font-weight: 900;
        word-break: break-word;
    }

    /* 
    .activity_page .timer_end_popup .inner_box {
        width: 90%;
        height: 90%;
        background: #fff;
        border: 5px solid #c2c2c2;
        border-radius: 7px;
    }

    .activity_page .timer_end_popup .inner_box:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .activity_page .timer_end_popup .inner_box button {
        right: 18px;
        top: 18px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .activity_page .timer_end_popup .inner_box p {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        font-size: 23px;
        vertical-align: middle;
    } */

    .timer_guide_popup {
        display: none !important;
    }
}
