
:root {
    --mainColor:#1B2547;
    --subColor:#2A58B4;
    --outlineColor:rgb(224, 224, 224);
}


.is_top{
    position: relative;
    display: flex;
    /* height: 270px; */
    justify-content: space-between;
    gap: 50px;
    margin: 25px 0 50px 0;
}

.is_top_left{
    position: relative;
    width: calc(60% - 6px);
    height: 400px;
    border: 3px solid var(--outlineColor);
    border-radius: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: white;
}
    @media (max-width:900px) {
        .is_top {
            width: 100%;
            flex-direction: column-reverse;
            height: auto;
            gap: 50px;
        }
        .is_top_left, .is_top_right {
            width: calc(100% - 6px);
            height: auto;
        }
    }
.is_top_left_section{
    width: calc(100% - 80px);
    height: calc(100% - 40px);
    padding: 20px 40px;

}
@media (max-width:900px) {
    .is_top_left_section {
        width: calc(100% - 20px);
        padding: 10px;

        
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
.is_top_left_nav{
    width: calc(100% - 0);
    display: flex;
    flex-direction: row;

    gap: 30px;
    height: 50px;
    border-bottom: 2px solid var(--outlineColor);
}
.is_top_left_nav_item{
    position: relative;
    font-family: score4;
    height: 50px;
    font-size: 18px;
    cursor: pointer;
    color: grey;
    transition: 0.1s;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    -ms-user-select: none; 
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.is_top_left_nav_item:hover{
    color: var(--mainColor);
    font-weight: 700;
}

.is_top_left_nav_item_hidden{
    display: none;
}
.is_top_left_nav_item_select{
    font-family: score7;
    border-bottom: 3px solid var(--mainColor);
    color: var(--mainColor);
}

.is_top_left_section_header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.is_top_left_section_header_title{
    width: 300px;
    font-family: score4;
    font-size: 20px;
    color: #2A58B4;
    margin-bottom: 20px;
}
@media (max-width:900px) {
    .is_top_left_section_header_title {
        font-size: 15px;
    }
}


.imgFrame {
    position: relative;
    width: 700px;
    height: 250px;
    overflow-x: hidden;

    border: 1px solid rgb(209, 209, 209);
    border-radius: 20px;

    display: flex;
    align-items: center;
}
    @media (max-width:900px) {
        .imgFrame {
            box-shadow: 0px 0px 0px white
        }
    }
    
.imgContainer{
    position: relative;
    left: 0;
    display: flex;
    flex-direction: row;
    transition: ease-in 0.5s;
}

.imgItem{
    /* 이미지크기 : 700px * 250px */
    width: calc(100%);
    /* outline: 1px solid grey; */
    height: calc(250 / 700 * 100vw);
    max-height: 250px;
    border-radius: 15px;
}
    .imgLeft,
    .imgRight{
        margin: 0 10px;
        width: calc(15px - 4px);
        height: calc(15px - 4px);
        opacity: 70%;
        cursor: pointer;
        transition: 0.4s;
        background-color: white;
        border-radius: 5px;
        border: 1px solid #6d6d6d;
        padding: 2px;
    }
    .imgLeft:hover,
    .imgRight:hover{
        opacity: 100%;
        transition: 0.3s;
    }

    .promotionContainer{
        position: absolute;
        width: 100%;
        bottom: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .promotionbtn{
        height: 15px;
        opacity: 25%;
    }

    
    .checked{
        opacity: 100%;
    }

.is_service{
    width: 30%;
    height: 400px;
    border: 1px solid red;
}

.is_top_right{
    width: 40%;
    gap: 50px;


    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}


    @media (max-width:900px) {
        .is_top_right {
            width: 100%;
            gap: 40px;
        }
    }
.isReplied{
    width: calc(100% - 40px);
    height: calc(20% - 40px);
    padding: 20px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: white;
    border: 3px solid var(--outlineColor);
    border-radius: 20px;
}
.isReplied_normal{
    font-size: 18px;
    font-family: nanumRound;
}
.isReplied_count{
    font-size: 28px;
    color: red;
    font-family: score9;
    font-weight: 900;
}
.isReplied_star,
.isReplied_star_tr{
    fill: rgb(255, 0, 0, 0.6);
    position: absolute;
    transform: translateY(-10px);
    right: -20px;
    animation: jittery 1s infinite;
}
.isReplied_star_tr{
    position: relative;
    right: 0;
}
.userZone{
    position: relative;
    height: calc(100% - 40px);

    background-color: white;
    border: 3px solid var(--outlineColor);
    border-radius: 20px;
   
    padding: 20px;
    width: calc(100% - 40px);
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

@media (max-width:900px) {
    .userZone {
        padding: 20px;
        width: calc(100% - 40px);
        gap: 50px;
    }
}

.userText{
    position: relative;
    width: 100%;
    height: 70%;

    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.userTextItem{
    font-size: 18px;
    width: 100%;
    font-family: nanumRound;
    text-align: left;
}
.userTextItem_big{
    font-size: 24px;
    font-family: score7;
    width: 100%;
    text-align: center;
}
.userTextItem_grey{
    font-family: nanumRound;
    font-size: 18px;
    color: grey;
    text-align: center;
}
.userTextItem_sub{
    width: 100%;
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
}

.userTextItem_point{
    font-size: 16px;
    font-family: nanumRound;
    font-weight: 900;
    color: var(--subColor);
}

.userButton{
    width: 100%;
    height: calc(30% - 5px);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ihButtonWrap{
    width: 100%;
    font-size: 14px;
    display: flex;
    gap: 10px;

    justify-content: space-around;
}
.needToLoginButton,
.ihButton,
.ihButton_2,
.ihButton_3{
    position: relative;
    all:unset;
    width: 30%;
    /* padding: 5px 15px; */
    /* width: 80px; */
    height: 40px;
    /* background: rgb(91,0,133);
    background: linear-gradient(22deg, rgba(91,0,133,1) 26%, rgba(252,69,106,1) 85%);; */
    /* border: 1px solid var(--mainColor); */
    border-radius: 50px;
    /* color: white; */
    /* color: var(--mainColor); */
    /* background-color: var(--outlineColor); */
    /* color: black; */
    background-color: var(--subColor);
    color: white;
    box-shadow: 3px 3px 3px grey;
    font-weight: 900;
    font-size: 17px;
    font-family: score4;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* transition: background-color 3s; */
}
.ihButton_3{
    /* width: 70%; */
    background: grey;
}

@media (max-width:900px) {
    .ihButton,
    .ihButton_2,
    .ihButton_3{
        padding: 3px 5px;
        width: calc(100% - 10px);
        border-radius: 20px;
    }
}
.is_fastMenu{

    border: 3px solid #EBEFF2;
    background-color: white;
    padding: 5px 20px;
    width: calc(100% - 40px - 6px);
    border-radius: 20px;

    display: flex;
    justify-content: center;
    gap: 50px;
}
@media (max-width:900px) {
    .is_fastMenu {
        gap: 0;
        flex-direction: column;
    }
}

.menuGroup1{
    height: 70px;
    /* width: 100%; */

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
@media (max-width:900px) {
    .menuGroup1 {
        gap: 0;
        justify-content: space-around;
    }
}

@media (max-width:900px) {
    .buttonZone {
        padding: 5px;
        width: calc(100% - 10px);
        height: 20%;
    }
}

    .logout_edituser{
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .is_button,
    .is_button_logged{

        all:unset;

        width: calc(100% - 20px);
        /* height: 20px; */
        padding: 10px;
        text-align: center;
        cursor: pointer;

        border: 1px solid rgb(156, 173, 197);
        border-radius: 20px;
        font-family: score7;
        font-size: 18px;
        
        color: white;
        background-color: #4572CC;
    }


    .is_button_logged{
        border: 1px solid rgb(156, 173, 197);
        font-family: score4;
        font-size: 14px;
        padding: 5px;
        color: black;
        background-color: transparent;
    }

    .is_button_logged:hover{
        color: white;
        background-color: #4572CC;
        transition: 0.3s;

    }

    .is_buttonTypeButton{
        position: relative;
        padding: 5px;
        width: 80px;
        height: 100%;
        border-radius: 5px;
        cursor: pointer;

        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    

    .is_buttonTypeButton:hover{
        background-color: rgb(218, 216, 216);
        transition: 0.3s;
    }

    .is_buttonTypeButton:hover .text_item{
        color: rgb(0, 0, 0);
        transition: 0.3s;
    }

    .is_buttonTypeButton:hover .specText{
        color: rgb(253, 50, 50);
    }

    .img_item{
        position: relative;
        height: 70%;

        display: flex;
        justify-content: center;
    }
    .is_button_new{
        all:unset;

        width: calc(50% - 20px);
        /* height: 20px; */
        padding: 10px;
        text-align: center;
        cursor: pointer;

        border: 1px solid rgb(156, 173, 197);
        border-radius: 20px;
        font-family: score7;
        font-size: 18px;
        
        color: white;
        background-color: #4572CC;
        box-shadow: 3px 3px 3px grey;
    }
    .is_button_new:hover{
        transform: scale(1.1);
        color: yellow;
        transition: 0.2s;
    }



    @media (max-width:900px) {
        .is_button_new{
            width: calc(100% - 20px);
        }
        .img_item {
            /* width: 50%; */
            height: 70%;
        }
    }

    .imgF{
        position: relative;
        height: 100%;
        /* width: 70%; */
    }

    .text_item{
        height: 30%;
        font-family: score4;
        color: rgb(131, 131, 131);
        text-align: center;
        font-size: 14px;
    }
    @media (max-width:900px) {
        .text_item {
            
            font-size: 12px;
        }
    }

    .specText{
        color: rgb(255, 148, 148);
    }

.is_board{
    padding: 20px 40px;
    width: calc(100% - 80px - 6px);
    margin: 50px 0;

    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;

    background-color: white;
    border: 3px solid #EBEFF2;
    border-radius: 20px;

}

@media (max-width:900px) {
    .is_board {
        flex-direction: column;
        width: calc(100% - 20px - 6px);
        padding: 10px;
        gap: 50px;
    }
}




.ihButton_span {
    font-family: score4;
    font-size: 16px;
    /* color: white; */
    color: black;
    transition: 0.3s;
}

.ihButton:hover .ihButton_span{
    transition: 0.3s;
    color: white;
}
.ihButton:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
.ihButton_2:hover{
    transform: scale(1.1);
    background-color: var(--subColor);
    color: yellow;
    transition: 0.2s;
}

.ihButton_3:hover{
    transform: scale(1.1);
    color: yellow;
    transition: 0.2s;
}

@keyframes jittery {
    5%,
    50% {
      transform: scale(1);
    }
  
    10% {
      transform: scale(0.93);
    }
  
    15% {
      transform: scale(1.03);
    }
    20% {
        transform: scale(0.95);
    }
    25% {
        transform: scale(1.02);
    }
    30% {
        transform: scale(1);
    }
  }

  
.insahelper_home_table{
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.insahelper_home_tr{
    height: 20%;
    cursor: pointer;
    transition: 0.2s;
    height: 40px;
}
.insahelper_home_tr:hover{
    background-color: var(--outlineColor);
    transition: 0.2s;
}
.insahelper_home_tr_import{
    font-weight: 900;
    fill: var(--subColor);
}
.insahelper_search{
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: flex-end;
}
.insahelper_searchKeyword{
    all: unset;
    font-family: nanumRound;
    padding: 10px 0 10px 40px;
    border: 1px solid var(--outlineColor);
    background-color: var(--outlineColor);
    background-image: url(/static/image/search.png);
    background-repeat: no-repeat;
    border: 2px solid grey;
    /* box-shadow: 3px 3px 3px 3px grey; */
    background-size: 20px;
    background-position: 10px 9px;
    border-radius: 15px;
    /* width: calc(100% - 40px); */
}
.insahelper_searchKeyword:focus{
    outline: 1px solid black;
}
.insahelper_searchKeyword::placeholder{
    font-family: nanumRound;
    font-size: 15px;
    text-align: center;
    color: grey;
}
.insahelper_home_td,
.insahelper_home_td_noData{
    position:relative;

    padding: 0px 10px;
    font-family: nanumRound;
    font-size: 16px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.insahelper_home_td_svg{
    fill: var(--subColor);
    width: 20px;
    height: 20px;
}
.insahelper_home_td_noData{
    text-align: center;
    color: grey;
    padding: 10px 0;
}
.insahelper_home_user_itemWrap{
    width: calc(100% - 40px);
    padding: 20px;
    border: 1px solid var(--outlineColor);

    background-color: #e8edf7;

    border-radius: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.insahelper_home_user_item_item{
    font-family: nanumRound;
    font-size: 14px;
}
.insahelper_home_user_item_point{
    font-family: nanumRound;
    font-size: 14px;
    font-weight: 900;
    color: red;
}
.insahelper_home_user_item_cursor{
    font-family: nanumRound;
    font-size: 14px;
    font-weight: 900;
    color: red;
    cursor: pointer;
}
.insahelper_home_user_item_item_btnWrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.insahelper_home_user_item_item_btn{
    font-size: 14px;
    font-family: nanumRound;
    font-weight: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    background-color: var(--subColor);
    border: 2px solid white;
    outline: 4px solid var(--subColor);
    padding: 7px;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.insahelper_home_user_item_item_btn:hover{
    transform: scale(1.1);
    color: yellow;
    border: 2px solid yellow;
    transition: 0.1s;
}

.insahelper_home_init{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.insahelper_home_init_left{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.insahelper_home_init_right{
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.insahelper_home_init_left_text{
    font-family: nanumRound;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.insahelper_home_init_right_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    padding: 5px;
    /* gap: 5px; */
    border-radius: 10px;
    background-color: rgb(218, 218, 218);
    border: 1px solid var(--outlineColor);
    /* background-color: var(--subColor); */
}
.insahelper_home_init_right_item_img{
    fill: rgb(78, 78, 78);
    width: 16px;
}
.insahelper_home_init_right_item_text{
    font-family: nanumRound;
    color: white;
    color: rgb(78, 78, 78);
    font-size: 12px;
}
.insahelper_home_init_right_item:hover{
    background-color: var(--subColor);
}
.insahelper_home_init_right_item:hover .insahelper_home_init_right_item_img{
    fill:white;
    transition: 0.2s;
}

.insahelper_home_init_right_item:hover .insahelper_home_init_right_item_text{
    color: white;
    font-weight: 900;
    transition: 0.2s;
}



@media (max-width:900px) {
    .userText{
        gap: 50px;
    }
    .insahelper_home_init{
        flex-direction: column;
        gap: 50px;
    }
    .insahelper_home_init_right{
        display: none;
        /* width: 100%; */
        /* gap: 30px; */
    }
    .userTextItem,
    .insahelper_home_user_item_item{
        font-size: 15px;
    }

    .is_top_left_nav{
        /* gap: 10px; */
        justify-content: space-between;
        gap: 0;
        height: 40px;
    }
    .is_top_left_nav_item{
        font-family: score4;
        height: 40px;
        font-size: 15px;
        padding: 0;
    }
    .insahelper_home_tr{
        height: 35px;
    }
    .insahelper_home_tr_import > :nth-child(1)::before{
        font-size: 20px;
    }
    .insahelper_home_td{
        font-size: 14px;
    }
    .ihButton_span,
    .ihButton_2,
    .ihButton_3{
        font-size: 14px;
        height: 30px;
    }
    .userTextItem_big{
        font-size: 20px;
        
    }
    .userTextItem_grey{
        font-size: 15px;
    }
    .insahelper_home_init_left{
        width: 100%;
    }
    .insahelper_searchKeyword{
        width: calc(100% - 40px);
    }
}

