@charset "utf-8";
@import url(./reset.css);
@import url(./font.css);
@import url(./viewer.css);
@import url(./ui.common.css);

/* Modifid: 202411171830 */

/* 공통 */
*,
:host {
    /* color */
    --btn1-bg: #fce4f9;
    --btn2-bg: #fee7e9;
    --btn3-bg: #f2efbe;
    --btn4-bg: #dff1cb;
    --btn5-bg: #d7f0eb;
    --btn6-bg: #dcedfe;
    --btn7-bg: #e6ebfe;
    --btn8-bg: #ede6fd;

    --btn1-border: #f19fe7;
    --btn2-border: #feb1b1;
    --btn3-border: #d3cd27;
    --btn4-border: #a1d65d;
    --btn5-border: #88d1c3;
    --btn6-border: #95c8ff;
    --btn7-border: #abbffc;
    --btn8-border: #cab7fd;

    --btn1-on-bg: #ef8ae3;
    --btn2-on-bg: #ff9898;
    --btn3-on-bg: #c7bf03;
    --btn4-on-bg: #8ac839;
    --btn5-on-bg: #55cbb5;
    --btn6-on-bg: #7eb7f2;
    --btn7-on-bg: #92acff;
    --btn8-on-bg: #b69aff;

    --btn1-on-border: #de5acd;
    --btn2-on-border: #eb6565;
    --btn3-on-border: #a59f00;
    --btn4-on-border: #67b007;
    --btn5-on-border: #23b298;
    --btn6-on-border: #589ee8;
    --btn7-on-border: #7290ef;
    --btn8-on-border: #9f7ef8;

    --tc-help: #9f7ef8;
    --tc-list-color: #9f7ef8;
}

* {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

html {
    -webkit-text-size-adjust: 100%;
}

html,
body {
    width: 100%;
    height: 100%;
}

#qrContent {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-weight: 700;
    overflow: hidden;
}

#wrap {
    position: absolute;
    width: 1920px;
    height: 1080px;
    padding: 0px 0px 0px;
    font-size: 65px;
    font-weight: inherit;
    color: #000;
    text-align: center;
    /* background: #fff; */
    z-index: 9999;
    pointer-events: none;
}

#wrap.block {
    pointer-events: none;
}

#iframeWrap {
    position: absolute;
    width: 1920px;
    height: 1080px;
    padding: 0px 0px 0px;
    background: #fff;
}

#wrap .header,
#wrap .canvas-container,
#qrList {
    pointer-events: auto;
}

#contentsArea {
    left: 0px;
    transform: scale(1);
    top: 60px;
    background-color: transparent;
    pointer-events: none;
}

#container,
#innerContent,
#mediaContent {
    pointer-events: all;
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(100% - 60px);
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    top: 60px;
}

#container.inner,
#container.media,
#innerContent,
#mediaContent {
    height: 100%;
    top: 0;
}

#innerContent #wrap,
#mediaContent #wrap {
    /* height: 1020px; */
    height: 1080px;
}

/* 헤더 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    background: #00142f;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'KoPubWorldDotum';
    font-weight: 700;
    color: #ffffff;
    transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
}

.header.block {
    pointer-events: none;
}
.header .btn.back {
    width: 30px;
    height: 30px;
    background: url(../../common/img/viewer/header/back.png) no-repeat center / 100%;
    text-indent: -9999px;
}
.header .left_group,
.header .btn_group {
    display: flex;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
}
.left_group .btn.back {
    display: flex;
    align-items: center;
}
.left_group .title {
    display: flex;
    align-items: center;
    padding: 0 18px;
    visibility: hidden;
}
.left_group .title span {
    max-width: 1200px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
}
.btn_group .btn {
    display: flex;
    align-items: center;
    padding: 0 18px;
    height: 42px;
}
.btn_group .btn.on {
    background: #455de0;
    border-radius: 18px;
}
.btn_group .btn::before {
    content: '';
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.btn_group .btn + .btn {
    margin-left: 10px;
}
.btn_group .btn.wide::after {
    content: '화면 채우기';
}
.btn_group .btn.wide.full::after {
    content: '기본 화면';
}
.btn_group .btn.wide::before {
    background-image: url(../../common/img/viewer/header/wide.png);
}
.btn_group .btn.wide.full::before {
    background-image: url(../../common/img/viewer/header/basic.png);
}
.btn_group .btn.qrlist::before {
    background-image: url(../../common/img/viewer/header/qrlist.png);
}
.btn_group .btn.drawing::before {
    background-image: url(../../common/img/viewer/header/drawing.png);
}
.junior .header {
    background: #00b1cb;
}

.junior .btn_group .btn.wide::before {
    background-image: url(../../common/img/viewer/header/wide2.png);
}
.junior .btn_group .btn.wide.full::before {
    background-image: url(../../common/img/viewer/header/basic2.png);
}
.junior .btn_group .btn.qrlist::before {
    background-image: url(../../common/img/viewer/header/qrlist2.png);
}
.junior .btn_group .btn.drawing::before {
    background-image: url(../../common/img/viewer/header/drawing2.png);
}
.junior .btn_group .btn.on {
    background: #068b9e;
}

.header .btn.state {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 60px;
    display: block;
    padding: 20px 15px;
}

.header .btn.state:before,
.header .btn.state:after {
    content: '';
    display: block;
    width: 28px;
    height: 4px;
    border-radius: 2px;
    background: #ffffff;
    transform-origin: 50% 50%;
    transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.header .btn.state:before {
    margin-bottom: 12px;
}

.header .btn.state:before {
    transform: translateY(7.5px) rotate(-225deg);
}

.header .btn.state:after {
    transform: translateY(-7.5px) rotate(225deg);
}

.header.fold .btn.state:before {
    transform: translateY(0px) rotate(0deg);
}

.header.fold .btn.state:after {
    transform: translateY(0px) rotate(0deg);
}

.header.fold {
    width: 60px;
    border-radius: 30px;
}
/* Drawing */
#drawing {
    position: absolute;
    top: 68px;
    right: 24px;
    display: none;
}
#drawing.show {
    display: block;
}
#drawing .tool_list {
    width: 976px;
    height: 120px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    box-shadow: 0px 5px 14px rgba(0, 20, 47, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
}
#drawing .tool {
    position: relative;
    width: 75px;
    height: 74px;
    border-radius: 100%;
    cursor: pointer;
}
#drawing .tool.on {
    background: #fdac98;
}
#drawing .tool + .tool {
    margin-left: 20px;
}
#drawing .tool::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#drawing .tool.pen::before {
    background-image: url(../../common/img/viewer/drawing/pen.png);
}
#drawing .tool.magic_pen::before {
    background-image: url(../../common/img/viewer/drawing/magic_pen.png);
}
#drawing .tool.line::before {
    background-image: url(../../common/img/viewer/drawing/line.png);
}
#drawing .tool.arrow::before {
    background-image: url(../../common/img/viewer/drawing/arrow.png);
}
#drawing .tool.rectangle::before {
    background-image: url(../../common/img/viewer/drawing/rectangle.png);
}
#drawing .tool.circle::before {
    background-image: url(../../common/img/viewer/drawing/circle.png);
}
#drawing .tool.eraser::before {
    background-image: url(../../common/img/viewer/drawing/eraser.png);
}
#drawing .tool.delete::before {
    background-image: url(../../common/img/viewer/drawing/delete.png);
}
#drawing .tool.save::before {
    background-image: url(../../common/img/viewer/drawing/save.png);
}
#drawing .dot {
    width: 8px;
    height: 23px;
    background: url(../../common/img/viewer/drawing/dot_line.png) no-repeat center / 100%;
    margin: 0 22px;
}
#drawing .panels {
    position: absolute;
    top: 116px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
#drawing .panels.hide {
    display: none !important;
}

#drawing .tool.pen.on .panels,
#drawing .tool.magic_pen.on .panels,
#drawing .tool.line.on .panels,
#drawing .tool.arrow.on .panels,
#drawing .tool.rectangle.on .panels,
#drawing .tool.circle.on .panels {
    display: block;
}
#drawing .panels::before {
    content: '';
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 59px;
    height: 39px;
    background: url(../../common/img/viewer/drawing/bubble.png) no-repeat center / 100%;
}
#drawing .panels .tool_style {
    width: 540px;
    height: 187px;
    background: #ffffff;
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    box-shadow: 0px 5px 14px rgba(0, 20, 47, 0.09);
    padding: 32px 0 0 50px;
}
#drawing .tool_option {
    display: flex;
    align-items: center;
}
#drawing .tool_option .color {
    width: 53px;
    height: 53px;
    background: #ffffff;
    border: 2px solid #232323;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#drawing .tool_option .color > span {
    width: 43px;
    height: 43px;
    background: #ff0000;
    border-radius: 7px;
}

#drawing .tool_option .stroke_list {
    display: flex;
}
#drawing .tool_option .stroke_list {
    margin-left: 46px;
    display: flex;
}
#drawing .tool_option .stroke {
    width: 58px;
    height: 58px;
    background: #f5f5f5;
    border: 2px solid transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#drawing .tool_option .stroke + .stroke {
    margin-left: 20px;
}
#drawing .tool_option .stroke.on {
    background: #fff;
    border: 2px solid #232323;
}
#drawing .tool_option .stroke::before {
    content: '';
    background: #232323;
    border-radius: 100%;
}
#drawing .tool_option .stroke[data-num='1']::before {
    width: 15px;
    height: 15px;
}
#drawing .tool_option .stroke[data-num='2']::before {
    width: 22px;
    height: 22px;
}
#drawing .tool_option .stroke[data-num='3']::before {
    width: 29px;
    height: 29px;
}
#drawing .tool_option .stroke[data-num='4']::before {
    width: 36px;
    height: 36px;
}
#drawing .tool_option .stroke[data-num='5']::before {
    width: 43px;
    height: 43px;
}
#drawing .tool_option.opa {
    font-size: 30px;
    line-height: 46px;
    color: #0c0c0c;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#drawing .tool_option .slider_area {
    position: relative;
    width: 244px;
    height: 8px;
    background: #d9d9d9;
    border: 1px solid #acacac;
    border-radius: 4px;
    margin-left: 34px;
    margin-right: 42px;
}
#drawing .tool_option .slider_thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 29px;
    height: 44px;
    background: url(../../common/img/viewer/btn/control.png) no-repeat center / 100%;
    border-radius: 9px;
    box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

#drawing .color_picker {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: 714px;
    height: 484px;
    background: #ffffff;
    box-shadow: 0px 5px 14px rgba(0, 20, 47, 0.09);
    border: 1px solid #d8d8d8;
    border-radius: 40px;
    padding: 54px 64px;
    display: none;
    flex-direction: column;
}
#drawing .tool_style.on + .color_picker {
    display: block;
}
#drawing .color_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#drawing .color_list li {
    width: 47px;
    height: 47px;
    border-radius: 7px;
    cursor: pointer;
}
#drawing .color_list li.fff {
    border: 2px solid #e4e4e4;
}
#drawing .color_board {
    position: relative;
    width: 100%;
    height: 210px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
        linear-gradient(90deg, #ffffff 1.03%, #ff0000 98.63%);
    border-radius: 20px;
    margin: 24px 0 34px;
    overflow: hidden;
}
#drawing .color_dragger {
    position: absolute;
    top: 10px;
    left: 500px;
    width: 40px;
    height: 40px;
    border: 4px solid #ffffff;
    border-radius: 100%;
}
#drawing .color_picker .slider_area {
    width: 376px;
    height: 31px;
    background: linear-gradient(
        270deg,
        #f10220 4.02%,
        #b62fe2 14.41%,
        #2659ff 26.28%,
        #00a3ff 33.71%,
        #0cf0ff 42.61%,
        #51c927 56.96%,
        #ffd600 72.29%,
        #ff9900 84.17%,
        #ff0000 96.54%
    );
    border: 1px solid #ececec;
    border-radius: 28px;
}
#drawing .btn_select {
    width: 114px;
    height: 58px;
    background: #484848;
    border: 2px solid #393939;
    box-shadow: 0px 6px 6px 1px rgba(119, 119, 119, 0.26);
    border-radius: 24px;
    font-size: 28px;
    padding-left: 16px;
}
#drawing .btn_select::after {
    content: '';
    width: 28px;
    height: 29px;
    background: url(../../common/img/viewer/btn/check.png) no-repeat center / 100%;
    margin-left: 4px;
}

#drawing .dragging {
    transition: none;
}
#drawing #hue-canvas {
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    border-radius: 24px;
}
#drawing #spectrum-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
}

.junior #drawing .tool.on {
    background: #ffdb5a;
}
/* QR 목록 */
#qrList {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: 100%;
    background: #fff;
    z-index: 11;
    padding: 180px 87px 60px;
    display: none;
}
#qrList.show {
    display: block;
}
#qrList .inner {
    height: 100%;
}
#qrList .list_tit {
    position: absolute;
    top: 46px;
    left: 0;
    width: calc(100% - 90px);
    display: flex;
    font-size: 54px;
    line-height: 83px;
    color: #0c0c0c;
}

#qrList .list_tit h2 div {
    display: flex;
    flex: 1;
    justify-content: left;
    align-items: center;
    font-family: 'Pretendard', 'KoPubWorldDotum', sans-serif;
    font-weight: 600;
}

#qrList .list_tit .tc_help {
    display: flex;
    flex: 1;
    justify-content: right;
    position: relative;
    bottom: -10px;
    font-size: 27px;
    padding-right: 20px;
    color: var(--tc-list-color);
}

#qrList .label {
    width: 220px;
    height: 72px;
    background: #00142f;
    border-radius: 0px 40px 40px 0px;
    font-size: 29px;
    line-height: 29px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 44px;
    margin-top: 5px;
    margin-right: 50px;
    font-family: 'Pretendard', 'KoPubWorldDotum', sans-serif;
    font-weight: 600;
}
#qrList .label::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../common/img/viewer/header/qrlist.png) no-repeat center / 100%;
    margin-right: 10px;
}

#qrList .list_tit > h2 {
    display: flex;
    flex: 1;
    border-bottom: 2px solid #373737;
    text-align: left;
    padding-bottom: 6px;
}

#qrList .list_tit .close {
    display: block;
    flex: initial;
    position: relative;
    top: 50%;
    right: -2px;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    background: url(../../common/img/viewer/btn/close_44.png) no-repeat center / 100%;
    cursor: pointer;
}

#qrList .list_area {
    height: 100%;
    overflow-y: auto;
    padding: 0 40px;
}
#qrList .menu + .menu {
    margin-top: 16px;
}
#qrList .menu > div {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100px;
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
    border-radius: 25px;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 26px 105px 23px 45px;
    font-size: 42px;
    font-family: 'Pretendard', 'KoPubWorldDotum', sans-serif;
    font-weight: 600;
    line-height: 46px;
    cursor: pointer;
}
#qrList .menu.show > div {
    color: #455de0;
}
#qrList .menu > div::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 45px;
    width: 44px;
    height: 45px;
    background: url(../../common/img/viewer/btn/list_down.png) no-repeat center / 100%;
}
#qrList .menu.show > div::after {
    transform: rotate(180deg);
}
#qrList .menu > div > em {
    position: relative;
    top: -6px;
    font-family: 'Kiwi Maru';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
}

#qrList .menu > div > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#qrList .sub_menu {
    position: relative;
    top: -10px;
    width: calc(100% - 16px);
    background: #fbfbfb;
    box-shadow: -2.5px 2px 0px #ffffff, 2.5px 2px 0px #ffffff;
    border-radius: 0px 0px 30px 30px;
    border: 1px solid #cdcdcd;
    margin: auto;
    padding: 36px 46px 20px;
    display: none;
}
#qrList .show .sub_menu {
    display: block;
}
#qrList .sub_menu > li {
    font-size: 32px;
    text-align: left;
    font-weight: 900;
    line-height: 49px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#qrList .sub_menu > li + li {
    border-top: 1px dashed #b3b3b3;
}

#qrList .sub_menu > li > em {
    font-size: 29px;
    line-height: 45px;
    border: 3px solid #363636;
    border-radius: 18px;
    padding: 0 13px;
    margin-right: 26px;
    width: 115px;
    text-align: center;
    font-family: 'Pretendard', 'KoPubWorldDotum', sans-serif;
    font-weight: 600;
    white-space: nowrap;
}

#qrList .sub_menu > li > em.tc_list {
    color: var(--tc-list-color);
    border: 3px solid var(--tc-list-color);
}

#qrList .sub_menu > li > em .page {
    margin-left: 3px;
    font-family: 'Pretendard', 'KoPubWorldDotum', sans-serif;
    font-weight: 600;
}

#qrList .sub_menu > li > span {
    flex: 1;
    margin-right: 8px;
    font-family: 'Pretendard', 'KoPubWorldDotum', sans-serif;
    font-weight: 600;
}

#qrList .sub_menu > li > span.tc_list {
    color: var(--tc-list-color);
}

#qrList .sub_menu .icons {
    display: flex;
    align-content: center;
}
#qrList .sub_menu .icons > .icon {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.13);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
}
#qrList .sub_menu .icons .i1 {
    background-image: url(../../common/img/viewer/icon/icon1_1.png);
}
#qrList .sub_menu .icons .i2 {
    background-image: url(../../common/img/viewer/icon/icon1_2.png);
}
#qrList .sub_menu .icons .i3 {
    background-image: url(../../common/img/viewer/icon/icon1_3.png);
}
#qrList .sub_menu .icons .i4 {
    background-image: url(../../common/img/viewer/icon/icon1_4.png);
}
#qrList .sub_menu .icons .i5 {
    background-image: url(../../common/img/viewer/icon/icon1_5.png);
}
#qrList .sub_menu .icons .i6 {
    background-image: url(../../common/img/viewer/icon/icon1_6.png);
}

#qrList .sub_menu .icons > .icon + .icon {
    margin-left: 16px;
}

.junior #qrList .label {
    background: #00b1cb;
}
.junior #qrList .label::before {
    background-image: url(../../common/img/viewer/header/qrlist2.png);
}

.junior #qrList .menu.show > div {
    color: #222222;
}

.junior #qrList .sub_menu > li > em {
    background: linear-gradient(0deg, #eafaff, #eafaff), #f2fcff;
}

.junior #qrList .sub_menu .icons .i1 {
    background-image: url(../../common/img/viewer/icon/icon2_1.png);
}
.junior #qrList .sub_menu .icons .i2 {
    background-image: url(../../common/img/viewer/icon/icon2_2.png);
}
.junior #qrList .sub_menu .icons .i3 {
    background-image: url(../../common/img/viewer/icon/icon2_3.png);
}
.junior #qrList .sub_menu .icons .i4 {
    background-image: url(../../common/img/viewer/icon/icon2_4.png);
}
.junior #qrList .sub_menu .icons .i5 {
    background-image: url(../../common/img/viewer/icon/icon2_5.png);
}
.junior #qrList .sub_menu .icons .i6 {
    background-image: url(../../common/img/viewer/icon/icon2_6.png);
}

/* Intro */
.intro {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.intro .inner {
    position: relative;
    width: 100%;
    height: 100%;
    /* padding: 156px 88px 60px; */
    padding: 60px 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.intro .inner.ty2 {
    align-items: flex-start;
    justify-content: flex-start;
}
.intro .inner.ty2 .list_area {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-height: 804px;
    background: url(../../common/img/viewer/other/line.png) repeat-y center top / 5px 765px;
}

.intro .inner.ty2 .list_area.is_scroll {
    overflow-y: auto;
    padding-right: 46px;
    background-position: calc(50% - 30px) top;
    margin: auto;
}
.intro .inner.ty2 .tit_wrap + .list_area {
    margin: 0;
    margin-top: 96px;
}
.intro .tit_wrap {
    font-weight: 700;
    font-size: 40px;
    line-height: 62px;
    color: #0c0c0c;
}

.intro .main_tit {
    font-size: 80px;
    line-height: 123px;
    margin-top: 6px;
}

.intro .guide {
    font-weight: 500;
    font-size: 34px;
    line-height: 52px;
    color: #b8b8b8;
    margin: 71px 0 35px;
}

.intro .thumbnail {
    font-size: 0;
}
.intro .thumbnail.is_list {
    width: 100%;
    height: 100%;
    max-height: 804px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-top: 106px; */
    margin-top: 16px;
    padding-bottom: 16px;
}
.intro .thumbnail .img_wrap {
    width: 1110px;
    height: 540px;
    border-radius: 40px;
    border: 1px solid #b3b3b3;
    background: linear-gradient(0deg, #fbfbfb 0%, #fbfbfb 100%), #f5f5f5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.intro .thumbnail .img_wrap:has(video) {
    width: 990px;
    height: 550px;
}

.intro .thumbnail .img_wrap > video {
    width: 990px;
    height: 550px;
    outline: none;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    object-fit: cover !important;
    border-radius: 40px !important;
}

.intro .thumbnail .start1-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro .thumbnail .start1-2 .img_wrap > video,
.intro .thumbnail .start1-2 .img_wrap:has(video) {
    height: 550px;
}

.intro .thumbnail .img_wrap > img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.intro .thumbnail .img_name {
    font-weight: 700;
    font-size: 36px;
    line-height: 55px;
    max-width: 942px;
    display: inline-block;
    margin: 22px 0;
}
.intro .link_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 55px;
    margin-top: 32px;
}

.intro .link_btn .btn {
    margin-left: 45px;
}
.intro .link_btn .btn + .btn_name {
    margin-left: 45px;
}

.intro .ty2 .links_wrap {
    position: relative;
    width: calc((100% - 122px) / 2);
}
.intro .ty2 .links_wrap + .links_wrap {
    margin-left: 122px;
}
.intro .links_tit {
    position: relative;
    /* top: 60px; */
    /* left: 80px; */
    font-size: 54px;
    line-height: 83px;
    /* margin-bottom: 36px; */
    align-self: flex-start;
}

.intro .ty2 .links_tit {
    position: fixed;
    top: 96px;
    left: 82px;
}
.intro .ty2 .links_tit.t2 {
    left: 985px;
}

.intro .link_list {
    width: 100%;
    height: 100%;
    max-height: 804px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
    padding-bottom: 16px;
}
.intro .thumbnail.is_list .link_list {
    height: auto;
    margin-top: 30px;
    max-width: 1686px;
}
/* .intro .links_tit + .link_list {
  margin-top: 96px;
} */
/* .intro .link_list.vary3 {
  justify-content: center;
} */
.intro .link_list.is_scroll {
    overflow-y: auto;
    padding-right: 46px;
}
.intro .ty2 .link_list {
    width: 100%;
    max-height: none;
    margin-top: 0;
}
.intro .link_list.row1 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 96px;
}

.intro .link_list.row2,
.intro .link_list.row3 {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-top: 96px; */
}

.intro .link_list.row2.box1 { /*네모박스 두개 형태의 타입에서 한개의 아이템인 경우 한개 박스 형태 */
    justify-content: center;
    align-items: center;
}

.intro .link_list.column3 {
    /* width: 1686px; */
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    /* margin-top: 185px; */
}

.intro .link_list li {
    width: calc((100% - 86px) / 2);
    height: 170px;
    max-height: 710px;
    border: 3px solid;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    color: #0c0c0c;
    letter-spacing: -0.04em;
    border-radius: 25px;
    background-color: #f9fff5;
    box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.14);
    padding: 0 50px 0 30px;
    cursor: pointer;
    word-break: keep-all;
}

.intro .start1-2 .link_list li {
    width: calc((100% - 86px) / 2);
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    color: #0c0c0c;
    letter-spacing: -0.04em;
    cursor: pointer;
    word-break: keep-all;
    box-shadow: none;
    padding: 0;
}

.intro .link_list li.small {
    font-size: 38px;
}

.intro .link_list.is_img li {
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}
.intro .ty2 .link_list li {
    width: 100%;
}
.intro .link_list.row2 li,
.intro .link_list.row3 li {
    height: 100%;
    margin: 0;
    justify-content: center;
}
.intro .link_list.column3 li {
    width: 100%;
}
.intro .link_list.column3 li:nth-child(1) {
    background-color: var(--btn1-bg);
    border-color: var(--btn1-border);
}

.intro .link_list.column3 li:nth-child(2) {
    background-color: var(--btn2-bg);
    border-color: var(--btn2-border);
}

.intro .link_list.column3 li:nth-child(3) {
    background-color: var(--btn3-bg);
    border-color: var(--btn3-border);
}

.intro .thumbnail .link_list.row2 li {
    height: 170px;
    justify-content: flex-start;
}

.intro .thumbnail .start1-2 .link_list.row2 li {
    height: initial;
}

.intro .link_list.vary2 li {
    width: calc((100% - 86px) / 2);
}

.intro .link_list.row3 li,
.intro .link_list.vary3 li {
    width: calc((100% - 172px) / 3);
}
.intro .link_list.vary2 li,
.intro .link_list.vary3 li {
    height: 354px;
    align-items: center;
    justify-content: center;
}

.intro .link_list.row2 li:nth-child(1) {
    background-color: var(--btn3-bg);
    border-color: var(--btn3-border);
}
.intro .link_list.row2.st2 li:nth-child(1) {
    background-color: var(--btn4-bg);
    border-color: var(--btn4-border);
}
.intro .link_list.row2 li:nth-child(2) {
    background-color: var(--btn7-bg);
    border-color: var(--btn7-border);
}

.intro .link_list.row3 li:nth-child(1) {
    background-color: var(--btn2-bg);
    border-color: var(--btn2-border);
}
.intro .link_list.row3 li:nth-child(2) {
    background-color: var(--btn4-bg);
    border-color: var(--btn4-border);
}
.intro .link_list.row3 li:nth-child(3) {
    background-color: var(--btn6-bg);
    border-color: var(--btn6-border);
}
.intro .link_list li:nth-child(1),
.intro .link_list li:nth-child(n + 8) {
    background-color: var(--btn1-bg);
    border-color: var(--btn1-border);
}
.intro .link_list li:nth-child(2),
.intro .link_list li:nth-child(2n + 8) {
    background-color: var(--btn5-bg);
    border-color: var(--btn5-border);
}
.intro .link_list li:nth-child(3),
.intro .link_list li:nth-child(3n + 8) {
    background-color: var(--btn2-bg);
    border-color: var(--btn2-border);
}
.intro .link_list li:nth-child(4),
.intro .link_list li:nth-child(4n + 8) {
    background-color: var(--btn6-bg);
    border-color: var(--btn6-border);
}
.intro .link_list li:nth-child(5),
.intro .link_list li:nth-child(5n + 8) {
    background-color: var(--btn3-bg);
    border-color: var(--btn3-border);
}
.intro .link_list li:nth-child(6),
.intro .link_list li:nth-child(6n + 8) {
    background-color: var(--btn7-bg);
    border-color: var(--btn7-border);
}
.intro .link_list li:nth-child(7),
.intro .link_list li:nth-child(7n + 8) {
    background-color: var(--btn4-bg);
    border-color: var(--btn4-border);
}
.intro .link_list li:nth-child(8n) {
    background-color: var(--btn8-bg);
    border-color: var(--btn8-border);
}
.intro .link_list li:nth-child(2) {
    margin-top: 0;
}
.intro .link_list li:nth-child(2n + 1) {
    margin-left: 0;
}

.intro .start1-2 .link_list.row2.st2 li {
    background-color: initial;
    border: none;
}

.intro .ty2 .st1 li:nth-child(1),
.intro .ty2 .st1 li:nth-child(n + 4) {
    background-color: var(--btn1-bg);
    border-color: var(--btn1-border);
}
.intro .ty2 .st1 li:nth-child(2),
.intro .ty2 .st1 li:nth-child(2n + 4) {
    background-color: var(--btn2-bg);
    border-color: var(--btn2-border);
}
.intro .ty2 .st1 li:nth-child(3),
.intro .ty2 .st1 li:nth-child(3n + 4) {
    background-color: var(--btn3-bg);
    border-color: var(--btn3-border);
}
.intro .ty2 .st1 li:nth-child(4n) {
    background-color: var(--btn4-bg);
    border-color: var(--btn4-border);
}

.intro .ty2 .st2 li:nth-child(1),
.intro .ty2 .st2 li:nth-child(n + 4) {
    background-color: var(--btn5-bg);
    border-color: var(--btn5-border);
}
.intro .ty2 .st2 li:nth-child(2),
.intro .ty2 .st2 li:nth-child(2n + 4) {
    background-color: var(--btn6-bg);
    border-color: var(--btn6-border);
}
.intro .ty2 .st2 li:nth-child(3),
.intro .ty2 .st2 li:nth-child(3n + 4) {
    background-color: var(--btn7-bg);
    border-color: var(--btn7-border);
}
.intro .ty2 .st2 li:nth-child(4n) {
    background-color: var(--btn8-bg);
    border-color: var(--btn8-border);
}
.intro .link_list.vary2 li:nth-child(1),
.intro .link_list.vary2 li:nth-child(n + 4),
.intro .link_list.vary3 li:nth-child(1),
.intro .link_list.vary3 li:nth-child(n + 6) {
    background-color: var(--btn1-bg);
    border-color: var(--btn1-border);
}

.intro .link_list.vary2 li:nth-child(2),
.intro .link_list.vary2 li:nth-child(2n + 4),
.intro .link_list.vary3 li:nth-child(2),
.intro .link_list.vary3 li:nth-child(2n + 6) {
    background-color: var(--btn2-bg);
    border-color: var(--btn2-border);
}
.intro .link_list.vary2 li:nth-child(3),
.intro .link_list.vary2 li:nth-child(3n + 6) {
    background-color: var(--btn4-bg);
    border-color: var(--btn4-border);
}
.intro .link_list.vary3 li:nth-child(3),
.intro .link_list.vary3 li:nth-child(3n + 6) {
    background-color: var(--btn3-bg);
    border-color: var(--btn3-border);
}
.intro .link_list.vary2 li:nth-child(4n),
.intro .link_list.vary3 li:nth-child(4),
.intro .link_list.vary3 li:nth-child(4n + 6) {
    background-color: var(--btn5-bg);
    border-color: var(--btn5-border);
}
.intro .link_list.vary3 li:nth-child(5),
.intro .link_list.vary3 li:nth-child(5n + 6) {
    background-color: var(--btn6-bg);
    border-color: var(--btn6-border);
}

.intro .link_list.vary3.is_scroll li:nth-child(4),
.intro .link_list.vary3.is_scroll li:nth-child(4n + 6) {
    background-color: var(--btn4-bg);
    border-color: var(--btn4-border);
}
.intro .link_list.vary3.is_scroll li:nth-child(5),
.intro .link_list.vary3.is_scroll li:nth-child(5n + 6) {
    background-color: var(--btn5-bg);
    border-color: var(--btn5-border);
}
.intro .link_list.vary3.is_scroll li:nth-child(6n) {
    background-color: var(--btn6-bg);
    border-color: var(--btn6-border);
}

.intro .link_list.row2.is_img li {
    background-color: var(--btn6-bg);
    border-color: var(--btn6-border);
}
.intro .link_list.row2.is_img li:nth-child(2n) {
    background-color: var(--btn8-bg);
    border-color: var(--btn8-border);
}

.intro .link_list.row3.is_img li:nth-child(1),
.intro .link_list.row3.is_img li:nth-child(n + 3) {
    background-color: var(--btn6-bg);
    border-color: var(--btn6-border);
}
.intro .link_list.row3.is_img li:nth-child(2),
.intro .link_list.row3.is_img li:nth-child(2n + 3) {
    background-color: var(--btn2-bg);
    border-color: var(--btn2-border);
}
.intro .link_list.row3.is_img li:nth-child(3n) {
    background-color: var(--btn3-bg);
    border-color: var(--btn3-border);
}

.intro .link_list li + li {
    margin-left: 84px;
    margin-top: 36px;
}
.intro .link_list.column3 li + li {
    margin-left: 0;
    margin-top: 60px;
}
.intro .link_list.vary3 li + li {
    margin: 0;
    margin-left: 84px;
}
.intro .link_list.vary3 li:nth-child(3n + 1) {
    margin-left: 0;
}
.intro .link_list.vary2 li:nth-child(n + 3),
.intro .link_list.vary3 li:nth-child(n + 4) {
    margin-top: 80px;
}
.intro .ty2 .link_list li + li {
    margin-left: 0;
    margin-top: 36px;
}
.intro .link_list.vary3 li > span {
    display: flex;
    flex-direction: column;
    word-break: keep-all;
}
.intro .link_list.vary3 li > span > em {
    font-size: 40px;
    font-weight: 400;
}
.intro .link_list.is_img .box {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 16px;
}
.intro .link_list .box::before {
    content: '';
    display: inline-block;
    width: 96px;
    min-width: 96px;
    height: 96px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 20px;
}

.intro .link_list .box.i1::before {
    background-image: url(../../common/img/viewer/icon/icon1_1.png);
}
.intro .link_list .box.i2::before {
    background-image: url(../../common/img/viewer/icon/icon1_2.png);
}
.intro .link_list .box.i3::before {
    background-image: url(../../common/img/viewer/icon/icon1_3.png);
}
.intro .link_list .box.i4::before {
    background-image: url(../../common/img/viewer/icon/icon1_4.png);
}
.intro .link_list .box.i5::before {
    background-image: url(../../common/img/viewer/icon/icon1_5.png);
}
.intro .link_list .box.i6::before {
    background-image: url(../../common/img/viewer/icon/icon1_6.png);
}
.intro .link_list .box.i7::before {
    background-image: url(../../common/img/viewer/icon/icon1_7.png);
}
.intro .link_list .box.i8::before {
    background-image: url(../../common/img/viewer/icon/icon1_8.png);
}
.intro .link_list .box.i9::before {
    background-image: url(../../common/img/viewer/icon/icon1_9.png);
}
.intro .link_list .box.i10::before {
    background-image: url(../../common/img/viewer/icon/icon1_10.png);
}
/* .intro .thumbnail.icon .img_wrap::before, */
.intro .thumbnail.icon .img_wrap .center_icon {
    content: '';
    display: inline-block;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: fixed;
}

.thumbnail.i1 .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i1 {
    background-image: url(../../common/img/viewer/icon/icon1_1.png);
}
.thumbnail.i2 .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i2 {
    background-image: url(../../common/img/viewer/icon/icon1_2.png);
}
.thumbnail.i3 .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i3 {
    background-image: url(../../common/img/viewer/icon/icon1_3.png);
}
.thumbnail.i4 .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i4 {
    background-image: url(../../common/img/viewer/icon/icon1_4.png);
}
.thumbnail.i5 .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i5 {
    background-image: url(../../common/img/viewer/icon/icon1_5.png);
}
.thumbnail.i6 .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i6 {
    background-image: url(../../common/img/viewer/icon/icon1_6.png);
}
.thumbnail.i7 .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i7 {
    background-image: url(../../common/img/viewer/icon/icon1_7.png);
}
.thumbnail.i8 .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i8 {
    background-image: url(../../common/img/viewer/icon/icon1_8.png);
}
.thumbnail.i9 .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i9 {
    background-image: url(../../common/img/viewer/icon/icon1_9.png);
}
.thumbnail.i10 .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i10 {
    background-image: url(../../common/img/viewer/icon/icon1_10.png);
}

.junior .intro .link_list .box.i1::before {
    background-image: url(../../common/img/viewer/icon/icon2_1.png);
}
.junior .intro .link_list .box.i2::before {
    background-image: url(../../common/img/viewer/icon/icon2_2.png);
}
.junior .intro .link_list .box.i3::before {
    background-image: url(../../common/img/viewer/icon/icon2_3.png);
}
.junior .intro .link_list .box.i4::before {
    background-image: url(../../common/img/viewer/icon/icon2_4.png);
}
.junior .intro .link_list .box.i5::before {
    background-image: url(../../common/img/viewer/icon/icon2_5.png);
}
.junior .intro .link_list .box.i6::before {
    background-image: url(../../common/img/viewer/icon/icon2_6.png);
}
.junior .intro .link_list .box.i7::before {
    background-image: url(../../common/img/viewer/icon/icon2_7.png);
}
.junior .intro .link_list .box.i8::before {
    background-image: url(../../common/img/viewer/icon/icon2_8.png);
}
.junior .intro .link_list .box.i9::before {
    background-image: url(../../common/img/viewer/icon/icon2_9.png);
}
.junior .intro .link_list .box.i10::before {
    background-image: url(../../common/img/viewer/icon/icon2_10.png);
}

.junior .thumbnail.i1 .img_wrap::before {
    background-image: url(../../common/img/viewer/icon/icon2_1.png);
}
.junior .thumbnail.i2 .img_wrap::before {
    background-image: url(../../common/img/viewer/icon/icon2_2.png);
}
.junior .thumbnail.i3 .img_wrap::before {
    background-image: url(../../common/img/viewer/icon/icon2_3.png);
}
.junior .thumbnail.i4 .img_wrap::before {
    background-image: url(../../common/img/viewer/icon/icon2_4.png);
}
.junior .thumbnail.i5 .img_wrap::before {
    background-image: url(../../common/img/viewer/icon/icon2_5.png);
}
.junior .thumbnail.i6 .img_wrap::before {
    background-image: url(../../common/img/viewer/icon/icon2_6.png);
}
.junior .thumbnail.i7 .img_wrap::before {
    background-image: url(../../common/img/viewer/icon/icon2_7.png);
}
.junior .thumbnail.i8 .img_wrap::before {
    background-image: url(../../common/img/viewer/icon/icon2_8.png);
}
.junior .thumbnail.i9 .img_wrap::before {
    background-image: url(../../common/img/viewer/icon/icon2_9.png);
}
.junior .thumbnail.i10 .img_wrap::before {
    background-image: url(../../common/img/viewer/icon/icon2_10.png);
}

.intro .link_list.is_img .img_wrap {
    /* width: 100%; */
    height: 538px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro .link_list.is_img .img_wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro .link_list.row2.is_img .img_wrap > img {
    width: 100%;
    height: initial;
    object-fit: initial;
}

.btn_group {
    position: absolute;
    right: 60px;
}

#listWrap {
    position: absolute;
    padding: 0px;
    z-index: 9999;
    top: 0;
    left: 0;
}

.intro .link_list .box.i4_n::before,
.intro .link_list .box.i10_n::before,
.thumbnail.i4_n .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i4_n,
.thumbnail.i10_n .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i10_n,
#qrList .sub_menu .icons .i2_n,
#qrList .sub_menu .icons .i4_n {
    background-image: url(../../common/img/viewer/icon/icon_nuri.png);
}
.intro .link_list .box.i4_vr::before,
.intro .link_list .box.i10_vr::before,
.thumbnail.i4_vr .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i4_vr,
.thumbnail.i10_vr .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i10_vr,
#qrList .sub_menu .icons .i2_vr,
#qrList .sub_menu .icons .i4_vr {
    background-image: url(../../common/img/viewer/icon/icon_vr.png);
}
.intro .link_list .box.i4_ar::before,
.intro .link_list .box.i10_ar::before,
.thumbnail.i4_ar .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i4_ar,
.thumbnail.i10_ar .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i10_ar,
#qrList .sub_menu .icons .i2_ar,
#qrList .sub_menu .icons .i4_ar {
    background-image: url(../../common/img/viewer/icon/icon_ar.png);
}
.intro .link_list .box.i4_p::before,
.intro .link_list .box.i10_p::before,
.thumbnail.i4_p .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i4_p,
.thumbnail.i10_p .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i10_p,
#qrList .sub_menu .icons .i2_p,
#qrList .sub_menu .icons .i4_p {
    background-image: url(../../common/img/viewer/icon/icon_play.png);
}
.intro .link_list .box.i4_h::before,
.intro .link_list .box.i10_h::before,
.thumbnail.i4_h .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i4_h,
.thumbnail.i10_h .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i10_h,
#qrList .sub_menu .icons .i2_h,
#qrList .sub_menu .icons .i4_h {
    background-image: url(../../common/img/viewer/icon/icon_help.png);
}
.intro .link_list .box.i4_q::before,
.intro .link_list .box.i10_q::before,
.thumbnail.i4_q .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i4_q,
.thumbnail.i10_q .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i10_q,
#qrList .sub_menu .icons .i2_q,
#qrList .sub_menu .icons .i4_q {
    background-image: url(../../common/img/viewer/icon/icon_question.png);
}
.intro .link_list .box.i4_m::before,
.intro .link_list .box.i10_m::before,
.thumbnail.i4_m .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i4_m,
.thumbnail.i10_m .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i10_m,
#qrList .sub_menu .icons .i2_m,
#qrList .sub_menu .icons .i4_m {
    background-image: url(../../common/img/viewer/icon/icon_meta.png);
}
.intro .link_list .box.i4_vl::before,
.intro .link_list .box.i10_vl::before,
.thumbnail.i4_vl .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i4_vl,
.thumbnail.i10_vl .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i10_vl,
#qrList .sub_menu .icons .i2_vl,
#qrList .sub_menu .icons .i4_vl {
    background-image: url(../../common/img/viewer/icon/icon_lab.png);
}
.intro .link_list .box.i4_c::before,
.intro .link_list .box.i10_c::before,
.thumbnail.i4_c .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i4_c,
.thumbnail.i10_c .img_wrap .center_icon,
.thumbnail .img_wrap .center_icon.i10_c,
#qrList .sub_menu .icons .i2_c,
#qrList .sub_menu .icons .i4_c {
    background-image: url(../../common/img/viewer/icon/icon_control.png);
}

@media only screen and (max-width: 1919px) and (orientation: landscape) {
    /* QR 목록 */
    #qrList {
        width: calc(100% + 1px);
        padding: 126px 61px 42px;
    }

    #qrList .list_tit {
        top: 32px;
        width: calc(100% - 90px);
        font-size: 38px;
        line-height: 58px;
    }

    #qrList .list_tit .tc_help {
        bottom: -7px;
        font-size: 19px;
        padding-right: 14px;
    }

    #qrList .label {
        width: 154px;
        height: 50px;
        border-radius: 0px 28px 28px 0px;
        font-size: 20px;
        line-height: 20px;
        padding-left: 31px;
        margin-top: 3px;
        margin-right: 35px;
    }

    #qrList .label::before {
        width: 21px;
        height: 21px;
        margin-right: 7px;
    }

    #qrList .list_tit > h2 {
        border-bottom: 2px solid #373737;
        padding-bottom: 4px;
    }

    #qrList .list_tit .close {
        right: -1px;
        width: 31px;
        height: 31px;
    }

    #qrList .list_area {
        padding: 0 28px;
    }

    #qrList .menu + .menu {
        margin-top: 11px;
    }

    #qrList .menu > div {
        height: 70px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
        border-radius: 18px;
        border: 1px solid #d2d2d2;
        padding: 18px 73px 16px 32px;
        font-size: 29px;
        line-height: 32px;
    }

    #qrList .menu > div::after {
        top: 21px;
        right: 31px;
        width: 31px;
        height: 31px;
    }

    #qrList .menu > div > em {
        top: -4px;
        font-size: 29px;
    }

    #qrList .sub_menu {
        top: -7px;
        width: calc(100% - 11px);
        box-shadow: -1.75px 1px 0px #ffffff, 1.75px 1px 0px #ffffff;
        border-radius: 0px 0px 21px 21px;
        border: 1px solid #cdcdcd;
        padding: 25px 32px 14px;
    }

    #qrList .sub_menu > li {
        font-size: 22px;
        line-height: 34px;
        padding: 11px 0;
    }

    #qrList .sub_menu > li + li {
        border-top: 1px dashed #b3b3b3;
    }

    #qrList .sub_menu > li > em {
        font-size: 20px;
        line-height: 31px;
        border: 2px solid #363636;
        border-radius: 12px;
        padding: 0 9px;
        margin-right: 18px;
        width: 80px;
    }

    #qrList .sub_menu > li > em.tc_list {
        border: 2px solid var(--tc-list-color);
    }

    #qrList .sub_menu > li > em .page {
        margin-left: 2px;
    }

    #qrList .sub_menu .icons > .icon {
        width: 46px;
        height: 46px;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.13);
    }

    #qrList .sub_menu .icons > .icon + .icon {
        margin-left: 11px;
    }
}

/* 타블렛 가로 (53%) */
@media only screen and (max-width: 1199px) {
    /* 헤더 */
    .header {
        height: 80px;
        padding: 0 32px;
        transition: width 1s;
    }

    .header .btn.back {
        width: 40px;
        height: 40px;
    }

    .header .left_group,
    .header .btn_group {
        font-size: 38px;
        line-height: 42px;
    }

    .left_group .title {
        padding: 0 18px;
    }

    .left_group .title span {
        max-width: 950px;
        text-overflow: ellipsis;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
    }

    .btn_group {
        right: 80px;
    }

    .btn_group .btn {
        padding: 0 18px;
        height: 52px;
    }

    .btn_group .btn.on {
        border-radius: 28px;
    }

    .btn_group .btn::before {
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }

    .btn_group .btn + .btn {
        margin-left: 10px;
    }

    .header .btn.state {
        width: 80px;
        height: 80px;
        padding: 28px 15px;
    }

    .header .btn.state:before,
    .header .btn.state:after {
        width: 48px;
        height: 6px;
        border-radius: 3px;
    }

    .header .btn.state:before {
        margin-bottom: 10px;
    }

    .header.fold {
        width: 80px;
        border-radius: 40px;
    }

    /* Drawing */
    #drawing {
        top: 98px;
        right: 24px;
    }

    /* QR 목록 */
    #qrList {
        width: calc(100% + 1px);
        padding: 95px 46px 32px;
    }

    #qrList .list_tit {
        top: 24px;
        width: calc(100% - 48px);
        font-size: 29px;
        line-height: 44px;
    }

    #qrList .list_tit .tc_help {
        bottom: -5px;
        font-size: 14px;
        padding-right: 11px;
    }

    #qrList .label {
        width: 117px;
        height: 38px;
        border-radius: 0px 21px 21px 0px;
        font-size: 15px;
        line-height: 15px;
        padding-left: 23px;
        margin-top: 3px;
        margin-right: 27px;
    }

    #qrList .label::before {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    #qrList .list_tit > h2 {
        border-bottom: 2px solid #373737;
        padding-bottom: 4px;
    }

    #qrList .list_tit .close {
        top: 50%;
        right: -1px;
        width: 23px;
        height: 23px;
    }

    #qrList .list_area {
        padding: 0 21px;
    }

    #qrList .menu + .menu {
        margin-top: 8px;
    }

    #qrList .menu > div {
        height: 53px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
        border-radius: 13px;
        border: 1px solid #d2d2d2;
        padding: 14px 56px 12px 24px;
        font-size: 22px;
        line-height: 24px;
    }

    #qrList .menu > div::after {
        top: 16px;
        right: 24px;
        width: 23px;
        height: 24px;
    }

    #qrList .menu > div > em {
        top: -3px;
        font-size: 23px;
    }

    #qrList .sub_menu {
        top: -5px;
        width: calc(100% - 8px);
        box-shadow: -1.5px 1px 0px #ffffff, 1.5px 1px 0px #ffffff;
        border-radius: 0px 0px 16px 16px;
        border: 1px solid #cdcdcd;
        padding: 19px 24px 11px;
    }

    #qrList .sub_menu > li {
        font-size: 17px;
        line-height: 26px;
        padding: 8px 0;
    }

    #qrList .sub_menu > li + li {
        border-top: 1px dashed #b3b3b3;
    }

    #qrList .sub_menu > li > em {
        font-size: 15px;
        line-height: 24px;
        border: 2px solid #363636;
        border-radius: 10px;
        padding: 0 7px;
        margin-right: 14px;
        width: 61px;
    }

    #qrList .sub_menu > li > em.tc_list {
        border: 2px solid var(--tc-list-color);
    }

    #qrList .sub_menu > li > em .page {
        margin-left: 2px;
    }

    #qrList .sub_menu .icons > .icon {
        width: 34px;
        height: 34px;
        box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.13);
    }

    #qrList .sub_menu .icons > .icon + .icon {
        margin-left: 8px;
    }
}

/* 모바일 가로, 타블렛 세로 (40%) */
@media only screen and (max-width: 899px) {
    /* 헤더 */
    .header {
        height: 80px;
        padding: 0 32px;
        transition: width 1s;
    }

    .header .btn.back {
        width: 40px;
        height: 40px;
    }

    .header .left_group,
    .header .btn_group {
        font-size: 38px;
        line-height: 42px;
    }

    .left_group .title {
        padding: 0 18px;
    }

    .left_group .title span {
        max-width: 950px;
        text-overflow: ellipsis;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
    }

    .btn_group {
        right: 80px;
    }

    .btn_group .btn {
        padding: 0 18px;
        height: 62px;
    }

    .btn_group .btn.on {
        border-radius: 28px;
    }

    .btn_group .btn::before {
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }

    .btn_group .btn + .btn {
        margin-left: 10px;
    }

    .header .btn.state {
        width: 80px;
        height: 80px;
        padding: 28px 18px;
    }

    .header .btn.state:before,
    .header .btn.state:after {
        width: 48px;
        height: 6px;
        border-radius: 3px;
    }

    .header .btn.state:before {
        margin-bottom: 10px;
    }

    .header.fold {
        width: 80px;
        border-radius: 40px;
    }

    /* Drawing */
    #drawing {
        top: 88px;
    }

    /* QR 목록 */
    #qrList {
        width: calc(100% + 1px);
        padding: 72px 35px 24px;
    }

    #qrList .list_tit {
        top: 18px;
        width: calc(100% - 36px);
        font-size: 22px;
        line-height: 33px;
    }

    #qrList .list_tit .tc_help {
        bottom: -4px;
        font-size: 11px;
        padding-right: 8px;
    }

    #qrList .label {
        width: 88px;
        height: 29px;
        border-radius: 0px 16px 16px 0px;
        font-size: 12px;
        line-height: 12px;
        padding-left: 18px;
        margin-top: 2px;
        margin-right: 20px;
    }

    #qrList .label::before {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }

    #qrList .list_tit > h2 {
        border-bottom: 2px solid #373737;
        padding-bottom: 2px;
    }

    #qrList .list_tit .close {
        right: -1px;
        width: 18px;
        height: 18px;
    }

    #qrList .list_area {
        padding: 0 16px;
    }

    #qrList .menu + .menu {
        margin-top: 6px;
    }

    #qrList .menu > div {
        height: 40px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        border: 1px solid #d2d2d2;
        padding: 10px 42px 9px 18px;
        font-size: 17px;
        line-height: 18px;
    }

    #qrList .menu > div::after {
        top: 12px;
        right: 18px;
        width: 18px;
        height: 18px;
    }

    #qrList .menu > div > em {
        top: -2px;
        font-size: 18px;
    }

    #qrList .sub_menu {
        top: -4px;
        width: calc(100% - 6px);
        box-shadow: -1px 1px 0px #ffffff, 1px 1px 0px #ffffff;
        border-radius: 0px 0px 12px 12px;
        border: 1px solid #cdcdcd;
        padding: 14px 18px 8px;
    }

    #qrList .sub_menu > li {
        font-size: 13px;
        line-height: 20px;
        padding: 6px 0;
    }

    #qrList .sub_menu > li + li {
        border-top: 1px dashed #b3b3b3;
    }

    #qrList .sub_menu > li > em {
        font-size: 12px;
        line-height: 18px;
        border: 2px solid #363636;
        border-radius: 7px;
        padding: 0 6px;
        margin-right: 10px;
        width: 48px;
    }

    #qrList .sub_menu > li > em.tc_list {
        border: 2px solid var(--tc-list-color);
    }

    #qrList .sub_menu > li > em .page {
        margin-left: 1px;
    }

    #qrList .sub_menu .icons > .icon {
        width: 26px;
        height: 26px;
        box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.13);
    }

    #qrList .sub_menu .icons > .icon + .icon {
        margin-left: 8px;
    }
}

/* 모바일 세로  (40%) */
@media only screen and (max-width: 599px) {
    /* 헤더 */
    .header {
        height: 90px;
        padding: 0 32px;
        transition: width 1s;
    }

    .header .btn.back {
        width: 45px;
        height: 45px;
    }

    .header .left_group,
    .header .btn_group {
        font-size: 43px;
        line-height: 48px;
    }

    .left_group .title {
        padding: 0 18px;
    }

    .left_group .title span {
        max-width: 880px;
        text-overflow: ellipsis;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
    }

    .btn_group {
        right: 90px;
    }

    .btn_group .btn {
        padding: 0 18px;
        height: 72px;
    }

    .btn_group .btn.on {
        border-radius: 28px;
    }

    .btn_group .btn::before {
        margin-right: 10px;
        width: 45px;
        height: 45px;
    }

    .btn_group .btn + .btn {
        margin-left: 10px;
    }

    .header .btn.state {
        width: 90px;
        height: 90px;
        padding: 33px 18px;
    }

    .header .btn.state:before,
    .header .btn.state:after {
        width: 48px;
        height: 6px;
        border-radius: 3px;
    }

    .header .btn.state:before {
        margin-bottom: 11px;
    }

    .header.fold {
        width: 90px;
        border-radius: 45px;
    }

    /* Drawing */
    #drawing {
        top: 98px;
    }

    /* QR 목록 */
    #qrList {
        width: calc(100% + 1px);
        padding: 72px 35px 24px;
    }

    #qrList .list_tit {
        top: 18px;
        width: calc(100% - 36px);
        font-size: 22px;
        line-height: 33px;
    }

    #qrList .list_tit .tc_help {
        bottom: -4px;
        font-size: 11px;
        padding-right: 8px;
    }

    #qrList .label {
        width: 88px;
        height: 29px;
        border-radius: 0px 16px 16px 0px;
        font-size: 12px;
        line-height: 12px;
        padding-left: 18px;
        margin-top: 2px;
        margin-right: 20px;
    }

    #qrList .label::before {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }

    #qrList .list_tit > h2 {
        border-bottom: 2px solid #373737;
        padding-bottom: 2px;
    }

    #qrList .list_tit .close {
        right: -1px;
        width: 18px;
        height: 18px;
    }

    #qrList .list_area {
        padding: 0 16px;
    }

    #qrList .menu + .menu {
        margin-top: 6px;
    }

    #qrList .menu > div {
        height: 40px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        border: 1px solid #d2d2d2;
        padding: 10px 42px 9px 18px;
        font-size: 17px;
        line-height: 18px;
    }

    #qrList .menu > div::after {
        top: 12px;
        right: 18px;
        width: 18px;
        height: 18px;
    }

    #qrList .menu > div > em {
        top: -2px;
        font-size: 18px;
    }

    #qrList .sub_menu {
        top: -4px;
        width: calc(100% - 6px);
        box-shadow: -1px 1px 0px #ffffff, 1px 1px 0px #ffffff;
        border-radius: 0px 0px 12px 12px;
        border: 1px solid #cdcdcd;
        padding: 14px 18px 8px;
    }

    #qrList .sub_menu > li {
        font-size: 13px;
        line-height: 20px;
        padding: 6px 0;
    }

    #qrList .sub_menu > li + li {
        border-top: 1px dashed #b3b3b3;
    }

    #qrList .sub_menu > li > em {
        font-size: 12px;
        line-height: 18px;
        border: 2px solid #363636;
        border-radius: 7px;
        padding: 0 6px;
        margin-right: 10px;
        width: 48px;
    }

    #qrList .sub_menu > li > em.tc_list {
        border: 2px solid var(--tc-list-color);
    }

    #qrList .sub_menu > li > em .page {
        margin-left: 1px;
    }

    #qrList .sub_menu .icons > .icon {
        width: 26px;
        height: 26px;
        box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.13);
    }

    #qrList .sub_menu .icons > .icon + .icon {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 499px) {
    /* 헤더 */
    .header {
        height: 90px;
        padding: 0 32px;
        transition: width 1s;
    }

    .header .btn.back {
        width: 45px;
        height: 45px;
    }

    .header .left_group,
    .header .btn_group {
        font-size: 43px;
        line-height: 48px;
    }

    .left_group .title {
        padding: 0 18px;
    }

    .left_group .title span {
        max-width: 880px;
        text-overflow: ellipsis;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
    }

    .btn_group .btn {
        padding: 0 18px;
        height: 60px;
    }

    .btn_group .btn.on {
        border-radius: 28px;
    }

    .btn_group .btn::before {
        margin-right: 15px;
        width: 45px;
        height: 45px;
    }

    .btn_group .btn + .btn {
        margin-left: 10px;
    }

    .header .btn.state {
        width: 90px;
        height: 90px;
        padding: 35px 20px;
    }

    .header .btn.state:before,
    .header .btn.state:after {
        width: 48px;
        height: 6px;
        border-radius: 3px;
    }

    .header .btn.state:before {
        margin-bottom: 10px;
    }

    .header.fold {
        width: 90px;
        border-radius: 45px;
    }

    /* Drawing */
    #drawing {
        top: 98px;
        right: 24px;
    }

    // qr 리스트
    #qrList {
        width: calc(100% + 1px);
        padding: 57.6px 28px 19.2px;
    }

    #qrList .list_tit {
        top: 14.4px;
        width: calc(100% - 28.8px);
        font-size: 16px;
        line-height: 17px;
    }

    #qrList .list_tit .tc_help {
        bottom: -3.2px;
        font-size: 7.5px;
        padding-right: 6.4px;
    }

    #qrList .label {
        width: 70.4px;
        height: 23.2px;
        border-radius: 0px 12.8px 12.8px 0px;
        font-size: 9.6px;
        line-height: 9.6px;
        padding-left: 14.4px;
        margin-top: 1.6px;
        margin-right: 16px;
    }

    #qrList .label::before {
        width: 9.6px;
        height: 9.6px;
        margin-right: 3.2px;
    }

    #qrList .list_tit > h2 {
        border-bottom: 1.6px solid #373737;
        padding-bottom: 1.6px;
    }

    #qrList .list_tit .close {
        right: -0.8px;
        width: 14.4px;
        height: 14.4px;
    }

    #qrList .list_area {
        padding: 0 12.8px;
    }

    #qrList .menu + .menu {
        margin-top: 4.8px;
    }

    #qrList .menu > div {
        height: 34px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
        border-radius: 8px;
        border: 1px solid #d2d2d2;
        padding: 8px 33.6px 7.2px 14.4px;
        font-size: 13px;
        line-height: 14px;
    }

    #qrList .menu > div::after {
        top: 9.6px;
        right: 14.4px;
        width: 14.4px;
        height: 14.4px;
    }

    #qrList .menu > div > em {
        top: -1.6px;
        font-size: 14.4px;
    }

    #qrList .sub_menu {
        top: -3.2px;
        width: calc(100% - 4.8px);
        box-shadow: -0.8px 0.8px 0px #ffffff, 0.8px 0.8px 0px #ffffff;
        border-radius: 0px 0px 9.6px 9.6px;
        border: 1px solid #cdcdcd;
        padding: 11.2px 14.4px 6.4px;
    }

    #qrList .sub_menu > li {
        font-size: 10.4px;
        line-height: 16px;
        padding: 4.8px 0;
    }

    #qrList .sub_menu > li + li {
        border-top: 0.8px dashed #b3b3b3;
    }

    #qrList .sub_menu > li > em {
        font-size: 9.6px;
        line-height: 14.4px;
        border: 1.6px solid #363636;
        border-radius: 5.6px;
        padding: 0 4.8px;
        margin-right: 8px;
        width: 38.4px;
    }

    #qrList .sub_menu > li > em.tc_list {
        border: 1.6px solid var(--tc-list-color);
    }

    #qrList .sub_menu > li > em .page {
        margin-left: 0.8px;
    }

    #qrList .sub_menu .icons > .icon {
        width: 20.8px;
        height: 20.8px;
        box-shadow: 0px 1.6px 2.4px 0.8px rgba(0, 0, 0, 0.13);
    }

    #qrList .sub_menu .icons > .icon + .icon {
        margin-left: 6.4px;
    }
}