@media (max-width: 1179px) {
	.contBox .div_tb .tb_content.ssmall > div:nth-child(2){
		line-height:1.8;
	}
	.log_right{
		display:flex;
		align-items:center;
	}
	.log_right > div + div{
		margin-left:5px;
	}
    .header {
        display: none;
    }
    .present .p_table ul li{
        display:block;
    }
	.visualSlide{
		display:none;
	}
	.movisualSlide{
		display:block;
		padding-top:55px;
		overflow:hidden;
	}
    .mobile_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2;
        background: #fff;
        box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.1);


    }
	
    .mobile_gnb {
        display: block;
        position: fixed;
        top: 0;
        lefT: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        padding: 20px;
        height: 100%;
        overflow-y: auto;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
    }

    .mobile_gnb.open {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);

    }

    .visualSlide .slick-slide {
        min-width: unset;
        margin: 0;
       
    }
    .visualSlide .f_box{
        display:block;
    }
    .visualSlide .f_box .left{
        width:100%;
        min-width:100%;
    }
    .visualSlide .slick-slide{
        width:auto;
    }
    .visualSlide .f_box .right{
        min-width:auto;
        width:100%;
        margin-top:20px;
    }
    .visualSlide .f_box .right .img + .video iframe{
        width:100%;
        min-height:300px;
    }
    .slide_box .slide_txt {
        padding: 0;
        margin-left: 0;
    }

    .slide_box {
        height: auto !important;
        
    }

    .hambtn .blind {
        display: block;
        width: 15px;
        height: 13px;
        background: url(../img/ham_btn.png);
        background-size: 15px;
        background-repeat: no-repeat;
    }

    .hambtn2 {
    
        width: 75px;
        height: 35px;
        /*background: url(../img/join_btn.png);*/
        background: url(/images/login.jpg);
        background-size: 75px;
        background-repeat: no-repeat;

    }

    .slide_btnWrap {
        display: none;

    }

    .slide_box .slide_txt .txt01 {
        display: none;
    }

    .slide_box .slide_txt .txt02 {
        font-size: 24px;
        line-height: 30px;
    }

    .slide_box .slide_txt .txt03 {
        font-size: 16px;
    }

    .slide_box .slide_txt .txt04 {
        margin-top: 25px;
    }

    .conSection>.tit {
        text-align: center;
        font-size: 22px;
    }
	.conSection>.desc{
		font-size:18px;
		line-height: 27px;
		padding:0 20px;
	}

    .conWrap {
        margin-top: 60px;
    }

    .content_best {
        margin-top: 30px;
        padding: 0 20px;
    }

    .best_slide .slick-slide {
        min-width: auto;

    }

    .visualSlide {
        padding: 75px 20px 0 20px;
    }

    .best_slide .slick-slide {
        margin: 0 5px;
    }

    .content_best .best_slide_box {
        padding: 35px 25px;
    }

    .content_best .best_slide_box>.tit {
        font-size: 18px;
    }

    .content_best .best_slide_box>.num_data {
        margin-top: 20px;
    }

    .content_best .best_slide_box .txt_data ul li .data_tit {
        font-size: 15px;
    }

    .content_best .best_slide_box .txt_data ul li .data_data {
        font-size: 15px;
    }

    .content_best .best_slide_box .name_data .txt {
        font-size: 16px;
    }

    .conSection.bg {
        padding: 60px 0;
    }

    .content_strategy {
        margin-top: 30px;
        padding: 0 20px;
    }

    .strategy_slide .slick-slide {
        margin: 0 5px;

    }

    .strategy_slide_box {
        top: 0px !important;
    }

    .strategy_slide_box {
        padding: 45px 30px 70px 30px;
    }

    .strategy_slide_box>.tit {
        font-size: 18px;
        line-height: 28px;
        height: 56px;
        -webkit-line-clamp: 2;
    }

    .strategy_slide_box>.desc {
        margin-top: 20px;
        -webkit-line-clamp: 6;
        font-size: 15px;
        height: 150px;
        line-height: 25px;
    }

    .strategy_slide_box>.date {
        margin-top: 20px;
    }

    .conSection+.conSection {
        margin-top: 30px;
    }

    .conSection .expert ul li {
        width: 100%;
        float: none;
    }

    .conSection .expert ul li+li {
        margin-left: 0px;
        margin-top: 20px;
    }

    .conSection .expert ul li .img img {
        width: 100%;
    }

    .conSection .expert ul li .img {
        height: auto;
    }

    .conSection .expert ul li .data_box {
        padding: 20px;
    }

    .conSection .expert ul li .data_box>.tit {
        font-size: 18px;
    }

    .conSection .expert ul li .data_box>.desc {
        font-size: 15px;
        line-height: 25px;
        height: 50px;
    }

    .btnWrap a {
        font-size: 14px;
    }

    .conSection .expert ul li:hover {
        box-shadow: none;
    }

    .conSection .expert ul li:hover .data_box {
        border: 1px solid #E0DDDC;
    }

    .main_board .main_board_wrap {
        float: none;
        width: 100%;
    }

    .main_board {
        padding: 0 20px;
    }

    .main_board .main_board_wrap>.tit {
        text-align: center;
        font-size: 22px;
    }

    .main_board .main_board_wrap>.more {
        margin-top: 5px;
    }

    .main_board .main_board_wrap ul {
        margin-top: 10px;
    }

    .vod>li {
        display: block;
        padding:20px 0 !important;
    }
    .main_board .main_board_wrap .notice li{
        padding:20px 0 !important;

    }

    .vod_right {
        margin-top: 15px;
        margin-left:50px;
    }

    .main_board .main_board_wrap .vod .vod_left .tit {
        font-size: 15px;
        height: 15px;
    }

    .vod_left .vod_left_r {
        margin-left: 10px;
    }

    .main_board_wrap+.main_board_wrap {
        margin-left: 0px !important;
        margin-top: 60px;
    }

    .main_board .main_board_wrap .notice li a>.tit {
        font-size: 15px;
        height: 15px;
    }

    .main_youtube>.tit {
        font-size: 22px;
    }

    .main_youtube .youtube_list ul li {
        float: none;
        width: 100%;
    }

    .main_youtube .youtube_list ul li+li {
        margin-left: 0px;
        margin-top: 35px;

    }

    .main_youtube .youtube_list ul li>.tit {
        margin-top: 15px;
    }

    .main_youtube .youtube_list ul li>.writer {
        margin-top: 15px;
    }

    .main_youtube .youtube_list ul li .img img {

        height: auto;
    }

    .main_youtube {
        padding: 0 45px;
    }

    .ytb_video iframe {
        width: 100% !important;

    }

    .layer_popup {
        width: 95%;
        margin: 0 auto;
    }

    .close_pop {
        right: 0;
        top: -50px;
    }

    .foot_top .foot_info {
        display: block;
    }

    .footer .foot_top {
        padding: 35px 20px
    }

    .info_icon {
        margin-top: 35px;
        display: block;
    }

    .info_icon>li {
        float: left;
        width: 50%;
    }

    .info_icon:after {
        clear: both;
        display: block;
        content: '';
    }

    .info_icon li+li {
        margin-left: 0px;
    }

    .info_icon li:nth-child(3) {
        margin-top: 25px;
        width: 100%;
    }

    .footer .foot_bottom {
        padding: 40px 20px;
    }

    .info_icon li>.tit {
        line-height: 1;

    }

    .info_icon li>.desc {
        font-size: 15px;
        margin-top: 15px;
        line-height: 1;
    }

    .hamclose {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 20;

    }

    .hamclose .blind {
        display: block;
        width: 13px;
        height: 13px;
        background: url(../img/ham_close.png);
        background-size: 13px;
        background-repeat: no-repeta;

    }

    .input_box {
        margin-top: 35px;
        padding: 0 20px 35px 20px;
    }

    .input_box .m_log_before>ul>li+li {
        margin-top: 10px;
    }

    .m_log_before .ipWrap label {
        width: 65px;
        display: block;
    }

    .m_log_before .btnWrap {
        margin-top: 10px;
    }

    .m_log_before .btnWrap a {
        color: #fff;
        background: var(--main-color);
        height: 35px;
        line-height: 35px;
        font-weight: 500;

    }

    .m_log_before .ipWrap input[type="text"],
    .m_log_before .ipWrap input[type="password"] {
        height: 33px;
        line-height: 33px;
        width: calc(100% - 65px);
        margin-left: 0px !important;
        border: 1px solid #eee;
    }

    .m_log_before .ipWrap {
        display: flex;
        align-items: center;

    }

    .m_log_before .ectWrap {
        margin-top: 20px;
    }

    .m_log_before .ectWrap ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m_log_before .ectWrap ul li+li {
        margin-left: 30px;
    }

    .m_log_before .ectWrap ul li a {
        font-size: 15px;
        color: #666;
    }

    .mobile_gnb .menu {
        border-top: 1px solid #E0DDDC;
        padding-top: 20px;

    }

    .m_depth01>li>span {
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        color: #333;
        padding: 15px 0;
        display: block;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
    }

    .m_depth01>li>span:after,
    .m_depth01>li>span:before {
        display: block;
        content: "";
        position: absolute;
        width: 2px;
        height: 9px;
        background: #333;
        right: 18px;
    }

    .m_depth01>li>span:after {
        top: 20px;
        transform:rotate(315deg);
        -webkit-transform:rotate(315deg);
        -moz-transform:rotate(315deg);
        -ms-transform:rotate(315deg);
        -o-transform:rotate(315deg);
    }

    .m_depth01>li>span:before {
        top: 20px;
        right:12px;
        transform:rotate(-315deg);
        -webkit-transform:rotate(-315deg);
        -moz-transform:rotate(-315deg);
        -ms-transform:rotate(-315deg);
        -o-transform:rotate(-315deg);
    }

    .m_depth01>li.on>span:after,
    .m_depth01>li.on>span:before{
        background: var(--main-color);
    }
    .m_depth01>li.on>span {
        color: var(--main-color);
    }

    .m_depth01>li.on>span:before{
        right:18px;
        transform:rotate(-135deg);
        -webkit-transform:rotate(-135deg);
        -moz-transform:rotate(-135deg);
        -ms-transform:rotate(-135deg);
        -o-transform:rotate(-135deg);
    }
    .m_depth01>li.on>span:after{
        right:12px;
        transform:rotate(135deg);
        -webkit-transform:rotate(135deg);
        -moz-transform:rotate(135deg);
        -ms-transform:rotate(135deg);
        -o-transform:rotate(135deg);
    }

    .m_depth02 {
        margin-left: 10px;
        display: none;

    }

    .m_depth02>li {
        padding: 12px 0;
    }

    .m_depth02>li>a {
        color: #666666;
    }

    .left_sidebox,
    .right_sidebox {
        display: none;
    }

    .log_after {
        margin-top: 35px;
        display:block;
    }

    .log_after .nameBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .log_after .nameBox .tit {
        font-weight: 500;
        font-size: 14px;
        color: #333;
        margin-left: 20px;
    }

    .log_after .nameBox .desc {
        font-weight: 600;
        font-size: 18px;
        color: #333;
        display: flex;
        align-items: center;
    }

    .log_after .nameBox .desc .logout {
        margin-left: 10px;
        display: block;
        width: 15px;
        height: 15px;
        background: url(../img/logout.png);
        background-size: 15px;
        background-repeat: no-repeat;

    }

    .log_after .service_info {
        margin-top: 20px;
        padding: 20px;
        background: rgba(241, 241, 241, 0.46);
    }

    .log_after .service_info .tit {
        font-weight: 500;
        font-size: 14px;
        color: #333333;
    }

    .log_after .service_info .desc {
        margin-top: 15px;
        font-size: 14px;
        line-height: 25px;
        color: #666666;
    }

    .log_after .link_menu {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .link_menu .member_info {
        display: inline-block;
        padding-left: 45px;
        line-height: 35px;
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }

    .link_menu .member_info>span {
        content: '';
        display: inline-block;
        width: 35px;
        height: 35px;
        background: url(../img/mem_info.png);
        background-size: 15px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        background-color: var(--main-color);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .link_menu .pay_info {
        display: inline-block;
        padding-left: 45px;
        line-height: 35px;
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }

    .link_menu .pay_info>span {
        content: '';
        display: inline-block;
        width: 35px;
        height: 35px;
        background: url(../img/pay_info.png);
        background-color: var(--main-color);
        background-size: 15px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .link_menu>a+a {
        margin-left: 30px;

    }

    .gotop{
        display:none;
        position:fixed;
        bottom: 40px;
        right: 20px;
        text-align:center;
    }
    .gotop.stop{
        position:absolute;

    }
    .gotop > p{
        margin-top:5px;
        font-weight: 700;
        font-size: 15px;
        color:#333;
        line-height:1;
    }
    .gotop span{
        width:50px;
        height:50px;
        display:block;
        background:url(../img/top_btn.png);
        background-color:var(--main-color);
        background-repeat:no-repeat;
        background-size:15px 21px;
        background-position:center center;
        border-radius:50%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        -ms-border-radius:50%;
        -o-border-radius:50%;
        box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.25);
    }
    .conSection .expert{
        margin-top:30px;
        padding:0 20px;

    }
    .strategy_slide .slick-list{
        height:470px;

    }
    .mobile_header .logo a img{
        display:block;
        width:120px;

    }
    .sub_wrap{
        padding:0 20px;
        padding-top:56px;
    }
    .location{
        background:none;
        display:none;
    }
    .sub_content{
        margin-top:50px;
    }
    .sub_content .sub_tit{
        font-size:30px;
        margin-bottom:40px;
        line-height:1;
    }
    .expert ul li{
        width:100%;
    }
    .expert ul li + li{
        margin:0 !important;
        margin-top:20px !important;
    }
    .expert ul li .img{
        height:auto;
    }
    .expert ul li .img img{
        width:100%;
    }
    .expert ul li .data_box{
        padding:20px;
    }
    .expert ul li .data_box>.tit{
        font-size:18px;
        line-height:1.2;
    }
    .expert ul li .data_box>.desc{
        font-size:15px;
        line-height:25px;
    }
    .expert{
        padding:0 20px;
    }
    .expert_view .top_area{
        display:block;
    }
    .expert_view .top_area .left_box{
        width:100%;
        max-width:100%;
        min-width:100%;
    }
    .expert_view .top_area .left_box .img img{
        width:100%;
        display:block;
    }
    .expert_view .top_area .right_box{
        margin-left:0px;
        margin-top:40px;
    }
    .expert_view .top_area .right_box > .desc{
        font-size:15px;

    }
    .expert_view .top_area .right_box > .content > ul > li{
        display:block;
    }
    .expert_view .top_area .right_box > .content > ul > li .tit{
        font-size:18px;
        display:block;
        width:100%;
    }
    .expert_view .top_area .right_box > .content > ul > li .desc{
        margin-top:10px;
    }
    .expert_view .top_area .right_box > .content > ul > li > .desc > ul > li{
        font-size:15px;
    }
    .expert_view .bottom_area{
        margin:0 -20px;
        margin-top:60px;
        padding:60px 20px 80px 20px;
    }
    .expert_view .bottom_area .layout_box .img img{
        display:block;
        width:100%;
    }
    .tabs > div{
        width:50% !important;
    }
    .tabs > div{
        border:none!important;
        height:40px;
        line-height:40px;
    }
    .tabs{
        border:1px solid #E0DDDC;
    }
    
    .tabs > div:nth-child(n + 3){
        border-top:1px solid #E0DDDC !important;
    }
    .tabs > div:nth-child(n + 2){
        border-left:1px solid #E0DDDC !important;
    }
    .div_tb .tb_tit{
        display:none;
    }
    .contBox .div_tb .tb_content{
        padding:20px 0;

    }
    .contBox .div_tb .tb_content > div:first-child{
        color:#333;
        font-weight:500;
        font-size:15px;
    }
    .contBox .div_tb .tb_content > div{
        display:block;
        float:none;
        width:100% !important;
        text-align:left;
        height:auto;
        line-height:1.2;
        font-size:14px;
    }
    .contBox .div_tb .tb_content > div + div{
        margin-top:15px;
    }
    .view_tb_data .tabs + .tb_box{
        margin-top:40px;
    }
    .tb_box .contBox{
        border-top:1px solid #333333;
    }

    .tb_content_t p{
        height:auto;
        line-height:1;
        padding:0;
    }
    .name_data{
        justify-content: flex-start;
    }
    .search_top{
        justify-content: space-between;
    }
    .search_top > .ipWrap:first-child{
        width:30%;
    }
    .search_top > .ipWrap{
        width:70%;
    }
    .search_top > .ipWrap select, .search_top > .ipWrap input{
        width:100% !important;
    }
    .board_view .view_top{
        padding:25px;
    }
    .board_view .view_top .view_tit{
        font-size:18px;
        line-height:28px;
        text-align:left;
    }
    .board_view .view_top .view_info{
        justify-content: start;
        margin-top:20px;
    }
    .view_cont{
        padding:30px 40px 40px 40px;
    }
    .view_cont p + p{
        margin-top:20px;
    }
    .view_cont p{
        font-size:15px;
        line-height:25px;
    }
    .comment_wrap .comment_input{
        display:block;
    }
    .comment_wrap .comment_input:after{
        clear:both;
        display:block;
        content:'';
    }
    .comment_wrap .comment_input textarea{
        width:100%;
        display:block;
    }
    .comment_wrap .comment_input button{
        margin-left:0px;
        margin-top:20px;
        width:65px;
        height:35px;
        line-height:35px;
        float:right;
    }
    .comment_wrap .comment .comment_list ul li{
        padding:25px 0;
    }
    .comment_wrap .comment .comment_list ul li .writer{
        font-size:15px;
    }
    .view_prev a > span, .view_next a > span{
        font-size:14px;
    }
    .view_prev a > span + span, .view_next a > span + span{
        margin-left:10px;
    }
    
    .file .filt_tit{
        height:auto;
        line-height:inherit;
        min-width:80px;
    }
    .file .file_desc{
        height:auto;
        line-height:inherit;
        padding:0 10px;
    }
    .fbox{
        display:block;
    }
    .fbox .fl{
        width:100%;
        padding:0;
        background:none;
        font-size:15px;
        line-height:1;
       
    }
    .fbox .fr{
        padding:0;
        margin-top:12px;
    }
    .box_tb .fbox{
        margin-top:20px;
    }
    .box_tb .fbox + .fbox{
        border:none;
        margin-top:20px;
    }
    .thumnail_list ul li{
        width:100%;
    }
    .thumnail_list ul li + li{
        margin-left:0px;
        margin-top:30px;
    }
    .box_list .contBox .div_tb .tb_content{
        width:100%;
    }

    .box_list .contBox .div_tb .tb_content + .tb_content{
        margin-left:0px;
        margin-top:20px;
    }
    .mbornone{
        border:none!important;
    }
    .payment{
        display:block;
    }
    .payment .desc{
        margin-left:0px;
        margin-top:20px;
        padding:30px;
    }
    .payment .img img{
        width:100%;
    }
    .last_price > span{
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
    }
    .ipWrap input[type="radio"] + label{
        width:auto;
        font-size:15px;

    }
    .d_tb .row{
        display:block;
        height:auto;
        line-height:1;
        padding:10px 0;
    }
    .d_tb .row > .col{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
    .d_tb .row > .col + .col{
        margin-top:20px;
        justify-content: flex-end;
    }
    .before_price{
        font-size:13px;
        line-height: 19px;
    }
    .ico_recepit{
        height:auto;
    }
    .ico_recepit .recepit_icon{
        padding-left:55px;
    }
    .ico_recepit .recepit_icon:before {
        width:36px;
        height:41px;
        background-size:36px;
    }
    .ico_recepit{
        padding:30px 20px 0 20px;
    }
    .ico_recepit .recepit_icon .priceWrap{
        display:block;
        margin-top:10px;
    }
    .priceWrap .price{
        padding-left:0px;
        margin-top:10px;
        font-size:14px;
    }
    .ico_recepit .recepit_icon .dis_price{
        font-size:13px;
        line-height:19px;
    }
    .priceWrap .price span{
        font-size:20px;
    }
    .result > div{
        font-size:15px;
    }
    .result > div + div{
        margin-left:0px;
        margin-top:10px;
    }
    .payment .desc .result{
        display:block;
        padding:15px 0;
    }
    .loginWrap .img{
        display:none;
    }
    .loginWrap .loginBox{
        border:none;
        padding:0;
    }
    .login_row .ipWrap input{
        width:100% !important;
    }
    .loginWrap{
        display:block;
    }
    .loginWrap .loginBox .login_row .label + .ipWrap{
        margin-top:15px;
    }
    .loginWrap .loginBox .login_row .label{
        font-size:15px;
    }
    .loginWrap .loginBox .linkWrap{
        margin-top:30px;
    }
    .stepWrap{
        margin-top:0px;
    }
    .joinWrap{
        border:none;
    }
    .stepWrap ul li .txt{
        font-size:15px;
    }
    .stepWrap ul li .stepcircle{
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        -moz-transform:scale(0.8);
        -ms-transform:scale(0.8);
        -o-transform:scale(0.8);
    }
    .stepWrap ul li + li{
        margin-left:65px;
    }
    .stepWrap ul li + li:before{
        width:40px;
        left: -55px;
        top: 62px;
    }
    .joinWrap .joindesc{
        margin-top:40px;
    }
    .termSection .tit{
        font-size:18px;
    }
    .termSection .desc{
        margin-top:20px;
        padding:25px;
        height:200px;
    }
    .termSection .desc p{
        font-size:0.9em;
    }
    .ipWrap input[type="checkbox"] + label{
        font-size:15px;
    }
    .termSection + .termSection{
        margin-top:40px;
    }
    .joindesc .termnoti{
        margin-top:40px;
        padding:30px;
    }
    .joindesc .termnoti .tit{
        font-size: 18px;
    }
    .joindesc .termnoti .desc p{
        font-size:0.8em;
    }
    .termWrap p{
        font-size:0.8em;
    }
    .join_complete{
        padding:40px 25px;
    }
    .join_complete .txt{
        font-size:15px;
        line-height:25px;
    }
    .join_complete .id_check{
        margin-top:30px;
    }
    .join_complete .id_check span + span{
        font-size:18px;
    }
    .tabs + .join_input{
        margin-top:40px;
    }
    .fr .ipWrap input{
        width:100%;
    }
    .phone > .ipWrap input, .phone > .ipWrap select{
        width:calc( (100% - 20px) / 3 ) !important;
        min-width:auto;
    }
    .box_tb .fbox:last-child{
        align-items: flex-start;
        padding-bottom:10px;
    }
    .fbox .fr .ipWrap .noti_txt{
        display:block;
        margin-left:0px;
        margin-top:10px;
    }
    .phone{
        display:block;
    }
    .agree > .ipWrap{
        display:block;
    }
    .agree{
        margin-left:0px;
        margin-top:20px;
    }
    .my_info:before{
        top:0;
    }
    .my_info > div > span + span{
        min-width:auto;
    }
    .my_info > div + div{
        margin-top:15px;
    }
    .my_info{
        display:block;
    }
    .my_info > div{
        display:flex;
        justify-content: space-between;
    }
    .ipWrap.terms{
        text-align:left;
    }
    .borderbox{
        padding:30px;
    }
    .leavebox{
        padding:0;
        padding-top:70px;
    }
    .leavebox:before{
        width:50px;
        height:50px;
        background-size:50px;
    }
    .leavebox > .tit{
        font-size:18px;
    }
    .list li{
        font-size:15px;
    }
    .mem_num{
        display:block;
        max-width:100%;
        text-align:center;
    }
    .mem_num > .tit{
        font-size: 18px;
        line-height:1;
    }
    .mem_num > .desc{
        margin-top:20px;
        font-size:18px;
        line-height:35px;
        
    }
    .mem_num > .desc span{
        font-size:35px;
        line-height:35px;
    }
    .tbWrap table tr th, .tbWrap table tr td{
        font-size:15px;
        padding:15px 4px;
    }
    .send_message{
        display:block;
    }
    .sendWrap{
        margin-left:0px;
        margin-top:0px;
        width:100%;
    }
    .sendWrap .bbox{
        display:block;
    }
    .sendWrap .bbox .radioWRap{
        margin-top:15px;
    }
    .schedule_bottom .btnWrap a + a{
        margin-top:5px;
        margin-lefT:0px;
    }
    .date_ip .ipWrap:first-child{
        display:block;
        
    }
    .date_ip .ipWrap + .ipWrap{
        margin-left:0px;
        margin-top:10px;
    }
    .viewNum{
        display:none !important;
    }
    .boardNum{
        display:none !important;
    }
    .contBox .div_tb .tb_content > div.num{
        display:none !important;
    }
    .contBox .div_tb .tb_content.noti{
        padding-left:35px;
    }
    .contBox .div_tb .tb_content.noti:before{
        content:'';
        display:block;
        width: 25px;
        height: 25px;
        
        background: var(--main-color) url(../img/icon_pin.png);
        
        background-size: 12px;
        background-repeat: no-repeat;
     
        background-position: center center;
        border-radius: 50%;
       
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        position:absolute;
        top:28px;
        left:0;
        

    }
    .write_board{
        margin-top:30px;
    }
    .last_price{
        text-align: right;
    }
    .payment .d_tb .row .colb .ipWrap{
        min-width:auto;
       
    }
    .d_tb .row > .colb:first-child{
        align-items: center;
        justify-content: space-between;

    }
    .d_tb .row > .colb:first-child > .colb{
        flex:1;
        width:100%;
        text-align: right;
    }

    .payment .d_tb .row.dis > .colb + .colb:before{
        left:50px;
    }
    .pc{
        display:none;
    }
    .mobile{
        display:block;
    }
    .ipWrap.mobile select{
        width:100%;
        background-position:95% 14px;
    }
    .kakako{
        padding:0 45px;
    }
    .kakako ul{
        display:block;
    }
    .kakako ul li{
        float:left;
        width:calc( (100% - 20px) / 2);
    }
    .kakako ul:after{
        clear:both;
        display:block;
        content:'';
    }
    .kakako ul li:nth-child(2n){
        margin-left:20px;
    }
    .kakako ul li:nth-child(n + 3){
        margin-top:20px;
    }
    .d_tb .row .colbd + .colb{
        margin-left:0px;
        margin-top:20px;
    }
    .paymentWrap .fx_box{
        display:block;
    }
    .paymentWrap .fx_box .payment{
        min-width:100%;
        width:100%;
    }
    .paymentWrap .fx_box .payment + .termSection{
        margin-left:0px;
        margin-top:20px;
        min-width:100%;
        width:100%;
    }
	.tit + .main_board{
        margin-top:30px;
    }
	.conSection>.tit>.more{
		display:none;
	}
	.custombg:before{
		display:none;
	}
	.conSection{
		padding-top:30px;
		padding-bottom:40px;
	}
	.videobox{
		width:100%;
		margin-top:20px;
		padding:0 20px;
	}
	.videoconWrap{
		display:block;
	}
	.videoconWrap .videoLeft{
		width:100%;
	}
	.videoconWrap .videoLeft iframe{
		width:100%;
	}
	.vthumnail_list ul li{
		padding:15px 25px;
		font-weight: 500;
		font-size: 15px;
		color:#fff;
	}
    
	.pdlr20{
		padding:0 20px;
		
	}
	.icon_section{
		padding:0 20px;
		display:block;
		padding-bottom:70px;
	}
	.icon_section .ic_box{
		width:100%;
	}
	.icon_section .ic_box + .ic_box{
		margin-top:20px;
	}
	.footflex{
		display:block;
	}
	.footflex .f_left + .f_right{
		margin-left:0px;
		margin-top:20px;
	}
	.foot_bottom .copyWrap p .yellow{
		display:block;
		margin-left:0px;
	}
	.companyWrap{
		margin-top:0px;
	}
	.company_page .sub_tit{
		width:100%;
	}
	.companyWrap .visualTop{
		height:380px;
	}
	.companyWrap .visualTop .txt_box{
		width:90%;
		display:block;
		padding:40px 30px;
	}
	.visualTop .txt_box .left + .right{
		margin:0 !important;
		margin-top:30px !important;
		padding:0;
		border:0;
		font-size:18px;
		line-height:28px;
	}
	.visualTop .txt_box .left{
		font-size:30px;
		line-height:1;
	}
	.company_content{
		width:100%;
	}
	.company_content .com_section{
		display:block;
	}
	.company_content .com_section .img{
		min-width:auto;
	}
	.company_content .com_section > * + *{
		margin-lefT:0px;
		margin-top:65px;
	}
	.company_content .com_section .img.mo{
		display:block;
	}
	.company_content .com_section .img.pc{
		display:none;
	}
	.company_content .com_section .tbox .tit{
		margin-top:10px;
		font-size: 30px;
		line-height: 43px;
	}
	.company_content .com_section .tbox .desc{
		margin-top:20px;
		font-size: 18px;
		line-height: 27px;
	}
	.company_content .com_section + .com_section{
		margin-top:65px;
	}
	.top_banner{
		display:none;
	}
	
	#pc_pop{
		display:none;
	}

	
}

@media(max-width:374px){
    .view_cont{
        padding:30px 20px 40px 20px;
    }
    .board_view .view_top .view_info{
        justify-content: space-between;
    }
    .board_view .view_top .view_info .left + .right{
        margin-left:0px;
    }
}

@media (max-width: 767px){
    .ios_down h2{font-size: 30px;}
    .ios_down h6{font-size: 20px;}
    .ios_down p{font-size: 16px;}
    .ios_down img{width: 100%;}
	.footer .foot_top .foot_inner{
	display:block;
	}
	.footer .foot_top .foot_inner .text{
	text-align:Center;
	}
	.footer .foot_top .foot_inner .enter-link{
	margin-top:20px;
	text-align:center;
	}
}
