﻿* {
    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_probook_s2/img/ptb_top_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.ptb_incnt {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    top: 46%;
    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: 70px;
    letter-spacing: -2px;
    color: #fff;
}

/*쿠폰 다운로드 영역*/
.cmn_coupon {
    width: 100%;
    height: 85px;
    position: relative;
	background-color: #1a1939;
}
.cmn_coupon_center {
    width: 1200px;
    height: 85px;
    margin: 0 auto;
}


/*만들기 버튼*/
.ptb_bt_wrap {
    width:260px;
    height: auto;
    margin: 50px auto 0 auto;
    text-align: center;
}
.ptb_bt_design{
    width: 260px;
    height: 70px;
    background-color: rgba(1, 1, 1, 0.82);
    display: inline-block;
}
.ptb_bt_design p {
    color: #fff;
    font-size: 25px;
    line-height: 68px;
    font-weight:500;
	text-align: center;
}


/*상단 포토북 이미지*/
.ptb_top_book {
    position: relative;
    top: 90px;
	text-align:center;
}



/*컨텐츠 공용 css*/
.ptb_cnt_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.ptb_cnt_area, .ptb_book_type, .ptb_paper, .ptb_cnt_area, .ptb_cnt_discount {
    padding: 100px 0 40px 0;
}
.cnt_bg_color {
    background-color: #f6f6f8;
}
.ptb_cnt_title_sub p{ 
    color: #222;
    font-size: 18px;
    line-height: 36px;
	text-align: center;
}
.ptb_cnt_title p{
    font-size: 48px;
    line-height: 60px;
    color: #333333;
	text-align: center;
}
.ptb_cnt_title_padding {
    padding-top: 100px;
}

.sub_optit {text-align: right;  padding: 0px 0px 20px;}

.ptb_more_bt {
    width: 260px;
    height: 70px;
    margin: 10px auto;
    border: 2px solid #333333;
    box-sizing: border-box;
}
.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 0 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;
}



/*컨텐츠 메이드바이유 영역*/
.ptb_cnt_bg {
    background-image: url(/sub_probook_s2/img/ptb_cnt_bg.jpg?t=1);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 1200px;
    padding: 0;
}
.ptb_book_cnt {
    margin: 50px 0 60px 0;
}
.ptb_book_cnt ul {
    position:relative;
    width: 1040px;
    height: 1000px;
    margin: 0 auto;
    text-align:center;
}
.ptb_book_cnt ul li{
    width: 302px;
    height: 200px;
    float: left;
    margin: 30px 22px;
    text-align: center;
}

.ptb_book_cnt ul li.tit {}
.ptb_book_cnt ul li.tit div {padding-bottom:12px; margin-bottom:15px; border-bottom:1px dashed #bfbfbf; font-family: "Montserrat","YoonGothicPro780",sans-serif; font-size:50px; line-height:60px; color:#333}
.ptb_book_cnt ul li.tit span {font-size:20px; font-weight:500; color:#333;}

.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: 124px;
    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_item{
	position: relative;
	top: -72px;
}
.ptb_book_cnt li:nth-child(5n){
	background-color: rgba(255, 255, 255, 0);
}
.ptb_book_item_center{
    background-image: url(/sub_probook_s2/img/ptb_book_item_05.png);
    background-repeat: no-repeat;
    background-position: top;
}
.ptb_book_point {
    position: absolute;
    top: 405px;
    right: 300px;
}




/*컨텐츠 특별한 퍼블로그*/
.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_cnt_discount {
    height: 545px;
}
.cnt_discount {
    width: 100%;
    margin: 42px 0;
}
.cnt_discount_img {
    width: 1000px;
    height: 365px;
    margin: 0 auto;
}
.cnt_discount_img li {
    margin: 0 10px;
    float: left;
}
.cnt_discount_img li:first-child {
    margin-left: 0;
}
.cnt_discount_img li:last-child {
    margin-right: 0;
}



/*컨텐츠 사이즈와 가격*/
.ptb_size_price {
    width: 100%;
    height: 898px;
    background-image: url(/sub_probook_s2/img/prb_size.png);
    background-position:center;
    background-repeat: no-repeat;
}
.ptb_size_cnt {
    margin: 0 auto;
    width: 1000px;
    height: 898px;;
}

.prb_size_title {
    width: 500px;
    float: right;
    margin-right: 30px;
    position: relative;
    top: 22%;
}
.prb_size_title p {
    text-align: right;
    font-size: 16px;
    line-height: 26px;
    color: #2e2e2e;
    letter-spacing: -0.2px;
}
.prb_size_title p:first-child {
    font-size: 48px;
    line-height: 60px;
    color: #333333;
    margin-bottom: 30px;
}

.prb_detail_bt {
    width: 260px;
    height: 70px;
    background-color: #222;
    margin-top: 50px;
    float: right;
    -webkit-box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.2);
}
.prb_detail_bt .prb_detail_bt_text {
    text-align: left;
    font-size: 20px;
    line-height: 65px;
    color: #fff;
    display: inline-block;
    position: relative;
    left: 30px;
}
.prb_detail_bt img{
    float: right;
    position: relative;
    top: 20px;
    right: 30px;
}

.ptb_bt_detail {
	margin: 0 auto 50px auto;
}


/*컨텐츠 커버 영역*/
.book_type_leather {
    margin-bottom: 70px;
}
.ptb_book_type {
    height: 1000px;
}

.tabs_center::after {content:""; display: table; clear: both}

.cmn_detail_tap .tabs_center .tab_img_cnt {
    margin: 0 auto;
    width: 1000px;
    height: 382px;
}

.tab_img_cnt {
    margin: 0 auto;
    width: 1200px;
    height: 382px;
}

.cover_color_img {
    width: 1008px;
    margin: 50px auto 0;
}
.cover_color_img img{
    width: 160px;
    margin: 4px;
    float: left;
}


/*탭 CSS*/
.option_r_wrap {z-index:1; position:absolute; right:0; width:600px; margin-top:-30px;}
.option_r_wrap h3 {margin:50px 0 13px 0; font-family: 'Montserrat','YoonGothicPro760', sans-serif; font-size:16px; color:#333; text-align:left;}
.option_r_wrap h3 img {width:20px; margin-left: 3px; vertical-align: text-top; transition: 0.3s; opacity: 0.4; cursor: pointer;}
.option_r_wrap h3 img:hover {transition: 0.3s; opacity: 0.9;}

.option_r_wrap ul.tabs_color ,
.option_r_wrap ul.tabs_soft ,
.option_r_wrap ul.tabs_leather{
    margin: 0;
    padding: 0;
    float:none !important;
}

ul.tabs_color ,
ul.tabs_soft ,
ul.tabs_leather{
    margin: 0;
    padding: 0;
    float: right;
}

ul.tabs_color 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_color 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_color 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_color li:first-child,
ul.tabs_soft li:first-child,
ul.tabs_leather li:first-child{
    margin-top: 0px;
}
ul.tabs_color 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: 806px;
    height: 380px;
    background: #eee;
	overflow: hidden;
}
.tab_thumbnail img{
    width: 138px;
    height: 87px;
}




/*컨텐츠 꾸미기*/
.prb_cnt_design {
    position:relative;
    margin: 0 auto;
    width: 100%;
    padding:120px 0;
    background: url(/sub_probook_s2/img/pro_category_sec5_bg.jpg?t=1) no-repeat;
}
.prb_cnt_in {
    margin: 80px auto 0 auto;
    width: 1000px;
    height: 388px;
}
.design_cnt{
    width: 328px;
    height: 388px;
    float: left;
}
.design_cnt p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 24px;
    margin-top: 15px;
}
.design_cnt_even {
    margin: 0 8px;
}




/*컨텐츠 품질 제공*/
.prb_cnt_quality {
    width: 100%;
    height: 790px;
    background-image: url(/sub_probook_s2/img/prb_quality.png);
    background-position: center;
    background-repeat: no-repeat;
}
.quality_in {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 12%;
}



/*컨텐츠 동판(스탬프)*/
.prb_cnt_stamp {
    width: 100%;
    height: 850px;
}
.stamp_title {
    padding: 110px 0 30px 0;
}
.prb_cnt_stamp_in {
    margin: 0 auto;
    width: 1000px;
    height: 500px;
}
.stamp_img {
    width: 1000px;
    height: 450px;
}
.stamp_img p {
    float: left;
    margin-top: 10px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: #888888;
}
.stamp_img img {
    float: left;
}



/*컨텐츠 색과 동판 선택 탭*/
.prb_book_type {
    padding-top: 110px;
    height: 850px;
    
}
.book_type_color {
    margin-bottom: -15px;
}
.tabs_center {
	width:1200px;
	margin:60px auto 0 auto;
	text-align:center;
}

.change_bg {
    background-color: rgb(230, 230, 230);
}


/*컬러 탭 CSS*/
.tab_color_cnt {
    position: relative;
}
ul.tabs_color{
    margin: 0;
    padding: 0;
}
ul.tabs_color::after {content: ''; display: table; clear: both}
.tabs_color .tabs_color_info {
    float: left;
    width: 160px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
}
ul.tabs_color li{
    cursor: pointer;
    margin:2px !important;
    padding: 0;
    width: 70px;
    height: 62px;
    border: 1px solid #fff; !important;
    float: left;
    box-sizing:border-box;
}
ul.tabs_color li div{
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
ul.tabs_color li div: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_color li:first-child{
    margin-top: 0px;
}
ul.tabs_color li.active_line {
    border: 1px solid #222450 !important;
}
.tab_ctainer_color_in {
    float: left;
    width: 600px;
    height: 380px;
}
.tab_ctainer_color_in img{
    position: relative;
    top: 55px;
}
.tab_color_thumbnail div{
    width: 68px;
    height: 60px;
    box-sizing:border-box;
}
.tab_color_thumbnail p{
    line-height: 60px;
    letter-spacing: -0.2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}


/*컬러별 정보*/
.color_thumb_gray {
    background-color: #777775;
}
.color_thumb_dbrown {
    background-color: #563627;
}
.color_thumb_brown {
    background-color: #b68e5a;
}
.color_thumb_green {
    background-color: #7f8756;
}
.color_thumb_black {
    background-color: #282826;
}
.color_thumb_red {
    background-color: #e3434b;
}
.color_thumb_blue {
    background-color: #518fc8;
}
.color_thumb_beige {
    background-color: #d3ba9d;
}
.color_thumb_chokolait {
    background-color: #4f4345;
}
.color_thumb_sereniti {
    background-color: #7eb5d4;
}
.color_thumb_rose {
    background-color: #fbb7c2;
}

.color_thumb_tan {
    background-color: #4f4345;
}

.color_thumb_beige2 {
    background-color: #c4b1a0;
}

.color_thumb_kassy {
    background-color: #343333;
}

.color_thumb_webnavy {
    background-color: #10253f;
}

.color_thumb_newblack {
    background-color: #3d4248;
}
.color_thumb_newmint {
    background-color: #9bd7c1;
}


/*동판 탭 CSS*/
.tab_stamp_cnt {
    position: relative;
    top:-300px;
    height: 330px;
}
ul.tabs_stamp{
    margin: 0;
    padding: 0;
    position: relative;
}
ul.tabs_stamp::after {content: ''; display: table; clear: both}

.tabs_stamp .tabs_color_stamp {
    float: left;
    width: 160px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
}
ul.tabs_stamp li{
    cursor: pointer;
    margin:2px !important;
    padding: 0;
    width: 142px;
    height: 60px;
    border: 1px solid #f6f6f6;
    background-color: #fff;
    float: left;
}
ul.tabs_stamp li div{
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
ul.tabs_stamp li div: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_stamp li:first-child{
    margin-top: 0px;
}
ul.tabs_stamp li.active_line {
    border: 1px solid #222450 !important;
}
.tab_ctainer_stamp_in {
    float: left;
    width: 600px;
    height: 330px;
	overflow: hidden;
    margin-top:-30px;
}
.tab_ctainer_stamp_in img{
    position: relative;
}
.tab_stamp_thumbnail img{
    height: 60px;
}
.tab_stamp_thumbnail p{
    line-height: 65px;
    letter-spacing: -0.2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

/*컨텐츠 제본과 용지 영역*/
.prb_cnt_paper {
    position:relative;
    margin: 0 auto;
    width: 100%;
    height: 1820px;
    padding-top: 130px;
    background:#f6f6f8 url(/sub_probook_s2/img/pro_category_sec4_bg.jpg?t=1) no-repeat;
}
.paer_title_sub p{
    text-align: center;
    margin: 0 auto 20px;
    font-size: 24px;
    line-height: 25px;
    color: #5262ff;
}
.paer_title_sub_bottom {
    margin-bottom: 50px;
}
.paer_title_sub_text p{
    margin:40px 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.prb_paper_img {
    width: 1000px;
    height: 268px;
    margin: 0 auto;
}
.prb_paper_detail_img {
    width: 1000px;
    height: 268px;
    margin: 0 auto;
    background-image: url(/sub_probook_s2/img/prb_paper_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f6f6f6;
}
.ptb_paper_bar {
    margin: 40px auto;
    width: 1000px;
    height: 1px;
    border-bottom:1px dotted #ddd;
    border-width: 2px;
}
.prb_paper_in {
    margin: 0 auto;
    width: 1000px;
    height: 550px;
}
.paper_in_cnt {
    width: 495px;
    height: 450px;
    float: left;
}

.prb_cnt_paper .prb_paper_in {
    padding-top:100px;
    margin: 0 auto;
    width: 1000px;
    height: 550px;
}

.prb_cnt_paper .paper_in_cnt {
    margin-top:80px;
    width: 495px;
    height: 450px;
    float: left;
}
.paper_in_cnt p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 24px;
    margin-top: 15px;
}
.paper_in_cnt .paper_in_cnt_title {
    font-size: 18px;
    line-height: 22px;
    margin: 20px auto;
}
.paper_in_cnt_even {
    margin-left: 10px;
}

.prb_cnt_paper .ul_list {width:1000px; margin:0 auto;}
.prb_cnt_paper .ul_list .paper_in_cnt {height:380px; margin-top:40px;}
.prb_cnt_paper .ul_list::after {content: ''; display: table; clear: both}



/*컨텐츠 전용케이스와 안전한 배송*/
.prb_cnt_delivery {
    width: 100%;
    padding:80px 0 120px 0;
}


/*컨텐츠 만들러가기*/
.cnt_bg_last_color {
    background-color: #f5e7e5;
}

/*배너*/
.prb_cnt_make {
    width: 100%;
    height: 646px;
    background-image: url(/sub_probook_s2/img/prb_go_make.jpg?t=5);
    background-position: center;
    background-repeat: no-repeat;
}
.ptb_make_cnt {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    top: 120px;
    right: 0;
}
.prb_make_title {
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    margin-bottom: 20px;
}
.prb_make_sub {
    margin-bottom:70px;
    font-size: 48px;
    line-height: 55px;
    color: #333;
    text-align: right;
}
.ptb_make_cnt button {
    float:right;
}

.prb_more_bt {
    width: 260px;
    height: 70px;
    border: 2px solid #333;
    text-align: center;
    float: right;
    margin-top: 100px;
}
.prb_more_bt p {
    line-height: 65px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}


/*마우스 오버효과*/
.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;
	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:500;
    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:first-child{
	font-weight:normal;
}

.cmn_menu li b {
	color: #222;
    font-size: 13px;
    font-weight: normal;
}

/*메뉴 선택시 클래스*/
.cmn_menu li.menu_select {
    background-color: #222450;
    color: #fff;
}

.cmn_menu li.menu_select b {
    color: #fff;
}

.cmn_menu li.menu_select span {
    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: 160px;
    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_probook_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:  320px;
    height: 320px;
    margin: 10px 0px 0px 40px;
    float: left;
}


/*슬라이드 사이즈별 클래스 지정*/
/*정방형*/
/*
.cmn_list_slider .bx-wrapper img{
    width: 300px;
    height: 146px;
    top: 30px;
}
.cmn_list_slider .bx-wrapper li .cnm_list_item p{
	margin-top: 60px;
}

/*가로형*/
/*
.cmn_list_slider .bx-wrapper li:nth-child(3n) img {
    width: 300px;
    height: 115px;
	top:45px;
}
.cmn_list_slider .bx-wrapper li:nth-child(3n) {
    height: 200px;
}

.cmn_list_slider .bx-wrapper li:nth-child(3n) .cnm_list_item p{
	margin-top: 90px;
}*/


/*가로형*/
.cmn_list_slider .bx-wrapper img{
	width: 300px;
    height: 115px;
	top:45px;
}
.cmn_list_slider .bx-wrapper li .cnm_list_item p{
	margin-top: 90px;
}

/*정방형*/
.cmn_list_slider .bx-wrapper li:nth-child(3n) img {
	width: 300px;
    height: 146px;
    top: 30px;
}
.cmn_list_slider .bx-wrapper li:nth-child(3n) {
    height: 200px;
}

.cmn_list_slider .bx-wrapper li:nth-child(3n) .cnm_list_item p{
	margin-top: 60px;
}


/*사이즈 선택 시*/
/*정방형*/
.cmn_list_slider_fit .bx-wrapper img{
    width: 300px;
    height: 146px;
    top: 30px;
}
.cmn_list_slider_fit .bx-wrapper li .cnm_list_item p{
	margin-top: 60px;
}


/*11*14 가로형*/
.cmn_list_slider_fourOne .bx-wrapper img {
    width: 300px;
    height: 115px;
    top:45px;
}
.cmn_list_slider_fourOne .bx-wrapper {
    height: 200px;
}
.cmn_list_slider_fourOne .bx-wrapper li .cnm_list_item p{
	margin-top: 90px;
}
.cmn_list_slider_fourOne .bx-wrapper .bx-pager.bx-default-pager a {
    top: -10px;
}


/*리스트 컨텐츠 제목*/
.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: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_probook_s2/img/icon_favorite.png) no-repeat;
    display: block;
}
.favorite_star_off{
    width: 25px;
    height: 25px;
    background: url(/sub_probook_s2/img/icon_favorite.png) no-repeat;
    background-position: left -25px;
}


/*상세 컨텐츠 영역*/
.ptb_detail_cnt {
    margin: 20px 0;
    width: 100%;
    height: 590px;
}
.img_prv {
    width: 47px;
    height: 83px;
    background-image: url(/sub_probook_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_probook_s2/img/icon_prv_nxt.png);
    background-position: left -83px;
    position: relative;
    z-index: 1;
    float: right;
    top: -380px;
    right: -620px;
}


/*미리보기 이미지 영역*/
.prb_detail_img {
    width: 425px;
    height: auto;
    float: left;
    background-color: #fff;
}
.prb_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;
}


/*상품 이미지 영역*/
/*프로포토북 정방형*/
.prb_detail_item {
    width: 326px;
    height: 326px;
    position: relative;
    top: 50px;
    left: 50px;
}
.prb_detail_item img {
    width: 326px;
    height: 326px;
}


/*프로포토북 가로형*/
.prb_detail_item_garo {
    width: 326px;
    height: auto;
    position: relative;
    top: 80px;
    left: 50px;
}
.prb_detail_item_garo img {
    width: 326px;
    height: 256px;
}


/*프로포토북 내지 12x12*/
.prb_detail_item_12x12 {
    width: 302px;
    height: auto;
    position: relative;
    top: 135px;
    left: 50px;
}
.prb_detail_item_12x12 img {
    width: 302px;
    height: 147px;
}


/*프로포토북 내지 11x14*/
.prb_detail_item_11x14 {
    width: 352px;
    height: auto;
    position: relative;
    top: 135px;
    left: 50px;
}
.prb_detail_item_11x14 img {
    width: 352px;
    height: 135px;
}



/*미리보기 썸네일*/
/*프로포토북 정방형*/
.prb_detail_thumb {
	width: 220px;
}
.prb_detail_thumb li{
    width: 65px;
    height: 65px;
    display: inline-block;
    margin: 0px 2px;
    cursor: pointer;
}
.prb_detail_thumb li img{
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    width: 65px;
    height: 65px;
}


/*프로포토북 가로형*/
.prb_detail_thumb_garo {
	width: 212px;
}
.prb_detail_thumb_garo li{
    width: 65px;
    height: 50px;
    display: inline-block;
    margin: 0px 2px;
    cursor: pointer;
    margin-top: 5px;
}
.prb_detail_thumb_garo li img{
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    width: 65px;
    height: 47px;
}


/*내지 정방, 가로*/
.prb_detail_thumb .page_thumb_12x12 img {
    width: 134px;
    height: 65px;
}
.prb_detail_thumb .page_thumb_11x14 img {
    width: 169px;
    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_detail_info .cmn_info {
    width: 100%;
    height: 1070px;
    background-color: #f6f6f6;
    padding: 60px 0;
}
.cmn_info {
    width: 100%;
    height: 1000px;
    background-color: #f6f6f6;
    padding: 60px 0;
}
.cmn_info_title p{
    text-align: center;
    margin: 0 auto 20px;
    font-size: 24px;
    line-height: 25px;
    color: #5262ff;
}

/*커버 탭*/
.cmn_detail_tap {
    width: 100%;
    height: 900px;
    padding: 100px 0;
}


/*북 제공 사이즈*/
.size_bottom_cnt {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    margin: 30px auto 0 auto;
}
.tab_ctainer_cmn {
    margin: 0 auto;
    width: 1000px;
    height: 420px;
    padding-top: 50px;
}
.tab_ctainer_cmn .tab_img_cnt{
    margin: 0 auto;
    height: auto;
    clear: both;
}

.tab_ctainer_cmn .tab_img_cnt li {
    list-style:none;
}
.tab_ctainer_cmn .tab_img_cnt li.tab_title_area{
    float: left;
    margin-top: 80px;
    width: 320px;
}
.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{
    float: left;
}
.ptb_bar_cmn {
    margin: 0 auto;
    width: 1000px;
    height: 50px;
    border-bottom:1px dotted #ddd;
    border-width: 2px;
}
.in_size_cnt {
    float: right;
}


.prb_size_price {
	width: 1000px;
    height: 560px;    
    margin: 0 auto;
	padding: 80px 0;
}
.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: 140px;
	height: auto;
	float:left;
	position:relative;
	top: -10px;
}
.ptb_size_txt_detail  p {
	font-size: 14px; 
}

.size_txt_c {
	width: 70px;
	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:-670px;
	left: 210px;
}

.ptb_size_img_wrap {
	text-align: center;
	position:relative;
}

.ptb_sizemg img{
	margin: 0 13px;
}

.ptb_sizemg_soft img{
	margin: 0 20px;
}

.table_best_icon {
	position: relative;
	top: -174px;
	left:5px;
}
.table_best_icon_2 {
	position: relative;
	top:-192px;
	left:5px;
}




/*번개배송 배너*/
.ptb_delivery {
    width: 100%;
    height: 310px;
    padding: 0 0 0 0;
    background-image: url(/sub_probook_s2/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;
}



/*상세페이지 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: 160px;
    height: 83px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    margin: 5px 1px;
    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_probook_s2/img/icon_favorite.png);
    background-repeat: no-repeat;
    position: top;
    float: left;
    display: inline-block;
    position: relative;
    left: 252px;
}


/*정방형 썸네일*/
.favorite_thumb {
    width: 150px;
    height: 73px;
    margin: 5px auto;
}


/*찜한목록 객체 삭제*/
.favorite_box_cnt .favorite_box_item li .thumb_delete {
    position: relative;
    display: block;
    top: -83px;
    left: 149px;
    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 #222450;
}
#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:#222450;
}
#container_size ul.tabs_size li p {
	font-size:14px;
	color:#222450;
}

#container_size ul.tabs_size li.active {
    background: #fff;
    border: 1px solid #222450;
    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 #222450;
	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:500;
	border-bottom: none;
}

/*기타등등*/
/*상세 구글코드 텍스트*/
.ptb_make_bt span{
	position:relative;
	top:2px;
}

.bx-wrapper .bx-controls-direction a {z-index:9999 !important}


/*기타등등*/
/*상세쪽 복사 텍스트*/
.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;   
}


/* 210225_리뉴얼 */
/* 네비게이션 추가 */
.hero-nav {display:none; z-index:999; position:fixed; top:0; left:0; width:100%; height:60px; background-color: rgba(255, 255, 255, 0.95); box-shadow: 0px 1px 15px 0px #b3b3b3;}

/*.hero-nav .nav-wrap a.none {background:none}*/
.hero-nav .nav-wrap button {position:absolute; top:12px; right:0; width:160px; height:35px; line-height:35px; font-size:15px; color:#fff; background:#222450; transition: .3s;}
.hero-nav .nav-wrap button:hover {backposition: absolute;
    width: 100%;ground:#4e58c2; transition: .3s;}

.hero-nav .nav-wrap {position:relative; width:1200px; margin:0 auto; text-align:left;}
.hero-nav .nav-wrap li {display:inline-block;}
.hero-nav .nav-wrap li:last-child {float:right;}
.hero-nav .nav-wrap li:last-child a {margin:20px 0 0 0; padding-left:0; background:#222450 !important;}
.hero-nav .nav-wrap li:first-child a {margin:20px 0 0 0; padding-left:0; background: none;}
.hero-nav .nav-wrap li a {display:inline-block; margin:20px 0 0 35px; padding-left:30px; background: url('/sub_printing_s3/images/line.gif') left 7px no-repeat;}
.hero-nav .nav-wrap li a.active {font-weight:bold; color:#000}
.hero-nav .nav-wrap li div.btns {position:absolute; top:12px; right:0}
.hero-nav .nav-wrap li div.btns a {display:inline-block; width:150px; height:35px; margin:0 0 0 5px; padding:7px 0 0 0; text-align:center; color:#fff; background:#262853; box-sizing:border-box; transition:0.5s;}
.hero-nav .nav-wrap li div.btns a.btn2 {background:#202737}
.hero-nav .nav-wrap li div.btns a:hover {background:#4e58c2; transition:0.5s;}

.top_wrap {position: relative; height:720px; padding-top:80px; background:url('/sub_book_s8/category/book_category_top.jpg?t=1') 50%/cover no-repeat; box-sizing: border-box} /* winter season */
.top_wrap .title {width:1200px; margin:0 auto; text-align: center;}
/*.top_wrap .title img.tit {display: block; padding-top:150px}*/
.top_wrap .title p {font-size:18px;}
.top_wrap .title h2 {font-size:50px; color:#333; line-height:50px; margin-top:15px;}
.top_wrap .title button.default_btn {margin-top:50px;}
button.default_btn {position:relative; width:240px; height:70px; margin-top:20px; font-size:18px; color:#333; border:2px solid #333; box-sizing: border-box; transition:.3s all;}
button.default_btn:before{content:'';position:absolute;width:0%;top:0;left:0;height:100%;background:#222450;transition:.3s;}
button.default_btn:hover{z-index: 99; color:#fff; border:2px solid #222450;}
button.default_btn:hover:before {width:100%; z-index: -1}

.sec_box {position:relative; padding:150px 0 !important; text-align: center;}
.sec_box > h2 {font-size:45px; color:#262626; text-align: center; font-weight:normal;}
.sec_box > h3 {margin-bottom:35px; font-size:30px; color:#262626; text-align: center; font-weight:normal;}
.sec_box > p {margin-top:50px; font-size:18px; color:#333; text-align: center; line-height:30px}

.sec3 > p {position:relative; margin-top:0; color:#222450}
.sec3 > p:before {position:absolute; top:45px; left:50%; content: ''; width:1px; height:45px; background: #222450;}
.sec3 h2 {margin-top:100px; font-weight: normal; color:#222450}
.sec3 h2 em {font-style: normal; font-weight:bold;}
.sec3_con {display:flex; justify-content: center; width:1200px; margin:70px auto 0 auto; text-align: center; flex-wrap: wrap;}
.sec3_con li {position:relative; width:250px; margin:40px 50px; text-align:center;}
.sec3_con li h3 {margin-top:25px; font-family: "Montserrat","YoonGothicPro760",sans-serif; font-size:18px; color:#262626}
.sec3_con li img {width:250px;}
.sec3_con li p.hover {margin-top:15px; font-size:13px; line-height:21px;}

/*브랜딩배너*/
.main_ban {text-align:center; background:#ffd14f url('/sub_big/category/frame_category_bn1_bg.jpg?t=1') top center repeat-x; box-sizing:border-box}
.main_ban .w1200 {position:relative}
.main_ban .icon1 {opacity:0; position: absolute; left: 230px;top: 300px; -webkit-animation-name: bounce1;  animation-name: bounce1; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both;animation-fill-mode: both;animation-timing-function: ease-in-out; animation-iteration-count: infinite;}
.main_ban .icon2 {opacity:0; position: absolute; right: 270px;top:100px; -webkit-animation-name: bounce2;  animation-name: bounce2; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both;animation-fill-mode: both;animation-timing-function: ease-in-out; animation-iteration-count: infinite;}
.bg_none {background:none;}

@-webkit-keyframes bounce1 {
  0%, 100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce2 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/* pop */
.pop_box h2 {font-family: 'Montserrat','YoonGothicPro720', sans-serif; font-weight:200; font-size:42px; line-height:55px; color:#262626}
.pop_box p {font-size:20px; line-height:27px; color:#9aa4ff; text-align: center;}
.pop1_01 {height:920px; padding-top:100px; text-align: center; background:url(/sub_book_s8/category/popup/book_pop1_img1.jpg?t=1) 50%/cover no-repeat; box-sizing: border-box}
.pop1_01 h2, .pop1_01 h3 {color:#fff;}

/* 다양한 커버스타일 */
.prb_cnt_style {padding:120px 0;}
.style_list {display:flex; justify-content: space-between; width:1200px; margin:80px auto 0 auto;}
.style_list li {width:580px;}
.style_list li div {display:flex; width:580px; height:450px; padding: 40px; background:#f5f5f5; text-align:center; box-sizing:border-box; flex-wrap: wrap; }
.style_list li div img {width:120px; height:88px; margin:2px;}
.style_list li p {font-size: 18px; color: #333; text-align: center; margin-top: 20px;}
.ul_p {margin-top:50px;font-size:16px; color:#999; text-align:center;}

/* 나만의 동판 */
.custom_wrap {padding:80px 0; text-align:center; background:#f7f7f7;}
.custom_wrap h2 {font-family: 'Montserrat','YoonGothicPro760', sans-serif; font-size:26px; color:#333; }
.custom_wrap h2 img {margin-left:3px; vertical-align:text-top; transition:0.3s; opacity:0.4; cursor:pointer;}
.custom_wrap h2 img:hover {transition:0.3s; opacity:0.9;}

.custom_wrap p {margin:30px 0 10px 0; font-size:16px;}
.custom_wrap span {font-size:14px;}
.custom_wrap span a {margin:0 5px; color:#5262ff; font-weight:600; text-decoration: underline;}

.new_pop_box {width: 500px; padding:30px; box-sizing:border-box;}
.engrave_box {width: 750px !important; }
.new_pop_box h3 {font-family: 'Montserrat','YoonGothicPro760', sans-serif; font-size:18px; color:#111;}
.new_pop_box ul {margin-top:25px;}
.new_pop_box ul li {margin-left: 20px; line-height:28px; list-style: disc; color:#333;}
.new_pop_box > p {margin-top:20px; padding-top:20px; word-break: keep-all; line-height:22px; border-top:1px dashed #e5e5e5;}
.new_pop_box .b-close_style {position:absolute; top:30px; right:30px}
.engrave_ul {display:flex; flex-wrap:wrap;}
.engrave_ul li {margin:15px 0; list-style:none !important; text-align:center;}
.engrave_ul li h4 {font-family: 'Montserrat','YoonGothicPro760', sans-serif; font-size:16px; color:#333;}
.engrave_ul li p {margin-top:5px; line-height:20px; color:#666;}

.custom_ul {display:flex;}
.custom_ul li {position:relative; width:130px; height:40px; margin:2px; padding-top:10px; background:#fff; cursor:pointer; box-sizing:border-box;}
.custom_ul li.active {color:#fff; background:#333}
.custom_ul > li > span {display: none; z-index: 9; position:absolute; top:48px; left: -1px; width:117px; height:117px; border:2px solid #333; box-sizing:border-box;}
.custom_ul > li > span::after {position:absolute; top:-6px; left:54px; content:""; width: 0px;height: 0px;border-top:4px solid none;border-bottom:4px solid #333;border-right: 4px solid transparent;border-left: 4px solid  transparent;}
.custom_ul > li > span img {width:100%}
.custom_ul > li:hover > span {display: block}

.cover_ul {margin:90px 0 0 110px; text-align:left; }
.cover_ul li {margin-left: 20px; line-height:23px; margin-bottom:10px; list-style: disc; color:#666;}
.cover_ul li.red {color:#ff4040}


/*저작권*/
.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;}


.processing_btn02 {width: 20px;margin-left: 5px;vertical-align: middle;transition: 0.3s;opacity: 0.4;cursor: pointer;}



















