@import url(reset.css);
html {
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}

html {
    margin: 0;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    -ms-overflow-style: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

#wrap {
    margin: 0;
    height: 100%;
}

#title {
    position: relative;
    background: url(../images/ko/ui/title_bg_m.png);
    background-size: contain;
    height: 28.05%;
    width: 100%;
    padding-top: 0;
}

#logo {
    position: relative;
    float: left;
    width: 30%;
    height: 22%;
    left: 3%;
    top: 3%;
}

#logo img {
    position: absolute;
    top: 50%;
    width: auto;
    height: 75%;
    margin-top: -15%;
}

#home {
    position: relative;
    float: right;
    width: 10%;
    height: 25%;
    right: 2%;
    z-index: 30;
}

#home img {
    position: absolute;
    top: 50%;
    width: auto;
    height: 75%;
    margin-top: -30%;
}

#step {
    width: auto;
    height: 100px;
    float: right;
}

#step img {
    width: auto;
    height: 100%;
}

#movie {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
}

.content_layout {
    position: absolute;
    width: 100%;
    height: 84%;
    /*1565*/
    background-color: #fbfbfb;
    top: 8%;
    /*196*/
    left: 0px;
}

#page_guid {
    position: absolute;
    width: 100%;
    height: 8%;
    top: 2%;
    text-align: center;
    z-index: 10;
}

#page_guid #page_name {
    border-radius: 1vh;
    background-color: #5ab2e6;
    width: 70%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%, -50%);
    font-size: 4.5vw;
    color: #ffffff;
    padding: 3% 3%;
}

#wrapper {
    height: 100%;
}

#left-sidebar {
    width: 10.93%;
    /*420*/
    height: 100%;
    float: left;
    z-index: 2;
}

#right-sidebar {
    width: 10.93%;
    height: 100%;
    margin-left: -100%;
    float: right;
}

#content {
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.content_layout #left_page {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 620%;
    margin-left: 5%;
}

.content_layout #right_page {
    float: right;
    width: 100%;
    height: 100%;
    margin-top: 620%;
    margin-right: 5%;
}

.content_layout #main {
    float: left;
    width: 200px;
}

.page_btn {
    display: block;
    margin: 0px auto;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    width: 100%;
    height: auto;
}

.page_btn img {
    max-width: 100%;
    max-height: 100%;
    padding: 0 0 0 0;
}

#pre_page_btn {
    margin-left: 10%;
    width: 90%;
    height: 8%;
    cursor: pointer;
    outline: none;
    border: none;
    background-image: url(../images/ko/ui/pre_nor.png);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

#pre_page_btn:active {
    background-image: url(../images/ko/ui/pre_press.png);
}

#next_page_btn {
    width: 90%;
    height: 8%;
    cursor: pointer;
    outline: none;
    border: none;
    background-image: url(../images/ko/ui/next_nor.png);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

#next_page_btn:active {
    background-image: url(../images/ko/ui/next_press.png);
}

#footer {
    position: absolute;
    width: 100%;
    height: 8%;
    bottom: 0;
    /*400*/
    clear: both;
    background-color: #4369e9;
    text-align: center;
    color: #ffffff;
}

#footer #copy_label {
    position: relative;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vh;
}

#products {
    position: relative;
    width: 100%;
    height: 100%;
}

#disp_bg {
    display: inline-block;
    position: absolute;
    width: 95%;
    height: 90%;
    top: 18%;
    /*220*/
    left: 2.5%;
    /*140*/
}

#disp_bg img {
    width: 100%;
    height: 100%;
}

.page_btn1 {
    position: relative;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.page_btn_images1 {
    width: auto;
    height: 100%;
}

.content_layout #left_page1 {
    float: left;
    width: 0vw;
    height: 10vw;
    margin-top: 12%;
    margin-left: 3%;
}

.content_layout #right_page1 {
    float: right;
    width: 0vw;
    height: 10vw;
    margin-top: 12%;
    margin-right: 4.8%;
}

#prev_dp_btn {
    position: relative;
    margin-left: 10%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
    border: none;
    background-image: url(../images/ko/ui/left_nor.png);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

#prev_dp_btn:active {
    background-image: url(../images/ko/ui/left_press.png);
}

#next_dp_btn {
    position: relative;
    margin-left: 10%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
    border: none;
    background-image: url(../images/ko/ui/right_nor.png);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

#next_dp_btn:active {
    background-image: url(../images/ko/ui/right_press.png);
}

#dplist {
    position: absolute;
    width: 67.81%;
    height: 103%;
    left: 16.14%;
    overflow: auto;
    top: 0%;
}

#dplist::-webkit-scrollbar {
    display: none;
}

#dplist ul {
    white-space: nowrap;
    width: 100%;
    height: 44%;
}

#dplist ul li {
    display: inline-block;
    width: 26%;
    height: 66%;
    vertical-align: top;
}

#dplist ul li #dp_item {
    width: 100%;
    height: 100%;
    text-align: center;
}

#dplist ul li #dp_item .no {
    width: auto;
    height: 100%;
    margin-top: 12%;
}

#dplist ul li #dp_item #dp_name {
    display: block;
    text-align: center
}

#dplist ul li #dp_item pre {
    display: inline-block;
    margin-left: 4%;
    vertical-align: bottom;
    margin-bottom: 8%;
    color: #7b7b7b;
    font-size: 0.8vh;
    text-align: center
}

#products #right_page {
    float: right;
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255);
}

.rotation-content {
    position: relative;
    border-radius: 2vw;
    background-color: #fefefe;
    margin: 22% auto;
    padding: 1%;
    border: 1px solid #888;
    width: 70%;
    height: 20%;
}

.rotation-content .message {
    display: table;
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 5vh;
    color: #7b7b7b;
    text-align: center;
    line-height: 150%;
}

#rotation_msg {
    display: table-cell;
    vertical-align: middle;
}