@charset 'utf-8';
@import url('../../../css/fonts.css');

* {
    -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: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
    font-family: 'Noto Sans KR', sans-serif;
}

body {
    /* background: url('../images/screenblack.png') no-repeat !important; */
    background-color: #f5f4f0;
    overflow: hidden;
}

#container {
    position: absolute;
    top:0px;
    left:0px;
    background-size: auto 800px;
    width: 1200px;
    height: 750px;
    overflow: hidden;
    /* background: #000 !important; */
    background-color: rgba(0,0,0,0.7);
    color: #3c3b3b;
}

#container>header {
    position: absolute;
    display: block;
    margin:auto;
    top:30px;
    left:0;right:0;
    width:1140px;
    height:143px;
    background-color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
    z-index: 1;
}

#container>header h1 {
    font-size: 40px;
    font-weight:900;
    margin:30px 0 0 0;
}

#container>header p {
    font-size: 15px;
    font-weight:normal;
    margin:0px 0 0 0;
}

#container>header p.box_init {
    display: block;
}

#container>header p.box_ready {
    display: none;
}

#container>header p.box_result {
    display: none;
}

.content {
    position: absolute;
    margin:auto;
    left:0px;
    right:0px;
    bottom: 30px;
    width:1140px;
    height:547px;
    background-color: #f3f3f3;
    display: none;
}

.content.on {
    display: block;
}

.buttons.rect {
    display: inline-block;
    width:49px;
    height: 47px;
    background-color: #e0e0e0;
    border:3px solid #c2c2c2;
    border-radius: 5px;
    color:#3c3b3b;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
    margin:10px;

    transition: all 0.3s;
}

.buttons.rect:hover,
.buttons.rect.on {
    color: #fcf6f1;
    background-color: #3c3b3b;
    border-color:#3c3b3b;
}

.buttons.disable {
    opacity: 0.3;
    cursor: default;
}

.buttons.disable:hover {
    color:#3c3b3b;
    background-color: #e0e0e0;
    border:3px solid #c2c2c2;
}

.buttons.circle {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    border:2px solid #d5d5d5;
    color:#969595;
    font-size: 22px;
    font-weight: bold;
    border-radius: 55px;
    text-align: center;
    line-height: 55px;
    margin:6px;
    cursor: pointer;

    transition: all 0.3s;
}

.buttons.circle:hover,
.buttons.circle.on {
    background-color: #00d1b1;
    border-color: #00584b;
    color:#fff;
}

.box_init .input_area {
    position: absolute;
    top:173px;
    font-size: 22px;
    width:100%;
    text-align: center;
}

.box_init .input_area input {
    position: relative;
    top:-3px;
    width:125px;
    height:62px;
    border:2px solid #3c3b3b;
    border-radius: 5px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    vertical-align: middle;
    margin:10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.box_init .btn_area {
    position: absolute;
    top:273px;
    width:100%;
    text-align: center;
}

.btn_close {
    position: absolute;
    right: 54px;
    top: 54px;
    cursor: pointer;
    z-index: 10;
}

.btn_step {
    position: absolute;
    right: 40px;
    bottom: 30px;
    cursor: pointer;
}

.box_ready {
    text-align: center;
}

.box_ready input {
    height: 38px;
    font-size: 16px;
    border-radius: 5px;
    border:1px solid #8f8f8f;
    padding: 0 20px;
    outline: 0px;
}

.box_ready input:focus {
    /* border-color:#00584b; */
}

.box_ready ul {
    display: inline-block;
    list-style: none;
    margin:30px 0 0 0;
    padding:10px 0 0 0;
    max-height: 410px;
    overflow: hidden;
    overflow-y: auto;
    width:1060px;
}

.box_ready li {
    text-align: center;
    margin-bottom: 10px;
}

.box_ready input.m_name {
    width: 97px;
    font-weight: bold;
}

.box_ready input.m_intro {
    width: 789px;
}

.box_result ul {
    display: inline-block;
    list-style: none;
    margin:20px 0 0 0;
    padding:10px 0 0 40px;
    max-height: 410px;
    overflow: hidden;
    overflow-y: auto;
    width:1077px;
}

.box_result li {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    color:#aa550e;
    padding-bottom: 20px;
    padding-top:10px;
    border-bottom:1px solid #d4d4d4;
}
.box_result li:first-child {
    padding-top:0px;
}
.box_result li:last-child {
    border-bottom:0px;
}

.box_result li * {
    vertical-align: middle;
}

.box_result li div {
    display: inline-block;
    height:44px;
}

.box_result li .summary {
    position: absolute;
    display: block;
    top:10px;
    right:0px;
    width:102px;
    text-align: left;
    padding-left:17px;
    border-left: 1px solid #d4d4d4;
}

.box_result li:first-child .summary {
    top:0px;
}

.box_result .mo_name {
    display: inline-block;
    width:137px;
    height: 43px;
    font-size: 16px;
    font-weight: bold;
    line-height: 43px;
    color: #ffffff;
    background: url(../images/name_bg1.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-right: 5px;
}

.box_result li.top .mo_name {
    background: url(../images/name_bg2.png) no-repeat;
    background-size: 100% 100%;
}

.box_result .star {
    position: absolute;
    top:0px;
    left:-7px;
    display: none;
}

.box_result li:first-child .star {
    top:-10px;
}

.box_result li.top .star {
    display: block;
}

.box_result .btn_minus {
    margin-right:3px;
    cursor: pointer;
}

.box_result .btn_plus {
    margin-right:7px;
    cursor: pointer;
}

.box_result .sum10 {
    position: absolute;
    top:1px;
    left:280px;
    color:#ffffff;
    font-size: 11px;
    background-color: #fc682a;
    border:1px solid #aa550e;
    border-radius: 20px;
    width:32px;
    height:20px;
    line-height: 20px;
    text-align: center;
}

.box_result li:first-child .sum10 {
    top:-9px;
}

.box_result .stickers .sticker {
    margin:0 11px;
}

.box_result .mo_name {
    position: relative;
}

.box_result .mo_name .bubble {
    position: absolute;
    top: -35px;
    left: 0px;
    background: #ffffff;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    padding: 10px 20px;
    height: auto;
    width: auto;
    font-weight: normal;
    color: #767676;
    font-size: 13px;
    line-height: 13px;
}

.box_result .mo_name .bubble::after {
    content: url(../images/bubble_arrow.png);
    position: absolute;
    top: 29px;
    left: 20px;
}

.box_result li:first-child .mo_name .bubble {
    top: 43px;
}

.box_result  li:first-child .mo_name .bubble::after {
    top: -9px;
    transform: rotate(180deg);
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #d8d8d8;
}

::-webkit-scrollbar
{
	width: 7px;
	background-color: #d8d8d8;
}

::-webkit-scrollbar-thumb
{
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #8f8f8f;
}