/* //=============================================================================//
//// searchbar
//=============================================================================// */
.search_bar_wrapper{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

/* //=============================================================================//
//// header
//=============================================================================// */
#header{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s;
}
#header.active{
    top: -100%;
}

#header header .navigation{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    height:76px;
    top: 0px;
    width: 100%;
    background-color: #0C111D;
    transition: all .3s;
}
#header header .navigation .navigation_menus{
    display: flex;
    justify-content: center;
    width: 1300px;
    height: inherit;
    position: relative;
}
#header header .navigation .navigation_menus .navigation_menu_slider{
    position: absolute;
    left: auto;
    bottom: 0;
    width: 118px;
    border-bottom: 2px solid #00c0f2;
    opacity: 0;
    transition: all .3s ease-in-out;
}
#header header .navigation .navigation_menus .navigation_menu > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
    z-index: 3;
    transition: all .3s;
}
#header header .navigation .navigation_menus .navigation_menu > ul > li{
    width: 118px;
}
#header header .navigation .navigation_menus .navigation_menu > ul > .active > a{
    font-weight: bold;
    color : #fff;
}
#header header .navigation .navigation_menus .navigation_menu > ul > li > a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-flow: wrap;
    width: 100%;
    height: 76px;
    color: #909499;
    font-size: 15px;
    text-align: center;
}
#header header .navigation .navigation_menus .navigation_menu > ul > li > a:hover{
    font-weight: bold;
    color:#fff;
}
#header header .navigation .navigation_menus .navigation_menu .navigation_sub_menu{
    display: none;
    position: absolute;
    max-width: 200px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}
#header header .navigation .navigation_menus .navigation_menu .navigation_sub_menu li{
    display: flex;
    align-items: center;
    width: 200px;
    font-size: 13px;
    font-weight: bold;
    background-color: #fff;
}
#header header .navigation .navigation_menus .navigation_menu .navigation_sub_menu li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 24px;
}
#header header .navigation .navigation_menus .navigation_menu .navigation_sub_menu li:hover,
#header header .navigation .navigation_menus .navigation_menu .navigation_sub_menu li.active{
    background-color: #ebedee;
}

/* dark mode */
#header.dark header .gnb_box{
    color: #fff;
    background-color: rgba(0,0,0,0.95);
}

/*  hammenu */

.gnb_box{
    display: block;
    height:56px;
    width: 100%;
    background: #000;
    position : fixed;
    z-index: 10;
}
.hammenu{
    margin-top: 15px;
    width: 28px;
    height: 28px;
    float: right;
    margin-right: 22px;
}

.menu_body{
    margin-top: 75px;
}
.menu_caret{
    float:right;
}
.close_btn{
    float: right;
    margin-right: 30px;
    margin-top: 20px;

}
.menu_item{
    color:  white;
    font-size: 18px;
    padding: 23px 30px;
    display: block;
}
#mobile_menu{
    display: none;
    position: fixed;
    z-index: 1002;
    height: 100%;
    width: 100%;
    top: 0;
    background: black;

}
.mobile_sign_in{
    cursor: pointer;
    color: #fff;
    float: right;
    margin-top: 20px;
    margin-right: 24px;
    font-size: 14px;
}
.mobile_user_nick {

    width: 32px;
    height: 32px;
    margin-right: 16px;
    background-color: #fff;
    border-radius: 50%;

    cursor: pointer;
    float: right;
    margin-top: 12px;
}
.mobile_user_drop {

}
.mobile_user_nick_txt {
    overflow: hidden;
    text-align: right;
    max-width: calc(100% - 45px);
    text-overflow: ellipsis;
    float: right;
}
#my-spinner{
    display: none;
}
/* //=============================================================================//
//// footer
//=============================================================================// */
#footer{
    padding: 36px 0 48px 0;
    color: #fff;
    background-color: #0C111D;
}
#footer footer{
    display: block;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    text-align: center;
    margin: 0 auto;
}
#footer footer .copyright{
    color: #2E90FA;
    font-size: 12px;
    width: 100%;
    margin-bottom: 24px;
}
#footer footer .fnb a{
    font-size: 12px;
    text-decoration: underline;
    width: 32%;
    display: inline-block;
    margin-left: 0;
}
#footer footer .fnb .marketing{
    margin-top: 16px;
    width: 100%;
}
/* //=============================================================================//
//// TOPBAR
//=============================================================================// */
.sign_in_text{
    color: #909499;
    float: right;
    display: flex;
    margin-left: auto;

    font-size: 14px;
    display: flex;
    align-items: center;
}
.mobile_logo{
    width: 40px;
    height: 40px;
    margin-left: 24px;
    margin-top: 8px;
    float: left;
}
.mobile_sign_in{
    color: #fff ;
}
.logo{
    padding-top: 19px;
    display: flex;
    float: left;
    margin-right: auto;
}
.logo > img {
    height: 38px ; width: 173px;
}
.logo > span {
    font-size: 22px;
    font-weight: bold;
    color: #00C6FB;
    margin-top: 2px;
    margin-left: 12px;

}

/* //=============================================================================//
//// content
//=============================================================================// */
#content{
    position: relative;
    top: 0;
    margin-top: 56px;
    transition: all .3s;
    padding-left: 24px;
    padding-right: 24px;
}

.sub_banner{

    max-width: 1920px;
    width: 100%;
    margin: 0 auto 24px;
}

.sub_banner .sub_banner_background{

    position: relative;
    background : #fff ;
    padding-top: 48px;
    margin-top: -28px;
    box-sizing: content-box;
}
.sub_banner .sub_banner_text{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}
.sub_banner .sub_banner_text h2{
    margin-bottom: 0px;
    color : #0C111D;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
}
.sub_banner .sub_banner_text p{
    font-size: 18px;
    line-height: 1.33;
}
.sub_banner .sub_line{
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, #2af598 0%, #08aeea 30%, #009efd 52%, #0ab3e5 73%, #2af598 100%);
}

.sub_content{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto 104px;
    margin-top: 20px;
}


/* //=============================================================================//
//// font
//=============================================================================// */

.font16{font-size: 16px !important}


/* //=============================================================================//
//// margin auto
//=============================================================================// */
.margin_auto{margin: 0 auto !important}

/* //=============================================================================//
//// margin
//=============================================================================// */
/* margin bottom */
.margin_bottom40{margin-bottom: 40px !important;}

/* //=============================================================================//
//// drop shadow
//=============================================================================// */
.drop_shadow{
//box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important
}


/* //=============================================================================//
//// color
//=============================================================================// */

/* primary color */
.primary_blue{color: #2980f2 !important}
.primary_light_blue{color: #deecff !important}
.primary_cyan{color: #00c0f2 !important}
.primary_black{color: rgba(0,0,0,.95) !important}
.primary_green{color: #00ac94 !important}
.primary_red{color: #f24949 !important}

/* secondary color */
.secondary_blue{color: #0830a6 !important}
.secondary_navy{color: #154079 !important}
.secondary_mosque{color: #045775 !important}
.secondary_white{color: #fdfbfb !important}
.secondary_sliver{color: #ebedee !important}
.secondary_gray{color: rgba(0,0,0,.4) !important}
.secondary_light_gray{color: rgba(0,0,0,.2) !important}


/* //=============================================================================//
//// button
//=============================================================================// */

/* //// button size //// */
/* button_large */
.button.large{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 286px;
    height: 72px;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden;
    outline: 2px solid transparent;
    font-size: 23px;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}

/* button_middle */
.button.middle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 244px;
    min-height: 56px;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}
.button.middle2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}

/* button_small */
.button.xxsmall{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 26px;
    border: 1px solid transparent;
    border-radius: 18px;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}
.button.xxsmall2{
    display: flex;
    align-items: center;
    width: 80px;
    height: 24px;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    font-size: 9px;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}
.button.xsmall{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 32px;
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}
.button.xsmall2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 36px;
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}
.button.small{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}

/* //// button color //// */
/* blue */
.button.solid_blue{
    color: #fff;
    background-color: #0c111d;
}
.button.solid_blue:hover{
    /*background-color: #154079;*/
}

/* black */
.button.solid_black{
    color: #fff;
    background-color: #000000f2;
}
.button.solid_black:hover{
    background-color: #000000;
}

/* cyan */
.button.solid_cyan{
    color: #fff;
    background-color: #00c0f2;
}
.button.solid_cyan:hover{
    background-color: #006079;
}

/* yellow */
.button.solid_yellow{
    color: #fff;
    background-color: #f2b705;
}
.button.solid_yellow:hover{
    background-color: #c5a235;
}

/* yellow */
.button.solid_green{
    color: #fff;
    background-color: #0c111d;
}
.button.solid_green:hover{
    /*background-color: #00564a;*/
}

/* gradiation_cyan */
.button.gradient{
    position: relative;
    z-index: 1;
    border: 0;
    background-size: calc(100% + 2px);
    background-position-x: -1px;
}
.button.gradient::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s;
}
.button.gradient:hover::before{
    opacity: 1;
}

/* gradient_cyan */
.button.solid_gradient_cyan{
    color: #fff;
    background-image: linear-gradient(104deg, #009efd 0%, #2af598);
}
.button.solid_gradient_cyan::before{
//background-image: linear-gradient(104deg, #004F7F 0%, #157B4C);
}

/* gradient_blue */
.button.solid_gradient_blue{
    background-image: linear-gradient(104deg, #08AEEA 0%, #005BEA);
}
.button.solid_gradient_blue::before{
    background-image: linear-gradient(104deg, #005BEA 0%, #002E75);
}

/* gradient_yellow */
.button.solid_gradient_yellow{
    background-image: linear-gradient(104deg, #FEE140 0%, #FA709A);
}
.button.solid_gradient_yellow::before{
    background-image: linear-gradient(104deg, #7F7120 0%, #7D384D);
}

/* gradient_green */
.button.solid_gradient_green{
    background-image: linear-gradient(104deg, #3CBA92 0%, #0BA360);
}
.button.solid_gradient_green::before{
    background-image: linear-gradient(104deg, #0BA360 0%, #065230);
}


/* //// button outline color //// */
/* blue */
.button.outline_blue{
    color: #2980f2;
    border-color: #2980f2;
}
.button.outline_blue:hover{
    background-color: rgba(41, 128, 242, 0.2);
}

/* red */
.button.outline_red{
    color: #f24949;
    border-color: #f24949;
}
.button.outline_red:hover{
    background-color: rgb(242, 73, 73, 0.2);
}

/* green */
.button.outline_green{
    color: #00ac94;
    border-color: #00ac94;
}
.button.outline_green:hover{
    background-color: rgb(0, 172, 148, 0.2);
}

/* //// button active //// */
.button:active{box-shadow: 0 3px 6px  rgba(0,0,0,0.16)}

/* //// button focus //// */
.button:focus{outline: 2px solid #00c0f2}

/* //// button disabled //// */
.button.disabled{
    color: rgba(0,0,0,.2);
    background-color: #ebedee;
}
.button.disabled:active{
    box-shadow: none;
}
.button.disabled:focus{
    outline: none;
}


/* //=============================================================================//
//// input
//=============================================================================// */

/* //// input size //// */
/* input text */
.input{
    height: 48px;
    padding: 16px;
    padding-right: 40px;
    border: 0;
//border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    box-sizing: border-box;
}
.input.text{
    width: 100%;
}
.input.text::placeholder{
    color: rgba(0,0,0,.3);
}
.input.text2{
    width: 100%;
    height: 40px;
    border: none;
    background: #e4e7ec;
    border-radius: 5px;
    font-size: 11px;
}
.input.text2::placeholder{
    color: rgba(0,0,0,.4);
}
.input.text2:hover,
.input.text2:focus{
    outline: 0;
    border-color: #2980f2;
}
.input.check{
    -webkit-appearance: none;
    -ms-appearence: none;
    appearance: none;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    margin-right: 8px;
    border: 1px solid rgba(0,0,0,.95);
    border-radius: 2px;
    background-color: #fff;
}
.input.check:checked{
    background: url(/img/common/icon_check.svg) no-repeat center center #fff;
}
.input:focus{
    outline: 1px solid #000;
}

/* input error */
.input.error{
    border-color: #f24949 !important;
    background: url(/img/common/icon_alert.svg) no-repeat calc(100% - 16px) center #fff;
}
.input.error:focus{
    outline-color: #f24949 !important;
}
.input.error2{
    border-color: #f24949 !important;
}
.input.error2:focus{
    outline: 0;
}

/* input password */
.password_box .password{
    position: relative;
}
.password_box .password .password_show{
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -8px;
    cursor: pointer;
}
.password_box .password .error{
    padding-right: 70px;
}
.password_box .password .error + .password_show{
    right: 44px;
}

/* input number */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=number] {
    -moz-appearance: textfield;
}

.input.outline_blue{
    border: 1px solid rgb(41, 128, 242, 0.5);
}

/* input readonly */
.input.readonly{
    color: rgba(0,0,0,.4);
    border-color: transparent;
    background-color: #ebedee;
}
.input.readonly:hover,
.input.readonly:focus{
    outline: 0;
    border-color: transparent;
}


/* //=============================================================================//
//// select
//=============================================================================// */
.select_box{
    position: relative;
}
.select_box .select_title_box{
    position: relative;
    display: block;
}
.select_box .select_title_box::after{
    content: ' ';
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -2px;
    width: 8px;
    height: 8px;
    background: url(/img/common/icon_arrow.svg) no-repeat center center;
    transition: all .3s;
    cursor: pointer;
}
.select_box .select_title_box.active{

}
.select_box .select_title_box.active::after{
    transform: rotate(180deg);
}
.select_box .select_title_box .select_title{
    display: block;
    width: 100%;
    height: 48px;
    padding: 16px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
}
.select_box .select_title_box.active .select_title{
    background-color: #deecff;
}
.select_box .select_option{
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}
.select_box .select_option li{
    min-height: 48px;
    padding: 16px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
    color : #475467;
}
.select_box .select_option li[data-selected="true"],
.select_box .select_option li:hover{
    background-color: #d0d5dd;
}
.select_box .select_option.hide{
    display: none;
}

.select_box.white .select_title_box .select_title{
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.select_box.white .select_title_box.active{
    border-bottom: 0;
}
.select_box.white .select_title_box.active .select_title{
    background-color: white;
}


.select_box.blue{
    max-width: 320px;
}
.select_box.blue .select_title_box::after{
    background-image: url(/img/common/icon_arrow_down2.svg);
}
.select_box.blue .select_title_box .select_title{
    height: 40px;
    border: none;
    border-radius: 5px;
    background: #e4e7ec;
    color: #0c111d;
    font-size: 11px;
    font-weight: bold;
}
.select_box.blue .select_title_box .select_title:hover,
.select_box.blue .select_title_box .select_title:focus{
    outline: 0;

}
.select_box.blue .select_title_box.active{
    border-bottom: 0;
}
.select_box.blue .select_title_box.active .select_title{
    background-color: white;
}
.select_box.blue .select_option li{
    min-height: 32px;
    height: 32px;
    padding: 0 16px;
    line-height: 32px;
    font-weight: normal;
}


/* search box */
.search_box{
    display: flex;
    max-width: 100%;
    border-radius: 24px;
}

.search_box .select_box{
    max-width: 132px;
    z-index: 1;
}
.search_box .select_box .select_title_box::after{
    right: 8px;
}
.search_box .select_box .select_title_box .select_title{
    height: 40px;
    width: 110px;
    background: #E4E7EC;
    border-radius: 4px 0px 0px 4px;
}
.search_box .select_box .select_option{
    margin-top: 1px;
    background: #fff;
}
.search_box .select_box .select_option li{
    min-height: auto;
    height: 32px;
    padding: 7px 16px;
    font-weight: normal;
}

.search_box .search_input{
    display: block;
    position: relative;
    width: 100%;
}
.search_box .search_input input{
    width: 100%;
    height: 40px;
    font-size: 14px;
    background: #E4E7EC;
}
.search_box .search_input input::placeholder{
    color: rgba(0,0,0,.3);
    font-weight: bold;
}
.search_box .search_input input:focus{
    position: relative;
    z-index: 1;
}
.search_box .search_input .search_submit{
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    background: #0C111D;
    border-radius: 0px 4px 4px 0px;
}
.search_box .search_input .search_submit img{
    margin-top: 6px;
    margin-right: 2px;
    width: 24px;
    height: 24px;
}

.search_box.keyword{
    max-width: 604px;
    margin: 0 auto 40px;
}
.search_box.keyword .search_input input{
    height: 40px;
    border-radius: 4px 0px 0px 4px;
    padding-left: 24px;
    padding-right: 62px;
    font-size: 16px;
}
.search_box.keyword .search_input .search_submit{
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

/* //=============================================================================//
//// file
//=============================================================================// */

input[type='file']:focus{
    outline: 2px solid #2980f2;
}

.file{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    width: 100%;
    padding: 6px ;
    border: none;
    border-radius: 5px;
    font-size: 9px;
    background: #e4e7ec;
    resize: none;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.file:hover,
.file:focus{
    outline: 0;
    /*border-color: #2980f2 !important;*/
}
.file .add_file{
    width: 100px;
    padding: 0;
    margin-right: 16px;
    border: 0;
    color: #0c111d;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    background: none;
    cursor: pointer;
}
.file .files{
    display: flex;
    align-items: center;
    flex-flow: wrap;
    width: 100%;
}
.file .files a{
    margin: 6px 8px 6px 0;
}
.file .files .edit_file{
    position: relative;
}
.file .files .edit_file .remove{
    position: absolute;
    z-index: -2;
    top: 6px;
    right: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 12px);
    border-radius: 5px;
    text-indent: -9999px;
    background: url(/img/common/icon_close.svg) no-repeat calc(100% - 4px) center rgba(0, 0, 0, 0.7);
    background-size: 14px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
}
.file .files .edit_file:hover .remove{
    z-index: 1;
    display: block;
    opacity: 1;
}
.file .left{
    display: block;
    width: 50%;
}
.file .right{
    width: 50%;
    margin-right: 12px;
    text-align: right;
    font-size: 12px;
}


.file.outline_blue{
    border: 1px solid rgba(41, 128, 242, 0.5);
}
.file.outline_green{
    border: 1px solid rgba(0, 172, 148, 0.5);
}
.file.outline_green:hover,
.file.outline_green:focus{
    border-color: #00ac95 !important;
}

/* //=============================================================================//
//// textarea
//=============================================================================// */
textarea:focus{
    outline: 2px solid #2980f2;
}

.textarea{
    width: 100%;
    height: 160px;
    padding: 12px 16px;
    border: none;
    background: #e4e7ec;
    border-radius: 5px;
    font-size: 13px;

    resize: none;
    box-sizing: border-box;
}
.textarea:hover,
.textarea:focus{
    outline: 0;
    /*border-color: #2980f2 !important;*/
}

.textarea.outline_blue{
    border: 1px solid rgba(41, 128, 242, 0.5);
}
.textarea.outline_green{
    border: 1px solid rgba(0, 172, 148, 0.5);
}
.textarea.outline_green:hover,
.textarea.outline_green:focus{
    border: 1px solid #00ac95 !important;
}
.textarea.error2{
    border-color: #f24949 !important;
}

/* //=============================================================================//
//// page
//=============================================================================// */
.page_box{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.page_box a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}
.page_box a.active{
    color: #2980f2;
}
.page_box a:hover{
    color: #2980f2;
}
.page_box .first_prev{
    text-indent: -9999px;
    background: url(/img/common/icon_arrow_left_start.svg) no-repeat center center;
}
.page_box .prev{
    text-indent: -9999px;
    background: url(/img/common/icon_arrow_left.svg) no-repeat center center;
}
.page_box .next{
    text-indent: -9999px;
    background: url(/img/common/icon_arrow_right.svg) no-repeat center center;
    /* transform: rotate(-180deg); */
}
.page_box .last_next{
    text-indent: -9999px;
    background: url(/img/common/icon_arrow_right_end.svg) no-repeat center center;
    /* transform: rotate(-180deg); */
}

/* //=============================================================================//
//// tab
//=============================================================================// */

/* /////////////////////// tab menu /////////////////////// */
.tab_menu .tab_top_box{
    border-bottom: 1px solid #00c0f2;
    margin-bottom: 54px;
}
.tab_menu .tab_top_box .tab_top{
    /*display: table;*/
    position: relative;
    margin: 0 auto;
}
.tab_menu .tab_top_box .tab_top .tab_slider{
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #00c0f2;
    transition: all .3s ease-in-out;
}
.tab_menu .tab_top_box .tab_top .tab_item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_menu .tab_top_box .tab_top .tab_item li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 56px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}
.tab_menu .tab_top_box .tab_top .tab_item li.active{
    color: #2980f2;
    font-weight: normal;
}
.tab_menu .tab_bottom{
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
}
.tab_menu .tab_bottom .tab_contents_list{
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    margin: 0 auto;
    transition: all .3s;
}
.tab_menu .tab_bottom .tab_contents_list .tab_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-width: 100%;
    width: 100%;
    overflow: hidden;
}

.tab_menu.tab2 .tab_top_box{
    margin-bottom: 36px;

}
.tab_menu.tab2 .tab_top_box .tab_top .tab_item li{
    width: 212px;
    height: 43px;
    align-items: flex-start;
    text-transform: none;
    font-size: 16px;
}
.tab_menu.tab2 .tab_top_box .tab_top .tab_item li a{

}
.tab_menu.tab2 .tab_top_box .tab_top .tab_item li a{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.tab_menu.tab2 .tab_top_box .tab_top .tab_item li a:hover,
.tab_menu.tab2 .tab_top_box .tab_top .tab_item li a:active,
.tab_menu.tab2 .tab_top_box .tab_top .tab_item li.active a{
    color: #000;
}
#tab_item > .active > a {
    border-bottom: 3px solid #0C111D;
    font-weight: bold;
}
.tab_menu .tab_top_box.gray{
    border-color: #ebedee;
}

/* //=============================================================================//
//// alert
//=============================================================================// */
.alert{
    margin-top: 8px;
    color: #f24949;
    font-size: 11px;
}
.alert2{
    width: 100%;
    margin-top: 8px;
    color: #f24949;
    font-size: 11px;
}
.alert2::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(/img/common/icon_alert.svg) no-repeat center center;
    background-size: 16px;
}

/* //=============================================================================//
//// right button
//=============================================================================// */
.button.quick_icon{
    width: 107px;
    height: 44px;

    border-radius: 28px;
    border: solid 1px #d0d5dd;
    background-color: #fff;
    position: fixed;
    bottom : calc(40px + env(safe-area-inset-bottom)) ;
    right: 40px;

    overflow: hidden;
    cursor: pointer;
}
.quick_icon >div {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    flex-grow: 0;

    object-fit: contain;
    background-image: linear-gradient(to right, #6365ef 0%, #39baf6 100%);
}
.quick_icon >div > img
{
    margin-top: 3px;
    margin-left: 6px;
    width: 24px;
    height: 24px;
}

.button.quick_icon1{
    position: fixed;
    bottom : calc(40px + env(safe-area-inset-bottom)) ;
    right:  24px;
    width: 152px;
    height: 42px;
    padding: 4px 12px 4px 4px;

    border-radius: 28px;
    border: solid 1px #d0d5dd;
    background-color: #fff;

    overflow: hidden;
    cursor: pointer;
}
.button.quick_icon1::before {
// background-image: linear-gradient(to right, #6365ef, #39baf6) !important;
}

.button.quick_icon1 > .support_float_btn_txt {
    padding-top: 5px;
    background: linear-gradient(to right, #6365ef, #39baf6);
    color: transparent;
    font-size: 16px;
    font-weight: bold;
    -webkit-background-clip: text;


}
/* //=============================================================================//
//// share copied
//=============================================================================// */
.share{
    position: relative;
}
.share .copied{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    border: 1px solid #08AEEA;
    border-radius: 5px;
    color: #08aeea;
    font-size: 11px;
    background-color: rgba(0, 192, 242, 0.2);
}
.share .copied img{
    margin-right: 8px;
}

.alert_msg {
    border-radius: 5px;
    height: 32px;
    margin: 16px auto;
    padding: 8px 16px;
    text-align: center;
    border: solid 1px #f24949;
    background-color: #fddada;
    position: fixed;

    z-index: 1001;
    width: fit-content;
    display: block;
    font-size: 11px;
    color: #f24949;
}
.alert_success_msg {
    border: solid 1px #08aeea ;
    background-color: #ccf3fd;
    color: #08aeea;
}
.user_nick{
    padding-left: 8px;
    float: right;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    max-width: 146px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sign_in >img{
    cursor:pointer;
}
.usre_drop{
    float : right;
    margin-top: 3px;
}
.support_popup_box {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 24px;
    background-color: rgba(0, 0, 0, 0.4);
}

.support_popup_box .support_popup_content {
    position: relative;
    max-width: 1028px;
    height: 670px;
    width: 100%;

    margin: 0 auto;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.support_popup_box .support_popup_content .bottom {
    left: 0;
    bottom: 0;
    display: block;
    text-align: right;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 114px;
    background-color: #fff;
}

.support_popup_box .support_popup_content .bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /*background-image: linear-gradient(90deg, #2af598 0%, #08aeea 30%, #009efd 52%, #0ab3e5 73%, #2af598 100%);*/
}

.support_popup_box .support_popup_content .bottom .robot {
    display: block;
    align-items: center;
    font-size: 13px;
    text-align: left;
}
.support_popup_box .support_popup_content .bottom .robot label{
    font-size: 13px;

}
.support_popup_box .support_popup_content .bottom .robot input {
    margin-left: 8px;
}

.overflow_y_scroll_box {
    max-height: calc(100% - 264px);
    padding-right: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #98A2B3 transparent;
    scrollbar-width: auto ;
}

.overflow_y_scroll_box::-webkit-scrollbar {
    width: 4px;
}

.overflow_y_scroll_box::-webkit-scrollbar-thumb {
    height: 30%;
    margin-right: 20px;
    background: #deecff;
    border-radius: 3px;
}

.overflow_y_scroll_box::-webkit-scrollbar-track {
    background: transparent;
}

.support_popup_box .support_popup_content .close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: 0;
    background: none;
    cursor: pointer;
    text-align: right;
}

.support_popup_box .support_popup_content .title_box {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.support_popup_box .support_popup_content .title_box h2 {
    margin-right: 28px;
    color: #0c111d;
    font-size: 24px;
}

.support_popup_box .support_popup_content .title_box h2 img {
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 100%;
    vertical-align: middle;
    background-color: #00c0f2;
}

.support_popup_box .support_popup_content .title_box .hide_question {
    display: flex;
    align-items: center;
    color: #2980f2;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.support_popup_box .support_popup_content .title_box .hide_question::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/img/common/icon_arrow.svg) no-repeat center center;
    transform: rotate(180deg);
    transition: all .3s;
}

.support_popup_box .support_popup_content .title_box .hide_question.hide::after {
    transform: rotate(0deg);
}

.support_popup_box .support_popup_content .content_box .section {
    margin-bottom: 24px;
    display: flex;
    flex-flow: wrap;
}

.support_popup_box .support_popup_content .content_box .section .title {
    max-width: 140px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 8px;
    padding-right: 16px;
    font-size: 13px;
    font-weight: bold;
}

.support_popup_box .support_popup_content .content_box .section .content {
    width: 100%;
}

.support_popup_box .support_popup_content .content_box .section .content .textarea_box {
    display: flex;
    flex-flow: wrap;
}

.support_popup_box .support_popup_content .content_box .section .content .selects_box {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.support_popup_box .support_popup_content .content_box .section .content .selects_box .select_box {
    max-width: 320px;
    width: 100%;
}

.support_popup_box .support_popup_content .content_box .section .content .email_input_box input {
    max-width: 100%;
    margin-right: 12px;
}

.support_popup_box .support_popup_content .content_box .section .content .title_input_box {
    position: relative;
}

.support_popup_box .support_popup_content .content_box .section .content .title_input_box input {
    padding-right: 100px;
}

.support_popup_box .support_popup_content .content_box .section .content .title_input_box .count {
    position: absolute;
    top: 12px;
    right: 24px;
    font-size: 11px;
}

#createTicketMask{
    width: 100%;
    left: 0;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    z-index: -1;
    opacity: 0.1;
}
#create_ticket_box{
    display: none;
    position: fixed;
    z-index: 100;
    top: 120px;
    left: 0;
    width: 100%;
    height: 100%;
}
#my-spinner {
    width: 100%; height: 100%;
    top: 0; left: 0;
    display: none;
    opacity: .6;
    background: silver;
    position: fixed;
    z-index : 200;
}
#my-spinner div {
    width: 100%; height: 100%;
    display: table;
}
#my-spinner span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#my-spinner img {
    background: white;
    padding: 1em;
    border-radius: .7em;
}

@media screen and (min-width: 768px) {



}

@media screen and (min-width: 1325px) {
    .gnb_box{
        display: none;
    }
    #header header .navigation { display: flex;}
    #content{
        margin-top: 76px;
    }
    .button.quick_icon1{

        right:  50px;
    }
    .file .add_file{
        width: 70px;
        padding: 0;
        font-size: 9px;
    }
    .file{

        padding: 6px 16px;

    }
    .file .left{
        display: flex;
        width: calc(100% - 60px);
    }
    .file .right{
        width: 70px;
        margin-right: 12px;
        text-align: right;
        font-size: 12px;
    }
    .sub_content{
        margin-top: 60px;
    }
    .sub_banner {
        margin: 0 auto 76px;
    }

    .sub_banner .sub_banner_text{
        padding-top: 103px;
    }
    .sub_banner .sub_banner_text h2{
        font-size: 32px;
    }
    .sub_banner .sub_banner_background{
        padding-top: 56px;
    }
    .support_popup_box {

        padding: 128px 20px 78px;

    }
    .support_popup_box .support_popup_content .bottom .robot {

        text-align: unset;
    }
    .support_popup_box .support_popup_content .bottom {

    }
    .support_popup_box .support_popup_content .content_box .section .content {
        width: calc(100% - 140px);
    }
    .support_popup_box .support_popup_content .content_box .section .title {
        padding-top: 12px;
        padding-bottom: 0;
    }

    .support_popup_box .support_popup_content .content_box .section .content .selects_box .select_box{
        max-width: 320px;
        width: 100%;
    }
    .search_box.keyword .search_input input{
        height: 52px;
    }
    .search_box .search_input .search_submit{
        width: 89px;
        height: 52px;
    }
    .search_box .select_box .select_title_box .select_title{
        height: 52px;
    }
    .search_box{
        max-width: 440px;
    }
    .search_box .search_input input{
        font-size: 16px;
        height: 52px;
    }
    #footer{
        padding: 70px 0;
    }
    #footer footer{
        display: flex;
    }
    #footer footer .copyright{
        font-size: 16px;
        width: 277px;
        margin-bottom : 0;
    }
    #footer footer .fnb a{
        font-size: 16px;
        display: inline;
        margin-left: 63px;

    }
    #footer footer .fnb .marketing{
        width: unset;
        margin-top: 0px;
    }
    .tab_menu.tab2 .tab_top_box{
        margin-bottom: 80px;
        margin-left: 0px;
        margin-right: 0px;
    }

}
