@font-face {
    font-family: 'SEBANG_Gothic_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SEBANG_Gothic_Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.top_banner{
    height: 400px;
}
.notice .top_banner{
    background: url(../images/visu_notice_m.png) no-repeat center center !important; 
    background-size: cover !important;
}
.content{
    margin-bottom: 200px;
}
.top_banner{
    display: flex;
    align-items: center;
}
.top_banner .wrap .txt h1{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 5px;
}
.top_banner .wrap .txt p{
    font-size: 22px;
}
.top_banner .wrap .txt.style2{
    color: #000;
    text-align: center;
    position: relative;
    top: -13px;
}
.top_banner .wrap .txt.style2 h1{
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
}
.top_banner .wrap .txt.style2 p{
    font-size: 26px;
    font-weight: 300;
}
/* login */
.content .login{
    width: 380px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 120px;
}
.content .login .head{
    text-align: center;
}
.content .login .head h2{
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #666666;
}
.content .login .head p{
    font-size: 15px;
}
.content .login .head .tabs2{
    margin-top: 160px;
}
.content .login form .find_id{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.content .login form .find_id h5{
    line-height: 1;
    display: flex;
    align-items: center;    
    margin-top: 50px;
}
.content .login form .find_id h5 span{
    font-size: 24px;
    font-weight: bold;
    background: #f4f4f4;
    padding: 12px;
    display: inline-block;
    line-height: 1;
    border-radius: 5px;
    margin: 0 5px;
}
.content .login form .btn {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.content .login form .btn_wrap{
    border-top: 1px solid #eee;
}
.content .login form .btn_wrap .btn{
    border-top: none;
}
.content .login form{
    margin-top: 20px;
}
.content .login form p.txt{
    margin-bottom: 20px;
    font-size: 14px;
}
.content .login form .input_wrap{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.content .login form .input_wrap h5{
    color: #666666;
    font-size: 14px;
    width: 90px;
    flex: none;
}
.content .login form .input_wrap input{
    width: 100%;
    height: 42px;
    border: none;
    border: 1px solid #ccc;
    font-size: 17px;
}
.content .login form .pw_select{
    border-top: 1px solid #eee;
    padding: 20px 0;
}
.content .login form .pw_select h5{
    color: #666666;
    font-size: 14px;
    flex: none;  
}
.content .login form .pw_select .flex_center{
    margin-top: 20px;
}
.content .login form .pw_select .flex_center .radio_wrap:first-child{
    margin-right: 20px;
}
.content .login form ul{
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}
.content .login form ul li{
    padding: 0 10px;
    border-left: 1px solid #eee;
    line-height: 1;
}
.content .login form ul li:last-child{
    border-right: 1px solid #eee;
}

.content .login ul.tabs2 li,
.content .login ul.tabs2 li a{
    width: 100%;
}
.content .login .head .tabs2{
    margin-top: 0px;
}
.login .pay_infor{
    text-align: center;
    color: #666666;
    font-size: 18px;
    padding-bottom: 10px;
}
.login .img{
    text-align: center;
}
/* product */
.content .product{
    margin-top: 50px;
}
.content .product .wrap ul.list{
    display: flex;
    flex-wrap: wrap;
}
.content .product .wrap ul.tabs{
    justify-content: center;
}
.content .product .wrap ul.tabs li a{
    width: 230px;
}
.content .product .wrap ul.list > li{
    width: 32.333%;
    margin-right: 1.5%;
    margin-bottom: 100px;
}
.content .product .wrap ul.list > li:nth-child(3n){
    margin-right: 0;
}
.content .product .wrap ul.list > li .img{
    height: auto;
    padding-bottom: 100%;
}
.content .product .wrap ul.list > li h4{
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  /* 말줄임 적용 */
}
.content .product .wrap ul.list li ul.price_info{
    display: flex;
    align-items: flex-end;
    margin-bottom: 18px;
    font-size: 1.125rem;
}
.content .product .wrap ul.list li ul.price_info .per{
    color: #ff1f1f;
    font-weight: 700;
}
.content .product .wrap ul.list li ul.price_info .price{
    font-weight: 700;
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
}
.content .product .wrap ul.list li ul.price_info .price2{
    text-decoration: line-through;
    color: #999;
    font-size: 0.875rem;
}
.content .product .wrap ul.list li p{    
    font-size: 14px;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    
    /* ★★ 설정이 필요한 영역 ★★ */
    /* ★★ 3줄 이상은 말줄임 처리 ★★ */
    -webkit-line-clamp: 2;    
}

.content .product_detail .wrap .detail_top{
    display: flex;

}
.content .product_detail .wrap .detail_top > .img{
    flex: none;
    width: 460px;
    height: 460px;
    margin-right: 40px;
}
.content .product_detail .wrap .detail_top > .con{
    width: 100%;
}
.content .product_detail .wrap .detail_top > .con .txt{
    margin-bottom: 30px;
}
.content .product_detail .wrap .detail_top > .con .txt h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    
    /* ★★ 설정이 필요한 영역 ★★ */
    /* ★★ 3줄 이상은 말줄임 처리 ★★ */
    -webkit-line-clamp: 2;    
}
.content .product_detail .wrap .detail_top > .con .txt p{
    font-size: 14px;
    color: #666666;
}
.content .product_detail .wrap .detail_top > .con .price_info ul{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.content .product_detail .wrap .detail_top > .con .price_info ul > li.price1{
    font-size: 28px;
    font-weight: 700;
}
.content .product_detail .wrap .detail_top > .con .price_info ul > li.price1 span{
    font-size: 16px;
    font-weight: 400;
}
.content .product_detail .wrap .detail_top > .con .price_info ul > li.per{
    font-size: 28px;
    font-weight: 700;
    margin-left: 10px;
    color: #ffdc36;
}
.content .product_detail .wrap .detail_top > .con .price2{
    color: #999999;
    font-size: 16px;
    text-decoration: line-through;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.content .product_detail .wrap .detail_top > .con ul.slect_opt{
    border-bottom: 1px solid #eeeeee;
    padding: 18px 0;
}
.content .product_detail .wrap .detail_top > .con ul.slect_opt li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.content .product_detail .wrap .detail_top > .con ul.slect_opt li h5{
    font-size: 14px;
    color: #666666;
}

.content .product_detail .wrap .detail_top > .con ul.slect_opt li select{
    width: 360px;
    height: 37px;
    border-radius: 4px;
    border-color: #eeeeee;
    padding: 0 10px;
}
.content .product_detail .wrap .detail_top > .con ul.slect_opt li button{
    width: 360px;
    height: 37px;
    border-radius: 4px;
    border: 1px solid #ffdc36;
    color: #ffdc36;
    padding: 0 10px;    
    font-size: 15px;
}
.content .product_detail .wrap .detail_top > .con .slect_opt_list{
    display: flex;
    width: 360px;
    flex: none;
    align-items: center;
    justify-content: space-between;
    padding: 18px 10px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
}
.content .product_detail .wrap .detail_top > .con .slect_opt_list .left h5{
    font-size: 16px;
    margin-bottom: 10px;
}
.content .product_detail .wrap .detail_top > .con .slect_opt_list .left p.option{
    color: #666666;
    font-size: 13px;
    line-height: 1.4;
}
.content .product_detail .wrap .detail_top > .con .slect_opt_list .right{
    text-align: right;
}
.content .product_detail .wrap .detail_top > .con .slect_opt_list .right .close{
    margin-bottom: 40px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
}
.content .product_detail .wrap .detail_top > .con .slect_opt_list .right .price{
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-weight: bold;
}
.content .product_detail .wrap .detail_top > .con .slect_opt_list .increase_bar{
    display: flex;
    align-items: center;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-sizing: border-box;
    height: 30px;
}
.content .product_detail .wrap .detail_top > .con .slect_opt_list .increase_bar input{
    width: 28px;
    border: none;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    background: #fff;
    color: #999999;
}
.content .product_detail .wrap .detail_top > .con .slect_opt_list .increase_bar #result{
    width: 35px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
.content .product_detail .wrap .detail_top > .con .total{
    display: flex;
    justify-content: right;
    align-items:baseline;
    margin-top: 30px;
}
.content .product_detail .wrap .detail_top > .con .total p{
    font-size: 14px;
}
.content .product_detail .wrap .detail_top > .con .total h2{
    font-size: 32px;
    font-weight: 700;
    margin-left: 10px;
}
.content .product_detail .wrap .detail_top > .con .total h2 span{
    font-size: 20px;
    font-weight: 400;
}
.content .product_detail .wrap .detail_top > .con .btns{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.content .product_detail .wrap .detail_top > .con .btns button{
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffdc36;
    border-radius: 6px;
    height: 56px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.content .product_detail .wrap .detail_top > .con .btns button.cart{
    color: #fff;
    background: #333333;
}
.content .product_detail .wrap .detail_top > .con .total h2.per{
    color: #ff1f1f;
    margin-left: 0;
}
.content .product_detail .wrap .detail_top > .con .total p{
    margin-left: 10px;
    border-bottom: none;
}
/* board_write */
.content .board_write{
    width: 680px;
    margin: 0 auto;
}
.content .board_write .title{
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
}
.content .board_write .btn_wrap .btn button{
    height: 56px;
}

.content .board_write .chk_wrap.type2{
    margin-top: 22px;
    margin-bottom: 10px;
}
.content .board_write ul.radio_list{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.content .board_write ul.radio_list li{
    text-align: center;
    width: 25%;
    margin-right: 10px;
}
.content .board_write ul.radio_list li:last-child{
    margin-right: 0;
}
.content .board_write ul.radio_list li label{
    width: 100%;
    display: inline-block;
    border: 2px solid #eeeeee;
    padding:  10px 0;
    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
    color:  #333333;
}
.content .board_write ul.radio_list li input:checked + label{
    border: 2px solid #ffdc36;
    font-weight: bold;
}
table{
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    /* display: block; */
}
table tr th{
    vertical-align: middle;
}
table.table_style1{
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
table.table_style1 tr th{
    text-align: center;
    padding: 15px 10px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}
table.table_style1 tr td{
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}
table.table_style1 tr:last-child th{
    border-bottom: none;
}
table.table_style1 tr:last-child td{
    border-bottom: none;
}

table.table_style2{
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #eee;
}
table.table_style2 tr th{
    text-align: center;
    padding: 15px 10px;
    background: #fafafa;
    /* border-bottom: 1px solid #eee; */
}
table.table_style2 tr td{
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}
table.table_style2 tr td.title a{
    width: 100%;
    display: flex;
    align-items: center;
}
table.table_style2 tr td.title a i.lock{
    margin-right: 4px;
}
table.table_style2 tr td.title a i.lock.hide{
    visibility: hidden;
}
table.table_style2 tr td:first-child{
    border-left: none;
}
table.table_style2 tr:last-child th{
    border-bottom: none;
}
table.table_style2 tr:last-child td{
    border-bottom: none;
}
table.table_style3 tr:last-child th,
table.table_style3 tr:last-child td{
    padding-bottom: 50px;
}


@media screen and (min-width: 750px){

    /* table.table_style3 tr:first-child th,
    table.table_style3 tr:first-child td{
        padding-top: 20px;
    } */
    
    table.table_style3 tr:first-child th, 
    table.table_style3 tr:first-child td{
        padding-top: 20px;
    }
    table.table_style3 tr:last-child th, 
    table.table_style3 tr:last-child td{
        padding-bottom: 20px;
    }
}
table.table_style3 tr th {
    text-align: left;
    width: 140px;
    font-size: 14px;
    color: #666666;
}
table.table_style3_2 tr th {
    width: 100px;
}
table.table_style3_3 tr th{
    width: 180px;
}

table.table_style3 th{
    padding: 10px 0;
}
table.table_style3 td{
    padding: 10px 0;
}
table.table_style3 td p.p_right{
    text-align: right;
    font-size: 15px;
}
table.table_style3 td span{
    margin-left: 7px;
    margin-right: 7px;
    font-size: 15px;
}
table.table_style3 td .email{
    display: flex;
    align-items: center;
}
table.table_style3 td .email select{
    margin-left: 12px;
}
table.table_style3 td .birth{
    display: flex;
    align-items: center;
}
table.table_style3 td .birth input:nth-child(1){
    width: 90px;
}
table.table_style3 td .birth input.birth2{
    width: 40px;
}
table.table_style3 td ul.radio_list li{
    margin-bottom: 20px;
}
table.table_style3 td ul.radio_list li:last-child{
    margin-bottom: 30px;
}
table.table_style3 td ul.radio_list label{
    font-size: 14px;
}
table input{
    font-size: 15px;
    height: 35px;
    width: 100%;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}
table .flex_wrap a.input_btn{
    background: #333333;
    color: #fff;
    flex: none;
    width: 88px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
}
table .flex_wrap a.input_btn.left + select{
    width: 100%;
}
table .flex_wrap a.input_btn.left{
    margin-right: 12px;
}
table .flex_wrap a.input_btn.right{
    margin-left: 12px;
}
table .flex_wrap input.price{
    width: 140px;
    margin-left: 12px;
    text-align: right;
}
table td{
    position: relative;
}
table .info{
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
    
}
table td.alert input {
    border: 1px solid #ff3636;
}
table td.alert .info{
    font-size: 12px;
    color: #ff3636;
    margin-top: 5px;
}
table textarea{
    font-size: 15px;
    height: 200px;
    width: 100%;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 10px;
    box-sizing: border-box;
    resize: none;
}
.terms{
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.terms .term{
    width: 100%;
}
.terms .term .chk_wrap{
    margin-top: 25px;
    margin-bottom: 25px;
}

.terms .term .chk_wrap label span{
    font-size: 14px;
    color: #666666;
}

.terms .term textarea{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
}
.terms .term:first-child{
    margin-right: 20px;
}





.board_write .basket{
}

.board_write .basket + .total{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.board_write .basket + .total .txt{
    font-size: 14px;
    color: #666;
}
.board_write .basket + .total .num{
    font-size: 15px;
    font-weight: bold;
}    
.board_write .table_style3 + .total{
    display: flex;
    justify-content: right;
    align-items: baseline;
    margin-top: 20px;
}
.board_write .table_style3 + .total .txt{
    font-size: 14px;
}
.board_write .table_style3 + .total .num{
    font-size: 32px;
    margin-left: 15px;
    font-weight: bold;
}
.board_write .table_style3 + .total .num span{
    font-size: 20px;
    font-weight: normal;
}
.board_write .basket > li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    padding-bottom: 0;
    box-sizing: border-box;
}
.board_write .basket > li:first-child{
}
.board_write .basket > li:nth-child(n + 2){
    padding-top: 12px;
}
.board_write .basket > li:last-child{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 12px;

}
.board_write .basket > li .left{
    display: flex;
    align-items: center;
}
.board_write .basket > li .left .basket_product{
    display: flex;
    align-items: center;
    flex: none;
}
.board_write .basket > li .left a .price{
    text-align: right;
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
}
.board_write .basket > li .left .basket_product .img{
    width: 140px;
    height: 140px;
    margin-right: 12px;
    flex: none;
}
.board_write .basket > li .left .basket_product .name{
    font-size: 15px;
    margin-bottom: 15px;
}
.board_write .basket > li .left .basket_product ul.price_info{
    display: flex;
    align-items: flex-end;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.125rem;
}
.board_write .basket > li .left .basket_product ul.price_info .per{
    color: #ffdc36;
    font-size: 14px;
}
.board_write .basket > li .left .basket_product ul.price_info .price{
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
    font-size: 14px;
}
.board_write .basket > li .left .basket_product ul.price_info .price2{
    text-decoration: line-through;
    color: #999;
    font-size: 0.875rem;
    font-size: 14px;
}
.board_write .basket > li .left .basket_product .option{
    color: #222;
    font-size: 13px;
    margin-bottom: 10px;
}

.board_write .basket > li .left .basket_product .option span{
    color: #666666;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.board_write .basket > li .left .basket_product .option:last-child{
    margin-bottom: 0;
}
.board_write .basket > li .right{
    text-align: right;
    flex: none;
}
.board_write .basket > li .right .price{
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
}
.board_write .basket > li .right .del{
    color: #666666;
    font-size: 13px;
}














/* board_view */
.content .board_view{
    width: 680px;
    margin: 0 auto;
}
.content .board_view .title{
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.content .board_view .title h5{
    margin-bottom: 10px;
}
.content .board_view .title h3{
    font-size: 24px;
    font-weight: 500;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    
    /* ★★ 설정이 필요한 영역 ★★ */
    /* ★★ 3줄 이상은 말줄임 처리 ★★ */
    -webkit-line-clamp: 2;    
}
.content .board_view .title2{
    text-align: center;
}
.content .board_view .title2 h3{
    font-size: 24px;
}
.content .board_view .title2 h5{
    margin-bottom: 0;
    margin-top: 10px;
}
.content .board_view h5{
    font-size: 13px;
    color: #666666;
}
.content .board_view {
    line-height: 1.4;
}
.content .board_view p{
    color: #333333;
}
.content .board_view .view_con{
    padding: 20px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.content .board_view .view_con img{
    width: 100%;
}
.content .board_view .reply{
    padding: 20px;
    box-sizing: border-box;
    background: #f4f4f4;
}
.content .board_view .reply ul{
    display: flex;
    margin-bottom: 12px;
}

.content .board_view .reply ul li:first-child{
    padding-left: 0;
    border-left: none;
}
.content .board_view .reply ul li:last-child{
    padding-right: 0;
}
.content .board_view .reply ul li{
    padding: 0 10px;
    border-left: 1px solid #ccc;
}
.content .board_view .reply h5{
    
}
.content .board_view .reply .date{
}
.content .board_view .reply .name{
}
.content .board_view .btn_wrap{
    margin-top: 40px;
}
.content .board_view .btn_wrap .btn button{
    height: 56px;
}
/* my */
.content .my .wrap .my_top ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content .my .wrap .my_top ul li{
    width: 50%;
}
.content .my .wrap .my_top ul li:nth-child(2){
    padding-left: 25px;
    text-align: right;
}

.content .my .wrap .my_top ul li:nth-child(2) a{
    border-left: 1px solid #eee;
    padding: 0 20px;
    font-size: 14px;
    color: #666666;
    font-weight: bold;

}
.content .my .wrap .my_top ul li h4{
    color: #666666;
    margin-bottom: 15px;
}
.content .my .wrap .my_top ul li h2{
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.content .my .wrap .my_top ul li h2 span{
    font-size: 32px;
    font-weight: bold;
}
.content .my .wrap ul.list li:first-child{
    margin-top: 20px;
}
.content .my .wrap ul.list li{
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content .my .wrap ul.list li.on{
    background: #fffdf3;

}
.content .my .wrap ul.list li .left{
    display: flex;
    align-items: center;
}
.content .my .wrap ul.list li .left label{
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 25px;
}
.content .my .wrap ul.list li .left label::before{
    margin-right: 0;
}
.content .my .wrap ul.list li .right{
    display: flex;
    align-items: center;
}
.content .my .wrap ul.list li .right .state{
    color: #666666;
    margin-right: 70px;
    flex: none;
}
.content .my .wrap ul.list li .img{
    width: 200px;
    height: 200px;
    flex: none;
}
.content .my .wrap ul.list li .img .state{
    display: inline-block;
    width: 58px;
    text-align: center;
    padding: 8px;
    background: #ffdc36;
    color: #fff;
}
.content .my .wrap ul.list li .right .button .btn1 a{
    width: 160px;
    display: inline-block;
    text-align: center;
    background: #ffdc36;
    border-radius: 6px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.content .my .wrap ul.list li .right .button .btn2 a{
    width: 160px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    background: #333333;
    font-weight: 700;
}
.content .my .wrap ul.list li .txt{
    margin-left: 40px;
}
.content .my .wrap ul.list li .txt h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    
    /* ★★ 설정이 필요한 영역 ★★ */
    /* ★★ 3줄 이상은 말줄임 처리 ★★ */
    -webkit-line-clamp: 1;    
}
.content .my .wrap ul.list li .txt h5{
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #000;
}
.content .my .wrap ul.list li .txt h5 span{
    color: #999999;
    display: inline-block;
}
.content .my .wrap ul.list li .txt h5 a{
    color: #333;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.content .my .wrap ul.list li .txt h5 a i{
    margin-left: 5px;
    display: flex;
    align-items: center;
}
.content .my .wrap ul.list li .txt h5 a i img{
    display: flex;
    align-items: center;

}
.content .my .wrap ul.list li .txt h5:last-child{
    margin-bottom: 0;
    margin-top: 0;
}

.content .my .wrap ul.list.type2 li h5{
    font-size: 14px;
}

.content .my .wrap ul.list.type2 li h5 span{
    width: 70px;
}
.content .my .wrap ul.list.type2 li p{
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}
.content .my .wrap ul.list li .right .price{
    font-size: 20px;
    margin-right: 30px;
}

.content .my .wrap .option{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
}

.content .my .wrap .option .left ul{
    display: flex;
    align-items: center;
}

.content .my .wrap .option .left ul li button{
   font-weight: bold; 
   color: #666666;
   font-size: 14px;

}
.content .my .wrap .option .left ul li::after{
    content: '';
    width: 2px;
    height: 15px;
    background: #eeeeee;
    display: inline-block;
    margin: 0 24px;
    position: relative;
    top: 2px;
}

.content .my .wrap .option .left ul label{
    margin-right: 0;
    font-weight: bold;
    margin-left: 15px;
}
.content .my .wrap .option .right .button .btn1 a{
    width: 160px;
    display: inline-block;
    text-align: center;
    background: #ffdc36;
    border-radius: 6px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.content .my .wrap .option .right .button .btn2 a{
    width: 160px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    background: #333333;
    font-weight: 700;
}
.content .my .wrap .option .right .button.disabled .btn1 a,
.content .my .wrap .option .right .button.disabled .btn2 a{
    background: #f4f4f4;
    color: #999999;
    cursor: unset;
}
.no_prod{
    padding-top: 75px;
    text-align: center;
}
.no_prod p{
    margin-top: 27px;
    color: #666666;
}

.no_prod a {
    margin-top: 29px;
    display: inline-block;
    font-weight: bold;
    background: #ffdc36;
    width: 280px;
    height: 55px;
    line-height: 55px;
    border-radius: 3px;
}

.content .my .wrap .option .right .button{
    display: flex;
}
.content .my .wrap .option .right .button .btn2{
    margin-right: 12px;
}

.content .my .wrap ul.list.type3 li{
    justify-content: left;
}
.content .my .wrap ul.list.type3 li h5{
    font-size: 14px;
}

.content .my .wrap ul.list.type3 li h5 span{
    width: 70px;
}
.content .my .wrap ul.list.type3 li p{
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}
/* my_survay 



*/
.content .my_survay{
}
.content .my_survay .wrap .title{
    text-align: center;
}
.content .my_survay .wrap .title h2{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 14px;
}
.content .my_survay .wrap .num{
    margin-bottom: 14px;
    padding: 6px 20px;
    background: #f4f4f4;
    display: inline-block;
    border-radius: 32px;
}
.content .my_survay .wrap .survay_con{
    text-align: center;
}
.content .my_survay .wrap .survay_con h2{
    margin-top: 26px;
    font-size: 24px;
    font-weight: 500;
}
.content .my_survay .wrap .survay_con .hr{
    margin: 15px auto;
    width: 30px;
    height: 3px;
    background: #000;
}
.content .my_survay .wrap .survay_con p{
    margin-bottom: 26px;
}
.content .my_survay .wrap .btn_wrap button{
    height: 38px;
}
.content .my_survay.complete{
    margin-top: 140px;
}
.content .my_survay.complete .wrap .survay_con .num{
    margin-top: 14px;
}
.content .my_survay.complete .wrap .survay_con .hr{
    margin: 14px auto;
}


/* survay_detail */
.content .survay_detail{
    width: max-content;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 87px;
    background: #fff;
}
.content .survay_detail .head{
    padding: 60px 0 0 80px;
}
.content .survay_detail .head h2{
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}
.content .survay_detail form{
    padding: 20px 80px 60px 80px;
}
.content .survay_detail .btn_wrap .btn button{
    width: 102px;
    height: 38px;
}
.content .survay_detail form .question .top{
    display: flex;
    align-items:flex-start;
    color: #274a53;
    position: relative;
    top: 3px;
}
.content .survay_detail form .question .top i{
    margin-right: 6px;
}
.content .survay_detail form .question .bottom{
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.content .survay_detail form .question .bottom .input_wrap input[type=radio] + label.radio_style1{
    padding-left: 25px;
    font-size: 16px;
}
.content .survay_detail form .question .bottom .input_wrap input[type=radio]+ label.radio_style1:before{
    bottom: 0;
}
.content .survay_detail form .question .bottom .input_wrap span{
    margin-left: 10px;
}
.content .survay_detail form .question:last-child .bottom{
    margin-bottom: 0;
}
.content .survay_detail form .question .bottom.style2{
    display: block;
}
.content .survay_detail form .question .bottom.style2 .input_wrap{
    margin-bottom: 10px;
}
.content .survay_detail form .question .bottom.style2 .input_wrap:last-child{
    margin-bottom: 0;
}
.content .survay_detail form .question .bottom ul.img_select{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content .survay_detail form .question .bottom ul.img_select li{
    margin-right: 10px;
}
.content .survay_detail form .question .bottom ul.img_select li:last-child{
    margin-right: 0;
}
.content .survay_detail form .question .bottom ul.img_select li label {
    text-align: center;
    cursor: pointer;
}
.content .survay_detail form .question .bottom ul.img_select li input:checked + label .img{
    border: 3px solid #ffdc36;
    box-sizing: border-box;
}
.content .survay_detail form .question .bottom ul.img_select li label .img{
    border: 3px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 140px;
    height: 140px;
}
.content .survay_detail form .question .bottom ul.img_select li label .img .chk{
    background: url(../images/checkbox_off1.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: relative;
    top: 6px;
    left: 6px;
}
.content .survay_detail form .question .bottom ul.img_select li input:checked + label .img .chk{
    background: url(../images/checkbox_on1.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: cover;
}
.content .survay_detail form .question .bottom ul.img_select li label p{
    margin-top: 5px;
}
.content .survay_detail form .question .bottom .input_wrap input.num{
    text-align: center;
}

/* hospital */
.content .hospital .wrap ul.list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.content .hospital .wrap ul.list > li{
    width: 50%;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}
.content .hospital .wrap ul.list > li a{
    display: flex;
    align-items: center;
}
.content .hospital .wrap ul.list > li a .img{
    width: 140px;
    height: 140px;
    flex: none;
}
.content .hospital .wrap ul.list > li a .txt{
    margin-left: 20px;
    padding-right: 35px;
}
.content .hospital .wrap ul.list > li a .txt h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}

.content .hospital .wrap ul.list > li a .txt ul.hospital_info li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 14px;
    font-size: 15px;
    color: #666666;
}
.content .hospital .wrap ul.list > li a .txt ul.hospital_info li:last-child{
    margin-bottom: 0;
}
.content .hospital .wrap ul.list > li a .txt ul.hospital_info li i{
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.content .top_wrap{
    border-bottom: 1px solid #eeeeee;
}
.content .hospital .top_wrap .wrap{
    display: flex;
    align-items: center;
    padding: 10px 0;
    line-height: 1;
}
.content .hospital .top_wrap .wrap h5{
    font-size: 15px;
    width: 155px;
    color: #666666;
}
.content .hospital .top_wrap .wrap select{
    width: 170px;
    height: 36px;
    margin-right: 10px;
}
.notice .tabs{
    border-bottom: none;
}
ul.category{
    display: flex;
    align-items: center;
    padding: 20px 0;
}
ul.category li {
    margin-right: 10px;
}
ul.category li:last-child{
    margin-right: 0;
}
ul.category li input{
    display: none;
}
ul.category li input + label{
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #666666;
    padding: 10px 12px;
    cursor: pointer;
    display: block;
    font-size: 15px;
    text-align: center;
}
ul.category li input:checked + label{
    border-color: #ffdc36;
    color: #ffdc36;
}
ul.category.type2{
    padding: unset;
}
ul.category.type2 li{
    width: 100%;
    text-align: center;
}
ul.category.type2 li:last-child{
    margin-right: 0;
}
ul.category li input:checked + label{
    background: #fff; 
    border-color: #ffdc36; 
    color: #ffdc36;
    /* font-size: 15px; */
}
/* pay_info */
.content .pay_info{
    display: flex;
    justify-content: space-between;
}
.content .pay_info .title{
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-weight: 500;
}
.content .pay_info + .btn_wrap .btn button{
    height: 38px;
}
.pay_info .basket{
}
.pay_info .basket > li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.pay_info .basket > li .left{
    display: flex;
    align-items: center;
}
.pay_info .basket > li .left .basket_product{
    display: flex;
    align-items: center;
}
.pay_info .basket > li .left .basket_product .img{
    width: 80px;
    height: 80px;
    margin-right: 12px;
}
.pay_info .basket > li .left .basket_product .name{
    font-size: 15px;
}
.pay_info .basket > li .left .basket_product ul.price_info{
    display: flex;
    align-items: flex-end;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.125rem;
}
.pay_info > .left{
    width: 40%;
    margin-right: 30px;
}
.pay_info > .left ul.user_info{
    padding-top: 32px;
}
.pay_info > .left ul.user_info li{
    margin-bottom: 30px;
    font-size: 14px;
}
.pay_info > .left ul.user_info li span{
    display: inline-block;
    width: 120px;
    color: #666666;
}
.pay_info > .left ul.user_info li:last-child{
    margin-bottom: 0;
}
.pay_info > .right{
    width: 60%;
}
.pay_info .basket > li .left .basket_product ul.price_info .per{
    color: #ffdc36;
    font-size: 14px;
}
.pay_info .basket > li .left .basket_product ul.price_info .price{
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
    font-size: 14px;
}
.pay_info .basket > li .left .basket_product ul.price_info .price2{
    text-decoration: line-through;
    color: #999;
    font-size: 0.875rem;
    font-size: 14px;
}
.pay_info .basket > li .left .basket_product .option{
    color: #666666;
    font-size: 13px;
}
.pay_info .basket > li .right{
    display: flex;
    align-items: center;
    text-align: right;
}
.pay_info .basket > li .right .price{
    width: 140px;
    font-weight: 500;
}
.pay_info ul.state{
    margin-top: 15px;
}
.pay_info ul.state li{
    display: flex;
    align-items: bottom;
    justify-content: space-between;
    font-size: 15px;
}
.pay_info ul.state li .left{
    color: #666666;
}
.pay_info ul.state li.total span{
    font-size: 24px;
    font-weight: bold;
}
.pay_info ul.state li.payment{
    margin-top: 30px;
}

/* 아코디언 */
#Accordion_wrap{
    border-top: 1px solid #cccccc;
}
.que{
    position: relative;
    padding: 18px 18px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
  }
    
  .que::after{
    display: inline-block;
    content: '';
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    right: 0;
    background: url(../images/select_arrow.png) no-repeat center center; width: 20px; height: 12px;
  }
  
  .que.on::after{
      content: '';
      background: url(../images/select_arrow.png) no-repeat center center; width: 20px; height: 12px;
    }
    
  
  .que.on>span{
    font-weight: bold;
    color: #000; 
  }
    
  .anw {
    display: none;
    overflow: hidden;
    font-size: 14px;
    background-color: #f8f8f8;
    padding: 18px 18px;
    border-bottom: 1px solid #eeeeee;
  }
    

/* 탭창 */
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
    display: flex;
    margin-top: 80px;
    padding-bottom: 20px;
}
ul.tabs li{
    width: 20%;
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    background: #fafafa;
    border: 1px solid #eee;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.tabs li:first-child{
    border-left: 1px solid #eee;
}
ul.tabs li.current{
	background: #fff;
	color: #000;
    font-weight: bold;
}

.tab-content{
	display: none;
}

.tab-content.current{
	display: inherit;
}



.product_detail .tab-content .prod_detail .txt{
    margin-top: 35px;
}
.product_detail .tab-content .more_btn.write{
    margin-top: 32px;
    margin-bottom: 10px;
}
.product_detail .tab-content .more_btn.write button{
    height: 37px;
    font-size: 15px;
}
ul.tabs2{
    border-bottom: 1px solid #333;
}

ul.tabs2 li{
    border: none;
    width: auto;
    font-weight: bold;
    margin-right: 12px;
    background: #fff;
    padding: unset;
    color: #333;
}
ul.tabs2 li a{
    padding: 10px 0;
    width: 200px;
    border-radius: 46px;
    border: 2px solid #eeeeee;
    box-sizing: border-box;
    display: inline-block;
}
ul.tabs2 li:first-child{
    border-left: none;
}
ul.tabs2 li.current a{
    border: 2px solid #ffdc36;
    border-radius: 46px;
    box-sizing: border-box;
}

ul.board_list li textarea{
    font-size: 15px;
    height: 200px;
    width: 100%;
    border: none;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10px 10px;
    box-sizing: border-box;
    resize: none;
}



.content .notice .wrap .tab-content ul.inqury_list li a{
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
    width: 100%;
}
.content .notice .wrap .tab-content ul.inqury_list li:first-child a{
    border-top: 1px solid #eeeeee;
}
.content .notice .wrap .tab-content ul.inqury_list li h5{
    margin-bottom: 13px;
    font-size: 14px;
    color: #666666;
    font-size: 12px;
}
.content .notice .wrap .tab-content ul.inqury_list li h3{
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.content .notice .wrap .tab-content ul.inqury_list li h3 i{
    margin-right: 4px;
}

ul.pager2{
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pager2 li{
    font-weight: bold;
    color:  #666666;
}

ul.pager2 li:first-child::before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #eee;
    position: relative;
    top: 2px;
    margin: 0 20px;
}
ul.pager2 li::after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #eee;
    position: relative;
    top: 2px;
    margin: 0 20px;
}

/* prod_detail */
.content .prod_detail{
    margin: 0 auto;
}
.content .prod_detail .title{
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
}
.content .prod_detail .btn_wrap .btn button{
    height: 56px;
}

.prod_detail .process{
    margin-top: 20px;
}
.prod_detail .process ul.list{
    display: flex;
}
.prod_detail .process ul.list li{
    width: 16.6666%;
    text-align: center;
    margin-right: 2%;
}
.prod_detail .process ul.list li:last-child{
    margin-right: 0;
}
.prod_detail .process ul.list li .top_box{
    position: relative;
}
.prod_detail .process ul.list li:last-child .top_box::before{
    display: none;
}
.prod_detail .process ul.list li .top_box::before{
    content: '';
    width: 8px;
    height: 12px;
    display: inline-block;
    position: absolute;
    background: url(../images/arrow.png) no-repeat center center;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
}
.prod_detail .process ul.list li .top_box .head{
    height: 40px;
    line-height: 40px;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    padding: 0 5px;
}
.prod_detail .process ul.list li .top_box .con{
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 3px 3px;
    padding: 5px;
    box-sizing: border-box;
}
.prod_detail .process ul.list li.complete .top_box .head{
    background: #cccccc;
    border: 1px solid #cccccc;
}
.prod_detail .process ul.list li.complete .top_box .con{
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}
.prod_detail .process ul.list li.active .top_box .head{
    background: #ffdc36;
    border: 1px solid #ffdc36;
}
.prod_detail .process ul.list li.active .top_box .con{
    background: #fff;
    border: 1px solid #ffdc36;
}


.prod_detail .process ul.list li .state{
    margin-top: 12px;
    background: #f4f4f4;
    line-height: 40px;
    border-radius: 3px;
    font-size: 14px;
}
.prod_detail .process ul.list li .state.btn{
    background: #ffdc36;
}
.prod_detail .process ul.list li .state.btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 0;
    height: fit-content;
    font-weight: bold;
    font-size: 14px;
}
.prod_detail .process_mo ul.list{
    display: flex;
    flex-direction: column-reverse;
    margin-left: 40px;
    margin-top: 20px;
    position: relative;
}
.prod_detail .process_mo ul.list::after{
    content: '';
    border-left: 2px dotted #cccccc;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -2;
    left: -31px;   
}

.prod_detail .process_mo ul.list li{
    position: relative;
}

.prod_detail .process_mo ul.list li:first-child::before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 50%;
    left: -40px;
    margin-bottom: -2px;
    bottom: 0;
    background: #f8f8f8;
    z-index: -1;
    position: absolute;
}
.prod_detail .process_mo ul.list li:last-child::before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 50%;
    left: -40px;
    margin-top: -2px;
    top: 0;
    background: #f8f8f8;
    z-index: -1;
    position: absolute;
}

.prod_detail .process_mo ul.list li::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 4px solid #999999;
    box-sizing: border-box;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    background: #f8f8f8;
}
.prod_detail .process_mo ul.list li.active::after{
    border-color: #000;
}
.prod_detail .process_mo ul.list li{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 12px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-top: 40px;
}
.prod_detail .process_mo ul.list li.active{
    border: 2px solid #ffdc36;
}
.prod_detail .process_mo ul.list li:last-child{
    margin-top: 0;
}
.prod_detail .process_mo ul.list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.prod_detail .process_mo ul.list li .left{
    padding-right: 10px;
    box-sizing: border-box;
}
.prod_detail .process_mo ul.list li .left h5{
    font-size: 13px;
    color: #666666;
}
.prod_detail .process_mo ul.list li .left p{
    margin-top: 10px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    
    /* ★★ 설정이 필요한 영역 ★★ */
    /* ★★ 3줄 이상은 말줄임 처리 ★★ */
    -webkit-line-clamp: 2;

}
.prod_detail .process_mo ul.list li .left h4{
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    font-weight: bold;
}
.prod_detail .process_mo ul.list li .right .btn a{
    font-weight: bold;
    background: #ffdc36;
    display: inline-block;
    font-size: 14px;
    width: 90px;
    padding: 9px 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 7px;
}
.prod_detail .process_mo ul.list li .right .btn:nth-child(n + 2){
    margin-top: 20px;
}

@media screen and (max-width: 1070px){
    /* product_detail */
    .content .product_detail .wrap .detail_top{
        display: block;
    }
    .content .product_detail .wrap .detail_top > .con{
        margin-top: 30px;
    }
    .prod_detail .process ul.list{
        flex-wrap: wrap;
    }
    .prod_detail .process ul.list li{
        width: 31.3333%;
    }
    .prod_detail .process ul.list li:nth-child(n + 4){
        margin-top: 40px;
    }
}

@media screen and (max-width: 900px){


.product_detail img{
width:100%;
}

.content .product .wrap ul.list > li h4{
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  /* 말줄임 적용 */
}

    /* my_pay_detail */
    .content .pay_info{
        display: block;
    }
    .pay_info > .right{
        margin-top: 45px;
        width: 100%;
    }
    .pay_info > .left{
        width: 100%;
    }
}

@media screen and (max-width: 800px){
    .content .my .wrap ul.list.type2 li{
        display: block;
    }
    
    .content .my .wrap ul.list.type2 li.on{
        background: #fff;

    }
    .content .my .wrap ul.list li .right{
        justify-content: right;
    }
    
    .content .my .wrap ul.list li .right .price{
        margin-right: 0;
        margin-top: 0px;
        font-weight: bold;
        font-size: 18px;

    }
    
    .content .my .wrap ul.list.type2 li h5 span{
        width: 45px;
    }
    .content .my .wrap .option .left ul li:nth-child(2){
        display: none;
    }
    .content .my .wrap .option .right .button{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background: #fff;
        padding: 12px 12px;
        box-sizing: border-box;
        border-top: 1px solid #eeeeee;

    }
    .content .my .wrap .option .left{
        width: 100%;
    }
    .content .my .wrap .option .left ul{
        width: 100%;
        justify-content: space-between;
    }
    .content .my .wrap .option .left ul li:last-child:before {
        content: '';
        width: 2px;
        height: 15px;
        background: #eeeeee;
        display: inline-block;
        margin: 0 20px;
        position: relative;
        top: 2px;
    }.content .my .wrap .option .left ul li::after {
        display: none;
    }
    .content .my .wrap .option .right .button .btn1,
    .content .my .wrap .option .right .button .btn2{
        width: 50%;
    }
    .content .my .wrap .option .right .button .btn2 a,
    .content .my .wrap .option .right .button .btn1 a{
        width: 100%;
        margin-bottom: 0;
    }
}


@media screen and (max-width: 750px){
    .content{
        margin-bottom: 150px;
    }
    ul.tabs li{
        padding: 10px 2px;
        font-weight: 500;
        color: #666666;
        font-size: 13px;
    }
    ul.tabs2 li{
        padding: unset;
    }
    
    ul.tabs2 li:last-child{
        margin-right: 0;
    }
    /* login */
    .content .login{
        width: 100%;
        padding: 50px 20px;
        box-shadow: none;
        margin-top: 20px;
    }
    /* sign_up */
    .terms{
        border: none;
        display: block;
    }
    table{
        border: none;
    }
    .content .board_write:nth-child(n+2){
        border-top: 10px solid #f4f4f4;
    }
    .content .board_write:nth-child(n+2) .title{
       margin-top: 30px; 
    }
    .content .board_write .title{
        border: none;
        font-size: 18px;
        margin-top: 10px;
    }
    table.table_style3 th{
        display: block;
    }
    
    table.table_style3 th{
        margin-top: 20px;
    }
    table.table_style3 td{
        display: block;
        padding: 7px 0;
    }
    table.table_style3 td p.p_right{
        border: 1px solid #ccc;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        border-radius: 5px;
        padding: 0 10px;
        background: #fafafa;
    }
    table.table_style3.table_style3_4 tr:last-child td{
        padding-bottom: 30px;
    }
    .mo_b{
        padding-bottom: 0px !important;
    }
    table .flex_wrap.mo_t{
        margin-top: 20px;
    }
    .content .board_write .title.mt-60{
        margin-top: 60px !important;
    }
    /* product */
    .content .product .wrap ul.list > li{
        width: 48.5%;
        margin-right: 3%;
    }
    .content .product .wrap ul.list > li:nth-child(2n){
        margin-right: 0;
    }
    .content .product .wrap ul.list > li:nth-child(3n){
        margin-right: auto;
    }
    .content .product .wrap ul.list li ul.price_info{
        /* font-size: 14px; */
        flex-wrap: wrap;
    }
    .content .product .wrap ul.list li ul.price_info .per{
        width: 50%;
        font-size: 14px;
    }
    .content .product .wrap ul.list li ul.price_info .price{
        width: 50%;
        text-align: right;
        margin: 0;
        font-size: 14px;
    }
    .content .product .wrap ul.list li ul.price_info .price2{
        margin-top: 5px;
    }
    .content .product .wrap ul.list li p{
        font-size: 14px;
    }
    /* product_detail */

    .content .product_detail .wrap .detail_top > .img{
        width: 100%;
        height: auto;
        padding-bottom: 100%;
    }
    .content .product_detail .wrap .detail_top > .con .price_info.mo_only{
        display: flex !important;
        justify-content: space-between;
    }
    .content .product_detail .wrap .detail_top > .con .price_info ul{
        align-items: baseline;
    }
    .content .product_detail .wrap .detail_top > .con .price2{
        margin-right: 10px;
        border-bottom: none;
        padding-bottom: 0;
    }
    .content .product_detail .wrap .detail_top > .con .price_info div.per {
        font-size: 28px;
        font-weight: 700;
        color: #ffdc36;
    }
    .content .product_detail .wrap .detail_top > .con ul.slect_opt li{
        display: block;
    }
    .content .product_detail .wrap .detail_top > .con ul.slect_opt li select{
        width: 100%;
        margin-top: 9px;
    }
    .content .product_detail .wrap .detail_top > .con ul.slect_opt li button{
        width: 100%;
    }
    .content .product_detail .wrap .detail_top > .con .btns {
        position: fixed;
        z-index: 3;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 10px;
        box-sizing: border-box;
        border-top: 1px solid #eeeeee;
    }
    .content .product_detail .wrap .detail_top > .con .state_wrap{
        position: fixed;
        z-index: 2;
        bottom: -440px;
        left: 0;
        width: 100%;
        background: #fff;
        transform: translateY(0);
        transition: .3s;
    }
    .content .product_detail .wrap .detail_top > .con .state_wrap.on{
        /* bottom: 77px; */
        transform: translateY(-377px);
    }    
    .content .product_detail .wrap .detail_top > .con .state_wrap .toggle_btn{
        width: 100%;
        height: 35px;
        border-radius: 35px 35px 0 0;    
        box-shadow: 0px -5px 5px #00000033;
        background: url(../images/i_toggle.png) no-repeat center center;
        background-size: 36px 10px;
        cursor: pointer;
    }
    .content .product_detail .wrap .detail_top > .con .state_wrap .scrollbar{
        padding: 0 15px;
        box-sizing: border-box;
        height: 500px;
        overflow-y: scroll;

    }
    .content .product_detail .wrap .detail_top > .con .total{
        padding: 10px 15px;
        background: #f8f8f8;
        justify-content: space-between;
        align-items: center;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .content .product_detail .wrap .detail_top > .con .total p{
        color: #666666;
        font-size: 13px;
    }
    .content .product_detail .wrap ul.tabs{
        margin-top: 50px;
    }

    .content .product_detail .wrap .tab-content.mt-80{
        margin-top: 50px !important;
    }
    .content .product_detail .wrap .tab-content ul.info_list li{
        margin-bottom: 40px;
    }
    .content .product_detail .wrap .tab-content ul.info_list li h5{
        margin-bottom: 13px;
        font-size: 13px;
        color: #666666;
    }
    .content .product_detail .wrap .tab-content ul.info_list li h4{
        font-size: 14px;
        color: #4f4f4f;
    }


    .content .product_detail .wrap .tab-content ul.inqury_list li a{
        padding: 20px 0;
        border-bottom: 1px solid #eeeeee;
        display: inline-block;
        width: 100%;
    }
    .content .product_detail .wrap .tab-content ul.inqury_list li:first-child a{
        border-top: 1px solid #eeeeee;
    }
    .content .product_detail .wrap .tab-content ul.inqury_list li h5{
        margin-bottom: 13px;
        font-size: 14px;
        color: #666666;
        font-size: 12px;
    }
    .content .product_detail .wrap .tab-content ul.inqury_list li h3{
        font-size: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    .content .product_detail .wrap .tab-content ul.inqury_list li h3 i{
        margin-right: 4px;
    }
    .product_detail .tab-content .more_btn.write{
        margin-bottom: 20px;
    }
    .content .product_detail .wrap .detail_top > .con ul.slect_opt{
        border-bottom: none;
    }
    .content .product_detail .wrap .detail_top > .con .slect_opt_list{
        width: 100%;
        border: 1px solid #eee;
        display: block;
        position: relative;
        padding: 15px 12.5px 30px;
        margin-bottom: 15px;
    }
    .content .product_detail .wrap .detail_top > .con .slect_opt_list .right{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px;
    }
    .content .product_detail .wrap .detail_top > .con .slect_opt_list .right .close{
        position: absolute;
        top: 15px;
        right: 12.5px;
    }
    
    .content .product_detail .wrap .detail_top > .con .slect_opt_list .increase_bar{
        width: fit-content;
    }
    .content .product_detail .wrap .detail_top > .con .slect_opt_list .right .price{
        font-size: 16px;
        font-weight: 500;
        bottom: 15px;
        right: 12.5px;
    }
    .content .product_detail .wrap .detail_top > .con .slect_opt_list .price span{
        font-size: 13px;
        font-weight: 400;
        margin-left: 1px;
    }
    .content .product_detail .wrap .detail_top > .con .btns button{
        height: 40px;
    }

    /* inquiry_write */
    .content .board_write{
        width: 100%;
    }
    .content .board_write ul.board_list li h5{
        font-size: 14px;
        color: #666666;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    /* .content .board_write{
        margin-top: 0;
    } */
    .content .board_write .btn_wrap .btn{
        width: 100%;
    }
    .content .board_write .btn_wrap .btn button{
        width: 100% !important;
    }    
    /* inquiry_detail */
    .content .board_view{
        width: 100%;
    }
    .content .board_view .title{
        padding: 0 0 15px 0;
    }
    .content .board_view .view_con{
        padding: 15px 0 50px;
    }
    .content .board_view .reply{
        padding: 15px;
    }
    .content .board_view .title h3{
        font-size: 18px;
    }

    /* my */
    ul.tabs2 li a{
        width: 100px;
    }
    .content .my .wrap .my_top ul li h4{
        font-size: 13px;
    }
    .content .my .wrap .my_top ul li h2{
        font-size: 15px;
    }
    .content .my .wrap .my_top ul li h2 span{
        font-size: 18px;
    }
    .content .my .wrap .my_top ul li{
        width: 100%;
    }
    .content .my .wrap .my_top ul li:nth-child(2){
        text-align: right;
        padding-left: 0;
        margin-top: 20px;
    }
    .content .my .wrap ul.list li .right .button .btn1 a{
        font-size: 14px;
        width: 100px;
        height: 35px;
        line-height: 35px;
        border-bottom: 0;
        margin-bottom: 0;
    }
    .content .my .wrap .option{
        margin: 20px 0;
    }
    .content .my .wrap ul.list li .txt{
        margin-left: 20px;
    }
    .content .my .wrap ul.list li .txt h5{
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .content .my .wrap ul.list li .txt h5 a{
        margin-left: 0;
        margin-top: 10px;
        font-size: 14px;
    }
    .content .my .wrap ul.list li{
        align-items: flex-end;   
        border-bottom: 1px solid #eee;
        padding: 20px 0;
        margin-bottom: 0;
    }
    .content .my .wrap ul.list li:first-child{
        margin-top: 0;
        border-top: 1px solid #eee;
    }
    .content .my .wrap ul.list.type3 li{
        align-items: flex-start;
    }
    .content .my .wrap ul.tabs{
        margin-top: 0px;
        border-bottom: none;
        padding-bottom: 0;
    }
    .content .my .wrap ul.list li .img{
        width: 100px;
        height: 100px;
    }
    .content .my .wrap ul.list li .img .state{
        font-size: 13px;
        width: 45px;
        padding: 3px;
    }
    .content .my .wrap ul.list li .txt h3{
        font-size: 16px;
    }
    .content .my .wrap .my_top{
        display: none;
        /* 없는게 맞는거 같음 */
    }
    .content .my .wrap .my_top ul{
        display: block;
    }
    .no_prod{
        border-top: 1px solid #eeeeee;
        padding-top: 240px;
    }
    /* my_survay */
    .content .my_survay .wrap .title h2{
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .content .my_survay .wrap .num{
        margin-bottom: 0px;
    }
    .mo_grey{
        background: #f4f4f4;
    }
    .content .survay_detail{
        width: 100%;
        margin-top: 0;
        box-shadow: none;
        border: 10px solid #f4f4f4;
    }
    .content .survay_detail .head{
        padding: 15px 0 0 15px;
    }
    .content .survay_detail form {
        padding: 20px 15px 25px 15px;
    }
    .content .survay_detail form .question .bottom.mo_left{
        justify-content: right;
    }
    .content .survay_detail form .question .bottom .input_wrap input + label{
        margin-right: 100px;
    }
    .content .survay_detail .btn_wrap .btn{
        width: 100%;
    }
    .content .survay_detail .btn_wrap .btn button{
        width: 100%;
    }
    .content .survay_detail ul.mo_btn{
        margin-top: 20px;
    }
    .content .survay_detail ul.mo_btn{
        display: flex !important;
        align-items: center;
    }
    .content .survay_detail ul.mo_btn li:first-child{
        border-left: 1px solid #eeeeee;
    }
    .content .survay_detail ul.mo_btn li {
        border-right: 1px solid #eeeeee;
    }
    .content .survay_detail ul.mo_btn li a{
        display: inline-block;
        padding: 0 25px;
        color: #ffdc36;
        font-size: 14px;
        font-weight: 500;
    }
    .content .survay_detail form .question .bottom ul.img_select{
        flex-wrap: wrap;
        width: 100%;
    }
    .content .survay_detail form .question .bottom ul.img_select li label .img{
        width: 100%;
        /* height: auto; */
        padding-bottom: 100%;
    }
    .content .survay_detail form .question .bottom ul.img_select li {
        margin-right: 0;
        width: 48%;
        flex: none;
    }
    .content .survay_detail form .question .bottom ul.img_select li:nth-child(n+3){
        margin-top: 20px;
    }
    .content .my_survay .wrap .survay_con p{
        margin-bottom: 40px;
    }

    
    table.table_style3 tr th{
        padding-bottom: 5px;
    }
    table.table_style3 tr:last-child th{
        padding-bottom: 5px;
    }


    /* notice */
    .top_banner{
        height: 320px;
    }
    .content .product .wrap ul.tabs li a{
        width: 100%;
        padding: 10px 5px;
        font-size: 13px;
        border-radius: 5px;
    }
    .top_banner .wrap .txt{
        display: none;
    }
    .top_banner_product{
        background: url(../images/visu_product_mo.png) no-repeat center center !important;
        background-size: cover !important;
    }

    .content .notice .wrap .tab-content ul.inqury_list li a{
        padding: 20px 0;
        border-bottom: 1px solid #eeeeee;
        display: inline-block;
        width: 100%;
    }
    .content .notice .wrap .tab-content ul.inqury_list li a:first-child{
        /* border-top: 1px solid #eeeeee; */
    }
    .content .notice .wrap .tab-content ul.inqury_list li h5{
        margin-bottom: 13px;
        font-size: 14px;
        color: #666666;
        font-size: 12px;
    }
    .content .notice .wrap .tab-content ul.inqury_list li h3{
        font-size: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    .content .notice .wrap .tab-content ul.inqury_list li h3 i{
        margin-right: 4px;
    }
    .content .btn_wrap.three .btn{
        width: 100%;
    }    
    .content .btn_wrap.three .btn button.w_160{
        width: 100% !important;
    }
    .anw {
        background: #f8f8f8;
    }
    /* hospital */
    .content .hospital .wrap ul.list{
        display: block;
    }
    .content .hospital .wrap ul.list li{
        width: 100%;
    }
    .content .hospital .wrap ul.list > li a .txt h4{
        font-size: 16px;
    }
    .content .hospital .wrap ul.list > li a .txt ul.hospital_info li{
        font-size: 14px;
        box-sizing: border-box;
    }
    .content .hospital .wrap ul.list > li a .txt{
        padding-right: 0;
    }
    .content .hospital .top_wrap .wrap h5{
        width: 100px;
    }
    
    /* my_pay_detail */
    .pay_info > .left ul.user_info li{
        display: flex;
        justify-content: space-between;
    }
    .pay_info + .btn_wrap.mt-60{
        margin-top: 40px !important;
    }
    .pay_info .basket > li{
        display: block;
    }
    .pay_info .basket > li .right{
        justify-content: right;
    }
    .pay_info .basket > li .left .basket_product ul.price_info{
        align-items: center;
    }
    .pay_info .basket > li .left .basket_product ul.price_info li{
        font-size: 14px;
    }
    .pay_info .basket > li .left .basket_product ul.price_info li.bar{
        color: #cccccc;
        margin:  0 5px;
        font-size: 10px;
    }
    .pay_info .basket > li .left .basket_product .name{
        font-size: 14px;
    }
    .pay_info .basket > li .left .basket_product .option{
        font-size: 12px;
    }
    .pay_info .basket > li .right .price{
        margin-top: 15px;
    }
    .pay_info ul.state li.payment{
        margin-top: 15px;
    }
    .pay_info > .left ul.user_info{
        padding-top: 20px;
    }
    .pay_info > .left ul.user_info li{
        margin-bottom: 20px;
    }
    .content .pay_info .title{
        border-color: #cccccc;
        color: #666666;
        font-size: 16px;
    }
    .pay_info .basket > li .left .basket_product ul.price_info .price2{
        font-size: 12px;
    }
    table.table_style3 tr th{
        width: 160px;
        flex: none;
        font-weight: bold;
    }

    ul.tabs2 li{
        margin-right: 0;
        width: 100%;
    }
    ul.tabs2 li a{
        width: 100%;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #eeeeee;
        padding: 15px 0;
    }
    ul.tabs2 li.current a{
        border-radius: 0;
        border: none;
        border-bottom: 3px solid #ffdc36;
    }

    /* my_prod_detail */
    .content .prod_detail .title{
        border: none;
        font-size: 18px;
        margin-top: 10px;
    }    
    .prod_detail .process ul.list{
        display: block;
    }
    .prod_detail .process ul.list li{
        width: 100%;
    }

    .board_write .basket > li{
        display: block;
        width: 100%;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 12px;
    }
    .board_write .basket > li .left{
        display: block;
    }
    .board_write .basket > li .left .basket_product .img{
        width: 80px;
        height: 80px;
        margin-right: 12px;
    }
    .content .board_write .chk_wrap.type2{
        margin-top: 10px;
    }
    table .flex_wrap input.price{
        width: 100%;
        margin-left: 0;
    }
    .board_write .basket + .total{
        justify-content: right;
        align-items: baseline;
        margin-top: 22px;
        padding-bottom: 30px;
    }
    .board_write .basket + .total .num{
        font-size: 22px;
        margin-left: 15px;
    }
    .board_write .table_style3 + .total{
        border-top: 1px solid #eee;
        justify-content: right;
        align-items: baseline;
        padding-bottom: 30px;
    }
    .board_write .table_style3 + .total .txt{
        color: #666;
        margin-top: 22px;
    }
    .board_write .table_style3 + .total .num{
        font-size: 22px;
        margin-left: 15px;
        font-weight: bold;
    }
    .content .board_write ul.radio_list{
        flex-wrap: wrap;
    }
    
    .content .board_write ul.radio_list li{
        width: 49%;
        margin-right: 2%;
    }
    .content .board_write ul.radio_list li:nth-child(2n){
        margin-right: 0;
    }
    .content .board_write ul.radio_list li:nth-child(n + 3){
        margin-top: 10px;
    }
}
@media screen and (max-width: 500px){
    .content .notice ul.category li input + label{
        padding: 10px 7px;
    }
    .top_banner{
        height: 200px;
    }
    .content .my .wrap ul.tabs{
        margin-top: 10px;
    }
    ul.tabs{
        margin-top: 0;
        padding-bottom: 0;
    }
    #Accordion_wrap{
        border-top: none;
    }
    .content .notice .wrap .tab-content ul.inqury_list li:first-child a{
        border-top: none;
    }
    ul.tabs2{border-bottom: none;}
    .content .my .wrap .option .left ul label{
        margin-left: 0;
    }
    .content .my .wrap ul.list li .left label{
        margin-left: 0px;
        margin-right: 10px;
        padding-left: 15px;
    }
    .content .my .wrap ul.list li .left label::before{
        width: 20px;
        height: 20px;
        background-size: cover ;
    }
    .content .my .wrap ul.list li .img{
        width: 80px;
        height: 80px;
    }
    .content .my .wrap ul.list li .txt{
        margin-left: 15px;
    }
    .content .my .wrap ul.list li .txt h3{
        font-size: 14px;
    }
    .content .my .wrap ul.list li .txt h5{
        font-size: 12px;
    }
    .content .my .wrap ul.list.type2 li h5 span{
        width: 35px;
    }
    .content .my .wrap ul.list li .right .price{
        font-size: 16px;
    }
    .prod_detail .process_mo ul.list li .left p{
        font-size: 14px;
    }
}