:root{
    --jeongbox-background-color: #182d1b;
    --jeongbox-background-color-hover: #199254;
    --left-sidebar-color: #c1c1c1;
    --left-sidebar-radius: 16px;
    --left-sidebar-padding : 5px;
    --left-sidebar-font-size : 13px;
    --background-color-sidebar : #121212;
    --background-color-select : #292929;
    --right-sidebar-color : #c1c1c1;
    --right-sidebar-radius: 5px;
    --right-sidebar-font-size: 14px;
    --right-sidebar-sm-font-size: 11px;
    --font: "Nunito Sans",sans-serif;
    --font-size-heading: 1.85em;
    --icon-size: 60px;
}

body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    min-width: 750px;
}

#c{
    padding: 0;
    margin: 0;
    min-width: 750px;
}
.canvas-container{
    position: relative;
    width: 200px;
}

/* input창 숫자 증가/감소 삭제 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]:focus{
    box-shadow: 0 0 1px 1pt var(--jeongbox-background-color-hover);
}

a{
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}

ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}
h3, h4{
    margin: 5px;
    color : var(--right-sidebar-color)
}

.left_header{
    border-radius: var(--left-sidebar-radius);
    padding: 20px;
    display : flex;
    justify-content: center;
    align-items : center;
    color: var(--left-sidebar-color);
}

.header{
    margin: 0;
    font-size: var(--font-size-heading);
    text-align: center;
}

.right_header{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font: var(--font);
}

.right_header img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
 
.right_header p{
    margin: 0;
    float: right;
    text-align: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    font: var(--font);
}

.title{
    font-size: var(--right-sidebar-font-size);
    padding: 0;
    margin: 5px 0 5px 0;
}

#header_top,
#header_top >.container{
    background-color: var(--jeongbox-background-color);
    color: white;
    border-radius: 0 var(--left-sidebar-radius) var(--left-sidebar-radius) 0;
    position: fixed;
    left: 0;
    width: 200px;
    height: 100%;
    overflow-y: auto;
}

.dropdown_island{
    background-color: var(--background-color-sidebar);
    border-radius: var(--left-sidebar-radius);
    padding: 20px;
    display : flex;
    justify-content: center;
    align-items : center;
    margin-bottom: 5px;
}

.dropdown_island_inner{
    width: 100%;
}
#box-type{
    font-weight: 600;
}
select{
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
    padding-left: 10px;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    color: var(--right-sidebar-color);
    outline: none;
    background: url('https://jeongbox-module.s3.ap-northeast-2.amazonaws.com/images/arrow_icon.png') no-repeat right center;
    background-size: 22px;
    background-color: var(--background-color-select);
    border-radius: var(--right-sidebar-radius);
}

select:focus{
    box-shadow: 0 0 1px 1pt var(--jeongbox-background-color-hover);
}

select option:checked {
    color: var(--jeongbox-background-color-hover);
  }


select option {
    background-color: var(--background-color-select);
    color: var(--right-sidebar-color);
    font-size: var(--right-sidebar-font-size);    
}

select::-ms-expand {
    display: none;
}

.paper{
    padding: 5px 0 5px 0;
    border-radius: 3px;
}

.input_form > input{
    position: absolute;
    right: 85px;
}

fieldset{
    border-radius: var(--left-sidebar-radius);
    padding-top: 15px;
    border: none;
    background-color: var(--background-color-select);
    position: relative;
}
fieldset div{
    padding-bottom: 5px;

}
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid var(--right-sidebar-color);
    border-radius: 15px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 2px;
}

input[type="checkbox"]:checked + label::before {
    content:'V';
    color: var(--jeongbox-background-color-hover);
}

input[type="checkbox"] + label{
    display: inline-block;
    width: 100%;
    border-radius: var(--left-sidebar-radius);
    font-size: var(--left-sidebar-font-size);
}

input[type="checkbox"]:checked + label {
    color: var(--jeongbox-background-color-hover);
}

option:checked,
option:hover {
    box-shadow: 0 0 10px 100px #4ddc3b inset;
}

/* IE환경 */
select::-ms-expand{
    display: none;
}


.font{
    position: relative;
}
.input_number{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}

.text{
    margin-right: 5px;
}

.text_2{
    margin-right: 10px;
    font-size: var(--right-sidebar-sm-font-size);
}
#ea,
.input_num{
    appearance: none;
    justify-content:column;
    outline: none;
    border: none;
    width: 60px;
    height: 18px;
    border-radius: 3px;
    background-color: var(--background-color-select);
    padding-left: 10px;
    color: var(--right-sidebar-color);
}

/* 골판지 선택 시 나오는거 */
#outside-paper-weight-art,
#outside-paper-weight-rendezvous,
#inside-paper-weight-art,
#inside-paper-weight-rendezvous,
#middle-inside-paper-weight-card,
#cover-inside-paper-weight-card,
#paper-weight-art,
#paper-weight-rendezvous,
#paper-weight-gold-manila,
#paper-weight-gold-ivory,
#paper-weight-gold-royal,
#inside-paper-weight-gold-ivory,
#inside-paper-weight-gold-manila,
#inside-paper-weight-gold-royal,
#outside-paper-weight-gold-ivory,
#outside-paper-weight-gold-manila,
#outside-paper-weight-gold-royal,
#top-outside-paper-weight-rendezvous,
#bottom-outside-paper-weight-rendezvous,
#top-outside-paper-weight-goldart,
#bottom-outside-paper-weight-goldart,
#top-inside-paper-weight-card,
#bottom-inside-paper-weight-card,
#middle-outside-paper-weight-rendezvous,
#middle-outside-paper-weight-goldart,
#top-outside-endpaper-weight-rendezvous,
#top-outside-endpaper-weight-goldart,
#CB-print-CMK,
#inside-paper-weight-card{
    display: none;
}

#left-sidebar.active {
    left: 280px;
}
.dropdown{
    width: 170px;
    margin-top: 10px;   
    font-weight: 600;
}

.dropdown a{
    padding: 0;
}

#header_top .dropdown ul {
    text-align: left;
}

#header_top .dropdown ul li{
    display: flex;
    margin: var(--left-sidebar-padding);
    border-radius: var(--left-sidebar-radius);
    color: var(--left-sidebar-color);
    text-align: left;
}

#header_top ul li a p{
    color: var(--left-sidebar-color);
    font-size: var(--left-sidebar-font-size);
}

#header_top .dropdown ul li:hover{
    background-color: var(--jeongbox-background-color-hover);
}
#header_top .dropdown ul li:hover > a > p {
    color: #ffffff;
}

#header_top .dropdown ul li img{
    width: var(--icon-size);
    width: var(--icon-size);
    border-radius: var(--left-sidebar-radius);
    margin-right: 8px;
}

.container_tabs {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 700px;
    left: 60px;
    top: 80px;
    z-index: 10;
    color: var(--left-sidebar-color);
}

.box_animation{
    position: fixed;
    top: 70%;
    width: 100px;
    right: 400px;
    z-index: 10;
}

#box_toggle_btn{
    position: absolute;
    width: 100%;
    border-style: none;
    background-color: white;
}

.player {
    position: fixed;
    right: 350px;
    top: 85%;
    z-index: 10;
    width: 100px;
    height: 100px;
    color: var(--jeongbox-background-color);
    text-align: center;
}
  
.player:hover{
    cursor: pointer;
    color: var(--jeongbox-background-color-hover);
}

#icons_a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
.player span{
    position: absolute;
    font-size: 50px;
}

.play_text{
    position: absolute;
    top: 60px;
    width: 100px;
    text-align: center;
    font-size: var(--right-sidebar-font-size);
    font-weight: 600;
}

.hr-solid {
    border : 0px;
    border-top: 2px solid var(--right-sidebar-color);
}

#rightsidebar{
    position: fixed;
    width: 200px;
    height: 100vh;
    right: 10px;
    color: var(--right-sidebar-color);
    overflow-y: auto;
    font-size: var(--right-sidebar-font-size);
    box-shadow: none;
    background-color: #ffffff;
    background-color: rgba( 255, 255, 255, 0 );
}

.screen-to-small{
    position: relative;
    top: calc(var(--vh, 1vh) * 50);
    transform: translateY(-50%);
    width: 100%;
    max-height: 10vh;
    max-width: 80vh;
    z-index: 100;
    display: none;
}


.screen-to-small::after {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#ea_text{
    font-weight: 600;
}

#modal-container{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 50;
    display: none;
}

#modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 300px;
    background-color: white;
    border-radius: var(--left-sidebar-radius);
    padding: 20px;
    border: 1px solid var(--right-sidebar-color);
}

.check-quote-btn{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: var(--left-sidebar-radius);
    background-color: var(--jeongbox-background-color-hover);
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
    z-index: 50;
}

.check-quote-btn:hover{
    opacity: 0.8;
}
#check-quote-btn{
    position: absolute;
    left: 200px;
    bottom: 10px;
    width: 150px;
}
#close-modal{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100px;
}

.modal-content span{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}