* {
    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_album_s3/img/dcb_top_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.ptb_incnt {
    position: relative;
    top: 60px;
    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: #fff;
}
.ptb_title p{
	text-align: center;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2px;
    color: #fff;
}


/*만들기 버튼*/
.ptb_bt_wrap {
    width:260px;
    height: auto;
    margin: 50px auto;
    text-align: center;
}
.ptb_bt_design{
    width: 260px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.30);
    display: inline-block;
    margin: 0 10px 0 0;
    
}
.ptb_bt_design p {
    color: #fff;
    font-size: 25px;
    line-height: 68px;
    font-weight:500;
	text-align: center;
}


/*쿠폰 다운로드 영역*/
.cmn_coupon {
    width: 100%;
    height: 84px;
    background-color:#c5d7e8;
    position: relative;
}
.cmn_coupon_center {
    width: 1000px;
    height: 84px;
    margin: 0 auto;
}

/*상단 포토북 이미지*/
.ptb_top_book {
    position: relative;
    top: 90px;
	text-align:center;
}



/*컨텐츠 공용 css*/
.ptb_cnt_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.bottom_line {
    border-bottom: 1px solid #cecece;
}
.ptb_cnt_area, .ptb_size_price, .ptb_book_type, .ptb_paper, .ptb_cnt_area, .ptb_cnt_discount {
    padding: 100px 0 40px 0;
}
.cnt_bg_color {
    background-color: #f6f6f6;
}
.ptb_cnt_title_sub p{ 
    color: #222;
    font-size: 18px;
    line-height: 36px;
	text-align: center;
    margin-top: 20px;
}
.ptb_cnt_title p{
    font-size: 48px;
    line-height: 60px;
    color: #333333;
	text-align: center;
    letter-spacing: -0.5px;
}
.ptb_cnt_title_padding {
    padding-top: 185px;
}
.ptb_cnt_paper_sub_title {
    margin-top: 20px; 
}
.ptb_more_bt {
    width: 260px;
    height: 70px;
    margin: 10px auto;
    border: 2px solid #333333;
    box-sizing: border-box;
}
.ptb_size_bt {
    margin-top: 50px;
}
.ptb_more_bt p{
    color: #333333;
    font-size: 18px;
    line-height: 64px;
    font-weight:500;
	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;
}
.color_dif {
    color: #5262ff;
	display:inline;
}



/*컨텐츠 8가지 영역*/
.ptb_cnt_bg {
    background-image: url(/sub_album_s3/img/ptb_cnt_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 1675px;
    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;
}
.ptb_book_cnt ul li.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: 188px;
    left: 10px;
    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;
    -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_album_s3/img/ptb_book_item_05.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ptb_book_point {
    position: relative;
    top: -730px;
    left: 440px;
}




/*컨텐츠 특별한 퍼블로그*/
.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_delivery {
    width: 100%;
    height: 310px;
    padding: 0 0 0 0;
    background-image: url(/sub_album_s3/img/delivery_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.ptb_delivery_cnt{
    width: 1000px;
    height: 310px;
    margin: 0 auto;
	text-align:center;
}
.ptb_delivery_cnt img{
    margin: 0 auto;
    padding: 0;
}



/*컨텐츠 포토북 할인제도*/
.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: 650px;    
    margin: 0 auto;
}
.ptb_size_cnt {
    margin: 30px auto 40px auto;
    width: 1000px;
    height: 300px;
}

.ptb_size_cnt img:first-child{
    margin-left: 0px;
}


.ptb_size_txt_wrap {
	width: 1000px;
	height: 35px;
}

.ptb_size_txt {
	width: 120px;
	height: auto;
	margin: 0 20px;
	float:left;
	position:relative;
	color: #f04124;
}

.ptb_size_txt p {
	font-size: 14px; 
}

.size_margin_01 {
    margin: 0 60px 0 75px;
}

.size_margin_02 {
    margin: 0 60px;
}


/*컨텐츠 커버 영역*/
.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;
    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:500;
    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 #5262ff;
}
.tab_ctainer_in {
    float: left;
    width: 600px;
    height: 380px;
    background: #eee;
	overflow: hidden;
}
.tab_thumbnail img{
    width: 138px;
    height: 87px;
}




/*제본과 용지 - 디카북*/
/*컨텐츠 제본*/
.ptb_paper {
    height: 720px;
    padding:50px 0 60px;
}
.ptb_paper_cnt {
    width: 1000px;
    height: auto;
    margin:0 auto 0;
}
.ptb_paper_cnt img {
    float: left;
    margin-top: -10px;
}
.ptb_paper_infotxt {
    float: left;
    position: relative;
    top: 12px;
    left: 170px;
}
.ptb_paper_infotxt_even{
    float: left;
    left: 330px;
}
.ptb_paper_cnt .ptb_paper_infotxt p{
    text-align: center;
    color: #959595;
    font-size: 14px;
    line-height: 18px;
}
.ptb_paper_cnt .ptb_paper_infotxt p:first-child{
    color: #333; 
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}

/*컨텐츠 용지*/
.ptb_cnt_paper {
    margin-top: 40px;
    padding: 140px 0 80px 0 ;
}
.ptb_paper_img {
    width: 1000px;
    margin: 5px auto 50px auto;
}
.ptb_cnt_paper_text_etc{
    margin-top: 20px;
}

.ptb_paper_in {
    width: 1000px;
    height: 560px;
    margin: 0 auto;
}
.ptb_paer_title p{
    text-align: center;
    font-size: 24px;
    color: #5262ff;
    margin-top: 85px;
}
.paper_style {
    margin: 0 auto;
    width: 1000px;
    height: 440px;
}
.ptb_paper_in_cnt {
    width: 490px;
    float: left;
    margin: 20px 0px;
}
.ptb_paper_in_cnt_even{
    margin-left: 20px;
}
.ptb_paper_in_cnt_info {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.ptb_paper_in_cnt p {
    color: #959595;
    font-size: 14px;
    line-height: 25px;
}
.ptb_paper_in_cnt .ptb_paper_in_cnt_title {
    font-size: 20px;
    line-height: 40px;
    color: #404040;
}


/*기존 포토북 바 재활용*/
.ptb_paper_bar {
    margin: 0 auto;
    width: 1000px;
    height: 20px;
    border-bottom:1px dotted #ddd;
    border-width: 2px;
}
.ptb_paper_style_bar {
    height: 60px;
    margin: 0 0 70px 0;
}


/*꾸미기 영역*/
.ptb_cnt_page {
    margin: 30px auto 0;
    width: 1000px;
    height: 580px;
    
}
.ptb_page_design_title p{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-align: center;
}
.ptb_page_design_title p:first-child{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #5262ff;
}

.ptb_page_design {
    margin: 50px auto 70px;
    width: 1002px;
}
.ptb_page_design_even {
    margin: 0 20px;
}

.ptb_page_design li  {
    float: left;
    text-align: center;
    height: 400px;
}
.ptb_page_design li p{
    margin-top: 15px;
    font-size: 14px;
    color: #959595;
}




/*배송*/
.cmn_delivery {
    width: 100%;
    background-color: #f1f1f3;
}
.cmn_delivery_in{
    width: 1000px;
    height: 516px;
    margin: 0 auto;
}
.cmn_delivery_info {
    width: 500px;
    position: relative;
    top:-380px;
    left: 500px;
}
.cmn_delivery_info p {
    font-size: 16px;
    color: #2e2e2e;
    text-align: left;
    line-height: 30px;
}
.cmn_delivery_info p:first-child{
    font-size: 30px;
    margin-bottom: 40px;
}




/*컨텐츠 만들러가기*/
.cnt_bg_last_color {
    width: 100%;
    height: 572px;
    background-color: #fcf5ec;
    background-image: url(/sub_album_s3/img/ptb_make.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.aptb_make {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 300px;
}
.aptb_make_bt {
    position: relative;
    margin: 0 auto;
    width: 260px;
    height: 70px;
    border: 2px solid #fff;
    text-align: center;
    top: 60%;
}
.aptb_make_bt p {
    color: #fff;
    font-size: 16px;
    line-height: 68px;
}

.aptb_make p {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
	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;
}



/*메인페이지 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;
}

.cmn_list_title {
    width: 210px;
    height: 80px;
    border: 2px solid #222222;
    box-sizing: border-box;
}

.cmn_list_title p{
     font-size: 20px;   
    font-weight:500;
    line-height: 70px;
	color:#333;
}

/*메뉴 리스트*/
.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:first-child{
    color: #333; font-weight:normal;
}

/*메뉴 선택시 클래스*/
.cmn_menu li.menu_select {
    background-color: #222450;
    color: #fff;
}

.cmn_menu li.menu_select b {
    color: #fff; font-weight:normal;
}

.cmn_menu li.menu_select span {
    color: #fff; 
}

.cmn_menu li span{
    font-size: 10px;
    padding-right: 20px;
    float: right;
    color: #333;
}

/*사이즈 선택 메뉴*/
.cmn_menu_size {
    margin: 10px 0;
    width: 210px;
    height: 150px;
    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;
}

.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 {
    width: 210px;
    height: 100px;
}
.cmn_left_info {
    border: 1px solid #e7e7e7;
    padding: 10px 0;
    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:500;
    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:500;
}

.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:500;
    text-decoration: underline;
}

.page_nmb li:hover {
    color: #5262ff;
    font-weight:500;
    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:500;
}

.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;
}
/*세로형*/
.cmn_list_slider .bx-wrapper li:nth-child(3n) img {
    width: 145px;
    height: 200px;
    left: 38px;
}
.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: #019be1;
}

/*리스트 컨텐츠 하단*/
.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:500;
    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_album_s3/img/icon_favorite.png) no-repeat;
    display: block;
}

.favorite_star_off{
    width: 25px;
    height: 25px;
    background: url(/sub_album_s3/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_album_s3/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_album_s3/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:500;
    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;
}
.ptb_detail_item img {
    width: 326px;
    height: 326px;
}

/*포토북 가로형*/
.ptb_detail_item_garo {
    width: 326px;
    height: auto;
    position: relative;
    top: 90px;
    left: 50px;
}
.ptb_detail_item_garo img {
    width: 326px;
    height: 235px;
}

/*포토북 세로형*/
.ptb_detail_item_sero {
    width: 326px;
    height: 326px;
    position: relative;
    top: 50px;
    left: 50px;
}
.ptb_detail_item_sero img {
    width: 236px;
    height: 326px;
}


/*미리보기 썸네일*/
/*포토북 정방형*/
.ptb_detail_thumb {
	width: 212px;
}
.ptb_detail_thumb li{
    width: 65px;
    height: 65px;
    display: inline-block;
    margin: 0px 2px;
    cursor: pointer;
	border:2px solid #fff;
}
.ptb_detail_thumb li:hover {border:2px solid #0fb7f8;}
.ptb_detail_thumb li img{
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    width: 65px;
    height: 65px;
}
/*포토북 세로형*/
.ptb_detail_thumb_sero {
	width: 170px;
}
.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 #0fb7f8;}
.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: 174px;
}


/*좌측 텍스트*/
.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;
    padding-bottom: 10px;
    width: 302px;
    float: left;
}
.ptb_oder_cnt li {
    width: 304px;
    height: 28px;
    text-align: left;
    color: #676767;
    margin: 6px 0;
}
.ptb_oder_cnt .ptb_item_boder p{
    text-align: left;
    font-size: 12px;
    line-height: 25px;
    color: #333;
    margin-left: 5px;
}


/*옵션 선택*/
.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: 302px;
    height: 26px;
    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 {
    margin-top: 50px;
    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: 530px;
}
.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: 470px;
    height: 320px;
    float: left;
}
.cmn_info_img img{
    position: relative;
    width: 470px;
    height : 320px;
}

.size_info_txt {
	margin-top: 35px;
	width: 210px;
}

.cmn_ptb_paper {
    padding-top: 20px;
}


/*내지스타일*/
.cmn_style_info {
    width: 100%;
    height: 320px;
    padding: 30px 0;
    margin: 50px 0 140px;
    background-color: #f6f6f6
}
.cmn_style_info_txt {
    position: relative;
    top: 85px;
    left: 60px;
    width: 450px;
}
.cmn_style_info_txt p{
    text-align: left;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.cmn_style_info_txt .cmn_info_style_title{
    margin-bottom: 30px;
    font-size: 25px;
    color: #5262ff;
}
.cmn_stlye_info_img {
    width: 490px;
    height: 320px;
    float: left;
}
.cmn_stlye_info_img img{
    position: relative;
    width: 490px;
    height : 320px;
}







/*공용 탭 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: 100px;
    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:500;
	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_sero {
    width: 72px;
    height: 100px;
    margin: 10px 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: 828px;
    height: 47px;
    position: relative;
	border-bottom: 1px solid #5262ff;
}
#container_size ul.tabs_size li {
    display: inline-block;
    text-align:center;
    cursor: pointer;
    width:278px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    position: relative;
	color:#5262ff;
}
#container_size ul.tabs_size li p {
	font-size:14px;
	color:#5262ff;
}

#container_size ul.tabs_size li.active {
    background: #fff;
    border: 1px solid #5262ff;
    z-index: 999;
    font-weight:500;
	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;
}
.tab_ctainer_size .tab_content_size .line_d {
	border-right: 1px dashed #dfdfdf;
}





/*기타등등*/
/*상세쪽 복사 텍스트*/
.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: 28px 40px 40px 40px; box-sizing: border-box; margin: 0 auto; width: 1000px; margin-bottom: 100px!important;}
.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;}

.processing_btn02 {width: 20px;margin-left: 5px;vertical-align: middle;transition: 0.3s;opacity: 0.4;cursor: pointer;}