@charset "UTF-8";
.cosmetics_wrap{
    overflow: hidden;
    width:100%;
    box-sizing: border-box;
    padding:0 0 100px 0;
    margin:0 0 0 0;
}
.cosmetics_wrap a{
    text-decoration: none;
}
.slide_wrap{
    position:relative;
}
.slide_wrap .img_wrap{
    height:360px;
    overflow: hidden;
    position:relative;
    z-index: 1;
    margin:0 0 60px 0;
}
.slide_wrap .img_wrap ul{
    width:100%;
    height:100%;
}
.slide_wrap .img_wrap ul li{
    width:100%;
}
.slide_wrap .img_wrap ul li a,
.slide_wrap .img_wrap ul li a img{
    display: block;
    margin:0 auto;
}
.slide_wrap .img_wrap ul li p{
    position:absolute;
    z-index: 1;
    width:1000px;
    margin:0 auto;
    bottom:30px;
    left:50%;
    margin:0 0 0 -500px;
}
.slide_wrap .img_wrap ul li.special p span{
    color:#fff;
    border:1px #fff solid;
}
.slide_wrap .img_wrap ul li p span{
    border:1px #80807e solid;
    width:115px;
    line-height:28px;
    height:28px;
    display: block;
    text-align: center;
    font-size:14px;
    margin:0 0 0 10px;
    color:#2c2d2a;
    cursor: pointer;
}
.slide_wrap .img_wrap ul li p span:after{
    content:"▶";
    display: inline-block;
    vertical-align: top;
    margin:-1px 0 0 3px;
}
.slide_wrap .img_wrap ul li:hover p span{
    background:#000;
    color:#fff;
    border:1px #000 solid;
}
.slide_wrap .img_wrap ul li:nth-of-type(1) p span{
    color:#fff;
}


.slide_wrap .btn_box{
    width:1000px;
    height:100%;
    position:absolute;
    top:0;
    left:50%;
    margin:0 0 0 -500px;
}
.slide_wrap .btn_box ul{
    position:absolute;
    right:0;
    top:50%;
    background:#fff;
    width:157px;
}
.slide_wrap .btn_box ul li{
    width: 100%;
    background:none;
    display: block;
    border-radius:0;
    height:55px;
    border:0;
    border-top:1px #cccccc solid;
    opacity: 1;
}
.slide_wrap .btn_box ul li:first-child{
    border-top:0;
}
.slide_wrap .btn_box ul li.swiper-pagination-bullet-active{
    border:2px #ff7116 solid;
    box-sizing: border-box;
    opacity: 1;
}
.slide_wrap .btn_box ul li a{
    display: block;
    line-height:55px;
    font-size:16px;
    text-align: left;
    padding:0 0 0 20px;
}
.slide_wrap .btn_box ul li.swiper-pagination-bullet-active a{
    color:#ff7116;
    font-weight:600;
}

.list_form{
    max-width:1000px;
    width:100%;
    display: table;
    margin:50px auto 0 auto;
}

.list_form .blue{
    border-top:3px #559ff1 solid;
    border-bottom:3px #559ff1 solid;
    margin:0 auto;
}
.list_form .red{
    border-top:3px #ff8c89 solid;
    border-bottom:3px #ff8c89 solid;
}
.list_form .green{
    border-top:3px #71ac60 solid;
    border-bottom:3px #71ac60 solid;
}
.list_form .gray{
    border-top:3px #909090 solid;
    border-bottom:3px #909090 solid;
}



.list_form .txt,
.list_form .img,
.list_form .list,
.list_form .notice{
    border-right:1px #d9d9d9 solid;
    display: table-cell;
    vertical-align: top;
    position:relative;
}
.list_form .txt{
    min-width:150px;
    padding:30px 0 0 0;
}
.list_form .blue .tit,
.list_form .blue .link_list a{
    color:#3d7ec5
}
.list_form .red .tit,
.list_form .red .link_list a{
    color:#e53a35
}
.list_form .green .tit,
.list_form .green .link_list a{
    color:#71ac60
}
.list_form .gray .tit,
.list_form .gray .link_list a{
    color:#464646;
}

.list_form .img{
    width:300px;
    position:relative;
}


.list_form .img.book_link {
    position:relative;
    height:590px;
    background:url('/_skin/tpl_skin/basic_gtelp_new/images/main/book_bn.png')center no-repeat;
}

.list_form .img.main_book_link2{
    background:url('/_skin/tpl_skin/basic_cosmetics/images/main/online_lec_book2.png')center no-repeat;
}


.list_form .img.book_link > a {
    width:100%;
    height:513px;
    font-size:0;
}

.list_form .img.main_book_link a:first-child{
    top:0;
    left:0;
}

.list_form .popupVideo{
    width:100%;
    height:75px;
}
.list_form .popupVideo a{
    height:100%;
}

.list_form .img .popup{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.list_form .img .popup > a{
    position:absolute;
    right:12px;
    top:15px;
    width:25px;
    height:25px;
    font-size:0;
    z-index: 2;
}
.list_form .img .popup .pop_cont{
    position:relative;
}
.list_form .img .popup .pop_cont a{
    position:absolute;
    width:242px;
    height:40px;
    z-index: 2;
    font-size:0;
    bottom:37px;
    left:32px;
}
.list_form .list{
    width:55%;
    border-right:0;
}
.list_form .list  > .list{
    border-top:1px #d9d9d9  solid;
}
.list_form .notice{
    width:100%;
    border-right:0;
    padding:40px 0;
}
.list_form .txt .tit{
    font-size:25px;
    font-weight:800;
    letter-spacing: -2px;
}
.list_form .txt .link_list{
    position:absolute;
    bottom:20px;
}
.list_form .txt .link_list p{
    color:#000;
    font-size:16px;
    font-weight:600;
    margin:0 0 10px 0;
}
.list_form .txt .link_list ul li{
    margin:5px 0 0 0;
}
.list_form .txt .link_list ul li:first-child{
    margin:0;
}
.list_form .txt .link_list ul li a{
    display: inline-block;
    padding:0  5px;
    font-size:12px;
    line-height:30px;
    border:1px #c3c3c3 solid;
}
.list_form .txt .link_list ul li a:hover{
    background:#e7e7e7
}

.list_form .img a{
    display: block;
    height: 100%;
}
.list_form .img a img{
    display: block;
}

.list_form .list .list_wrap{
    border-top:1px #d9d9d9 solid;
    position:relative;
    width:550px;
    overflow:hidden;
}
.list_form .list .list_wrap:first-child{
    border-top:0;
}
.list_form .list .list_wrap .top_btn{
    right:10px;
    top:15px;
    position:absolute;
    z-index:9;
}
.list_form .list .list_wrap .top_btn .current_num {
    font-size:13px;
    display: inline;
    letter-spacing: -1.5px;
}
.list_form .list .list_wrap .top_btn .current_num .swiper-pagination-current{
    color:#e15124;
}
.list_form .list .list_wrap .top_btn .current_num .swiper-pagination-total{
    color:#1f1f1f
}
.list_form .list .list_wrap .top_btn .arrow_group{
    display:inline-block;
    vertical-align:top;
    font-size:0;
    width:43px;
    position:relative;
    margin:3px 0 0 5px;
}
.list_form .list .list_wrap .top_btn .arrow_group .next,
.list_form .list .list_wrap .top_btn .arrow_group .prev{
    border:1px #a1a1a1 solid;
    width:20px;
    height:15px;
    position:absolute;
    cursor:pointer;
}
.list_form .list .list_wrap .top_btn .arrow_group .next{
    background:url(/_skin/tpl_skin/basic_electricity3/new_main/next-bg.jpg) no-repeat center center;
    right:0;
}
.list_form .list .list_wrap .top_btn .arrow_group .prev{
    background:url(/_skin/tpl_skin/basic_electricity3/new_main/prev_bg.jpg) no-repeat center center;
}
.list_form .list .list_wrap .top_btn .arrow_group .next.swiper-button-disabled,
.list_form .list .list_wrap .top_btn .arrow_group .prev.swiper-button-disabled{
    opacity: 0.3;
}
.list_form .list .big_img{
    font-size:0;
    width:100%;
    box-sizing: border-box;
    padding: 32px 0 32px;
    display: flex;
}
.list_form .list .big_img > li{
    /*     display: table-cell; */
    display: inline-block;
    box-sizing: border-box;
    font-size:12px;
    vertical-align: top;
    flex: auto;
    padding:0 0 0 5%
}
.list_form .list .big_img > li:first-child{
    /*     margin:0 0 0 5px; */
}
.list_form .list .big_img > li:hover p{
    text-decoration: underline;
}
.list_form .list .big_img > li a{
    display: block;
}
.list_form .list .big_img > li .lec-img{
    position:relative;
    /*     width:148px; */
    width:100%;
    height:152px;
    box-sizing: border-box;
    overflow: hidden;
    margin:0 auto;
}
.list_form .list .big_img > li .lec-img img{
    display: block;
    margin:0 auto;
    /*     max-width: 153px; */
    border:1px #d9d9d9 solid;
    box-sizing: border-box;
    width:100%;
    height:100%;
}
.list_form .list .big_img > li .lec-img .layer{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    *opacity : 0.3;
    display: none;
}
.list_form .list .big_img > li .lec-img .layer a{
    width:88px;
    line-height:26px;
    position:absolute;
    text-align: center;
    color:#fff;
    left:50%;
    top:50%;
    margin:-13px 0 0 -44px;
    z-index: 2;
    background:#a4a4a4
}
.list_form .list .big_img > li:hover .lec-img .layer,
.list_form .list .big_img > li .lec-img .layer.on{
    display: table
}
.list_form .list .big_img > li .lec-img .layer .mid{
    display: table-cell;
    vertical-align: middle;
}
.list_form .list .big_img > li .lec-img .layer a:hover,
.list_form .list .big_img > li .lec-img .layer.on a{
    background:#ff7116;
}
.list_form .list .big_img > li .lec_tit{
    padding: 10px 0;
    text-align: center;
    line-height: 120%;
    font-size: 13px;
}
.list_form .list .big_img > li table {
    width: 60%;
    margin: 0 auto;
}
.list_form .list .big_img > li .lec_tit b{
    display: block;
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 5px 0;
}
}
.list_form .list .big_img > li table{
    width:60%;
    margin:0 auto;
}
.list_form .list .big_img > li table th{
    font-size:13px;
    font-weight:400;
}
.list_form .list .big_img > li table td{
    text-align:right;
    color:#e15124;
    font-size:13px;
    font-weight:600;
}
/*single*/
.list .single_list{
    font-size:0;
}
.list .single_list > li{
    box-sizing: border-box;
}
.list .single_list > li .mouse-area:hover .add p{
    text-decoration: underline;
    cursor: pointer;
}
.list .goods_wrap{
    padding:75px 0 65px 30px;
    position:relative;
}
.list:nth-of-type(2) .goods_wrap{
    padding:62px 0 62px 30px;
}
.list .mouse-area{
    display:table;
    width:100%;
    box-sizing:border-box;
}
.list .mouse-area .txt_box,
.list .mouse-area .img_box{
    display: table-cell;
    vertical-align: middle;
}
.list .mouse-area .img_box{
    position:relative;
    text-align:right;
    width:137px;
    height:157px;
    overflow: hidden;
}
.list .mouse-area .img_box img{
    display: inline-block;
    max-width: 100%;
    height:100%;
}
.list .mouse-area .txt_box{
    padding:0 20px 0 0;
}
.list .mouse-area .txt_box .add{
    margin:0 0 20px 0;
}
.list .goods_wrap .txt_box .add p{
    font-size:13px;
    line-height:150%;
    margin:0 0 10px 0;
    max-width:84%;
    word-break:keep-all;
    color:#333;
}
.list .goods_wrap .txt_box .add p b{
    font-weight:600;
    display:block;
    font-size:15px;
    line-height:130%
}
.list .goods_wrap .txt_box .add span{
    display: block;
    color:#949393;
    line-height:100%;
    position:relative;
    padding:3px 0 3px 10px;
    word-break:keep-all;
    font-size:13px;
}
.list .goods_wrap .txt_box .add span.no_dot{
    padding:3px 0;
    line-height:135%;
}
.list .goods_wrap .txt_box .add span:before{
    content: "·";
    color:#949393;
    font-size:12px;
    position:absolute;
    left:0;
    height:100%;
}
.list .goods_wrap .txt_box .add span.no_dot:before{
    display: none;
}
.list .goods_wrap .txt_box ul li{
    margin:5px 0 0 0;
}
.list .goods_wrap .txt_box ul li:first-child{
    margin:0;
}

.list .goods_wrap .txt_box ul li em,
.list .goods_wrap .txt_box ul li .gray_p,
.list .goods_wrap .txt_box ul li  p{
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align:middle;
    font-size:13px;
    color:#e15124;
    letter-spacing:0.5px;
    font-size:14px;
}
.list .goods_wrap .txt_box ul li p{
    color:#000;
}
.list .goods_wrap .txt_box ul li em{
    border:1px #e87754 solid;
    width:80px;
    text-align:center;
    line-height:21px;
    height:21px;
    font-size:12px;
    color:#343434;
    margin:0 20px 0 0;
    font-weight:500
}

.list .goods_wrap .txt_box ul li .gray_p{
    color:#979797;
    text-decoration: line-through;
    margin:0 5px 0 0;
}
.list .goods_wrap .txt_box ul li b{
    font-weight:600;
    color:#e15124;
}
.list .mouse-area .txt_box table{
    width:70%;
}
.list .mouse-area .txt_box table th{
    font-size:13px;
    font-weight:400;
    text-align: left;
    width:55%;
}
.list .mouse-area .txt_box table td{
    text-align: right;
    color:#e15124;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}
.list .mouse-area .txt_box table td i{
    display:inline-block;
    margin-right:4px;
    font-style:normal;
    font-weight:100;
    color:#333;
}
.list .goods_wrap .img_box .btn_box{
    position:absolute;
    top:0;
    left:0;
    display:table;
    width:137px;
    height:157px;
    background:#fff;
    text-align:center;
    background:rgba(0,0,0,0.5);
    border:1px #525252 solid;
    box-sizing: border-box;
    display: none;
}
.list .goods_wrap .mouse-area:hover .btn_box,
.list .goods_wrap .img_box .btn_box.on{
    display: table;
}
.list .goods_wrap .img_box .btn_box .mid{
    display: table-cell;
    vertical-align: middle;
}
.list .goods_wrap .img_box .btn_box a{
    vertical-align: middle;
    width:88px;
    line-height:26px;
    text-align: center;
    color:#fff;
    z-index: 2;
    background:#a4a4a4;
    display: block;
    margin:3px auto 0 auto;
    font-size:12px;
}
.list .goods_wrap .img_box .btn_box a:hover,
.list .goods_wrap .img_box .btn_box.on a.lookLec{
    background:#ff7116;
}

.list_form .list .small_img{
    padding:28px 0 20px 0;
    font-size:0;
    position:relative;
    min-height:220px;
}
.list_form .list .small_img.on{
    padding:42px 0 10px 0;
}
.list_form .list .small_img > li{
    display: inline-block;
    box-sizing: border-box;
    font-size:12px;
    vertical-align: top;
    width:180px;
}
.list_form .list .tab_view{
    display: none;
    border:1px #525252 solid;
    box-sizing: border-box;
    position:absolute;
    background:#fff;
    padding:12px 12px 20px 12px;
    text-align: left;
    height:100%;
    bottom:0;
    left:0;
    width:100%;
    z-index: 99;
    height:auto;
}
.list_form .list .tab_view.on{
    display: block;
}
.list_form .list .tab_view.on,
.list_form .list .tab_view div.on{
    display:block
}
.list_form .list .tab_view h3{
    margin:0 0 10px 0;
    font-size:13px;
    color:#0874b1;
    line-height:100%;
}
.list_form .list .tab_view .close{
    position:absolute;
    top:10px;
    right:10px;
    width:21px;
    height:21px;
    text-indent: -9999px;
    font-size:0;
    background:url(/_skin/tpl_skin/basic_distribution_3/images/new_main/close_btn.jpg) no-repeat center center;
}
.list_form .list .tab_view .con{
    height:110px;
    overflow: hidden;
}
.list_form .list .tab_view ul{
    width:100%;
    padding:0 0 10px 0;
}
.list_form .list .tab_view ul li{
    width:100%;
    color:#525356;
}
.list_form .list .tab_view ul li a:before{
    content:"ㆍ";
    display:inline;
}
.list_form .list .tab_view ul li a{
    display: block;
    font-size:12px;
    color:#525356;
    line-height:20px;
    max-width:90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list_form .list .tab_view ul li a:hover{
    color:#ff7116;
    text-decoration:underline;
    font-weight:600;
}
.list_form .list .tab_view .paging{
    text-align:center;
    margin:10px 0 0 0;
}
.list_form .list .tab_view .paging a{
    color:#343434;
    font-size:12px;
    margin:0 3px;
}
.list_form .list .tab_view .paging a:hover,
.list_form .list .tab_view .paging a.on{
    text-decoration:underline;
    font-weight:600;
}
/*페이징*/
.list_form .list .tab_view .look_page{
    text-align:center;
    position:absolute;
    bottom:7px;
    padding:0;
    box-sizing:border-box;
    z-index:99
}
.list_form .list .tab_view .look_page li{
    display: inline-block;
    *display: inline;
    zoom:1;
    width:auto;
}
.list_form .list .tab_view .look_page li button{
    color:#343434;
    font-size:12px;
    margin:0 5px;
    background:none;
    border:0;
}
.list_form .list .tab_view .look_page li button:hover,
.list_form .list .tab_view .look_page li button.selectedPage{
    text-decoration:underline;
    font-weight:600;
    cursor: pointer;
}


.list_form .list .small_img > li:hover p{
    text-decoration: underline
}
.list_form .list .small_img > li .book-img{
    text-align: center;
    position:relative;
    width:109px;
    height:141px;
    margin:0 auto;
    overflow:hidden;
}
.list_form .list .small_img > li .book-img img{
    display: block;
    margin:0 auto;
    max-width:100%;
    height:100%;
}
.list_form .list .small_img > li .book-img .layer{
    position:absolute;
    display: table;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    border:1px #525252 solid;
    border-right:0;
    display:none;
    box-sizing: border-box;
}
.list_form .list .small_img > li:hover .book-img .layer,
.list_form .list .small_img > li .book-img .layer.on{
    display: table;
    height:100%;
}
.list_form .list .small_img > li .book-img .layer .mid{
    display: table-cell;
    vertical-align: middle;
    height:100%;
}
.list_form .list .small_img > li .book-img .layer a{
    width:88px;
    line-height:26px;
    text-align: center;
    color:#fff;
    z-index: 2;
    background:#a4a4a4;
    display: block;
    margin:3px auto 0 auto;
}
.list_form .list .small_img > li .book-img .layer a:hover,
.list_form .list .small_img > li .book-img .layer a.on{
    background:#ff7116;
}

.list_form .list .small_img > li .book_tit{
    text-align: center;
    padding:10px 0;
    /*     width:90%; */
    width:135px;
    margin:0 auto;
    word-break:keep-all;
    max-height: 93px;
}
.list_form .list .small_img > li .book_tit p{
    height:34px;
    overflow: hidden;
    line-height:135%;
    color:#343434;
}
.list_form .list .small_img > li .book_tit.on p{
    height:48px;
    overflow: hidden;
}
.list_form .list .small_img > li .book_tit .red_deco{
    border:1px #e87754 solid;
    display: block;
    width:80px;
    height:20px;
    line-height:20px;
    color:#343434;
    margin:7px auto 0 auto;
}
.list_form .list .small_img > li .price_txt{
    text-align:center;
}
.list_form .list .small_img > li .price_txt span{
    font-size:13px;
}
.list_form .list .small_img > li .price_txt .last{
    color:#979797;
    text-decoration:line-through
}
.list_form .list .small_img > li .price_txt .current{
    color:#e15124;
}
.list_form .list .small_img > li .price_txt .current b{
    font-weight:600
}

.list_form .squared_txt{
    font-size:0;
    padding:31px 0 31px 40px;
}
.list_form .squared_txt:before{
    border-top:1px #d9d9d9 solid;
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    margin:0 0 0 -0.5px;
}
.list_form .squared_txt li{
    border:1px #d9d9d9 solid;
    display: inline-block;
    *display: inline;
    zoom:1;
    width:47%;
    vertical-align: top;
    box-sizing: border-box;
    margin:0 0 85px 3.5%;
    padding:30px 0;
    text-align:center;
    font-size:30px;
    height:220px;
}
.list_form .squared_txt li:nth-of-type(2n+1),
.list_form .squared_txt li:first-child{
    margin:0;
}
.list_form .squared_txt li:nth-of-type(4),
.list_form .squared_txt li:nth-of-type(5){
    margin-bottom:0;
}
.list_form .squared_txt li.fir:hover{
    border:2px #678bbf solid;
}
.list_form .squared_txt li.sec:hover{
    border:2px #62aca1 solid;
}
.list_form .squared_txt li.thir:hover{
    border:2px #bf6780 solid;
}
.list_form .squared_txt li.four:hover{
    border:2px #c7ad88 solid;
}
.list_form .squared_txt li.five:hover{
    border:2px #939393 solid;
}
.list_form .squared_txt li a{
    display: block;
    font-size:20px;
    font-family: 'noto5';
    line-height:110%;
    word-break: keep-all
}
.list_form .squared_txt li em{
    font-size:13px;
    margin:0 auto 25px auto;
    display: block;
    width:80px;
    border-radius: 50px;
    text-align: center;
    line-height:25px;
    color:#fff;
    background:#333;
    font-family: 'noto3';
}
.list_form .squared_txt li.fir em{
    background:#678bbf
}
.list_form .squared_txt li.sec em{
    background:#67bf9f
}
.list_form .squared_txt li.thir em{
    background:#bf6780
}
.list_form .squared_txt li.four em{
    background:#c7ad88
}
.list_form .squared_txt li.five em{
    background:#939393
}
.list_form .squared_txt li span{
    font-family: 'noto5';
    font-size: 13px;
    display: block;
    line-height:150%;
    margin:25px 0 0 0;
    color:#989898;
}
/* 고객센터 */
.list_form .gray_btn{
    width:100%;
    text-align:right;
    font-size:0;
}
.list_form .gray_btn li{
    display:inline-block;
    *display:inline;
    zoom:1;
    text-align:center;
    background:#e8e8e8;
    width:250px;
    margin:0 0 0 20px;
    border:1px #d9d9d9 solid;
    box-sizing: border-box;
    transition:0.5s;
}
.list_form .gray_btn li:hover{
    border:1px #6a6363  solid;
    /*     background:#909090  */
}
.list_form .gray_btn li:first-child{
    margin:0;
}
.list_form .gray_btn li a{
    display: block;
    font-size:14px;
    line-height:130%;
    padding:20px 0;
}
.list_form .gray_btn li a b{
    display: block;
    font-family: 'noto5';
    font-weight:100
}
.list_form .news_list{
    font-size:0;
    padding:0 0 30px 60px;
    text-align:left;
}
.list_form .news_list > ul > li {
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    width:350px;
    font-size:12px;
}
.list_form .news_list > ul > li:first-child{
    margin:0 85px 0 0;
}
.list_form .news_list > ul > li .top{
    position:relative;
}
.list_form .news_list > ul > li .top h3{
    font-size:16px;
    line-height:100%;
    padding:0 0 15px 0;
    margin:0 0 5px 0;
    border-bottom:1px #9a9c9f solid;
}
.list_form .news_list > ul > li .top a{
    position:absolute;
    right:0;
    top:0;
    color:#919191;
    font-size:12px;
}
.list_form .news_list > ul > li .bottom li{
    border-top:1px #e0e0e0 solid;
}
.list_form .news_list > ul > li .bottom li:first-child{
    border-top:0;
}
.list_form .news_list > ul > li .bottom li a{
    display: block;
    line-height:40px;
    font-size:14px;
    max-width:90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_form .news_list > ul > li .bottom li a:hover{
    text-decoration: underline;
    font-weight:600
}

/*event pop*/
.event_wrap{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index: 99999999;
    font-family: 'noto3', sans-serif;
    display: table;
    display: none;
}
.event_wrap .mid{
    display: table-cell;
    width:100%;
    height:100%;
    vertical-align: middle;
    box-sizing: border-box;
}
.event_wrap .event_con{
    background:#fff;
    width: 1000px;
    height:auto;
    margin:0 auto;
    padding:25px 0 50px 0;
}
.event_wrap .event_con .tit{
    font-size:24px;
    line-height:100%;
    font-family: 'noto5';
    font-weight:100;
    color:#3c486c;
    position:relative;
    margin:0 0 45px 0;
}
.event_wrap .event_con .tit a{
    font-size:0;
    background:url(/_skin/tpl_skin/basic_maegyung_new/images/apply/high_score/close.png) no-repeat center center;
    position:absolute;
    width:40px;
    height:40px;
    right:15px;
    top:-10px
}
.event_wrap .event_con .tab_wrap{
    width:100%;
}
.event_wrap .event_con .tab_wrap .tab_list{
    width:95%;
    margin:0 auto 25px auto;
    font-size:0;
}
.event_wrap .event_con .tab_wrap .tab_list li{
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    width:49%;
    margin:0 0 0 2%;
    box-sizing: border-box;
    background:#949bb2;
}
.event_wrap .event_con .tab_wrap .tab_list li:first-child{
    margin:0;
}
.event_wrap .event_con .tab_wrap .tab_list li.selected{
    background:#3c486c;
}
.event_wrap .event_con .tab_wrap .tab_list li a{
    display: block;
    font-size:18px;
    color:#fff;
    font-family: 'noto5';
    line-height:45px;
}
.event_wrap .event_con .tab_wrap .tab_cont{
    display: none;
    width:95%;
    margin:0 auto;
}
.event_wrap .event_con .tab_wrap .tab_cont.ta1{
    display: block;
}
.event_wrap .event_con .tab_wrap .top_txt{
    display: table;
    width:100%;
    border-bottom:1px #949bb2 solid;
    color:#374758;
    padding:0 0 20px 0;
}
.event_wrap .event_con .tab_wrap .top_txt p,
.event_wrap .event_con .tab_wrap .top_txt .circle{
    display: table-cell;
    width:50%;
    text-align: left;
    vertical-align: middle
}
.event_wrap .event_con .tab_wrap .top_txt p{
    font-size:20px;
    line-height:130%;
    padding:0 0 0 4%;
}
.event_wrap .event_con .tab_wrap .ta2 .top_txt p{
    font-size:16px;
    padding:0 0 0 2%;
    word-break: keep-all;
}
.event_wrap .event_con .tab_wrap .top_txt p span,
.event_wrap .event_con .tab_wrap .top_txt b{
    display: block;
}
.event_wrap .event_con .tab_wrap .top_txt p span{
    font-family: 'noto2';
}
.event_wrap .event_con .tab_wrap .top_txt b{
    font-family: 'noto5';
}
.event_wrap .event_con .tab_wrap .top_txt .circle{
    padding:0 4% 0 0;
}
.event_wrap .event_con .tab_wrap .top_txt .circle ul{
    display:table;
    width:100%;
}
.event_wrap .event_con .tab_wrap .top_txt .circle li{
    text-align: center;
    display: table-cell;
    width:33%;
    vertical-align: middle;
}
.event_wrap .event_con .tab_wrap .top_txt .circle li span{
    display: block;
    border-radius: 50%;
    margin:0 auto;
    width:120px;
    border:2px #6348f0 solid;
    padding:36px 0;
    font-family: 'noto5';
    color:#6348f0;
    font-size:17px;
    line-height:140%;
}
.event_wrap .event_con .tab_wrap .top_txt .circle li.line_t span{
    line-height:120px;
    padding:0;
    height:120px;
}
.event_wrap .event_con .tab_wrap .top_txt .circle li:nth-child(2) span{
    background:#6348f0;
    color:#fff;
}
.event_wrap .event_con .tab_wrap .list{
    padding:30px 20px 0 20px;
    height: 250px;
    overflow-y:auto;
}
.event_wrap .event_con .tab_wrap .list dl{
    font-size:0;
    display:flex;
    justify-content:space-between;
    width:100%;
}
.event_wrap .event_con .tab_wrap .list dl dd{
    flex:1 1;
    font-size:0;
    text-align: left;
}
.event_wrap .event_con .tab_wrap .list dl dd h2{
    font-size:15px;
    text-align: left;
    font-family: 'noto5';
    font-weight:100;
    width:95%;
    line-height:100%;
    margin:0 0 10px 0;
}
.event_wrap .event_con .tab_wrap .list dl dd p{
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    width:44%;
    box-sizing: border-box;
}
.event_wrap .event_con .tab_wrap .ta2 .list dl dd p{
    width:100%;
}
.event_wrap .event_con .tab_wrap .list dl dd span{
    display: block;
    text-align: left;
    position:relative;
    padding:0 0 0 15px;
    font-size:13px;
    color:#606060;
    word-break: keep-all
}
.event_wrap .event_con .tab_wrap .list dl dd span:before{
    position: absolute;
    left:0;
    content: "ㆍ";
}
.event_wrap .event_con .tab_wrap .list dl dd em{
    display: block;
    font-size:13px;
    text-align:left;
    line-height:140%;
    margin:10px 0 0 0;
    color:#606060;
    word-break: keep-all;
}
