﻿* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    box-sizing: none;
}


/*메인페이지 CSS 시작*/
/*상단 영역*/
.ptb_top_bg {
    width: 100%;
    height: 720px;

    /*background-image: url('/sub_dicabook_v2/img/top_bg_spring.jpg?t=3');*/ /*봄*/
    /*background-image: url('/sub_dicabook_v2/img/top_bg_summer.jpg?t=3');*/ /*여름*/
/*    background-image: url('/sub_dicabook_v2/img/top_bg_autumn.jpg?t=3'); 가을*/
	background-image: url('/sub_dicabook_v2/img/top_bg_winter.jpg?t=3'); /* 겨울
	/*background-image: url('/sub_dicabook_v2/img/top_bg_newyear.jpg?t=3');*/ /*새해*/
    background-position: center;
    background-repeat: no-repeat;
}
.ptb_incnt {
    position: relative;
    top: 80px;
    text-align: center;
}
.ptb_title_sub {
    margin: 0 auto;
}
.ptb_title_sub p{
	text-align: center;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    color: #333;
}
.ptb_title p{
	text-align: center;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: -2px;
    color: #333;
}


/*만들기 버튼*/
.ptb_bt_wrap {
    width:260px;
    height: auto;
    margin: 50px auto;
    text-align: center;
}
.ptb_bt_design{
    width: 260px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    margin: 0 10px 0 0;

}
.ptb_bt_design p {
    color: #fff;
    font-size: 25px;
    line-height: 68px;
    font-weight: bold;
	text-align: center;
}


/*쿠폰 다운로드 영역*/
.cmn_coupon {
    width: 100%;
    height: 85px;
    position: relative;
    overflow: hidden;
}

.cmn_coupon .cmn_ticker {
  margin: 0 auto;
}

.cmn_coupon .cmn_ticker .cmn_rolling1{
    background: #fff7e2;
    height:85px;
}

.cmn_coupon .cmn_ticker .cmn_rolling1 a{
  width:1000px;
  display: block;
  margin: 0 auto;
  height: 85px;
}

.cmn_coupon .cmn_ticker .cmn_rolling2{
    background: #f0f1f6;
    height: 85px;
}

.cmn_coupon .cmn_ticker .cmn_rolling2 a{
  background-image: url('/re_181207/images/ptb_bnr_02_long.jpg?t=2');
  width:1000px;
  display: block;
  margin: 0 auto;
  height: 85px;
}


.cmn_coupon .cmn_small_txt {
    font-size: 17px;
    color:#000;
    line-height: 46px;
    z-index: 2;
    margin-top: -10px;
    position: relative;
    left:28px;
}

.cmn_coupon .cmn_yellow_bar {
    background:#ffdd7b;
    background:#ffdd7b;
    position: relative;
    width:184px;
    height:12px;
    top:27px;
    left:25px;
}

.cmn_coupon .cmn_main_txt {
    font-size: 27px;
    color: #000;
    margin-left:28px;
}

.cmn_coupon .cmn_main_txt .cmn_number {
    font-size: 40px;
    font-family: 'Montserrat','YoonGothicPro740', sans-serif;
    color: #427dfd;
    font-weight: bold;
}

.cmn_coupon .cmn_more_txt {
    color:#fff;
    background:#343434;
    width:143px;
    height:50px;
    font-size: 24px;
    position:relative;
    line-height: 47px;
    padding-left:57px;
    left:777px;
    top:-55px;
}

.cmn_coupon .cmn_more_arrow {
    position:relative;
    left:915px;
    top:-91px;
}


/*상단 포토북 이미지*/
.ptb_top_book {
    position: relative;
    top: 2px;
	text-align:center;
}



/*컨텐츠 공용 css*/
.ptb_cnt_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.ptb_cnt_area, .ptb_size_price, .ptb_book_type, .ptb_paper, .ptb_cnt_area, .ptb_cnt_discount {
    padding: 100px 0 80px 0;
}
.cnt_bg_color {
    background-color: #f6f6f6;
	padding-bottom:20px;
}
.ptb_cnt_title_sub p{
    color: #222;
    font-size: 18px;

    line-height: 36px;
	text-align: center;
    margin-top: 20px;
}
.ptb_cnt_title_sub2 p{
    color: #666;
    font-size: 19px;
    line-height: 30px;
	text-align: center;
	padding: 28px 0px 10px 0px;
}
.ptb_cnt_title p{
    font-size: 48px;
    line-height: 60px;
    color: #333333;
	text-align: center;
}
.ptb_cnt_title_padding {
    padding-top: 100px;
}
.ptb_more_bt {
    width: 1000px;
    height: 70px;
    margin: 10px auto;
	text-align: center;
}
.ptb_more_bt a {
	width: 260px;
	height: 70px;
	margin: 0px 30px;
	border: 2px solid #333333;
    box-sizing: border-box;
	display:inline-block;
}
.ptb_more_bt p{
    color: #333333;
    font-size: 18px;
    line-height: 64px;
    font-weight: bold;
	text-align: center;
}
.bt_margin {
    margin-top: 40px;
}
.ptb_cnt_sub_text{
    padding: 30px 0;
}
.ptb_cnt_sub_text p{
    font-size: 16px;
    line-height: 30px;
	text-align: center;
}
.ptb_cnt_sub_text_etc {
    padding-bottom: 0;
}
.ptb_cnt_sub_text_big {
    padding-top: 28px;
    padding-bottom: 10px;
}
.ptb_cnt_sub_text_big p{
    line-height: 30px;
    font-size: 19px;
}



/*컨텐츠 8가지 영역*/
.ptb_cnt_bg {
    background-image: url(/sub_dicabook_s2/img/dcb_cnt_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 1590px;
    padding: 0;
}
.ptb_book_cnt {
    margin: 60px 0 60px 0;
}
.ptb_book_cnt ul {
    width: 1000px;
    height: 1000px;
    margin: 0 auto;
}
.ptb_book_cnt ul li{
    width: 310px;
    height: 310px;
    float: left;
    margin: 15px 0;
    text-align: center;
	background-color: #fff;
    border-radius: 0 6px 6px 0;
	overflow:hidden;
}
.ptb_book_cnt ul .book_cnt_margin {
    margin :15px 35px;
}
.ptb_book_cnt ul li .ptb_book_item
{
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.ptb_book_cnt ul li:hover .ptb_book_item
{
	opacity: 0.7;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.ptb_book_cnt li p {
    position: relative;
    top: 186px;
    font-size: 20px;
    line-height: 26px;
    color: #222;
	z-index: 999;
}
.ptb_book_cnt li p:first-child {
    width: 84px;
    height: 22px;
    font-size: 11px;
    line-height: 20px;
    border-radius: 30px;
    color: #ffffff;
    background-color: #363636;
    display: inline-block;
    margin: 12px 0;
	z-index: 999;
}
.ptb_book_cnt li .book_txt_tag {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    display: inline-block;
	z-index: 999;
}

.ptb_book_item{
	position: relative;
	top: -92px;
    border-radius: 0 6px 6px 0;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);

}
.ptb_book_cnt li:nth-child(5n){
	background-color: rgba(255, 255, 255, 0);
}
.ptb_book_item_center{
    background-image: url(/sub_dicabook_s2/img/dica_book_item_05.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ptb_book_point {
    position: relative;
    top: -740px;
    left: 450px;
}




/*컨텐츠 특별한 퍼블로그*/
.ptb_special {
    height:  1080px;
}
.ptb_special_cnt{
    margin: 30px 0;
    height: 920px;
}
.ptb_special_cnt_item{
    margin: 0 auto;
    width: 984px;
    height: auto;
}
.ptb_special_cnt ul .special_item_margin {
    margin: 25px 30px;
}
.ptb_special_cnt ul li {
    float: left;
    margin: 25px 0;
    text-align: center;
    width: 308px;
    height: 400px;
}
.ptb_special_cnt ul li:hover img {
	opacity: 0.7;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.ptb_special_cnt .ptb_special_cnt_item img{
    float: left;
    margin: 10px;
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.ptb_special_cnt .ptb_special_cnt_item p{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #868686;
}
.ptb_special_cnt .ptb_special_cnt_item .cnt_item_title{
    font-size: 20px;
    line-height: 45px;
    color: #555;
}


/*컨텐츠 이어북*/
.ptb_year_cnt{
    margin: 30px 0;
    height: 380px;
}
.ptb_year_cnt_item{
    margin: 0 auto;
    width: 1000px;
    height: auto;
}
.ptb_year_cnt ul li:first-child {
    float: left;
    margin: 20px 30px 30px 0px;
    text-align: center;
    width: 200px;
    height: 330px;
}
.ptb_year_cnt ul li {
    float: left;
    margin: 25px 30px;
    text-align: center;
    width: 200px;
    height: 330px;
}
.ptb_year_cnt ul li:last-child {
    float: left;
    margin: 25px 0px 25px 30px;
    text-align: center;
    width: 200px;
    height: 330px;
}
.ptb_year_cnt ul li:hover img {
	opacity: 0.7;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.ptb_year_cnt .ptb_year_cnt_item img{
	margin-bottom: 30px;
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.ptb_year_cnt .ptb_year_cnt_item p{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #868686;
}
.ptb_year_cnt .ptb_year_cnt_item .cnt_item_title{
    font-size: 20px;
    line-height: 45px;
    color: #555;
}




/*번개배송 배너*/
.ptb_delivery {
    width: 100%;
    height: 310px;
    padding: 0;
    background:#1e1e1e ;
}
.ptb_delivery_cnt{
    width: 1000px;
    height: 310px;
    margin: 0 auto;
	text-align:center;
}
.ptb_delivery_cnt img{
    margin: 0 auto;
    padding: 0;
}
.ems_delivery {
    width: 100%;
    height: 310px;
	padding:0;
    background:#a8efe8;
}





/*컨텐츠 포토북 할인제도*/
.ptb_cnt_discount {
    height: 545px;
}
.cnt_discount {
    width: 100%;
    margin: 42px 0;
}
.cnt_discount_img {
    width: 490px;
    height: 345px;
    margin: 0 auto;
}


/*컨텐츠 사이즈와 가격*/
.ptb_size_price {
    width: 1000px;
    height: 1030px;
    margin: 0 auto;
}
.ptb_size_cnt {
    margin: 0 auto 40px auto;
    width: 1000px;
    height: 760px;
}

.cmn_inimg_wrap {
	width: auto;
	height: 300px;
	float:left;
}

.ptb_size_txt_wrap {
	width: auto;
	height: 76px;
}

.ptb_size_txt {
	width: 140px;
	height: auto;
	margin: 0 20px;
	float:left;
	position:relative;
	top: -10px;
}

.ptb_size_txt p {
	font-size: 14px;
}

.size_txt_a {
	width: 60px;
	float: left;
	line-height: 26px;
}

.size_txt_b {
	width: 80px;
	float:left;
	line-height: 26px;
	color: #f04124;
}

.ptb_size_txt_detail {
	width: 130px;
	height: auto;
	float:left;
	position:relative;
	top: -10px;
}
.ptb_size_txt_detail p {
	font-size: 13px;
}

.size_txt_c {
	width: 60px;
	float: left;
	line-height: 26px;
	color: #888;
	text-decoration:line-through
}

.size_txt_d {
	width: 70px;
	float:left;
	line-height: 26px;
	color: #f04124;
}

.ptb_size_txt_detail_info {
	text-align: center;
	font-size: 14px;
	margin-top:50px;
}

.cmn_sale_best {
	position: relative;
	top:-660px;
	left: 210px;
}

.cmn_sale_best_soft {
	position: relative;
	top:-710px;
	left: 210px;
}
.cmn_sale_pc {
	position: relative;
	top:-630px;
	left: 510px;
}
.cmn_sale_pc2 {
	position: relative;
	top:-470px;
	left: 480px;
}

.ptb_size_img_wrap {
	text-align: center;
	position:relative;
}

.ptb_sizemg img{
	margin: 0 13px;
}

.ptb_sizemg_soft img{
	margin: 0 10px;
}

.table_best_icon {
	position: relative;
	top: -219px;
	left:5px;
}
.table_best_icon_2 {
	position: relative;
	top:-192px;
	left:5px;
}



/*컨텐츠 사이즈와 가격*/
.ptb_size_price {
    width: 1000px;
    height: 900px;
    margin: 0 auto;
}
.ptb_size_cnt {
    margin: 0 auto 40px auto;
    width: 740px;
    height: 620px;
}

.ptb_size_cnt img:first-child{
    margin-left: 10px;
}

.dcb_size_price {
    width: 1000px;
    height: 900px;
    margin: 0 auto;
}
.dcb_size_cnt {
    margin: 0 auto 40px auto;
    width: 740px;
    height: 620px;
}

.dcb_size_cnt img:first-child{
    margin-left: 20px;
}

.size_margin_01 {
    margin: 0 38px 0 75px;
}

.size_margin_02 {
    margin: 0 10px;
}


/*컨텐츠 커버 영역*/
.ptb_book_type {
    background-color: #f6f6f6;
    height: 785px;
}

.tabs_center {
	width:1000px;
	margin:0 auto;
	text-align:center;
}


/*외부 탭 CSS*/
 #container {
    width: 1000px;
    margin:  auto;
	text-align:center;
}
ul.tabs {
    margin: 10px 0 50px 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    width: 1000px;
    height: 77px;
    position: relative;
    left: 10px;
}
.tab_line{
    width: 1000px;
    height: 1px;
    background-color: #b5b5b5;
    position: relative;
    top: 86px;
    z-index: 0;
}
ul.tabs li {
    display: inline-block;
	float:none;
    text-align:center;
    cursor: pointer;
    width:200px;
    height: 45px;
    font-size:16px;
    line-height: 45px;
    border: 1px solid #b5b5b5;
    background: #f6f6f6;
    margin: 30px 0px;
    position: relative;
	color: #959595;
}
ul.tabs li.active {
    background: #f6f6f6;
    border: 1px solid #494949;
    z-index: 999;
    font-weight: bold;
    border-bottom: 1px solid #f6f6f6;
}
.newtap01 {
    position: relative;
    z-index: 3;
    border-bottom: #f6f6f6;
}
.newtap02 {
    position: relative;
    left: -9px;
    z-index: 2;
}
.newtap03 {
    position: relative;
    left: -18px;
    z-index: 1;
}
.tab_ctainer_out {
    border-top: none;
    clear: both;
    float: left;
    width: 1000px;
    height: 400px;
}
.tab_content {
    font-size: 14px;
    display: none;
}
.tab_ctainer_out .tab_content .tab_img_cnt {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_ctainer_out .tab_content .tab_img_cnt li {
    list-style:none;
}
.tab_ctainer_out .tab_content .tab_img_cnt li.tab_title_area{
    float: left;
    margin-top: 15px;
    width: 200px;
}
.tab_ctainer_out .tab_content .tab_img_cnt p {
    text-align: left;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.tab_ctainer_out .tab_content .tab_img_cnt .tab_in_title {
    margin-bottom: 30px;
    font-size: 25px;
    color: #5262ff;
}
.tab_ctainer_out .tab_content .tab_img_cnt .in_tab_area{
    float: left;
    width: 790px;
    height: 500px;
}

/*내부탭 CSS*/
ul.tabs_hard ,
ul.tabs_soft ,
ul.tabs_leather{
    margin: 0;
    padding: 0;
    float: right;
}
ul.tabs_hard li,
ul.tabs_soft li,
ul.tabs_leather li{
    cursor: pointer;
    margin-top: 9px;
    padding: 0;
    width: 138px;
    height: 87px;
    border: 1px solid #f6f6f6;
}
ul.tabs_hard li img,
ul.tabs_soft li img,
ul.tabs_leather li img{
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
ul.tabs_hard li img:hover,
ul.tabs_soft li img:hover,
ul.tabs_leather li img:hover{
	opacity: 0.7;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
ul.tabs_hard li:first-child,
ul.tabs_soft li:first-child,
ul.tabs_leather li:first-child{
    margin-top: 0px;
}
ul.tabs_hard li.active_line,
ul.tabs_soft li.active_line,
ul.tabs_leather li.active_line {
    border: 1px solid #222450;
}
.tab_ctainer_in {
    float: left;
    width: 600px;
    height: 380px;
    background: #eee;
	overflow: hidden;
}
.tab_thumbnail img{
    width: 138px;
    height: 87px;
}




/*제본과 용지 - 디카북*/
/*컨텐츠 제본*/
.dica_paper {
    height: 680px;
    padding:120px 0;
}
.dica_paper_cnt {
    width: 1000px;
    height: auto;
    margin:0 auto 0;
}
.dica_paper_cnt img {
    float: left;
    margin-top: -10px;
}
.dica_paper_infotxt {
    float: left;
    position: relative;
    top: -5px;
    left: 160px;
}
.dica_paper_infotxt_even{
    float: left;
    left: 305px;
}
.dica_paper_cnt .dica_paper_infotxt p{
    text-align: center;
    color: #959595;
    font-size: 14px;
    line-height: 18px;
}
.dica_paper_cnt .dica_paper_infotxt p:first-child{
    color: #333;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}

/*컨텐츠 용지*/
.dica_cnt_paper {
    padding: 120px 0 ;
}
.dica_paper_img {
    width: 1000px;
    margin: 30px auto 50px auto;
}
.dica_paper_info {
    position: relative;
    float: right;
    top: 80px;
    right: 10px;
}
.dica_paper_info p{
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.dica_paper_info p:first-child{
    text-align: left;
    font-size: 24px;
    color: #5262ff;
    margin: 25px 0;
}

.dica_paper_in {
    width: 1000px;
    height: 500px;
    margin: 0 auto;
}
.dica_paer_title p{
    text-align: center;
    font-size: 24px;
    color: #5262ff;
    padding: 60px 0;
}

.dica_paper_in_cnt {
    width: 475px;
    float: left;
    margin: 0 10px;
}
.dica_paper_in_cnt_even{
    margin-left: 20px;
}
.dica_paper_in_cnt p {
    font-size: 16px;
    text-align: center;
    color: #333;
    margin: 10px 0;
}
.dica_paper_in_cnt .paper_in_cnt_sub {
    font-size: 14px;
    margin-top: 30px;
    margin-right: 40px;
}
.dica_paper_in_cnt span {
    float: right;
    position: relative;
    top: -80px;
}


/*기존 포토북 바 재활용*/
.ptb_paper_bar {
    margin: 0 auto;
    width: 1000px;
    height: 20px;
    border-bottom:1px dotted #ddd;
    border-width: 2px;
}




/*디카북 추억을 디자인하다*/
.dcb_remember_title {
    margin-top: 10px;
}
.dcb_remember {
    width: 1000px;
    height: auto;
    margin: 70px auto  40px auto;
}
.dcb_remember p{
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin: 40px 30px;
}
.dcb_remember_gllry {
    width: 1020px;
}
.dcb_remember_gllry img{
    margin: 5px;
}

/*디카북 꾸미기 영역*/
.dcb_cnt_page {
    height: 500px;
    margin: 65px auto 25px auto;
}
.dcb_page_design_title p{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-align: center;
}
.dcb_page_design_title p:first-child{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #5262ff;
}

.dcb_page_design {
    margin: 50px auto 70px;
    width: 1002px;
}
.dcb_page_design_even {
    margin: 0 20px;
}

.dcb_page_design li  {
    float: left;
    text-align: center;
    height: 400px;
}
.dcb_page_design li p{
    margin-top: 15px;
	font-size: 14px;
}




/*디카북 배송*/
.dica_delivery {
    width: 100%;
    background-color: #fff;
}
.dica_delivery_in{
    width: 1000px;
    height: 480px;
    margin: 0 auto;
}
.dica_delivery_info {
    width: 500px;
    position: relative;
    top:-320px;
    left: 500px;
}
.dica_delivery_info p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 30px;
}
.dica_delivery_info p:first-child{
    font-size: 30px;
    margin-bottom: 40px;
}




/*컨텐츠 만들러가기*/
.cnt_bg_last_color {
    width: 100%;
    height: 875px;
    background-color: #dee5e7;
    background-image: url(/sub_dicabook_v2/img/dcb_make.jpg?t=180814);
    background-position: center;
    background-repeat: no-repeat;
}
.dcb_make {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 120px;
}
.dcb_make_bt {
    position: relative;
    top: 65%;
}
.dcb_make p {
    font-size: 48px;
    line-height: 60px;
    color: #333333;
	text-align: center;
}



/*마우스 오버효과*/
.ptb_favorite_item li:hover img {
	opacity: 0.7;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.ptb_favorite_cnt_bn .ptb_favorite_item img{
    float: left;
    margin: 10px;
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}


/*디카북 동영상 */
.dica_movie_wrap {
    width: 100%;
    background-color: #edeeee;
	padding:35px 0;
}
.dica_movie{
    width: 853px;
    height: 480px;
    margin: 0 auto;
.slick-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-slide img{display:block;}
.bobbis-lessons__media{position:relative;cursor:pointer;}
.bobbis-lessons__media--video{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;}
.bobbis-lessons__media--video.active{background-color:#000000;}
.bobbis-lessons__image{display:block;margin-bottom:32px;}
.fluid-image{max-width:100%;width:100%;height:auto;}
.fluid-image{margin:0 auto;}

}


/*메인페이지 CSS 종료*/

/*--------------------------------------------------------------------------------------------------------------------------*/

/*리스트페이지 CSS시작*/
.ptb_list {
    margin: 0 auto;
    width: 1000px;
    height: auto;
	text-align: center;
}

/*사용자 경로*/
.cmn_hd_root {
    width: 100%;
    height: 50px;
}

.cmn_hd_root li {
    font-size: 12px;
    line-height: 50px;
    margin: 0 5px;
    display: inline-block;
    float: left;
    color: #333333;
	text-align: center;
}

.cmn_list_menu {
    width: 210px;
    height: auto;
    float: left;
	text-align:center;
	padding-bottom:60px;
}

.cmn_list_title {
    width: 210px;
    height: 80px;
    border: 2px solid #222222;
    box-sizing: border-box;
}

.cmn_list_title p{
     font-size: 20px;
    font-weight: bold;
    line-height: 70px;
	color: #222;
}

/*메뉴 리스트*/
.cmn_menu {
    margin-top: 10px;
}

.cmn_menu li{
    font-size: 13px;
    line-height: 36px;
    text-align: left;
    padding-left: 20px;
    color: #666;
}

.cmn_menu li b{
    font-weight:normal;
}

.cmn_menu li b:first-child{
    color: #222;
	font-size: 13px;
}

/*메뉴 선택시 클래스*/
.cmn_menu li.menu_select {
    background-color: #222450;
    color: #fff;
}

.cmn_menu li.menu_select b {
    background-color: #222450;
    color: #fff;
}

.cmn_menu li span{
    font-size: 10px;
    padding-right: 20px;
    float: right;
    /*color: #222;*/
}

/*사이즈 선택 메뉴*/
.cmn_menu_size {
    margin: 10px 0;
    width: 210px;
    height: 220px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.cmn_menu_size_title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 38px;
    color: #666666;
    background-color: #f9f9f9;
}

.cmn_menu_sizes {
    padding: 16px 0;
    line-height: 16px;
}

.cmn_menu_sizes li{
    font-size: 13px;
    color: #666;
    margin: 8px 10px;
    display: inline-block;
    vertical-align: 0px;
}

.cmn_menu_sizes .size_select {
    color: #5262ff;
}

.cmn_menu_bn {
    width: 210px;
    height: auto;
}

.cmn_menu_bn .cmn_left_bn {
	display: block;
	padding: 5px 0px;
}
.cmn_left_info {
    border: 1px solid #e7e7e7;
    padding: 10px 0;
	margin: 5px 0px;
    box-sizing: border-box;
}
.cmn_menu_bn .cmn_left_info p {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #555;
}
.cmn_menu_bn .cmn_left_info p:first-child{
    font-size: 28px;
    line-height: 32px;
    color: #5262ff;
}
.cmn_menu_bn .cmn_left_info p:last-child{
    color: #999;
}

/*컨텐츠 리스트 영역*/
.cmn_list_cnt {
    width: 790px;
	height:auto;
    float: right;
	margin-bottom:30px;
}


/*검색 및 카테고리 선택 영역*/
.cmn_list_srch_title {
    width: 100%;
    height: 36px;
}

/*카테고리 검색 제목*/
.cmn_list_srch {
    margin-left: 20px;
    width: 580px;
    height: 36px;
    float: left;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.cmn_list_srch p {
    margin-left: 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    float: left;
    color: #222222;
}

.cmn_list_srch p span {
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    margin: 0 5px;
}


/*카테고리 선택*/
.cmn_list_ctg {
    width: 190px;
    height: 36px;
    float: right;
}

.cmn_list_ctg li {
	text-align:center;
}

.cmn_list_ctg_tab {
    width: 95px;
    height: 36px;
    float: left;
}

.cmn_list_ctg_tab p{
    font-size: 14px;
    line-height: 35px;
    color: #666666;
    font-weight: bold;
}

.cmn_list_ctg_tab {
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}


/*카테고리 선택 시 적용 클래스*/
.ctg_choice p{
    color: #5262ff;
	text-align:center;
}

.ctg_choice_icon {
    float: left;
}

/*페이지,찜한상품 영역*/
.cmn_pager {
    width: 100%;
    height: 30px;
	float:left;
}

/*페이지 이동*/
.page_nmb {
    margin: 0 auto;
    height: 30px;
    display: inline-block;
    position: relative;
	text-align: center;
}

.page_nmb li {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #666666;
    font-size: 13px;
	text-align:center;
}

.page_nmb {
	top:10px;
}

.page_nmb .page_jump {
    width: 30px;
    height: 30px;
    border: 1px solid #d7d7d7;
    font-size: 25px;
    line-height: 23px;
    color: #222222;
    box-sizing: border-box;
}

.page_nmb .numb_choice {
    color: #5262ff;
    font-weight: bold;
    text-decoration: underline;
}

.page_nmb li:hover {
    color: #5262ff;
    font-weight: bold;
    text-decoration: underline;
}

.page_nmb .page_jump:hover {
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}


/*찜한상품*/
.cmn_numb_favorite {
    width: 790px;
    height: 30px;
    position: relative;
	top:-10px;
}

.favorite_bt_bg {
    width: 100px;
    height: 30px;
    position: relative;
    top: 40px;
    left: 690px;
}

.favorite_bt {
    width: 100px;
    height: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border-radius: 3px;
}

.favorite_bt p {
    font-size: 13px;
    color: #666;
    line-height: 28px;
    float: left;
    font-weight: bold;
}

.favorite_bt .favorite_bt_img {
    margin: 3px 0 0 9px;
    width: 25px;
    height: 25px;
    float: left;
}

.favorite_bt_img {
    background-image: url(/sub_dicabook_s2/img/icon_favorite.png);
    background-repeat: no-repeat;
    background-size: 93%;
}


/*컨텐츠*/
.cmn_cnt_item_list {
    width: 770px;
	height:auto;
    margin: auto 20px;
	margin-top: 20px;
}
.cmn_cnt_item_list .cmn_cnt_item {
    width:  220px;
    height: 320px;
    margin: 30px 18px 0px 18px;
    float: left;
}


/*슬라이드 사이즈별 클래스 지정*/
/*정방형*/
.cmn_list_slider .bx-wrapper img{
    width: 200px;
    height: 200px;
}

/*7x5*/
.cmn_list_slider .bx-wrapper li:nth-child(3n) img {
    width: 200px;
    height: 144px;
	top:40px;
}
.cmn_list_slider .bx-wrapper li:nth-child(3n) {
    height: 220px;
}
.cmn_list_slider .bx-wrapper li:nth-child(3n) .cnm_list_item p{
	margin-top: 76px;
}

/*10x8*/
.cmn_list_slider .bx-wrapper li:nth-child(4n) img {
    width: 200px;
    height: 160px;
	top:30px;
}
.cmn_list_slider .bx-wrapper li:nth-child(4n) {
    height: 220px;
}
.cmn_list_slider .bx-wrapper li:nth-child(4n) .cnm_list_item p{
	margin-top: 76px;
}

/*세로형*/
.cmn_list_slider .bx-wrapper li:nth-child(4n) img {
    width: 145px;
    height: 200px;
    left: 38px;
}




/*디카북 7x5형*/
.cmn_list_slider_svnFive .bx-wrapper img {
    width: 200px;
    height: 143px;
    top: 40px;
}
.cmn_list_slider_svnFive .bx-wrapper {
    height: 220px;
}

.cmn_list_slider_svnFive .bx-wrapper li .cnm_list_item p{
	margin-top: 77px;
}

/*디카북 10x8형*/
.cmn_list_slider_tenEight .bx-wrapper img {
    width: 200px;
    height: 160px;
    top: 30px;
}
.cmn_list_slider_tenEight .bx-wrapper {
    height: 220px;
}
.cmn_list_slider_tenEight .bx-wrapper li .cnm_list_item p{
	margin-top: 60px;
}

/*세로형*/
.cmn_list_slider_sero .bx-wrapper img {
    width: 145px;
    height: 200px;
    left: 38px;
}



/*리스트 컨텐츠 제목*/
.cnm_list_item {
	text-align:center;
	margin-top: 20px;
}
.cnm_list_item p{
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.cnm_list_item p:first-child:hover{
    font-size: 14px;
    line-height: 30px;
    color: #5262ff;
}

/*리스트 컨텐츠 하단*/
.cnm_list_price span {
    color: #222;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 2px;
}

.cnm_list_price span:first-child {
    color: #aaa;
    font-size: 13px;
    font-weight: normal;
    text-decoration: line-through;
}

.cnm_list_price span:last-child {
    color: #e70012;
}



















/*리스트페이지 CSS종료*/

/*--------------------------------------------------------------------------------------------------------------------------*/
/*상세페이지 CSS 시작*/
.ptb_detail {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

/*타이틀 및 즐겨찾기*/
.ptb_detail_title {
    width: 100%;
    height: 62px;
    border: 1px solid #d7d7d7;
    border-top: 1px solid #222222;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.ptb_detail_title p{
    display: inline-block;
    color: #222222;
    font-size: 22px;
    font-weight: bold;
    float: left;
    padding: 15px;
	line-height: 25px;
}

/*즐겨찾기*/
.favorite_item {
    width: 34px;
    height: 34px;
    float: right;
    margin: 13px 20px 13px 0;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.favorite_item {
    padding: 3px;
    cursor: pointer;
}


.favorite_star_on{
    width: 25px;
    height: 25px;
    background: url(/sub_dicabook_s2/img/icon_favorite.png) no-repeat;
    display: block;
}

.favorite_star_off{
    width: 25px;
    height: 25px;
    background: url(/sub_dicabook_s2/img/icon_favorite.png) no-repeat;
    background-position: left -25px;
}

/*상세 컨텐츠 영역*/
.ptb_detail_cnt {
    margin: 20px 0;
    width: 100%;
    height: 600px;
}

.img_prv {
    width: 47px;
    height: 83px;
    background-image: url(/sub_dicabook_s2/img/icon_prv_nxt.png);
    position: relative;
    z-index: 1;
    float: left;
    top: -380px;
    left: -80px;
}

.img_nxt {
    width: 47px;
    height: 83px;
    background-image: url(/sub_dicabook_s2/img/icon_prv_nxt.png);
    background-position: left -83px;
    position: relative;
    z-index: 1;
    float: right;
    top: -380px;
    right: -620px;
}


/*미리보기 이미지 영역*/
.ptb_detail_img {
    width: 425px;
    height: auto;
    float: left;
    background-color: #fff;
}

.ptb_detail_preview {
    width: 425px;
    height: 425px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
	text-align: center;
}


/*미리보기 버튼*/
.preview_bt {
    width: 65px;
    height: 65px;
    float: right;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.preview_bt img {
    width:20px;
    height: 20px;
    float: left;
    position: relative;
    left: 20px;
    top: 10px;
}
.preview_bt p {
    font-weight: bold;
    color: #333333;
    font-size: 13px;
    line-height: 34px;
    letter-spacing: -1px;
    float: left;
    position: relative;
    top: 7px;
    left: 7px;
}


/*상품 이미지 영역*/
/*디카북 정방형*/
.ptb_detail_item {
    width: 326px;
    height: 326px;
    position: relative;
    top: 50px;
    left: 50px;
	webkit-box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
	box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
}
.ptb_detail_item img {
    width: 326px;
    height: 326px;
}

/*디카북 7x5형*/
.ptb_detail_item_svnFive {
    width: 326px;
    height: auto;
    position: relative;
    top: 90px;
    left: 50px;
	webkit-box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
	box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
}
.ptb_detail_item_svnFive img {
    width: 326px;
    height: 232px;
}

/*디카북 10x8형*/
.ptb_detail_item_tenEight {
    width: 326px;
    height: 261px;
    position: relative;
    top: 80px;
    left: 50px;
	webkit-box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
	box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
}
.ptb_detail_item_tenEight img {
    width: 326px;
    height: 261px;
}

/*디카북 8x11*/
.ptb_detail_item_sero {
    width: 236px;
    height: 326px;
    position: relative;
    top: 50px;
    left: 100px;
	webkit-box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
	box-shadow: 0px 0px 5px 1px rgba(207,207,207,0.5);
}
.ptb_detail_item_sero img {
    width: 236px;
    height: 326px;
}





/*미리보기 썸네일*/
/*디카북 정방형*/
.ptb_detail_thumb {
	width: 220px;
}
.ptb_detail_thumb li{
    width: 65px;
    height: 65px;
    display: inline-block;
    margin: 0px 2px;
    cursor: pointer;
}
.ptb_detail_thumb li img{
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    width: 65px;
    height: 65px;
}

/*디카북 7x5 형*/
.ptb_detail_thumb_svnFive {
	width: 220px;
}
.ptb_detail_thumb_svnFive li{
    width: 65px;
    height: 50px;
    display: inline-block;
    margin: 0px 2px;
    cursor: pointer;
    margin-top: 10px;

}
.ptb_detail_thumb_svnFive li img{
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    width: 65px;
    height: 46px;
}

/*디카북 10x8 형*/
.ptb_detail_thumb_tenEight {
	width: 220px;
}
.ptb_detail_thumb_tenEight li{
    width: 65px;
    height: 52px;
    display: inline-block;
    margin: 0px 2px;
    cursor: pointer;
}
.ptb_detail_thumb_tenEight li img{
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    width: 65px;
    height: 52px;
}

/*디카북 8x11*/
.ptb_detail_thumb_sero {
	width: 180px;
}
.ptb_detail_thumb_sero li{
    width: 47px;
    height: 65px;
    display: inline-block;
    margin: 0px 2px;
    cursor: pointer;
	border:2px solid #fff;
}
.ptb_detail_thumb_sero li:hover {border:2px solid #5262ff;}
.ptb_detail_thumb_sero li img{
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    width: 47px;
    height: 65px;
}



/*주문 상세 영역*/
.ptb_detail_oder {
    width: 540px;
    height: auto;
    display: inline-block;
    float: right;
}
.ptb_oder_top {
    width: 100%;
    height: 204px;
}


/*좌측 텍스트*/
.ptb_oder_text {
    margin-top: 10px;
    margin-left: 20px;
    width: 150px;
    float: left;
}
.ptb_oder_text li{
    width: auto;
    height: 28px;
    text-align: left;
    font-size: 13px;
    line-height: 28px;
    color: #676767;
    margin: 6px 0;
}


/*우측 상세 주문*/
.ptb_oder_cnt {
    margin-top: 10px;
    width: 302px;
    float: left;
}
.ptb_oder_cnt li {
    width: 302px;
    height: 27px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #676767;
    margin: 6px 0;
}
.ptb_oder_cnt .ptb_item_boder .cmn_slct_txt {
    font-size: 12px;
    padding-left: 5px;
    color: #888;
    line-height: 25px;
}


/*옵션 선택*/
.ptb_oder_cnt .ptb_item_boder {
    border: 1px solid #e3e3e3;
}
.ptb_oder_cnt .ptb_item_type_bg {
	height:176px;
}
.ptb_item_size, .ptb_item_cover {
    width: 300px;
    height: 25px;
    border-color: #fff;
    color: #888888;
    font-size: 12px;
}


/*중단 정보*/
.ptb_oder_mid {
    width: 100%;
    float: left;
    height: 190px;
    border: 1px solid #d7d7d7;
    background-color: #f7f7f7;
    border-left: none;
    border-right: none;
}
.ptb_oder_info {
    margin-top: 10px;
    width: 302px;
    float: left;
}
.ptb_oder_info li {
     width: auto;
    height: 28px;
    text-align: left;
    font-size: 12px;
    line-height: 28px;
    color: #676767;
}
.ptb_text_info li{
    margin: 0 0;
}


/*하단 가격*/
.ptb_oder_bottom {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #d7d7d7;
    float: left;
}
.ptb_text_price {
    margin-top: 0;
}
.ptb_text_price li{
    width: auto;
    font-size: 13px;
    line-height: 60px;
}
.ptb_oder_price {
    line-height: 60px;
}
.ptb_oder_price{
    float: right;
    margin-right: 15px;
}
.ptb_oder_price span{
	line-height: 55px;
    font-size: 22px;
    color: #666666;
    text-decoration: line-through;
    font-weight: 500;
    color: #f04126;
    text-decoration: none;
	margin: 0 2px;
}
.ptb_oder_price span:first-child {
	line-height: 60px;
    font-size: 15px;
    color: #666666;
    text-decoration: line-through;
    font-weight: normal;
}


/*디카앨범북 만들기 버튼*/
.ptb_make_bt {
    width: 100%;
    float: right;
}
.ptb_make_bt p{
    margin: 18px 0;
    width: 210px;
    height: 60px;
    background-color: #222450;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    float: right;
	text-align: center;
}


/*상세페이지 하단 정보영역*/
.cmn_detail_info {
    width: 100%;
    height: auto;
}

/*용지정보*/
.cmn_info {
    width: 100%;
    height: 320px;
    background-color: #f6f6f6;
    margin-bottom: 100px;
}

.cmn_info_paper {
    margin: 0 auto;
    width: 1000px;
    height: 320px;
}
.cmn_info_paper li{
    float: left;
}
.cmn_info_txt {
    position: relative;
    top: 68px;
    width: 660px;
}
.cmn_info_txt p{
    text-align: left;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.cmn_info_txt .cmn_info_title{
    margin-bottom: 30px;
    font-size: 25px;
    color: #5262ff;
}
.cmn_info_img {
    width: 320px;
    position: relative;
    top: 40px;
    left: 20px;
}
.cmn_info_img img{
    position: relative;
    top: 20px;
    width: 320px;
}

.size_info_txt {
	margin-top: 35px;
	width: 210px;
}


.dica_paper_detail {
    padding-top: 30px;
    height: 620px;
}


/*공용 탭 CSS*/
.tab_ctainer_cmn {
    margin: 0 auto;
    width: 1000px;
    margin-top: 100px;
    height: 400px;
}
.tab_ctainer_cmn .tab_img_cnt {
    width:1000px;
    margin:0px;
    padding:0px;
}
.tab_ctainer_cmn .tab_img_cnt li {
    list-style:none;
}
.tab_ctainer_cmn .tab_img_cnt li.tab_title_area{
    float: left;
    margin-top: 15px;
    width: 200px;
}
.tab_ctainer_cmn .tab_img_cnt p {
    text-align: left;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.tab_ctainer_cmn .tab_img_cnt .tab_in_title {
    margin-bottom: 30px;
    font-size: 25px;
    color: #5262ff;
}
.tab_ctainer_cmn .tab_img_cnt .in_tab_area{
    float: left;
    width: 790px;
}
.ptb_bar_cmn {
    margin: 0 auto;
    width: 1000px;
    height: 50px;
    border-bottom:1px dotted #ddd;
    border-width: 2px;
}
.in_size_cnt {
    float: right;
}
.in_size_area {
    float: right;
    width: 700px;
}
.size_title_area {
    float: left;
    width: 300px;
}




/*상세페이지 CSS 종료*/


/*--------------------------------------------------------------------------------------------------------------------------*/
/*찜한 상품 팝업 CSS 시작*/
.b-close_style {
	position:relative;
	float:right;
	right: 25px;
	top: 25px;
}
.popup_favorite_box {
	width:750px;
	background-color:#fff;
	border-radius: 15px;
	padding-bottom:35px;
}
.favorite_box_cnt {
    width: 700px;
    margin: 0 auto;
    padding: 25px 25px 0 25px;
}
.favorite_box_title {
    width: 650px;
    height: 60px;
    border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 30px;
}
.favorite_box_title p{
    width: 600px;
    font-size: 30px;
    line-height: 34px;
    color: #333;
    text-align: left;
}
.favorite_box_title span {
    font-size: 18px;
    color: #333;
}
.favorite_box_item {
    margin: 0 auto;
	margin-left:25px;
    width: 670px;
    height: 400px;
	overflow-y:auto;
}
.favorite_box_cnt .favorite_box_item li {
    width: 120px;
    height: 120px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    margin: 5px;
    float: left;
	text-align:center;
}
.favorite_box_not {
    width: 100%;
    height: 80px;
    padding:65px 0 0px 0px;
}
.favorite_box_not p {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    font-weight: bold;
	text-align:center;
}
/*찜한목록이 없을 시*/
.favorite_box_not .favorite_box_not_img {
    width: 25px;
    height: 25px;
    background-image: url(/sub_dicabook_s2/img/icon_favorite.png);
    background-repeat: no-repeat;
    position: top;
    float: left;
    display: inline-block;
    position: relative;
    left: 252px;
}


/*포토북,디카북 사이즈*/
/*정방형 썸네일*/
.favorite_thumb {
    width: 100px;
    height: 100px;
    margin: 10px auto;
}
/*가로형 썸네일*/
.favorite_thumb_garo {
    width: 100px;
    height: 72px;
    margin: 24px auto;
}
/*세로형 썸네일*/
.favorite_thumb_sero {
    width: 72px;
    height: 100px;
    margin: 10px auto;
}
/*디카북 7*5 썸네일*/
.favorite_thumb_svnFive {
    width: 100px;
    height: 71px;
    margin: 24px auto;
}
/*디카북 10*8 썸네일*/
.favorite_thumb_tenEight {
    width: 100px;
    height: 80px;
    margin: 20px auto;
}


/*찜한목록 객체 삭제*/
.favorite_box_cnt .favorite_box_item li .thumb_delete {
    position: relative;
    display: block;
    top: -115px;
    left: 105px;
    cursor: pointer;
}


/*찜한 상품 팝업 CSS 종료*/

/*--------------------------------------------------------------------------------------------------------------------------*/
/*사이즈 상품 팝업 CSS 시작*/
.popup_size_box {
	width:930px;
	background-color:#fff;
	border-radius: 15px;
}
.size_box_cnt {
    width: 830px;
	height:580px;
    margin: 0 auto;
    background-color: #fff;
}
.size_box_title {
    height: 60px;
    margin: 25px auto auto auto;
}
.size_box_title p{
    width: 730px;
    font-size: 30px;
    line-height: 34px;
    color: #333;
    text-align: left;
}

.size_box_title span {
    font-size: 18px;
}

/*사이즈와 가격 팝업 내부 탭*/
 #container_size {
    margin: 0 auto;
}
#container_size ul.tabs_size {
    margin: 10px 0 10px 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    width: 842px;
    height: 46px;
    position: relative;
	background: url(/sub_dicabook_s2/img/tab_bg.gif) repeat-x;
}
#container_size ul.tabs_size li {
    display: inline-block;
    text-align:center;
    cursor: pointer;
    width:276px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #b5b5b5;
    border-bottom: 1px solid #222450;
    background: #fff;
    position: relative;
	color:#959595;
}
#container_size ul.tabs_size li p {
	font-size:14px;
}

#container_size ul.tabs_size li.active {
    background: #fff;
    border: 1px solid #5262ff;
    z-index: 999;
    font-weight: bold;
	border-bottom: 1px solid #fff;
}
.tab_ctainer_size {
	margin: 10px 0;
    border-top: none;
    clear: both;
    float: left;
}
.tab_content_size {
    display: none;
}
.tab_ctainer_size .tab_content_size table th {
	height: 45px;
	line-height: 45px;
	background: #222450;
	color: #fff;
	font-size: 13px;
}
.tab_ctainer_size .tab_content_size table th:first-child {
	border-left: 1px solid #5262ff;
	border-right: 1px solid #dfdfdf;
}
.tab_ctainer_size .tab_content_size table td {
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 13px;
	border-bottom: 1px solid #dfdfdf;
}
.tab_ctainer_size .tab_content_size table td:first-child {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.tab_ctainer_size .tab_content_size .gray_bg {
	background: #f6f6f6;
}
.tab_ctainer_size .tab_content_size .line_s {
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.tab_ctainer_size .tab_content_size .line_d {
	border-right: 1px dashed #dfdfdf;
}
.tab_ctainer_size .tab_content_size .line_t {
	height: 45px;
	line-height: 45px;
	background: #222450;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-bottom: none;
}





/*기타등등*/
/*상세쪽 복사 텍스트*/
.ptb_make_bt span{
	position:relative;
	top:2px;
}



/*왼쪽메뉴 추가*/
.add_menu {width:100%; border:1px solid #222222; color:#222222; text-align:center; font-size:12px; line-height:40px; height:40px; margin-bottom:10px; }
.add_menu a {display:inline-block; width:100%; color:#222222; line-height:40px; height:40px;}


/*기타등등*/
/*상세쪽 복사 텍스트*/
.ptb_make_bt span{
	position:relative;
	top:20px;
}
.ptb_make_bt span a {
    margin-top:5px;
    padding:4px 8px;
    font-size:12px;
    background:#e5e5e5;
    border-radius:4px;
    transition: 0.3s
}
.ptb_make_bt span a:hover {
    color:#fff;
    background:#666;   
}




/*저작권*/
.notice_wrap.copyright { background: #f3f3f3; padding: 55px 40px 65px 40px; box-sizing: border-box; margin: 0 auto; margin-top: 50px;}
.notice_wrap.copyright > p { font-size: 13px; line-height: 25px; text-align: center;}
.notice_wrap.copyright > p em { font-size: 16px; line-height: 50px!important; font-weight: bold; font-style: normal;}