@font-face {
    font-family: 온글잎\ 의연체;
    src: url(../fonts/온글잎\ 의연체.ttf);
}






/*un_line*/
.un_line {
    position: relative;
    display: inline-block;
    padding: 5px 0;
}
.default{display:none;}
.un_line:after {
    content: "";
    position: absolute;
    left: 5%;
    top: 40%;
    height: 100%;
    width: 100%;
    background-color: #ececec;
}
.un_line > span {
    position: relative;
    z-index: 3;
}
@media (max-width:500px) {
    .un_line {
        padding: 0;
    }
}
/*brand_01*/
#brand_01 .sec1 .top h1 {
    font-size: 60px;
    font-weight: 700;
}
#brand_01 .sec1 .top h4 {
    margin-top: 30px;
    font-weight: 300;
    position: relative;
    z-index: 5;
}
#brand_01 .sec1 .gr_box {
    padding: 80px;
    background-color: #f7f7f7;
    text-align: center;
    position: relative;
}
#brand_01 .sec1 .gr_box .deco {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#brand_01 .sec1 .gr_box .deco span {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    width: 1px;
    background-color: #aaa;
    height: 160px;
}
#brand_01 .sec1 .gr_box .deco span:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #d42324;
    left: -6px;
    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(160px);
		-moz-transform: translateY(160px);
		-ms-transform: translateY(160px);
		-o-transform: translateY(160px);
        transform: translateY(160px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
#brand_01 .sec1 .gr_box h4 {
    line-height: 1.7em;
    font-weight: 300;
}
#brand_01 .sec1 .gr_box h4 strong {
    font-weight: 600;
    color: #333;
}
.padd_130{padding:130px 0;}
@media (max-width:824px) {
    #brand_01 .sec1 .top h1 {
        font-size: 50px;
        line-height: 1em;
    }
    #brand_01 .sec1 .gr_box {
        padding: 30px 0;
    }
    #brand_01 .sec1 .gr_box .deco span {
        top: -15px;
        height: 90px;
    }
    #brand_01 .sec1 .gr_box .deco span:after {
        width: 11px;
        height: 11px;
        left: -5px;
    }
    @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:500px) {
    #brand_01 .sec1 .top h1 {
        font-size: 40px;
    }
    #brand_01 .sec1 .gr_box .deco span {
        top: -10px;
        height: 60px;
    }
    #brand_01 .sec1 .gr_box .deco span:after {
        width: 7px;
        height: 7px;
        left: -3px;
    }
    @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(60px);
            -moz-transform: translateY(60px);
            -ms-transform: translateY(60px);
            -o-transform: translateY(60px);
            transform: translateY(60px);
        }
        100% {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
        }  
    }
}
/*brand_01 :: sec2*/
#brand_01 .sec2 .tit h5 {
    margin-top: 30px;
}
#brand_01 .sec2 .slider-single .slick-slide {
    text-align: center;
}
#brand_01 .sec2 .slider-single .slick-slide span {
    display: inline-block;
    padding: 15px;
    border: 1px solid #ddd;
}
#brand_01 .sec2 .slick-slide img {
    display: inline-block;
}
#brand_01 .sec2 .slider-nav {
    width: 100% !important;
}
#brand_01 .sec2 .slider-nav .slick-slide {
    cursor: pointer;
    position: relative;
    padding: 20px 0;
}
#brand_01 .sec2 .slider-nav .slick-slide .item {
    position: relative;
    display: inline-block;
}
#brand_01 .sec2 .slider-nav .slick-slide .item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    opacity: .2;

    -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;
}
#brand_01 .sec2 .slider-nav .slick-slide:nth-child(1) .item:after {
    background: url(../img/cli1.png) center center no-repeat;
}
#brand_01 .sec2 .slider-nav .slick-slide:nth-child(2) .item:after {
    background: url(../img/cli2.png) center center no-repeat;
}
#brand_01 .sec2 .slider-nav .slick-slide:nth-child(3) .item:after {
    background: url(../img/cli3.png) center center no-repeat;
}
#brand_01 .sec2 .slider-nav .slick-slide.is-active .item:after {
    opacity: 1;
}
#brand_01 .sec2 .slider-nav .slick-slide .dot {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 42px;
    background: url(../img/dot_gr.png) center center no-repeat;
}
#brand_01 .sec2 .slider-nav .slick-slide.is-active .dot {
    background: url(../img/dot_rd.png) center center no-repeat;
}
#brand_01 .sec2 .slider-nav .slick-slide .item h4,
#brand_01 .sec2 .slider-nav .slick-slide .item p {
    color: #999;

    -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;
}
#brand_01 .sec2 .slider-nav .slick-slide.is-active .item h4,
#brand_01 .sec2 .slider-nav .slick-slide.is-active .item p {
    color: #0b0b0b;
}
@media (min-width:824px) {
    #brand_01 .sec2 .rt {
        padding-left: 20px;
    }
    #brand_01 .sec2 .slider-nav .slick-slide {
        width: 100% !important;
    }
    #brand_01 .sec2 .slider-nav .slick-slide:not(:last-child) {
        border-bottom: 1px solid #eee;
    }
    #brand_01 .sec2 .slider-nav .slick-slide .item {
        padding-left: 55px;
        width: 70%;
    }
    #brand_01 .sec2 .slider-nav .slick-slide.is-active .item h4 {
        font-size: 28px;
        font-weight: 700;
    }
    #brand_01 .sec2 .slider-nav .slick-slide.is-active .item p {
        font-size: 20px;
    }
}
@media (max-width:824px) {
    #brand_01 .sec2 {
        padding-top: 10px;
    }
    #brand_01 .sec2 .rt {
        padding-top: 20px;
    }
    #brand_01 .sec2 .slider-nav .slick-slide {
        padding: 20px 0 35px;
    }
    #brand_01 .sec2 .slider-nav .slick-slide .dot {
        height: 15px;
        width: 15px;
        /*background-size: 15px !important;*/
    }
    #brand_01 .sec2 .slider-nav .slick-slide .item {
        width: 100%;
    }
    #brand_01 .sec2 .slider-nav .slick-slide .item:after {
        right: 20px;
        top: 80%;
        left: auto;
        width: 30px;
        height: 30px;
        background-size: 100% !important;
    }
}
/*brand_01 :: sec3*/
#brand_01 .sec3 {
    height:100%!important;
    background: url(../img/br1_sec3_bg.jpg) center center no-repeat;
    
}
@media (max-width:824px) {
    #brand_01 .sec3 {
        text-align: center;
        background-size: cover;
    }
}
/*cnt_icon*/
.cnt_icon > li {
    position: relative;
}
.cnt_icon .item h1 {
    margin-top: 30px;
}
.cnt_icon .item h5 {
    margin-top: 15px;
    line-height: 1em;
    opacity: 0.7;
}
@media (min-width:824px) {
    .cnt_icon > li:not(:last-child):after {
        content: "";
        position: absolute;
        top: 10%;
        width: 1px;
        height: 80%;
        right: 15px;
        background: rgba(255, 255, 255, 0.1);
    }
}
@media (max-width:824px) {
    .cnt_icon > li {
        margin: 15px 0;
    }
    .cnt_icon .item img {
        width: 20px;
    }
    .cnt_icon .item h1 {
        margin-top: 10px;
    }
    .cnt_icon .item h5 {
        margin-top: 5px;
    }
}
/*brand_01 :: sec4*/
#brand_01 .sec4 .top h1 {
    font-size: 60px;
    font-weight: 700;
}
#brand_01 .sec4 ul li {
    margin: 15px 0;
}
#brand_01 .sec4 ul li .ptn_logo {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
}
@media (max-width:824px) {
    #brand_01 .sec4 .top h1 {
        font-size: 50px;
        line-height: 1em;
    }
    #brand_01 .sec4 ul li {
        margin: 5px 0;
    }
}
@media (max-width:500px) {
    #brand_01 .sec4 .top h1 {
        font-size: 40px;
    }
}

/*지점검색*/
#sps_sch {    
    background-color: #f7f7f7;
    padding: 80px 15px 70px;
    margin-bottom: 40px;
    border: 3px solid #eee;
}
#sps_sch .cont {
    max-width: 700px;
    margin: 0 auto;
}
#sps_sch .form-control {
    font-size: 20px;
    color: #111;
    font-weight: 300;
    letter-spacing: 0;
    border-radius: 0px;
    margin: 0 0 10px;
    height: 50px;
    padding: 0 10px;
    box-shadow: 0 0 0;
    border: 0px;
    border-bottom: 2px solid #333;
}
#sps_sch select.form-control {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/all_input_arrow.png) no-repeat 96% 50%
}
#sps_sch .sch_wr {    
    position: relative;
}
#sps_sch .sch_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0px;
    background-color: transparent;
}
#sps_sch .sch_wr {
    background-color: transparent;
}
#sps_sch .sch_wr input {
    font-size: 20px;
    color: #111;
    font-weight: 300;
    padding: 0 10px;
    height: 50px;
    background-color: transparent;
}
#sps_sch .sch_wr input:focus {
    box-shadow: 0 0 0;
    border: 0px !important;
}
#sps_sch .smtbtn {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    padding: 0 20px;
    height: 50px;
    line-height: 48px;
    border-radius: 0;
    background-color: #111;
    color: #fff;
    border: 1px solid #111;
    display: block;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 1200px) {
    .store_sub_list h4{margin-top:40px;}
    #sps_sch {
        padding: 15px 15px 30px;
    }
    #sps_sch .sch_wr input,
    #sps_sch .form-control {
        font-size: 14px;
    }
    #sps_sch select.form-control {
        background-size: 13px;
    }
    #sps_sch .smtbtn {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
        padding: 0 5px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}
/*지점 검색 결과*/

.store_sub_list > li {
    padding: 20px 0; /*수정사항*/
    border-bottom: 1px solid #ddd;
}
.store_sub_list .store {
    position: relative;
}
.store_sub_list .store .img {
    width: 320px; height:240px; border:1px solid #C4C4C4;
}
.store_sub_list .store .btn_box a {
    text-decoration: none;
    line-height: 40px;
    border: 1px solid #707070;
    border-radius:4px;
    width: 138px;
    color: #111;
    font-weight: 300;
    font-size: 15px;
    display: inline-block;

    text-align: center;
    padding: 0px;
}
.store_sub_list .store .btn_box2 a {
    text-decoration: none;
    line-height: 40px;
    border: 1px solid #707070;
    border-radius:4px;
    width: 138px;
    color: #111;
    font-weight: 300;
    font-size: 15px;
    display: inline-block;

    text-align: center;
    padding: 0px;
   
}

.store_info li:first-child{margin-bottom:8px;}
@media (min-width:992px) {
    .store_sub_list .store .txt {
        position: absolute;
        left: 400px;
        top: 0;
        height: 100%;
        padding-right: 100px;
    }
    .store_sub_list .store .btn_box {
        width:138px; height:40px;
        position: absolute;
        right: 0px;
        top: 70px;
      
    }
    .store_sub_list .store .btn_box2 {
        width:138px; height:40px;
        position: absolute;
        right: 0px;
        top: 145px;
       
    }
}
@media (max-width:1200px) {
    .store_sub_list .store .img{height:100%;}
    .store_sub_list .store .txt {
        margin-top: 15px;
    }
    .store_sub_list .store .img,
    .store_sub_list .store .img img {
        width: 100%;
    }
    .store_sub_list .store .btn_box {
        margin-top: 15px;
    }
    .store_sub_list .store .btn_box2 {
        margin-top: 15px;
    }
    .store_sub_list .store .btn_box a {
        line-height: 35px;
        width: 110px;
        font-size: 13px;
    }
    .store_sub_list .store .btn_box2 a {
        line-height: 35px;
        width: 110px;
        font-size: 13px;
    }
}
/*store_info*/
.conbox.bor_{border-top:1px solid #C4C4C4;}

.store .dft{text-align:left;}
.store_info {
    margin-top: 10px;
}
.store_info li p {
    position: relative;
    text-align:left;
    padding-left: 45px;
    height: 30px;
    padding-top: 5px;
    font-weight: 300;
}
.store_info li p span {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 28px;
    height: 26px;
    background: url(../img/str_addr.svg) center center no-repeat;
}
.store_info li p .tel {
    background: url(../img/str_tel.svg) center center no-repeat;
}
@media (max-width:992px) {
    .store_info {
        margin-top: 5px;
    }
    .store_info li p {
        padding-left: 20px;
    }
    .store_info li p span {
        width: 13px;
        height: 13px;
        background-size: 13px !important;
    }
}

/*store_view*/


.store_detail h5{padding-top:60px;}
#store_view_top {
    position: relative;
}
#store_view_top .top_info {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}
#store_view_top .top_info h3 a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background-color: #222;
    border: 1px solid #222;
    border-radius: 4px;
    padding: 6px 8px 8px 7px;
    line-height: 14px;
    height: auto;
    margin-left: 10px;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}
#store_view_top .right {
    position: relative;
}
#store_view_top .share_btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #aaa;
    height: 60px;
    cursor: pointer;
}
@media (min-width:824px) {
    #store_view_top > div {
        float: left;
    }
    #store_view_top .left {
        width: 30%;
    }
    #store_view_top .right {
        width: 70%;
        padding-left: 60px;
        padding-top: 15px;
    }
}
@media (max-width:1200px) {
    #store_view_top .top_info {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #store_view_top .right {
        padding-top: 20px;
    }
    #store_view_top .share_btn {
        height: 35px;
        top: 20px;
    }
    #store_view_top .share_btn img {
        height: 35px;
    }
}
/*모달구현*/
.modal_nw {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    display: none;
}
.modal_nw .block {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    z-index: 1;
}
.modal_nw.active {
    display: block;
}
.modal_nw:after {
    content: "";
}
.modal_nw .c_wrp {
    height: 100%;
}
.modal_nw .c_wrp .sns_box {
}
.modal_nw .c_wrp .sns_box .sns_area {
    max-width: 500px;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    opacity: 0;
    box-shadow: 15px 15px 25px rgba(0,0,0,0.2);

    -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;
}
.modal_nw.active .c_wrp .sns_box .sns_area {
    opacity: 1;
}
.modal_nw .c_wrp .sns_box .sns_area > div {
    background-color: #fff;
}
.modal_nw .c_wrp .sns_box .sns_area .share_head {
    position: relative;
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 10px 10px 0 0;
}
.modal_nw .c_wrp .sns_box .sns_area .share_head .cls_btn {
    position: absolute;
    right: 15px;
    height: 100%;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 18px;
    top: 0;
    cursor: pointer;
}
.modal_nw .c_wrp .sns_box .sns_area .share_links {
    padding: 50px 15px;
    text-align: center;
}
.modal_nw .c_wrp .sns_box .sns_area .share_links > a {
    text-decoration: none;
    display: inline-block;
    margin: 0 10px 15px;
}
.modal_nw .c_wrp .sns_box .sns_area .share_links > a p {
    font-size: 14px;
    line-height: 1em;
    color: #111;
    margin-top: 5px;
    font-weight: 400;
}
.modal_nw .c_wrp .sns_box .sns_area .share_url {
    text-align: center;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    padding-right: 110px;
    position: relative;
}
.modal_nw .c_wrp .sns_box .sns_area .share_url .form-control {
    box-shadow: 0 0 0;
    border: 1px solid #aaa;
    border-radius: 0;
    border-right: 0px;
    font-size: 14px;
    height: 47px;
}
.modal_nw .c_wrp .sns_box .sns_area .share_url .copy_url {
    line-height: 47px;
    border: 0px;
    border-radius: 0;
    background-color: #d42222;
    color: #fff;
    width: 110px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width:530px){
    .modal_nw .c_wrp .sns_box .sns_area {
        margin: 0 5%;
        width: 90%;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_links {
        padding: 30px 15px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_links > a p {
        font-size: 11px;
        margin-top: 3px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_links > a img {
        width: 40px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_url {
        padding-right: 70px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_url .form-control {
        height: 35px;
        font-size: 12px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_url .copy_url {
        line-height: 33px;
        font-size: 12px;
        width: 70px;
    }
}

/*탭*/
#sit_tab {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #666;
    position: relative;
}
#sit_tab .sticky_ele {
    z-index: 100;
}
/*탭버튼*/
#sit_tab .tab_tit {
    padding: 0px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
}
#sit_tab .tab_tit:after {
    display: none;
}
#sit_tab .tab_tit li {
    display: table-cell;
    float: none;
}
#sit_tab .tab_tit li a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 1.2em;
    padding: 10px 15px;
    border: 0;
    color: #666;
    background: #fff;
    line-height: 38px;
    text-align: center;
    z-index: 1;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
#sit_tab .tab_tit li .selected:after {
    opacity: 0;
}
#sit_tab .tab_tit li.selected a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #3a8afd;
    display: inline-block;
    opacity: 1;
}
#sit_tab .tab_tit li.selected a {
    font-weight: 400;
    color: #d42222;
}
#sit_tab .tab_tit li.selected a:after {
    background-color: #d42222;
}



#sit_tab .tab_con > li .tab_con_tit {
    margin-bottom: 20px;
}
#sit_tab .tab_con > li .map_url {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding-right: 150px;
    margin-top: 20px;
}
#sit_tab .tab_con > li .map_url p {
    line-height: 20px;
    padding-left: 20px;
    background: url(../img/loc_icon.png) left 0px no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
#sit_tab .tab_con > li .map_url a {
    line-height: 44px;
    border: 1px solid #aaa;
    width: 145px;
    color: #111;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background: url(../img/copy_icon.png) 30px center no-repeat;
    padding-left: 15px;
}

@media (max-width: 1200px) {
    #sit_tab .tab_tit {
        display: block;
    }
    #sit_tab .sticky_ele {
        top: 90px !important;
    }
    #sit_tab .tab_tit li a {
        font-size: 12px;
        padding: 10px 7px;
        line-height: 1.1em;
    }
    #sit_tab .tab_tit li .selected:after {
        height: 1px;
    }
    #sit_tab .tab_con {
        padding: 0px;
    }

    #sit_tab .tab_con > li .tab_con_tit {
        margin-bottom: 10px;
    }
    #sit_tab .tab_con > li .map_url {
        height: 30px;
        line-height: 30px;
        padding-right: 110px;
        margin-top: 10px;
    }
    #sit_tab .tab_con > li .map_url p {
        line-height: 20px;
        padding-left: 15px;
        background-size: 10px;
        background-position-y: 2px;
    }
    #sit_tab .tab_con > li .map_url a {
        line-height: 30px;
        width: 75px;
        font-size: 10px;
        padding-left: 15px;
        background-size: 8px;
        background-position-x: 13px;
    }
}
/*강사 소개*/
#sit_tab .career {
    background-color: #fcfcfc;
}
#sit_tab .career .tbox {
    padding: 60px;
}
#sit_tab .career .tbox .c_tit {
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    line-height: 1em;
}
#sit_tab .career .tbox .c_tit span {
    font-size: 0.7em;
    font-weight: 300;
    display: inline-block;
    margin-left: 10px;
}
#sit_tab .career .tbox ul li {
    font-size: 17px;
    line-height: 1.6em;
    color: #221814;
    font-weight: 300;
    position: relative;
}
#sit_tab .career .tbox > ul > li {
    margin-top: 15px;
}
#sit_tab .career .tbox .his_tit:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    width: 4px;
    height: 4px;
    background-color: #ca260e;
}
#sit_tab .career .tbox .list > li {
    position: relative;
    padding-left: 10px;
} 
#sit_tab .career .tbox .list > li span {
    position: absolute;
    left: 0;
}
@media (min-width:1200px) {
    #sit_tab .career .tbox .his_tit {
        position: absolute;
        left: 0;
        top: 2px;
        font-weight: 600;
        padding-left: 10px;
    } 
    #sit_tab .career .tbox ul li {
        padding-left: 80px;  font-size: 13px;
    }
    #sit_tab .career .tbox {
        padding: 40px 30px;
    }
    #sit_tab .career .tbox .his_tit {
        padding-left: 10px;
    } 
    #sit_tab .career .tbox .his_tit:after {
        top: 8px;
    }

    #sit_tab .career .tbox .list {
        margin-top: 10px;
    }
}


/* brand_05 */
#brand_05 .sec1 .tit h5 {
    margin-top: 30px;
}
#brand_05 .sec1 .tit p {
    margin-top: 15px;
}
#brand_05 .sec1 .btn_wrp a {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    width: 230px;
    border-radius: 10px;
    background-color: #111;

    -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;
}
#brand_05 .sec1 .icon_list li {
    margin-top: 40px;
}
#brand_05 .sec1 .icon_list .icon img {
    background-color: #f7f7f7;
    border-radius: 50%;
    margin-bottom: 10px;
}
@media (min-width:1200px) {
   
    #brand_05 .sec1 .btn_wrp a:hover {
        box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
    }
} 
@media (max-width:1200px) {
    #brand_05 .sec1 .tit h5 {
        margin-top: 15px;
    }
    #brand_05 .sec1 .tit p {
        margin-top: 10px;
    }
    #brand_05 .sec1 .btn_wrp a {
        font-size: 15px;
        padding: 10px;
        width: 180px;
    }
    #brand_05 .sec1 .icon_list .icon img {
        width: 50px;
    }
    #brand_05 .sec1 .icon_list p {
        height: 40px;
    }
}
/* feature */
#feature {
    max-width: 1500px;
    background-color: #f6f4f3;
    padding: 60px 15px;
    margin: 0 auto;
}
#feature .txtbox {
    padding-left: 40px;
}
#feature .txtbox p {
    margin-top: 15px;
    font-weight: 300;
}
#feature .txtbox .bt .line {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #333;
    margin: 20px 0;
}
#feature .txtbox .bt ul li {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
    color: #333;
    padding-left: 10px;
    position: relative;
}
#feature .txtbox .bt ul li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    left: 0;
    top: 10px;
}
#feature .swiper-button-prev:after, 
#feature .swiper-container-rtl .swiper-button-prev:after,
#feature .swiper-button-next:after, 
#feature .swiper-container-rtl .swiper-button-next:after {
    content: "";
}
#feature .swiper-button-prev,
#feature .swiper-button-next {
    background: url(../img/fea_arr.png) center center no-repeat;
    width: 39px;
}
#feature .swiper-button-next {
    transform: rotate(180deg);
}
#feature .swiper-container {
    padding-bottom: 40px;
}
#feature .swiper-pagination-fraction, .swiper-pagination-custom, 
#feature .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
#feature .swiper-container-horizontal .swiper-pagination-bullet-active {
    background-color: #111;
}
@media (max-width:824px) {
    #feature {
        padding: 40px 15px;
    }
    #feature .txtbox {
        padding: 20px 0;
    }
    #feature .swiper-button-prev,
    #feature .swiper-button-next {
        display: none;
    }
    #feature .swiper-container {
        padding-bottom: 20px;
    }
    #feature .txtbox p {
        margin-top: 10px;
    }
    #feature .txtbox .bt .line {
        width: 20px;
        margin: 10px 0;
    }
    #feature .txtbox .bt ul li {
        font-size: 13px;
    }
    #feature .txtbox .bt ul li:before {
        top: 8px;
    }
}
/* brand_05 :: sec2 */
#brand_05 .sec2 .bg {
    background: url(../img/br5_sec2_bg.jpg) center center no-repeat;
    background-attachment: fixed;
}
#brand_05 .sec2 .bg.increase_padd{padding:70px 0;}
#brand_05 .increase_info{margin-bottom:90px!important;}
#brand_05 .sec2 form ul li {
    margin: 10px 0;
}
#brand_05 .sec2 form ul li label {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 10px;
}
#brand_05 .sec2 form ul li .form-control {
    border-radius: 0px;
    box-shadow: 0 0 0;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    border: 1px solid #aaa;
}
#brand_05 .sec2 form ul li .form-control:not(textarea) {
    height: 50px;
    border: 0px;
    border-bottom: 1px solid #aaa;
    padding-left: 0;
    padding-right: 0;
}
#brand_05 .sec2 form ul li textarea.form-control {
    padding: 15px;
}
#brand_05 .sec2 form ul li .checkbox-custom {
	display: inline-block;
}
#brand_05 .sec2 form ul li .checkbox-custom label {
	color: #666;
}
#brand_05 .sec2 form ul li .agr {
	display: inline-block;
	background-color: #2e2e2e;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 7px 10px;
	margin-left: 5px;
	line-height: 1em;
	cursor: pointer;
}
#brand_05 .sec2 form ul li .smt_btn {
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 0px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    padding: 0px;
    border: 1px solid #666;
    text-align: center;
    width: 145px;
    margin: 0 auto;
    color: #666;
    border-color: #666;
    background-color: #fff;
}
@media (max-width:824px) {
    #brand_05 .sec2 .bg {
        background-size: cover;
        background-attachment: initial;
    }
    #brand_05 .sec2 form ul li {
        margin: 20px 0;
    }
    #brand_05 .sec2 form ul li label {
        margin-bottom: 0;
        display: inline-block;
    }
    #brand_05 .sec2 form ul li .form-control:not(textarea) {
        height: 40px;
    }
    #brand_05 .sec2 form ul li .smt_btn {
        line-height: 35px;
        height: 35px;
        width: 110px;
        font-size: 13px;
    }
}
/* brand_06 */
#brand_06 {padding-bottom:100px;}
#brand_06 .sec1 .tit h5 {
    margin-top: 30px;
}
#brand_06 .sec1 .top_list > li {
    border-top: 2px solid #333;
    padding-top: 45px;
    margin-top: 100px;
}
#brand_06 .table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#brand_06 .table tbody tr th,
#brand_06 .table tbody tr td {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    padding: 20px 15px;
    vertical-align: middle;
}
#brand_06 .table tbody tr th {
    background-color: #f7f7f7;
    text-align: center;
}
#brand_06 .table tbody tr a {
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 0px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    padding: 0px;
    border: 1px solid #666;
    text-align: center;
    width: 145px;
    margin: 0 auto;
    color: #666;
    border-color: #666;
    background-color: #fff;
}
@media (min-width: 824px) {
    #brand_06 .sec1 .top_list .top_sec {
        position: relative;
        padding-left: 150px;
    }
    #brand_06 .sec1 .top_list .top_sec .ti {
        position: absolute;
        left: 0;
    }
}
@media (max-width:824px) {
    #brand_05 .sec1 .tit h5 {
        margin-top: 15px;
    }
    #brand_06 .sec1 .top_list > li {
        padding-top: 25px;
        margin-top: 40px;
    }
    #brand_06 .sec1 .icon img {
        width: 50px;
    }
    #brand_06 .table tbody tr th,
    #brand_06 .table tbody tr td {
        font-size: 13px;
        padding: 15px 8px;
        display: block;
        width: 100%;
    }
    #brand_06 .table tbody tr th {
        text-align: left;
    }
    #brand_06 .table tbody tr td {
        border: 0px;
        text-align: left;
    }
    #brand_06 .table tbody tr td.text-center {
        padding-top: 0px;
    }
    #brand_06 .table tbody tr a {
        line-height: 35px;
        height: 35px;
        width: 100%;
        font-size: 13px;
    }
}

/* sub_ttit */
.sub_ttit .lined {
    text-align: center;
    line-height: 1em;
}
.sub_ttit .lined span {
    display: inline-block;
    height: 5px;
    background-color: #ddd;
    width: 110px;
    margin-top: 20px;
    margin-bottom: 40px;
}
@media (max-width:824px) {
    .sub_ttit .lined span {
        height: 3px;
        width: 60px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/* brand_03 */
#brand_03 .tit h5 {
    margin-top: 30px;
}

/* programTabs */
.programTabs {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.programTabs > a {
    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 18px;
    line-height: 0.7em;
    padding: 20px 10px;
    text-align: center;
    color: #999;
    background-color: #f4f4f4;
    font-weight: 300;
    position: relative;
}

.programTabs {
    display: table;
    table-layout: fixed;
    width: 100%; 
    /*width: 700px;/*programtabs kleiner*/
    /*margin-left: 18% /*programtabs margin*/
}
.programTabs > a {
    display: table-cell;
}
.programTabs > a.active {
    background-color: #fff;
    color: #333;
    border-bottom-color: #fff;
    font-weight: 600;
}
.programTabs > a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 2px;
    width: 100%;
    background-color: #333;
}

@media (max-width:1200px){
    .programTabs > a{padding:9px 10px;font-size:16px;}
    #sit_tab .tab_tit li {
        width: 5%;}
}



/* subTit */
.subTit h5 {
    margin-top: 15px;
}

/* brand_03 */
#brand_03 .sec2 .top {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #ddd;
}
#brand_03 .sec2 .top .topMent h2 {
    line-height: 1em;
}
#brand_03 .sec2 .top .topMent .right h4,
#brand_03 .sec2 .top .topMent .right h5 {
    margin-top: 20px;
}
#brand_03 .sec2 .top .topMent .right .bestIcon {
    display: inline-block;
    background-color: #eb7e1b;
    color: #fff;
    line-height: 1em;
    padding: 5px;
    font-size: 0.7em;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: 600;
    vertical-align: middle;
    margin-bottom: 2px;
}
@media (min-width:824px) {
    #brand_03 .sec2 .top .topMent {
        position: relative;
        padding-left: 400px;
    }
    #brand_03 .sec2 .top .topMent h2 {
        position: absolute;
        left: 0;
        top: 0;
    }
    #brand_03 .sec2 .top .topMent h2 span,
    #brand_03 .sec2 .top .topMent h2 strong {
        display: inline-block;
        border-bottom: 2px solid #333;
        padding-bottom: 3px;
        margin: 3px 0;
    }
}
@media (max-width:824px) {
    #brand_03 .sec2 .top {
        margin-top: 20px;
        padding-top: 20px;
    }
    #brand_03 .sec2 .top .topMent {
        text-align: center;
    }
    #brand_03 .sec2 .top .topMent h2 {
        line-height: 1.2em;
        text-decoration: underline;
    }
    #brand_03 .sec2 .top .topMent .right,
    #brand_03 .sec2 .top .topMent .right h4,
    #brand_03 .sec2 .top .topMent .right h5 {
        margin-top: 10px;
    }
}

/* aboutConsult */
.aboutConsult .tbox .txt {
    position: relative;
}
.aboutConsult .tbox .txt .check_hd {
    position: absolute;
    left: 0;
    top: 0;
}
.aboutConsult .tbox .txt .check_hd img {
    background-color: #dd0a0a;
    border-radius: 50%;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}
.aboutConsult .tbox .txt h5,
.aboutConsult .tbox .txt p {
    margin-top: 10px;
}
@media (min-width:824px) {
    .aboutConsult .tbox  {
        padding: 15px 0 15px 40px;
    }
    .aboutConsult .tbox .txt {
        padding-left: 55px;
    }
}
@media (max-width:824px) {
    .aboutConsult .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutConsult .c_wrp > div {
        width: 100%;
    }
    .aboutConsult .ibox  {
        order: 1;
        text-align: center;
    }
    .aboutConsult .tbox  {
        padding: 15px 0 35px;
        order: 2;
    }
    .aboutConsult .tbox .txt {
        padding-left: 25px;
    }
    .aboutConsult .tbox .txt .check_hd img{
        width: 19px;
    }
    .aboutConsult .tbox .txt h5,
    .aboutConsult .tbox .txt p {
        margin-top: 5px;
    }
}

/* mid */
#brand_03 .sec2 .mid h2 {
    padding: 60px 15px;
    border: 8px solid #eee;
    text-align: center;
    font-weight: 300;
}
@media (max-width:824px) {
    #brand_03 .sec2 .mid h2 {
        padding: 20px 15px;
        border: 3px solid #eee;
    }
}

/* comCheckLisght */
.comCheckLisght li {
    margin: 10px 0;
}
.comCheckLisght li span {
    position: absolute;
    width: 30px;
    height: 19px;
    left: 0;
    top: 2px;
    background: url(../img/comCheck.png) left top no-repeat;
}
.comCheckLisght li {
    padding-left: 30px;
    position: relative;
}
@media (max-width:824px) {
    .comCheckLisght li span {
        width: 20px;
        height: 14px;
        background-size: 15px !important;
    }
    .comCheckLisght li {
        padding-left: 20px;
    }
}

/* TitList */
.TitList > li {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.TitList > li:not(:last-child) {
    border-bottom: 2px solid #333;
}
.TitList > li .conInfo {
    margin-bottom: 20px;
}
.TitList > li .conInfo.conInfoGray {
    padding: 30px;
    border-radius: 10px;
    background-color: #f7f7f7;
}
@media (min-width:824px) {
    .TitList > li {
        padding-left: 200px;
    }
    .TitList > li > .tit {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1.2em;
    }
}
@media (max-width:824px) {
    .TitList > li {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .TitList > li > .tit {
        margin-bottom: 15px;
    }
    .TitList > li > .tit .hidSm {
        display: none;
    }
    .TitList > li .conInfo.conInfoGray {
        padding: 15px;
    }
}

/* consultProcess */
.consultProcess > li {
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
}
.consultProcess > li:not(:first-child):after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 40px;
    height: 100%;
    background: url(../img/consArr.png) center center no-repeat;
}
.consultProcess > li .item {
    padding: 25px 5px;
}
.consultProcess > li .item p {
    margin-top: 5px;
}
@media (min-width:992px) {
    .consultProcess > li:not(:first-child) {
        border-left: 0px;
    }
}
@media (max-width:992px) and (min-width:824px){
    .consultProcess > li:nth-child(4):after {
        display: none;
    }
    .consultProcess > li:nth-child(2),
    .consultProcess > li:nth-child(3),
    .consultProcess > li:nth-child(5) {
        border-left: 0px;
    }
    .consultProcess > li:nth-child(4),
    .consultProcess > li:nth-child(5) {
        margin-top: -1px;
    }
}
@media (max-width:824px){
    .consultProcess > li {
        width: 100%;
        margin: 0px;
    }
    .consultProcess .item {
        padding: 15px;
    }
    .consultProcess .item .icon {
        width: 25%;
    }
    .consultProcess .item .icon img {
        width: 30px;
    }
    .consultProcess .item .txt {
        text-align: left;
        padding-left: 15px;
    }
    .consultProcess > li {
        margin-top: -1px;
    }
    .consultProcess > li:not(:first-child):after {
        left: calc(50% - 15px);
        top: -15px;
        height: 30px;
        width: 30px;
        background-size: 100%;
        transform: rotate(90deg);
    }
}

/* tableProgram */
.table.tableProgram thead tr th {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    background: #dd0a0a;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
    border: 0px;
}
.table.tableProgram.pr2 thead tr th {
    background: #00bbb2;
}
.table.tableProgram tbody tr th,
.table.tableProgram tbody tr td {
    font-size: 15px;
    border: 0px;
    color: #333;
    line-height: 1.2em;
    border-bottom: 1px solid #ddd;
    background-color: #fcfcfc;
}
.table.tableProgram tbody tr th {
    padding: 23px 0 23px 12px;
    white-space: nowrap;
}
.table.tableProgram tbody tr td {
    padding: 15px 12px 15px 10px;
}
.table.tableProgram tbody tr td ul li {
    position: relative;
    padding-left: 10px;
    line-height: 1.2em;
    margin: 8px 0;
    word-break: keep-all;
}
.table.tableProgram tbody tr td ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    border-radius: 50%;
}

@media (max-width:824px) {
    .table.tableProgram thead tr th {
        font-size: 15px;
        padding: 10px 0;
    }
    .table.tableProgram tbody tr th,
    .table.tableProgram tbody tr td {
        font-size: 13px;
        display: block;
        width: 100%;
    }
    .table.tableProgram tbody tr th {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .table.tableProgram tbody tr td {
        padding-top: 0px;
        border-top: 0px;
    }
    .table.tableProgram tbody tr td ul li {
        padding-left: 7px;
    }
    .table.tableProgram tbody tr td ul li:before {
        top: 5px;
    }
}

/* t_list */
.t_list > li {
    position: relative;
    padding-left: 10px;
}
.t_list > li >span {
    position: absolute;
    left: 0;
}
/* examp */
@media (max-width:824px) {
    .examp > li {
        margin: 5px 0;
    }
}

/* kakaoHref */
a.kakaoHref  {
    display: inline-block;
    line-height: 60px;
    background-color: #fbe61f;
    text-decoration: none;
    vertical-align: middle;
    font-size: 20px;
    border-radius: 4px;
    color: #3c1f1e;
    padding: 0 25px;
    font-weight: 600;
}
a.kakaoHref span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../img/kakaoHref.png) center center no-repeat;
    vertical-align: middle;
}
/*-------------------------------------------------------------------------------------

                    나만의 스타일

-------------------------------------------------------------------------------------------*/
.pCuration_visual,.stCuration_visual{position:relative; width:100%;height:550px;background-size:cover;background-color:#F3F3F3; }
.pCuration_inner,.stCuration_inner{width:1120px; height:550px;margin:0 auto;
     background:url(../img/pCuration_visual.png) no-repeat; 
     background-size: contain;
     background-position: bottom;}
.pCuration_main,.stCuration_main{position:absolute;left:38%; top:160px }
.pCuration_main h1 ,.stCuration_main h1{margin:0 0 10px 0; color:#555498; font-size: 4.8rem; font-weight:700;}
.pCuration_main p,.stCuration_main p{color:#3A3A3A; font-size:2.4rem; line-height:3.6rem;}
.pCuration_main p span,.stCuration_main p span{font-weight:700;}
.pCuration_location,.stCuration_location{
    background:#DFDAD4;
}
.pCu_wrap ,.stCu_wrap{display:flex; padding:96px 0 70px;}
.pCu_wrap > div ,.stCu_wrap >div {cursor: pointer;}
.pCu_wrap>div:first-child ,.stCu_wrap>div:first-child{margin-right:15px;}
.pCuration_content,.stCuration_content{background:#F1F1F1;}
.pCuration_content .container.pCu_content_wrap ,.stCuration_content .container.stCu_content_wrap{
    padding:70px 0!important;}

.pCu_detail h2 ,.stCu_detail h2{margin-bottom:23px; font-size:4.5rem; font-weight:600;}
.pCu_detail h2{color:#D277B7;}
.stCu_detail h2{color:#50B2CB;}


.pCu_detail p ,.stCu_detail p{margin-bottom:0;}
.pCu_detail>p:last-child ,.stCu_detail >p:last-child{padding-bottom:70px;}
.pc_type ,.stfashin_type{padding:70px 0 ;display:flex; align-items:center;}
.pc_type li ,.stfashin_type li{list-style:none;}
.pc_type p ,.stfashin_type p{font-size:2.8rem; color:#3A3A3A; margin:0;}


.select , .faBody_select ,.faFace_select,.faPc_select{
    position: relative;
    z-index:20000;cursor:pointer;
  }
  .stfashin_type ul, .select ul{padding:0;}
  .selectBox{
    position:relative;
    width:294px;
    padding: 14px 0 14px 30px;
     background:#D277B7;
     border-radius:10px;
     color:#FFECB7;
    margin:0 10px; font-size:2.8rem;}
.faBody_select .selectBox{width:310px;}
.faFace_select .selectBox{width:212px;}

   .stfashin_type .selectBox{background:#50B2CB;}
 
   .select.active{transition: all .3s ease-in-out}

  .selectBox::after{
    content: "";
    background: url(../img/style_drop_arrow.svg) no-repeat;
    position: absolute;
    width: 37px;
    height: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 16px;
    right: 20px
  }


.select.active .selectBox::after ,.faBody_select.active .selectBox:after 
,.faFace_select.active .selectBox::after ,.faPc_select.active .selectBox::after  {
    top:12px;
    transform: rotateX(180deg);

    transition:all 0.3s ease-out;
}


    .select .select-ul {
    margin:0 10px;  
    position: absolute;
    top: 88%;
    left: 0;
    width: 294px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    background:#D277B7;
    overflow: hidden;
    max-height: 0;
    color:#FFECB7;
  
  }

  .faBody_select .select-ul{margin:0 10px;
    position: absolute;
    top: 88%;
    left: 0;
    width:310px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    background:#50B2CB;
   overflow:hidden;
    max-height: 0;
    color:#fff;}

    .faFace_select  .select-ul{
        margin:0 10px;
        position: absolute;
        top: 88%;
        left: 0;
        width:212px;
        border-bottom-right-radius:4px;
        border-bottom-left-radius:4px;
        background:#50B2CB;
       overflow:hidden;
        max-height: 0;
        color:#fff;}


    .faPc_select .select-ul{
        margin:0 10px;
        position: absolute;
        top: 88%;
        left: 0;
        width:294px;
        border-bottom-right-radius:4px;
        border-bottom-left-radius:4px;
        background:#50B2CB;
       overflow:hidden;
        max-height: 0;
        color:#fff;}


  .select-ul li{font-size: 2.8rem;
    line-height: 2.4rem;
    padding: 10px 0 20px 30px;}
    .select-ul li:first-child{padding-top:30px;}
    .select-ul li:last-child{padding-bottom:30px;}


  .select.active .select-ul ,.faBody_select.active .select-ul , .faFace_select.active .select-ul , 
   .faPc_select.active .select-ul{
    max-height: none;
}

.pCu_type_select ,.stCu_type_select {padding-bottom:34px;}

  .pCu_type_select input[type="radio"] , .pCu_type_combi input[type="radio"],
  .stCu_type_select input[type="radio"] , .stCu_type_combi  input[type="radio"]
  {display:none;}

  .pCu_type_select input[type="radio"] + label , .stCu_type_select input[type="radio"] + label {
    display:inline-block; width:340px; height:60px; 
    line-height:60px; text-align:center; background:#E5E5E5; 
    color:#3A3A3A; border-radius:50px;
font-size:2.8rem;margin:0 8px 36px 8px; cursor:pointer; font-weight:400;}

.pCu_type_select.input_active input[type="radio"] + label{background:#fff;}


.pCu_type_select.input_active input[type="radio"]:checked+label , .pCu_type_combi.input_active input[type="radio"]:checked + label{
     background:#F9D6EF; color:#3A3A3A;border-radius:50px; }


.stCu_type_select.input_active input[type="radio"]:checked + label , .stCu_type_combi.input_active input[type="radio"]:checked + label{
    background:#50B2CB; color:#fff;border-radius:50px; 
}


.pCu_type_combi input[type="radio"] + label {
    display:inline-block;background:#E5E5E5; color:#3A3A3A; border-radius:50px;
    font-size:2.8rem;cursor:pointer; width:527px; height:60px;
     line-height:60px;text-align:center; margin:0 8px;font-weight:400;}

     .stCu_type_combi input[type="radio"] + label{
        display:inline-block;background:#E5E5E5; color:#3A3A3A; border-radius:50px;
    font-size:2.8rem;cursor:pointer; width:340px; height:60px;
    line-height:60px;text-align:center; margin:0 8px;font-weight:400;}


.pCu_type_combi h3 ,.stCu_type_combi h3{font-size:2.8rem; }   

.pCuration_content_result{
    background:#fff; padding:100px 0; line-height:60px; text-align:center;
   }
.pCuration_result_wrap{display:flex; margin-bottom:40px;}
.pCuration_result_wrap > div input{width:260px; height:60px; background:#E5E5E5; color:#9B9B9B;
    border-radius:10px;font-size:2.8rem; margin:0 10px; border:none; text-align:center;}

    .pCuration_result_wrap > div.input_active input{color:#3A3A3A;border:1px solid #707070;background:#fff;}


    .pCuration_result_wrap > div + div{margin-left:17px;}

.pCuraion_style_color{display:flex;}
.pCuraion_style_color > div {margin:0 10px;}

.pCuraion_style_color > div + div{margin-left:22px;}


.style_wrap{
    padding: 0 35px 10px 35px;
     margin-bottom:30px;}

.pCu_style_title{font-size:2.8rem; color:#3A3A3A;}


.pCu_color{width:200px; height:53px;background:#E5E5E5; border-radius:3px;}
.pCu_product a{display:block;text-align:center; line-height:50px; width:200px; height:50px; font-size:2.1rem;
     border:none; background:#3A3A3A; color:#fff; border-radius:4px;}

.pCuration_content_recomm ,.stCuration_content_recomm{background:#DFDAD4; padding:70px 0;}
.recomm_title{padding-bottom:70px}
.recomm_title h5{
    font-size: 2.8rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 82px;}

.recomm_title h5:before {
    left: 0;
    top: 10px;
    content: "";
    position: absolute;
    width: 62px;
    height: 1px;
    background: #707070;
}

.recomm_title > p {
    float: right;
    font-size: 2.4rem;
}
.recomm_product{ clear:both;display:flex; margin:0 10px;}
.recomm_product_wrap{width:350px; background:#fff; border-radius:4px;}
.recomm_product>div + div{margin-left:17px;}
.recomm_product_content{padding:25px 35px 35px;overflow:hidden;}
.recomm_product_content p{margin:0;}
.recomm_product_wrap .productTitle{font-size:1.8rem; color:#9B9B9B; font-weight:500;margin-bottom:10px;}
.productConten{height:58px; color:#3A3A3A; 
    font-size:2.2rem; font-weight:600 ;overflow:hidden;text-overflow: ellipsis; white-space: nowrap;}
 .productMore{text-align:center;}
 .productMore a{display:block; width:156px; 
    height:50px;line-height:50px;font-size:2.1rem;  background:#3A3A3A; color:#fff; margin:0 auto; border-radius:4px;}   
.productMore a img {margin-left:6px;}  

.combi_detail{display:flex; margin-top:40px;}

.combi_detail li{list-style:none;}

.combi_detail ul{padding:0;}
.combi_detail>div .selectBox{
    cursor:pointer;
    position: relative;
    width: 160px;
    padding: 13px 0 13px 30px;
    background: #E5E5E5;
    border-radius:10px;
    color: #3A3A3A;
    margin: 0 10px;
    font-size: 2.2rem;
}

.combi_detail .selectBox::after {
    content: "";
    background: url(../img/prev_list.svg) no-repeat;
    position: absolute;
    width: 22px;
    height: 12px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 18px;
    right: 30px;
    transform:rotate(180deg);
    background-size:100%;
}
.combi_detail .selectBox.active::after{
    transform:rotate(360deg);
}
.select-check.neckCheckbox ,.select-check.colorCheckbox{ 
    width:1094px; 
    margin:40px 10px; display:flex; position:absolute; flex-wrap:wrap;}
    .select-check.colorCheckbox{margin-left:-170px;}


.select-check.neckCheckbox li input[type="checkbox"],
.select-check.colorCheckbox li input[type="checkbox"]
{display:none;}

.select-check.neckCheckbox li input[type=checkbox] + label span ,
.select-check.colorCheckbox li input[type=checkbox] + label span {
    display: inline-block;
    cursor: pointer;
    width: 23px;
    height: 23px;
    border: 1px solid #707070;
    margin-right:20px;
    vertical-align: -3px;  border-radius:4px;}

.select-check.neckCheckbox li input[type=checkbox] + label
{
    display:inline-block; cursor:pointer;
    font-size:2.2rem; font-weight:500;color:#3A3A3A; margin-right:50px} 

.select-check.neckCheckbox li input[type=checkbox]:checked + label span,
.select-check.colorCheckbox li input[type=checkbox]:checked + label span {  
background: url(../img/checkbox_check.svg) center no-repeat;
background-color:#C02026;
background-size: 20px;  border:none;}
.select-check.colorCheckbox li input[type=checkbox] + label p{
  margin-right:20px;
    width:80px; height:32px;
}  

.select-check.colorCheckbox li input[type=checkbox] + label{display:flex;cursor:pointer;}
.combi_detail>div .selectBox.active::after{background:url(../img/style_active.svg); transform:rotate(360deg); transition:.3s}
.combi_detail>div .selectBox.active{color:#50B2CB;}


.stCu_type_result{margin-top:50px; padding-top:27px; border-top:1px solid #C4C4C4; display:flex;
justify-content: space-between;}

.stCu_type_result button{border:none;}
.stCu_checked{display:flex;flex-wrap: wrap;}
.stCu_checked li{list-style:none;display:flex; 
    align-items:flex-start; font-size:2.2rem; color:#3A3A3A; margin-right:40px;}
.stCu_checked li p{margin-right:10px; } 
.color_checked p{width:80px; height:32px; }

/* 나만의 스타일 미디어쿼리*/
@media (max-width:1200px){
    .pCuration_visual, .stCuration_visual {
        width: 100%;
        height: 47.89vw;
    }

    .pCuration_inner, .stCuration_inner {
        width: 88.78%;
        height: 47.89vw;
        margin: 0 auto;
    }


    .pCuration_main, .stCuration_main {
        left: 28%;
        top: 8.17vw;
    }


    .pCuration_main h1, .stCuration_main h1 {
       
        font-size: 2.4rem;
        margin:0;

    }

    .pCuration_main p, .stCuration_main p {
        font-size: 1.6rem;
        line-height:2.2rem;
    }

    .pCu_wrap, .stCu_wrap{justify-content: center; padding:40px 0 10px;}

    .select{z-index:20;}
   .faBody_select{z-index:20;}
   .faFace_select{z-index:19;} 
   .faPc_select{z-index:18;}

    .pCuration_content .container.pCu_content_wrap, .stCuration_content .container.stCu_content_wrap {
        padding: 40px 0!important;
    }


    .pCu_detail>p:last-child, .stCu_detail >p:last-child{padding-bottom:40px;}

    .pc_type, .stfashin_type {padding: 40px 0 20px;      }

    .pc_type p, .stfashin_type p {font-size: 1.8rem;}

    .selectBox {
        position: relative;
        width: 41.3vw;
        font-size: 1.8rem;
        padding:10px
    }
    .select .select-ul {top: 80%; width: 41.3vw;    }
    .select-ul li{font-size:1.8rem; padding: 5px 0 10px 10px;
        line-height: 2.4rem;
       }

    .selectBox::after {
        content: "";
        background: url(../img/style_drop_arrow.svg) no-repeat;
        position: absolute;
        width: 18px;
        height: 10px;
        background-size: 100%!important;
        top: 16px;
        right: 8px;
    }

    .select-ul li:first-child{padding-top:10px;}
    .select-ul li:last-child{padding-bottom:10px;}

.pCu_select_title h3{margin-bottom:10px;font-size:1.6rem;}
    .pCu_type_select input[type="radio"] + label, .stCu_type_select input[type="radio"] + label {
        display: inline-block;
        width: 22.82vw;
        height: 37px;
        line-height: 37px;
        margin:1%;
        font-size: 1.6rem;
    }
    


    .pCu_type_select, .stCu_type_select {padding-bottom: 20px;}
    .pCu_type_combi h3, .stCu_type_combi h3 ,.stCu_select_title h3 {font-size: 1.6rem; margin-bottom:10px;}


    .pCu_type_combi input[type="radio"] + label {
        font-size: 1.6rem;
        width: 41.58vw;
        height: 37px;
        line-height: 37px;
        margin:1%;
    }

    .pCuration_content_result {padding: 60px 0 70px;}
    .pCuration_result_wrap > div{width:42.52vw;height:38px; margin: 1%; line-height:3.8rem; font-size:1.6rem;}
    .pCuration_result_wrap > div + div { margin-left: 1%;}
    .pCuration_result_wrap , .pCuraion_style_color{ flex-wrap: wrap;}

    .pCuraion_style_color > div {margin:0 1%;}
    .pCuration_result_wrap > div input {margin:0;
        width: 43.22vw; height:38px; font-size:1.6rem;}


    .pCu_color {width: 27.57vw; height: 32px;}
    .pCu_product a {line-height: 32px;width: 27.57vw; height: 32px;font-size: 1.2rem;}
    .style_wrap {width:26.16vw;padding: 0;margin-bottom: 12px; }
    .pCu_style_title {font-size: 1.6rem;color: #3A3A3A;}

    .pCuraion_style_color > div + div {margin:0 0 0 2%;}
    .recomm_product{flex-wrap:wrap; margin:0;}
    .recomm_title h5 {font-size: 1.6rem; padding-left: 45px;}


    .recomm_title h5:before { width: 34px;}
    .recomm_title > p {float: right;font-size: 1.6rem;color:#3A3A3A}


    .recomm_title {padding-bottom: 40px;}

    .recomm_product_wrap {width: 46%;}
    .recomm_product_content { padding: 10px 10px 20px 10px;}


    .recomm_product_wrap .productTitle {font-size: 1.3rem; margin-bottom:0;}

    .productConten {height: 40px;font-size: 1.6rem;}
    .productMore a {
        display: block;
        width: 77.6%;
        height: 40px;
        line-height: 40px;
        font-size: 1.4rem;
    }

    .recomm_product>div{margin:1.5%;}
    .recomm_product>div + div{margin-left:1.5%;}



    .stfashin_type{flex-wrap:wrap;}
    .faBody_select .selectBox {width: 42vw;}
    .faFace_select .selectBox {width: 26.86vw;}
.stfashin_custo{width:100%; margin-bottom:10px;}

.stfashin_type .selectBox{margin: 5px 5px 5px 0;}



.stCu_type_combi input[type="radio"] + label {font-size: 1.6rem;width: 28vw; height:37px; 
    line-height:37px;margin: 0 .5%;}

.combi_detail{display:block;}
.combi_detail>div .selectBox {
    width: 100%;
    padding: 13px 0 13px 30px;
    margin:10px 0;
    font-size: 1.6rem;
}

.faBody_select .select-ul {margin: 0; top: 77%; width: 42vw;   }
.faFace_select .select-ul {margin: 0;top: 77%;width: 26.86vw;}

.faPc_select .select-ul {margin: 0;top: 77%;left: 0; width: 41.3vw;}
  
.accordian_item:not(.active) ul{display:none;}
.accordian_item.active .selectBox::after{background:url(../img/style_active.svg); transform:rotate(360deg); transition:.3s}
.accordian_item.active .selectBox{color:#50B2CB;}


.select-check.neckCheckbox, .select-check.colorCheckbox {
    width: 100%;
    margin: 30px 0;
    display: flex;
    position: relative;

}

.select-check.neckCheckbox li input[type=checkbox] + label span, .select-check.colorCheckbox li input[type=checkbox] + label span {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.select-check.neckCheckbox li input[type=checkbox] + label {
    font-size: 1.6rem;
    margin-right: 20px;
}


.select-check.colorCheckbox li input[type=checkbox] + label p {
    width: 40px;
    height: 40px;
}
.stCu_checked{width:100%; align-items:center; padding:0;}
.stCu_checked li{margin-right:20px;}
.stCu_checked p{font-size:1.6rem;}
.color_checked p {
    margin-bottom:10px;    
    width: 40px;
    height: 40px;
}
.stCu_checked button{font-size:1.6rem;}


.checked_reset_btn img{    
    width: 16px;
    height: 16px;
    max-width: 16px;}


