html, body {
    padding: 0;
    margin:0;
}

body {
    background-color: #faf6ec;
    /* background: url(../images/bg.png) no-repeat; */
}

* {
    border: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;			 /* Non-prefixed version, currently not supported by any browser */

	-webkit-tap-highlight-color: #B2D8FF;
	-webkit-tap-highlight-color: transparent;
}

#container {
    position: absolute;
    /* width: 1920px;
    height: 1080px; */
    width: 1125px;
    height: 665px;
    background: url(../images/bg.png) no-repeat;
}

.content{
    position: absolute;
    /* width:1270px;
    height:911px; */
    width:1025px;
    height: 565px;
    margin: auto;
    top: -30px;
    left:0;
    right: 0;
    bottom: 0;
}

/*Ã­â„¢Å“Ã«Ââ„¢ Ã«Â²â€žÃ­Å Â¼*/
.timer_btn{
    position: absolute;
    top: 30px;
    left: 110px;
    width: 300px;
    height: 65px;
    background: url(../images/timerBtn.png) no-repeat;
    background-size: 100% 100%;
}

.btn{
    width: 135px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    float: left;
    border: 1px solid #393939;
    background: #4A4C4E;
    border-radius: 25px;
    padding-top: 9px;
    margin: 7px 0 0 8px;
    font-weight: bold;
    cursor: pointer;
}

.btn_on{
    background: linear-gradient(180deg, rgba(250,101,89,1) 34%, rgba(245,60,45,1) 100%);
}

.stopWatch_box {
    width: 100%;
    height: 565px;
}

.activity_timeTable {
    position: absolute;
    /* width: 1254px;
    height: 350px; */
    width: 811px;
    height: 229px;
    background: url(../images/border_bg.png) no-repeat;
    background-size: 100% 100%;
    top: 89px;
    left: 0px;
    right: 0;
    margin: auto;
    box-sizing: border-box;
}

/*Ã­â„¢Å“Ã«Ââ„¢Ã­Æ’â‚¬Ã¬ÂÂ´Ã«Â¨Â¸ Ã­Æ’â‚¬Ã¬ÂÂ´Ã­â€¹â‚¬*/
.timer_title {
    /* margin-top: 50px; */
    /* margin-left: 150px; */
    text-align: center;
}
.timer_title p {
    font-family: 'Noto Sans KR';
    font-weight: bold;
    font-size: 50px;
    color:#363636;
}
.timer_title img {
    vertical-align: -4px;
    width: 50px;
}

/*Ã­â„¢Å“Ã«Ââ„¢Ã­Æ’â‚¬Ã¬ÂÂ´Ã«Â¨Â¸*/
.timeTable_text{
    width: 100%;
    font-size: 170px;
    color: #fff;
    font-family: 'BMJUA';
    text-align: center;
    padding-top: 50px;
}

/*Ã¬Ë†Â«Ã¬Å¾Â Ã­â€šÂ¤Ã­Å’Â¨Ã«â€œÅ“*/
.keypad {
    position: absolute;
    top: 450px;
    width: 850px;
    left: 110px;
}

.number_btn{
    float:left;
    margin: 10px 0 0 22px;
    cursor: pointer;
}

.number_btn.on {
    filter: invert(1);
}

.number_btn img{
    width: 140px;
}

/*Ã«Â²â€žÃ­Å Â¼ Ã¬â€žÂ Ã­Æ’Â Ã«Â°â€¢Ã¬Å Â¤*/
.activitySelect_box {
    position: absolute;
    /* top: 470px;
    left: 950px; */
    top:120px;
    left:1250px;
}

.select_btn{
    float: left;
    margin-left: 15px;
    cursor: pointer;
}
.select_btn img {
    width: 110px;
}
.bomb_btn {
    display:none;
}


.activityBtn_box {
    position: absolute;
    top: 465px;
    left: 940px;
}

.activityBtn_box .pauseBtn img {
    height:135px;
}
.activityBtn_box .resetBtn {
    margin-top:20px;
}

.activityBtn_box img{
    width: 300px;
    cursor: pointer;
}

.activityBtn_box .pauseBtn,
.activityBtn_box .restartBtn {
    display: none;
}

/*Ã¬Å Â¤Ã­â€ Â±Ã¬â€ºÅ’Ã¬Â¹Ëœ*/
.timeTable_second{
    /* width: 500px;
    font-size: 110px;
    color: #fff;
    font-family: 'BMJUA';
    text-align: right;
    padding-top: 50px;
    padding-left: 100px; */
    width: 500px;
    font-size: 110px;
    line-height: 200px;
    color: #fff;
    font-family: 'Noto Sans KR';
    font-weight: bold;
    text-align: right;
    /* padding-top: 50px; */
    padding-left: 90px;
}

.timeTable_milliSecond{
    /* position: absolute;
    bottom: 66px;
    left: 630px;
    font-size: 70px;
    color: #fff;
    font-family: 'BMJUA';
    text-align: center;
    display: inline-block;
    width: 100px; */

    position: absolute;
    bottom: 66px;
    left: 620px;
    font-size: 70px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100px;
    font-family: 'Noto Sans KR';
    font-weight: bold;
    line-height: 90px;
}

/*ÃªÂ¸Â°Ã«Â¡ÂÃ­Å’Â*/
.record_box{
    position: absolute;
    top: 335px;
    left: 107px;
    width: 604px;
    height: 223px;
    border: 3px solid #B0B0B0;
    border-radius: 25px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    /* font-family: 'BMJUA'; */
    font-family: 'Noto Sans KR';
    font-weight: bold;
}

.record_box .row {
    position: relative;
    width: 527px;
    height: 72px;
    margin: 0px 38px;
    border-bottom: 2px solid #B4B4B4;
    /* padding-left: 33px; */
    /* margin-top: 10px; */
    /* margin-bottom: 15px; */
    /* padding-bottom: 20px; */
    padding: 0 5px 20px;
    box-sizing: border-box;
}

.record_box .row .seq {
    position: relative;
    float: left;
    top: 55%;
    width: 75px;
    height: 43px;
    margin-top: -10px;
    /* margin-left: 20px; */
    color: #ffffff;
    width: 43px;
    font-size: 20px;
    border-radius: 100%;
    background: #6D6D6D;
    padding: 11px 10px;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
}

.record_box .row .record {
    position: relative;
    float: left;
    top: 50%;
    margin-top: -20px;
    margin-left: 30px;
    color: #FC682A;
    font-size: 37.6px;
    line-height: 62px;
}

.record_box .row .remove_row {
    position: absolute;
    top: 20px;
    right: 5px;
    width: 37px;
    cursor: pointer;
}

/*Ã«Â²â€žÃ­Å Â¼ Ã¬â€žÂ Ã­Æ’Â Ã«Â°â€¢Ã¬Å Â¤*/
.stopWatchBtn_box{
    position: absolute;
    top: 335px;
    left: 736px;
    cursor: pointer;
}

.stopWatchBtn_box img {
    width: 182px;
}

.stopWatchBtn_box .recordBtn, .stopWatchBtn_box .clearBtn {
    margin-top: 8px;
}

.closeBtn {
    display: block;
    position: absolute;
    top: 30px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: url(../images/kkamkkamBox_close.png) no-repeat;
    background-size: 40px 40px;
    cursor: pointer;
}

.timer_box.run .activity_timeTable {
    /* transform-origin: 100% 40%;
    transform: scale(0.45); */
}

.timer_box.run .timeTable_text {
    font-size: 170px;
}


.timer_box.run .timeTable_text .millisec {
    font-size: 118px;
    vertical-align: middle;
    /* display: inline-block; */
    display:none;
    width: 255px;
}

.timer_box.run .keypad,
.timer_box.run .activitySelect_box {
    /* display: none; */
}

.timer_box.run .activityBtn_box {
    top: 465px;
}

.timer_box .timer_animate_box {
    display: none;
    position: absolute;
    top: 340px;
    right: 100px;
    width: 150px;
    height: 280px;
    transform-origin: 0 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.timer_box.run .timer_animate_box {
    display: block;
}

.timer_box.run .timer_animate_box .timer_animate1,
.timer_box.run .timer_animate_box .timer_animate2 {
    width: 100%;
    height: 100%;
    background-size: auto 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.timer_ani {
    position: absolute;
    bottom: -30px;
    left: 140px;
}

.timer_ani .start_end {
    width:1420px;
}
.timer_ani .start_end_boat {
    position:absolute;
    bottom:40px;
    left:135px;
    width:180px;
}


/**************************************** Ã¬Å Â¤Ã­ÂÂ¬Ã«Â¡Â¤ ****************************************/
::-webkit-scrollbar {
    /* width: 15px; */
    width: 8px;
    height: 1000px;
    }
    ::-webkit-scrollbar-button {
     background:transparent;
    }
    ::-webkit-scrollbar-corner {
     width:0;
     height:0;
    }
    ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: block;
    height:100px;
    background:transparent;
    }
    ::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 10px;
    margin-top: -50px;
    margin-bottom: -50px;
    box-shadow: inset 0 0 4px rgba(0,0,0,.2);
    }
    ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2);
    border-radius: 8px;
    box-shadow: inset 0 0 4px rgba(0,0,0,.1);
    }

/* ì˜¤ë¸Œì íŠ¸ */

#cloud1 {
	position:absolute;
	top: 294px;
    left: 90px;
}

#cloud2 {
	position:absolute;
	top: 466px;
    left: -5px;
}

#balloon1 {
	position:absolute;
	top: 171px;
    left: 1847px;
}

#balloon2 {
	position:absolute;
	top: 295px;
    left: 1771px;
}