/* subtop */
#subtop .bg {
    height: 350px;
}
#subtop .bg.bg1 {
    background: url(../img/bone3_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#subtop .bg.bg2 {
    background: url(../img/bone3_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#subtop h1,
#subtop h4 {
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
@media (max-width:992px) {
    #subtop .bg {
        height: 250px;
        background-size: cover !important;
    }
}
@media (max-width:768px) {
    #subtop .bg {
        height: 150px;
        background-size: cover !important;
    }
}
/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    margin-top: -30px;
    margin-bottom: -30px;
}
#site_config .site {
    box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 250px;
    position: relative;
    border-right: 1px solid #ddd;
}
#site_config .site .home.home2 {
    width: 200px;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 18px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 80px;
    text-align: center;
    background-color: #f68f01;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 15px 0;
    background-color: #f7f7f7;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
    text-align: center;
}
#site_config .site .home > ul li a {
    display: inline-block;
    border-bottom: 2px solid #f7f7f7;
    text-decoration: none;
    font-size: 15px;
    color: #666;
    padding: 3px;
    text-align: center;
    position: relative;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a:hover{
    color: #e2870a;
}
#site_config .site .home > ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    background-color: #e2870a;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2 {
        width: 170px;
    }
    #site_config .site .home.home3 {
        width: 230px;
    }
}
@media (max-width:768px) {
    #site_config {
        margin-top: -20px;
        margin-bottom: 20px;
    }
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2 {
        width: 110px;
    }
    #site_config .site .home.home3 {
        width: 170px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 10px;
    }
    #site_config .site .home > ul {
        padding: 10px 0;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 0 3px;
    }
}

/* ================ 지점안내 ================*/
.branch_top .branch_box {
    box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
    border: 1px solid #ddd;
    padding: 40px 20px;
}
.branch_top .branch_box .tit h5 {
    margin-top: 5px;
}
.branch_top .branch_box .branch:not(.conbox) {
    margin-top: 20px;
}
.branch_top .branch_box .branch h5 {
    border-bottom: 2px solid #333;
    line-height: 1em;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-weight: 500;
}
.branch_top .branch_box .branch a,
.branch_top .branch_box .branch a:before,
.branch_top .branch_box .branch a:after {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.branch_top .branch_box .branch a {
    display: inline-block;
    margin: 0 3px 5px 0;
    border-radius: 100px;
    background-color: #f7f7f7;
    line-height: 1em;
    padding: 10px 15px 10px 35px;
    color: #333;
    position: relative;
    text-decoration: none;
}
.branch_top .branch_box .branch a:hover {
    background-color: #e2870a;
    color: #fff;
}
.branch_top .branch_box .branch a:after,
.branch_top .branch_box .branch a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 15px;
    height: 100%;
    background: url(../img/zoom_i_mini.png) center center no-repeat;
    opacity: 1;
}
.branch_top .branch_box .branch a:before {
    background: url(../img/zoom_i_mini_w.png) center center no-repeat;
    opacity: 0;
}
.branch_top .branch_box .branch a:hover:after {
    opacity: 0;
}
.branch_top .branch_box .branch a:hover:before {
    opacity: 1;
}
@media (max-width:992px) {
    .branch_top .branch_box {
        padding: 0 15px 20px 15px;
        margin-bottom: 30px;
        box-shadow: 0 0 0;
        border: 0px;
    }
    .branch_top .branch_box .tit {
        text-align: center;
    }
    .branch_top .branch_box .branch:not(.conbox) {
        margin-top: 10px;
    }
    .branch_top .branch_box .branch a {
        font-size: 12px;
        padding: 7px 10px 7px 25px;
    }
    .branch_top .branch_box .branch a:after,
    .branch_top .branch_box .branch a:before {
        background-size: 10px;
        left: 10px;
        width: 10px;
    }
}
/* boneline_03 : 검색 */
#branch_sch {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
}
#branch_sch .row {
    margin: 0 -3px;
}
#branch_sch .row > li {
    padding: 0 3px;
}
#branch_sch .form-control {
    height: 50px;
    box-shadow: 0 0 0;
    border: 1px solid #ddd;
    font-size: 17px;
    color: #666;
}
#branch_sch button {
    border: 0px;
    display: block;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background-color: #333;
    line-height: 50px;
}
@media (max-width:768px) {
    #branch_sch {
        margin: 15px 0;
        padding: 20px;
        border: 1px solid #ddd;
    }
    #branch_sch .form-control {
        height: 40px;
        font-size: 14px;
    }
    #branch_sch button {
        font-size: 14px;
        line-height: 40px;
        margin-top: 5px;
    }
}
/* branch_list */
#branch_list {
    border-top: 2px solid #333;
}
#branch_list .branch_item {
    padding: 40px 30px;
    border-bottom: 1px solid #ddd;
}
#branch_list .branch_item .info ul {
    margin-top: 10px;
}
#branch_list .branch_item .info ul li {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 1.2em;
    padding: 5px 0;
    position: relative;
    padding-left: 10px;
}
#branch_list .branch_item .info ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
}
@media (min-width:768px) {
    #branch_list .branch_item .info {
        width: 70%;
    }
    #branch_list .branch_item .links {
        text-align: right;
    }
}
@media (max-width:768px) {
    #branch_list .branch_item {
        padding: 20px 15px;
    }
    #branch_list .branch_item .info ul {
        margin-top: 5px;
    }
    #branch_list .branch_item .info ul li {
        font-size: 13px;
        padding: 3px 0;
        padding-left: 7px;
    }
    #branch_list .branch_item .links {
        margin-top: 10px;
    }
    #branch_list .branch_item .links a {
        display: inline-block;
        margin-right: 5px;
        width: 40px;
    }
}
/* 지점소개 뷰페이지 */
.view_top {
    background: url(../img/view_top.jpg) center center no-repeat;
    position: relative;
}
.view_top h4 {
    margin-top: 10px;
}
.view_top .deco {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.view_top .deco span {
    content: "";
    position: absolute;
    left: 50%;
    top: -45px;
    width: 1px;
    background-color: #aaa;
    height: 90px;
}
.view_top .deco span:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 15px;
    background-color: #f68f01;
    left: -3px;
    border-radius: 50px;
    
    -webkit-animation: arr 2s linear infinite;
    -moz-animation: arr 2s linear infinite;
    -ms-animation: arr 2s linear infinite;
    -o-animation: arr 2s linear infinite;
    animation: arr 2s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(90px);
		-moz-transform: translateY(90px);
		-ms-transform: translateY(90px);
		-o-transform: translateY(90px);
        transform: translateY(90px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
@media (max-width:768px) {
    .view_top {
        padding-top: 60px !important;
    }
    .view_top .deco span {
        top: -25px;
        height: 40px;
    }
    .view_top .deco span:after {
        width: 3px;
        height: 6px;
        left: -1px;
    }
    @keyframes arr {
        0% {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
        }
        70% {
            -webkit-transform: translateY(40px);
            -moz-transform: translateY(40px);
            -ms-transform: translateY(40px);
            -o-transform: translateY(40px);
            transform: translateY(40px);
        }
        100% {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
        }  
    }  
}
/* branch_interior */
.branch_interior {
    max-width: 950px;
    margin: 0 auto;
}
.branch_interior .tbox {
    padding: 20px 15px 0 0;
    background-color: #fff;
    width: 80%;
    margin-top: -60px;
    position: relative;
    z-index: 10;
}
.branch_interior .tbox p {
    line-height: 1.6em;
    margin-top: 5px;
}
.branch_interior .owl-carousel .owl-nav [class*="owl-"] {
    background: url(../img/nav_arr.png) center center no-repeat;
    width: 60px;
    height: 60px;
    background-color: transparent !important;
}
.branch_interior .owl-carousel .owl-nav .owl-prev {
    left: -80px;
}
.branch_interior .owl-carousel .owl-nav .owl-next {
    right: -80px;
    transform: rotate(180deg);
}
.branch_interior .owl-carousel .owl-nav .owl-prev:before,
.branch_interior .owl-carousel .owl-nav .owl-next:before {
    display: none;
}
@media (max-width:768px) {
    .branch_interior .tbox {
        margin-top: -30px;
    }
    .branch_interior .tbox p br {
        display: none;
    }
}
/* boneline_03_view :: sec2 */
#boneline_03_view .sec2 {
    background-color: #262626;
}
#boneline_03_view .sec2 span,
#boneline_03_view .sec2 a {
    text-decoration: none;
    display: block;
    padding-left: 100px;
    position: relative;
}
#boneline_03_view .sec2 .time {
    background: url(../img/bar_i1.png) 25px center no-repeat;
}
#boneline_03_view .sec2 .tel {
    background: url(../img/bar_i2.png) 25px center no-repeat;
}
#boneline_03_view .sec2 .kakao {
    background: url(../img/bar_i3.png) 25px center no-repeat;
}
#boneline_03_view .sec2 span h6,
#boneline_03_view .sec2 a h6 {
    margin-top: 5px;
    font-weight: 300;
}
@media (min-width:768px) {
    #boneline_03_view .sec2 a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.1);
    }
}
@media (max-width:768px) {
    #boneline_03_view .sec2 span,
    #boneline_03_view .sec2 a {
        padding-left: 40px;
        background-size: 20px !important;
        background-position-x: 0px !important;
    }
    #boneline_03_view .sec2 a {
        margin-top: 15px;
    }
}
/* dotocs_slick */
.dotocs_slick .slick-slide {
    padding: 0 20px;
}
.dotocs_slick .slick-slide .talkbox {
    background-color: #eee;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    position: relative;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dotocs_slick .slick-slide.slick-current .talkbox {
    background-color: #f68f01;
    color: #fff;
}
.dotocs_slick .slick-slide .talkbox:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 95%;
    width: 25px;
    height: 17px;
    background: url(../img/triangle_gray.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dotocs_slick .slick-slide.slick-current .talkbox:after {
    background: url(../img/triangle_org.png) center center no-repeat;
}
.dotocs_slick .slick-slide .thum {
    text-align: center;
    padding: 10px;
}
.dotocs_slick .slick-slide .thum .img .tag span {
    display: inline-block;
    padding: 5px;
}
.dotocs_slick .slick-slide .his h3 {
    padding-bottom: 5px;
    border-bottom: 2px solid #333;
}
.dotocs_slick .slick-slide .his h3 span {
    color: #999;
    display: inline-block;
    margin-left: 5px;
    font-size: 0.7em;
    font-weight: 400;
}
.dotocs_slick .slick-slide .his ul {
    margin-top: 15px;
}
.dotocs_slick .slick-slide .his ul li {
    margin: 3px 0;
}
@media (min-width:992px) {
    .dotocs_slick .slick-slide .thum .img {
        display: inline-block;
        position: relative;
        border-radius: 50%;
        overflow: hidden;
    }
    .dotocs_slick .slick-slide .thum .img .tag {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        padding: 30px;
        opacity: 0;
    
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .dotocs_slick .slick-slide:hover .thum .img .tag {
        opacity: 1;
    }
}
@media (max-width:992px) {
    .dotocs_slick .slick-slide .thum .img img {
        border-radius: 50%;
        display: inline-block;
        margin: auto;
    }
    .dotocs_slick .slick-slide .thum .img .tag {
        margin-top: 5px;
        display: none;
    }
    .dotocs_slick .slick-slide .thum .img .tag span {
        color: #333;
        border: 1px solid #aaa;
        border-radius: 50px;
        line-height: 1em;
        padding: 5px 10px;
        margin: 3px 3px;
        font-size: 12px;
    }
}
@media (max-width:768px) {
    .dotocs_slick .slick-slide .talkbox {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-weight: 500;
    }
    .dotocs_slick .slick-slide .thum .img img {
        max-width: 220px;
    }
}



/* dotocs_slick2 */
.dotocs_slick2  {
    padding: 0 20px;
}
.dotocs_slick2  .talkbox {
    background-color: #eee;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    position: relative;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dotocs_slick2  .talkbox {
    background-color: #f68f01;
    color: #fff;
}
.dotocs_slick2  .talkbox:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 95%;
    width: 25px;
    height: 17px;
    background: url(../img/triangle_gray.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dotocs_slick2  .talkbox:after {
    background: url(../img/triangle_org.png) center center no-repeat;
}
.dotocs_slick2  .thum {
    text-align: center;
    padding: 10px;
}
.dotocs_slick2  .thum .img .tag span {
    display: inline-block;
    padding: 5px;
}
.dotocs_slick2  .his h3 {
    padding-bottom: 5px;
    border-bottom: 2px solid #333;
}
.dotocs_slick2  .his h3 span {
    color: #999;
    display: inline-block;
    margin-left: 5px;
    font-size: 0.7em;
    font-weight: 400;
}
.dotocs_slick2  .his ul {
    margin-top: 15px;
}
.dotocs_slick2  .his ul li {
    margin: 3px 0;
}
@media (min-width:992px) {
    .dotocs_slick2  .thum .img {
        display: inline-block;
        position: relative;
        border-radius: 50%;
        overflow: hidden;
    }
    .dotocs_slick2  .thum .img .tag {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        padding: 30px;
        opacity: 0;
    
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .dotocs_slick2 :hover .thum .img .tag {
        opacity: 1;
    }
}
@media (max-width:992px) {
    .dotocs_slick2  .thum .img img {
        border-radius: 50%;
        display: inline-block;
        margin: auto;
    }
    .dotocs_slick2  .thum .img .tag {
        margin-top: 5px;
        display: none;
    }
    .dotocs_slick2  .thum .img .tag span {
        color: #333;
        border: 1px solid #aaa;
        border-radius: 50px;
        line-height: 1em;
        padding: 5px 10px;
        margin: 3px 3px;
        font-size: 12px;
    }
}
@media (max-width:768px) {
    .dotocs_slick2  .talkbox {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-weight: 500;
    }
    .dotocs_slick2  .thum .img img {
        max-width: 220px;
    }
}



/* boneline_03_view :: sec4 */
#boneline_03_view .sec4 {
    background-color:#eee;
}
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 530px !important;
}
@media (max-width:768px) {
    .mapbox {
        margin-top: 30px;
    }
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}

/* drop_trans */
#trans_bottom,
#trans_top {
    background-color: #7f7f7f;
}
#trans_bottom.act {
    background-color: #e2870a;
}
#drop_trans #trans_top {
    width: 100%;
    max-width: 1830px;
}
#drop_trans #trans_top ul li span {
    display: block;
    line-height: 60px;
    padding: 0 40px 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    position: relative;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#drop_trans #trans_top ul li:not(:last-child) span {
    border-right: 1px solid rgba(255,255,255,0.3);
}
#drop_trans #trans_top ul li span strong {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 0;
    height: 100%;
    width: 19px;
    line-height: 80px;
}
#drop_trans #trans_top ul li span strong.plus {
    opacity: 1;
    background: url(../img/i_plus.png) center center no-repeat;
    
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
#drop_trans #trans_top ul li.act span strong.plus {
    opacity: 0;
}
#drop_trans #trans_top ul li span strong.minus {
    background: url(../img/i_minus.png) center center no-repeat;
    opacity: 0;
}
#drop_trans #trans_top ul li.act span strong.minus {
    opacity: 1;
}
#drop_trans #trans_top ul li:hover span strong.plus {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#drop_trans #trans_top ul li.act span {
    background-color: #e2870a;
}
@media (min-width:992px){
    #drop_trans #trans_top ul li:hover span {
        background-color: #e2870a;
    }
}
@media (max-width:768px){
    #trans_top .container {
        padding: 0px;
    }
    #drop_trans #trans_top ul li span {
        line-height: 45px;
        padding: 0 15px;
        font-size: 12px;
        text-align: center;
    }
    #drop_trans #trans_top ul li span img {
        width: 15px;
    }
    #drop_trans #trans_top ul li span strong {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        position: absolute;
        right: 10px;
        line-height: 45px;
        background-size: 9px !important;
        display: none;
    }
    #drop_trans #trans_top ul li span strong.minus {
        font-size: 25px;
        margin-top: -3px;
    }
}
/* trans_con */
#trans_con .centers {
    padding: 30px 20px;
    background-color: #fff;
}
#trans_con .centers h5 {
    font-weight: 400;
    line-height: 1.6em;
}

/* clinic_sub */
.clinic_sub h4 {
    line-height: 1.4em;
    color: #0f0f0f;
    font-weight: 600;
}
.clinic_sub p {
    line-height: 1.8em;
    color: #666;
    font-weight: 400;
}
/* clinic_top */
.clinic_top .txt h2 {
    line-height: 1.4em;
    font-weight: 300;
    color: #111;
}
.clinic_top .txt h2 strong {
    font-weight: 600;
}
.clinic_top .txt p {
    margin-top: 20px;
}
.clinic_top .txt h5 {
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 40px;
}
.clinic_top .img {
    text-align: right;
}
@media (max-width:1199px) and (min-width:768px){
    .clinic_top {
        padding-top: 40px;
    }
    .clinic_top .txt {
        padding-right: 30px;
    }
}
@media (min-width:1200px) {
    .clinic_top .txt {
        padding-top: 40px;
    }
}
@media (max-width:768px) {
    .clinic_top .txt {
        padding-bottom: 20px;
    }
    .clinic_top .txt p {
        margin-top: 10px;
    }
    .clinic_top .txt h5 {
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .clinic_top .img img {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hiddne-md {
        display: none!important;
    }
}
/* cl_sub_tit */
.cl_sub_tit h2 {
    line-height: 1.4em;
    font-weight: 300;
    margin-bottom: 40px;
    color: #111;
}
.cl_sub_tit.mb-tit,
.cl_sub_tit.cl_sub_tit_sm h2 {
    margin-bottom: 20px;
}
.cl_sub_tit h2 strong {
    font-weight: 600;
}
.cl_sub_tit.mb-tit h2 {
    margin-bottom: 0px;
}
.cl_sub_tit .bookingBtn {
    font-size: 14px;
    color: #f2953e;
    border: 1px solid #f2953e;
    line-height: 1em;
    padding: 10px 45px 10px 25px;
    border-radius: 100px;
    text-decoration: none;
    position: relative;
    
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
.cl_sub_tit .bookingBtn:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    opacity: 1;
    height: 100%;
    width: 11px;
    background: url(../img/i_plus_c1.png) center center no-repeat;
    background-size: 11px;
    
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
.cl_sub_tit .bookingBtn:hover:after {
    background: url(../img/i_plus.png) center center no-repeat;
    background-size: 11px;
    
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cl_sub_tit .bookingBtn:hover {
    background-color: #f2953e;
    color: #fff;
}
@media (max-width:768px) {
    .cl_sub_tit.mb-tit,
    .cl_sub_tit h2 {
        margin-bottom: 10px;
    }
    .cl_sub_tit.mb-tit h2 {
        margin-bottom: 0px;
    }
    .cl_sub_tit .bookingBtn:after {
        background: url(../img/i_plus.png) center center no-repeat !important;
        background-size: 9px !important;
    }
    .cl_sub_tit .bookingBtn {
        padding: 5px 40px 5px 20px;
        background-color: rgba(242, 149, 62, 1);
        color: #fff;
    }
}

/* clinic2_1 */
#clinic2_1 .sec2 {
    background-color: #f4f4f4;
}
#clinic2_1 .mobile_cuna {
    border: 1px solid #ddd;
    margin-top: 15px;
}

/* program_process */
.program_process:not(.medicate) li:not(:last-child) {
    margin-bottom: 40px;
}
.program_process li .img img {
    border-radius: 10px;
}
.program_process li .txt {
    margin-top: 10px;
}
.program_process li .txt h4 .icon_clock {
    display: inline-block;
    padding-left: 15px;
    background: url(../img/icon_clock.png) left center no-repeat;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
}
.program_process li .txt p {
    margin-top: 5px;
}
.program_process li .tipbox {
    background-color: #eee;
    padding: 20px;
    margin-top: 20px;
}
.program_process li .tipbox h6 {
    color: #666;
    font-weight: 400;
    line-height: 1.8em;
}
@media (min-width:1200px){
    .program_process.medicate li .txt {
        height: 250px;
    }
}
@media (max-width:1200px) and (min-width:768px) {
    .program_process.medicate li .txt {
        height: 200px;
    }
}
@media (max-width:768px) {
    .program_process li {
        margin-bottom: 20px;
    }
    .program_process li .txt h4 .icon_clock {
        padding-left: 10px;
        font-size: 11px;
        background-size: 9px !important;
    }
}
/* program_style */
.program_style li:not(:last-child) {
    margin-bottom: 20px;
}
.program_style li .txt p {
    margin-top: 20px;
}
.program_style li .cost {
    height: auto;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
.program_style li .cost p {
    margin-top: 0;
}
@media (min-width:768px) {
    .program_style li {
        border: 1px solid #ddd;
    }
    .program_style li .txt {
        padding: 40px;
    }
}
@media (max-width:768px) {
    .program_style li {
        display: flex;
        flex-wrap: wrap;
    }
    .program_style li > div {
        width: 100%;
    }
    .program_style li .img {
        order: 1;
    }
    .program_style li .txt {
        order: 2;
        padding-top: 10px;
    }
    .program_style li .txt p {
        margin-top: 5px;
    }
}

/* qna_skin */
#qna_skin {
    border-top: 1px solid #ddd;
}
#qna_skin li {
    position: relative;
}
#qna_skin li.act:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #e2870a;
}
#qna_skin li .qna_head {
    position: absolute;
    left: 15px;
    font-weight: 500;
}
#qna_skin li .qst,
#qna_skin li .anw {
    padding: 15px 50px;
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 1.2em;
}
#qna_skin li .qst {
    cursor: pointer;
}
#qna_skin li.act .qst {
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
}
#qna_skin li .qst:after {
    content: "";
    position: absolute;
    right: 15px;
    height: 100%;
    width: 18px;
    top: 0;
    background: url(../img/arr_qna.png) center center no-repeat;
}
#qna_skin li.act .qst:after {
    transform: rotate(180deg);
}
#qna_skin li .anw {
    background-color: #f7f7f7;
}
#qna_skin li .qst > h5,
#qna_skin li .anw > h5 {
    font-weight: 500;
}
#qna_skin li.act .qst > h5 {
    color: #e2870a;
}
@media (max-width:768px) {
    #qna_skin li .qst,
    #qna_skin li .anw {
        padding: 15px 40px;
    }
    #qna_skin li .qst:after {
        background-size: 13px !important;
        height: 50px;
    }
}

/*illust_list*/
#illust_list .il_tit {
    border-bottom: 2px solid #333;
    line-height: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
}
#illust_list .il_tit h4 {
    padding-left: 40px;
    position: relative;
    font-weight: 600;
}
#illust_list .il_tit .num {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 0.8em;
    background-color: #f68f01;
    padding: 0;
    color: #fff;
    line-height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}
#illust_list .imgbox {
    padding: 40px 0 20px;
}
#illust_list .imgbox h4 span {
    color: #fff;
    background-color: #222;
    border-radius: 15px;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 25px;
}
#illust_list .doct_ans {
    background-color: #f4f4f4;
    border-radius: 20px
}
#illust_list .doct_ans .txt h5 {
    font-weight: 500;
    color: #666;
    margin-top: 5px;
}
#illust_list .doct_ans .txt h3 {
    font-weight: 700;
    color: #111;
    margin-top: 5px;
}
#illust_list .method > .tit {
    text-align: center;
    position: relative
}
#illust_list .method > .tit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #7f7f7f;
}
#illust_list .method > .tit span {
    display: inline-block;
    position: relative;
    z-index: 3;
    background-color: #7f7f7f;
    line-height: 1em;
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
}
#illust_list .method li {
    margin-top: 40px;
}
#illust_list .method .met_item {
    border: 1px solid #ddd;
    text-align: center;
}
#illust_list .method .met_item h4 {
    background-color: #f7f7f7;
    line-height: 1em;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}
@media (min-width:768px) {
    #illust_list .doct_ans .img {
        width: 30%;
        text-align: center;
    }
    #illust_list .doct_ans .txt {
        padding: 15px;
    }
}
@media (max-width:768px) {
    #illust_list .il_tit h4 {
        padding-left: 30px;
    }
    #illust_list .il_tit .num {
        font-size: 0.6em;
        line-height: 22px;
        width: 22px;
    }
    #illust_list .imgbox {
        padding: 20px 0 10px;
    }
    #illust_list .imgbox h4 span {
        font-size: 13px;
        padding: 5px 15px 3px;
    }
    #illust_list .doct_ans {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    #illust_list .doct_ans > div {
        width: 100%;
    }
    #illust_list .doct_ans .txt {
        order: 1;
        padding: 20px 30px 0;
    }
    #illust_list .doct_ans .img {
        order: 2;
    }
    #illust_list .doct_ans .img img {
        width: 130px;
    }
    #illust_list .method li {
        margin-top: 15px;
    }
    #illust_list .method > .tit span {
        padding: 8px 20px 5px;
    }
    #illust_list .method .met_item h4 {
        padding: 13px 10px 10px;
        font-size: 14px;
    }
}

/* clinic3_1 */
#clinic3_1 .sec2 {
    background-color: #f4f4f4;
}
#clinic3_1 .sec2 .cl_sub_tit p {
    margin-top: 20px;
}
#clinic3_1 .sec2 .txt {
    padding: 15px 15px 15px 40px;
}
@media (max-width:768px) {
    #clinic3_1 .sec2 .cl_sub_tit p {
        margin-top: 10px;
    }
    #clinic3_1 .sec2 .txt {
        padding: 30px 15px;
    }
}

/* clinic3_3 */
@media (min-width:768px) {
    #clinic3_3 .program_process li  p {
        height: 130px;
    }
}

/* illust_img_list */
#illust_img_list {
    margin: 0 -30px;
}
#illust_img_list > li {
    padding: 0 30px;
}
#illust_img_list .img {
    padding: 15px 0;
}
#illust_img_list .txt .txt_tit {
    font-weight: 700;
}
#illust_img_list .txt .talk {
    position: relative;
    padding: 15px;
    border: 1px solid #888;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
}
#illust_img_list .txt .talk:after {
    /* content: "";
    position: absolute;
    left: 15px;
    top: -10px;
    background: url(../img/talk_arr.png) center center no-repeat;
    width: 10px;
    height: 15px; */
    content: "";
    position: absolute;
    left: 15px;
    top: -6px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 2px;
    transform: rotate(45deg);
    border-color: #888 transparent transparent #888;
}
#illust_img_list .txt .talk h4 {
    color: #333;
    font-weight: normal;
}
#illust_img_list .txt .doctor {
    font-weight: normal;
    background-color: #eee;
    padding: 15px 10px;
}
#illust_img_list .txt .story h5,
#illust_img_list .txt .doctor h5 {
    text-align: center;
    font-weight: normal;
}
#illust_img_list .txt .story h5 {
    color: #333;
    padding: 15px 10px;
}
@media (min-width:992px) {
    #illust_img_list.cuna1 .txt .talk {
        height: 100px;
    }
    #illust_img_list.cuna1 .txt .story {
        height: 120px;
    }
    #illust_img_list.cuna1 .txt .doctor {
        height: 130px;
    }
}
@media (max-width:992px) {
    #illust_img_list .img {
        text-align: center;
    }
}

/* cl4_top */
.cl4_top .tbox .bottom {
    margin-top: 30px;
    padding: 0 20px;
    border: 1px solid #ddd;
}
.cl4_top .tbox .t h5 {
    margin-top: 20px;
}
.cl4_top .tbox .bottom ul li h5 {
    margin-top: 30px;
    font-weight: 600;
}
.cl4_top .tbox .bottom ul li p {
    margin-bottom: 30px;
}
@media (max-width:768px) {
    .cl4_top .ibox {
        margin-top: 15px;
    }
    .cl4_top .tbox .bottom {
        margin-top: 20px;
        padding: 0 15px;
        background-color: #f7f7f7;
    }
    .cl4_top .tbox .t h5 {
        margin-top: 10px;
    }
    .cl4_top .tbox .bottom ul li h5 {
        margin-top: 15px;
    }
    .cl4_top .tbox .bottom ul li p {
        margin-bottom: 15px;
    }
}
/* bounce-in-fwd */
@media (min-width:768px){
    .bounce-in-fwd.appear-animation-visible {
        -webkit-animation: bounce-in-fwd 2s both;
        animation: bounce-in-fwd 2s both;
        animation-delay: 0.5s;
    }
}
/* cl_top_com */
.cl_top_com .txt h5,
.cl_top_com .imgbox {
    margin-top: 15px;
}
/* clCondition */
.clCondition {
    padding: 30px 30px 10px;
    border: 1px solid #ddd;
}
.clCondition li .item {
    margin-bottom: 20px;
}
.clCondition .item h5 {
    font-weight: 500;
}
.clCondition .item p {
    margin-bottom: 0px;
}
/* clConditionWrp */
.clConditionWrp .talkBox {
    width: 100%;
    border-radius: 10px;
    padding: 30px;
    background-color: #f7f7f7;
    margin-top: 20px;
}
.clConditionWrp .talkBox .fbox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.clConditionWrp .talkBox .fbox .talkDoctor {
    width: 180px;
}
.clConditionWrp .talkBox .fbox .talkDoctor img {
    max-width: none;
}
.clConditionWrp .talkBox .fbox .talk {
    padding-left: 40px;
    position: relative;
    width: 100%;
}
.clConditionWrp .talkBox .fbox .talk .box {
    margin-top: 15px;
    background-color: #fff;
    border: 3px solid #bbb;
    border-radius: 5px;
    padding: 20px 60px;
    /* box-shadow: 5px 5px 0px rgba(0,0,0,0.05); */
    position: relative;
}
.clConditionWrp .talkBox .fbox .talk .box:before {
    content: "";
    background: url(../img/talk_arr.png) center center no-repeat;
    position: absolute;
    width: 21px;
    height: 43px;
    top: 5px;
    left: -21px;
}
.clConditionWrp .talkBox .fbox .talk .box h5 {
    color: #666;
    font-weight: 400;
    line-height: 1.6em;
}
@media (max-width:768px){
    .clConditionWrp .talkBox {
        padding: 20px 10px;
    }
    .clConditionWrp .talkBox .fbox {
        display: flex;
        align-items:initial;
    }
    .clConditionWrp .talkBox .fbox .talkDoctor {
        width: 80px;
        padding-top: 15px;
    }
    .clConditionWrp .talkBox .fbox .talkDoctor img {
        width: 80px;
    }
    .clConditionWrp .talkBox .fbox .talk {
        padding-left: 20px;
    }
    .clConditionWrp .talkBox .fbox .talk .box {
        margin-top: 5px;
        border: 2px solid #bbb;
        padding: 10px 20px;
    }
    .clConditionWrp .talkBox .fbox .talk .box:before {
        width: 15px;
        height: 31px;
        top: 5px;
        left: -15px;
        background-size: 15px;
    }
    .clConditionWrp .talkBox .fbox .talk .box h5 {
        font-size: 12px;
    }
}
/* addpart */
.addpart {
    /* background-color: #e8e5e1; */
}
.addpart .clConditionWrp .talkBox {
    background-color: transparent;
}
.addpart .clConditionWrp .talkBox .fbox {
    align-items: initial;
}
/* rotateImg */
.rotateImg_wrp {
    position: relative;
}
.rotateImg {    
    transform-style: preserve-3d;
    transition: all 0.6s ease-out 0s;
    transform: rotateY(0deg);
    transition-delay: 1s;
    opacity: 0;
    z-index: 3;
    position: relative;
}
.rotateImg.appear-animation-visible {
    transform-style: preserve-3d;
    transition: all 0.6s ease-out 0s;
    transform: rotateY(360deg);	
    opacity: 1;
}
.rotateImg_wrp .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
/* clinic4_1 */
.graybg,
#clinic4_1 .sec2 {
    background-color: #f4f4f4;
}
/* clinic5_1 */
#clinic5_1 .sec2 {
    background-color: #f4f4f4;
}
/* clinic1_1 */
#clinic1_1 .sec2,
#clinic1_1 .sec4 {
    background-color: #f4f4f4;
}
#clinic1_1 .sec3 .cl_sub_tit h5 {
    margin-bottom: 40px;
    margin-top: 10px;
}
@media (max-width:768px) {
    #clinic1_1 .sec3 .cl_sub_tit h5 {
        margin-bottom: 20px;
    }
}
/* medi_img */
@media (min-width:768px) {
    .medi_img > .ibox {
        width: 33.333%;
    }
}

/* boneline_01 */
#boneline_01 .top h4 {
    letter-spacing: 10px;
    color: #666;
    font-weight: 400;
}
#boneline_01 .top h2 {
    margin-top: 10px;
    font-weight: 600;
}
#boneline_01 .top p {
    margin-top: 15px;
    line-height: 1.7em;
}
#boneline_01 .top .ibox {
    position: relative;
}
#boneline_01 .top .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#boneline_01 .sec2 .txt h3 {
    font-weight: 600;
    position: relative;
    line-height: 1.6em;
    margin-top: 40px;
}
#boneline_01 .sec2 .txt h5 {
    margin-top: 10px;
    font-weight: 500;
    position: relative;
    line-height: 1.6em;
}
#boneline_01 .sec2 .txt p {
    margin-top: 15px;
    line-height: 1.7em;
}
@media (min-width:992px) {
    #boneline_01 .sec2 ul li:nth-child(2) img {
        margin-top: -60px;
    }
    #boneline_01 .sec2 ul li:nth-child(2) .txt {
        padding-top: 60px;
    }
}
@media (max-width:992px) {
    #boneline_01 .top h2 {
        margin-top: 5px;
    }
    #boneline_01 .top p {
        margin-top: 10px;
    }
    #boneline_01 .sec2 ul li {
        margin-top: 20px;
    }
    #boneline_01 .sec2 .txt h3 {
        margin-top: 20px;
    }
    #boneline_01 .sec2 .txt h5 {
        margin-top: 5px;
    }
    #boneline_01 .sec2 .txt p {
        margin-top: 10px;
    }
}
@media (max-width:768px) {
    #boneline_01 .sec2 ul li {
        margin-top: 15px;
    }
    #boneline_01 .sec2 .txt {
        padding-bottom: 15px;
    }
    #boneline_01 .sec2 .txt h3 {
        margin-top: 0;
    }
}
/* imgmove */
.imgmove {
    position: relative;
    overflow: hidden;
}
.imgmove img {
    opacity: 0;
}
.imgmove.appear-animation-visible img {
    animation: img_opa both cubic-bezier(0.680, 0, 0.265, 1) 1.2s 0.2s;
}
.imgmove .move_left {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#f68f01;
}
.imgmove.appear-animation-visible .move_left {
    animation: move_left both cubic-bezier(0.680, 0, 0.265, 1) 1.2s 0.2s;
}

@keyframes move_left {
    0% {transform:translateX(-101%);}
    50% {transform:translateX(0);}
    100% {transform:translateX(101%);}
}
@keyframes img_opa {
    51% {opacity:0;}
    100% {opacity:1;}
}

/* boneline_02 */
#boneline_02 .sec2 {
    background-color: #333;
}
#boneline_02 .sec2 ul li a {
    text-decoration: none;
    display: block;
}
#boneline_02 .sec2 ul li a .tbox {
    padding-top: 15px;
}
#boneline_02 .sec2 ul li a .tbox h4,
#boneline_02 .sec2 ul li a .tbox p {
    color: #fff;
}
#boneline_02 .sec2 ul li a .tbox h6 {
    color: #ccc;
    font-weight: 200;
}
#boneline_02 .sec2 ul li a .tbox p {
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.6em;
    word-break: break-all;
    letter-spacing: -0.04em;
}
#boneline_02 .sec4 {
    background-color:#f4f4f4;
}
@media (min-width:768px) {
    #boneline_02 .sec2 ul li a .tbox {
        padding-top: 10px;
    }
}
@media (max-width:768px) {
    #boneline_02 .sec2 ul li {
        margin-bottom: 20px;
    }
}
/*boneline_02 :: sec5*/
#boneline_02 .sec5 .btnbox a {
    display: inline-block;
    text-decoration: none;
    border: 2px solid #ddd;
    border-radius: 60px;
    padding: 10px 0;
    line-height: 1em;
    width: 200px;
    text-align: center;
    color: #999;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#boneline_02 .sec5 .btnbox a:hover {
    background-color: #f2953e;
    border-color: #f2953e;
    color: #fff;
}
#boneline_02 .sec5 .btnbox a span {
    display: inline-block;
    background: url(../img/newt_i1.png) left center no-repeat;
    padding: 5px 0;
    padding-left: 35px;
}
#boneline_02 .sec5 .btnbox a span.go_net {
    background-image: url(../img/newt_i2.png);
}
#boneline_02 .sec5 .btnbox a:hover span {
    background-image: url(../img/newt_i1_w.png);
}
#boneline_02 .sec5 .btnbox a:hover span.go_net {
    background-image: url(../img/newt_i2_w.png);
}
@media (min-width:768px) {
    #boneline_02 .sec5 .btnbox {
        text-align: right;
    }
}
@media (max-width:768px) {
    #boneline_02 .sec5 {
        text-align: center;
    }
    #boneline_02 .sec5 .btnbox a {
        border-width: 1px;
        padding: 10px 15px;
        width: auto;
        margin-top: 15px;
        font-size: 13px;
    }
    #boneline_02 .sec5 .btnbox a span {
        background-size: 20px !important;
        padding-left: 25px;
    }
}

/* bon_prom */
.bon_prom li .ibox {
    overflow: hidden;
}
.bon_prom li .tbox h4 {
    font-weight: 600;
    margin-top: 10px;
}
.bon_prom li .tbox h6 {
    color: #999;
    line-height: 1.4em;
    margin-top: 3px;
}
.bon_prom li .tbox p {
    color: #333;
    line-height: 1.6em;
    margin-top: 10px;
    font-weight: normal;
}
@media (min-width:768px){
    .bon_prom li .tbox p {
        font-size: 14px;
    }
}
@media (max-width:768px){
    .bon_prom li {
        margin-bottom: 15px;
    }
}

/* bon_history */
.bon_history {
    position: relative;
}
.bon_history:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #888;
}
.bon_history li:not(:first-child) {
    margin-top: -100px;
}
.bon_history li:nth-child(odd) {
    margin-right: 50%;
    margin-left: 50px;
}
.bon_history li:nth-child(even) {
    margin-left: 50%;
    padding-left: 50px;
}
.bon_history .his_item .date {
    color: #e2870a;
    position: relative;
}
.bon_history .his_item .date span {
    display: inline-block;
    background-color: #f4f4f4;
    padding: 3px  10px  3px 3px;
    position: relative;
    z-index: 3;
}
.bon_history .his_item .date:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #e2870a;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transition-delay: 1s;
}
.bon_history li:nth-child(odd) .his_item .date:after {
    right: 0;
    width: 0px;
}
.bon_history li:nth-child(even) .his_item .date:after {
    left: -50px;
    width: 0px;
}
.bon_history li:nth-child(odd) .his_item.appear-animation-visible .date:after {
    width: 100%;
}
.bon_history li:nth-child(even) .his_item.appear-animation-visible .date:after {
    width: 50px;
}
.bon_history li .his_item .date_wrp {
    position: relative;
}
.bon_history li .his_item .date_wrp:before {
    content: "";
    position: absolute;
    top: 14px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background-color: #e2870a;
}
.bon_history li:nth-child(odd) .his_item .date_wrp:before {
    right: -5px;
}
.bon_history li:nth-child(even) .his_item .date_wrp:before {
    left: -55px;
}
.bon_history .his_item > h3 {
    margin-bottom: 10px;
}
.bon_history .his_item > p {
    line-height: 1.2em;
}
.bon_history .his_item .imgbox {
    margin-top: 15px;
}
@media (max-width:768px) {
    .bon_history li:not(:first-child) {
        margin-top: -50px;
    }
    .bon_history li:nth-child(odd) {
        margin-left: 0;
    }
    .bon_history li:nth-child(odd) .imgbox{
        padding-right: 30px;
    }
    .bon_history li:nth-child(even) {
        padding-left: 30px;
    }
    .bon_history li:nth-child(even) .his_item .date:after {
        left: -30px;
    }
    .bon_history li .his_item .date_wrp:before {
        top: 14px;
        width: 6px;
        height: 6px;
    }
    .bon_history li:nth-child(odd) .his_item .date_wrp:before {
        right: -3px;
    }
    .bon_history li:nth-child(even) .his_item .date_wrp:before {
        left: -33px;
    }
}

/* illustBox */
.illustBox {
    display: flex;
    flex-wrap: wrap;
}
.illustBox .txtBox {
    width: 33%;
}
.illustBox .imgBox {
    width: 67%;
}
.illustBox .txtBox .c_wrp > div {
    padding: 40px 0;
}
.illustBox .txtBox h3 {
    font-weight: 700;
    line-height: 1.2em;
}
.illustBox .txtBox h1 {
    color: #f68f01;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.2em;
}
.illustBox .txtBox h5 {
    color: #333;
    margin-top: 30px;
    line-height: 1.6em;
}
.illustBox .talkBox {
    width: 100%;
    border-radius: 10px;
    padding: 30px;
    background-color: #f7f7f7;
    margin-top: 20px;
}
.illustBox .talkBox .fbox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.illustBox .talkBox .fbox .talkDoctor {
    width: 180px;
}
.illustBox .talkBox .fbox .talkDoctor img {
    max-width: none;
}
.illustBox .talkBox .fbox .talk {
    padding-left: 40px;
    position: relative;
    width: 100%;
}
.illustBox .talkBox .fbox .talk .box {
    margin-top: 15px;
    background-color: #fff;
    border: 3px solid #bbb;
    border-radius: 5px;
    padding: 20px 60px;
    /* box-shadow: 5px 5px 0px rgba(0,0,0,0.05); */
    position: relative;
}
.illustBox .talkBox .fbox .talk .box:before {
    content: "";
    background: url(../img/talk_arr.png) center center no-repeat;
    position: absolute;
    width: 21px;
    height: 43px;
    top: 5px;
    left: -21px;
}
.illustBox .talkBox .fbox .talk .box h4 {
    color: #666;
    font-weight: 400;
}
@media (min-width:768px){
    .illustBox .imgBox img.appear-animation-visible {
        -webkit-animation: bounce-in-fwd 2s both;
        animation: bounce-in-fwd 2s both;
        animation-delay: 0.5s;
    }
}
@media (max-width:768px){
    .illustBox .txtBox,
    .illustBox .imgBox {
        width: 100%;
    }
    .illustBox .txtBox {
        text-align: center;
        padding: 20px 10% 0;
    }
    .illustBox .txtBox h3 {
        font-size: 15px;
    }
    .illustBox .txtBox h1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .illustBox .txtBox h5 {
        margin-top: 10px;
    }
    .illustBox .talkBox {
        padding: 20px 10px;
    }
    .illustBox .talkBox .fbox {
        display: flex;
        align-items:initial;
    }
    .illustBox .talkBox .fbox .talkDoctor {
        width: 80px;
        padding-top: 15px;
    }
    .illustBox .talkBox .fbox .talkDoctor img {
        width: 80px;
    }
    .illustBox .talkBox .fbox .talk {
        padding-left: 20px;
    }
    .illustBox .talkBox .fbox .talk .box {
        margin-top: 5px;
        border: 2px solid #bbb;
        padding: 10px 20px;
    }
    .illustBox .talkBox .fbox .talk .box:before {
        width: 15px;
        height: 31px;
        top: 5px;
        left: -15px;
        background-size: 15px;
    }
    .illustBox .talkBox .fbox .talk .box h4 {
        font-size: 14px;
    }
}

/* bg_colored */
.bg_colored {
    background-color: #fcfcfc;
}

/* com_go */
.com_go {
    background: url(../img/com_go_bg.jpg) center center no-repeat;
    background-attachment: fixed;
}
.com_go h4 {
    font-weight: 300;
    margin-top: 20px;
}
.com_go a {
    display: inline-block;
    margin-top: 40px;
    font-size: 17px;
    color: #fff;
    border: 1px solid #f2953e;
    line-height: 1em;
    padding: 15px 45px;
    border-radius: 100px;
    text-decoration: none;
    position: relative;
    background-color: #f2953e;
}
@media (max-width:768px) {
    .com_go {
        background-size: cover;
    }
    .com_go img {
        width: 150px;
    }
    .com_go h4 {
        margin-top: 15px;
    }
    .com_go a {
        display: inline-block;
        margin-top: 20px;
        font-size: 14px;
        padding: 10px 25px;
    }
}
/* stepsList */
#stepsList .ibox,
#stepsList .tbox {
    position: relative;
}
#stepsList .ibox img {
    width: 100%;
}
#stepsList .tbox {
    padding: 30px 30px 30px 60px;
    background-color: #f7f7f7;
}
#stepsList.white .tbox {
    background-color: #fff;
}
#stepsList .tbox ul {
    margin-top: 20px;
}
@media (min-width:768px){
    #stepsList .ibox:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 100%;
        transform: rotate(180deg);
        background: url(../img/txt_arr.png) center center no-repeat;
        z-index: 3;
    }
    #stepsList.white .ibox:after {
        background-image: url(../img/txt_arr_white.png);
    }
    #stepsList .list_ > li:nth-child(even) .ibox:after {
        right: auto;
        left: 0;
        transform: rotate(0deg);
    }
}
@media (max-width:992px){
    #stepsList .tbox {
        padding: 15px 15px 15px 30px;
    }
}
@media (max-width:768px){
    #stepsList .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #stepsList .c_wrp > div {
        width: 100%;
    }
    #stepsList .ibox {
        order: 1;
    }
    #stepsList .tbox {
        order: 2;
        padding: 20px 0;
        background-color: #fff;
    }
    #stepsList .tbox ul {
        margin-top: 5px;
    }
    #stepsList .tbox ul li {
        background: url(../img/chk_icon.png) left 5px no-repeat;
        padding-left: 25px;
        margin: 5px 0;
        background-size: 15px !important;
    }
}

/* checkBoardWrp */
#checkBoardWrp.diet {
    background: url(../img/diet_chk.jpg) center center no-repeat;
    background-attachment: fixed;
    background-color: #333;
}
#checkBoardWrp.cuna {
    background: url(../img/cuna_chk.jpg) center center no-repeat;
    background-attachment: fixed;
    background-color: #333;
}
#checkBoardWrp.medi {
    background: url(../img/medi_chk.jpg) center center no-repeat;
    background-attachment: fixed;
    background-color: #333;
}
#checkBoardWrp.acci {
    background: url(../img/acci_chk.jpg) center center no-repeat;
    background-attachment: fixed;
    background-color: #333;
}
#checkBoardWrp .checkBoard {
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    /* background-color: #d0a779; */
    position: relative;
    box-shadow: 20px 20px 25px rgba(1,1,1,0.05);
}
#checkBoardWrp .checkBoard .top_checkerboard {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
#checkBoardWrp .checkBoard .con {
    padding: 60px 20px;
    border-radius: 10px;
    max-width: 900px;
    margin: 0 auto;
}
#checkBoardWrp .checkBoard .con ul li {
    font-size: 17px;
    position: relative;
    line-height: 1.4em;
    color: #eee;
    padding: 8px 0;
}
#checkBoardWrp .checkBoard .con ul li .q {
    padding: 10px;
    position: relative;
    background: url(../img/checkboad_chk1.png) left 10px no-repeat;
    background-size: 20px;
    padding-left: 30px;
}
#checkBoardWrp .checkBoard .con ul li .q > div {
    position: absolute;
    right: 0;
    top: 0;
}
#checkBoardWrp .checkBoard .con ul li .q > div span {
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
    position: relative;
}
#checkBoardWrp .checkBoard .con ul li .q > div span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 2px;
}
@media (max-width:768px){
    #checkBoardWrp .checkBoard {
        margin-top: 20px;
    }
    #checkBoardWrp .checkBoard .con {
        padding: 20px 15px;
    }
    #checkBoardWrp .checkBoard .con ul li {
        font-size: 13px;
        padding: 8px 0;
    }
    #checkBoardWrp .checkBoard .con ul li .q {
        position: relative;
        padding-left: 25px;
        background-size: 15px;
    }
    #checkBoardWrp .checkBoard .con ul li .q > div {
        display: none;
    }
}




/* ----------------------------------------------
 * Generated by Animista on 2021-12-15 14:49:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-in-fwd {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: scale(0.84);
              transform: scale(0.84);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    89% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-fwd {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: scale(0.84);
              transform: scale(0.84);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    89% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }

/* clinic1_2 */
#clinic1_2 .sec1 {
    background: url(../img/line_medi1_bg.jpg) center center no-repeat;
    position: relative;
}
#clinic1_2 .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#clinic1_2 .sec1 h5,
#clinic1_2 .sec1 h1 {
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
#clinic1_2 .sec1 h5 {
    margin-top: 20px;
}
#clinic1_2 .sec1 img {
    margin-top: -30px;
}
#clinic1_2 .sec3 {
    background-color: #f7f8fa;
}
#clinic1_2 .sec3 ul {
    max-width: 500px;
    display: inline-block;
}
#clinic1_2 .sec3 ul li p {
    margin-top: 5px;
}
#clinic1_2 .sec6 {
    margin-top: 5px;
    background: url(../img/line_medi2_bg.jpg) center center no-repeat;
    background-attachment: fixed;
}
#clinic1_2 .sec6 .c_wrp {
    height: 550px;
}
#clinic1_2 .txt_p {
    padding-left: 80px;
}
#clinic1_2 .txt_p p {
    margin-top: 20px;
}
@media (max-width:768px) {
    #clinic1_2 .fbox .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #clinic1_2 .fbox .c_wrp > div {
        width: 100%;
    }
    #clinic1_2 .fbox .c_wrp .ibox {
        order: 2;
    }
    #clinic1_2 .fbox .c_wrp .tbox {
        order: 1;
    }
    #clinic1_2 .sec1 {
        padding-top: 70px;
    }
    #clinic1_2 .sec1 img {
        margin-top: -20px;
    }
    #clinic1_2 .txt_p {
        padding: 20px 0;
        padding-left: 0px;
    }
    #clinic1_2 .txt_p p {
        margin-top: 5px;
    }
    #clinic1_2 .sec3 {
        text-align: center;
        background-color: #fff;
    }
    #clinic1_2 .sec3 ul li .icon img {
        width: 90px;
    }
    #clinic1_2 .sec3 ul li p {
        line-height: 1.2em;
    }
    #clinic1_2 .sec5 .txt_p {
        padding-left: 15px;
        padding-right: 15px;
    }
    #clinic1_2 .sec6 {
        background-size: cover;
    }
    #clinic1_2 .sec6 .c_wrp {
        height: 250px;
    }
}
/* boneline_04 */
#boneline_04 .reviewList li {
    margin: 15px 0;
}
@media (min-width:768px){
    #boneline_04 .reviewList a:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0%;
        width: 100%;
        height: 100%;
        opacity: 0;
        border: 1px solid #f2953e;
    
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #boneline_04 .reviewList a:hover:after {
        left: 0;
        opacity: 1;
    }
}
/*franch_01*/
#franch_01 .sec1 .tt {
    margin-top: -30px;
}
#franch_01 .sec1 .topbox {
    margin-top: -60px;
    position: relative;
    z-index: 3;
    width: 480px;
    padding: 10px;
    background-color: #fff;
}
#franch_01 .sec1 .topbox .top_txt {
    background-color: #f4f4f4;
    padding: 50px 35px;
}
#franch_01 .sec1 .topbox .top_txt .lined {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #999;
    margin: 25px 0;
}
#franch_01 .sec1 .topbox .top_txt h3 span {
    font-weight: 500;
}
#franch_01 .sec1 .c_wrp .ibox img {
    border: 1px solid #ddd;
    padding: 10px;
}
#franch_01 .sec1 .c_wrp .tbox {
    padding-left: 10px;
}
#franch_01 .sec1 .c_wrp .tbox h4 {
    margin: 40px 0;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
    line-height: 1.4em;
}
#franch_01 .sec1 .c_wrp .tbox h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    width: 1px;
    background-color: #aaa;
}
#franch_01 .sec1 .c_wrp .tbox p {
    letter-spacing: -0.04em;
}
@media (min-width:1200px) {
    #franch_01 .sec1 .c_wrp .ibox img {
        margin-right: -60px;
    }
}
@media (max-width:992px) {
    #franch_01 .sec1 .tt {
        margin-top: -25px;
    }
}
@media (max-width:768px) {
    #franch_01 .sec1 .tt {
        margin-top: -20px;
    }
}
/*franch_01 .sec2*/
#franch_01 .sec2 .top_img {
    height: 350px;
    background: url(../img/top_img_bg.jpg) center center no-repeat;
    background-attachment: fixed;
}
#franch_01 .sec2 .top_img h2 {
    margin-bottom: 30px;
}
#franch_01 .sec2 .bsnIdent {
    max-width: 930px;
    margin: 0 auto;
    margin-top: -60px;
    position: relative;
    z-index: 3;
}
#franch_01 .sec2 .bsnIdent .row {
    margin: 0 -5px;
}
#franch_01 .sec2 .bsnIdent .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
#franch_01 .sec2 .bsnIdent .m_wrp {
    background-color: #f4f4f4;
}
#franch_01 .sec2 .bsnIdent .m_wrp .icon {
    text-align: center;
}
#franch_01 .sec2 .bsnIdent .m_wrp .tbox h5 {
    font-weight: 500;
}
#franch_01 .sec2 .bsnIdent .m_wrp .tbox p {
    line-height: 1.4em;
    margin-top: 5px;
}
@media (min-width:768px) {
    #franch_01 .sec2 .bsnIdent .m_wrp {
        padding: 60px 20px 30px;
    }
    #franch_01 .sec2 .bsnIdent .m_wrp .tbox {
        margin-top: 15px;
    }
}
@media (max-width:768px) {
    #franch_01 .sec2 .top_img {
        height: 200px;
        background-size: cover;
    }
    #franch_01 .sec2 .bsnIdent {
        max-width: 90%;
    }
    #franch_01 .sec2 .bsnIdent .m_wrp .icon {
        width: 25%;
        padding-left: 15px;
    }
    #franch_01 .sec2 .bsnIdent .m_wrp .icon img {
        width: 50px;
    }
    #franch_01 .sec2 .bsnIdent .m_wrp .tbox {
        padding: 15px;
    }
}
/*franch_01 .sec3*/
#franch_01 .sec3 {
    background-color: #f7f7f7;
}
#franch_01 .sec3 ul li {
    margin: 15px 0;
}
#franch_01 .sec3 ul li .c_wrp {
    border: 1px solid #ddd;
    height: 180px;
    background-color: #fff;
}
#franch_01 .sec3 ul li .c_wrp .icon {
    width: 30%;
}
#franch_01 .sec3 ul li .c_wrp h5 {
    font-weight: 500;
}
#franch_01 .sec3 ul li .c_wrp h6 {
    margin-top: 10px;
}
@media (max-width:768px) {
    #franch_01 .sec3 ul li {
        margin: 5px 0;
    }
    #franch_01 .sec3 ul li .c_wrp {
        height: 130px;
    }
    #franch_01 .sec3 ul li .c_wrp .icon {
        width: 25%;
        padding-right: 15px;
    }
    #franch_01 .sec3 ul li .c_wrp h6 {
        margin-top: 5px;
    }
}
/*sec4*/
#franch_01 .sec4 {
    background: url(../img/fr4_bg.jpg) center center no-repeat;
    background-attachment: fixed;
}
#franch_01 .sec5 .condi .item_wrp li {
    position: relative;
}
#franch_01 .sec5 .condi .item_wrp li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -15px;
    width: 31px;
    height: 100%;
    top: 0;
    background: url(../img/org_arr.png) center center no-repeat;
}
#franch_01 .sec5 .condi .item_wrp {
    text-align: center;
}
#franch_01 .sec5 .condi .item_wrp .item p {
    display: inline-block;
    width: 100%;
    line-height: 136px;
    border: 1px solid #ff7427;
    border-radius: 50%;
}
@media (max-width:1200px){
    #franch_01 .sec5 .condi .item_wrp .item p {
        line-height: 103px;
    }
}
@media (max-width:992px){
    #franch_01 .sec5 .condi .item_wrp .item p {
        line-height: 163px;
    }
}
@media (min-width:768px){
    #franch_01 .sec5 .condi > li {
        position: relative;
        padding-left: 200px;
        margin-bottom: 60px;
    }
    #franch_01 .sec5 .condi > li h4 {
        position: absolute;
        left: 0;
    }
}
@media (max-width:768px){
    #franch_01 .sec5 .condi > li {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
    #franch_01 .sec5 .condi .item_wrp {
        max-width: 500px;
        margin: 0 auto;
    }
    #franch_01 .sec5 .condi .item_wrp .item p {
        line-height: 156px;
    }
}
@media (max-width:500px){
    #franch_01 .sec5 .condi .item_wrp {
        max-width: 330px;
    }
    #franch_01 .sec5 .condi .item_wrp li {
        margin-top: 10px;
    }
    #franch_01 .sec5 .condi .item_wrp .item p {
        line-height: 100px;
    }
    #franch_01 .sec5 .condi .item_wrp li:not(:last-child):after {
        right: -15px;
        width: 25px;
        background-size: 25px;
    }
}

/*condi_dct*/
.condi_dct .c_wrp {
    border: 1px solid #ddd;
    padding: 40px;
}
@media (max-width:768px){
    .condi_dct > li {
        position: relative;
    }
    .condi_dct > li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 10%;
        height: 80%;
        width: 1px;
        background-color: #ddd;
    }
    .condi_dct .c_wrp {
        border: 0px;
        padding: 15px;
        text-align: center;
    }
    .condi_dct .c_wrp img {
        width: 35px;
        margin-bottom: 10px;
    }
}


/*sellForm : 매물내놓기*/
#sellForm {
    max-width: 900px;
    margin: 0 auto;
}
#sellForm .inputWrp {
    box-shadow: 10px 10px 60px rgba(0,0,0,0.2);
    border-radius: 36px;
    background-color: #fff;
    padding: 100px;
}
#sellForm .schbox {
    border: 2px solid #f59a23;
    border-radius: 8px;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sellForm .schbox .schBtn {
    border: 0;
    background-color: transparent;
    color: #f59a23;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 45px;
    width: 40px;
    text-align: center;
    font-size: 20px;
}
#sellForm .schbox input {
    padding-right: 60px;
}
@media (max-width:768px){
    #sellForm .inputWrp {
        padding: 40px 20px;
        border-radius: 20px;
    }
    #sellForm .schbox {
        padding: 0;
    }
    #sellForm .schbox .schBtn {
        line-height: 35px;
        font-size: 16px;
    }
}

/*btn*/
.btnCom {
    border: 0px;
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
    max-width: 150px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 12px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btnCom.sideMd {
    max-width: 180px;
}
.btnCom.dk {
    color: #fff;
    background-color: #000;
}
.btnCom.gray {
    color: #fff;
    background-color: #7A7A7A;
}
.btnCom.bl {
    color: #fff;
    background-color: #0988F8;
}
.btnCom.pk {
    color: #fff;
    background-color: #EA4075;
}
.btnCom.gd {
    color: #fff;
    background-color: #CEAD6B;
}
.btnCom.mint {
    color: #fff;
    background-color: #03CCE1;
}
.btnCom.org {
    color: #fff;
    background-color: #f59a23;
}
@media (max-width:500px){
    .btnCom {
        max-width: 100px;
        font-size: 12px;
        line-height: 35px;
        border-radius: 4px;
    }
}

/*basicForm*/
form.basicForm {
    text-align: left;
}
form.basicForm label {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 8px;
    font-weight: 500;
    color: #888;
}
form.basicForm .form-control {
    box-shadow: 0 0 0;
    border: 0px;
    border-radius: 8px;
    background-color: #E8E8E8;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
form.basicForm .form-control:focus {
    background-color: #fff;
}
form.basicForm .form-control:not(textarea) {
    height: 49px;
}
form.basicForm .checkbox-custom label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #888;
}
@media (max-width:500px){
    #sellForm {
        max-width: 90%;
    }
    form.basicForm .form-control,
    form.basicForm label {
        font-size: 13px;
    }
    form.basicForm .form-control:not(textarea) {
        height: 39px;
    }
}