/* 축소하지 못했습니다. 축소되지 않은 콘텐츠를 반환합니다.
(1299,16): run-time error CSS1036: Expected expression, found ';'
(2082,47): run-time error CSS1034: Expected closing parenthesis, found ','
(2082,47): run-time error CSS1042: Expected function, found ','
(2082,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(3549,33): run-time error CSS1034: Expected closing parenthesis, found ','
(3549,33): run-time error CSS1042: Expected function, found ','
(3549,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(3552,32): run-time error CSS1034: Expected closing parenthesis, found ','
(3552,32): run-time error CSS1042: Expected function, found ','
(3552,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@import "reset.css";

.wrap{
    height: 100%;
}

/*로그인*/
.login.wrap{
    background: url(/Images/bg_login.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    height: 100%;
}
.login.wrap .contents_wrap{
    width: 1000px;
    min-width: 1000px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 150px;
}
.login.wrap .contents_wrap h1 > a{
    background: url(/Images/logo.png) center center no-repeat;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 140px;
    height: auto;
    position: absolute;
    top: -90px;
    left: 0;
}
.login.wrap .contents_wrap h1 > span{
    font-size: 12px;
    position: absolute;
    top: -46px;
    left: 108px;
}
.login.wrap .contents_area{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 24px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 120px 0 50px;
}
.login.wrap .login_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 60px 100px 80px;
}
.login.wrap .title_section{
    text-align: left;
}
.login.wrap .title_section p.title{
    font-size: 42px;
    line-height: 130%;
}
.login.wrap .title_section p.title > strong{
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #7d7d7d;
    line-height: 100%;
}
.login.wrap .title_section p.title > em{
    background: url(/Images/txt_on.png) left center no-repeat;
    background-size: 256px;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 260px;
    height: auto;
    position: relative;
    top: 12px;
}
.login.wrap .title_section p.announce{
    font-size: 16px;
    padding: 17px 0 15px;
}
.login.wrap .title_section p.announce > strong{
    color: #4C92F1;
}
.login.wrap .title_section .btn_go{
    font-weight: bold;
    color: #4C92F1;
    background: url(/Images/icon_arrow_go_b.png) right center no-repeat;
    padding-right: 12px;
}
.login_section{
    width: 318px;
    position: relative;
}
.login_section::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #E2E2E2;
    position: absolute;
    left: -60px;
}
.login_area{
    display: flex;
}
.login_area .form_wrap{
    display: flex;
    flex-direction: column;
}
.login_area .input_txt{
    width: 210px;
    height: 50px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    padding: 0 20px;
}
.login_area .input_txt:first-of-type{
    margin-bottom: 4px;
}
.login_area .input_txt::placeholder{
    font-size: 16px;
}
.login_area .btn_login{
    width: 120px;
    height: auto;
    margin-left: 4px;
    font-size: 20px;
}
.login_section .add{
    display: flex;
    justify-content: space-between;
    margin: 12px 0 42px;
}
.login_section .btn_findID{
    font-size: 14px;
    margin-top: 2px;
    padding-right: 13px;
    position: relative;
}
.login_section .btn_findID::after{
    content: url(/Images/icon_arrow_blue.png);
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.login_section .btn_join{
    width: 100%;
    padding: 17px 0;
    color: #fff;
    font-weight: 600;
    background: #f5bc22;
    border-radius: 6px;
    display: block;
}
.login_section .btn_join:hover{
    background: #f6b608;
}
.login.wrap .service_wrap{
    display: flex;
}
.login.wrap .service_area a{
    display: inline-block;
    background: #f8f8f8;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 95px;
    margin-left: 8px;
}
.login.wrap .service_area a:first-child{
    margin-left: 0;
}
.login.wrap .service_area a:hover{
    color: #4c92f1;
}
.login.wrap .service_area a.go_customer{
    background: #f8f8f8 url(/Images/icon_customer.png) top 37px center no-repeat;
}
.login.wrap .service_area a.go_guide{
    background: #f8f8f8 url(/Images/icon_guide.png) top 37px center no-repeat;
}
.login.wrap .service_area a.go_remote{
    background: #f8f8f8 url(/Images/icon_remote.png) top 37px center no-repeat;
}
.login.wrap .service_area a > span{
    font-size: 14px;
}
.login.wrap .customer_area{
    text-align: left;
    padding-top: 10px;
    padding-left: 55px;
}
.login.wrap .customer_area h2{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
}
.login.wrap .customer_area p{
    font-size: 24px;
    font-weight: 700;
}
.login.wrap .customer_area p > span{
    font-size: 14px;
    font-weight: 600;
    color: #7d7d7d;
    padding-left: 5px;
}
.login.wrap .customer_area .restday{
    font-size: 14px;
    font-weight: normal;
}
.login.wrap footer{
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    justify-content: center;
}

/*아이디/비밀번호찾기*/
.login_info.wrap{
    background: linear-gradient(to top, #94c8e4, #cae0f2);
}
.find_contents_container{
    width: 1000px;
    height: 630px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 50px 80px;
}
.find_contents_container h2{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 26px;
    justify-content: center;
}
.find_contents_container .btn_wrap{
    font-size: 0;
}
.find_contents_container button.btn_basic{
    border-radius: 6px;
    font-size: 18px;
    padding: 12px;
    width: 100%;
    max-height: 50px;
    height: 50px;
}
.find_contents_container .btn_wrap button.btn_basic{
    width: calc((100% / 3) - 6px);
}
.find_contents_container.reSetting .btn_wrap button.btn_basic{
    width: 100%;
}
.find_contents_container .tab_wrap{
    margin-bottom: 0;
}
.find_contents_container .tab_wrap a{
    padding: 19px 0;
}
.find_contents_container input[type="text"], .find_contents_container input[type="password"]{
    height: 44px;
}
.find_contents_container .form_wrap{
    padding: 50px 140px;
}
.find_contents_container .form_wrap .input_group{
    margin-bottom: 6px;
}
.find_contents_container.reSetting .form_wrap{
    padding: 0 0 18px 0px;
}
.find_contents_container.reSetting .markPW{
    justify-content: end;
    margin-top: 15px;
}
.find_contents_container.reSetting .markPW label{
    width: auto;
}
.input_group{
    display: flex;
    flex-wrap: wrap;
    min-height: 23px;
}
.input_group label, .input_group input{
    align-self: center;
}
.input_group label + p{
    font-size: 16px;
    align-self: center;
}
.find_contents_container .input_group label{
    width: 26%;
}
.find_contents_container .input_group input{
    width: 74%;
    position: relative;
}
.input_group .num_group{
    font-size: 0;
    width: 74%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.input_group .num_group .hypen{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 3rem;
    font-size: 24px;
    color: #7d7d7d;
}
.findID .result{
    margin: 50px 140px;
    padding: 30px 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
}
.findID .result p{
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.findID .result p > span{
    font-size: 14px;
    font-weight: normal;
    color: #7d7d7d;
    display: block;
    padding-top: 6px;
}
.findID .result ul{
    margin-top: 12px;
    padding-left: 120px;
}
.findID .result li{
    height: 26px;
    color: #4c92f1;
    padding-left: 10px;
    position: relative;
}
.findID .result li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #96999e;
    position: absolute;
    top: 10px;
    left: 0;
}
.find_contents_container .info_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.find_contents_container .info_wrap button.btn_basic{
    width: auto;
    font-size: 14px;
    padding: 5px 20px 8px 20px;
    height: 37px;
}
.info{
    font-size: 14px;
    font-weight: normal;
    padding-left: 27px;
    position: relative;
}
.info::before{
    content: url(/Images/icon_info.png);
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -2px;
    left: 0;
}
.info > strong{
    color: #4c92f1;
}
.findPW .verification_code{
    display: flex;
    justify-content: space-between;
}
.findPW .verification_code .code_group{
    width: calc(100% - 126px);
}
.findPW .verification_code .code_group label{
    width: 33.5%;
}
.findPW .verification_code .code_group .num_group, .findPW .verification_code .code_group .input_txt{
    width: 66.5%;
}
.findPW .verification_code .btn_code{
    width: 120px;
    height: auto;
    margin-left: 6px;
    max-height: 94px;
}
.reSetting .reSetting_area{
    padding: 0 140px;
}
.reSetting .customer_wrap{
    display: flex;
    border-top: 1px solid #d1d1d1;
    margin-top: 30px;
    padding: 40px 133px;
}
.reSetting .customer_wrap h2{
    background: #f8f8f8 url(/Images/icon_customer.png) top 26px center no-repeat;
    text-align: center;
    min-width: 118px;
    height: 118px;
    border-radius: 50%;
    padding-top: 75px;
}
.reSetting .customer_wrap h2 > span{
    font-size: 14px;
    font-weight: normal;
}
.reSetting .customer_wrap .customer_area{
    padding: 15px 0 0 15px;
}
.reSetting .customer_wrap .customer_area p{
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 6px;
}
.reSetting .customer_wrap .customer_area p > strong{
    color: #4c92f1;
}

/*회원가입*/
.join.wrap{
    background: linear-gradient(to top, #94c8e4, #cae0f2);
    display: flex;
    justify-content: center;
    height: auto;
}
.join.wrap footer{
    margin-bottom: 50px;
}
.join.wrap .contents_wrap{
    margin-top: 130px;
}
.join_area{
    width: 1000px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 45px 50px;
    min-height: 1170px;
    position: relative;
}
.join_area h2{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
.join_area h3{
    font-size: 18px;
    font-weight: 600;
}
.join_area .step_wrap ol{
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
}
.join_area .step_wrap ol li{
    color: #cdd4dd;
    position: relative;
    padding-right: 20px;
    margin-right: 30px;
}
.join_area .step_wrap ol li::after{
    content: url(/Images/icon_arrow_step.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: -15px;
}
.join_area .step_wrap ol li.on{
    color: #212121;
}
.join_area .step_wrap ol li.on::after{
    content: url(/Images/icon_arrow_step_on.png);
}
.join_area .step_wrap ol li:last-child:after{
    content: none;
}
.join_area .step_wrap ol li > span{
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #fff;
    background: #cdd4dd;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    padding-top: 6px;
    margin-right: 5px;
}
.join_area .step_wrap ol li.on > span{
    background: #4c92f1;
}
.join_area .btn_wrap{
    font-size: 0;
    position: absolute;
    bottom: 45px;
    width: 900px;
}
.join_area button.btn_basic{
    border-radius: 6px;
    font-size: 20px;
    padding: 12px;
    width: 100%;
    min-height: 66px;
}
.join_area .btn_wrap button.btn_basic{
    width: calc((100% / 2) - 3px);
}
.step01 .contents{
    padding: 20px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 24px;
    overflow-y: auto;
    height: 250px;
}
.step01 .contents li{
    padding: 8px 0;
}
.step01 .contents li li{
    padding-left: 20px;
    padding-bottom: 0;
}
.step01 .contents li li li{
    padding-top: 0;
}
.step01 .privacy_wrap{
    margin: 30px 0;
}
.step01 .contents::-webkit-scrollbar{
    width: 12px;
    height: 12px;
}
.step01 .contents::-webkit-scrollbar-thumb{
    outline: none;
    border-radius: 10px;
    border: 3px solid transparent;
    box-shadow: inset 6px 6px 0 #c1c1c1;
}
.step01 .contents::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}
.step01 .agree_wrap .form_group{
    display: flex;
    justify-content: end;
}
.step01 .agree_wrap .form_group .input_group{
    margin-bottom: 0;
}
.step02 h3 > p.desc{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #4c92f1;
    margin-left: 50px;
    position: relative;
}
.step02 h3 > p.desc::before{
    content: '';
    display: inline-block;
    background: #4c92f1;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -5px;
    left: -5px;
}

.step02 .style03 table input[type="text"], .step02 .style03 table select{
    height: 37px;
    max-height: 37px;
}
.step02 .style03 table label{
    padding-right: 0;
}
.step02 .style03 table label.essential{
    position: relative;
}
.step02 .style03 table label.essential::after{
    content: '';
    display: inline-block;
    background: #4c92f1;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -5px;
    right: -7px;
}
.step02 table p.desc{
    color: #4c92f1;
    padding-top: 6px;
}
.step02 .account_wrap{
    margin-top: 30px;
}
.step02 .address_group .zipcode_group{
    margin-bottom: 6px;
}
.step02 .address_group .zipcode_group .input_txt{
    width: 30%;
}
.step02 .address_group .zipcode_group button.btn_basic{
    width: auto;
    font-size: 16px;
    min-height: 37px;
    padding: 5px 20px 8px 20px;
}
.step02 .address_group .input_txt{
    width: 49.5%;
}
.step02 .address_group .input_txt:first-of-type{
    margin-right: 6px;
}
.step02 .style03 table .file_group label{
    padding: 7px 20px;
}
.step03 .completed_wrap{
    background: url(/Images/img_join_completed.png) 0 0 no-repeat;
    width: 880px;
    height: 400px;
    padding: 40px 0 0 306px;
}
.step03 .completed_wrap p{
    margin-bottom: 10px;
}
.step03 .completed_wrap .completed{
    font-size: 30px;
    line-height: 1.2;
    color: #3785f0;
}
.step03 .completed_wrap .desc{
    font-size: 18px;
    color: #fff;
}
.step03 .completed_wrap .desc > em{
    color: #ffe295;
}
.step03 .completed_wrap .phone{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

/*공통스타일*/
/*input-text*/
input::placeholder{
    color: #7d7d7d;
    font-size: 14px;
    letter-spacing: -2px;
}
input[type="text"], input[type="password"]{
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    height: 37px;
    padding: 10px;
}
input[type="text"]:read-only{
    background: #eeeeee;
}
input[type="text"]:disabled{
    background: #eeeeee;
    color: #212121;
}
label{
    font-size: 16px;
    padding-right: 6px;
    font-weight: 500;
}
/*input-checkbox*/
input[type="checkbox"]{
    display: none;
}
input[type="checkbox"] + label{
    position: relative;
    padding-left: 25px;
    padding-right: 0;
    font-size: 16px;
    font-weight: normal;
}
input[type="checkbox"] + label::after{
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    position: absolute;
    top: -2px;
    left: 0;
    box-sizing: border-box;
}
input[type="checkbox"]:checked + label::after{
    content: url(/Images/icon_chk_checked.png);
    display: inline-block;
    background: #4c92f1;
    border: 0;
    border-radius: 3px;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -2px;
    left: 0;
}
input[type="checkbox"]:disabled + label::after{
    background: #eee;
}
/*input-radio*/
input[type="radio"]{
    display: none;
}
input[type="radio"] + label{
    position: relative;
    padding-left: 27px;
    padding-right: 0;
    font-size: 16px;
    font-weight: normal;
}
input[type="radio"] + label::after{
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 50px;
    position: absolute;
    top: -1px;
    left: 0;
    box-sizing: border-box;
}
input[type="radio"]:checked + label::after{
    content: url(/Images/icon_radio_checked.png);
    display: inline-block;
    background: #4c92f1;
    border: 0;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -1px;
    left: 0;
}
input[type="radio"]:disabled + label::after{
    background: #eee;
}
/* .radio_group{
    margin-left: 10px;
}
.radio_group:first-child{
    margin-left: 0px;
} */

/*textarea*/
textarea{
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    min-height: 100px;
}

/*select*/
select{
    background: #fff url(/Images/icon_select_arrow.png) right 10px center no-repeat;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    height: 37px;
    padding: 10px 30px 10px 10px;
    appearance: none;
    min-width: 70px;
}

/*file*/
.contents_wrap .file_group .input_txt.upload{
    width: 50%;
}
.contents_wrap .file_group input[type="file"]{
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.contents_wrap .file_group label{
    color: #fff;
    background: #39abbc;
    border-radius: 6px;
    padding: 7px 20px;
    min-height: 37px;
    margin-left: 6px;
    cursor: pointer;
}

/*button*/
button.btn_basic{
    padding: 5px 20px 8px 20px;
    background: #4c92f1;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-right: 6px;
    border-radius: 6px;
    height: 37px;
    min-height: 37px;
    position: relative;
    word-break: keep-all;
}
button.btn_basic:last-of-type{
    margin-right: 0;
}
button.btn_basic:hover, .popup_wrap button.btn_basic:hover{
    background: #4483d9;
}
button.btn_basic.btn_point, .popup_wrap button.btn_basic.btn_point{
    background: #39abbc;
}
button.btn_basic.btn_point:hover, .popup_wrap button.btn_basic.btn_point:hover{
    background: #3193a1;
}
button.btn_basic.btn_gray, .popup_wrap button.btn_basic.btn_gray{
    background: #696e75;
}
button.btn_basic.btn_gray:hover, .popup_wrap button.btn_basic.btn_gray:hover{
    background: #515761;
}
button.btn_basic.btn_darkBlue, .popup_wrap button.btn_basic.btn_darkBlue{
    background: #6b82a0;
}
button.btn_basic.btn_darkBlue:hover, .popup_wrap button.btn_basic.btn_darkBlue:hover{
    background: #596c85;
}
button.btn_basic.btn_red, .popup_wrap button.btn_basic.btn_red{
    background: #da2020;
}
button.btn_basic.btn_red:hover, .popup_wrap button.btn_basic.btn_red:hover{
    background: #ba1d1d;
}
button.btn_plus, button.btn_minus{
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 23px;
    height: 23px;
    margin-top: 1px;
}
button.btn_basic.btn_plus{
    margin-right: 4px;
    background: #6b82a0 url(/Images/icon_plus.png);
}
button.btn_basic.btn_plus:hover{
    background: #596c85 url(/Images/icon_plus.png);
}
button.btn_basic.btn_minus{
    margin-left: 0;
    background: #6b82a0 url(/Images/icon_minus.png);
}
button.btn_basic.btn_minus:hover{
    background: #596c85 url(/Images/icon_minus.png);
}
.wrap .contents_wrap button.btn_basic.btn_download{
    font-size: 14px;
    padding: 0px 14px 1px 30px;
    min-height: 29px;
    height: 29px;
}
.wrap .contents_wrap button.btn_basic.btn_download::before{
    content: url(/Images/icon_download.png);
    display: inline-block;
    width: 12px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 14px;
}
.wrap .contents_wrap button.btn_basic.btn_print{
    font-size: 14px;
    padding: 0px 14px 1px 35px;
    min-height: 29px;
    height: 29px;
}
.wrap .contents_wrap button.btn_basic.btn_print::before{
    content: url(/Images/icon_print.png);
    display: inline-block;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 14px;
}
.btn_pdf{
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 18px;
    height: 22px;
    background: url(/Images/icon_pdf.png) 0 0 no-repeat;
    vertical-align: middle;
}

/*헤더고정board*/
.fixTableHead{
    overflow-y: auto;
    height: auto;
}
.fixTableHead table thead th{ 
    position: sticky; 
    top: 0; 
    z-index: 1;
    box-shadow: inset 0px 2px 0 0 #4c4c4c, inset 0px -0.5px 0 0 #4c4c4c;
    border: none;
}
.fixTableHead::-webkit-scrollbar{
    width: 12px;
    height: 12px;
}
.fixTableHead::-webkit-scrollbar-thumb{
    outline: none;
    border-radius: 10px;
    border: 3px solid transparent;
    box-shadow: inset 6px 6px 0 #c1c1c1;
}
.fixTableHead::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}

/*board*/
.board_wrap{
    width: 100%;
}
table{
    width: 100%;
    background: #fff;
    /* border-top: 2px solid #4c4c4c; */
}
table thead th{
    background: #fff;
    border-top: 2px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    height: 38px;
    vertical-align: middle;
}
table tbody td{
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 3px 5px;
    text-align: center;
    position: relative;
    height: 38px;
    vertical-align: middle;
}
.board_wrap table tbody tr:hover th, .board_wrap table tbody tr:hover td{
    background: #f0f8fd;
}
table tbody tr.error td{
    background: #f9e3e3;
}
table tr.tfoot td{
    background: #f2f4f6;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 5px 3px 10px;
}
table tr.tfoot td:first-child{
    font-size: 14px;
}
.container.order table thead th, .container.order table tbody td{
    height: 32px;
}
table tfoot tr td{
    background: #f2f4f6;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 3px 5px 3px 10px;
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    vertical-align: middle;
}
table button.btn_basic{
    padding: 2px 6px 3px;
    font-size: 14px;
    min-height: 25px;
    max-height: 29px;
    border-radius: 4px;
    font-weight: 400;
}
table .classify{
    color: #da2020;
    background: #fff;
    border: 2px solid #da2020;
    border-radius: 50px;
    padding: 2px 6px;
    margin-left: 6px;
}
table .classify.event{
    color: #ef7906;
    border: 2px solid #ef7906;
}
table .classify.medDown{
    color: #39abbc;
    border: 2px solid #39abbc;
    margin-left: 0px;
    margin-right: 6px;
}
table .txt_left{
    text-align: left;
}
table .txt_right{
    text-align: right;
}
table .txt_center{
    text-align: center;
}
/*수량-quantity*/
table td.phaCompany/*제약사*/, table td.proName/*제품명*/, table td.collect/*회수비고*/, table td.target/*대상*/, table td.etc/*비고*/,
table td.content/*내용*/
{
    text-align: left;
}
table td.standard/*규격*/, table td.stock/*재고*/, table td.unitPrice/*단가*/, table td.amountMoney/*금액*/,
table td.reUnitPrice/*반품단가*/, table td.reAmountMoney/*반품금액*/, table td.before/*변경전*/, table td.after/*변경후*/,
table td.salAmountMoney/*매출금액*/, table td.dipAmountMoney/*입금금액*/, table td.balance/*잔액*/, table td.surtax/*부가세*/, table td.sumPrice/*합계금액*/,
table td.salQuantity/*매출수량*/
{
    text-align: right;
}
.product table .proName/*제품명*/{
    max-width: 360px;
}
.return_list table .proName/*제품명*/{
    max-width: 450px;
}
table tr.cancle td{
    color: #909090;
}
table .txt_red{
    color: #da2020;
    font-weight: 600;
}
table input[type="text"]{
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    min-height: 25px;
    max-height: 29px;
    padding: 0 6px;
    width: 100%;
}
table select{
    background: #fff url(/Images/icon_select_arrow.png) right 10px center no-repeat;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    min-height: 25px;
    max-height: 29px;
    padding: 0 6px;
    width: 100%;
}
table .input_group.cal_group .input_cal{
    background: #eeeeee url(/Images/icon_cal.png) top 2px right 10px no-repeat;
}
table .input_group.chk_group{
    display: inline-block;
}
table span.checked{
    background: url(/Images/icon_checked.png) 0 0 no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
}
table span.down{
    background: url(/Images/icon_arrow_down.png) 0 0 no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
table span.up{
    background: url(/Images/icon_arrow_up.png) 0 0 no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
table span.cancle{
    background: url(/Images/icon_cancle.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
table span.checked{
    background: url(/Images/icon_checked.png) 0 0 no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
}
table .amount_group{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}
.style02 table .amount_group{
    justify-content: left;
}
table .amount_group button{
    margin-left: 3px;
}
table .amount_group .input_txt{
   width: 50px;
}
table .sideInfo{
    display: block;
}
table .sideInfo > span{
    font-size: 12px;
    font-weight: 600;
    color: #39abbc;
    padding-right: 10px;
}
table span.title{
    font-size: 15px;
    vertical-align: baseline;
    position: relative;
    padding-right: 13px;
    margin-right: 12px;
}
table span.title::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #c1c1c1;
    position: absolute;
    top: 2px;
    right: 0;
}

/*table*/
.style02 table{
    border-top: 2px solid #4c4c4c;
}
.style02 table tbody th{
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
    background: #f2f4f6;
    width: 90px;
}
.style02 table tbody th, .style02 table tbody td{
    text-align: left;
    vertical-align: middle;
    padding: 7px 5px 7px 10px;
}
.style03 table{
    border-top: 2px solid #4c4c4c;
}
.style03 table tbody th{
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
}
.style03 table tbody th, .style03 table tbody td{
    background: #fff;
    text-align: left;
    vertical-align: middle;
    padding: 11px 20px;
}
.style03 table input[type="text"], .style03 table select{
    max-height: 37px;
}

/*페이징*/
.paging{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.paging a{
    font-size: 14px;
    text-align: center;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    display: inline-block;
}
.paging a.btn_num{
    padding: 9px 10px;
}
.paging a.btn_num.on, .paging a.btn_num:hover{
    font-weight: 600;
    color: #fff;
    background: #4c92f1;
    border-radius: 50px;
}
.paging .btn_first, .paging .btn_end, .paging .btn_prev, .paging .btn_next{
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
} 
.paging .btn_first{
    background: url(/Images/btn_first.png) center center no-repeat;
}
.paging .btn_end{
    background: url(/Images/btn_end.png) center center no-repeat;
}
.paging .btn_prev{
    background: url(/Images/btn_prev.png) center center no-repeat;
}
.paging .btn_next{
    background: url(/Images/btn_next.png) center center no-repeat;
}

/*tab*/
.tab_wrap{
    display: flex;
    margin-bottom: 25px;
}
.tab_wrap a{
    background: #ecf2f2;
    font-size: 16px;
    color: #717171;
    padding: 17px 0 16px;
    max-height: 55px;
    width: 100%;
    text-align: center;
    position: relative;
}
.tab_wrap a.on::after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #4c92f1;
    border-radius: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
}
.tab_wrap a.on{
    color: #4c92f1;
    font-weight: 600;
    /* border-bottom: 5px solid #4c92f1; */
}
.tab_wrap a:hover{
    color: #4c92f1;
    font-weight: 600;
}
.tab_wrap a:hover::after{
    transform: ;
}

/*popup*/
.modal_wrap{
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    /* display: none; */
    padding: 15px;
    z-index: 100;
}
.popup_wrap{
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    max-height: 100%;
}
.popup_wrap.size_400{
    max-width: 400px;
}
.popup_wrap.size_500{
    max-width: 500px;
}
.popup_wrap.size_600{
    max-width: 600px;
}
.popup_wrap.size_700{
    max-width: 700px;
}
.popup_wrap.size_800{
    max-width: 800px;
}
.popup_wrap.size_900{
    max-width: 900px;
}
.popup_title{
    background: #4c92f1;
    position: relative;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    padding: 11px 20px 10px 20px;
}
.popup_title h1{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.btn_popup_close{
    background: url(/Images/btn_popup_close.png);
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 13px;
}
.popup_contents_wrap{
    padding: 20px;
}
.popup_contents{
    overflow-y: auto;
    min-height: 120px;
    max-height: 600px;
    word-break: keep-all;
}
.popup_contents::-webkit-scrollbar{
    width: 12px;
    height: 12px;
}
.popup_contents::-webkit-scrollbar-thumb{
    outline: none;
    border-radius: 10px;
    border: 3px solid transparent;
    box-shadow: inset 6px 6px 0 #c1c1c1;
}
.popup_contents::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}
.popup_contents h2{
    font-size: 18px;
    padding-bottom: 12px;
}
.popup_contents ul li{
    font-size: 14px;
    min-height: 26px;
    padding: 4px 0 3px 10px;
    position: relative;
}
.popup_contents ul li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #96999e;
    position: absolute;
    top: 11px;
    left: 0;
}
.popup_contents_wrap .btn_wrap{
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}
.popup_contents .tab_wrap{
    margin-bottom: 14px;
}
.popup_contents .tab_wrap a{
    padding: 12px 0 11px;
}
.popup_contents p.desc strong{
    color: #4c92f1;
}
.popup_contents > p.info:first-child{
    margin-top: 2px;
}
/*비밀번호작성도움말popup*/
.PW_guide .popup_contents h2{
    padding-top: 20px;
}
.PW_guide .popup_contents .guide01 h2{
    padding-top: 0;
}
.PW_guide .popup_contents .guide01 p{
    font-size: 14px;
    color: #4c92f1;
}
/*우편번호찾기*/
.zipcode_search .search_wrap button.btn_search{
    margin-left: 6px;
}
.zipcode_search .desc{
    font-size: 14px;
    margin-bottom: 16px;
}
.zipcode_search .desc > span{
    color: #7d7d7d;
    display: block;
}
/*공지사항popup*/
.notice_popup .notice_view{
    padding: 0 10px 10px;
}
.notice_popup .notice_view h2{
    font-size: 20px;
    border-bottom: 1px solid #bfc6ce;
    background: url(/Images/icon_notice.png) center right no-repeat;
    padding: 26px 0px;
    margin-bottom: 20px;
}
.notice_popup .btn_today_close{
    font-size: 16px;
    color: #fff;
    padding: 9px 20px;
    background: #4c92f1;
    border-radius: 6px;
    margin-right: 6px;
}
/*배송정보popup*/
.delivery_info .release_info{
    background: #fff url(/Images/icon_delivery_info.png) bottom 30px right 30px no-repeat;
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    padding: 27px 30px;
    margin-bottom: 20px;
}
.delivery_info .release_info li:first-child{
    font-weight: 600;
    color: #4c92f1;
}
/*이용안내popup*/
.use_guide .service_guide .guide{
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
}
.use_guide .service_guide .guide li{
    flex: 1 1 40%;
    border-radius: 10px;
    background: #f8f8f8;
    padding: 20px 15px;
    margin-left: 13px;
    margin-bottom: 13px;
}
.use_guide .service_guide .guide li:first-child, .use_guide .service_guide .guide li:nth-child(2n+1){
    margin-left: 0;
}
.use_guide .service_guide .guide dt, .use_guide .program_guide .guide dt{
    font-size: 16px;
    font-weight: 600;
    color: #4c92f1;
    padding-bottom: 7px;
}
.use_guide .service_guide .guide dd, .use_guide .program_guide .guide dd{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
}
.use_guide .service_guide .guide dd:last-child{
    margin-bottom: 0;
}
.use_guide .program_guide{
    margin-top: 10px;
}
.use_guide .program_guide p{
    font-size: 14px;
}
.use_guide .program_guide .guide{
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
}
.use_guide .program_guide .guide li{
    flex: 1 1 30%;
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    padding: 20px 15px;
    margin-left: 13px;
    margin-bottom: 13px;
}
.use_guide .program_guide .guide li:first-child, .use_guide .program_guide .guide li:nth-child(3n+1){
    margin-left: 0;
}
.use_guide .service_guide .guide ul li, .use_guide .program_guide .guide ul li{
    border: 0;
    padding: 4px 0 3px 10px;
    margin-left: 0;
    margin-bottom: 0;
}
.use_guide .service_guide .guide li::before, .use_guide .program_guide .guide li::before{
    content: none;
}
.use_guide .service_guide .guide li li::before, .use_guide .program_guide .guide li li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #96999e;
    position: absolute;
    top: 11px;
    left: 0;
}
/*고객센터popup*/
.customer_popup p.desc{
    font-size: 14px;
}
.customer_popup .customer_info, .customer_popup .bank_info{
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    padding: 20px 50px;
    display: flex;
    
    justify-content: space-between;
    width: auto;
}
.customer_popup .customer_info{
    margin: 20px 0;
}
.customer_popup .customer_info .phone{
    margin-top: 22px;
}
.customer_popup .customer_info p{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 3px;
}
.customer_popup .customer_info p.tel_num > span{
    letter-spacing: 1.8px;
}
.customer_popup .customer_info p.restday{
    font-size: 14px;
    font-weight: 400;
}
.customer_popup .bank_info{
    flex-direction: row-reverse;
}
.customer_popup .customer_info h2{
    background: #e9ecf0 url(/Images/icon_customer.png) top 31px center no-repeat;
    text-align: center;
    min-width: 140px;
    height: 140px;
    border-radius: 50%;
    padding-top: 90px;
}
.customer_popup .customer_info h2 > span, .customer_popup .bank_info h2 > span{
    font-size: 16px;
    font-weight: normal;
}
.customer_popup .bank_info h2{
    background: #e9ecf0 url(/Images/icon_account.png) top 31px center no-repeat;
    text-align: center;
    min-width: 140px;
    height: 140px;
    border-radius: 50%;
    padding-top: 90px;
}
.customer_popup .bank_info ul{
    margin-top: 12px;
}
.customer_popup .bank_info li{
    font-size: 16px;
}
.customer_popup .bank_info li p.account_holder{
    font-weight: 600;
}
.customer_popup .bank_info li::before{
    content: none;
}
.customer_popup .bank_info li > img{
    margin-right: 5px;
}
/*FAQ popup*/
.faq_popup .faq_list .question{
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    padding: 17px 20px 16px;
    margin-bottom: 6px;
    cursor: pointer;
}
.faq_popup .faq_list .question:last-child{
    margin-bottom: 0;
}
.faq_popup .faq_list .question > span{
    font-weight: 600;
    color: #4c92f1;
}
.faq_popup .faq_list .answer{
    border-radius: 10px;
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 6px;
}
.faq_popup .faq_list .question_group:last-child .answer{
    margin-bottom: 0;
}
.faq_popup .faq_list .answer > p{
    font-size: 14px;
}
.faq_popup .faq_list .answer > p > strong{
    display: block;
    padding-bottom: 20px;
}
/*알림popup*/
.information .confirm{
    background: url(/Images/icon_inform_confirm.png) top center no-repeat;
    padding-top: 65px;
    text-align: center;
}
.information .warning{
    background: url(/Images/icon_inform_warning.png) top center no-repeat;
    padding-top: 65px;
    text-align: center;
}
/*제품상세보기popup*/
.product_detail .product_sort{
    display: flex;
    margin-bottom: 14px;
}
.product_detail .product_sort .img_wrap{
    display: flex;
}
.product_detail .product_sort .img_sort{
    margin-right: 6px;
}
.product_detail .product_sort .img_sort span{
    display: block;
    width: 44px;
    height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-bottom: 6px;
    cursor: pointer;
}
.product_detail .product_sort .img_sort img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.product_detail .product_sort .img_sort span:hover{
    border: 1px solid #4c92f1;
}
.product_detail .product_sort{
    display: flex;
    margin-bottom: 14px;
}
.product_detail .product_sort .img_area{
    width: 250px;
    min-width: 250px;
    max-height: 191.5px;
    border: 1px solid #e1e1e1;
    background: #f2f4f6 url(/Images/noImg.png) center center no-repeat;
    border-radius: 6px;
    margin-right: 10px;
}
.product_detail .product_sort .img_area img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.product_detail .product_sort .table_wrap{
    width: 100%;
}
.product_detail .table_wrap.detail_info td{
    font-size: 13px;
}
.product_detail .table_wrap.detail_info td p{
    padding-top: 14px;
}
.product_detail .table_wrap.detail_info td p:first-child{
    padding-top: 0;
}
.product_detail .table_wrap.detail_info .btn_pdf{
    display: block;
    margin-top: 3px;
}
/* 한영자판 popup */
.eng_check .img_wrap{
    padding-top: 20px;
    text-align: center;
}
/*통장입금 popup*/
.without_bankbook .info{
    margin-bottom: 16px;
}
/* 개인정보보호정책 popup */
.privacy_policy .policy_wrap p{
    font-size: 14px;
}
.privacy_policy .policy_wrap p:last-child{
    margin-top: 20px;
}
.privacy_policy .policy_wrap ol li{
    font-weight: 600;
    margin-top: 20px;
}
.privacy_policy .policy_wrap ol li ul li{
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}
.privacy_policy .policy_wrap ol li ul li ul li::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 1px;
    background: #96999e;
    position: absolute;
    top: 14px;
    left: 0;
}
.privacy_policy .policy_wrap ul.person_charge{
    margin-top: 20px;
}
.privacy_policy .policy_wrap ul.person_charge li{
    font-weight: 600;
}
/* 이용약관 popup */
.use_terms_list h2{
    padding-top: 10px;
}
.use_terms_list h2:first-child{
    padding-top: 0;
}
.use_terms_list ol li{
    padding: 4px 0 3px 10px;
    font-size: 14px;
    margin-top: 10px;
}
.use_terms_list li:first-child{
    margin-top: 0px;
}
.use_terms_list li > strong{
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
}
.use_terms_list li li{
    margin-top: 0px;
    padding-left: 0;
}
.use_terms_list li li li{
    padding-left: 17px;
}
.use_terms_list p{
    font-size: 14px;
}

/*메인*/
.main.wrap{
    display: flex;
    flex-direction: column;
}
.top_menu, .top_info, menu, .benefit, .best_product, .event_product, .online_card, .bank_info, .service, .footer_area{
    width: 1200px;
    margin: 0 auto;
}
.top_menu_wrap{
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 0 6px;
}
.top_menu{
    display: flex;
    justify-content: space-between;
}
.top_menu .wide_menu a{
    font-size: 13px;
    color: #7d7d7d;
    margin-right: 25px;
}
.top_menu .wide_menu a:hover{
    color: #212121;
}
.top_menu .private_menu a{
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
.top_menu .private_menu a.btn_notice{
    background: url(/Images/icon_top_notice.png) center center no-repeat;
}
.top_menu .private_menu a.btn_mypage{
    background: url(/Images/icon_top_mypage.png) center center no-repeat;
}
.top_menu .private_menu a.btn_shoppingbag{
    background: url(/Images/icon_top_shoppingbag.png) center center no-repeat;
}
.top_menu .private_menu a.btn_setting{
    background: url(/Images/icon_top_setting.png) center center no-repeat;
}
.top_menu .private_menu a.btn_logout{
    background: url(/Images/icon_top_logout.png) center center no-repeat;
}
/*온그레이스케어 수정*/
.top_info{
    min-height: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
/*온그레이스케어 수정*/
.top_info h1{
    position: relative;
}
.top_info h1 > a{
    background: url(/Images/logo.png) center center no-repeat;
    background-size: 150px;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
    height: auto;
    margin-top: 18px;
    /* position: absolute;
    top: 28px;
    left: 0; */
}
.top_info h1 > span{
    font-size: 12px;
    position: absolute;
    top: 63px;
    right: 0px;
}
.top_info .search{
    border-radius: 10px;
    border: 3px solid #d6dade;
    width: 700px;
    min-height: 60px;
    padding: 7px 0 6px 10px;
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
    position: relative;
}
.top_info .search form{
    width: 520px;
}
.top_info .search form > select{
    border: none;
    width: 17%;
}
.top_info .search form > .input_txt{
    border: none;
    width: 73%;
}
.top_info .search .btn_search{
    background: url(/Images/icon_top_search.png) center center no-repeat;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 28px;
    height: 26px;
}
.top_info .search .popular_search{
    width: 162px;
    font-size: 14px;
    position: relative;
    margin-top: 5px;
}
.top_info .search .popular_search a:first-child{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 116px;
    height: 30px;
}
.top_info .search .popular_search::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #e2e2e2;
    position: absolute;
    top: 6px;
    left: 6px;
}
.top_info .search .popular_search .mark_hot{
    padding: 0 4px;
    border-radius: 3px;
    border: 1px solid #ffc961;
    font-size: 12px;
    font-weight: 600;
    color: #f5bc22;
    margin-right: 5px;
}
.top_info .search .popular_search.active{
    padding: 12px 20px;
    border-radius: 10px;
    border: 3px solid #f5bc22;
    background: #fff;
    text-align: left;
    min-width: 270px;
    position: absolute;
    top: -2px;
    right: -109px;
    z-index: 1;
    margin-top: 0px;
}
.top_info .search .popular_search.active::before{
    content: none;
}
.top_info .search .popular_search.active a:first-child{
    text-overflow: initial;
    width: auto;
    white-space: wrap;
    overflow: auto;
    display: block;
    height: auto;
}
.top_info .search .popular_search.active .popular_list{
    display: block;
}
.top_info .search .popular_search .popular_list{
    display: none;
}
.top_info .search .popular_search a{
    display: block;
    line-height: 30px;
}
.top_info .add_product{
    margin: 10px 0;
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top_info .add_product a{
    font-size: 14px;
    color: #fff;
    padding: 7px 20px 6px 40px;
    border-radius: 50px;
    background: #4c92f1 url(/Images/icon_add_search.png) top 9px left 20px no-repeat;
    margin-left: 6px;
    margin-bottom: 3px;
}
.top_info .add_product a:hover{
    background: #4483d9 url(/Images/icon_add_search.png) top 9px left 20px no-repeat;
}
.top_info .add_product a:first-child{
    margin-left: 0;
}
.top_info .add_product a.set{
    background: #4c92f1 url(/Images/icon_add_set.png) top 9px left 20px no-repeat;
}
.top_info .add_product a.set:hover{
    background: #4483d9 url(/Images/icon_add_set.png) top 9px left 20px no-repeat;
}
/*온그레이스케어 수정*/
.top_info .delivery_info{
    margin-top: 18px;
    background: url(/Images/icon_delivery.png) top center no-repeat;
    padding-top: 50px;
}
.top_info .delivery_info p{
    font-weight: 600;
    cursor: pointer;
}

.menu_wrap{
    background: #eef1f5;
    box-shadow: inset 8px 0 13px rgba(0, 0, 0, 0.06);
    padding: 17px 0 16px;
}
menu{
    display: flex;
}
menu a{
    text-align: center;
    width: calc(100% / 7);
    position: relative;
}
menu a:hover, menu .on{
    color: #4c92f1;
    font-weight: 600;
}
/* menu a.on::after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #4c92f1;
    border-radius: 60px;
    position: absolute;
    left: 0;
    bottom: -16px;
} */

.visual_wrap{
    background: url(/Images/bg_visual.png) 0 0 no-repeat;
    background-size: cover;
    height: 280px;
    text-align: center;
    padding: 28px 0 160px;
    position: relative;
}
.visual_wrap p{
    font-size: 32px;
    line-height: 46px;
}
.visual_wrap p > strong{
    font-size: 42px;
    display: block;
}
.visual_wrap p > strong > em{
    background: url(/Images/txt_on.png) left center no-repeat;
    background-size: 257px;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 260px;
    height: auto;
    position: relative;
    top: 7px;
    left: 10px;
}

.main.wrap .notice{
    width: 1200px;
    border-radius: 10px;
    background: #79a6e1 url(/Images/img_notice.png) center left 130px no-repeat;
    box-shadow: inset 0 0 70px rgb(0, 107, 253, 0.21), 0 7px 18px rgba(0, 0, 0, 0.13);
    position: absolute;
    top: 143px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    padding: 36px 0 36px 177px;
}
.main.wrap .notice h2{
    font-size: 40px;
    color: #fff;
    margin-top: 25px;
    margin-right: 98px;
}
.main.wrap .notice li{
    text-align: left;
    padding-left: 15px;
    position: relative;
    line-height: 36px;
    height: 36px;
}
.main.wrap .notice li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 0;
}
.main.wrap .notice li a{
    font-size: 18px;
    color: #fff;
    /* display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 590px; */
}
.main.wrap .notice li a:hover{
    color: #ffe295;
}
.main.wrap .notice li .mark_new{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0 4px;
    position: relative;
    top: -2px;
    left: 10px;
}

.main.wrap .benefit_wrap{
    background: #f8f8f8;
    padding-top: 60px;
}
.main.wrap .benefit{
    display: flex;
}
.main.wrap .benefit p{
    font-size: 22px;
    color: #3785f0;
    width: calc(100% / 3);
    margin-left: 60px;
    position: relative;
    padding: 25px 0 30px 100px;
}
.main.wrap .benefit p::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 46px;
    background: #d6d6d6;
    position: absolute;
    right: 0;
    top: 12px;
}
.main.wrap .benefit p:last-child::after{
    content: none;
}
.main.wrap .benefit p.benefit01{
    background: url(/Images/img_benefit01.png) top 6px left no-repeat;
    padding: 25px 0 30px 100px;
}
.main.wrap .benefit p.benefit02{
    background: url(/Images/img_benefit02.png) top 1px left no-repeat;
    padding: 25px 0 30px 80px;
}
.main.wrap .benefit p.benefit03{
    background: url(/Images/img_benefit03.png) top 11px left no-repeat;
    padding: 25px 0 30px 80px;
}

.main.wrap .product_wrap h2{
    font-size: 30px;
    margin-top: 35px;
}
.main.wrap .product_wrap h2 > span{
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.main.wrap .product_wrap .tab_wrap{
    background: #E9ECF0;
    border-radius: 50px;
    margin-bottom: 15px;
}
.main.wrap .product_wrap .tab_wrap a{
    border-radius: 50px;
    background: #E9ECF0;
    padding: 14px 0;
}
.main.wrap .product_wrap .tab_wrap a.active, .main.wrap .product_wrap .tab_wrap a:hover{
    background: #71C1BD;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*slick이미지 슬라드*/
.slick-initialized .slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-slider .slick-track{
    display: flex;
    gap: 15px;
}
.slick-slide{
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    /* margin-left: 15px; */
    height: 220px;
    text-align: center;
}
.slick-slide:first-child{
    margin-left: 0;
}
.slick-slide a{
    padding: 0 15px;
}
.slick-slide a > span{
    display: block;
    margin-top: 30px;
    font-size: 14px;
}
.img_list .slick-slide:hover{
    border: 1px solid #4c92f1;
    border-radius: 10px;
}
.slick-arrow{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.slick-prev{
    background: #fff url(/Images/icon_arrow_prev.png) center center no-repeat;
    left: -60px;
}
.slick-next{
    background: #fff url(/Images/icon_arrow_next.png) center center no-repeat;
    left: 1211px;
}
.event_product .slick-slide{
    border: transparent;
}
.event_product .slick-arrow{
    border: none;
}
.main.wrap .product_wrap .img_list{
    width: 100%;
    position: relative;
}
/* .main.wrap .product_wrap .img_list ul{
    display: flex;
    position: relative;
    left: 0;
}
.main.wrap .product_wrap .img_list li{
    background: #fff;
    border-radius: 10px;
    width: 224px;
    height: 270px;
    margin-left: 16px;
    display: flex;
}
.main.wrap .product_wrap .img_list li:first-child{
    margin-left: 0;
}
.main.wrap .product_wrap .img_list li > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 224px;
}
.main.wrap .product_wrap .img_list li:hover{
    border: 1px solid #4c92f1;
    border-radius: 10px;
}
.main.wrap .product_wrap .img_list li > a > img{
    width: fit-content;
}
.main.wrap .product_wrap .img_list li > a >span{
    margin-top: 30px;
}
.main.wrap .product_wrap .btn_wrap{
    position: absolute;
    left: 0;
    bottom: 4px;
}
.main.wrap .product_wrap .btn_wrap a{
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
}
.main.wrap .product_wrap .event_product .btn_wrap a{
    border: transparent;
}
.main.wrap .product_wrap .btn_wrap .btn_prev{
    background: #fff url(/Images/icon_arrow_prev.png) center center no-repeat;
}
.main.wrap .product_wrap .btn_wrap .btn_next{
    background: #fff url(/Images/icon_arrow_next.png) center center no-repeat;
    margin-left: 7px;
} */
.main.wrap .product_wrap .product_list{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.main.wrap .best_product_wrap{
    padding: 103px 0 50px;
}
.main.wrap .product_wrap .best_product{
    flex-direction: column;
}
.main.wrap .best_product h2 > span{
    color: #4c92f1;
}
.main.wrap .best_product .img_list li{
    border: 1px solid #d7d7d7;
}
.main.wrap .best_product .category{
    background: #e9ecf0;
    border-radius: 50px;
    position: absolute;
    top: 115px;
    left: 0;
    font-size: 0;
}
.main.wrap .best_product .category a{
    font-size: 12px;
    padding: 12px 15px;
    border-radius: 50px;
    display: inline-block;
}
.main.wrap .best_product .category a.on, .main.wrap .best_product .category a:hover{
    background: #4c92f1;
    color: #fff;
    font-weight: 500;
}
.main.wrap .event_product_wrap{
    background: #e9ecf0;
    padding: 50px 0;
}
.main.wrap .event_product h2 > span{
    color: #f5bc22;
}

.main.wrap .online_card_wrap{
    background: #7fa9e1;
}
.main.wrap .online_card{
    color: #fff;
    padding: 31px 0 0 130px;
    background: url(/Images/img_card.png) top 8px right 140px no-repeat;
    height: 120px;
}
.main.wrap .online_card p{
    font-size: 18px;
}
.main.wrap .online_card p > span{
    color: #ffe2aa;
}

.main.wrap .bank_info_wrap{
    border-bottom: 1px solid #e2e2e2;
    padding: 14px 0;
}
.main.wrap .bank_info{
    display: flex;
    justify-content: center;
}
.main.wrap .bank_info h2{
    font-size: 22px;
    color: #c1cee0;
}
.main.wrap .bank_info ul{
    display: flex;
}
.main.wrap .bank_info p.account_holder{
    font-size: 15px;
    font-weight: 600;
    padding-left: 15px;
}
.main.wrap .bank_info li{
    padding: 3px 0 0 20px;
}
.main.wrap .bank_info li > img{
    margin-right: 5px;
}

.main.wrap .service_wrap{
    padding: 50px 0;
}
.main.wrap .service{
    text-align: center;
}
.main.wrap .service h2{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 25px;
}
.main.wrap .service .service_category{
    display: flex;
}
.main.wrap .service .service_category > a{
    width: 170px;
    height: 170px;
    background: #f8f8f8;
    border-radius: 10px;
    margin-right: 16px;
    padding-top: 110px;
    position: relative;
}
.main.wrap .service .service_category a.go_guide{
    background: #f8f8f8 url(/Images/icon_guide.png) top 40px center no-repeat;
}
.main.wrap .service .service_category a.go_inquiry{
    background: #f8f8f8 url(/Images/icon_inquiry.png) top 40px center no-repeat;
}
.main.wrap .service .service_category a.go_customer{
    background: #f8f8f8 url(/Images/icon_customer.png) top 40px center no-repeat;
}
.main.wrap .service .service_category a.go_remote{
    width: 240px;
    font-weight: 600;
    background: #e9ecf0 url(/Images/icon_remote.png) top 40px center no-repeat;
}
.main.wrap .service .service_category > a::before{
    /* width: 170px;
    height: 130px; */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    font-size: 18px;
}
.main.wrap .service .service_category > a.go_guide:hover::before{
    content: "이용안내";
}
.main.wrap .service .service_category > a.go_inquiry:hover::before{
    content: "1:1문의하기";
}
.main.wrap .service .service_category > a.go_customer:hover::before{
    content: "고객센터";
}
.main.wrap .service .service_category > a.go_remote:hover::before{
    content: "원격지원 서비스";
}
.main.wrap .service .service_category > a:after{
    content: '';
    height: 100%; 
    left: 0; 
    top: 0; 
    width: 0px;  
    position: absolute; 
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s; 
    /* z-index: 1; */
    background: #4c92f1;
    border-radius: 10px;
}
.main.wrap .service .service_category > a:hover:after{ 
    width: 100%; 
}
.main.wrap .service .faq{
    width: 386px;
    height: 170px;
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    text-align: left;
    padding: 36px 0 0 40px;
}
.main.wrap .service .faq h3{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}
.main.wrap .service .faq .btn_go{
    background: url(/Images/icon_arrow_go.jpg) 0 0 no-repeat;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 22px;
    height: 22px;
    position: relative;
    top: 3px;
    left: 8px;
}
.main.wrap .service .faq li{
    line-height: 22px;
    padding-left: 15px;
    position: relative;
}
.main.wrap .service .faq li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #9c9c9c;
    position: absolute;
    top: 12px;
    left: 0;
}
.main.wrap .service .faq a{
    background: transparent;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 290px;
}

/*footer*/
.footer_wrap{
    background: #f8f8f8;
    padding: 30px 0 90px;
}
.footer_area{
    display: flex;
    justify-content: space-between;
}
.footer_info{
    width: 650px;
}
.footer_menu a{
    font-size: 14px;
    margin-left: 22px;
}
.footer_menu a:first-child{
    margin-left: 0;
}
.footer_menu a.btn_privacy{
    font-weight: 600;
}
footer{
    display: flex;
    flex-wrap: wrap;
    padding-top: 18px;
}
footer p{
    font-size: 14px;
    width: max-content;
    line-height: 24px;
    color: #7d7d7d;
    padding-right: 20px;
}
footer p.copyright{
    width: 100%;
    margin-top: 18px;
}
.footer_area .customer_wrap h2{
    font-size: 16px;
    margin-bottom: 12px;
}
.footer_area .customer_wrap p{
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}
.footer_area .customer_wrap p > span{
    font-size: 14px;
    color: #7d7d7d;
    padding-left: 5px;
}
.footer_area .customer_wrap p.tel_num > span{
    letter-spacing: 2px;
}
.footer_area .customer_wrap p.restday{
    font-size: 12px;
    font-weight: normal;
}

/*contents*/
.search_wrap{
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #f8f8f8;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}
.search_wrap button{
    position: relative;
}
.search_wrap button.btn_search{
    margin-left: 30px;
    padding-left: 43px;
}
.search_wrap button.btn_search::before{
    content: url(/Images/icon_search.png);
    display: inline-block;
    width: 19px;
    height: 17px;
    position: absolute;
    top: 7px;
    left: 17px;
}
.row_group{
    margin-top: 6px;
}
.row_group:first-child{
    margin-top: 0;
}
.form_group{
    display: inline-flex;
    margin-left: 30px;
}
.form_group:first-child{
    margin-left: 0;
}
.form_group .input_group{
    padding-left: 6px;
}
.form_group .input_group:first-child{
    padding-left: 0;
}
.form_group .input_group.radio_group{
    padding-left: 10px;
}
.form_group .input_group.cal_group .input_txt{
    width: 120px;
    position: relative;
    cursor: pointer;
    background: #eeeeee url(/Images/icon_cal.png) top 9px right 10px no-repeat;
}
.form_group .input_group.cal_group .joint{
    font-size: 16px;
    font-weight: 600;
    color: #7d7d7d;
    width: 20px;
    text-align: center;
    line-height: 37px;
}

.contents_wrap{
    width: 1200px;
    margin: 30px auto 50px;
}
.contents_wrap.order .product{
    display: flex;
    flex-direction: row;
}
.contents_wrap.order .shopping{
    display: flex;
    flex-direction: row-reverse;
    margin-top: 25px;
}
.contents_wrap.order .product .product_list, .contents_wrap.order .shopping .shopping_basket{
    width: 62%;
}
.contents_wrap.order .product .product_info, .contents_wrap.order .shopping .recent_purchase{
    width: 38%;
    margin-left: 40px;
}
.contents_wrap h2{
    font-size: 26px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.contents_wrap h2 > .info{
    margin-left: 20px;
}
.contents_wrap.order h2, .contents_wrap.order_list h2, .contents_wrap.orderCancle_list h2,
.contents_wrap.deposit_list h2, .contents_wrap.waitingDeposit_list h2, .contents_wrap.sales_list h2,
.contents_wrap.tax_list h2, .contents_wrap.number_list h2, .contents_wrap.insurance_list h2,
.contents_wrap.reduction_list h2
{
    position:absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
.contents_wrap h3{
    font-size: 22px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.contents_wrap h3 > .btn_wrap{
    position: absolute;
    right: 0;
}
.contents_wrap h3 > .btn_wrap button.btn_basic{
    height: 29px;
    min-height: 29px;
    padding: 2px 20px;
    font-size: 14px;
} 
.contents_wrap h3 > .info{
    margin-left: 20px;
}
.contents_wrap.order .product .product_info .note{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contents_wrap.order .product .product_info .note p{
    word-break: keep-all;
}
.contents_wrap.order .product .product_info .note .btn_group{
    width: 130px;
    max-width: 130px;
    text-align: right;
}
.contents_wrap table span.pay{
    background: #fff;
    border-radius: 50px;
    padding: 2px 6px;
    margin-left: 3px;
    cursor: pointer;
}
.contents_wrap table span.pay:first-child{
    margin-left: 6px;
}
.contents_wrap table span.pay.pay01{
    color: #30b526;
    border:2px solid #30b526;
}
.contents_wrap table span.pay.pay02{
    color: #9ab527;
    border:2px solid #9ab527;
}
.contents_wrap table span.pay.pay03{
    color: #c7ac14;
    border:2px solid #c7ac14;
}
.contents_wrap table span.pay.pay04{
    color: #39abbc;
    border:2px solid #39abbc;
}
/*타센터주문-open*/
.another_center_board{
    position: relative;
}
.another_center_board table{
    border-top: none;
}
.another_center_board table thead th{
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #e1e1e1;
    background: #f2f4f6;
}
.another_center_board table thead tr th:last-child{
    background: #f2f4f6 url(/Images/icon_select_arrow.png) right 10px center no-repeat;
}
.another_center_board table thead tr.active th:last-child{
    background: #f2f4f6 url(/Images/icon_select_arrow_up.png) right 10px center no-repeat;
}
.another_center_board table tbody tr td{
    text-align: center;
    height: auto;
}
.another_center_pop{
    position: absolute;
    z-index: 10;
    top: 38px;
    display: none;
}
.another_center_board.another_center_pop table thead th{
    display: none;
}
.another_center_board table .amount_group{
    justify-content: center;
}
.another_center_board.another_center_pop table tbody td:first-child{
    border-left: 1px solid #e1e1e1;
}
.another_center_board.another_center_pop table tbody td:last-child{
    border-right: 1px solid #e1e1e1;
}

.contents_wrap.order .shopping .shopping_basket h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contents_wrap.order .shopping .shopping_basket .input_group .input_txt{
    width: 100%;
}
.contents_wrap.order .recent_purchase h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contents_wrap.order .recent_purchase .date_wrap{
    font-size: 16px;
    font-weight: normal;
    display: inline-flex;
}
.contents_wrap.order .recent_purchase .date_wrap .btn_basic{
    width: 22px;
    height: 22px;
    min-height: auto;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}
.contents_wrap.order .recent_purchase .btn_prev{
    background: #6b82a0 url(/Images/icon_prev.png) center center no-repeat;
}
.contents_wrap.order .recent_purchase .btn_next{
    background: #6b82a0 url(/Images/icon_next.png) center center no-repeat;
    margin-left: 6px;
}
.contents_wrap.order .btn_wrap{
    text-align: center;
    margin-top: 20px;
}
.contents_wrap.order .total_order_wrap{
    background: #dce3ec;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 100;
}
.contents_wrap.order .total_order{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 28px auto;
}
.contents_wrap.order .total_order p{
    font-size: 22px;
    padding: 4px 90px 0 96px;
    position: relative;
}
.contents_wrap.order .total_order p::before{
    content: url(/Images/icon_total_order.png);
    display: inline-block;
    width: 40px;
    height: 44px;
    position: absolute;
    top: -5px;
    left: 40px;
}
.contents_wrap.order .total_order .btn_wrap{
    margin-top: 0;
}
.contents_wrap.order .total_order .btn_wrap button{
    padding-left: 49px;
    position: relative;
}
.contents_wrap.order .total_order button.btn_order::before, .contents_wrap.order .total_order button.btn_return::before{
    content: url(/Images/icon_order.png);
    display: inline-block;
    width: 20px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: 24px;
}
.contents_wrap.order .total_order button.btn_totalDel::before{
    content: url(/Images/icon_delete.png);
    display: inline-block;
    width: 19px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: 24px;
}
.btn_wrap{
    font-size: 0;
}
/*재구매*/
.contents_wrap.reorder .shopping .shopping_basket{
    width: 100%;
}
/*일련번호*/
.number_list table tbody.group tr:last-of-type td{
    border-bottom: 1px solid #4c92f1;
}
/*약가인하서류보상*/
.contents_wrap.return .shopping .return_list{
    width: 62%;
}
.contents_wrap.return .btn_wrap{
    margin-top: 0;
}
.contents_wrap.return.reduction_price .search_wrap .input_group:nth-child(2){
    padding: 0 9px 0 15px;
}
.contents_wrap.return.reduction_price .search_wrap .input_group:nth-child(3){
    padding-right: 9px;
}
.contents_wrap.return.reduction_price .search_wrap .input_group .input_txt{
    width: 135px;
}
/*반품등록*/
.contents_wrap.return.return_reg h3{
    justify-content: space-between;
}
.contents_wrap.return.return_reg h3 > .info::before{
    content: none;
}
.contents_wrap.return.return_reg h3 > .info span{
    font-size: 12px;
    border: 1px solid #e1e1e1;
    border-radius: 1px;
    display: inline-block;
    margin-left: 6px;
    padding: 2px 14px 1px;
}
.contents_wrap.return.return_reg h3 > .info span.normal, .contents_wrap.return.return_reg table td.normal{
    background: #eef2dd;
}
.contents_wrap.return.return_reg h3 > .info span.set, .contents_wrap.return.return_reg table td.set{
    background: #faecde;
}
.contents_wrap.return.return_reg h3 > .info span.coll, .contents_wrap.return.return_reg table td.coll{
    background: #d7e6fc;
}
/* 공지사항-목록,상세 */
.contents_wrap.notice_list .search_wrap select{
    width: 100px;
}
.contents_wrap.notice_list .search_wrap .input_txt{
    width: 400px;
}
.contents_wrap.notice_list .list_wrap{
    margin-top: 30px;
}
.contents_wrap.notice_list .list_wrap ul{
    display: flex;
    flex-wrap: wrap;
}
.contents_wrap.notice_list .list_wrap li{
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 25px 20px;
    min-height: 180px;
    width: calc(100% / 3 - 13px);
    margin-left: 21px;
    margin-bottom: 20px;
    flex: 1 1 30%;
}
.contents_wrap.notice_list .list_wrap li:hover{
    border: 1px soild #4c92f1;
}
.contents_wrap.notice_list .list_wrap li:first-child, .contents_wrap.notice_list .list_wrap li:nth-child(3n+1){
    margin-left: 0;
}
.contents_wrap.notice_list .list_wrap li > a{
    font-size: 18px;
}
.contents_wrap.notice_list .list_wrap li > a:hover{
    color: #4c92f1;
}
.contents_wrap.notice_list .list_wrap li .mark_new{
    padding: 0 4px;
    border-radius: 3px;
    border: 1px solid #4c92f1;
    font-size: 12px;
    font-weight: 600;
    color: #4c92f1;
    margin-left: 5px;
    vertical-align: middle;
}
.contents_wrap.notice_list .list_wrap li .regDate{
    font-size: 14px;
    color: #7d7d7d;
    display: block;
    margin-top: 30px;
}
.notice_list .view h3{
    border-top: 2px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    display: flex;
    justify-content: space-between;
    padding: 25px 20px;
    font-size: 24px;
}
.notice_list .view h3 .add_info > span{
    font-size: 14px;
    font-weight: 500;
    color: #7d7d7d;
    position: relative;
}
.notice_list .view h3 .add_info > span.date{
    padding-left: 20px;
    margin-left: 20px;
}
.notice_list .view h3 .add_info > span.date::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #e1e1e1;
    position: absolute;
    top: 4px;
    left: 0px;
}
.notice_list .view .notice_content{
    padding: 30px 20px;
    font-size: 14px;
    line-height: 1.8;
}
.notice_list .view .attach{
    padding: 20px;
    border-top: 1px solid #e1e1e1;
    font-size: 16px;
    display: flex;
} 
.notice_list .view .attach > a:hover{
    text-decoration: underline;
}
.notice_list .view .attach > span{
    font-weight: 600;
    margin-right: 70px;
}
.notice_list .view .attach .attach_file a{
    display: block;
    line-height: 26px;
}
.notice_list .view .attach .attach_file a:hover{
    text-decoration: underline;
}
.notice_list .view .list_nav li{
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}
.notice_list .view .list_nav li > span{
    font-weight: 600;
    margin-right: 81px;
}
.notice_list .view .list_nav li > a{
    color: #7d7d7d;
}
.notice_list .view .btn_wrap{
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
    text-align: center;
}
/*마이페이지*/
.mypage .order_info{
    display: flex;
}
.mypage .order_info h3{
    font-size: 26px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    width: 300px;
    height: 200px;
    background:#fff url(/Images/icon_order_info.png) bottom 20px right 30px no-repeat;
    align-items: normal;
    padding: 35px 30px;
}
.mypage .order_info ol{
    display: flex;
}
.mypage .order_info li{
    border-radius: 10px;
    background: #f8f8f8;
    margin-left: 20px;
    width: calc(820px / 4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mypage .order_info li::after{
    content: url(/Images/icon_arrow_process.png);
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 71px;
    right: -35px;
    z-index: 1;
}
.mypage .order_info li:last-child:after{
    content: none;
}
.mypage .order_info li.process04{
    background: #e9ecf0;
}
.mypage .order_info li.process04 > span{
    font-size: 26px;
    font-weight: 500;
    color: #4c92f1;
    margin: 0;
}
.mypage .order_info li > span{
    font-size: 18px;
    margin: -10px 0 15px -100px;
}
.mypage .order_info li > em{
    font-size: 54px;
}
.mypage .recent_order{
    margin: 30px 0;
}
.mypage .recent_order .btn_wrap{
    text-align: center;
    margin-top: 20px;
}
.mypage .my_info{
    display: flex;
}
.mypage .my_info .info_area{
    width: 864px;
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    background: #fff url(/Images/icon_my_info.png) center left 70px no-repeat;
    padding: 37px 30px 37px 260px;
}
.mypage .my_info .info_area p{
    height: 24px;
}
.mypage .my_info .info_area p.ID{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
}
.mypage .btn_area{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 864px);
}
.mypage .btn_area a{
    flex: 1 1 40%;
    border-radius: 10px;
    background: #e9ecf0;
    text-align: center;
    font-weight: 500;
    margin-left: 10px;
    padding-top: 34px;
    position: relative;
}
.mypage .btn_area a:nth-child(1), .mypage .btn_area a:nth-child(2){
    margin-bottom: 10px;
}
.mypage .btn_area a.btn_setting, .mypage .btn_area a:hover{
    background: #4c92f1;
    color: #fff;
}
.mypage .btn_area a.btn_setting:hover{
    background: #4483d9;
}
.mypage .btn_area a::after{
    content: url(/Images/icon_arrow_go_b.png);
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 34px;
    right: 38px;
}
.mypage .btn_area a.btn_setting::after{
    content: url(/Images/icon_arrow_go_w.png);
    right: 22px;
}
.mypage .btn_area a:hover::after{
    content: url(/Images/icon_arrow_go_w.png);
}
/*장바구니*/
.shopping_bag .delivery_info{
    margin: 30px 0;
}
.shopping_bag .delivery_info .style02 table tbody th{
    background: #fff;
}
.shopping_bag .delivery_info .style02 table tbody th, .shopping_bag .delivery_info .style02 table tbody td{
    background: #fff;
    padding: 16px 20px;
}
.shopping_bag .delivery_info table input[type="text"]{
    max-height: 37px;
}
.shopping_bag .payment_wrap{
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    padding: 20px 30px;
    display: flex;
}
.shopping_bag .payment_wrap .benefit{
    background: url(/Images/icon_payment_info.png) bottom 36px right 50px no-repeat;
    padding: 25px 20px;
    width: 45.5%;
}
.shopping_bag .payment_wrap h3{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 56px;
}
.shopping_bag .payment_wrap .benefit p.info{
    font-size: 16px;
    height: 28px;
}
.shopping_bag .payment_wrap .payment_info{
    border-radius: 10px;
    background: #f8f8f8;
    padding: 21px 50px;
    width: 54.5%;
}
.shopping_bag .payment_wrap .payment_info li{
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    min-height: 38px;
}
.shopping_bag .payment_wrap .payment_info li.product_name > em{
    max-width: 70%;
    text-align: right;
}
.shopping_bag .payment_wrap .payment_info li.total_payment{
    border-top: 1px dotted #9fa5ab;
    padding: 15px 0 0 0;
    margin-top: 5px;
}
.shopping_bag .payment_wrap .payment_info li.total_payment > span.title{
    font-size: 24px;
}
.shopping_bag .payment_wrap .payment_info li.total_payment > em > strong{
    font-size: 30px;
    font-weight: normal;
    color: #da2020;
}
.shopping_bag .btn_wrap{
    text-align: center;
    margin-top: 30px;
}
.shopping_bag .order_completed{
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    background: #fff url(/Images/icon_order_completed.png) top 40px  center no-repeat;
    text-align: center;
    padding: 160px 0 40px;
    margin-bottom: 30px;
}
.shopping_bag .order_completed p.completed{
    font-size: 26px;
    font-weight: 500;
}
.shopping_bag .order_completed p.desc{
    font-size: 18px;
    padding: 15px 0 25px;
}
.shopping_bag .order_completed p.desc > strong{
    color: #4c92f1;
}
.shopping_bag .order_completed p.phone > span{
    color: #7d7d7d;
}
/*개인정보변경*/
.private_setting .password_check{
    border-radius: 10px;
    border: 1px solid #bfc6ce;
    background: url(/Images/icon_password_check.png) top 25px center no-repeat;
    padding: 160px 30px 40px;
    text-align: center;
}
.private_setting .password_check .form_group{
    flex-direction: column;
    margin-top: 27px;
    margin-left: 0;
}
.private_setting .password_check .form_group .input_group{
    padding-left: 0;
    margin-bottom: 6px;
} 
.private_setting .password_check .form_group label{
    width: 90px;
    text-align: left;
}
.private_setting .btn_wrap{
    text-align: center;
    margin-top: 30px;
}
.private_setting .style03 table input, .private_setting .style03 table select{
    width: 80%;
}
.private_setting .style03 table .address_group .input_txt:first-child{
    width: 12%;
}
.private_setting .style03 table .phone_group .input_txt{
    width: 30%;
}
.private_setting .style03 table .phone_group .desc{
    color: #7d7d7d;
    padding: 7px 0 0 10px;
}
.private_setting .style03 table .email_group .input_txt{
    width: 30%;
}
.private_setting .style03 table .email_group select{
    width: 30%;
    margin-left: 6px;
}
.private_setting .style03 table .email_group span.at{
    padding: 0 10px;
}

/*jquery-ui*/
/*datepicker*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
{
    border: none;
    background: transparent;
}
.ui-widget.ui-widget-content{
    padding: 5px 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.ui-widget-header{
    border: none;
    background: transparent;
}
.ui-datepicker .ui-datepicker-header{
    padding: 15px 0;
}
.ui-datepicker .ui-datepicker-title select{
    padding: 5px 10px;
    height: auto;
}
.ui-widget-header .ui-icon{
    background-image: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 12px;
    width: 36px;
    height: 36px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    top: 0;
    left: 0;
}
.ui-datepicker .ui-datepicker-prev span{
    background-image: url(/Images/btn_prev.png);
    background-position: 5px 8px;
    width: 36px;
    height: 36px;
}
.ui-datepicker .ui-datepicker-next span{
    background-image: url(/Images/btn_next.png);
    background-position: 5px 8px;
    width: 36px;
    height: 36px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus{
    border: none;
    background: transparent;
}
table.ui-datepicker-calendar tbody tr:hover th, table.ui-datepicker-calendar tbody tr:hover td{
    background: #fff;
}
table.ui-datepicker-calendar tbody tr td{
    border-radius: 50%;
    height: 35.7px;
}
table.ui-datepicker-calendar tbody tr td:hover{
    background: #f0f5fc;
}
table.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day{
    background: #39abbc;
}
table.ui-datepicker-calendar tbody tr td.ui-datepicker-today{
    background: #4c92f1;
}
table.ui-datepicker-calendar tbody tr td.ui-datepicker-today .ui-state-highlight{
    color: #fff;
}
table.ui-datepicker-calendar tbody tr td .ui-state-highlight{
    color: #39abbc;
}
.ui-datepicker td span, .ui-datepicker td a{
    text-align: center;
}

/*tooltip*/
.ui-tooltip, .arrow:after{
    background: #fff;
    border: 1px solid #d2d2d2;
}
.ui-tooltip{
    font-family: 'Lato', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.ui-tooltip-content{
    padding: 5px 10px;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
/*온그레이스케어 로고변경관련 수정*/
.login.wrap .contents_wrap h1 > a, .top_info h1, .error.wrap .contents_wrap h1 {
    background-size: contain;
}
.visual_wrap p > strong > em, .login.wrap .title_section p > em {
    color: #E52C2C;
}

/* intro */
.intro.wrap{
    background: url(/Images/bg_intro.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    height: 100%;
}
.intro.wrap .contents_wrap{
    width: 1000px;
    display: flex;
    flex-direction: column;
    margin-top: 160px;
}
.intro.wrap .contents_wrap h1{
    position: relative;
    text-align: center;
    padding-bottom: 12px;
}
.intro.wrap .contents_wrap h1 > a {
    background: url(/Images/CI.png) center center no-repeat;
    background-size: 140px;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 140px;
    height: auto;
    /* position: absolute;
    top: 0px;
    left: 0; */
}
.intro.wrap .contents_area{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.intro.wrap p.title {
    color: #fff;
    font-size: 42px;
    line-height: 115%;
}
.intro.wrap p.title > em {
    background: url(/Images/txt_on.png) left center no-repeat;
    background-size: 256px;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 260px;
    height: auto;
    position: relative;
    top: 7px;
}
.intro.wrap .link_wrap{
    display: flex;
    gap: 120px;
    margin: 54px 0 152px;
}
.intro.wrap .link_wrap a{
    color: #fff;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 3px solid #fff;
    width: 350px ;
    height: 190px;
    line-height: 120%;
}
.intro.wrap .link_wrap a.btn_go_clinic{
    background: rgb(48, 166, 233, 0.2);
}
.intro.wrap .link_wrap a.btn_go_pharmacy{
    background: rgb(66, 98, 234, 0.2);
}
.intro.wrap .link_wrap a.btn_go_clinic:hover, 
.intro.wrap .link_wrap a.btn_go_clinic:focus {
  animation: pulse_c 1s;
  box-shadow: 0 0 0 2em transparent;
  color: #c1f5ff;
  border: 3px solid #39ABBC;
}
@keyframes pulse_c {
    0% { box-shadow: 0 0 0 0 #39ABBC; }
}
.intro.wrap .link_wrap a.btn_go_pharmacy:hover, 
.intro.wrap .link_wrap a.btn_go_pharmacy:focus {
  animation: pulse_p 1s;
  box-shadow: 0 0 0 2em transparent;
  color: #fdc8dc;
  border: 3px solid #f1a5c2;
}
@keyframes pulse_p {
    0% { box-shadow: 0 0 0 0 #ef6eae; }
}
.intro.wrap .link_wrap a > span{
    font-size: 14px;
}
.intro.wrap .customer_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro.wrap .customer_wrap h2 {
    background: rgba(255,255,255,0.2) url(/Images/icon_intro_customer.png) center center no-repeat;
    display: inline-block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    margin-right: 12px;
}
.intro.wrap .customer_area{
    color: #fff;
    text-align: left;
}
.intro.wrap .customer_area .group p{
    display: inline-block;
    padding-right: 16px;
    font-weight: bold;
}
.intro.wrap .customer_area span{
    padding-right: 3px;
}
.intro.wrap .customer_area span, .intro.wrap .customer_area p.restday{
    font-size: 12px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

