* {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
}

a,
button,
label {
    cursor: pointer;
}

.sideMenu {
    background: #fff;
    width: 223px;
    flex: 0 0 223px;
    min-height: 100vh;
    transition: margin .2s;
    z-index: 99;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 100px;
    box-sizing: content-box;
}

.categoryContents.js-view-filter .sideMenu {
    margin-left: -253px;
}

.sideMenu .smLeft .title {
    height: 47px;
    line-height: 46px;
    font-size: 15px;
    background: #42bc53;
    color: white;
    font-weight: 400;
    margin-left: -1px;
}

.sideMenu .smLeft .title img {
    width: 16px;
    margin: 17px 17px;
    margin-right: 10px;
    float: left;
}

.sideMenu .smLeft .mainList {
    font-family: "Nanum Gothic", 나눔고딕, "Malgun Gothic", 맑은고딕, dotum, "Noto Sans", sans-serif;
    font-weight: 300;
    overflow-y: auto;
}

.sideMenu .smLeft .mainList > ul {
    border-bottom: 2px solid #000;
}

.sideMenu .smLeft .mainList .side_li {
    height: auto;
    font-size: 13px;
    border-bottom: 2px solid #eee;
    position: relative;
}

.sideMenu .smLeft .mainList .side_li:last-child {
    border-bottom: none;
}

.sideMenu .smLeft .mainList .side_li.open {
    background: white;
}

.sideMenu .smLeft .mainList .side_li .side_link {
    height: 64px;
    display: flex;
    align-items: center;
    color: #2b2c2d;
    cursor: pointer;
    position: relative;
}

.sideMenu .smLeft .mainList .side_li .side_link.active {
    font-weight: bold;
    color: #3b3b3b;
}

.sideMenu .smLeft .mainList .side_li .side_link img {
    float: right;
    width: 10px;
    padding: 17.5px 10px;
    margin-right: 8px;
}

.sideMenu .smLeft .mainList .side_li .side_link > a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.5px;
    word-spacing: -.5px;
    margin: 2px 0 0 2px;
    display: block;
    color: #000
}

.sideMenu .smLeft .mainList .side_li.current_category > .side_link > a {
    letter-spacing: -.25px;
    margin: 0;
}

.sideMenu .smLeft .mainList .subOpen {
    background: white;
}

.sideMenu .smLeft .mainList .tour_link {
    cursor: pointer;
}

.sideMenu .smLeft .subListWrap {
    background: white;
}

.sideMenu .smLeft .subListWrap .sub_span {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: flex;
    margin-bottom: 18px;
}

.sideMenu .smLeft .subListWrap .sub_span a {
    width: 110px;
    height: 32px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    background: #fff !important;
    border: 1px solid #ddd !important;;
    color: #797979 !important;;
}

.sideMenu .smLeft .subListWrap .sub_span a.categoryBtn {
    margin-right: 3px;
}

.sideMenu .smLeft .subListWrap .sub_span a.active {
    background: #2B2C2D !important;
    border-color: #2B2C2D !important;;
    color: #fff !important;;
}

.sideMenu .smLeft .subListWrap .sub1_ul {
    padding-bottom: 20px;
}

.sideMenu .smLeft .subListWrap .sub1_ul li {
    font-size: 13px;
    letter-spacing: -1px;
    position: relative;
}

.sideMenu .smLeft .subListWrap .sub1_ul li .menu_button {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

.sideMenu .smLeft .subListWrap .sub1_li > .menu_button {
    height: 44px;
}

.sideMenu .smLeft .subListWrap .sub1_li .menu_button a {
    color: #797979;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 15px;
}

.sideMenu .smLeft .subListWrap .sub3_li .menu_button a {
    color: #a5a5a5;
}

.sideMenu .smLeft .subListWrap .sub1_li .menu_button a:hover .favorite-button {
    display: block;
}

.sideMenu .smLeft .subListWrap .sub1_ul li span {
    font-size: 11px;
    font-weight: 900;
}

.sideMenu .smLeft .subListWrap .sub1_li {
    width: 223px;
    background: #F8F8F8;
    border-radius: 10px;
    border: 1px solid #F8F8F8;
    margin-top: 5px;
    min-height: 44px;
    box-sizing: border-box;
}

.sideMenu .smLeft .subListWrap .sub1_li > .menu_button > a {
    color: #2b2c2d;
    letter-spacing: -.5px;
}

.sideMenu .smLeft .subListWrap .sub1_li.active > .menu_button > a {
    font-weight: 500;
}

.sideMenu .smLeft .subListWrap .sub1_li:hover,
.sideMenu .smLeft .subListWrap .sub1_li.active {
    border: 1px solid #ddd;
}

.sideMenu .smLeft .subListWrap .sub1_li .sub1_link {
    color: black;
    font-weight: 400;
    padding-left: 4px;
}

.sideMenu .smLeft .subListWrap .sub1_li .arrow::after {
    right: 20px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    transition: transform .2s;
}

.sideMenu .smLeft .subListWrap .sub2_li .arrow::after {
    border-color: #A5A5A5;
}

.sideMenu .smLeft .subListWrap .sub2_ul {
    padding-bottom: 7px;
    margin-top: -5px;
}

.sub3_ul {
    max-height: 420px;
    overflow-y: auto;
    width: calc(100% - 22px);
}

.sub3_ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eee;
}

.sub3_ul::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #eee;
}

.sub3_ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #888;
}

.sub3_ul li a font {
    font-size: 13px;
}

.sideMenu .smLeft .subListWrap .sub2_li {
    line-height: 27px;
    padding-left: 19px;
}

.sideMenu .smLeft .subListWrap .sub2_li > .menu_button > .arrow::after {
    top: 6px;
}

.sideMenu .smLeft .subListWrap .sub2_li > .menu_button > a {
    padding: 0 0 2px;
}

 .sideMenu .smLeft .subListWrap.update_illust .sub2_li > .menu_button > a {
    /*padding-bottom: 2px;*/
}

.sideMenu .smLeft .subListWrap.update_illust .sub2_ul {
    /*padding-bottom: 8px;*/
}

.sideMenu .smLeft .subListWrap .sub2_li:hover > .menu_button > a,
.sideMenu .smLeft .subListWrap .sub2_li.active > .menu_button > a {
    color: #678AF3;
}

.sideMenu .smLeft .subListWrap .sub3_li {
    line-height: 20px;
    padding-left: 15px;
    padding-right: 5px;
    margin-left: -16px;
    font-size: 12px !important;
    color: #9e9e9e;
}

.sideMenu .smLeft .subListWrap .sub3_ul li.active a,
.sideMenu .smLeft .subListWrap .sub3_ul li a:hover {
    text-decoration: underline;
    color: #2b2c2d;
}

.sideMenu .smLeft .subListWrap .sub3_li a {
    padding-left: 2px !important;
    font-size: 12px;
}

.sideMenu .smLeft .subListWrap .li_last .sub3_li {
    background: none;
}

.sideMenu .smLeft .subListWrap .sub1_ul .sub3_li .favorite-button {
    margin-top: -2px;
}

.sideMenu .smLeft .subListWrap .favoriteAdd img {
    height: 12px;
    margin-top: -3px;
    margin-left: 5px;
    vertical-align: middle;
}

.sideMenu .smLeft .subListWrap .sub1_li .bulletnull {
    padding-left: 6px;
}

.sideMenu .smLeft .mainList .side_li.keywordTree.current_category {
    border-bottom: 2px solid #000;
}

.sideMenu .smLeft .mainList .menu-toggle-button.first-menu {
    position: relative;
    flex: 0 0 30px;
    padding-left: 2px;
}

.sideMenu .smLeft .mainList .menu-toggle-button.first-menu + a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}

.subListWrap.current_category {
    border-top: 2px solid #000;
    padding: 0 10px 20px;
}

.subListWrap.current_category li {
    margin-top: 20px;
}

.subListWrap.current_category li input {
    display: none;
}

.subListWrap.current_category li label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subListWrap.current_category li label span.text {
    font-size: 14px;
    color: #2b2c2d;
    display: flex;
    align-items: center;
}

.subListWrap.current_category li label span.cut {
    font-size: 14px;
    color: #9c9ea4;
    letter-spacing: -.5px;
}

.subListWrap.current_category li label .text::before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url('/resource/images/main/renewal/2024/checkbox_unchecked.png') 100% center / cover;
}

.subListWrap.current_category li input:checked + label .text::before {
    background-image: url('/resource/images/main/renewal/2024/checkbox.png');
}

.subListWrap.current_category li input:disabled + label .text::before {
    background-image: url('/resource/images/main/renewal/2024/checkbox_disabled.png');
}

.subListWrap.current_category li input:checked + label span.text {
    color: #678af3;
    font-weight: 500;
    letter-spacing: -0.25px;
}

.sideMenu .smRight {
    width: 45px;
    height: 100%;
    background: #666c77;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.sideMenu .smRight .smIcon {
    width: 45px;
    height: 40px;
    color: white;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid #394148;
    position: relative;
}

.sideMenu .smRight .smIcon a {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}

.sideMenu .smRight .smIcon a:hover {
    background: #434a54;
}

.sideMenu .smRight .smIcon.up img {
    width: 18px;
    margin: 15px 0px;
}

.sideMenu .smRight .smIcon .smPrev img {
    width: 10px;
    margin: 11px 0px;
}

.sideMenu .smRight .smIcon .smNext img {
    width: 10px;
    margin: 11px 0px;
}

.sideMenu .smRight .smIcon.help img {
    width: 19px;
    margin: 11px 13px;
    position: relative;
}

.sideMenu .smRight .menu {
    width: 45px;
    height: 47px;
    background: #42bc53;
    text-align: center;
    cursor: pointer;
}

.sideMenu .smRight .menu img {
    width: 18px;
    margin: 18px 0px;
}

.sideMenu .smRight .menu.open img {
    width: 19px;
    margin: 17px 0px;
}

.contactUs {
    width: 185px;
    height: 130px;
    background: #f6f6f6;
    color: #3b3b3b;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    text-align: center;
}

.contactUs .con_title {
    font-size: 19px;
    line-height: 19px;
    letter-spacing: -0.5px;
    display: block;
    margin-top: 19px;
    margin-bottom: 10px;
}

.contactUs .con_no {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.1px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.contactUs p {
    font-size: 12px;
    line-height: 12px;
    color: #575757;
    letter-spacing: -0.4px;
    text-align: left;
    margin-left: 23px;
    margin-bottom: 5px;
}

.licenseGuid {
    width: 185px;
    color: #3b3b3b;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 200px;
}

.licenseGuid .licen_title {
    width: 100%;
    font-size: 19px;
    line-height: 19px;
    display: block;
    margin-bottom: 10px;
}

.licenseGuid div {
    width: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 27px;
    padding-bottom: 1px;
}

.licenseGuid span {
    width: 55px;
    height: 20px;
    line-height: 20px;
    letter-spacing: -0.8px;
    font-weight: 500;
    float: left;
    font-size: 11px;
    color: white;
    display: block;
}

.licenseGuid p {
    float: left;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.1px;
    padding: 0px 5px;
    display: block;
    line-height: 17px;
}

.licenseGuid .enter span {
    background: #3fc94d;
}

.licenseGuid .b2b span {
    background: #30ace0;
}

.licenseGuid .single span {
    background: #b07cd1;
}

.licenseGuid .buyBtn {
    width: 131px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.5px;
    background: #35373a;
    color: white;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 9px;
    cursor: pointer;
}

.licenseGuid .buyBtn img {
    margin: -2px 0px 0px 11px;
    vertical-align: middle;
}


.helpWrap {
    width: 310px;
    height: 252px;
    border: 1px solid black;
    position: absolute;
    right: 45px;
    top: -1px;
    background: #f5f5f5;
    text-align: center;
    display: none;
}

.helpWrap > ul {
    height: 40px;
}

.helpWrap > ul > li {
    float: left;
    width: 155px;
    height: 40px;
    background-color: #a9a9a9;
    line-height: 40px;
    color: #eee;
    font-size: 14px;
    cursor: pointer;
}

.helpWrap > ul > li.active {
    background-color: #2c333c;
}

.helpWrap div {
    width: 310px;
}

.helpWrap .checkWrap {
    overflow: hidden;
    padding: 9px 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.helpWrap .checkWrap > textarea {
    width: 270px;
    height: 114px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 5px;
    resize: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.helpWrap .check {
    float: left;
}

.helpWrap .hw_top {
    height: 42px;
    background: #2c333c;
    color: white;
    font-size: 14px;
    text-align: left;
    line-height: 41px;
}

.helpWrap .hw_top span {
    color: #37c54e;
    padding-left: 10px;
}

.helpWrap input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.helpWrap input[type="radio"] + label {
    content: '';
    cursor: pointer;
    background: url('/resource/images/sign/agree_off.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #000;
    font-size: 14px;
}

.helpWrap input[type="radio"]:checked + label {
    background: url('/resource/images/sign/agree_on.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
}

.helpWrap .hw_middle {
    height: 144px;
    padding: 14px 0px;
}

.helpWrap .hw_middle span {
    width: 40px;
    height: 30px;
    line-height: 29px;
    vertical-align: top;
    color: black;
    font-size: 13px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
    float: left;
    margin-left: 20px;
}

.helpWrap .hw_middle .user input[type=text] {
    width: 219px;
    height: 28px;
    margin-bottom: 5px;
    float: left;
    padding-left: 5px;
    margin-left: 5px;
}

.helpWrap .hw_middle .hp input[type=text] {
    width: 65px;
    height: 28px;
    margin-bottom: 5px;
    float: left;
    margin-left: 5px;
    padding-left: 5px;
}

.helpWrap .hw_middle textarea {
    width: 214px;
    height: 65px;
    resize: none;
    overflow: auto;
    float: left;
    margin-left: 5px;
    padding: 5px 5px 0px 5px;
}

.helpWrap .hw_bottom {
    height: 40px;
    background: #d5d5d5;
}

.helpWrap .hw_bottom input {
    width: 67px;
    height: 27px;
    background: #4a4d53;
    color: white;
    margin-top: 7px;
    font-size: 12px;
    cursor: pointer;
}

.favorite {
    width: 553px;
    height: 226px;
    border: 1px solid #2B2C2D;
    position: absolute;
    left: 270px;
    z-index: 99;
    transform: translateY(-204px);
    box-sizing: border-box;
    padding: 0 0 25px;
    border-radius: 10px;
    background: #F8F8F8;
}

.favorite .header {
    width: 100%;
    height: 51px;
    line-height: 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2B2C2D;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 9px 9px 0 0;
}

.favorite .header h3 {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.favorite .header span {
    font-weight: 500;
    color: #90B2FF;
    font-size: 16px;
}

.favorite .favorite_close {
    position: relative;
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-indent: -9999999px;
}

.favorite .favorite_close::before,
.favorite .favorite_close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #FEFEFE;
    top: 0;
    left: 50%;
    transform-origin: center;
}

.favorite .favorite_close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.favorite .favorite_close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.favorite .middle {
    padding: 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.favorite .middle .guid {
    color: #5d666f;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 20px;
    letter-spacing: -.25px;
}

.favorite .boxForm {
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.selectric-wrapper {
    height: 100%;
    width: 138px;
    margin-right: 5px;
}

.favorite .boxForm input,
.favorite .selectric {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #535557;
    display: block;
    height: 43px;
    line-height: 43px;
    font-size: 13px;
    box-sizing: border-box;
    letter-spacing: -.25px;
}

.favorite .selectric .label {
    margin: 0 15px;
    letter-spacing: -.25px;
    font-size: 13px;
}

.favorite .boxForm input {
    padding: 0 15px;
}

.favorite .boxForm a {
    width: 77px;
    height: 43px;
    line-height: 43px;
    background: #678AF3;
    color: #fff;
    border-radius: 5px;
    display: block;
    margin-left: 5px;
    font-size: 13px;
    text-align: center;
}

.favorite .selectric .button {
    background-position-y: center;
    margin-right: 15px;
}

.favorite .subject {
    width: 90px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.5px
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.ml30 {
    margin-left: 30px;
}

.detailSearch .optionWrap {
    width: 655px;
    height: 305px;
    border-collapse: collapse;
    position: absolute;
    background: white;
    border: 1px solid #333333;
    top: 34px;
    left: 0;
    font-size: 12px;
    z-index: 4;
}


.sideMenu .arrow {
    width: 30px;
    height: 100%;
    background: none;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 1;
}

.sideMenu .arrow::after {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transition: transform .2s;
}

.sideMenu .arrow.show::after {
    transform: rotate(45deg);
}

.sideMenu .sub1_ul .arrow::after {
    transform: rotate(45deg);
}

.sideMenu .sub1_ul .arrow.show::after {
    transform: rotate(225deg);
}

.sideMenu::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eee;
}

.sideMenu::-webkit-scrollbar {
    width: 8px;
    background-color: #eee;
}

.sideMenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #888;
}

.sideMenu.fixed {
    position: fixed;
    top: 0;
}

.sideMenu.fixed.fixed_bottom {
    position: absolute;
    top: auto;
    bottom: 160px;
}

.favorite-button {
    cursor: pointer;
    width: 22px;
    height: 100%;
    background-image: url('/resource/images/main/renewal/2024/favorite.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px;
    margin-top: -1px;
    display: block;

    text-indent: 100%;     /* 텍스트를 화면 밖으로 밀어냄 */
    white-space: nowrap;   /* 텍스트 줄바꿈 방지 */
    overflow: hidden;      /* 텍스트 숨김 */
}

.categoryHeader {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    z-index: 99;
}

.categoryContents.js-view-filter .gridWrap {
    width: 100%;
}

.categoryHeader .title {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
    display: flex;
    align-items: center;
    margin-left: -20px;
}

.categoryHeader .filter_button {
    border-radius: 50px;
    flex: 0 0 33px;
    height: 33px;
    background: url('/resource/images/main/renewal/2024/categoty_close.png') 100% center / cover;
    cursor: pointer;
    position: relative;
    transform: scaleX(-1);
    margin-top: 6px;
}

.categoryContents span.tooltip {
    width: 65px;
    height: 37px;
    position: absolute;
    bottom: 34px;
    left: -15px;
    margin: 0;
    line-height: 28px;
    z-index: 999;
    display: none;
    background: no-repeat url('/resource/images/main/renewal/2024/tooltip.png') 100% center;
    transform: scaleX(-1);
}

.categoryContents.js-view-filter .filter_button {
    background-image: url('/resource/images/main/renewal/2024/categoty_open.png');
}

.categoryHeader .filter_button:hover .tooltip.close {
    display: block;
}

.categoryContents.js-view-filter .filter_button:hover .tooltip.close {
    display: none;
}

.categoryContents.js-view-filter .filter_button:hover .tooltip.open {
    display: block;
}

.categoryHeader .title .category {
    height: 35px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 28px;
    color: #000;
    font-weight: 600;
    width: auto;
    white-space: nowrap;
}

.categoryHeader .title .category > span {
    font-size: 28px;
    font-weight: inherit;
}

.categoryHeader .title .typocategory {
    height: 35px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 28px;
    color: #000;
    font-weight: 600;
    width: auto;
    white-space: nowrap;
	margin-bottom:40px;
}

.categoryHeader .title .typocategory > span {
    font-size: 28px;
    font-weight: inherit;
}

.categoryHeader .title span {
    color: #678af3;
}

.categoryHeader .categorySub {
    height: 25px;
    width: 100%;
}

.categoryHeader .categorySub li {
    float: left;
    margin-right: 4px;
}

.categoryHeader .categorySub a {
    border: 1px solid #cfcfcf;
    padding: 0 8px;
    height: 23px;
    line-height: 22px;
    font-size: 12px;
    letter-spacing: -0.6px;
    font-weight: 400;
    color: #555555;
    display: block;
    cursor: pointer;
}

.categoryHeader .categorySub a:hover {
    color: white;
    background: #4273d7;
    border: 1px solid #4273d7;
}

.categoryHeader .categorySub a:hover span {
    color: white;
}

.categoryHeader .totalCut a {
    position: relative;
}

.categoryHeader .totalCut span {
    letter-spacing: -0.1px;
    color: #4273d7;
    margin-left: 3px;
    vertical-align: top;
}

.categoryHeader .totalCut .close {
    position: absolute;
    right: -5px;
    top: -5px;
    display: none;
}

.categoryHeader .totalCut .active {
    color: white;
    background: #4273d7;
    border: 1px solid #4273d7;
}

.categoryHeader .totalCut .active span {
    color: white;
}

.categoryHeader .totalCut .active:hover .close {
    display: block;
}

.categoryHeader .allCut {
    font-size: 14px;
    letter-spacing: -0.25px;
    width: 100%;
    margin-top: 6px;
    color: #2b2c2d;
    line-height: 14px;
}

.categoryHeader .allCut .cutNo {
    color: #1ab112;
    font-weight: 600;
}

.tour .sideMenu .smLeft .title {
    background: #fff;
    color: #2B2C2D;
    display: flex;
    gap: 7px;
    align-items: center;
    font-weight: 500;
}

.tour .sideMenu .smLeft .title img {
    margin: 0;
    float: none;
}

.tour .categoryHeader .inner {
    display: flex;
    justify-content: space-between;
}

.tour .gridWrap.tour_category {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: flex-start;*/
    /*margin: 0 -10px -25px;*/
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(287px, 1fr));
    gap: 25px;
}

.tour .gridWrap.tour_category .grid-item {
    /*flex: 1 1 287px;*/
    /*max-width: 380px;*/
    box-sizing: border-box;
    height: max-content;
    float: none;
    position: relative;
    /*min-width: 287px;*/
    /*margin: 25px 10px;*/
}

.tour .gridWrap.tour_category .grid-item .imgWrap {
    position:relative;
}

.tour .gridWrap.tour_category .grid-item .imgWrap > a {
    height: 242px;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    border: 1px solid transparent;
    box-sizing: border-box;
    padding-top: 100%;
}

.tour .gridWrap.tour_category .grid-item .imgWrap > a:hover,
.tour .gridWrap.tour_category .grid-item .imgWrap.active a {
    border-color: #6d7587;
}

.tour .gridWrap.tour_category .grid-item .imgWrap .viewImg{
    width: auto;
    height: auto;
    max-width: calc(100% - 2px);
    max-height: calc(100% - 2px);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tour .gridWrap.tour_category .grid-item .imgComment .viewIcon {
    position: absolute;
    top: 0;
    right: 10px;
    width: 48px;
    height: 48px;
}

.tour .gridWrap.tour_category .grid-item .popup_box {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    display: none;
    background: #fff;
    border: 1px solid #6d7587;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 99;
}

.tour .gridWrap.tour_category .grid-item .popup_box.active {
    display: block;
    height: 357px;
}

.tour .gridWrap.tour_category .grid-item .popup_box .title {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 2px;
    align-items: flex-end;
    margin: 18px 20px;
}

.tour .gridWrap.tour_category .grid-item .popup_box .scroll_wrap {
    height: 237px;
    overflow: hidden;
    padding: 0 6px 0 20px;
}

.tour .gridWrap.tour_category .grid-item .popup_box .img_list {
    overflow: hidden;
    overflow-y: auto;
    height: 240px !important;
    position: relative;
}

.tour .gridWrap.tour_category .grid-item .popup_box .img_list::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

.tour .gridWrap.tour_category .grid-item .popup_box .img_list::-webkit-scrollbar-thumb {
    background-color: rgb(135 142 149);
    border-radius: 10px;
}

.tour .gridWrap.tour_category .grid-item .popup_box .img_list::-webkit-scrollbar-track {
    background-color: rgb(238 238 238);
    border-radius: 10px;
}

.tour .gridWrap.tour_category .grid-item .popup_box .img_list li {
    position: relative;
    display: block;
    width: 140px;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #EAEBEE;
    cursor: pointer;
}

.tour .gridWrap.tour_category .grid-item .popup_box .img_list li > img {
    width: 100%;
    height: auto;
}

.tour .gridWrap.tour_category .grid-item .popup_box .img_list .list_box_list_background {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: transparent;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.tour .gridWrap.tour_category .grid-item .popup_box .img_list .list_box_list_background img {
    display: none;
    width: 21px;
    height: 21px;
}

.tour .gridWrap.tour_category .grid-item .popup_box .img_list .list_box_list_background:hover {
    border: 1px solid #6d7587;
}

.tour .gridWrap.tour_category .grid-item .popup_box .img_list .list_box_list_background:hover img {
    display: block;
}

.tour .gridWrap.tour_category .grid-item .popup_box .popup_box_bottom {
    background: #6d7587;
    height: 61px;

    display: table;
    width: 100%;
}

.tour .gridWrap.tour_category .grid-item .popup_box .popup_box_bottom a {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    height: 100%;

    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tour .gridWrap.tour_category .grid-item .popup_box .popup_box_bottom a img {
    width: 9px;
    height: 16px;
}

.tour .gridWrap.tour_category .grid-item .imgComment {
    position: relative;
    margin-top: 15px;
}

.tour .gridWrap.tour_category .grid-item .imgComment .imgCommentTop {
    max-width: 191px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour .gridWrap.tour_category .grid-item .imgComment .imgCommentTop .listTitle {
    cursor:pointer;
    color:black;
    font-size:16px;
    letter-spacing:-0.5px;
    line-height:16px;
    margin-top:10px;
    display:block;
}


.tour .gridWrap.tour_category .grid-item .imgComment .imgCommentBottom {
    display : block;
    margin-top: 8px;
    max-width: 191px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour .gridWrap.tour_category .grid-item .imgComment > * {
    display: block;
}

.tour .gridWrap.tour_category .grid-item .imgComment .imgCommentBottom.green {color:#38bd48;}
.tour .gridWrap.tour_category .grid-item .imgComment .imgCommentBottom.blue {color:#7eadff;}


.tour .font_type01 {
    font-weight: 500;
    font-size: 40px;
    color: #000;
    letter-spacing: 0.5px;
    text-align: left;
}

.tour .font_type02 {
    font-weight: 500;
    font-size: 28px;
    color: #000;
    letter-spacing: -0.5px;
    text-align: left;
}

.tour .font_type03 {
    font-weight: 500;
    font-size: 13px;
    color: #9c9ea4;
    letter-spacing: 0;
    text-align: left;
}

.tour .font_type04 {
    font-weight: 500;
    font-size: 19px;
    color: #2b2c2d;
    letter-spacing: -.5px;
    text-align: left;
}

.tour .font_type05 {
    font-weight: 400;
    font-size: 17px;
    color: #2b2c2d;
    letter-spacing: -.5px;
    text-align: center;
}

.tour .font_type06 {
    font-weight: bold;
    font-size: 17px;
    color: #3e71e4;
    letter-spacing: -.5px;
    text-align: center;
}

.tour .font_type07 {
    font-weight: 400;
    font-size: 17px;
    color: #cccdcf;
    letter-spacing: -.5px;
    text-align: center;
}

.tour .font_type08 {
    font-weight: 400;
    font-size: 13px;
    color: #2b2c2d;
    letter-spacing: -.5px;
    text-align: left;
}

.tour .font_type09 {
    font-weight: 400;
    font-size: 20px;
    color: #3e71e4;
    letter-spacing: -1px;
    text-align: left;
    line-height: 21px;
    margin: 0px 0px 8px 0px;
}

.tour .font_type10 {
    font-weight: 500;
    font-size: 12px;
    color: #30404b;
    letter-spacing: -.5px;
    text-align: left;
    line-height: 12px;
}

.tour .font_type11 {
    font-weight: 400;
    font-size: 12px;
    color: #75787a;
    letter-spacing: -.5px;
    text-align: left;
}

.tour .font_type12 {
    font-weight: 400;
    font-size: 20px;
    color: #2b2c2d;
    line-height: 23px;
    text-align: left;
}

.tour .font_type13 {
    font-weight: 600;
    font-size: 12px;
    color: #9e9e9e;
    letter-spacing: -.5px;
    line-height: 17px;
    text-align: left;
}

.tour .font_type14 {
    font-weight: 500;
    font-size: 18px;
    color: #2d2c2d;
    letter-spacing: -.5px;
    line-height: 21px;
    text-align: left;
}

.tour .font_type15 {
    font-weight: 400;
    font-size: 14px;
    color: #2d2c2d;
    letter-spacing: -.5px;
    line-height: 20px;
    text-align: left;
}

.tour .font_type16 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
}

.tour .font_type17 {
    font-weight: 400;
    font-size: 16px;
    color: #3e71e4;
    letter-spacing: -.5px;
    text-align: center;
}

.tour .font_type18 {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #9e9e9e;
    letter-spacing: -.5px;
    text-align: center;
}

.tour .pointer {
    cursor: pointer;
}

.tour .grid-item .info .block2 {
    width: 47px;
}

.tour .sideMenu {
    padding-top: 10px;
}

.tour .sideMenu .smLeft .title img {
    width: 14px;
}

.tour .sideMenu .smLeft .title {
    height: 54px;
}

.tour .sideMenu .smLeft .title {
    font-weight: 600;
    font-size: 16px;
}

.tour .sideMenu .smLeft .subListWrap .sub1_ul li .keywordTree a:hover,
.tour .sideMenu .smLeft .subListWrap .sub1_ul li .keywordTree.active a {
    color: #678AF3;
}

.sideMenu .smLeft .subListWrap .sub3_li .menu_button a p,
.sideMenu .smLeft .subListWrap .sub3_li .menu_button a font {
    font-size: 13px;
}

.sideMenu .smLeft .subListWrap .sub3_li .menu_button a p {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}