@charset "utf-8";
/* CSS Document */

#audio1 {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

.s_pop_kakao_tel {
    width:42px; height: 42px; display: block;
    position: relative;top: 0px; left: 0px; overflow: hidden;
    margin-bottom: 10px;
}
.mobile_btn_all_wrap {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
	display: none;
}
.w_layer_on .mobile_btn_all_wrap {
    bottom: 440px;
}
 .s_pop_kakao_btn {
    width:42px; height: 42px; display: block;
    position: relative;top: 0px; left: 0px; overflow: hidden;
}
.s_pop_kakao_btn b {
   width:42px; height: 42px; display: block;
    position: relative;top: 0px; left: 0px; overflow: hidden;
    border-radius: 18px;
}
.s_pop_kakao_btn img {
    max-width: 100%;
}
 .s_pop_kakao_num {
    position: absolute;top:0px; right: 0px;display: block;width: 20px; height: 20px;
    background-color: #ef2123; color: #fff; font-size: 12px; text-align: center;
    line-height: 20px; border-radius: 50px; font-weight: bold;
    font-family:'Nanum Gothic',NanumGothic, '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif;
    z-index: 5
}

.s_pop_kakao_btn b:after {
  content: "";
  position: absolute;
  top: -100%;
  left: -200%;
  width: 50%;
  height: 400%;
  opacity: 0;
  transform: rotate(20deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.4) 77%, rgba(255, 255, 255, 0.8) 92%, rgba(255, 255, 255, 0.0) 100%);
  animation: shine cubic-bezier(0,.54,.53,1) 2s;
    transform-origin: 50% 50%;
  animation-delay:0.2s;
  animation-iteration-count: infinite;
}

.s_pop_kakao_btn b:before {
  content: "";
  position: absolute;
  top: -100%;
  left: -200%;
  width: 50%;
  height: 400%;
  opacity: 0;
  transform: rotate(20deg);
  background: rgba(255, 255, 255, 0.3);
  background: linear-gradient( to right, rgba(255, 255, 255, 0.1) 0%,
  rgba(255, 255, 255, 0.8) 77%, rgba(255, 255, 255, 1) 92%,
  rgba(255, 255, 255, 0.0) 100%);
  animation: shine cubic-bezier(0,.54,.53,1) 3s;
    transform-origin: 50% 50%;
  animation-delay:0.2s;
  animation-iteration-count: infinite;
}


@keyframes shine {
  to {
    opacity: 1;
    left: 210%;
  }
}






body {width: 100%; overflow-y: auto;  }
body, html { 
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
}
html {}

img {max-width: 100%;}
#wrap{z-index: 1; position: relative;top: 0px; left: 0px;
 min-width: 1200px;
}
#wrap > div {position: relative;top: 0px; left: 0px; z-index: 800}
#wrap > div.header_all_wrap {
    z-index: 990
}
#wrap > div.line_all_wrap {
    z-index: 970
}
#wrap > div.tab_menu_all_wrap {
    z-index: 950
}
#wrap > div.section_all_wrap {
    /* z-index: 9999; */
    overflow: hidden;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}
#toTop {
    display: none!important;
    text-decoration: none;
    position: fixed;
    bottom: 100px;
    right: 10px;
    overflow: hidden;
    width: 38px;
    height: 36px;
    border: none;
    text-indent: -999999px;
    background: url(../images/totop.png); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;

}
#toTop:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}








.header_all_wrap {
    width: 100%;
     background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.p_menu_01 .header_all_wrap {
    background-image: url(../images/p_menu_02.jpg);
}
.p_menu_02 .header_all_wrap {
    background-image: url(../images/p_menu_02.jpg);
}
.p_menu_03 .header_all_wrap {
    background-image: url(../images/p_menu_02.jpg);
}
.p_menu_04 .header_all_wrap {
    background-image: url(../images/p_menu_02.jpg);
}
.p_menu_05 .header_wrap {
    padding-top: 0px;
}
.p_menu_05 .header_title_all_wrap{
 display: none;
}
.p_menu_06 .header_wrap {
    padding-top: 0px;
}
.p_menu_06 .header_title_all_wrap{
 display: none;
}

.header_wrap {
    width: 100%; margin: 0 auto; 
}
.header_top_wrap {
    width: 100%;
    background-color: #1e1f28
}
.header_top {
    width: 100%; margin: 0 auto; max-width: 1080px;
}
.header {
    width: 100%; padding: 0 180px  0 250px;
    position: relative;top: 0px; left: 0px;
    background-color: #1e1f28;
}
.header:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.top_logo_wrap {
    height: 70px; line-height: 70px;width: 200px;
    padding:17px 0 0 25px;
    position: absolute;top: 0px; left: 0px;
}
.top_logo {
    display: block; float: left; height: 35px;
}
.top_logo img {
    vertical-align: top; min-height: 35px; width: auto;
}
.top_nav_wrap {
    width: 100%;
    position: relative;top: 0px; left: 0px; min-height:70px;
}
.top_menu_link_wrap {
    position: absolute;top: 0px; right: 0px;
}

.top_nav {
    padding-top: 10px;
}
.top_nav .sub_menu_wrap {
    display: none;
}
.top_nav:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.top_nav .menu {
    float: left; width: 20%; 
}
.top_nav .menu.menu_06 {
    display: none;
}
.top_nav .menu_a {
    display: block; height: 50px; line-height: 50px; text-align: center;
    font-size: 17px;
    color: #fff;
    position: relative;top: 0px; left: 0px;
}
.top_nav .menu_a:after {
    content: "";
    position: absolute;top: 100%;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    height: 5px;
    background-color: #1e1f28;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top_nav .menu:hover .menu_a:after,.top_nav .menu.active .menu_a:after {
    background-color: #6666ff;
    width: 100%;
    left: 0px;
    margin-left: 0px;
}
.top_nav .menu:hover .menu_a,.top_nav .menu.active .menu_a {
    color: #6666ff;
}

.top_menu_link .top_menu_link_box.welcome {
    display: none;
}
.top_menu_link {
 padding-top: 23px;
}
.top_menu_link:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.top_menu_link_box  {
    float: left;  padding: 0 5px;
}
.top_menu_link_box:first-child {
    border-left: 0px;
}
.top_menu_link_box.logout {
    border-left: 0px;
}
.top_menu_link_box a {
    display: inline-block; text-align: center;
    font-size: 14px;  color:#777888;
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    border: 1px solid #777888;
    border-radius: 5px;
    font-family: 'no500';
}

.top_menu_link_box a:hover {
  background-color: #6666ff;
    border-color: #6666ff;
    color: #fff;
    font-family: 'no400';
}

.top_menu_link_box.login_btn a {
    background-color: #6666ff;
    border-color: #6666ff;
    color: #fff;
    font-family: 'no400';
}
.top_menu_link_box.login_btn2 a {
    background-color: #6666ff;
    border-color: #6666ff;
    color: #fff;
    font-family: 'no400';
}

.top_menu_link_box.member_info a {
    background-color: #6666ff;
    border-color: #6666ff;
    color: #fff;
    font-family: 'no400';
}

.top_menu_link_box_mobile {
	display:none
}

.header_title_all_wrap {
    width: 100%; height: 200px;
}

.header_title_box {
    text-align: center;color: #fff;
    padding: 50px 0 0 0
}
.header_title_box .header_desc {
    font-size: 32px; font-family: 'no200';
    /* letter-spacing: -2px; */
}
.header_title_box .header_title {
    font-size: 50px; font-family: 'no500';
   /*  letter-spacing: -2px; */
}



.line_all_wrap {
    width: 100%; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;
}
.line_wrap {
    width: 100%;
    max-width:1080px; margin: 0 auto;
    position: relative;top: 0px; left: 0px;
	padding:0 10px;
}
.line_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.line_nav_wrap {
    float: left;
}
.line_notice_all_wrap {
    float: right;
}
.line_nav_home {
    float: left;
}
.line_nav_home a {
    display: block; height: 48px; width: 50px; border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-image: url(../images/common/line_nav_home.png);
    background-repeat: no-repeat;
    background-position: center center; 
    text-indent: -9999px;
}
.line_nav {
    float: left;
}
.line_nav_box {
    float: left; position: relative;top: 0px; left: 0px;
    background-color: #fff;
}
.line_nav_target {

}
.line_nav_target .menu {
    display: none;
}
.line_nav_target .menu.active {
    display: block;
}
.line_nav_box_01 .line_nav_target .sub_menu_wrap {
    display: none;
}
.line_nav_menu {
   background-color: #fff;
}

.line_nav_target .menu_a {
    display: block; padding: 0 0px 0 25px; height: 48px; line-height: 48px;
    width: 175px;font-size: 15px;
    background-repeat: no-repeat;
    background-position: 150px center;
    background-image: url(../images/common/line_nav_target.png);
}
.line_nav_target {
    border-right: 1px solid #ddd;
}
.line_nav_box_01 .line_nav_menu {
    border-left: 1px solid #ddd; border-right: 1px solid #ddd;
    margin-left: -1px; left: 0px; right: 0px;  position: absolute;top: 100%;
    border-top: 1px solid #ddd; display: none;
}
.line_nav_box_01 .line_nav_menu .sub_menu_wrap {
    display: none;
}

.line_nav_box_01 .line_nav_menu .menu_a {
    display: block; width: 100%; height: 45px; line-height: 45px; border-bottom: 1px solid #ddd;
    padding-left: 25px;
}
.line_nav_box_01 .line_nav_menu .menu_a:hover {
    background-color: #f7f7f7;
    color: #000;
}

.line_nav_box_01 .line_nav_menu .menu.active .menu_a{

}

.line_nav_box_01:hover .line_nav_menu {
    display: block;
}

.line_nav_box_02 .line_nav_target .menu_a {
    display: none; 
}
.line_nav_box_02 .line_nav_target .sub_menu {
    display: none;
}
.line_nav_box_02 .line_nav_target .sub_menu.active {
    display: block;
}

.line_nav_box_02 .line_nav_target .sub_menu_a {
    display: block; padding: 0 0px 0 25px; height: 48px; line-height: 48px;
    width: 175px;font-size: 15px;
    background-repeat: no-repeat;
    background-position: 150px center;
    background-image: url(../images/common/line_nav_target.png);
}

.line_nav_box_02 .line_nav_menu {
    border-left: 1px solid #ddd; border-right: 1px solid #ddd;
    margin-left: -1px; left: 0px; right: 0px;  position: absolute;top: 100%;
    border-top: 1px solid #ddd; display: none;
}
.line_nav_box_02 .line_nav_menu .menu {
    display: none;
}
.line_nav_box_02:hover .line_nav_menu {
    display: block;
}
.line_nav_box_02 .line_nav_menu .menu.active {
    display: block;
}

.line_nav_box_02 .line_nav_menu .menu_a {
    display: none;
}
.line_nav_box_02 .line_nav_menu .sub_menu_a {
    display: block; width: 100%; height: 45px; line-height: 45px; border-bottom: 1px solid #ddd;
    padding-left: 25px;font-size: 15px;
}
.line_nav_box_02 .line_nav_menu .sub_menu_a:hover {
    background-color: #f7f7f7;
    color: #000
}


.line_nav_box_02 .line_nav_menu .sub_menu.active .sub_menu_a{

}

.p_menu_03 .line_nav_box_02 {
    display: none;
}

.tab_menu_all_wrap {
    width: 100%; padding: 10px 0 10px
}



.tab_menu_wrap {
    width: 100%; max-width: 1080px; margin: 0 auto;
}
.tab_menu_wrap .menu {
    display: none;
}
.tab_menu_wrap .menu.active {
    display: block;
}
.tab_menu_wrap .menu_a {
    display: none;
}
.tab_menu_wrap .sub_menu_wrap {
    display: block; width: 100%; text-align: center;
}
.tab_menu_wrap .sub_menu {
    display: inline-block; padding: 2px;
}
.tab_menu_wrap .sub_menu_a {
    display: inline-block; height: 40px; 
    position: relative;top: 0px; left: 0px;
    word-break: break-all; overflow: hidden; border: 1px solid #d1d1db;
    border-radius: 200px; background-color: #fff;
    min-width: 110px;
        white-space: nowrap;
        padding: 0 10px;
}

.tab_menu_wrap .sub_menu_a:hover {
    background-color: #ececf2;
}

.tab_menu_wrap .sub_menu_a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.tab_menu_wrap .sub_menu_a span {
     vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2; color: #1e1f28;
}

.tab_menu_wrap .sub_menu.active .sub_menu_a {
    background-color: #1e1f28; border-color: #1e1f28
}
.tab_menu_wrap .sub_menu.active .sub_menu_a span {
    color: #fff;
}


.file_detail .header_title_all_wrap {
display: none;
}
.file_detail .header_wrap {
 padding-top: 0px;
}

.file_detail.p_menu_02 .line_nav_box_02 .line_nav_target .sub_menu.sub_menu_02  {
display: none;
} 
.file_detail.p_menu_02 .line_nav_box_02 .line_nav_target .sub_menu.sub_menu_03  {
display: none;
} 
.file_detail .header_all_wrap {
     background-image: none;
}
.file_detail .tab_menu_all_wrap {
    display: none;
}


.shop_list_all_wrap {
    width: 100%;
    padding: 0px 0 10px
}
.shop_list_wrap {
    width: 100%; max-width: 1080px; margin: 0 auto;
    position: relative;top: 0px; left: 0px;
}
.shop_list_wrap .board_search_wrap {
    padding: 10px;
}

.shop_list_top_wrap {
      position: absolute;top: 14px; left: 0px;
}
.shop_list_top_info {
    padding-bottom: 15px; padding-left: 15px;
    font-size: 15px; color: #444; letter-spacing: 0px;
}
.shop_list_top_info span {
    color: #ef4380;
}
.shop_list_con_all_wrap {
    width: 100%;
}
.shop_list_con_wrap {
    width: 100%;
}
.shop_list_con_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.shop_list_box_wrap {
    float: left; width: 25%;
    padding: 15px 10px;
	transition: all 0.8s ease;
}
.shop_list_box {
    border: 1px solid #ddd;
    position: relative;top: 0px; left: 0px;
}

.shop_list_box_img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 100%;
}
.shop_list_box_img > a {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
	width:100%;
	height:100%;
	display:block
	
}
/*.shop_list_box_img img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    transform: scale(1);
    width: 100%;
    min-height: 100%;
	position:relative
}
*/
/*.shop_list_box_wrap:hover .shop_list_box_img img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    transform: scale(1.2);
}
*/

.shop_list_box_img_front {
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	left:50%;
	opacity:1;
	transition:0.5s;
	width:100%
	
}
.shop_list_box_img_front img {
	/* display:block; */
	display:none;
	width:100%
}

.shop_list_box_wrap:hover .shop_list_box_img_front {
	opacity:0
}

.shop_list_box_name {
    margin-left: -1px;
    margin-right: -1px;
}
.shop_list_box_name a {
    display: block; text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px; height: 36px;
    line-height: 36px;
    padding: 0;
    color: #fff;
    /* letter-spacing: -1px; */
    font-family: 'no300';
    padding: 0px 10px;
    background-color: #262732;
}

.shop_list_box_name a span {
    font-family: 'no400';
}

.shop_list_box_name_review {
    padding: 0px 10px;
    background-color: #262732;
    margin-left: -1px;
    margin-right: -1px;
}
.shop_list_box_name_review a {
    display: block; text-align: center;
    white-space: nowrap;
    font-size: 16px; height: 36px;
    line-height: 36px;
    padding: 0;
    color: #fff;
    /* letter-spacing: -1px; */
    font-family: 'no300';
}

.shop_list_box_name_review a span {
    font-family: 'no400';
}

.span_vat {
    font-size: 11px;
    color: #f10000
}
.span_co_01 {
    color: #4d9afe;
}
.span_co_02 {
    color: #f17f7a;
}
.span_co_03 {
    color: #55b8e6;
}
.span_co_05 {
    color: #f3b555;
}
.span_co_06 {
    color: #8a82dc;
}
.span_co_07 {
    color: #3dadb4;
}
.span_co_08 {
    color: #58bfb5;
}
.span_co_09 {
    color: #00dfcd
}
.span_co_10 {
    color: #9073da
}
.span_co_11 {
    color: #5f96e1
}
.span_co_12 {
    color: #186fff
}
.span_co_13 {
    color: #ff4968
}
.span_co_14 {
    color: #e66274
}
.span_co_15 {
    color: #6e6be0
}
.span_co_16 {
    color: #9380ea
}
.span_co_17 {
    color: #cd4c81
}
.span_co_18 {
    color: #429ded
}
.span_co_19 {
    color: #5bc0de
}
.span_co_20 {
    color: #f1ca1a
}
.span_co_21 {
    color: #55bb74
}
.span_co_22 {
    color: #c8a244
}
.span_co_23 {
    color: #7643b9
}
.span_co_24 {
 color: #e8341f
}
.span_co_25 {
 color: #36bfcd
}
.span_co_26 {
 color: #267f4c
}
.span_co_27 {
 color: #0084ff
}
.span_co_29 {
 color: #c2364a
}
.span_co_30 {
 color: #a58ae7
}
.span_co_31 {
 color: #ff9120
}

.span_co_32 {
 color: #1e94c8
}

.span_co_33 {
 color: #7f75c0
}

.span_co_34 {
 color: #27ab8e
}

.span_co_35 {
 color: #2eb4cc
}

.span_co_36 {
 color: #0eb0ce
}

.span_co_37 {
 color: #ec9000
}
.span_co_38 {
color:#38cb83;
}
.span_co_39 {
color:#21759b;
}
.span_co_40 {
color:#599be4;
}
.span_co_41 {
color:#ff5252;
}
.span_co_42 {
color:#529947;
}
.span_co_43 {
color:#2eb3e4;
}
.span_co_44 {
color:#bd5bdb;
}
.span_co_45 {
color:#ffcc00;
}
.span_co_46 {
color:#0fb671;
}
.span_co_47 {
color:#1BCC21;
}
.span_co_48 {
color:#38ADFF;
}
.span_co_49 {
color:#FF4609;
}
.span_co_50 {
color:#51C9B4;
}
.span_co_51 {
color:#3CBF25;
}
.span_co_52 {
color:#3F68C2;
}
.span_co_53 {
color:#E33542;
}
.span_co_54 {
color:#2DCA61;
}
.span_co_55 {
color:#02C767;
}
.span_co_56 {
color:#1373EB;
}
.span_co_57 {
color:#0FB691;
}
.span_co_58 {
color:#7560DE;
}
.span_co_59 {
color:#FE5200;
}
.span_co_60 {
color:#005C80;
}
.span_co_61 {
color:#8A92F2;
}
.span_co_62 {
color:#41BCE6;
}
.span_co_63 {
color:#2CCF54;
}
.span_co_64 {
color:#5DB534;
}
.span_co_65 {
color:#566FF5;
}
.span_co_66 {
color:#30B64B;
}
.span_co_67 {
color:#FFAD43;
}
.span_co_68 {
color:#1987F6;
}
.span_co_69 {
color:#EE4943;
}
.span_co_70 {
color:#4679BC;
}
.span_co_71 {
color:#ffda55;
}
.span_co_72 {
color:#833AB4;
}
.span_co_73 {
color:#F33C7D;
}

.board_view_con table {
	width:400px;
}

.board_view_con table td {
	width:200px
}
.board_view_con table td a {
	display:block
}
.board_view_con table td a img {
	display:block
} 

.shop_list_box_label_wrap {
	height:100%; 
	border:1px solid #ddd;
}

.shop_list_box_label {
    width: 100%; padding: 5px 10px 0;
    
}
.shop_list_box_label a {
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
   font-size: 16px; text-align: center;
    display: block;
    padding:10px 0;
    color: #000
}
.shop_list_box_desc {
     width: 100%; 
	 padding: 5px 10px 0;
    overflow: hidden;
    height: 58px;
	font-size: 12px;
    line-height: 18px;
    font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    letter-spacing: 0px;
    color: #666; text-align: center; /* letter-spacing: -1px; */
    white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
.shop_list_box_cost {
    width: 100%; padding: 5px 15px;
    height: 50px; overflow: hidden;
    font-size: 18px; color: #333; text-align: center; /* letter-spacing: -1px; */
	margin-top:10px;
}
.shop_list_box_cost * {
}

.shop_list_box_cost .price {
    border-top: 1px solid #ddd;
    padding-top: 7px;
}

.shop_list_box_cost .price b {
    font-size: 20px; color: #333;
    padding-right: 4px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.shop_list_box_cost .price span {
    font-size: 11px!important; display: inline-block; padding: 2px 3px; background-color: #ec644b; color: #fff;
    font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    border-radius: 3px; vertical-align: middle;
}
.shop_list_box .shop_list_box_tag {
    display: none;
}
.shop_list_box_tag {
    width: 100%; padding: 5px 10px;
}
.shop_list_box_tag:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.shop_list_box_tag span {
 display: block; float: left; width: 48%; margin: 2px 1%;
 font-size: 11px;/*  letter-spacing: -1px; */
 font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
 border: 1px solid #ddd; color: #666; text-align: center;
 padding: 2px 0
}

.shop_list_box_tag span.span_0 {
    border-color: #6666ff;
    color: #6666ff;
}
.shop_list_box_tag span.span_1 {
    border-color: #ec644b;
    color: #ec644b;
}
.shop_list_box_tag span.span_2 {
    border-color: #47cfb7;
    color: #47cfb7;
    width: 98%;
}
.shop_list_box_tag.tag_4 span.span_2 {
    width: 48%;
}

.shop_list_box_tag span.span_3 {
    border-color: #428bca;
    color: #428bca;
}

.shop_list_box_order {
    position: absolute;bottom: -50px; left: 0px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_list_box_order:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.shop_list_box_order a {
    float: left; width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #242430;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    color: #fff;
    border-left: 1px solid #4c4c57;
    background-repeat: no-repeat;
    background-position: 20% center;
    padding-left: 5%;
}
.shop_list_box_order a:hover {
    background-color: #6666ff
}
.shop_list_box_order .shop_list_box_order_detail {
    background-image: url(../images/common/shop_list_box_order_detail.png);
}
.shop_list_box_order .shop_list_box_order_cart {
    background-image: url(../images/common/shop_list_box_order_cart.png);
}


.shop_list_box_wrap:hover .shop_list_box_order {
    bottom: 0px;
}

.shop_list_box_icon {
       position: absolute;
    top: 36px;
    left: -1px;
    height: 1px;
}

.shop_list_box_icon_best {
   background-color: #ef4380;
}

.shop_list_box_icon_new {
    background-color: #feb519; 
}
.shop_list_box_icon_vedio {
    background-color: #1e1f28; 
}




.shop_list_box_icon > div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    float: left;
    color: #fff;
    letter-spacing: 0px;
}

.layer_cart_all_wrap {
    width: 100%; position: fixed;bottom: 0; left: 0px; right: 0px;
     border-top: 2px solid #242430;
     background-color: rgba(255, 255, 255, 0.9);
     z-index: 999;
	display:none
}
.layer_cart_all_wrap.cartlist {
	bottom: -253px;
	display:block
}
.layer_cart_all_wrap:hover {
    background-color:#fff;
}
.layer_cart_all_wrap.layer_on {
	display:block
}
.layer_cart_wrap {
    width: 100%; margin: 0 auto; max-width: 1080px;
    padding: 30px 0;position: relative;top: 0px; left: 0px;
}
.layer_cart_box {
    width: 100%;
}
.layer_cart_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.layer_cart_box_left {
    float: left; width:65%;
}
.layer_cart_box_right {
    float: right;width: 30%;
}
.layer_cart_box_label_wrap {
    width: 100%; padding-bottom: 10px;
}
.layer_cart_box_label_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.layer_cart_box_label {
    font-weight: normal;
    color: #333; font-size: 18px; font-family:'no400', '나눔고딕',NanumGothic, '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    padding-right: 15px;
}
.layer_cart_box_desc {
    font-family:'no300', '나눔고딕',NanumGothic, '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    font-size: 15px; color: #999
}
.layer_cart_result_wrap {
    width: 100%;font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    font-size: 12px;letter-spacing: 0px;
}
.layer_cart_result_wrap > div:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.layer_cart_result_box_top {
 border-top: 1px solid #222; border-bottom: 1px solid #eee;
 padding: 10px 5%;
}
.layer_cart_result_dc {
    padding: 10px 5% 0;
}
.layer_cart_result_last {
    padding: 10px 5%;
}
.layer_cart_result_label {
    float: left;
}
.layer_cart_result_desc {
    float: right;
}
.layer_cart_result_last .layer_cart_result_desc {
    font-size: 18px; color: #242430;
    font-family:'no400', '나눔고딕',NanumGothic, '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
     position: relative;top: -5px; left: 0px;
}
.layer_cart_result_dc .layer_cart_result_desc b {
    text-decoration: line-through;
}
.layer_cart_payment_wrap {
    width: 100%;
}
.layer_cart_payment_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.layer_cart_payment_wrap a {
    display: block; height: 45px; text-align: center;
    font-size: 18px; font-family: 'no400';line-height: 45px; color: #fff;
}
.layer_cart_payment_wrap #banksmssend {
    float: left; width: 49%;
    background-color: #242430
}
.layer_cart_payment_wrap #cardpaymentrequest {
    float: right; width: 49%;
    background-color: #5b44ca
}
.layer_cart_payment_wrap #banksmssend02 {
    float: left; width: 49%;
    background-color: #242430
}
.layer_cart_payment_wrap #cardpaymentrequest02 {
    float: right; width: 49%;
    background-color: #5b44ca
}
.layer_cart_table {
    width: 100%; height: 156px;
    overflow: auto;    border-bottom: 1px solid #222;
}

.layer_cart_table table {
    border-top: 1px solid #222;
    font-size: 12px;
    font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    letter-spacing: 0px;
}
.layer_cart_table table th {
    padding: 10px; text-align: center;color: #000; background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
}
.layer_cart_table table td {
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
}
.layer_cart_td_qty:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.layer_cart_td_qty_input {
    float: left;
}
.layer_cart_td_qty_control {
    float: left;
}
.layer_cart_td_qty_input input {
    height: 30px; width: 40px; text-align: center;
    border: 1px solid #ddd;
}
.layer_cart_td_qty_control span {
    display: block;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 15px; width: 25px;
    text-align: center;
    line-height: 15px;  cursor: pointer;
    background-color: #fefefe;
}
.layer_cart_td_qty_control span:first-child {
    border-top: 1px solid #ddd;
}
.layer_cart_td_qty {
    width:86px;
}
.layer_cart_td_cost {
    width: 100px; text-align: center;
}
.layer_cart_td_del {
    width: 50px; text-align: center;
}
.layer_cart_td_del span {
    width: 15px; height: 15px; display: inline-block;
    text-align: center; line-height: 15px;
    color: #fff; background-color: #999;
    cursor: pointer;
}
.layer_cart_td_name:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.layer_cart_td_name_01 {
    float: left; max-width: 180px;
        white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #222;
}
.layer_cart_td_name_02 {
    float: left;
    color: #999
}

.layer_cart_btn_wrap {
    position: absolute;top:-55px;
    right: 0px; width: 250px; height: 55px;
    
        background: #dd2c63;
    background: linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf);
    background: -moz-linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf);
    background: -webkit-linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf);
    background: linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c63', endColorstr='#288fcf',GradientType=1 );
    background-size: 600% 600%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    -o-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
}

.w_layer_on .layer_cart_btn_wrap {
    background: #242430;
}

.layer_cart_btn_wrap .layer_cart_btn {
    display: block; width: 250px; height: 55px;
    color: #fff; font-size: 22px;
    padding-left: 30px;
    line-height: 55px;
    background-repeat: no-repeat;background-position: 200px center;
    background-image: url(../images/common/layer_cart_btn_off.png);
}
.w_layer_on .layer_cart_btn_wrap .layer_cart_btn {
    background-image: url(../images/common/layer_cart_btn_on.png);
}

.root_order_wrap {
    width: 100%; text-align: center; padding: 20px 0
}
.root_order_wrap a {
    display: inline-block; margin: 0 5px; height: 40px; line-height: 40px;
    padding: 0 10px; text-align: center; background-color: #66f; color: #fff; font-size: 13px;
    border-radius: 5px;
}
.root_order_wrap a.e_on {
    background-color: #ea0663
}
.pt_view_all_wrap {
    width: 100%;
}
.pt_view_wrap {
    width: 100%; 
}
.pt_view_top_wrap {
    width: 100%; margin: 0 auto; max-width: 1024px; padding-top: 20px;
}
.pt_view_top {
    width: 100%; position: relative;top: 0px; left: 0px;
}
.pt_view_top:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pt_view_top_left_wrap {
    float: left; width: 502px;
}
.pt_view_top_right_wrap {
    float: right;width: 480px;
}

.pt_view_top_left {
    width: 100%; position: relative;top: 0px; left: 0px;
    text-align: center;
}
.pt_view_top_img {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    position: relative;top: 0px; left: 0px;
	padding-bottom:15%;
	background:#f6f6fa;
}
.pt_view_top_img img {
    vertical-align: bottom;
}

.pt_view_top_icon {
    position: absolute;
    bottom: 70px;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}
.pt_view_top_icon:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.pt_view_top_icon .pt_icon {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;top: 0px; left: 0px;
    word-break: break-all;
    padding: 5px 8px;
    overflow: hidden;
}
/*.pt_view_top_icon .pt_icon:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}*/
.pt_view_top_icon .pt_icon span {
    /*vertical-align: middle;*/
    display: inline-block;
    line-height: 1.2;
    color: #fff;
}

.pt_view_top_icon .pt_icon br {
    display: none;
}



.pt_view_top_icon .span_0 {
    border: 1px solid #ef4380;
    background: #ff5939; 
    background: -moz-linear-gradient(-45deg,  #ff5939 0%, #fb2e67 100%); 
    background: -webkit-linear-gradient(-45deg,  #ff5939 0%,#fb2e67 100%); 
    background: linear-gradient(135deg,  #ff5939 0%,#fb2e67 100%); 
}
.pt_view_top_icon .span_1 {
    border: 1px solid #47cfb7;
    background: #48e58a; 
    background: -moz-linear-gradient(-45deg,  #48e58a 0%, #278ff7 100%); 
    background: -webkit-linear-gradient(-45deg,  #48e58a 0%,#278ff7 100%); 
    background: linear-gradient(135deg,  #48e58a 0%,#278ff7 100%); 
}
.pt_view_top_icon .span_2 {
     border: 1px solid #6666ff;
    background: #4b73d9; 
    background: -moz-linear-gradient(-45deg,  #4b73d9 0%, #743cc8 100%); 
    background: -webkit-linear-gradient(-45deg,  #4b73d9 0%,#743cc8 100%); 
    background: linear-gradient(135deg,  #4b73d9 0%,#743cc8 100%); 
}
.pt_view_top_icon > div {
    margin-right: 5px;
}

.pt_view_top_tag .shop_list_box_tag span {
    width: auto;
    margin: 2px;
    padding: 2px 5px;
}

.pt_view_top_tag .shop_list_box_tag {
    padding: 0px;
}

.pt_view_top_label {
    font-size: 32px;
    font-family: 'no400';
    padding: 0px 0 10px;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.pt_view_top_sub_label {
    font-size: 22px;
    padding: 10px 0 10px;
    color: #333;
 /*    letter-spacing: -1px; */
    font-family: 'no400';
}

.pt_view_top_desc {
    line-height: 1.5;
    color: #333;
/*     letter-spacing: -1px; */
    font-size: 16px;
}


.pt_view_top_pre_cost_wrap {
    padding: 10px 0 0;
    text-align: right;
}

.pt_view_top_pre_cost {
    color: #999;
    font-size: 15px;
    font-family: 'no200';
    letter-spacing: -1px;
}
.pt_view_top_pre_cost b {
    font-weight: normal;
    font-size: 20px;
    padding-right: 5px;
    font-family: 'no200';
    text-decoration: line-through;
}
.pt_view_top_cost_wrap {
    padding: 0px 0 10px;
    text-align: right;
}
.pt_view_top_cost {
    font-size: 24px;
    color: #333;
}
.pt_view_top_cost b {
    font-size: 36px;
    font-family: 'no300';
}


.pt_view_top_vat {
    color: #333;
    padding: 0 5px;
}

.pt_view_top_sale_per {
    font-size: 16px;
    color: #fff;
    background-color: #43444e;
    background-image: url(../images/common/pt_view_top_sale_per.png);
    background-repeat: no-repeat;
    background-position: 45px center;
    display: inline-block;
    padding: 2px 2px 2px 10px;
    width: 60px;
    text-align: left;
    border-radius: 100px;
}
.pt_view_payment_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pt_view_payment_wrap {
    width: 100%;
    padding: 5px 0
}
.pt_view_payment_wrap a {
    width: 100%;
    float: left;
    margin: 3px 0;
    background-color: #43444e;
    color: #fff;
    height: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #333;
    -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2) inset;
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2) inset;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2) inset;
}
.pt_view_payment_wrap a.down_btn {
}

.pt_view_payment_wrap a.down_btn img {
    vertical-align: middle; margin-left: 10px;
}

.pt_view_payment_wrap a.down_btn02 img {
    vertical-align: middle; margin-left: 10px;
}


.pt_view_payment_wrap a.down_btn:hover {

    border: 1px solid #f90000;
    background: #f51352;
    background: linear-gradient(230deg, #fb6d1a, #f51352, #fb6d1a, #f51352);
    background: -moz-linear-gradient(230deg, #fb6d1a, #f51352, #fb6d1a, #f51352);
    background: -webkit-linear-gradient(230deg, #fb6d1a, #f51352, #fb6d1a, #f51352);
    background: linear-gradient(230deg, #fb6d1a, #f51352, #fb6d1a, #f51352)
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6d1a', endColorstr='#f51352',GradientType=1 );
    background-size: 600% 600%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    -o-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
}

.pt_view_payment_wrap a.down_btn02:hover {
	border: 1px solid #f90000;
    background: #f51352;
    background: linear-gradient(230deg, #fb6d1a, #f51352, #fb6d1a, #f51352);
    background: -moz-linear-gradient(230deg, #fb6d1a, #f51352, #fb6d1a, #f51352);
    background: -webkit-linear-gradient(230deg, #fb6d1a, #f51352, #fb6d1a, #f51352);
    background: linear-gradient(230deg, #fb6d1a, #f51352, #fb6d1a, #f51352)
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6d1a', endColorstr='#f51352',GradientType=1 );
    background-size: 600% 600%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    -o-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
}


.pt_view_payment_pay:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pt_view_payment {
	width: 100%;
    padding: 5px 0;
    padding-bottom: 20px;
}
.pt_view_payment:after {content: "";display: block;clear: both}
.pt_view_payment>div {
	float:left;
}
/* 담기버튼
.pt_view_payment_putin {
	margin:4px 0;
	border:1px solid #cacbd5;
	background:#f6f6fa;
	color:#43444e;
	width:60px;
	height:60px;
	border-radius:8px;
	margin-right:2%;
}
.pt_view_payment_putin #putin {
	display:block;
	opacity:0.8;
	text-align:center;	
}
.pt_view_payment_putin img {
	padding:13px 0 0 0
}
*/
.pt_view_payment_pay {
    /*width: calc(100% - 70px);*/
	width: 100%

}
.pt_view_payment_pay a {
    width: 49%;
    float: left;
    margin: 3px 0;
    background-color: #000;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
}
.pt_view_payment_pay a:first-child {
    margin-right: 2%
}
.pt_view_payment_pay a#cardpaymentrequest {
border: 1px solid #4a4ad3;
background: #4b73d9;
background: -moz-linear-gradient(-45deg, #4b73d9 0%, #743cc8 100%);
background: -webkit-linear-gradient(-45deg, #4b73d9 0%,#743cc8 100%);
background: linear-gradient(135deg, #4b73d9 0%,#743cc8 100%);
-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2) inset;
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2) inset;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2) inset;

}
.pt_view_payment_pay a#cardpaymentrequest:hover {
    background: #743cc8;
    background: linear-gradient(230deg, #4b73d9, #743cc8, #4b73d9, #743cc8);
    background: -moz-linear-gradient(230deg, #4b73d9, #743cc8, #4b73d9, #743cc8);
    background: -webkit-linear-gradient(230deg, #4b73d9, #743cc8, #4b73d9, #743cc8);
    background: linear-gradient(230deg, #4b73d9, #743cc8, #4b73d9, #743cc8);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b73d9', endColorstr='#743cc8',GradientType=1 );
    background-size: 600% 600%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    -o-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
}

.pt_view_payment_pay a#banksmssend {
    border: 1px solid #33ab43;
    background: #48e58a;
    background: -moz-linear-gradient(-45deg, #48e58a 0%, #278ff7 100%);
    background: -webkit-linear-gradient(-45deg, #48e58a 0%,#278ff7 100%);
    background: linear-gradient(135deg, #48e58a 0%,#278ff7 100%);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2) inset;
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2) inset;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2) inset;
}

.pt_view_payment_pay a#banksmssend:hover {
    background: #278ff7;
    background: linear-gradient(230deg, #48e58a, #278ff7, #48e58a, #278ff7);
    background: -moz-linear-gradient(230deg, #48e58a, #278ff7, #48e58a, #278ff7);
    background: -webkit-linear-gradient(230deg, #48e58a, #278ff7, #48e58a, #278ff7);
    background: linear-gradient(230deg, #48e58a, #278ff7, #48e58a, #278ff7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48e58a', endColorstr='#278ff7',GradientType=1 );
    background-size: 600% 600%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    -o-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
}



.pt_view_sv_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pt_view_sv_in {
    width: 100%;
    padding: 5px 0
}
.pt_view_sv_in a {
    width: 49%;
    float: left;
    margin: 3px 0;
    background-color: #f6f6fa;
    border: 1px solid #d1d1db;
    color: #000;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    font-family: 'no400';
}
.pt_view_sv_in a:first-child {
    margin-right: 2%;
}
.pt_view_sv_in a.pt_view_sv_kakao {
    border-color: #c7ab2b;
    background-color: #fcd939
}

.pt_view_sv_in a img {
    vertical-align: middle;
    margin-right: 10px;
}
.pt_view_top_right_in {
    min-height: 503px;
}
.pt_view_top_right_in_box {
    min-height: 318px;
}
.pt_view_new_box_wrap {
    padding-top: 20px;
}
.pt_view_new_box {
    -moz-box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.2);
        border-radius: 5px;
}
.pt_view_new_box_title {
font-size: 18px;
    color: #fff;
    padding: 7px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background-color: #f6f6fa;
    border: 1px solid #ef4380;
    background: #ff5939;
    background: -moz-linear-gradient(-45deg, #ff5939 0%, #fb2e67 100%);
    background: -webkit-linear-gradient(-45deg, #ff5939 0%,#fb2e67 100%);
    background: linear-gradient(135deg, #ff5939 0%,#fb2e67 100%);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.pt_view_new_box_desc {
       font-size: 15px;
    color: #000;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pt_view_top_notice {
    padding: 5px 0;
    font-size: 14px;
    color: #999;
}
.pt_view_top_box {
    padding: 17px 0 0;
    border-top: 1px solid #ddd;
}
.pt_view_top_box .addtion:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pt_view_top_box .addtion {
    width: 100%;
}
.pt_view_top_box .addition_type {
    width: 49%;
    float: left;
    margin: 3px 0;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 5px;
}
.pt_view_top_box .addition_type:first-child {
    margin-right: 2%;
}

.pt_view_top_box .addition_type img {
    vertical-align: middle;
}



.pt_view_old_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
}
.pt_view_old_label_wrap {
    width: 100%; position: relative;top: 0px; left: 0px; padding-bottom: 15px;
}
.pt_view_old_label_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pt_view_old_label_symbol{
    float: left; height: 50px;
}
.pt_view_old_label_symbol img {
 width: auto; max-height: 50px;
}
.pt_view_old_label{
    float: left; height: 50px;
    padding: 5px 0; margin-left: 15px;
}
.pt_view_old_label img {
    width: auto;max-height: 40px;
}
.pt_view_old_mark {
    position: absolute;top: -5px; right: 15px;
}

.pt_view_old_box_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
}
.pt_view_old_box_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pt_view_old_box_img {
    float: left; width: 30%;
    padding: 30px 10px 10px;
}
.pt_view_old_box_txt {
    float: right;width: 70%;
    padding: 30px 10px 10px; letter-spacing: 0px;
}
.pt_view_old_box_txt_01 {
    font-size: 15px; color: #fff;text-shadow: 2px 2px 2px #000;
}

.pt_view_top_left_info {
    padding-top: 25px;
}

.pt_view_top_setup_wrap {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 8px;
}
.pt_view_top_setup_wrap table {
    border: 1px solid #fff;
    width: 100%;
    font-size: 13px;
    border-radius: 8px;
    overflow: hidden;
}
.pt_view_top_setup_wrap tr:first-child td {
    border-top: none;
}
.pt_view_top_setup_wrap tr:first-child th {
    border-top: none;
}
.pt_view_top_setup_wrap td {
    padding: 10px 5px;
    color: #666;
    border-top: 1px solid #ddd;
}
.pt_view_top_setup_wrap th {
    padding: 14px 5px;
    color: #333;
    border-top: 1px solid #ddd;
    background-color: #f6f6fa;
    text-align: center;
}

.pt_view_top_tel_wrap {
    padding-top: 10px;
}

.pt_view_top_tel_wrap .tel_info {
    background-color: #288fcf;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

.pt_view_top_tel_wrap .tel_info b {
    color: #fff;
    font-family: 'no400';
    font-weight: normal;
}


.pt_view_top_month {
    font-size: 11px!important;
    display: inline-block;
    padding: 2px 3px;
    background-color: #ec644b;
    color: #fff;
    font-family: '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    border-radius: 3px;
    vertical-align: super;
}
.pt_view_best_wrap {
}
.pt_view_best {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.pt_view_best:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pt_view_best_label_wrap {
    position: relative;top: 0px;
    left: 0px;
    padding: 5px 0
}
.pt_view_best_label_line_wrap {
position: absolute;top: 50%; left: 0px;
width: 100%;
z-index: 9
}
.pt_view_best_label_line {
    height: 1px; width: 100%;
    background-color: #ddd;
}
.pt_view_best_label {
    position: relative;top: 0px; left: 0px;
    font-size: 22px;
    color: #333;
    display: inline-block;
    z-index: 10;
    background-color: #fff;
    padding-right: 20px;
}

.slider2 .bx-viewport {
	height:  auto !important;
}

.slider2 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    outline: 0;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    z-index: 997;
}
.slider2 .bx-wrapper .bx-prev {
    left: -25px;
    background-image: url(../images/common/main_pt_img_left.png);
    background-repeat: no-repeat;
    background-position: 0px;
}
.slider2 .bx-wrapper .bx-next {
    right: -25px;
    background-image: url(../images/common/main_pt_img_right.png);
    background-repeat: no-repeat;
    background-position: 0px;
}
.slider2 .bx-wrapper {
    max-width: 100%!important
}
.slider2 .shop_list_box_wrap {
    max-width: 256px;
}
.pt_con_all_wrap {
    padding: 10px 0;
    position: relative;
    z-index: 99

}
.pt_con_wrap {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}



.view_bottom_wrap {padding: 10px 0; width: 100%;}
.view_bottom_nav {width: 100%; border-bottom:1px solid #555; padding-top: 10px;
position: relative;top: 0px; left: 0px;
 }

.view_target {
    position: absolute;top: -100px;
    left: 0px; width: 1px; height: 1px; overflow: hidden;
}

.view_bottom_nav:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.view_bottom_nav a {
    float: left;
    display: block;
    width: 25%;
    height: 44px;
    margin-bottom: -1px;
    line-height: 45px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    color: #888;
    background-color: #f7f7f7;
}
.view_bottom_nav a:first-child {}
.view_bottom_nav a.go_ani_01 {
    border-left: 1px solid #ddd;
}
.view_bottom_nav a.active {border-top: 1px solid #555;background-color: #fff; border-right: 1px solid #555; border-left: 1px solid #555;
    height: 45px; line-height: 44px;  color:#222; 
}
.view_bottom_nav a.active span {
    color: #ff6c23;
}

.view_bottom_box_in {padding: 10px 0; }

.view_bottom_box {
    position: relative;top: 0px; left: 0px;
}

.nav_scroll .view_bottom_nav_wrap {
    position: fixed;top: 0px;
    left: 0px;
    width: 100%;

}
.nav_scroll .view_bottom_nav {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 0px;
}
.view_bottom_nav_all_wrap {
    position: relative;top: 0px; left: 0px;
    z-index: 9;
    height: 65px;
}
.view_bottom_box {
    z-index: 8
}

.view_bottom_nav.view_bottom_nav_3 a {
    width: 33%;
}
.view_bottom_nav.view_bottom_nav_3 a.active {
    width: 34%;
}

.view_qna_all_wrap {
    background-color: #f6f6fa;
    padding: 30px 5%;
}
.view_qna_top {
    text-align: center;
}
.view_qna_top_txt {
    padding: 20px 0;
    font-size:20px;
    color: #666
}
.view_qna_box {
    width: 100%;
    padding: 0;
}
.view_qna_box_q_in {
    display: inline-block;
    background-color: #ffff;
    padding: 6px 20px 6px 50px;
    background-image: url(../images/common/view_qna_box_q.png);
    background-repeat: no-repeat;
    background-size: 40px;
    border-radius: 20px;
    font-size: 20px;
    color: #000;
    letter-spacing: -2px;
    font-family: 'no400';
    min-height: 40px;
    position: relative;top: 0px; left: 0px;
    z-index: 10;
}
.view_qna_box_a_in {
    display: inline-block;
    background-color: #ffff;
    padding: 20px 20px 20px 50px;
    background-image: url(../images/common/view_qna_box_a.png);
    background-repeat: no-repeat;
    background-size: 40px;
    border-radius: 20px;
    font-size: 18px;
    color: #333;
    letter-spacing: -1px;
    font-family: 'no300';
    min-height: 40px;
}
.view_qna_box_q {
    padding: 15px 0;
    position: relative;top: 0px; left: 0px;
    z-index: 10
}
.view_qna_box:first-child .view_qna_box_q{
	padding-top:0;
}
.view_qna_box_a {
    padding-left:50px;
    position: relative;top: 0px; left: 0px;
    z-index: 10
}

.view_qna_box_in {
    position: relative;top: 0px; left: 0px;
}
.view_qna_box_q:before {
    content: "";
    width: 60px;
    height: 100%;
    border-left: 1px dashed #c0c0c2;
    border-bottom: 1px dashed #c0c0c2;
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 9;
}


.view_review_table table {
    border-top: 2px solid #000;

}
.view_review_table th {
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    font-size: 18px;
    font-family:"no400";
    color: #000;
    font-weight: normal;
    text-align: center;
}
.view_review_table td {
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    font-size: 15px;
    color: #666;
}
.td_view_num {
    text-align: center;
}
.td_view_writer {
    text-align: center;
}
.td_view_grade {
    text-align: center;
}
.td_view_hit {
    text-align: center;
}

.review_title {
    cursor: pointer;
}
.review_content .td_view_subject * {
    font-size: 15px!important;
    line-height: 1.5;
}
.td_view_subject .hit {
    padding-left: 10px;
    color: #6666ff;
}
.review_content {
    background-color: #f9f9f9
}


.view_review_all_wrap {
    padding: 10px 0px;
}
.view_review_top {
    text-align: center;
}
.view_review_top_txt {
    padding: 20px 0;
    font-size:20px;
    color: #666
}
.view_review_box {
    width: 100%;
    padding: 10px 0
}

.view_logo_label_wrap {
    text-align: center;
    vertical-align: middle;
}

.view_logo_icon {
vertical-align: middle;
padding-right: 20px;
}




.view_logo_label {
    font-family: 'nar400', sans-serif;
    font-size: 46px;
    color: #333;
    text-align: center;
    vertical-align: middle;
}

.view_logo_label_txt {
    padding: 0px 0 30px;
    font-size:20px;
    color: #666
}
.view_logo_label_txt span {
    color: #6666ff
}

.view_bottom_box .indicator {
    width: 100%;
    text-align: center;
}

.view_bottom_box .indicator * {
    vertical-align: middle;
    display: inline-block;
}
.view_bottom_box .indicator span {
    display: inline-block;
    padding: 2px 5px;
    cursor: pointer;
    margin: 0 1px;
}
.view_bottom_box .indicator span.active {
color: #ef4380;
}
.view_bottom_box .indicator span.arrow {
    padding: 2px 3px;
    border: 1px solid #ddd;
}
.continer_inner > .menu_banner {
    display: none;
}
.review_w_btn_wrap {
    width: 100%;
    padding: 10px 0;
    text-align: right;
}
.review_w_btn {
    background-color: #5b44ca;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    width: 100px;
    display: inline-block;
    cursor: pointer;
}


.line_notice_wrap {
    position: relative;top: 0px; left: 0px;
    width: 500px;
    padding-left: 100px;
}

.line_notice_label {
    position: absolute;
    top: 0px; left: 0px;
    width: 100px;
    height: 48px;
    line-height: 48px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.line_notice {
    width: 100%;
}
.slider1 .bx-wrapper a {
    height: 48px;
    line-height: 48px;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.slider1 >ul > li{
    display: none;
}
.slider1 >ul > li:first-child {
    display: block;
}
.slider1 >ul > li > a{
      height: 48px;
    line-height: 48px;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


#wrap > div.kakao_call_pop_wrap {
    display: none; position: fixed;bottom: 100px; right: 280px; width: 450px; border-radius: 10px;
    padding: 10px;
    left: auto;top: auto;
    background-color: #fff;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    box-shadow: 0 2px 4px #ccc;
    height: 240px;
    z-index: 9999;
}

.kakao_call_pop_wrap .kakao_call_close {
    z-index: 999;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #666;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 26px;
    font-size: 25px;
    cursor: pointer;
}
.kakao_call_pop {
    overflow: hidden;height: 220px; position: relative;top: 0px; left: 0px; width: 100%;
}
.kakao_call_pop_wrap iframe {
    width: 990px;
    height: 1063px;
    border: none;
    transform: scale(0.5);
    position: relative;
    left: 50%;
    margin-left: -495px;
    top: -274px;
    display: block;
}


.kakao_pop_top {
    height:100px;
    text-align: center; color: #fff; padding-top: 17px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/kakao_pop_top.png);
}
.kakao_pop_top_txt {
    font-size:17px;line-height: 24px;
}
.kakao_pop_top_txt span {
    background-image: url(../images/kakao_pop_top_txt.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px; height: 24px; display: inline-block;vertical-align: bottom;
}
.kakao_pop_top_txt b {
height: 24px; display: inline-block; line-height: 24px; vertical-align: bottom;
font-family: 'no300'; font-weight: normal;
}

.kakao_pop_top_tel {
    font-size:22px;
    font-family: 'Roboto', sans-serif;
}
.kakao_pop_top_tel a {
    color: #fff; font-weight: bold;
}

.kakao_pop_mid {width: 100%; position: relative;top: 0px; left: 0px;}

.kakao_pop_mid_img {
    position: absolute;top: -22px; left: 50%; margin-left: -31px;
    width: 62px; height: 62px; 
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.kakao_pop_mid_txt {
    text-align: center;
    font-size:15px; font-family: 'no300';
    color: #363636; padding-top: 50px;
}

.kakao_pop_mid_txt span {
    font-family: 'no500';
    color: #337bef
}

.kakao_pop_btn_wrap {
       padding: 10px 0 0 6px;
    text-align: center;
}

.kakao_pop_btn_wrap a {
    display: inline-block;
}



#wrap > div.r_side_bar_all_wrap {
    width:180px;
    position: fixed;top: 0px; right: 0px;
    left: auto;
    bottom: 0px;
    z-index: 9999;
}
.r_side_bar_wrap {
    background-color: #fff;
    padding: 0px;
    border-left: 1px solid #ddd;
    min-height: 100%;
      -moz-box-shadow: 0px 0px 7px 0px rgba(100, 100, 100, 0.2);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(100, 100, 100, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(100, 100, 100, 0.2);
    height: 100%;
    overflow: auto;
}

.r_side_l_box {
    background-color: #fff;
}


.slider3 >ul > li{
    display: none;
}
.slider3 >ul > li:first-child {
    display: block;
}



.slider3 .shop_list_box_wrap {
    padding: 0px;
    width: 100%;
    float: none;
}
.slider3 .bx-wrapper .bx-pager, .slider3 .bx-wrapper .bx-controls-auto {
    position: absolute;
    top: -20px;
     width: auto; 
    right: 0px;
}

.slider3 .bx-wrapper .bx-pager.bx-default-pager a {
width: 8px; height: 8px;
border-radius: 10px;
background-color: #d2d2d2
}
.slider3 .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider3 .bx-wrapper .bx-pager.bx-default-pager a.active {
background-color: #6666ff;
}
.slider3 .shop_list_box_name a {
    border-bottom: none;
    font-size: 14px;
}
.slider3 .shop_list_box_img {
  /*   border-bottom: 1px solid #ddd; */
}
.slider3 .shop_list_box {
    border: 1px solid #ddd;
}

/*.slider3 .shop_list_box_img a {
    padding: 0 15%;
}
.slider3 .shop_list_box_img {
    padding-bottom: 70%;
}*/
.slider3 .bx-wrapper .bx-viewport{
	height:195px !important;
}
.r_side_latest_label {
    font-size: 18px;
    color: #333;
    padding: 5px 0
}
.r_side_menu_label {
    height: 35px;
    line-height: 35px;
    background-color: #686cd1;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.r_side_menu {
}
.r_side_menu .sub_menu_wrap {
    display: none;
}
.r_side_menu .menu.menu_06 {
    display: none;
}
.r_side_menu .menu_a {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #000;
    height: 42px;
    line-height: 42px;
    display: block;
    padding-left: 20px;
}
.r_side_menu .menu_a:hover {
    background-color: #ececf2;
}
.r_side_menu .menu {
}


.r_side_menu .menu.active .menu_a {
background-color: #ececf2

}
.r_side_latest_box{
	height:200px;
	overflow:hidden;
}
.r_side_latest_box_wrap {
    padding: 10px
}
.r_side_label {
    padding: 4px 10px;
    font-size: 15px;
    color: #444;
    font-family: 'no400';
}

.r_side_notice_box {
    width: 100%;
}
.r_side_notice_list {
    width: 100%;
    padding: 3px 0
}
.r_side_notice_list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.r_side_notice_list_a {
    float: left;max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 27px;
    position: relative;top: 0px; left: 0px;
    font-size: 13px;
    color: #666
}
.r_side_notice_list_a span {
    position:absolute;top: 3px; right: 3px;
    font-size: 10px; color: #6666ff
}
.r_side_notice_wrap {
    padding: 10px;
    display: none;
}
.r_side_tel_wrap {
    padding: 10px;
}
.r_side_tel_wrap1{
	position:fixed;
	left:190px;
	top:340px;
	z-index:1001;
	width:213px
	/* display:none; */
}



.r_side_tel_wrap2 {
	position:fixed;
	right:0px;
	bottom:20px;
	z-index:1001;
}
.r_side_tel_wrap2 a {
    display: inline-block;
}

.r_side_tel_box a {
    font-size: 20px;
    color: #5f53fb;
    letter-spacing: -1px;
    font-family:"nar500";
}
.r_side_tel_box a span {
    color: #666
}
.r_side_tel_box {
    border-bottom:1px dashed #ddd;
}
.r_side_tel_txt_wrap {
    padding: 10px 0
}
.r_side_tel_txt {
    font-size: 13px;
    color: #666;
    font-family: 'no500';
    letter-spacing: -1px;
}
.r_side_tel_txt span {
    color: #6973e9
}
.r_side_kakao_wrap {
	position:relative;
    text-align: center;
}

.click_fin {position:absolute; right:0; top:15px;}

.footer_info_logo {
    padding: 5px 0;
    text-align: center;
}
.footer_info_logo a {
    display: inline-block;
}
.target_all_wrap {
    position: absolute;top: 50%; left: -40px;
    margin-top: -60px;

}
.target_wrap {
    width: 40px;
    background-color: #fff;
}
.target_wrap a {
    width: 100%; height: 40px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ddd;
    border-right: none;
}
.target_top {
    border-bottom: none!important;
	color:white!important;
    text-indent: 0!important;
	text-align:center;
	line-height:40px;
	font-size:13px;
	background:#252525;
	border: 1px solid #252525!important;
	font-family: NanumGothic;
}
.target_top:hover {
	color:white;
	background:#288fcf;
	border-color: #288fcf!important;
}

.target_open {
    background-image: url(../images/common/target_open.png);
}
.target_open:hover {
    background-image: url(../images/common/target_open_on.png);
    background-color: #dd2c63;
    border-color: #dd2c63;
}
.side_off .target_open {
    position: relative;top: 0px; left: 0px;
    background: #dd2c63; /* Old browsers */
background: linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf);
background: -moz-linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf); /* FF3.6-15 */
background: -webkit-linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c63', endColorstr='#288fcf',GradientType=1 ); /* IE6-9 */
background-size: 600% 600%;
-webkit-animation: AnimationName 3s ease infinite;
-moz-animation: AnimationName 3s ease infinite;
-o-animation: AnimationName 3s ease infinite;
animation: AnimationName 3s ease infinite;
border:none!important;
}
.side_off .target_open:after {
content:"";
position: absolute;top: 0px; left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
background-image: url(../images/common/target_close.png);
background-repeat: no-repeat;
background-position: center center;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}




.target_up {
    border-top: none!important;
    border-bottom: none!important;
    background-image: url(../images/common/target_up.png);
}
.target_up:hover {
    background-image: url(../images/common/target_up_on.png);
    background-color: #f0821c;
    border-color: #f0821c
}


.target_down {
    background-image: url(../images/common/target_down.png);
}
.target_down:hover {
    background-image: url(../images/common/target_down_on.png);
    background-color: #3fb24f;
    border-color: #3fb24f
}

#wrap > div.footer_all_wrap {
    width: 100%;
    z-index: 840;
    background-color: #1e1f28;
    color: #777;
}
.footer_top_wrap {
    width: 100%;
}
.footer_top {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0px 0
}

.footer_top:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.footer_con_wrap {
    float: right;
    display: none;
}
.footer_nav_wrap {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 0px;
}
.footer_nav_wrap .menu {
float: left;
    width: 20%;
}




.footer_nav_wrap .menu_a {
   color: #fff;
   font-size: 15px;
   display: block;
   padding: 10px 0
}

.footer_nav_wrap .menu_a:hover {
    background-color: #686cd1;
}

.footer_nav_wrap .menu.menu_06 {
    display: none;
}

.footer_nav_wrap .menu_02 .sub_menu_01 {
    display: none;
}
.footer_nav_wrap .menu_04 .sub_menu_01 {
    display: none;
}
.footer_nav_wrap .sub_menu_wrap {
    padding-top: 20px;
    display: none;
}
.footer_nav_wrap .sub_menu_a {
   color: #777;
   font-size: 12px;
}
.footer_nav_wrap .sub_menu {
   padding: 5px 0
}
.footer_con_label {
        color: #fff;
    font-size: 20px;
}
.footer_con_desc {
        color: #777;
    font-size: 18px;
    line-height: 1.5;
    padding-top: 25px;
}

.footer_info {
    font-size: 16px;
    line-height: 1.6;
    color: #61646e
}
.span_bar {
    display: inline-block;
    height: 13px;
    width: 1px;
    background-color: #494c58;
    margin: 0 5px 0 7px;
}
.footer_copy {
    color: #bdbec0;
    font-size: 16px;
    padding-top: 15px;
}



.footer_bottom_wrap {
    width: 100%;
    background-color: #111219
}
.footer_bottom {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.file_list .footer_bottom {
    padding-bottom: 80px;
}





/*게시판*/

.board_all_wrap {
    width: 100%; padding-bottom: 10px;
}
.board_wrap {
    width: 100%; max-width: 1080px; margin: 0 auto;
}
.board_con {
    width: 100%; position: relative;top: 0px; left: 0px;
}
.board_con .main_board_line {
    padding: 0px; border-bottom: none;
}
.board_list table {
    border-top: 2px solid #222;
}
.board_list th {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    text-align: center; font-weight: normal;
    color: #222;
    padding: 10px 5px;
    font-size: 16px;
}
.board_list td {
    border-bottom: 1px solid #ddd;
    text-align: center; font-weight: normal;
    color: #666;
    padding: 10px 5px;
    font-size: 14px;
}


.board_list tr:hover {
    background-color: #f7f7f7;
}

.board_btn_all_wrap {
    width: 100%;
}
.board_btn_wrap {
    width: 100%;
    padding: 10px 0
}
.board_btn_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.board_right_btn {
    float: right;
}

.board_btn_wrap a {
    display: inline-block;
    border: 1px solid #ddd; color: #666;
    background-color: #fff;
    height: 40px; line-height: 40px; width: 100px;
    margin: 0 3px; text-align: center;
}

.board_btn_wrap a.board_btn_write {
    background-color: #5b44ca; color: #fff; border-color: #5b44ca;
}
.board_btn_wrap a.board_btn_list {
    background-color: #f7f7f7;
}
.board_btn_wrap a.board_btn_edit {
    background-color: #333; color: #fff; border-color: #333;
}
.board_page_all_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;max-width: 1080px; margin: 0 auto;
}
.board_page_wrap {
    width: 100%; padding: 10px 0; text-align: center;
    font-size: 0px;
}
.board_page_wrap * {
    vertical-align: middle;
}
.board_page_wrap > div {
    display: inline-block;
}
.board_page_wrap span {
    display: inline-block;
}
.board_page_wrap b {
    display: inline-block;
    font-weight: normal;
}
.board_page_num {
    font-size: 15px;
    padding: 2px;
}
.board_page_prev_wrap {
    
}
.board_page_prev_wrap span {
    font-size: 13px;
    padding: 2px;
}
.board_page_prev_wrap a {
 display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #ddd;
    text-align: center;  color: #333; min-width: 35px; padding: 0 10px;
    background-color: #fff;
    border-radius: 3px;
}


.board_page_next_wrap {
    
}
.board_page_next_wrap span {
    font-size: 13px;
    padding: 2px;
}
.board_page_next_wrap a {
 display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #ddd;
    text-align: center;  color: #333; min-width: 35px; padding: 0 10px;
    background-color: #fff;
    border-radius: 3px;
}

.board_page_num_wrap {
    padding: 0 10px;
}

.board_page_num a {
    display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #ddd;
    text-align: center;  color: #333; min-width: 35px; padding: 0 2px;
    background-color: #fff;
    border-radius: 3px;
}

.board_page_num b {
    display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #333;
    text-align: center;  color: #fff; min-width: 35px; padding: 0 2px;
    background-color: #333;
    border-radius: 3px;
}

.board_view {
    width: 100%; 
}
.board_view_label {
    width: 100%; border-top: 2px solid #222;
    padding: 10px; border-bottom: 1px solid #ddd;
}

.board_view_label .main_board_line a {
    font-size: 18px;
}
.board_con .board_view_label {
    text-align: center;
}
.board_con .board_view_label .main_board_line {
    width: auto; display: inline-block;
}
.board_view_label .main_board_line span {
    top: 4px;
}
.board_view_info {
    background-color: #f7f7f7; border-bottom: 1px solid #ddd;
    padding: 10px
}
.board_view_info:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.board_view_info_left {
    float: left;
}
.board_view_info_right {
    float: right;
}
.board_view_info_div  {
    float: left; margin: 3px;
    font-size: 15px;
}
.board_view_info_div b {
    color: #333; padding-left: 10px;
}
.board_view_info_div span {
    color: #333; padding: 0 10px;
}
.board_view_info_div a {
    color: #666; font-size: 13px;
}
.board_view_info_div a:hover {
    color: #e83837
}
.board_view_con {
    padding: 30px 2%; width: 100%;
    min-height: 250px;
    border-bottom: 1px solid #ddd;
}
.board_view_con img {
    display: inline-block;
    max-width: 100%;
}
.board_view_con * {
    max-width: 100%;
}

.board_write table {
    border-top: 2px solid #222;
}
.board_write th {
    background-color: #f6f6fa;
    color: #222;
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    width: 100px; text-align: center;
}
.board_write td {
    color: #666;
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.input_text_wrap input {
    width: 100%;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input_text_wrap2 input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.span_req {
    color: #e83837;
}
.textarea_wrap {
    padding: 10px;
}
.textarea_wrap textarea {
    width: 100%!important;
    height: 400px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.span_state_no {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    color: #222;
    min-width: 35px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 13px;
    width: 60px;
}
.span_state_yes {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #5b44ca;
    text-align: center;
    color: #5b44ca;
    min-width: 35px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 13px;
    width: 60px;
}
.tr_reply .main_board_line {
    padding-left: 30px;
    position: relative;top: 0px; left: 0px;
}
.tr_reply .main_board_line:before {
    content: "";
    display: block;
    width: 13px; height: 13px; 
    position: absolute;top: 0px; left: 0px;
    border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;
}

.board_view_reply_wrap {
    width: 100%;
}
.board_view_reply {
    padding: 20px 2% 10px;
    width: 100%;
}




.faq_wrap {width: 100%; border-top: 2px solid #222;}
.faq_box {border-bottom: 1px solid #eee; width: 100%;font-size:16px;
    line-height: 1.6

}
.q_box {display: block; width: 100%; position: relative;top: 0px; left: 0px;
    cursor: pointer;
}
.q_txt {
    padding:15px 60px;
    background-image: url(../images/common/faq_q_icon.png);
    background-position: 18px 12px;
    background-repeat: no-repeat;
    color: #222
}
.q_btn {
    position: absolute;top: 0px; bottom: 0px; right: 0px; width: 60px;
    cursor: pointer; 
    background-position: center center;
    background-image: url(../images/common/bottom_arr.png);
    background-repeat: no-repeat;
}
.a_box {display: block; width: 100%!important; position: relative;top: 0px; left: 0px;
    background-color: #f9f9f9; display: none;
}
.a_box_in {width: 100%;position: relative;top: 0px; left: 0px;}
.a_txt {
    padding:15px 15px 15px 60px;
    background-image: url(../images/common/faq_a_icon.png);
    background-position: 18px 12px;
    background-repeat: no-repeat;

}
.faq_box.active .q_btn {
    background-image: url(../images/common/top_arr.png);
}

.page_top_label_all_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
    font-family: 'na300';
}
.page_top_label_wrap {
    width: 100%; max-width: 1080px; margin: 0 auto;
}
.page_top_label_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.page_top_label {
    display: inline-block;
    font-size: 36px; padding-right: 15px;letter-spacing: -1px;
    color: #333
}
.page_top_desc {
    display: inline-block;
    font-size: 16px; letter-spacing: -1px;
    font-family: 'no300';
}

.page_label_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
    text-align: center;
    font-family: 'na300';
}
.page_label {
    font-size: 34px; color: #333; letter-spacing: -1px;
    padding-bottom: 10px;
}
.page_label span {
    color: #e83837;
}
.page_desc {
    font-size:18px; color: #888;
    font-family: 'no300';
}
.page_desc b {
font-family: 'no400'; font-weight: normal;
color: #333;
}

.page_desc span {
    color: #e83837;
}


/*게시판 추가*/

.board_list .notice td.title {
    text-align: left;
}

.board_search_wrap {
    padding: 10px 0;
    text-align: right;
}
.board_search_wrap .input-group-addon {
    background-color: #fff;
    border-radius: 0px;
}
.board_search_wrap .input-group input[type="text"] {
    border-right: none;
    /* min-width: 214px; */
	min-width: 750px;
}
.form-control {
    box-shadow: none;
}

.Operator .title a {
    color: #66f
}
.Operator .number span {
    background-color: #66f;
    color: #fff;
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 5px;
}

.board_list .number {
    width: 80px;
}

.board_list .writer {
    width: 90px;
}
.board_list .Lookup {
    width: 90px;
}
.board_list .process {
    width: 90px;
}
.board_list .program {
    width: 140px;
}
.notice .process span {
    padding: 0px;
}
.notice .process span.complete {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #5b44ca;
    text-align: center;
    color: #5b44ca;
    min-width: 35px;
    background-color: #fff;
    font-size: 12px;
    width: 60px;
    font-family: '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
}

.notice .process span.Receipt {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ddd;
  text-align: center;
  color: #222;
  min-width: 35px;
  background-color: #fff;
  font-size: 12px;
  width: 60px;
  font-family: '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
}


.form-group {
    margin-bottom: 0px;
}



.answer_tr .number {
    font-size: 0px;
}
.answer_tr .title {
   padding-left:20px;
   position: relative;top: 0px; left: 0px;
}
.answer_tr .title:after {
content: "";
position: absolute;top: 12px;
left: 3px;
width: 10px;
height: 10px;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.answer_tr .process {
    font-size: 0px;
}
.answer_tr .process span {
    display: none;
}

.answer_tr td {
    border-top: 1px solid #eee;
}


.answer_tr td.title a {
    color:#eb2b2e;
}

.none_tr td.title a {
}
.none_tr:hover {
    background-color: #f4f4f4;
}

.none_tr td.title a:hover {
    color:#eb2b2e;
}
.none_tr td {
    border-top: 1px solid #eee;
}
.board_write table {
    width: 100%;
}

.board_write td input {
     display: block;
    width: auto!important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.board_write td input#b_title {
    width: 100%!important
}


.board_write td select {
     display: block;
    width: auto!important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.board_write td textarea {
        width: 100%!important;
    height: 400px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.board_write .Phra {
    padding: 10px 0;
    font-size: 14px;
}



.read_nav_wrap {
    width: 100%;
}
.read_nav_wrap th {
    background-color: #f6f6fa;
    color: #222;
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    width: 100px; text-align: center;
}
.read_nav_wrap td {
    color: #666;
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}



/*팝업*/


/*로그인*/
.temp_box {
   width: 100%; 
   padding: 100px 0 500px; background-color: #000;
}
.pop_all_wrap {
    margin: 0 auto; width: 100%;
    background-color: #fff;
    padding: 10px 2%; display: none;
    border-radius: 10px; overflow: hidden;
}
.pop_all_wrap.pop_login_wrap {
     max-width: 415px;
}


.pop_all_wrap.pop_buy_wrap {
     max-width: 600px;
}

.pop_all_wrap.pop_wechat_view_wrap {
     max-width: 600px;
}



.pop_all_wrap.pop_term {
     max-width: 640px;
}
.pop_term .pop_top_label {
     text-align: center; letter-spacing: -1px;
}

.term_wrap textarea {
    display: block;width: 100%!important;
    height: 200px; 
    border: 1px solid #ddd;
    padding: 5px;font-size: 15px;
}

.pop_box_in {
    width: 100%;
     margin: 0 auto;
}

.pop_login_wrap .pop_box_in {
     max-width: 480px;
}



.pop_top_label_wrap {
padding: 5px 0 10px;
}
.pop_top_label {
    font-size:36px; font-family: 'na400';
    color: #222;
}
.pop_login_wrap .pop_top_label {
     text-align: center; letter-spacing: -1px;
}


.pop_box {
    width: 100%;
}
.pop_login {
    width: 100%;
}
.pop_login_box {
    width: 100%;
    padding-right: 90px;
    position: relative;top: 0px; left: 0px;
}
.pop_login_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pop_login_left {
    float: left; width: 100%;
}
.pop_login_right {
    position: absolute;top: 0px; right: 0px;
    bottom: 0px;
}
.pop_login_right a {
    width: 85px; height: 85px; line-height: 85px;
    color: #fff;
     display: block;
    text-align: center; font-size:22px;
    border-radius: 3px;
    background: #dd2c63; /* Old browsers */
background: linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf);
background: -moz-linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf); /* FF3.6-15 */
background: -webkit-linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c63', endColorstr='#288fcf',GradientType=1 ); /* IE6-9 */
background-size: 600% 600%;
-webkit-animation: AnimationName 3s ease infinite;
-moz-animation: AnimationName 3s ease infinite;
-o-animation: AnimationName 3s ease infinite;
animation: AnimationName 3s ease infinite;
border:none!important;


}
.pop_login_input_wrap input {
    width: 100%;
    display: block;
   height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.pop_login_input_wrap:first-child {
    padding-bottom: 5px;
}

.pop_login_mid_wrap {
    width: 100%; padding: 10px 0 20px
}
.pop_login_mid_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pop_login_link_wrap {
    float: left; margin-left: 10px;
    font-size: 0px;
}
.pop_login_link_wrap a {
   display: inline-block;
   height: 25px; line-height: 25px;
   border: 1px solid #ddd; font-size: 14px; color: #666;
   padding: 0 10px; margin-left: 10px
}



.checkbox_st_wrap {position: relative;top: 0px; left: 0px;
float: left; padding: 3px 0
} 
.checkbox_st_wrap input {
        position: absolute;
    width: 16px;
    height: 16px;
    padding: 0;
    overflow: hidden;
     clip: rect(0,0,0,0); 
    border: 0;
    background: #fff;
    margin: 0px;
} 
.checkbox_st_wrap input + label { 
    display: inline-block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #666; 
} 
.checkbox_st_wrap input + label span {
    font-size: 14px;
}
.checkbox_st_wrap input + label:active:before, 
.checkbox_st_wrap input:checked + label:active:before,
.checkbox_st_wrap input:checked + label:before {
    content: '\f00c';
    color: #fff;
    font-size: 13px;
    display: block;
    border: 1px solid #3388f1;
    background-color: #3388f1;
}

.checkbox_st_wrap input+ label:hover,
.checkbox_st_wrap input:checked + label {
    color: #000
}
.checkbox_st_wrap input + label:before {
content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-family: 'FontAwesome';
    border-radius: 3px;
}

.pop_login_bottom_wrap {
    border-top: 1px solid #ddd;
}

.pop_label_wrap {
    width: 100%;
    padding: 10px 0
}
.pop_label_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pop_label {
    display: inline-block;
    font-size: 24px; padding-right: 15px;letter-spacing: -1px;
    color: #333
}
.pop_desc {
    display: inline-block;
    font-size: 15px; letter-spacing: -1px;
    font-family: 'no300';
}

.pop_sns_login_btn_wrap {
    width: 100%;
}
.pop_sns_login_btn_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pop_sns_login_btn {
    float: left; width: 50%;
    padding: 5px;
}
.pop_sns_login_btn a {
    border-radius: 3px; display: block;
    padding-left: 40px; width: 100%;
    position: relative;top: 0px; left: 0px;
}
.pop_sns_login_btn a span {
    display: block; height: 40px; line-height: 40px;
    text-align: center;
    border-left: 1px solid #fff;
    font-size: 16px;
}
.pop_sns_login_btn a b {
    display: block; width: 40px; height: 40px;
    position: absolute;top: 0px; left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
}
.pop_sns_login_naver a {
    background-color: #3ec600;
    color: #fff;
}
.pop_sns_login_kakao a {
    background-color: #ffde00;
    color: #3c1311; font-weight: bold;
}


.pop_sns_login_naver a b {
  background-image: url(../images/common/pop_sns_login_naver.png);
}
.pop_sns_login_kakao a b {
background-image: url(../images/common/pop_sns_login_kakao.png);
}
.pop_box_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
}
.pop_box_close_btn {
position: absolute;
    top: 7px;
    right: 7px;
    width: 25px;
    height: 25px;
    background-image: url(../images/common/pop_box_close_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.buy_table_wrap table {
    border-top: 1px solid #ddd;
}
.buy_table_wrap th {
    background-color: #f6f6fa;
    color: #222;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    width: 100px; text-align: center;
}
.buy_table_wrap td {
    color: #666;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}


.pop_pay_type_wrap {
    width: 100%;
}
.pop_pay_type_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pop_pay_type_box {
    float: left;
    width: 180px;
    padding: 5px;
}
.pop_pay_type_box_in {
    border: 1px solid #ddd;
}

.pop_pay_type_box_img {
    width: 100%;
    height: 65px;
    background-repeat: no-repeat;
    background-position: center center;
}

.pop_pay_type_box_card .pop_pay_type_box_img {
    background-image: url(../images/common/pay_type_card.png);
}
.pop_pay_type_box_bank .pop_pay_type_box_img {
    background-image: url(../images/common/pay_type_bank.png);
}

.pop_pay_type_box_card.active .pop_pay_type_box_img {
    background-image: url(../images/common/pay_type_card_on.png);
}
.pop_pay_type_box_bank.active .pop_pay_type_box_img {
    background-image: url(../images/common/pay_type_bank_on.png);
}
.pay_type_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
    overflow: hidden;
}
.pay_type_wrap input {
 position: absolute;top: -20px;
 left: -20px;
 width: 1px; height: 1px; overflow: hidden;
 display: block;
 font-size: 1px;
}
.pay_type_wrap label {
    display: block;
}
.pay_type_wrap label span {
    width: 100%;
    display: block; text-align: center;
    height: 30px; line-height: 30px;
    font-size: 16px;
    letter-spacing: -1px;
}

.pop_pay_type_box.active .pop_pay_type_box_in {
border-color: #337bef;
}

.pop_pay_type_box.active  label span {
color: #337bef; font-family: 'no400';
}


.main_price_box.active .normal_btn {
background-color: #e23d3c;
    color: #fff;
}
.pop_buy_wrap .normal_btn_wrap {

}
.pop_bank {
    font-size: 18px;
}
.pop_bank span {
    padding-left: 10px;
}
.pop_bank_name {
    color: #126ce0; font-family: 'no400';
}
.pop_bank_num {
    color: #333; font-family: 'no400';
}
.sweet-alert h2 {
    font-size: 16px; line-height: 1.5;
}

.signup_all_wrap {
    width: 100%;
}
.signup_wrap {
    width: 100%; max-width: 1080px; margin: 0 auto;
    border-top: 2px solid #222;
    padding: 40px 10px;
}

.signup_in {
    width: 100%; max-width: 480px; margin: 0 auto;
}

.signup_top_label_wrap {
    width: 100%;
    padding: 20px 0
}
.signup_top_label {
    font-size:36px; font-family: 'na300';
    color: #333; text-align: center;
}

.signup_top_label span {
    color: #e23d3c
}

.signup_mid_wrap {
    width: 100%; 
    padding: 10px 0 50px;
}

.signup_agree_all_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
    padding: 10px 0
}
.signup_agree_all_box {
    width: 100%; position: relative;top: 0px; left: 0px;
    overflow: hidden;
}

.signup_agree_all_box input {
     position: absolute;top: -20px;
 left: -20px;
 width: 1px; height: 1px; overflow: hidden;
 display: block;
 font-size: 1px;
}

.signup_agree_all_box label {
     font-size: 22px; color: #333;
     border: 1px solid #ddd;
     border-radius: 3px;
     height: 60px; line-height: 60px;
     display: block;
     text-align: center;
}

.signup_agree_all_box label:before {
     content: '\f00c';
    color: #5b44ca;
    font-size: 20px;
    display: block;
    position: absolute;
    left: 36px;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    font-family: 'FontAwesome';
}

.signup_agree_all_wrap.active .signup_agree_all_box label {
    color: #fff; background-color: #5b44ca; border-color: #5b44ca;
}

.signup_agree_all_wrap.active .signup_agree_all_box label:before {
    color: #fff;
}
.signup_notice {
	text-align:center;
	font-size:16px;
	padding-bottom:10px
}
.check_agree_box_wrap {
    width: 100%;
    padding: 3px 0
}
.check_agree_box_in {
    width: 100%;
    padding: 3px 0
}
.check_agree_box_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.check_agree_box {
    float: left;
}
.check_agree_view {
    float: right;
}
.check_agree_view a {
    font-size: 15px; color: #666;
    border-bottom: 1px solid #ddd;
}


.check_agree_box {position: relative;top: 0px; left: 0px;
float: left; padding: 3px 0
} 
.check_agree_box input {
        position: absolute;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden;
     clip: rect(0,0,0,0); 
    border: 0;
    background: #fff;
    margin: 0px;
} 
.check_agree_box input + label { 
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #666; 
} 
.check_agree_box input + label span {
    font-size: 16px;
}
.check_agree_box  label b {
    font-size: 16px; font-weight: normal;
}

.check_agree_box input + label:active:before, 
.check_agree_box input:checked + label:active:before,
.check_agree_box input:checked + label:before {
    content: '\f00c';
    color: #fff;
    font-size: 18px;
    display: block;
    border: 1px solid #5b44ca;
    background-color: #5b44ca
}

.check_agree_box input+ label:hover,
.check_agree_box input:checked + label {
    color: #000
}
.check_agree_box input + label:before {
   content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-family: 'FontAwesome';
    border-radius: 3px;
}

.check_agree_box_sub {
    float: left;
    padding-left: 30px;
    font-size: 16px;
    color: #999
}

.total_btn_all_wrap {
    width: 100%;
}
.total_btn_wrap {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.total_btn_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.total_btn_wrap a {
    display: inline-block;
    border: 1px solid #ddd; color: #666;
    background-color: #fff;
    height: 40px; line-height: 40px; min-width: 100px;
    margin: 0 3px; text-align: center;
    padding: 0 20px;
}

.total_btn_wrap .btn_submit {
    background-color: #333; color: #fff; border-color: #333;
}

.total_btn_wrap .btn_submit.active {
    background-color: #5b44ca; color: #fff; border-color: #5b44ca;
}

.total_btn_wrap .total_btn_cancel {
    background-color: #f7f7f7;
}

.form_text_box_wrap {
    width: 100%;
}
.form_text_box_top {
    width: 100%;
    position: relative;top: 0px; left: 0px; padding: 10px 0 5px;

}
.form_text_box_top:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form_text_box_label {
    float: left; font-size: 18px; color: #333;
}
.form_text_box_desc {
    float: right; padding-right: 5px;
}
.form_text_box {
    width: 100%; position: relative;top: 0px; left: 0px;
    padding: 5px 0;

}
.form_text_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.form_text_box_input {
    border: 1px solid #ddd; border-radius: 5px;
    display: table;
    padding: 10px; width: 100%;
     background-color: #fff;
}
.form_text_box_input input {
    display: table-cell;width: 99%;
    height: 35px; line-height: 35px;
    border: none;
    vertical-align: top;
    padding: 5px;font-size: 15px;
}

.form_text_box_input textarea {
    display: block;width: 100%!important;
    height: 200px; 
    border: none;
    padding: 5px;font-size: 15px;


}


.form_text_box_input span {
    display: table-cell;width: 1%;
    vertical-align: top;
}
.form_text_box_input span a {
    display: inline-block; width: 100px;
    height: 35px; line-height: 35px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    color: #999;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
}

.form_text_box_desc div {
    display: none;
}

.at_valid .form_text_box_desc .txt_valid {
    display: block;
}

.at_invalid .form_text_box_desc .txt_invalid {
    display: block;
}

.txt_valid {
    font-size: 14px; color: #3fb24f;
}

.txt_invalid {
    font-size: 14px; color: #dd2c63;
}

.signup_complete_box {
    width: 100%; 
    text-align: center;
    padding: 30px 0;
}

.total_btn_wrap .btn_submit {
    background-color: #333; color: #fff; border-color: #333;
}



.signup_complete_text {
    font-size:24px; font-family: 'na300';
    color: #333; text-align: center;
    width: 100%;
}

.signup_complete_text span {
    color: #5b44ca
}


/*이메일*/

.signup_all_wrap .input_email:after {content: "";display: block;clear: both}
.signup_all_wrap .input_email>div{
	float:left;
}
.signup_all_wrap .input_email .email_box{
	display:table;
	margin-bottom:10px;
	width:100%
}
.signup_all_wrap .input_email .email_box input{
	border:1px solid #ddd;
	height:57px;
	font-size:14px;
	line-height:57px;
	padding:0 10px
}
 .signup_all_wrap .input_email .email_box > div.gol_s{
	width:24px;
	border:0;
	vertical-align:middle;
	text-align:center;
 }
  .signup_all_wrap .input_email .email_box > div{
	display:table-cell;
	width:calc(100% - 24px /2);
}
.signup_all_wrap .input_email .email_box input {
	width:100%  
 }
.email_select {
	width:100%;
	margin-right:0
}
.email_select select {
	height:43px;
	width:100%;
	border:1px solid #e5e5e5;
	padding:0 10px;
}





.two_block_all_wrap {
    width: 100%;
}
.two_block_wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    border-top: 1px solid #222;
    padding: 50px 0px;
}
.two_block_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.two_block_box_wrap {
    float: left; width: 48%;
    border: 1px solid #ddd;
    background-color: #f6f6fa;
    padding: 20px 3%;
} 
.two_block_box_wrap:first-child {
    margin-right: 2%;
}

.two_block_box .form_text_box_label {
    font-size: 24px;
}




.pdt_name {
    text-align: left;
    color: #666
}
.pdt_name b {
    font-weight: normal;
}
.pdt_name span {
    color: #e83837;
}
.td_cost b {
    font-weight: normal;
}

.ex_date span {
    color: #e83837;
}
.ex_date b {
    font-weight: normal;
    color: #999
}

input:disabled {
    background-color: #fff!important;
    color: #e83837;
}

.my_home_all_wrap {
    width: 100%;
}
.my_home_wrap {
    width: 100%; max-width: 1080px; margin: 0 auto;
}
.my_home_in {
    width: 100%; padding-bottom: 50px;
}
.my_home_box_wrap {
    width: 100%;
    border: 1px solid #ddd;
    border-top: 2px solid #222;
    padding: 30px 2%;
}
.my_home_box_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.my_home_box_left {
    float: left;width:50%; border-right: 1px solid #ddd;
}
.my_home_box_right {
    float: right;width:50%;
}
.my_home_box_in {
    padding: 10px 20px;
    width: 100%; position: relative;top: 0px; left: 0px;
}
.my_home_box_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.my_home_box_img {
    float: left;
}
.my_home_box_label_wrap {
    float: left;
}

.my_home_box_img_circle {
    width: 125px; height: 125px;
    background-color: #f5f5f5;
    border-radius: 200px;
    background-image: url(../images/common/my_home_box_img_circle.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.my_home_box_txt_wrap {
    width: 100%;
}
.my_home_box_txt_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.my_home_box_txt {
     width: 100%; font-size: 18px;
     padding: 5px 0
}
.my_home_box_txt > div {
    display: inline-block;
}
.my_home_box_txt_label {
    color: #333;
}
.my_home_box_txt_desc {
    padding-left: 15px;
    color: #888
}
.my_home_box_txt_info {
    padding-left: 15px;
}
.my_home_box_auth_yes {
    font-size:13px; border: 1px solid #e83837;
    color: #e83837;
    height: 25px; line-height: 25px; border-radius: 3px;
    display: inline-block;
    padding: 0 10px;
}

.my_home_box_label_wrap {padding-left: 20px;
font-size: 20px; color: #333;
padding-top: 27px;
}

.my_home_box_label span {
    color: #3fb24f
}
.my_home_box_edit_wrap {
    padding-top: 5px;
}
.my_home_box_edit_btn {
     font-size:13px; border: 1px solid #333;
    color: #333;
    height: 25px; line-height: 25px; border-radius: 3px;
    display: inline-block;
    padding: 0 10px;
}



.total_label_all_wrap {
    width: 100%;
}
.total_label_wrap {
     width: 100%; max-width: 1080px; margin: 0 auto;
     position: relative;top: 0px; left: 0px;
     padding: 10px 0
}
.total_label_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.total_label {
    float: left;
    font-size: 24px;
    color: #333
}
.total_label_link {
    float: right;
}
.total_label_link_btn {
   display: inline-block;
}
.total_label_link_btn span {
    font-size: 16px;
    color: #666;
    position: relative;top: 0px; left: 0px;
    display: inline-block;
}



.form_radio_box {position: relative;top: 0px; left: 0px;
padding: 2px 0
} 
.form_radio_box input {
        position: absolute;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden;
     clip: rect(0,0,0,0); 
    border: 0;
    background: #fff;
    margin: 0px;
} 
.form_radio_box input + label { 
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #666; height: 25px;
} 
.form_radio_box input + label span {
    font-size: 16px; line-height: 25px;
}
.form_radio_box input + label:active:before, 
.form_radio_box input:checked + label:active:before,
.form_radio_box input:checked + label:before {
    content: '\f111';
    color: #e23d3c;
    font-size: 16px;
    display: block;
    border: 1px solid #e23d3c;
    padding-left: 0px;
}

.form_radio_box input+ label:hover,
.form_radio_box input:checked + label {
    color: #000
}
.form_radio_box input + label:before {
   content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
    vertical-align: middle;
    font-family: 'FontAwesome';
}
.form_text_box .form_radio_box {
    float: left; width: 33%;
}
.m_br {
    display: none;
}





/*마이페이지*/
.pdt_all_wrap {
    width: 100%;
}
.pdt_wrap {
    width: 100%;
    padding-left: 80px;
    position: relative;top: 0px;
    left: 0px;
    min-height: 60px;
}
.pdt_img_wrap {
    position: absolute;top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.pdt_img_wrap a {
    display: block;
    width: 100%;
    height: 100%;
}
.pdt_img_wrap a img {
    width: 100%;
    min-height: 100%;
}
.pdt_box_wrap {
    text-align: left;
}
.pdt_box_label a {
    font-size: 18px;
}
.pdt_box_wrap .shop_list_box_tag {
    padding: 3px 0;
}
.pdt_box_wrap .shop_list_box_tag span {
    float: none;display: inline-block;
    width: auto; padding: 2px 5px;
    margin: 2px;
}






/*상세페이지*/
.juyo_box_video .juyo_box_in {
    padding: 10px 0
}
.juyo_wrap {
    width: 2000px;
    position: relative;top: 0px;
    left: 50%;
    margin-left: -1000px;
    font-family: 'nar300', sans-serif;
    letter-spacing: -1px;
}

.juyo_box_in {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 0
}

.juyo_box_label_wrap {
    text-align: center;
    padding-bottom: 50px;
}
.juyo_box_label {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: -3px;
    color: #fff;
}
.juyo_box_label span {
        color: #f6624e;
    border-bottom: 2px solid #f6624e;
}
.juyo_box_desc {
    font-size: 32px;
    font-weight: bold;
}

.juyo_box_30_wrap {
    width: 100%;
}
.juyo_box_30_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.juyo_box_30 {
    float: left; width: 33.3%;
    text-align: center;
    position: relative;top: 0px; left: 0px;
}
.juyo_box_30_img_wrap {
    width: 60px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.juyo_box_30_img {
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/common/juyo_box_30_img.png);
}
.juyo_box_30_label {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #f6624e;
}
.juyo_box_30_desc {
    font-size: 18px;
}
.juyo_box_in {
	display:table
}
.juyo_box_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.juyo_box_left {
	display:table-cell;
	vertical-align:middle;
    /* float: left; */
    width: 49%;
    /* padding-top: 30px; */
}
.juyo_box_right {
	display:table-cell;
	vertical-align:middle;
   /*  float: right; */
    width: 49%;
}
.juyo_box_center_label {
    width: 100%;
    text-align: center;
	padding-bottom:30px;
}
.juyo_box_center_wrap {
    text-align: center;
    font-size: 0px;
     padding: 15px 0
}
.juyo_box_center_wrap .juyo_box_center_link {
    width: 48%;
    margin: 0 1%;
    display: inline-block;
}


.juyo_box_point {
    background-color: #ff9120;
}
.juyo_point_wrap {
    background-color: #1e1f28;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border-radius: 50px;
    background-image: url(../images/sub/juyo_point_wrap.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}
.juyo_point_in {
    display: inline-block;
    text-align: left;
}
.juyo_point_label {
        font-size: 40px;
   font-family: 'nar400', sans-serif;
    letter-spacing: -2px;
    color: #fff;
}
.juyo_point_label b {
    font-weight: normal;
    font-family: 'nar400', sans-serif;
    text-emphasis-style: dot;
    text-emphasis-position: over left;
    text-emphasis-color: #ff9120;
    -webkit-text-emphasis-style: dot;
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-color: #ff9120;
}
.juyo_point_label_icon {
        vertical-align: text-bottom;
    display: inline-block;
}
.juyo_point_label_icon img {
    vertical-align: middle;
}
.juyo_point_list {
    padding: 3px 0 3px 60px;
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 20px;
    min-height: 34px;
}
.juyo_point_list .juyo_point_num {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    font-style: italic;
}

.juyo_point_list b {
    font-weight: normal;
    font-family: inherit;
    color: #ff9120
}

.juyo_point_list b.b_none {
    color: #838383
}
.juyo_point_list_wrap {
    padding: 20px 0
}

.juyo_box_in_title {
    font-size: 22px;
    font-weight: bold;
    color: #f6624e;
    font-family: 'nar400', sans-serif;
}

.juyo_box_in_label {
    font-size: 32px;
    /* letter-spacing: -2px; */
    padding: 10px 0;
    font-weight: bold;
    color: #333;
	font-family: 'nar400';
}

.juyo_box_in_desc {
    font-size: 20px;
    color: #333;
    font-family: 'nar300';
    font-weight: bold;
}

.juyo_box_in_img img {
    max-width: 120%;
}

.juyo_logo_label_wrap {
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 10px;
}

.juyo_logo_icon {
vertical-align: middle;
display: inline-block;
}


.step_box_wrap {
    font-family: 'nar200', sans-serif;
    width: 100%!important;
    margin: 0 auto;
    max-width: 910px;
   /*  letter-spacing: -1px; */
    font-weight: bold;
}
.step_box_label_wrap {
padding: 10px 0
}
.step_box_label {
    font-size: 40px;
    color: #333;
    font-weight: bold;
     font-family: 'nar500', sans-serif;
     display: inline-block;
     padding-right: 20px;
} 
.step_box_label span {
    color: #fb4e37;
    border-bottom: 2px solid #fb4e37
}
.step_box_desc {
    font-size: 26px;
    color: #333;
    display: inline-block;
     font-family: 'nar400', sans-serif;
}

.step_box {
    padding: 10px 0
}

.step_box_txt_wrap {
    padding: 10px 0
}
.step_box_txt {
    padding: 3px 0 3px 40px;
    position: relative;top: 0px; left: 0px;
    font-size: 20px;
    min-height: 34px;
	font-family:'nar300';
}

.step_box_txt b {
    color: #cc3333;
    font-weight: normal;
    font-family: 'nar400', sans-serif;
}

.step_box_txt .num_circle {
    position: absolute;top: 0px; left: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #fb4e37;
    color: #fff;
    border-radius: 100px;
    font-size: 18px;
    font-weight: bold;
}


.step_notice_txt_wrap {
    padding: 10px 0;
    font-size: 20px;
    color: #fb4e37
}


/* 업데이트 노트 */

.update_note_wrap {
	 width: 100%;
    max-width: 1024px;
    margin: 40px auto 10px;
	border:3px solid #cdcdcd;
	border-radius:20px;
	text-align:center
}

.update_note_box01 {
	padding:35px 0;
}

.update_note_box01 h3 {
	font-size:40px;
	color:#333;
	font-family: 'nar400', sans-serif;
	display:inline-block;
	line-height:50px;
	border-bottom:2px solid #eb526d;
	padding:0 10px
}
.update_note_box01 h3:after {content:"";display:block;clear:both}
.update_note_box01 h3 img {
	display:block;
	float:left;
	padding-right:13px;
}
.update_note_content {
	padding-top:35px;
	font-size:26px;
	color:#484950;
	font-weight:400
}
.update_note_date {
    display: inline-block;
    padding: 2px 10px;
	margin:-3px 10px 0 0;
    background-color: #f9f2f3;
    color: #eb526d;
	font-size:20px;
    border-radius: 10px;
	border:1px solid #f18c9e;
	font-family: 'nar400', sans-serif;
    vertical-align: middle;
}

.update_note_content b {
	color:#eb526d;
	font-family: 'nar300', sans-serif;
	font-weight:400
}

.update_note_box02 {
	background:#efeff5;
	border-radius:0 0 20px 20px ;
	padding:17px 0;
	font-size:22px;
	color:#484950;
	letter-spacing:-0.03em
}
.update_note_box02 span {
	display:inline-block;
	position:relative;
	padding:0 0 0 43px ;
	font-family: 'nar400', sans-serif;
}
.update_note_box02 span:before {
	content:"";
	display:block;
	background:url("https://programbay.kr/bay_images/NCafeCommenter/s_logo.png");
	width:29px;
	height:34px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0
}






.juyo_box_01 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #1e1f28
}


.juyo_box_30_02:before {
content: "";
position: absolute;
top: 10%; left: 0px;
bottom:10%;
border-left: 1px solid #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  opacity: 0.1;
}


.juyo_box_30_02:after {
content: "";
position: absolute;
top: 10%; right: 0px;
bottom:10%;
border-left: 1px solid #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  opacity: 0.1;
}

.juyo_box_desc {
    color: #fff;
}

.juyo_box_30_desc {
    color: #fff;
}

.juyo_box_03 {
    background-color: #f8f8fb
}













.main_section_04 {
    padding: 20px 0;
    width: 100%;
}
.main_section_04_box_wrap {
    width: 100%;
}
.main_section_in {
    max-width: 1080px;
    margin: 0 auto;
	position:relative
}
.main_section_04_box_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main_50_box {
    float: left; width: 46%;
    border-top: 2px solid #000;
    padding-top: 30px;
}
.main_50_box.main_50_box_02 {
    float: right;
}

.f_bottom_box_in {
    width: 100%;
    padding-left: 200px;
    position: relative;top: 0px; left: 0px;
}
.f_bottom_box_in:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.f_bottom_box_label_wrap {
    position: absolute;top: 0px; left: 15px;
}


.f_board_box_in:after {
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    width: 5px;
    height: 2px;
    background-color: #686cd1;
    margin-top: -1px;
}
.f_board_box_in {
    padding-left: 10px;
}



.f_bottom_box_label {
    font-size: 28px;
    color: #484a5a;
    font-family: 'no400';
}
.f_bottom_box_desc {
    font-size: 15px;
    color: #666;
    padding: 10px 0 0
}
.f_board_box {
    width: 100%;
    position: relative;top: 0px;
    left: 0px;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom:8px;
    border-top: 1px solid #ddd;
}
.f_board_box:first-child {
    border-top: none;
}

.f_board_box:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.f_board_box_in {
    float: left;
    max-width: 100%;
    padding-right: 30px;
    position: relative;top: 0px;
    left: 0px;
}
.f_board_box_in span {
    position: absolute;top: 2px; right: 0px;
    color: #6666ff;
    font-size: 12px;
}

.f_board_box_in a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333
}
.f_board_date {
    position: absolute;top: 9px; right: 0px;
    color: #a9a9aa;
    font-size: 14px;
}

.f_board_wrap {
    width: 100%;
    min-height: 190px;
}

.f_bottom_box_more_wrap {
    padding-top: 10px;
}
.f_bottom_box_more_wrap a {
    display: block;
    width: 150px; height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #444;
    font-family: 'no200';
    background-image: url(../images/common/f_bottom_box_more_wrap.png);
    background-repeat: no-repeat;
    background-position: 120px center;
}
.f_board_box_empty_wrap {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
}

.main_section_label_wrap {
    padding: 50px 0;
    text-align: center;
    background-image: url(../images/common/main_section_label_wrap.png);
    background-repeat:repeat-x;
}
.main_section_label_en {
    font-size: 24px;
    color: #666;
    font-family: 'na200';
}

.main_section_label {
    font-size: 40px;
    color: #333;
    font-family: 'na400';
   /*  letter-spacing: -1px; */
}

.main_section_label span {
    color: #686cd1
}





.n_page_all_wrap {
    width: 100%;
}
.n_page_con_wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    border-top: 2px solid #222;
    padding: 50px 0px;
}
.about_all_wrap {
    width: 100%;
    position: relative;top: 0px;left: 0px;
}
.about_all_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.about_left_wrap {
    position: absolute;top: 0px; left: 0px;
    z-index: 1
}

.about_right_wrap {
    float: right;width: 665px;
    position: relative;top: 0px; left: 0px;
    z-index: 2
}

.about_left {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 90px;
}

.about_right_label {
    font-size: 30px;
    color: #333;
    font-family: 'no400';
  /*   letter-spacing: -2px; */
}
.about_right_label span {
    color: #7265c8;
}
.about_right_label_bar {
    padding: 20px 0 30px;
}

.about_right_desc {
    font-size: 18px;
    line-height: 1.5;
   /*  letter-spacing: -1px; */
    padding-left: 90px;
}

.biz_area_label_wrap {
    text-align: center;
    padding: 30px 0
}

.biz_area_label {
    font-size: 30px;
    color: #333;
    font-family: 'no400';
   /*  letter-spacing: -2px; */
}
.biz_area_label span {
    color: #7265c8;
}


.biz_area_box_wrap {
    width: 100%;
    padding: 200px 0
}

.biz_area_box_in {
    width: 267px;
    margin: 0 auto;
    position: relative;top: 0px;
    left: 0px;
}

.biz_area_txt {
   width: 360px;
   z-index: 1
}


.biz_area_box {
    position: relative;top: 0px; left: 0px;
    z-index: 2
}
.biz_area_txt_label span {
    width: 260px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    font-size: 24px;
    color: #333;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    position: relative;top: 0px; left: 0px;
}
.biz_area_txt_label span::after {
     content: "";
    display: inline-block;
    position: absolute;
}

.biz_area_txt_desc {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
}


.biz_area_txt_01 {
    position: absolute;
    top: -140px;
    left: -390px;
    text-align: right;
}
.biz_area_txt_01 .biz_area_txt_label span::after {
    bottom: 0;
    right: 0;
    width: 139px;
    height: 1px;
    background-color: #ddd;
    transform: translate(118px,50px) rotate(45deg);
    -ms-transform: translate(118px,50px) rotate(45deg);
}


.biz_area_txt_02 {
    position: absolute;
    top: 72px;
    left: -390px;
    text-align: right;
}
.biz_area_txt_02 .biz_area_txt_label span::after {
    bottom: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #ddd;
    transform: translate(30px,1px) rotate(0deg);
    -ms-transform: translate(0px,0px) rotate(0deg);
}

.biz_area_txt_03 {
    position: absolute;
    top: 280px;
    left: -390px;
    text-align: right;
}
.biz_area_txt_03 .biz_area_txt_label span::after {
    bottom: 0;
    right: 0;
    width: 139px;
    height: 1px;
    background-color: #ddd;
    transform: translate(118px,-48px) rotate(-45deg);
    -ms-transform: translate(118px,-48px) rotate(-45deg);
}





.biz_area_txt_04 {
    position: absolute;
    top: -140px;
    right: -390px;
}
.biz_area_txt_04 .biz_area_txt_label span::after {
    bottom: 0px;
    right: 100%;
    width: 139px;
    height: 1px;
    background-color: #ddd;
    transform: translate(20px,51px) rotate(-45deg);
    -ms-transform: translate(20px,51px) rotate(-45deg);
}


.biz_area_txt_05 {
    position: absolute;
    top: 72px;
    right: -390px;
}
.biz_area_txt_05 .biz_area_txt_label span::after {
    bottom: 0;
    right: 100%;
    width: 30px;
    height: 1px;
    background-color: #ddd;
    transform: translate(0px,1px) rotate(0deg);
    -ms-transform: translate(0px,0px) rotate(0deg);
}




.biz_area_txt_06 {
    position: absolute;
    top: 280px;
    right: -390px;
}
.biz_area_txt_06 .biz_area_txt_label span::after {
    bottom: 0;
    right: 100%;
    width: 139px;
    height: 1px;
    background-color: #ddd;
   transform: translate(20px,-48px) rotate(45deg);
    -ms-transform: translate(20px,-48px) rotate(45deg);
}




.partners_label_wrap {
    text-align: center;
    padding: 30px 0
}

.partners_label {
    font-size: 30px;
    color: #333;
    font-family: 'no400';
    /* letter-spacing: -2px; */
}
.partners_label span {
    color: #7265c8;
}
.partners_box_wrap {
    width: 100%;
}
.partners_box_in:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.partners_box_in {
    width: 100%;
    position: relative;top: 0px; left: 0px;
}

.partners_box {
    float: left; width: 25%;
    padding: 15px 5px;
    text-align: center;
}

.partners_box a {
    display: inline-block;
}



.root_daum_roughmap_landing {
    width: 100%!important;
}
.company_sec_04_table {
    padding: 15px 0
}
.company_sec_04_table table {
    border-top: 1px solid #ddd;
}
.company_sec_04_table.first_table table {
    border-top: 3px solid #333;
}
.company_sec_04_table th {
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
    width: 120px;
    text-align: center;
    font-size: 18px;
    color: #3f3a39;
    padding: 10px;
    font-weight: normal;
    font-family: 'no400';
}
.company_sec_04_table td {
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 16px;
    padding: 10px;
}

.company_sec_04_info {
    padding: 30px 0 50px;
    font-size: 16px;
    color: #666;
    line-height: 1.8
}



.section_address .phone {
    display: none;
}



.tab_content_line {
    text-align: center;
    background-image: url(../images/common/main_section_label_wrap.png);
    background-repeat: repeat-x;
    height: 40px;
}


.step_center_wrap {
    padding: 20px 0
}

.step_center_label {
    text-align: center;
    font-size: 36px;
    color: #000;
 /*    letter-spacing: -2px; */
    font-family: 'nar500';
}

.step_center_label span {
    color: #dd4f82;
    border-bottom: 2px solid #dd4f82
}

.step_center_desc {
    padding: 20px 0;
    font-size: 22px;
    color: #000;
    font-family: 'nar400';
  /*   letter-spacing: -1px; */
    text-align: center;
}

.step_none_txt {
    padding: 3px 0;
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 18px;
    min-height: 34px;
}



.step_click_all_wrap {
    width: 100%;
    position: relative;top: 0px; left: 0px;
    padding: 20px 0;
        font-family: 'nar300', sans-serif;
    margin: 0 auto;
    max-width: 910px;
    /* letter-spacing: -2px;*/
 } 

.step_click_wrap {
    border: 3px solid #cdcdcd;
    padding: 20px 250px 20px 20px;
    position: relative;top: 0px; left: 0px;
    border-radius: 20px;
}
.step_click_box_icon {
    vertical-align: middle;
    padding-right: 20px;
}
.step_click_box_label {
    font-family: 'nar400', sans-serif;
    font-size: 36px;
    color: #333;
    text-align: center;
    vertical-align: middle;
}
.step_click_box {
    width: 100%;
    text-align: center;
}
.step_click_btn {
    position: absolute;top: 0px; right: 0px;
    bottom: 0px;
    width: 250px;
    background-image: url(../images/common/step_click_btn.png);
    background-repeat: no-repeat;
   background-position: 37px 15px;
    text-indent: -9999px;
}

.step_click_ab {
    position: absolute;top: -80px;
    left: 0px;
    width: 1px; height: 1px;
    overflow: hidden;
    visibility: hidden;
}

.juyo_box_in_notice {
    font-size: 16px;
    color: #d02222;
 /*    letter-spacing: -1px; */
    padding: 10px 0
}



/*모바일*/
#wrap > div.m_menu_all_wrap {
    position: fixed;
    width: 0px;
    z-index: 1020;
    background-color: #f7f7f7;
    left: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

.m_menu_wrap {
    position: absolute;
    width: 100%;
    overflow: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
}
.m_menu_top_info_wrap {
    width: 100%;
    background-color: #1e1f28;
    padding: 10px 0
}
.m_menu_top_info {
    width: 100%;
    padding: 0 50px 0 10px;
    position: relative;top: 0px; left: 0px;
}
.m_menu_top_info_left:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.m_menu_top_close {
    width:35px; height: 35px;
    background-image: url(../images/common/m_menu_top_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 72%;
    position: absolute;top: 50%; right:15px;
    margin-top: -18px;
    cursor: pointer;
}

.m_menu_top_info_left_logo {
    width:35px; height: 35px;
    background-image: url(../images/common/move_bar_tel_logo.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 72%;
    position: absolute;top: 50%; left:15px;
    margin-top: -18px; 
}

.m_menu_top_info_left_txt {
    height: 40px; line-height: 40px;
    color: #fff; font-family: 'no300';
    font-size: 15px;
}

.m_menu_top_info_left_txt a {
    font-size:16px; border-bottom: 1px solid #fff;
    color: #fff;
}

.m_menu_top_info_left_txt b {
    font-size:18px; 
    color: #fff;font-family: 'no400';
    font-weight: normal;
}

.m_menu_top_info_left_txt span {
    padding-left: 5px;
}
.m_link_wrap {
    width: 100%;
    background-color: #1e1f28;
    border-top: 1px solid #40414e;
}
.m_link_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.m_link_box {
    float: left; width: 33.3%;
    border-left: 1px solid #40414e;
    padding: 5px 0
}
.m_link_box_img {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 19px;
}
.m_link_box_label {
    height: 20px; line-height: 20px;
    font-size: 14px; color: #fff;
    text-align: center;
}

.m_link_box_login .m_link_box_img {
    background-image: url(../images/common/mlogin_icon.png);
}
.m_link_box_signup .m_link_box_img {
    background-image: url(../images/common/mjoin_icon.png);
}
.m_link_box_down .m_link_box_img {
    background-image: url(../images/common/m_link_box_down.png);
}
.m_link_box_logout .m_link_box_img {
    background-image: url(../images/common/m_link_box_logout.png);
}
.m_link_box_mypage .m_link_box_img {
    background-image: url(../images/common/m_link_box_mypage.png);
}

.m_menu_box_wrap {
    width: 100%;
    padding-bottom: 80px;
}

.m_menu_box {
    width: 100%;
}

.m_menu_box .menu {
    width: 100%;
}
.m_menu_box .menu_a {
    display: block; height: 55px; line-height: 55px;
    padding-left: 15px;
    font-size: 18px; color: #333;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    position: relative;top: 0px; left: 0px;
}
.m_menu_box .menu_a:before {
     content: '\f105';
    color: #ccc;
    font-size: 26px;
    display: block;
    position: absolute;
    right: 22px;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    font-family: 'FontAwesome';
}

.m_menu_box .void_link:before {
     content: '\f107';
}

.m_menu_box .void_link.menu_on:before {
     content: '\f106';
}


.m_menu_box .sub_menu_a {
    display: block; height: 40px; line-height: 40px;
    padding-left: 35px;
    font-size: 15px; color: rgb(51,51,51,0.5);
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
    position: relative;top: 0px; left: 0px;
}




.m_menu_box .sub_menu_a:before {
    content: '';
    display: block;
    position: absolute;top: 50%; left: 18px;
    width: 8px; height: 2px; margin-top: -1px;
    background-color: rgb(51,51,51,0.5);
}


.m_menu_box .sub_menu_wrap {
    display: none;
}



#wrap > div.all_bg {
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: none;
  z-index: 1010;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: pointer;
}

.pc #wrap > div.all_bg {
    display: none!important;
}

.pc #wrap > div.m_menu_all_wrap {
    width: 0px!important
}

.mobile.m_on {
    overflow: hidden;
}
.mobile_menu_btn {
    display: none;
    width: 35px;
    position: absolute;
    top: 13px;
    left: 13px;
    padding: 0 3px;
    cursor: pointer;
}
.mobile_menu_btn span {
width: 100%;
    display: block;
    height: 2px;
    background-color: #fff;
    margin: 7px 0;
}
.btn_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.j_chk_all_wrap {
    width: 100%;
    padding: 10px 0
}
.j_chk_bar_wrap {
    width: 100%;
    padding: 30px 0
}
.j_chk_bar {
    width: 100%;
    height: 15px;
    background-image: url(../images/common/main_section_label_wrap.png);
    background-repeat: repeat-x;
}
.j_chk_box_wrap {
    width: 100%;
}
.j_chk_box {
    padding: 0 70px;
}
.j_chk_box_label_wrap {
    padding: 10px 0
}
.j_chk_box_label {
    font-size: 40px;
    color: #333;
    font-family: 'nar400', sans-serif;
    display: inline-block;
   /*  letter-spacing: -3px; */
    position: relative;top: 0px;
    left: 0px;
    min-height: 60px;
}
.j_chk_box_label:before {
    content: "";
    position: absolute;top: 0px;
    left: -70px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    width: 55px;
    height: 55px;
}
.j_chk_box_txt {
    font-size: 22px;
    color: #555;
    font-family: 'nar400', sans-serif;
    display: inline-block;
   /*  letter-spacing: -1px; */
    position: relative;top: 0px;
    left: 0px;
    padding: 3px 0;
    text-indent: -25px;
}
.j_chk_box_txt_wrap {
    padding: 5px 0; 
    padding-left: 25px;
}
.j_chk_box_txt2 {
    font-size: 22px;
    color: #cc3333;
    font-family: 'nar400', sans-serif;
    display: inline-block;
   /*  letter-spacing: -1px; */
    position: relative;top: 0px;
    left: 0px;
    padding: 3px 0;
    text-indent: -25px;
}
.j_chk_box_txt2_wrap {
    padding: 5px 0; 
    padding-left: 25px;
}

.b_red {
    color: #cc3333!important
}





.slider4 .bx-wrapper .bx-viewport > ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.slider4 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #339bfe;
}
.slider4 .bx-wrapper .bx-pager.bx-default-pager a.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #339bfe;
    width: 30px;
}
.slider4 .bx-wrapper .bx-pager.bx-default-pager a {
        -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: #a4b0b8;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.slider4 .bx-wrapper .bx-pager, .slider4 .bx-wrapper .bx-controls-auto {
    top: auto;
    bottom: 10px;
    z-index: 8;
    left: 50%;
    width: 200px;
    margin-left: -100px;
}
.slider4 .bx-wrapper .bx-controls-direction {
    position: absolute;top:50%; left: 50%;
    width: 100%; width: 1140px; margin-left: -570px;
}
.slider4 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    z-index: 910;
    display: none;
}

.slider4 .bx-wrapper:hover .bx-controls-direction a {
    display: block;
}
.slider4 .bx-wrapper:hover .bx-controls-direction a {
    display: block;
}
.slider4 .bx-wrapper .bx-prev {
    left: -100px;
    background-image: url(../images/common/main_pt_img_left.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
}
.slider4 .bx-wrapper .bx-next {
    right: -100px;
    background-image: url(../images/common/main_pt_img_right.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
}

.slider4 {position: relative;top: 0px; left: 0px; overflow: hidden;width: 100%;}
.slider4 .bx-wrapper .bx-viewport {
    width: 100!important;
    position: relative;
    top: 0px;
    left: 0px;
}
.slider4 .main_slider_bg {
    position: relative;top: 0px; left: 0px;
    width: 100%;
    height: 200px; 
}

.slider4 > .bxslider4 > li:first-child {
    position: relative;
}
.slider4 > .bxslider4 > li {
    position: absolute;
}
.slider4 .main_slider_bg img {
    -webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    -o-transition: all 10s ease;
    transition: all 10s ease;
    transform: scale(1);
}
.slider4 li.current .main_slider_bg img {
    -webkit-transition: all 18s ease;
    -moz-transition: all 18s ease;
    -o-transition: all 18s ease;
    transition: all 18s ease;
    transform: scale(1.1);
}
.slider4 .main_slider_on {
    position: absolute;top: 0px; left: 0px; right: 0px;bottom: 0px;
}
.slider4 .main_slider_txt_box_wrap {
   position: relative;top: 0px; left: 0px; width: 100%;
    text-align: center;
}
.slider4 .main_slider_txt_box {
    padding-top: 50px; line-height: 1.1;
}
.slider4 .main_slider_txt_00 {
    padding: 15px 0
}
.slider4 .main_slider_txt_00 img {
    display: inline-block;
}
.slider4 .main_slider_txt_01 {
    font-size: 32px;
    font-family: 'no200';
   /*  letter-spacing: -2px; */
    color: #fff;
}
.slider4 .main_slider_txt_01 span {
    font-family: 'no500'
}
.slider4 .main_slider_txt_02 {
    font-size: 50px;
    font-family: 'no500';
   /*  letter-spacing: -2px; */
    color: #fff;
}
.slider4 .main_slider_txt_02 span {

}


.slider4 .main_slider_wrap_01 .main_slider_bg {
    background-image: url(../images/p_menu_01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;

}

.slider4 .main_slider_wrap_02 .main_slider_bg {
    background-image: url(../images/p_menu_02.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.slider4 .main_slider_wrap_03 .main_slider_bg {
    background-image: url(../images/p_menu_03.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}


.slider4 >ul > li{
    display: none;
}
.slider4 >ul > li:first-child {
    display: block;
}


.header_slider_wrap {

}

.p_menu_05 .header_slider_wrap{
 display: none;
}
.p_menu_06 .header_slider_wrap{
 display: none;
}
.file_detail .header_slider_wrap {
display: none;
}

.step_box_link_wrap {
    text-align: center;
}
.step_box_link .step_box_link_a{
    font-size: 24px;
    color: #fff;
    background-color: #000;
    height: 72px;
    line-height: 72px;
    width: 275px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}
.step_box_link_img img {
    vertical-align: middle;
    margin-right: 10px;
}
.step_box_link .step_box_link_a:hover {
        background: #dd2c63; /* Old browsers */
background: linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf);
background: -moz-linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf); /* FF3.6-15 */
background: -webkit-linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(230deg, #dd2c63, #288fcf, #dd2c63, #288fcf); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c63', endColorstr='#288fcf',GradientType=1 ); /* IE6-9 */
background-size: 600% 600%;
-webkit-animation: AnimationName 3s ease infinite;
-moz-animation: AnimationName 3s ease infinite;
-o-animation: AnimationName 3s ease infinite;
animation: AnimationName 3s ease infinite;
border:none!important;
}

.sm_txt {
    font-size: 20px;
}
.juyo_video_wrap {
}



/**추가**/

.nosale {
	width: 100%;
	padding:20px 0 10px;
}
.nosale span {
	display: block;
	border:1px solid #c2c2c2;
	border-right:0;
	border-left:0;
	padding:100px 10px;
	text-align: center;
	font-size:32px;
	font-weight: 600;
	color: #1e1f28;
}


/* .free_wrap.shop_list_box_wrap {
    float: left;
    width: 33.333%;
    padding: 15px 10px;
    transition: all 0.8s ease;
} */

/* .free_wrap .shop_list_box_order , .free_wrap .shop_list_box_desc  {
	display: none;
} */

/* .free_wrap .shop_list_box_img {
    padding-bottom: 66.7055%
} */

/* .free_wrap .shop_list_box_cost {
	margin-top:0;
	padding: 0 15px 5px 15px;
	display: none; 
}*/

.shop_list_box_cost .price {
    border-top: 0;
    padding-top: 7px;
}

.ipmonsterbtn {
	text-align: center;
	display: none
}
.ipmonsterbtn img {
	max-width: 100%;
	margin:20px 0 10px
}
.payment_container {
    text-align: center;
    padding: 200px 15px;
    max-width: 500px;
    margin: 0 auto;
	min-height: calc(100vh - 500px);
}
.payment_container2 {
	padding: 150px 15px;
}
.payment_wrap {
    padding: 15px;
	width:100%;
}
.pay_ok_txt01 {
    font-size: 28px;
    font-weight: 500;
    padding: 8px 0;
    word-break: keep-all;
}
.pay_ok_txt02 {
    color: #858585;
    font-size: 16px;
    margin-bottom: 25px;
}
.pay_list_top {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.pay_list_top > span {
    color: #7E8F2D;
}
.payment_box_wrap {
    border-top: 2px solid #1E1E1E;
    margin-bottom: 12px;
}
.payment_box::after {content:"";display:block;clear:both}
.payment_tt {
    float: left;
    width: 25%;
    background-color: #f2f2f2;
    text-align: left;
    padding: 10px;
    font-weight: 500;
}
.payment_con {
    float: right;
    width: 75%;
    text-align: right;
    padding: 10px;
}
.payment_box {
    border-bottom: 1px solid #F1F1F1;
}
.payment_box:last-child {
    border-bottom: 0;
}
.pay_importent {
    background: #f2f2f2;
    padding: 15px;
    text-align: left;
}
.pay_importent_tt {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 16px;
}
.pay_importent_tt > span {
    background-color: #373737;
    color: #fff;
    padding: 0 9px 0 8px;
    border-radius: 50%;
    font-weight: 600;
    margin-right: 5px;
    font-size: 14px;
}
.pay_list_mid {
    margin-bottom: 25px;
}
/* .pay_importent_txt {
    color: #888D6E;
} */
/* .pay_list_btm {
    display: flex;
} */
.pay_list_btm > div > a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
}
.pay_list_btn01 {
    width: 100%;
    margin-right: 5px;
    background-color: #6666ff;
}
.pay_list_btn02 {
    width: 190px;
    margin: 0 auto;
    background-color: #6666ff;
    border-radius: 3px;
}
.pay_list_btn02 > a {
    color: #fff;
}
.pay_list_btn02 > a > img {
    margin-right: 8px;
}
.payment_con > span.color_green {
    color: #7E8F2D;
    font-weight: 500;
}
.payment_con > span.bold_size {
    font-weight: 500;
}
.pay_list_btn03 {
    background-color: #D1D1D1;
}
.pay_list_btn03 > a {
    color: #999;
}
.pay_list_btn03 > a > img {
    vertical-align: middle;
}
.pay_ok_img {
    width: 50px;
    height: 50px;
    background: #6666ff;
    border-radius: 50%;
    margin: 0 auto;
}
.pay_ok_img > i {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}
.backhome_btn {
    border: 1px solid #6666ff;
    border-radius: 3px;
    width: 190px;
    margin: 0 auto;
    margin-top: 15px;
}
.pay_importent_txt {
	word-break: keep-all;
}
.no_topbtm + .header_all_wrap {
	display:none;
}
.no_topbtm + .line_all_wrap {
	display:none;
}
.no_topbtm + .r_side_bar_all_wrap {
	display:none;
}
.no_topbtm + .main_section_wrap {
	display:none;
}
.no_topbtm + .footer_all_wrap {
	display:none;
}
.no_topbtm + .r_side_tel_wrap2 {
	display:none;
}

.free_wrap .shop_list_box_cost .price b {
	font-size: 18px;
    letter-spacing: -1.5px;
}
.pt_view_top_cost.free_cost b {
    font-size: 30px;
}


/* 샘플버튼 */
.samplebtn {
    display: table;
    margin: 10px auto 20px;
    text-align: center;
}
.samplebtn>* {
    display: table-cell;
    vertical-align: middle;
}
.samplebtn p {
	color: #22A5CF;
    font-size: 15px;
    padding-left: 20px;
    font-family: 'nar300';
}

.vm_go_btn {
    border: 1px solid #5C5C5C;
    max-width: 165px;
    margin: 0 auto;
    width: 100%;
}
.vm_go_btn a {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 5px 0;
}
.shop_list_box:hover .vm_go_btn {
    background: #5C5C5C;
}
.shop_list_box:hover .vm_go_btn a {
	color: #fff;
}


/* 2023-10-04 */
 .search_list_con_wrap .slick-prev, .search_list_con_wrap .slick-next {
    border: none;
    background-color: #fff;
    position: absolute;
    bottom: 50%;
    /* transform: translateY(-50%); */
    z-index: 1000;
    /* width: 30px; */
    /* height: 30px; */
    display: inline-block;
    text-indent: -9999px;
    box-shadow: 0px 0px 6px 0px #00000026;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.search_list_con_wrap .slick-prev {
	left:-60px;
}
.search_list_con_wrap .slick-next {
	right:-60px;
}
.search_list_con_wrap .slick-prev::before {
    content: '';
	background: url(../images/slick_left.png) no-repeat;
    /* text-indent: 0; */
    /* color: #9A9A9A; */
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    /* font-size: 2em; */
    width: 20px;
    height: 20px;
    background-size: contain;
}
.search_list_con_wrap .slick-next::before {
	content: '';
	background: url(../images/slick_right.png) no-repeat;
    /* text-indent: 0; */
    /* color: #9A9A9A; */
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
    /* font-size: 2em; */
    width: 20px;
    height: 20px;
    background-size: contain;
}
.shop_list_top_con_tt {
    color: #272733;
    font-size: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.shop_list_top_con_tt img {
	width: 25px;
    vertical-align: sub;
    margin-right: 7px;
}
.search_list_con_wrap {
    margin-bottom: 20px;
}


.search_no_img {
    text-align: center;
    margin: 20px 0 15px;
}
.search_no_img > img {
	display:inline-block;
}
.search_no_txt {
    text-align: center;
    margin-bottom: 30px;
}
.search_no_txt > div:first-child {
    color: #000;
    font-size: 20px;
    font-family: 'no400';
    margin-bottom: 5px;
}
.search_no_txt > div:last-child {
    color: #545454;
    font-size: 16px;
}

.ft_txt_btn {
    width: 140px;
    margin: 5px auto 0;
    border: 1px solid #d1d1db;
    padding: 5px 0;
    font-size: 15px;
    border-radius: 5px;
    color: #111;
    background: #ddd;
    cursor: pointer;
    transition: .2s;
}
.ft_txt_btn i {
	font-size: 18px;
    vertical-align: -2px;
}
.ft_txt_con {
	display: none;
}
.ft_txt_btn:hover {
    color: #fff;
    background: transparent;
}



.img-popup {
    display: none;
    width: 100%;
    max-width: 800px;
    text-align: center;
}
.img-popup .title {
    position: relative;
    background-color: #222;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}
.img-popup .title .b-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px;
}
.img-popup .content {
    padding: 10px;
    background: #fff;
}
.img-popup .content img {
    width: 100%;
}
.imagebtn {
	cursor: pointer;
}


@media (max-width:991px) {
	.nosale span {
		padding:50px 10px;
		font-size:24px;
	}
	
}

@media (max-width:860px) {
	.free_wrap .shop_list_box_img {
		margin-bottom: 0;
	}
	.free_wrap .shop_list_box_label {
		padding: 0 5px 
	}
	.free_wrap.shop_list_box_wrap {
		width: 50%;
		padding: 5px;
	}
	.samplebtn {
	    margin: 10px 0 20px;
	}
	.samplebtn>* {
	    display: inline-block;
	}
	.samplebtn a {
		width: 125px;
	}
	.samplebtn p {
	    display: table-footer-group;
	    font-size: 14px;
	}
	.shop_list_top_con_tt {
	    padding: 0 10px;
	    font-size: 17px;
	}
	.shop_list_top_con_tt img {
		width: 19px;
		margin-right: 5px;
	}
	.board_search_wrap .input-group input[type="text"] {
	    min-width: 500px;
	}
	.ft_txt_btn {
	    width: 115px;
		padding: 3px 0;
		font-size: 13px;
	    letter-spacing: -1px;
	}
	.ft_txt_btn i {
		font-size: 15px;
	}
}

@media (max-width:575px) {
	.nosale span {
		font-size:18px;
	}
	.search_no_wrap {
		width:100% !important;
	}
	.search_no_img > img {
		width:80px;
	}
	.search_no_txt {
	    margin-bottom: 15px;
	}
	.search_no_txt > div:first-child {
		font-size:16px;
	    word-break: keep-all;
	}
	.search_no_txt > div:last-child {
		font-size:14px;
	}
	.board_search_wrap .input-group input[type="text"] {
	    min-width: auto;
	}
	
}



.shop_list_box_NcafeView {
	display: none;
}
.shop_list_box_ncafemover_programbay + .shop_list_box_NcafeView {
	display: block;
}

.fastcapture_txt {
    text-align: center;
    font-family: 'no400';
    font-size: 20px;
    line-height: 1.4;
    margin: 30px 0 25px;
}
@media screen and (max-width: 860px) {
    .fastcapture_txt {
		font-size: 17px;
		margin: 10px 0 0px;
	}
}