/* +++++++++++++++++++++++++++++++++++++++  »ó´Ü ·¹ÀÌ¾Æ¿ô ³¡ +++++++++++++++++++++++++++++++++++++++ */
.product-top {
    margin: auto;
    margin-top: 64px;
    margin-bottom: 64px;
    max-width: 1400px;
    min-height: 700px;
}
.product-top-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-top-box {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-top-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-bottom: 36px;
}
.product-top-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.product-group-img {
    padding: 0 15px;
}
.product-group {
    padding: 0 15px;
}
.pet-container-txt {
    position: relative;
    background: #ffffff;
    padding: 0 15px 0 15px;
    margin: auto;
}
.product-top-shop .product-title {
    font-size: 28px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 24px;
}
.input_color {
    margin-top: 16px;
    padding: 8px 0 !important;
}
.cd-label {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #666;
    margin-bottom: 8px !important;
}
.cc-selector {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 8px 4px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #222;
}
#Goods_color {
	color:red;
	font-weight:700;
}
.input_subbox {
    padding: 8px 0 0 0;
}
.product-area-in__header {
    padding: 8px 0;
    position: relative;
}
.hp__h4 {
    font-size: 24px;
    line-height: 160%;
    font-weight: 600;
}
.align-right {
    text-align: right;
}
#loader {
    position: fixed;
    left: 50%;
    top: 180px;
	margin-left:-90px;
	display:none;
    z-index: 9999;
    width: 180px;
    height: 140px;
	padding:10px;
    margin-right:-90px ;
	border-radius: 25px;
	border:1px solid #999;
	background-color:rgba(255,255,255,1);
}
#loader-rodding {
	position: relative;
    margin:auto;
    z-index: 1;
    width: 50px;
    height: 50px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.roader-text {
	margin:6px auto 16px auto;
	text-align:center;
	font-size:16px;
	font-weight:600;
}
.f_btn_preview {
	margin:auto;
	width:100%;
	display: block;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #ffffff;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    vertical-align: middle;
    font-size: 18px;
	font-weight:600;
    line-height: 1;
    background-color:#10A1FF;
}
.f_btn_black {
	margin:auto;
	width:100%;
	display: block;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #333;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    vertical-align: middle;
    font-size: 18px;
	font-weight:600;
    line-height: 1;
    background-color:#000;
}
#step-by-step1 {
	display:block;
}

/*++++++++++++++++++++++++++++   modal  ++++++++++++++++++++++++++++++*/
.modal-content2 {
    position: relative;
    width: 100%;
    margin-top: 60px;
    height: calc(100vh - 60px) !important;
    overflow-y: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    outline: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-maxwidth {
    width: 100% !important;
    background: #ffffff;
}
.modal-body2 {
    background: #ffffff;
}

/*++++++++++++++++++++++++++++   modal  ++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++   Card Color  ++++++++++++++++++++++++++++++*/
.cc-select-color {
    width: 68px;
    height: 43px;
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
    margin: 4px 8px 16px 8px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dddddd;
}
.bg-option-bcard {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}
.bg-h-blue-card { background-image: url(../img-file/cart-img/h-blue-back.png); }
.bg-h-pink-card { background-image: url(../img-file/cart-img/h-pink-back.png); }
.bg-h-purple-card { background-image: url(../img-file/cart-img/h-puple-back.png); }

.css-1vubw4c li.active {
    box-shadow: 0 0 0 2px #10A1FF;
}
/*++++++++++++++++++++++++++++   Card Color   ++++++++++++++++++++++++++++++*/

@media screen and (max-width: 1600px) {
		.product-top-photos {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 60%;
			flex: 0 0 60%;
			max-width: 60%;
		}
		 .product-top-shop {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 40%;
			flex: 0 0 40%;
			max-width: 40%;
		}
}
@media screen and (max-width: 1200px) {
		.product-top-photos {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
		 .product-top-shop {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
}
@media screen and (max-width: 992px) {
	.product-top {
		margin-top: 15px;
	}
	.product-top-photos, .product-top-shop {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* +++++++++++++++++++++++++++++++++++++++  »ó´Ü ·¹ÀÌ¾Æ¿ô ³¡ +++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++  ÀÌ¹ÌÁö ¹× ±âº» ·¹ÀÌ¾Æ¿ô +++++++++++++++++++++++++++++++++++++++ */
.goods_count_option li.active {
    box-shadow: 0 0 0 2px #10A1FF;
}

.about-product-body {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ddd;
    background-color: #111;
}
.about-product-head-img {
	margin:auto;
	padding:0;
	text-align:center;
	max-width:2700px;
}
.about-product-head-img img {
	width:100%;
}
.about-product-bbox {
	padding:80px 0 40px;

}
.about-product-head {
	margin:auto;
	padding:40px 0;
	text-align:center;
	font-size:56px;
	font-weight:700;
	line-height:1.3;
	width:90%;
	max-width:700px;
	word-break: keep-all;
    color:#fff;
}
.about-b-border {
	border-bottom:5px solid #666;
}
.about-product-content {
	margin:auto;
	max-width:900px;
}
.about-product-h1 {
	margin:24px auto 48px auto;
	text-align:center;
	color:#ffffff;
	word-break: keep-all;
}
.about-product-h3 {
	margin:24px auto 48px auto;
	padding:0 12px 0 24px;
	font-size:21px;
	color:#86868b;
	line-height:1.6;
	word-break: keep-all;
	border-left: 8px solid #ADB5BD;
}
.about-product-h3 span {
	color:#ffffff;
	font-weight:600;
}
.about-product-bottom {
    margin: auto;
	max-width:900px;
}
.about-product-img {
	margin:auto;
	max-width:900px;
}
.about-product-img img {
    vertical-align: middle;
}
.sp_margin_t_100 {
	padding-top:100px;
	padding-bottom:100px;
}
@media screen and (max-width: 980px) {

	.about-product-head-img img {
		content: url("../img-file/display/card-main-s1.jpg");
	}
	.about-product-head { 
		font-size:26px;
	}
	.about-product-h1 {
		font-size:20px;
		text-align:center;
	}
	.about-product-h3 {
		margin:24px 0 60px 0;
		font-size:16px;
	}
	.sp_margin_t_100 {
		padding-top:60px;
		padding-bottom:60px;
	}
}

.templet-h2 {
	font-size: 32px;
    letter-spacing: -0.2px;
    line-height: 1.2;
    font-weight: 600;
    max-width: 900px;
    margin: auto;
    text-align: center;
    word-break: keep-all;
}
.templet-h3 {
	font-size: 21px;
    line-height: 1.4;
    width: 90%;
    max-width: 700px;
    margin: 16px auto 16px;
    text-align: center;
    word-break: keep-all;
}
.templet-h4 {
	font-size: 16px;
    line-height: 1.4;
	margin: 8px 14px;
    word-break: keep-all;
}
.templet-h4-title {
	font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
	margin: 24px 14px 12px 14px;
}
.shop-product-templet {
    margin: auto;
    max-width: 900px;
}
.product-top img {
    vertical-align: middle;
}
.gallery-popup {
	display: flex;
	justify-content: center;
    padding: 0 8px;
}
.gallery-popup-ln {
    padding: 0 8px 8px 8px;
    width: 15%;
   
}
.gallery-popup-bg {
    width: 100%;
    padding-bottom: 70%;
    display: block;
    background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat;
    overflow: hidden;
}
.product-title-text {
    margin-bottom: 8px;
}
.product-title-line {
	border-bottom: 1px solid #dedfe0;
    margin-bottom: 20px;
}
.about-fild-txt textarea {
    min-height: 140px;
    margin-bottom: 10px;
    resize: none;
    outline: none;
    width: 100%;
}
.about-fild-txt textarea {
    padding: 9px 6px 9px 15px;
}
.about-fild-txt textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #6f6f6f;
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b;
    font-style: normal;
    font-weight: 400;
    padding: 9px 6px 9px 15px;
    outline: none;
}
.nav-select-btn li.active {
	background-color:#006ea5;
	border: 1px solid #006ea5;
	color:#fff;
}
.bg-phone-tag {
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 8px 8px;
}
.cc-selector-option {
    width: 82px;
    height: 52px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    margin: 0 4px 8px 4px;
    font-size: 14px;
	line-height:52px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #006ea5;
}
.logo-msg {
	position: relative;
	margin-top:16px;
	padding:16px 16px;
	display:none;
	border-radius: 10px;
	background-color: #fff;
    border: 1px solid #ddf1f7;
}
.photo-msg {
	position: relative;
	margin-top:16px;
	padding:16px 16px;
	display:block;
	border-radius: 10px;
	background-color: #fff;
}

.li-msg {
	padding:4px 4px;
}
.kakao-f-button {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
    color: #000;
    font-size: 14px;
	margin-top:16px;
    padding: 8px 12px;
    font-weight: 400;
    background-color: #FFE812 !important;
    border: 1px solid #FFE812;
	border-radius: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}
.u-kakao-link-icon {
    background-color: #FFE812 !important;
    color: #000000 !important;
    margin-right:12px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img-file/kakaotalk.svg);
}

.selection-price-label {
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100% - 16px);
    margin: 0 0 16px 0;
    padding: 16px;
    word-break: break-word;
    border-color:#a0a0a0;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    transition: all .25s;
}
.selection-price-inbox {
	 display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.price-number-cell {
    width: 130px;
	display: flex !important;
	align-items: center;
}
.swan-text-2 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
	padding-right: 8px;
}

.swan-callout {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 0;
    padding: 0 8px 1px 8px;
    color: #0a860b;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    border-color: #5c5c5c;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}

.price-display-flex {
	display: flex;
	justify-content: space-between;
    flex-direction: row;
}
.sel-px-padding {
    padding-right:8px;
}
.swan-pricing {
	font-size:15px;
	font-weight: 700;
}
.swan-list-price {
	font-size:14px;
}
.swan-list-msbox {
	margin: 0;
    padding: 8px 0;
	color:#000000;
}
.swan-list-h3 {
    padding: 8px 0 2px 0;    
    font-weight: 500;
	color:#333;
}


/* ================================== goods about me ============================= */
.Tapme_Title_box {
    position: relative;
    margin: auto;
    padding:80px 0;
    width: 90%;
    max-width: 900px;
}
.Tap_container_sbox {
	 position:relative;	
}
.sp_padding_top_100 {
	padding-top:100px;
	padding-bottom:0;
}
.sp_padding_100 {
	padding-top:100px;
	padding-bottom:100px;
}
.section-container {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.section-container-li {
	position:relative;
    margin: 0;
    padding: 0;
	flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
}
.section-container-li img {
	vertical-align:middle;
}
.section-box-text {
    margin: 30px 60px;
}
.section-ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
    color: #676e8b;
}
.section-li {
    font-size: 20px;
    line-height: 27px;
    margin: 20px 0;
    background: url(../pet/img/pet_circle.svg) no-repeat 0 5px;
    padding-left: 32px;
}
.section-ul-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 8px;
    color: #000000;	
	border-radius:30px;
}
.section-li-box {
    font-size: 20px;
    line-height: 27px;
    margin: 16px 0 0 0;
}
.section-li-boxicon {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 12px;
	max-width:500px;
   /* background: url(../pet/img/pet_circle.svg) no-repeat 0 5px;
    padding-left: 32px;	*/
}
.section-title {
    margin: auto;
    max-width: 500px;
    word-break: keep-all;
}
.section-li-box-txt {
    font-size: 18px;
    color: #868689;	
}
.section-row-reverse {
	flex-direction: row-reverse;
}
.section-container-bg0 {
	background: #FFFFFF; 
}
.section-container-bg1 {
	background: #F7F7F7; 
}
.section-container-bg2 {
	background: #EBEFF1; 
}
.section-container-bg3 {
	background: #F7F7F7; 
}
.product-video-li-element {
    position: relative;
    max-width: 900px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-video-li-element video {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    position: static;
}
@media screen and (max-width: 800px) {
		.section-container {
			width: 100%;
		}
		.section-container-li {			
			flex-basis: 100%;
			max-width: 100%;
		}
		.section-box {
			margin:30px auto;
			width:90%;
		}
		.section-box-right {
			margin-right: 30px;
			margin-left:30px;
			margin-top:60px;
		}
		.section-box-left {
			margin-right: 30px;
			margin-left:30px;
			margin-top:60px;
		}
		.select-bg-pad {
			padding-top:80px;
		}
}

.Tapme_bottom_pad {
    padding-bottom: 140px;
}
.Tapme_top_pad {
    padding-top: 140px;
}
.Tapme_box {
    position: relative;
    margin: auto;
    margin-bottom: 80px;
    width: 90%;
    max-width:900px;
}
.Tap_title {
    margin: 0 auto;
    padding: 16px 0;
}
.shop-h1 span {
    font-weight: 600 !important;
    font-size: 110%;
}
.color-text-bg02 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #0D62E9 0%, #8159C8 100%);
    background-clip: text;
    -webkit-background-clip: text;
}
.Select-radius {
    margin: auto;
    overflow: hidden;
    border-radius: 30px;
}
.Tapme_product_box {
    margin: auto;
    width: 90%;
    max-width: 900px;
}
.Tapme_box_sub {
    padding: 16px 16px;
}
.Tap_title_p {
	font-size:20px;
    margin: 16px 16px 32px 16px;
}
.Lang-word {
    word-break: keep-all;
}
.col-color {
	color:#fff !important;
}