﻿

/*---------------------------------------------------------------------------------
                                   공통요소
---------------------------------------------------------------------------------*/


/* 폰트 재조정 */

.main_title2 {
    word-break: break-all;
    font-size: 3.2rem;
    line-height: 1.4;
    padding: 0rem 3.2rem;
    font-weight: 700;
    margin-bottom: 4rem;
    letter-spacing: -0.02em;
    width: 100%;
    text-align: center;
}

.m_title {
    word-break: break-all;
    font-size: 2.4rem;
    line-height: 1.75;
    padding: 0rem 3.2rem;
    font-weight: 700;
    margin-bottom: 4rem;
    letter-spacing: -0.02em;
    width: 100%;
    text-align: center;
}

.s_title {
    word-break: break-all;
    font-size: 2.4rem;
    line-height: 1.75;
    padding: 0rem 3.2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    width: 100%;
    text-align: center;
}

.text_b {
    word-break: break-all;
    font-size: 2rem;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: -0.02em;
    width: 100%;
    text-align: center;
}



.subtext {
    word-break: break-all;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 0rem 3.2rem;
    font-weight: 300;
    width: 100%;
}

.infoText {
    word-break: break-all;
    font-size: 1.0rem;
    line-height: 1.75;
    padding: 0rem 3.2rem;
    font-weight: 300;
}

.infoText_11 {
    word-break: break-all;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
}


/* ----------
    font 관련 
  ---------- */
/*
   - 폰트 정리 - 
    lg_title : 2.5rem
    m_title_2 : 2rem
    m_title : 1.8rem
    text / p_text : 1.6rem
    text_unit : 1.5rem
    subtext_2 : 1.4rem
    subtext : 1.3rem
    infoText_2 : 1.2rem
    infoText : 1.1rem

    version이 다른 title 이라는 뜻으로 'v'표시 
*/





/* 폰트 재조정 */


.sub_top .text {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.sub_top .text.sub {
    text-align: center;
}

.sub_top .sub_top_title .special.info {
    word-break: break-all;
    font-size: 1.3rem;
    line-height: 1.75;
    padding: 0rem 3.2rem;
    font-weight: 300;
    margin-top: 2rem;
}

/*checkbox*/
.chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}

.chiller_cb input {
    display: none;
}

.chiller_cb input:checked ~ span {
    background: #17B185;
    background: #17B185;
}


.chiller_cb input:checked ~ span:before {
    width: 1.5rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.chiller_cb input:checked ~ span:after {
    width: 0.7rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}

.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}

.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}

.chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    height: 2rem;
    line-height: 2rem;
}

.chiller_cb span {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
    top: -1px;
}

.chiller_cb span:before {
    transform: rotate(-55deg);
    top: 1.5rem;
    left: 0.8rem;
}

.chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.8rem;
    left: 0.4rem;
}

.modal-footer .g_btn,
.modal-footer .c_btn{
    padding:2rem 4rem;
    border-radius:50px;
    font-size:2rem;
}
/*----------------- .modal_style -----------------*/
/*.modal_style {
    padding-right: 0px !important;
}*/

.modal_style .modal-dialog {
    max-width: 1200px;
}

.modal_style .form-control {
    font-size: 1.6rem;
    float: left;
    width: calc(100% - 11.5rem - 1px);
}
.modal_style .form-control:focus{
    border-bottom:1px solid #17B185 !important
}
 .modal_style .select:focus {
    border: 1px solid #17B185 !important

}
.modal_style .modal-header {
    padding: 2rem;
}

.modal_style .modal-header .s_title {
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 0rem;
}

.modal_style .subtext {
    width: 11.5rem;
    float: left;
    box-sizing: border-box;
    text-align: left;
    padding: 0rem;
    height: 33px;
    line-height: 33px;
    margin: 0rem;
    font-weight:normal !important;
}

.modal_style i.necessary {
    font-style: normal;
    /*padding-left: 3px;*/
    color: #cf1f36;
    /*display: none;*/
}

.modal_style.confirm_style .modal-footer .subtext {
    width: 12rem;
    height: 46px;
    line-height: 46px;
}

.modal_style.confirm_style .subtext {
    width: 100%;    
    line-height: 1.6;
    text-align: center;
    height: auto;
    font-weight: 300;
}


.modal_style.confirm_style .subtext.inner_title {
    margin-bottom: 2rem;
}


.modal_style .form-group:after {
    content: "";
    clear: both;
    display: block;
}

.modal_style .inner {
    padding: 4rem;
}

.modal_style .form_birthday .birthday_1 {
    width: 25%;
}

.modal_style .form_birthday .birthday_2 {
    width: 10%;
}

.modal_style .form_birthday span {
    width: 10%;
    float: left;
    display: inline-block;
    height: 36px;
    line-height: 1.8;
    padding: 0rem 2rem;
}


.modal_style .form_birthday span.star {
    width: 20%;
    padding-left: 0.5rem;
    line-height: 2.7;
    letter-spacing: 0.1em;
}


.modal_style .form-group.form_select .bootstrap-select {
    float: left;
    width: calc(100% - 11.5rem - 1px) !important;
}

.modal_style .form-group.form_select .bootstrap-select > .dropdown-toggle {
    height: 3.6rem;
    font-size: 1.6rem;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    line-height: 1.9;
}

.modal_style .form-group.form_select .bootstrap-select .dropdown-menu li a span.text {
    font-size: 1.4rem;
    margin-bottom: 0rem;
    text-align: left;
    padding: 0rem;
}

.modal_style .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 1.4rem;
}

.modal_style .form-group.form_select .inner {
    padding: 0rem;
    max-height: 150px;
}

.modal_style .form_textarea .subtext {
    width: 100%;
}

.modal_style .form_textarea textarea {
    font-size: 1.4rem;
    width: 100%;
    height: 29rem;
    resize: none;
}

.modal_style .form_checkbox .subtext {
    width: auto;
    padding-left: 3.5rem;
    height: auto;
}


.modal_style .info {
    padding: 2rem !important;
    background: #f1f1f2;
    margin: 1rem 0rem !important;
}
.modal_style .info ol {
   margin:0 !important;
}
.modal_style .info .subtext {
    width: 100%;
    height: auto;
    line-height: 1.6;
    float: none;
    /*padding-left: 2rem;*/
    color: rgba(0,0,0,0.8);
}

.modal_style .form_info.inner {
    padding: 0rem 4rem 3rem;
}

.modal_style .modal-footer {
    display: inline-block;
    text-align: center;
    padding: 1rem;
}

.modal_style .modal-footer .subtext{
    float: none;
    text-align: center;
    font-weight: 400;
    font-size:2rem
}

.modal_style .modal-footer .subtext.btn-primary {
    background-color: #17B185;
    border-color: #17B185;
}
.modal_style .modal-footer .sub_btn:after {
    display: none;
}

.modal_style button.close {
    font-size: 3rem;
    outline: 0;
}

.modal_style input {
    border: 0;
    border-bottom: 1px solid #ced4da;
    color: #333;
    border-radius: 0;
}

.modal_style .form_info_wrap {
    background: #444a9b;
    color: #fff;
    padding: 2rem 0;
    margin-top: 3rem;
    box-sizing: border-box;
}

.modal_style .form_info_wrap .c_title {
    margin-bottom: 2rem;
    text-align: left;
}

.modal_style .form_info_wrap .info_wrap .subtext {
    float: none;
    height: auto;
    width: 100%;
    padding-left: 2.5rem;
    line-height: 1.6;
    font-size: 1.3rem;
    font-weight: 300;
}

.modal_style .form_info_wrap .info_wrap .c_sub_title {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.modal_style .form_info_wrap .info_wrap .i_wrap_cont p {
    margin-bottom: 2rem;
}


.modal_style .form_info_wrap .info_wrap .i_wrap_cont .c_yellow {
    color: #fbff07;
}

.modal_style .form_info_wrap .info_wrap .notice_symbol p:before {
    top: 2px;
}


.form-control:focus {
    background-color: transparent;
    border-color: none;
    outline: 0;
    box-shadow: none;
}


.modal_consoult {

}

.modal_consult .subtext {
    width: 11.5rem;
}

.modal_consult .contents {
    float: left;
    width: calc(100% - 12.5rem - 1px);
}

.modal_consult .contents.approximately span{
    float: right;
    height: 3.9rem;
    line-height: 2;
    display: inline-block;
    width: 4rem;
    padding: 0rem 1rem 0rem 1rem;
}

.modal_consult .contents.approximately input{
    width: calc(100% - 10rem);
    float: right;
}

.modal_consult .checkbox_wrap {
    height: 3.9rem;
    line-height: 1;
    float: left;
    margin-left: 1rem;
}

.modal_consult .checkbox_wrap.option_wrap {
    margin-left: 0rem;
    padding: 1rem 1rem 1rem 0.5rem;
    background: rgba(0,0,0,0.03);
    width: 100%;
    height: auto;
}

.modal_consult .checkbox_wrap.option_wrap span.info_text {
    display: block;
    width: 100%;
    float: left;
    padding: 1rem;
}

.modal_consult .checkbox_wrap.option_wrap .form_checkbox {
    margin-left: 1rem;
}


.modal_consult .checkbox_wrap > div{
    float: left;
}


.modal_consult .checkbox_wrap > div:nth-child(n+2){
    margin-left: 1rem;    
}


.modal_consult .chiller_cb span {
    top: 6px;
}

.modal_consult .chiller_cb {
    height: auto;
}

.modal_consult .form-control {
    float: left;
    margin-bottom:2rem
}



.modal_recruit .checkbox_wrap {
    margin-bottom:2rem
}

.modal_recruit .contents {
    float: left;
    width: calc(100% - 11.5rem - 1px);
}

.modal_recruit .checkbox_wrap.option_wrap .form_checkbox {
    margin-left: 1rem;
}

.modal_recruit .checkbox_wrap.option_wrap {
    padding: 1rem 1rem 1rem 0.5rem;
    float: left;
    width: calc(100% - 11.5rem - 1px);
}

.modal_recruit .address .inner_conts {
    margin-bottom: 1rem;
}

.modal_recruit .inner_conts input {
    width: calc(100% - 9rem);
}

.modal_recruit .inner_conts .btn {
    background-color: #17B185;
    width: 8rem;
    text-align: center;
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    font-size: 1.35rem;
    height: 3.3rem;
    margin-left: 1rem;
    line-height: 2rem;
    cursor: pointer;
}

.modal_recruit .inner_conts .btn_modal_wrap{
    color: #ffffff;
}

/*.modal_recruit .inner_conts .btn:hover, .modal_recruit .inner_conts .btn:active {
    color: #ffffff;
}*/

.modal_recruit .school .inner_conts .subtext {
    width: 100%;
}

.modal_recruit .school .inner_conts input {
    width: 100%;
}

.modal_recruit .inner_conts .input_box{
    margin-bottom: 1rem;
}

.modal_recruit .inner_conts .input_box:last-child {
    margin-bottom: 0rem;
}

.modal_recruit .inner_conts .input_box input {
    width: calc(100% / 3 - 0.5rem);
    margin-right: 0.5rem;
}

.modal_recruit .inner_conts .input_box input:last-child {
    margin-right: 0rem;
}

.modal_recruit .duty .inner_conts .input_box input {
    width: calc(50% - 4px);
}

.modal_recruit .period .year input {
    width: 15%;
    margin-right: 1rem;
}

.modal_recruit .period .year span {
    height: 3.9rem;
    line-height: 2.5;
    display: inline-block;
    margin-right: 1rem;
    float: left;
}

.modal_recruit .form_textarea .subtext {
    width: 11.5rem;
}

.modal_recruit .form_textarea textarea {
    width: calc(100% - 11.5rem - 1px);
    float: left;
}

.modal_recruit .notice_symbol {
    margin: 2rem 0rem;
    font-weight: 400;
    color: #17B185;
    line-height: 1.3;
}

.modal_recruit .form-control:disabled {
    background-color: #ffffff;
    cursor: no-drop;
}

.modal_recruit.modal_style .modal-footer {
    border: 0rem;
}

/*-----------------------------------------------------------------------
                                 consult
-------------------------------------------------------------------------*/
.page_consult {
}

.page_consult .sub_contents .m_title{
    /*font-weight: 500;*/
}

.page_consult .s2 .flex_inner {
    text-align: right;
    display: flex;
    align-items: flex-end;
}

.page_consult .s2 .inner {
    display: flex;
    flex-direction: column;
    align-items: end;
    max-width: 700px;
    justify-content: unset;
}

.page_consult .s2 .inner p{
    text-align: left;
}

.page_consult .m_title, .page_consult .subtext {
    padding: 0rem 7rem;
}


.page_consult .store_button, .page_consult .b_arrow.b_color {
    margin: 0rem 7rem;
}

.page_consult .button {
    text-align: center;
    max-width: 700px;
    display: inline-block;
    width: 100%;
}


/* margin */

.page_portfolio .card_back .chart .lable li, .page_vfa .intro_pic .chart_table, .page_vfa .intro_pic .chart_option p,
.page_vfa .intro_pic .total strong, .page_vfa .intro_pic .total,
.page_portfolio .vfa_info .head_title, .page_portfolio .subtext.special,
.page_vfa .icon_signal {
    margin-bottom: 1rem;
}

.page_vfa .intro_pic .mode_text {
    margin-bottom: 2rem;
}

.page_vfa .intro_pic {
    margin-bottom: 3.5rem;
}

.page_vfa .intro_pic .chart .lable, .page_vfa .intro_pic .section_top, .page_vfa .intro_pic .chart_option.option_info,
.page_portfolio .vfa_info, .page_portfolio .store_button, .page_vfa .signal {
    margin-bottom: 4rem;
}




/*-----------------------------------------------------------------------
                                 portfolio
-------------------------------------------------------------------------*/
.page_portfolio .sub_top {
    background-image: url(/Images/version/layout/portfolio_subMain.jpg);
    background-position: bottom;
}

.page_portfolio .button {
    /*position: absolute;
    bottom: 10rem;
    z-index: 2;
    margin: 0 auto;
    left: 50%;
    margin-left: -182px;*/
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 5rem;
}

/*.page_portfolio .button button{
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.3);
}*/

/*.page_portfolio .sub_top_title {
    margin-bottom: 5rem;
}*/

.page_portfolio .subtext.special {
    text-align: center;
    max-width: none;
}

.page_portfolio .subtext.special.info {
    font-size: 1.3rem;
}

.page_portfolio .sub_contents {
    background-color: #d4d4d4;
}

.page_portfolio .cont1 {
    /*background-color: #111fb4;*/
    /*background-color: #d4d4d4;*/
    color: #ffffff;
    /*display: flex;*/
    flex-direction: column;
    /*background-image: url(/Images/version/layout/vfa_img.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center 99%;*/
    height: auto;
    padding-bottom: 2rem;
    padding-top: 10rem;
}

.page_portfolio .page1 .img, .page_portfolio .slider .wrap {
    text-align: center;
}

.page_portfolio .page1{
    text-align: center;
    max-height: 57rem;
}

.page_portfolio .slider img {
    max-height: 50rem;
}

.page_portfolio .swiper-button-next {
    right: 0px !important; 
}

.page_portfolio .swiper-button-prev {
    left: 0px !important;
}

.page_portfolio .cont_inner {
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10rem;
}

.page_portfolio .cont_inner .text {
    margin-bottom: 8rem;
}

.page_portfolio .cont_inner .img {
    1position: absolute;
    top: 50%;
    transform: translate(0%, 50%);
    left: 50%;
    margin-left: -52px;
}

.page_portfolio .vfa_info {
    max-width: 1050px;
    margin: 0 auto 4rem;
    text-align: left;
    padding: 0rem 3.2rem;
}

.page_portfolio .vfa_info .info {
    max-width: inherit;
    margin: 0;
    padding-right: 0rem;
}

.page_portfolio .vfa_info .head_title {
    font-weight: 500;
}

.page_portfolio .store_button {
    display: flex;
    justify-content: center;
}


/*-----------------------------------------------------------------------
                                 OrderMade
-------------------------------------------------------------------------*/
.page_ordermade {
}

.page_ordermade .sub_top {
    background-image: url(/Images/version/layout/orderMade_subMain.jpg);
}

.page_ordermade .s2 p {
    text-align: left;    
}

.page_ordermade .sub_contents p {
    margin-bottom: 0rem;
}

.page_ordermade .sub_contents .text {
    margin-bottom: 2rem;
    padding-left: 4rem;
}

.page_ordermade .sub_contents .logo {
    margin-bottom: 2rem;
    /*padding-left: 7rem;*/
    width: 100%;
}

.page_ordermade .sub_contents .logo img{
    height: 2.5rem;
}

.page_ordermade .sub_contents .s2 .logo img {
    height: 3.5rem;
}


.page_ordermade .sub_contents .s2 .inner {
    /*width: 66.5rem;*/
}

.page_ordermade .sub_contents .s2 .sub_title {
    margin-bottom: 2rem;
}

.page_ordermade .sub_contents .s1 .sub_haf_img {
    text-align: right;
    overflow: hidden;
}

.page_ordermade .sub_contents .s2 .sub_haf_img {
    overflow: hidden;
}

.page_ordermade .sub_haf_img img {
    width: auto;
    /*position: relative;
    left: 50%;
    transform: translate(-50%,0);*/
}

.page_ordermade .s1.half_division .flex_inner {
    /*padding-left: 2rem;*/
}

.page_ordermade .s2.half_division .flex_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.page_ordermade .sub_contents .subtext {
    max-width: 660px;
    /*padding-left: 7rem;*/
}

.page_ordermade .button {
    text-align: center;
    max-width: 660px;
    display: inline-block;
    width: 100%;
}

/*-------------------------------------
    오더메이드가 보험상품으로 변경됨
-------------------------------------*/

.page_ordermade .sub_contents .box_wolf  .w_inner {
    /*padding: 0;
    padding-left: 7rem;*/
}

.page_ordermade .sub_contents .box_wolf  .info_tit span {
    color: #c90000;
    background-color: #e6e9f2;
    width: fit-content;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    word-break: break-all;
}

.page_ordermade .sub_contents .box_wolf .main_tit {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 4rem 0;
}

.page_ordermade .sub_contents .box_wolf .main_tit img:first-child {
    width: inherit;
    margin-bottom: 1.5rem;
}

.page_ordermade .sub_contents .box_wolf .c_list {
    padding: 0;
}

.page_ordermade .sub_contents .box_wolf .c_list p {
    margin-bottom: 1rem;
    display: flex;
    align-items: baseline;
    flex-flow: wrap;
}

.page_ordermade .sub_contents .box_wolf .c_list p.column {
    flex-direction: column;
}

.page_ordermade .sub_contents .box_wolf .c_list p i {
    font-style: normal;
    margin-left: 0.5rem;
    color: #7e7e7e;
}

.page_ordermade .box_wolf  .button {
    text-align: left;
}

.page_ordermade .box_wolf.flex_inner {
    padding-top: 0;
}

.page_ordermade .box_raw .b_r_1 .main_tit {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: #2da8ac;
    color: #fff;
    font-size: 2.8rem;
    padding: 2.5rem;
    margin-bottom: 5rem;
}

.page_ordermade .box_raw .b_r_1 .main_tit img {
    position: absolute;
    top: 10px;
    right: 30px;
}

.page_ordermade .inner {
    padding: 0 7rem;
}

.page_ordermade .w_inner {
    max-width: 700px;
}

.page_ordermade .box_raw .inner {
    /*max-width: 960px;*/
    width: 100%;
    box-sizing: border-box;
    /*padding-left: 0;*/
}

.page_ordermade .box_raw .m_txt {
    margin-bottom: 1rem;
    padding: 0;
}

.page_ordermade .box_raw .c_list .c_box {
    margin-bottom: 2rem;
}

.page_ordermade .box_raw .slash_symbol p {
    padding-left: 1rem;
}

.page_ordermade .box_raw .slash_symbol p:before {
    left: 0;
}

.page_ordermade .box_raw .flex_inner:last-child {
    align-items: flex-start;
    justify-content: flex-start;
}

.page_ordermade .box_raw .flex_inner:last-child .inner {
    /*padding-right: 0;
    padding-left: 7rem;*/
}

.page_ordermade .sub_contents .box_wolf .w_inner, .page_ordermade .box_raw .inner {
    padding: 0 7rem;
}

.page_ordermade .box_raw .b_r_2 .main_tit {
    background-color: #e6e9f2;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 4rem;
}

.page_ordermade .box_raw .b_r_2 .main_tit .c_img {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.page_ordermade .box_raw .b_r_2 .main_tit img {
    margin-right: 0.5rem;
}

.page_ordermade .box_raw .b_r_2 .main_tit p {
    width: 62%;
}

.page_ordermade .blank_box {
    content: '';
    height: 280px;
    display: block;
}


/*-----------------------------------------------------------------------
                                 insuTech
-------------------------------------------------------------------------*/
    .page_insuTech {
    }

.page_insuTech .sub_top {
    background-image: url(/Images/version/layout/insuTech_subMain.jpg);
    background-position: 90%;
}

.page_insuTech .store_button{
    /*text-align: center;
    border-top: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);*/
    /*padding: 1rem 0rem 1rem;*/
    /*width: 50rem;
    margin: 0rem 3.2rem;*/
}

.page_insuTech .store_button a:first-child, .store_button a:first-child {
    margin-right: 3rem;
}


.page_insuTech .store_button a, .store_button a {
    width: 110px;
    height: 42px;
    background-image: url(/Images/version/layout/insuTech_button.png);
    background-repeat: no-repeat;
    background-size: 279px;
    background-position: -4px 0px;
    display: inline-block;
}

.page_insuTech .store_button a.google, .store_button a.google  {
    background-image: url(/Images/version/layout/insuTech_button.png);
    background-position: -158px 0px;
    width: 120px;
}

.page_insuTech .s2 .flex_inner {
    display: flex;
    align-items: flex-end;
}

.sub_contents .inner {
    align-items: baseline;
    max-width: 700px;
}

.page_insuTech .b_arrow.b_color {
    background-color: #111fb4;
}


.page_insuTech .m_title, .page_insuTech .subtext{
    padding: 0rem 7rem;
}

.page_insuTech .m_title img{
    height: 2rem;
}

.page_insuTech .m_title.logo_one img{
    height: 3rem;
}


.page_insuTech .store_button, .page_insuTech .b_arrow.b_color {
    padding: 0rem 7rem;
    width: 100%;
    margin: 0;
}

.page_insuTech .sub_top .p_review, .page_consult .sub_top .p_review {
    padding: 0;
    box-sizing: border-box;
    display: block;
    word-break: break-word;
    margin-bottom: 0;
}

.page_insuTech .sec_paper .flex_inner {
    background: #e6e9f2;
    padding: 8rem 0;
    align-items: center;
    box-sizing: border-box;
}

.page_insuTech .sec_paper .inner {
    max-width: 100%;
}

.page_insuTech .sec_paper .inner .s_txt {
    max-width: 100%;
    text-align: center;
}


.page_insuTech .sec_paper .c_box.pc {
    display: flex;
}

.page_insuTech .sec_paper .c_box.pc .box {
    margin-right: 1rem;
}

.page_insuTech .sec_paper .c_box.pc .box:last-child {
    margin-right: 0;
}

.page_insuTech .sec_paper .c_box.pc .box {
    height: 350px;
    box-sizing: border-box;
    border: 1px solid #ccd0da;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}


.page_insuTech .sec_paper .c_box.pc .box:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    background-image: url(/Images/version/icon/icon_search.png);
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    /*display: none;*/
    opacity: 0;
}

.page_insuTech .sec_paper .c_box .box:hover:before {
    /*display: block;*/
    opacity: 1;
}

.page_insuTech .sec_paper .c_box .box img {
    height: inherit;
    box-sizing: border-box;
    border: 1px solid #ccd0da;
}

.page_insuTech .sec_paper .c_box.mo {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none;
}

.page_insuTech .sec_paper .c_box.mo .box {
    height: 350px;
    text-align: center;
}

.page_insuTech .sec_paper .c_box.mo .swiper-button-prev {
    left: 10px !important;
}

.page_insuTech .sec_paper .c_box.mo .swiper-button-next {
    right: 10px !important;
}



.page_insuTech .popup_paper .modal-dialog {
    max-width: 700px;
    top: 10%;
}

.page_insuTech .popup_paper .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.page_insuTech .popup_paper .img {
    max-width: 700px;
    width: 100%;
}

.page_insuTech .popup_paper .img img {
    width: inherit;
}

.page_insuTech .popup_paper .btn_close {
    position: absolute;
    top: -19px;
    right: 0;
    cursor: pointer;
}

.page_insuTech .popup_paper .btn_close i {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.7);
    background-image: url(/Images/version/icon/icon_x_w.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}







/*-----------------------------------------------------------------------
                                recruit
-------------------------------------------------------------------------*/
.page_recruit {
    min-height: 500px;
}

.page_recruit .sub_top {
    background-image: url(/Images/version/layout/recruit_subMain.jpg);
    padding: 0rem;
    text-align: left;
    background-position: center 30%;
    color: #333;
}

.page_recruit .sub_top .s_title img{
    display: inline-block;
    position: relative;
    top: -3px;
}


.page_recruit .sub_top .title{
    margin-bottom: 5rem;
    color: #ffffff;
}

.page_recruit .sub_top .m_title{
    font-weight: 400;
    margin-bottom: 20rem;
}

.page_recruit .sub_top .button{
    text-align: center;
}

.page_recruit .sub_top .button a{
    position: relative;
    margin-bottom: 1rem;
    margin-right: 0rem;
}

.page_recruit .sub_top .button a:first-child, .page_company .button a:first-child{
    margin-left: 0rem;
}

.page_recruit .s01{
    background-image: url(/Images/version/layout/recruit_sub_1.jpg);
    padding: 0rem;
    text-align: left;
    background-position: center 90%;
    color: #ffffff;
    background-size: cover;
}

.page_recruit .s01 .title {
    margin-bottom: 0rem;
    /*font-weight: 400;*/
}

.page_recruit .s02 {
    background-image: url(/Images/version/layout/recruit_sub_2.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0rem;
}

.page_recruit .inner_div.row{
    height: auto;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.page_recruit .inner_div .cloud_inner {
    margin-left: 9.5rem;
}

.page_recruit .inner_div.row .sec_system {
    margin-bottom: 3rem;
}

.page_recruit .inner_div p {
    padding: 0rem;
    text-align: left;
}

.page_recruit .s04 .inner_div p {
    padding-right: 9.5rem;
    text-align: left;
    padding-left: 9.5rem;
}

.page_recruit .inner_div .s_title {
    /*border-bottom: 2px solid;
    padding-bottom: 0.8rem;*/
    margin-bottom: 1.2rem;
}

.page_recruit .inner_div .img {
    background-image: url(/Images/version/layout/recruit_sub_icon_1.png);
    background-repeat: no-repeat;
    background-size: 290px;
    background-position: 1px 0px;
    width: 100px;
    height: 80px;
    margin-bottom: 2rem;
}

.page_recruit .s02 .inner_div .img {
    background-image: url(/Images/version/layout/recruit_sub_icon_1.png);
    background-repeat: no-repeat;
    background-size: 510px;
    background-position: 1px 0px;
    width: 100px;
    height: 80px;
    margin-bottom: 2rem;
}

.page_recruit .s02 .inner_div div:nth-child(2) .img {
    background-position: -109px 0px;
}

.page_recruit .s02 .inner_div div:nth-child(3) .img {
    background-position: -218px 0px;
}

.page_recruit .s02 .inner_div div:nth-child(4) .img {
    background-position: -320px 0px;
}

.page_recruit .s02 .inner_div div:nth-child(5) .img {
    background-position: -430px 0px;
}

.page_recruit .border_box_deco {
    border: 40px solid #ffffff;
    width: calc(100% - 200px);
    position: absolute;
    height: 300px;
    left: 50%;
    transform: translate(-50%, 0px);
    max-width: 1400px;
}

.page_recruit .border_box_deco.five {
    height: 350px;
    display: none;
}

.page_recruit .s03 {
    background-color: #05266b;
    /*background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;*/
    padding: 0rem;
    color: #ffffff;
    overflow: hidden;
}

.page_recruit .s03 .inner_div .img {
    background-image: url(/Images/version/layout/recruit_sub_icon_3.png);
    background-position: 1px 0px;
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
}

.page_recruit .s03 .inner_div div:nth-child(2) .img {
    background-position: -79px 0px;
}

.page_recruit .s03 .inner_div div:nth-child(3) .img {
    background-position: -162px 0px;
}

.page_recruit .s03 .inner_div div:nth-child(4) .img {
    background-position: -239px 0px;
}

.page_recruit .s03 .sub_title {
    position: relative;
    z-index: 1;
}

.page_recruit .s03 .icon {
    position: absolute;
    right: 0px;
    top: 230px;
    z-index: 0;
}

.page_recruit .s03 .icon img{
    position: absolute;
    top: 90px;
}


.page_recruit .s04 {
    background-color: #e7e7ec;
    overflow: hidden;
}

.page_recruit .s04 .inner_div.row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_recruit .subtext.title_middle {
    max-width: none;
    text-align: center;
}


.page_recruit .title_middle {
    max-width: 1000px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 9rem;
}

.page_recruit .s04 .title_middle {
    margin-bottom: 0rem;
}


.page_recruit .s04 .subtext.title_middle {
    text-align: left;
}

.page_recruit .s05 {
    padding: 6rem 0rem 0rem;
    overflow: hidden;
}

.page_recruit .s05 .border_box_deco {
    border-color: #f3f3ff;
    display: none;
}

.page_recruit .s05 .inner_div .s_title {
    margin-top: 40px;
}

.page_recruit .s05 .inner_div .s_title.line {
    margin-top: 60px;
}

.page_recruit .s05 .inner_div div:first-child .s_title.line {
    margin-top: 0rem;
}

.page_recruit .s05 .inner_div .img {
    background-image: url(/Images/version/layout/recruit_sub_5.png);
    background-size: 350px;
    width: 80px;
    height: 80px;
    margin-bottom: 0rem;
    background-position: 1px 5px;
}

.page_recruit .s05 .inner_div div:nth-child(2) .img {
    background-position: -79px 0px;
}

.page_recruit .s05 .inner_div div:nth-child(3) .img {
    background-position: -182px 0px;
}

.page_recruit .s05 .inner_div div:nth-child(4) .img {
    background-position: -277px 0px;
}

.page_recruit .s05 .inner_div div:nth-child(4) .img {
    background-position: -277px 0px;
}

.page_recruit .s05 .inner_div.row {
    max-width: 1300px;
}

.page_recruit .s05 .icon {
    position: relative;
    top: 0px;
    text-align: center;
    padding: 0;
}


.page_recruit .s06{
    background-image: url(/Images/version/layout/recruit_sub_5.jpg);
    padding: 0rem;
    text-align: left;
    background-position: center 90%;
    color: #ffffff;
    background-size: cover;
}

.page_recruit .s06 p{
    text-align: left;
}

/*.page_recruit .s06 p.m_title {
    color: #be9f69;
}*/

.page_recruit .s06 .title_middle {
    margin-bottom: 0rem;
}

.page_recruit .s06 p {
    padding-right: 9.5rem;
}

.page_recruit .s02 .inner_div .text, .page_recruit .s03 .inner_div .text, .page_recruit .s05 .text {
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0rem;
}

/*-----------------------------------------------------------------------
                                 page_joinReq2
-------------------------------------------------------------------------*/
.page_joinReq2 {
}

.page_joinReq2 .modal-content {
   border: 0px;
}

.page_joinReq2 .modal-header {
    border: 0px;
    margin-top: 5rem;
}

.page_joinReq2 .modal_style .inner {
    padding: 0rem 4rem 4rem;
}

.page_joinReq2 .modal_style .form_info.inner {
    padding: 0rem 4rem;
}

.page_joinReq2 .modal-footer {
    margin-bottom: 2rem;
}


/*---------------------------------------------------------------------------------
                                  Media Query - Max
----------------------------------------------------------------------------------*/
@media (max-width: 1600px) {

    .page_company .sub_top {
        padding: 40rem 0rem 12rem 0rem;
    }

    .page_company .sub_top .s_title {
        padding-left: 10rem;
    }

    .page_company .s01 {
        background-position: 50% 0%;
    }

    .page_company .history .left, .page_company .history .right {
        padding: 0rem 10rem;
    }

    .page_ordermade .sub_haf_img img {
        width: auto;
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
    }

    .page_ordermade .box_wolf img {
        width: auto;
        height: 100%;
    }

    .page_company .button {
        padding-left: 10rem;
    }
}


@media (max-width: 1500px) {

    .pc_only {
        display: none;
    }

    .sub_top .pc_only{
        display: block;
    }

    .sub_bg img {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    /*.page_ordermade .sub_haf_img img {
        width: 100%;
    }*/

    .page_ordermade .sub_contents .s2 .inner {
        width: auto;
    }

    .page_company .sub_top {
        padding: 45rem 0rem 12rem 0rem;
    }

    .page_company .history .left, .page_company .history .right {
        padding: 0rem 10rem;
    }

    .page_recruit .s05 .icon img {
        width: 100%;
    }

   

}

@media (max-width: 1400px) {
    .page_recruit .s03 .inner_div.row, .page_recruit .s05 .inner_div.row {
        max-width: 1000px;
    }

    .page_consult .s2 .inner, .page_insuTech .sub_contents .inner {
        max-width: 100%;
    }

    .modal_recruit .period .year input {
        width: 13%;
    }


}

@media (max-width: 1200px) {
    .text {
        padding: 0rem 3.2rem;
    }

    lg_title {
        font-size: 3.5rem;
    }

    .s2 p, .s1 p {
        text-align: center;
    }

    .sub_contents .inner {
        align-items: center;
    }

    .sub_top .lg_title {
        font-size: 5rem;
    }

    .button.white {
        text-align: center;
    }

    .button.white a{
        margin: 0 auto;
    }

    .sub_contents .subtext {
        max-width: none;
    }

    /* page */

    .page_consult .s2 .inner p {
        text-align: center;
    }


    .page_consult .s2 .inner {
        align-items: center;
    }

    .page_ordermade .s1.half_division .flex_inner {
        padding-left: 0rem;
    }

    .page_ordermade .sub_contents .logo {
        margin-bottom: 3rem;
        padding-left: 0rem;
        width: 100%;
        text-align: center;
    }

    .page_ordermade .s2 p, .page_ordermade .s1 p {
        text-align: left;
        margin-bottom: 0rem;
    }

    .page_ordermade .sub_contents .text {
        text-align: center;
    }

    .page_ordermade .sub_contents .subtext, .page_ordermade .sub_contents .box_wolf .w_inner {
        max-width: 100%;
        padding: 0rem 3.2rem;
    }

    .page_ordermade .sub_contents .c_list {
        padding: 0;
    }

    .page_ordermade .sub_contents .s2 .inner {
        width: 100%;
        display: block;
        max-width: none;
    }

    .page_ordermade .sub_haf_img img {
        width: 100% !important;
        height: auto;
    }

    .page_ordermade .box_raw .flex_inner {
        padding-top: 0;
    }

    .page_company .history .left .title {
        text-align: center;
        padding: 0rem 3.2rem;
    }

    .page_company .button a {
        margin-bottom: 1rem;
    }

    .page_company .history .right .title {
        display: none;
    }

    .page_company .history .date_wrap div:last-child .cont {
        margin-bottom: 0rem;
    }

    .page_company .btn_certification {
        margin: auto;
        margin-bottom: 2rem;
    }

    .privacy {
        padding-top: 10rem;
    }

    .page_recruit .s04 .phone_img {
        text-align: center;
        margin: 0rem !important;
        padding: 0rem;
    }

    .page_recruit .s04 .phone_img img {
        width: 70%;
        margin: 0 auto;
    }


    .page_consult .sub_contents .subtext {
        max-width: 100%;
    }

    .page_consult .s2 .inner {
        display: block;
        max-width: 100%;
    }

    .page_consult .s2 .flex_inner {
        display: block;
    }

    .modal_recruit .period .year input {
        width: 11%;
    }

    .page_ordermade .button {
        max-width: none;
    }

    .page_consult .button {
        max-width: none;
    }

    .page_company .s02 .sub_img img {
        width: 100%;
        padding: 0rem 3.2rem;
    }

    .page_insuTech .store_button {
        text-align: center;
    }

    .page_joinReq2 .modal-header {
        margin-top: 2rem;
    }

    .page_joinReq2 .modal_style .inner {
        padding: 0rem 3.2rem 2rem;
    }

    .modal_recruit.modal_style .modal-footer {
        padding: 0rem 3.2rem;
    }

    .page_ordermade .box_wolf.flex_inner {
        padding-top: 2rem;
    }

    .page_ordermade .sub_contents .box_raw .inner {
        padding: 0 3.2rem;
    }

    .page_ordermade .sub_contents .box_raw .b_r_1 .main_tit {
        margin-left: -3.2rem;
        margin-right: -3.2rem;
        width: calc(100% + 6.4rem);
    }

    .page_insuTech .sec_paper .c_box.pc {
        display: none;
    }

    .page_insuTech .sec_paper .c_box.mo {
        display: block;
    }

}

@media (max-width: 991px) { /*.col-lg*/
    .m_title {
        font-size: 2.4rem;
        line-height: 1.5;
        margin-bottom: 2.4rem;
        padding: 0rem 3.2rem;
    }

    .text {
        font-size: 1.6rem;
        padding: 0rem 3.2rem;
    }

    .subtext {
        font-size: 1.5rem;
        padding: 0rem 3.2rem;
    }

    /*.text {
        font-size: 1.6rem;
        line-height: 1.75;
    }*/

    .pc_only {
        display: none;
    }

    .sub_top .pc_only {
        display: none;
    }

    .modal_style .modal-header {
        padding: 1rem;
    }

    .modal_style .inner {
        padding: 4rem 4rem 0rem;
    }

    .modal_style .form_info.inner {
        padding: 4rem 4rem 3rem;
    }

    .page_ordermade .text {
        font-size: 2rem;
    }

    .page_portfolio .cont_inner .text {
        font-size: 1.6rem;
        line-height: 1.75;
    }

    .page_consult .s2 .inner {
        max-width: none;
    }

    .sub_contents .inner {
        max-width: none;
    }

    .page_insuTech .store_button {
        width: 100%;
        margin: 0rem;
    }


    .page_company .s02, .page_company .s03, .page_company .location {
        padding: 6rem 0rem;
    }

    .page_company .location {
        padding-bottom: 0rem;
    }

    .page_company .history .left .date_wrap, .page_company .history .right .date_wrap {
        padding: 6rem 0rem 2rem;
    }

    .page_company .location p.text {
        /*padding: 0rem;*/
    }

    .page_company .location .map {
        height: 500px;
    }

    .page_company .location .map {
        margin-bottom: 4rem;
    }

    .page_company .button {
        padding: 0rem 3.2rem;
    }

    .page_company .sub_top .s_title {
        padding: 0rem 3.2rem;
    }

    .page_recruit .sub_top {
        padding: 0rem;
    }

    .page_recruit .sub_top .title {
        margin-bottom: 2rem;
    }

    .page_recruit .sub_top .m_title {
        font-size: 2.8rem;
        line-height: 1.33;
    }

    .page_recruit .s01 {
        padding: 0rem;
    }

    .page_recruit .inner_div.row > div:nth-child(2n+1) {
        margin-left: 8.3333%;
    }

    .page_recruit .s06 .inner_div.row div {
        margin-left: 0rem;
        padding: 0;
        margin-bottom: 0rem !important;
    }

    .page_recruit .s02 .inner_div.row > div:last-child .subtext {
        margin-bottom: 0rem;
    }

    .page_recruit .s03 .inner_div.row > div:nth-child(2n+1) {
        margin-right: 6.6%;
    }

    .page_recruit .s02 {
        background-image: none;
        padding: 0rem;
        background-color: #eceefa;
        overflow: hidden;
    }

    .page_recruit .border_box_deco {
        /*width: calc(100% - 100px);
        height: calc(60%);
        background-color: #f3f3ff;*/
        display: none;
    }

    .page_recruit .s03, .page_recruit .s02 {
        padding-bottom: 0rem;
        padding: 6rem 0rem 0rem;
    }

    .page_recruit .s03 .icon {
        position: static;
        width: 100%;
        margin: 0 !important;
    }

    .page_recruit .s03 .icon img{
        width: 100%;
        position: static;
    }

    .page_recruit .s04{
        padding: 6rem 0rem 0rem;
        text-align: center;
    }

    .page_recruit .s04 .main_title2 {
        text-align: center !important;
    }

    .page_recruit .s04 p {
        padding: 0rem 3.2rem;
    }

    .page_recruit .s05 .border_box_deco {
        background-color: #fff;
    }

    .page_recruit .s05 .inner_div div:nth-child(n+3) .s_title {
        margin-top: 0px;
    }

    .page_recruit .s05 .border_box_deco {
        height: calc(100% - 40%);
    }

    .page_recruit .s05 .inner_div.row > div:nth-child(2n+1) {
        margin-left: 8.333333%;
    }

    .page_recruit .s05 .icon img{
        width: 100%;
    }

    .page_recruit .s06 {
        background-image: url(/Images/version/layout/recruit_sub_5_m.jpg);
        padding: 0rem;
        background-position: center 70%;
    }

    .page_recruit .s06 .main_title2 {
        text-align: center;
    }

    .page_insuTech .s2 .flex_inner {
        display: block;
    }

    .page_insuTech .sec_paper .flex_inner {
        padding: 4rem 0;
    }

    .page_recruit .inner_div.row > div {
        margin-bottom: 3rem;
    }

    .page_recruit .s02 .inner_div .text, .page_recruit .s03 .inner_div .text, .page_recruit .s05 .text {
        margin-bottom: 1rem;
    }

    .page_recruit .inner_div .cloud_inner {
        margin-left: -15px;
    }

    .page_recruit .s06 p, .page_recruit .s04 .inner_div p {
        padding: 0rem 3.2rem;
    }

    /*.modal_recruit .inner_conts .input_box input {
        width: calc(32.5% - 1.5px);
    }*/

    .page_joinReq2 .modal_style .form_info.inner {
        padding: 0rem 3.2rem;
    }

    .page_ordermade .blank_box {
        display: none;
    }

}

@media (max-width: 768px) { /*.col-md-*/
    .page_company .s03 .sub_img img{
        width: 100%;
    }


    .page_company .sub_top {
        background-image: url(/Images/version/layout/company_subMain_m.jpg);
        padding: 40rem 0rem 15rem 0rem;
        background-position: top;
    }


}

@media (max-width: 500px) {

    .modal_consult .subtext {
        width:100%;
    }
    .modal_style select{
        width: 100%;
        padding: 1.5rem;
    }

    /* 폰트 재조정 */

    .m_title, .main_title2 {
        word-break: break-all;
        font-size: 2.4rem;
        line-height: 1.75;
        padding: 0rem 3.2rem;
        font-weight: 700;
        margin-bottom: 2.4rem;
    }


    .s_title {
        word-break: break-all;
        font-size: 2rem;
        /*line-height: 1.75;*/
        line-height: 1.6;
        padding: 0rem 3.2rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .text {
        word-break: break-all;
        font-size: 1.6rem;
        line-height: 1.75;
        padding: 0rem 3.2rem;
        font-weight: 300;
    }

    /* 폰트 재조정 */

    .text {
        font-size: 1.6rem;
    }


    .m_only {
        display: block;
    }

    /*.s_title {
        font-size: 2.1rem;
    }*/


    .page_ordermade .sub_contents .box_wolf .c_list p i {
        font-size: 1.2rem;
        /*margin: 0;*/
    }

    .sub_top .m_title {
        font-size: 2.4rem;
        margin-bottom: 0rem;
    }

    .sub_top .sub {
        margin-bottom: 2.4rem;
    }

    .sub_top .subtext, .sub_top .text, .sub_top .s_title {
        font-size: 1.6rem;
    }

    /* 풀페이지 상단으로 올리기 */
    div.s05 div.fp-tableCell, div.s04 div.fp-tableCell {
        vertical-align: top
    }

    .sub_top .sub_top_title .special.info {
        font-size: 1.1rem;
        margin-top: 2rem;
    }

    .page_insuTech .sub_top .m_title {
        font-size: 2.4rem;
        margin-bottom: 0rem;
        text-align: center;
    }

    .page_insuTech .m_title, .page_consult .sub_contents .m_title {
        font-size: 2rem;
        margin-bottom: 1rem;
        text-align: left;
    }

    .page_consult .s2 .inner p {
        text-align: left;
    }

    .sub_contents p {
        margin-bottom: 1rem;
    }

    .page_consult .subtext {
        margin-bottom: 2rem;
    }
 
    .s2 p, .s1 p {
        text-align: left;
    }

    .sub_contents .subtext, .page_ordermade .sub_contents .info_tit, .page_ordermade .vtext_b, .page_ordermade .vsubtext_2, .page_ordermade .b_arrow {
        font-size: 1.3rem;
    }

    .page_ordermade .sub_contents .subtext {
        margin-bottom: 2rem;
    }

    .page_company .sub_contents .m_title {
        /*margin-bottom: 2.4rem;*/
    }

    .page_company .sub_contents .box_wolf .main_title2 {
        margin-bottom: 2.4rem;
    }


    /*.page_company .sub_top .s_title {
        margin-bottom: 2rem;
        font-weight: 300;
    }*/

    .page_company .button {
        margin-top: 0rem; 
    }

    .page_company .button a:last-child {
        margin-bottom: 0rem;
    }

    .page_company .location p.text {
        text-align: left;
    }

    .sub_top_title .s_title {
        margin: 7.5rem 0rem 5rem;
    }

    .page_ordermade .sub_contents .logo {
        margin-bottom: 1rem;
        padding: 0rem 3.2rem;
        text-align: left;
    }

    .page_ordermade .sub_contents .logo img{
        height: 3rem;
    }

    .page_ordermade .sub_contents .text {
        line-height: 1.5;
        font-weight: 500;
    }

    .page_ordermade .sub_top {
        background-position: 29% 0;
    }

    .page_ordermade .box_raw .b_r_1 .main_tit img {
        top: initial;
        width: 40%;
        bottom: -10px;
    }

    .sub_top .s_title.sub {
        margin-bottom: 2rem;
    }

    .sub_top {
        padding: 15rem 0rem 10rem;
    }

    .sub_top .lg_title {
        font-size: 3.5rem;
        margin-bottom: 1rem;
    }

    .page_recruit .sub_top .title {
        color: #333;
    }

    .page_recruit .s01 .title {
        font-weight: 700;
        text-align: left;
        line-height: 1.6;
    }

    .page_recruit .inner_div .s_title {
        border-bottom: 0px solid; 
        padding-bottom: 0rem; 
        margin-bottom: 1rem;
    }

    .page_recruit .s02 .inner_div .img {
        margin-bottom: 1rem;
    }

    .page_recruit .title {
        /*font-size: 2rem;*/
    }

    .page_recruit .sub_top .title, .page_company .sub_top .s_title {
        margin-bottom: 4rem;
        line-height: 1.6;
        font-size: 2rem;
        text-align: left;
        font-weight: 500;
        /*color: #ffffff;*/
    }

    .modal_style .info .subtext {
        font-size: 1.2rem;
    }

    .modal_style .form_birthday span {
        width: 10px;
        padding: 0rem 1rem 0rem 0.5rem;
    }

    .modal_style .inner {
        padding: 0rem 2rem 0rem;
    }

    .modal_style.confirm_style .inner {
        padding: 2rem 2rem 2rem;
    }

    .modal_style .s_title {
        padding: 0rem 1rem;
        font-size: 1.6rem;
    }

    .modal_style .form_info.inner {
        padding: 2rem 2rem 0rem;
    }

    .modal_style button.close {
        padding: 0.9rem 1rem;
        font-size: 3rem;
    }

    .modal_style .modal-footer .subtext {
        width: calc(50% - 2px);
        height: 50px;
        line-height: 50px;
        text-align: center !important;
        font-size:1.6rem;
    }

    /*.modal_style .sortation {
        width: calc(100% - 12.5rem);
        float: right;
    }*/

    .modal_style .form_birthday .sortation .birthday_2{
        width: 11%;
    }

    .modal_style.confirm_style .modal-dialog {
        margin-right: 1.5rem;
    }

    .modal_style.confirm_style .modal-footer .subtext {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    .privacy, .privacy p.subtext, .privacy.modal_privacy .subtext {
        font-size: 1.3rem;
    }

    .privacy {
        padding-top: 8rem;
    }

    /*.page_portfolio .cont1 {
        height: 850px;
    }*/

    .page_portfolio .cont_inner {
        margin-top: 10rem;
    }

    .page_portfolio .cont_inner .text {
        margin-bottom: 5rem;
    }

    .page_portfolio .cont_inner .img {
        transform: translate(0, 0%);
    }

    .page_insuTech .store_button a {
        height: 45px;
    }

    .page_insuTech .store_button a {
        background-size: 295px;
        width: 130px;
        background-position: -5px 0px;
        margin-right: 0rem !important;
    }

    .page_insuTech .store_button a.google {
        background-position: -171px 0px;
        width: 140px;
        margin-left: 2rem;
        background-size: 306px;
    }

    .page_company .sub_top {
        padding: 25rem 0rem 4rem 0rem;
        background-position: 0% 0%;
    }

    .page_company .s01 {
        background-image: url(/Images/version/layout/company_sub_1.jpg);
        background-position: 69% 30%;
        padding: 4rem 0rem 20rem;
    }

    .page_company .history .left, .page_company .history .right {
        padding: 0rem 3.2rem;
        overflow: hidden;
    }

    .page_company .history .cont {
        padding-right: 0rem;
        margin-bottom: 3rem;
    }

    .page_company .modal_style.confirm_style .modal-dialog {
        margin-right: 0rem;
    }


    .page_company .modal_style .inner {
        padding: 0;
    }

    .page_recruit .sub_top .m_title {
        font-size: 2.4rem;
        line-height: 1.5;
    }

    .page_recruit .s05 .inner_div .s_title {
        margin-top: 33px;
    }

    .page_insuTech .m_title {
        padding: 0rem 3.2rem;
        margin-bottom: 1rem;
    }

    .page_insuTech .subtext {
        padding: 0rem 3.2rem;
        margin-bottom: 2rem;
    }

    .page_insuTech .store_button, .page_insuTech .b_arrow.b_color {
        margin: 0 auto;
        padding: 0.8rem 3.2rem 0rem;
    }


    /*.page_insuTech .half_division .flex_inner {
        padding-top: 4rem;
        padding-bottom: 8rem;
    }*/

    /*.page_insuTech .special_1 .subtext {
        margin-bottom: 0rem;
    }*/

    .page_consult .m_title, .page_consult .subtext {
        padding: 0rem 3.2rem;
    }

    .page_consult .store_button, .page_consult .b_arrow.b_color {
        margin: 0 auto;
    }

    .page_company .history .cont.subtext {
        width: calc(100% - 3.2rem);
    }

    .modal_consult .checkbox_wrap.option_wrap > div:nth-child(4) {
        display: block;
        clear: both;
        /*margin-left: 0rem;*/
    }

    .modal_recruit .checkbox_wrap.option_wrap > div:nth-child(4) {
        display: block;
        float: left;
        margin-left: 1rem;
    }


    .modal_recruit .form-control,  .modal_recruit .contents, .modal_recruit .checkbox_wrap.option_wrap, .modal_recruit .form_textarea textarea {
        width: 100%;
    }

    .modal_recruit .form-group.form_select .bootstrap-select{
        width: 100% !important;
    }

    .modal_recruit .blank {
        display: none;
    }


    .page_insuTech .m_title img {
        height: 1.5rem;
    }

    .page_insuTech .m_title.logo_one img {
        height: 3rem;
    }

    .page_company .s01 .text {
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }

    .page_company .history .cont {
        padding: 0rem 0rem 0rem 1.2rem;
    }

    .page_company .history .year {
        /*margin-top: 0.5rem;*/ 
    }

    .page_company .history .date:before {
        top: 6px;
    }

    .page_company .location p.text {
        margin-bottom: 2rem;
        font-size: 1.6rem;
        word-break: break-all;
    }

    .page_company .history .right .title.m_title {
        display: none;
    }

    .subtext, .page_company .s01 .text, .page_recruit .title_middle, .page_recruit .s04 p.title_middle {
        text-align: left !important;
        word-break: break-all;
        padding: 0rem 3.2rem;
        margin-bottom: 4rem;
    }
    /*.subtext {
        padding: 0rem 1rem;
    }*/

    .page_vfa .intro_pic .subtext {
        text-align: center !important;
    }

    .page_recruit .s02 .inner_div .subtext, .page_recruit .s03 .inner_div .subtext, .page_recruit .s05 .inner_div .subtext {
        margin-bottom: 0rem;
    }

    .page_company .s01 .text.writer {
        text-align: right !important;
    }

    .page_recruit .s04 .phone_img {
        margin: 0rem !important;
    }

    .page_recruit .s06 {
        max-height: 600px !important;
        background-size: auto;
        background-position: top;
    }

    .page_recruit .s06 .col-lg-6 {
        padding: 0rem;
    }

    .page_recruit .sub_top .m_title {
        margin-bottom: 10rem;
    }

    .page_ordermade .s2 p, .page_ordermade .s1 p {
        word-break: break-all;
    }

    .page_company .s02, .page_company .s03, .page_company .location {
        padding: 4rem 0rem;
    }

    .page_company .history .left .date_wrap, .page_company .history .right .date_wrap {
        padding: 4rem 0rem;
    }

    .page_company .location {
        padding-bottom: 0rem;
    }

    .page_recruit .s03, .page_recruit .s02, .page_recruit .s04, .page_recruit .s05 {
        padding: 4rem 0rem 0rem;
    }

    .page_recruit .inner_div.row > div:last-child {
        margin-bottom: 4rem;
    }

    .page_recruit .s04 .inner_div.row > div:last-child {
        margin-bottom: 0rem;
    }

    .page_ordermade .sub_contents .box_wolf .main_tit {
        align-items: center;
        padding: 0 1rem;
        margin: 2rem auto 3rem;
    }

    .page_ordermade .sub_contents .box_wolf .main_tit img:first-child {
        margin-bottom: 1rem;
    }

    .page_ordermade .sub_contents .box_wolf .main_tit img:last-child {
        width: 100%;
    }

    .page_ordermade .sub_contents .box_wolf .info_tit {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .page_ordermade .box_raw .b_r_2 .main_tit {
        display: block;
        padding-top: 2rem;
        margin-bottom: 2rem;
    }

    .page_ordermade .box_raw .b_r_2 .main_tit .c_img {
        margin-bottom: 1rem;
        width: auto;
        justify-content: flex-start;
    }

    .page_ordermade .box_raw .b_r_2 .main_tit .c_img img {
        margin-right: 2rem;
    }

    .page_ordermade .box_raw .b_r_2 .main_tit p {
        width: 100%;
    }

}



@media (max-width: 400px) {

    .page_vfa .intro_pic {
        max-width: 80%;
    }
}




/* ???? */
.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
    font-size:20px
}

.chiller_cb input {
    display: none;
}

.chiller_cb label {
    padding-left: 3rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    height: 2rem;
    line-height: 2rem;
}

.subtext_2 {
    word-break: break-all;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.6;
    border-bottom : solid 3px;

}

.layout_popup.popup_m_send .c_box, .layout_popup.popup_m_send .c_bundle {
    margin-bottom: 2rem;
}