/*     1046855 : 타이틀 텍스트      */
body,html{font-family: 'Pretendard'; overflow-x: hidden;}
html{overflow-y:hidden;}
button{border: none; padding: 0; cursor: pointer; background-color: transparent;}
a{display: block;}

/* 공통 */
section {word-break: keep-all;}
section .tit {text-align: center;}
section .tit span {display: block;font-size: 68px;line-height: 1.147;font-family: 'Mont-Heavy';}
section .tit small {display: block;text-align: center;font-size: 24px;font-weight: 400;line-height: 1.4166;color: #fff;margin-top: 12px;}

/* 흰 색 슬라이드 버튼에 circle 클래스 추가하면 적용됨 */
section .swiper-button-next.circle,
section .swiper-button-prev.circle {width: 48px; height: 48px; border-radius: 50%; background-color: #fff; background-position: center; background-repeat: no-repeat; filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));}

section .swiper-button-next.circle {right: 40px;}
section .swiper-button-prev.circle {left: 40px;}
section .swiper-button-prev.circle::after {background-image: url(/img_up/shop_pds/taplay11/design/img/arrow_big_prev.png);}
section .swiper-button-next.circle::after {background-image: url(/img_up/shop_pds/taplay11/design/img/arrow_big_next.png);}
section .swiper-button-next.circle::after,
section .swiper-button-prev.circle::after {content: ''; width: 25px; height: 24px; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

/* 텍스트 그림자 */
section .txt-shadow {text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);}

/* 더보기 버튼 */
section .more-btn {margin: 0 auto;display: flex;align-items: center;justify-content: center;width: 306px;height: 56px;border-radius: 50px;position: relative;overflow: hidden;}
section .more-btn::after {
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background-color: #000;
	transition: all 0.6s;
}

section .more-btn::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border: 2px solid #000;
	z-index: 2;
	box-sizing: border-box;
}

section .more-btn span {
	font-size: 18px;
	letter-spacing: -0.01em;
	line-height: 1.333;
	color: #fff;
	font-weight: 600;
	position: relative;
	z-index: 1;
	transition: color 0.6s;
}

section .more-btn:hover span {color: #000;}
section .more-btn:hover::after {width: 0;}

@media screen and (max-width: 1440px) {
	section .swiper-button-next.circle,
	section .swiper-button-prev.circle {display: none;}
}
@media screen and (max-width: 1024px) {
	section .tit span {font-size: 46px;line-height: 50px;}
	section .tit small {font-size: 18px;line-height: 20px;margin-top: 8px;}
}
@media screen and (max-width: 768px) {
	section .tit span {font-size: 32px;line-height: 36px;}
	section .tit small {font-size: 16px;margin-top: 8px;line-height: 24px;}
}

/* ---- 섹션1----*/
.main .s1 {position: relative;}
.main .s1 .txt-box {position: absolute; width: auto; left: calc((100% - 1280px) / 2); top: 64%; transform: translateY(-50%); z-index: 3;}
.main .s1 .txt-box h2 {font-size: 65px;color: #fff; position: relative; display: block;}
.main .s1 .txt-box h2 strong {font-size: 1em;font-weight: 900;line-height: 1.222;/* color: transparent; */ display: block;/* opacity: 0; */ /* transition-duration: 0.4s; */}
.main .s1 .txt-box h2 small {font-size: calc(27.7 / 72 * 1em);font-weight: 400;margin-top: 0.8571428571em;display: block;overflow: hidden;}
.main .s1 .txt-box h2 small span {display: inline-block;}

.main .s1 .txt-box .slide-control {margin-top: 60px;position: relative;display: inline-flex;align-items: center;}
.main .s1 .txt-box .slide-control .now-count,
.main .s1 .txt-box .slide-control .all-count {font-size: 20px;font-weight: 400;color: #fff;width: 24px;}
/* 진행바 */
.main .s1 .txt-box .slide-control .swiper-pagination {width: 320px;height: 2px;position: unset;margin: 0 12px;z-index: 100;background-color: rgba(255, 255, 255, 0.25);}
.main .s1 .txt-box .slide-control .swiper-pagination .swiper-pagination-progressbar-fill {
	display: block;
	width: 100%;
	height: 100%;
	transform-origin: left;
	background-color: #fff;
}
/* 화살표 */
.main .s1 .txt-box .slide-control .arrow {display: flex;margin-left: 22px;position: relative;}
.main .s1 .txt-box .slide-control .arrow .swiper-button-next,
.main .s1 .txt-box .slide-control .arrow .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	position: unset;
	margin-top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
.main .s1 .txt-box .slide-control .arrow .swiper-button-next:after,
.main .s1 .txt-box .slide-control .arrow .swiper-button-prev:after {content: '';display: block;}
.main .s1 .txt-box .slide-control .arrow .swiper-button-prev {background-image: url(/img_up/shop_pds/taplay11/design/img/visual_arrow_left.png);margin-right: 8px;}
.main .s1 .txt-box .slide-control .arrow .swiper-button-next {background-image: url(/img_up/shop_pds/taplay11/design/img/visual_arrow_right.png);}
.main .s1 .visual-swiper {}

.main .s1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main .s1 .swiper-slide img {display: block; width: 100%; height:100vh; object-fit: cover;}
.main .s1 .swiper-slide img.mo {display: none; height:auto;}

@media screen and (max-width: 1360px) {
	.main .s1 .txt-box {left: 40px;}
}
@media screen and (max-width: 1180px){
    .main .s1 .txt-box .slide-control .swiper-pagination {width: calc(100vw - (150px + 80px));}
}
@media screen and (max-width: 1024px) {
	.main .s1 .txt-box {top: unset;left: 40px;bottom: 104px;transform: unset;}
	.main .s1 .txt-box h2 strong {font-size: 40px;line-height: 48px;}
	.main .s1 .txt-box h2 small {font-size: 16px;}
	.main .s1 .txt-box .slide-control {position: absolute;bottom: -150px; left: 0;}

	.main .s1 .visual-swiper,
	.main .s1  .swiper-wrapper,
	.main .s1 .swiper-slide{height: auto !important;}
	.main .s1 .swiper-slide img{width: 100%; height: calc((480 * 100) / 768 * 1vw);}
}

@media screen and (max-width: 768px) {
	.main .s1 .swiper-slide img{height: 100vh;}	
}

@media screen and (max-width: 480px) {
	.main .s1 .swiper-slide img.pc {display: none;}
	.main .s1 .swiper-slide img.mo {display: block; height: auto !important;}
	.main .s1 .txt-box {left: 20px;bottom: 50%;}
	.main .s1 .txt-box .slide-control {bottom: -200px;}
	.main .s1 .txt-box .slide-control .swiper-pagination {width: calc(100vw - (40px));margin: 0;}
	.main .s1 .txt-box .slide-control .now-count,
	.main .s1 .txt-box .slide-control .all-count {display: none;}
	.main .s1 .txt-box .slide-control .arrow {display: none;}
}

.main .s1 .txt-box h2 strong{ opacity: 0; }
.main .s1 .txt-box h2 strong.on{ opacity: 1; }
.main .s1 .txt-box h2 strong:nth-of-type(2){ position: absolute;top: 0;left: 0;}

.main .s1 .txt-box h2 strong:nth-of-type(3){position: absolute; top: 0;  left: 0;}

.main .s1 .txt-box h2 small{ display: block; position: relative; }
.main .s1 .txt-box h2 small span{ position: relative; display: block; }
.main .s1 .txt-box h2 small span em{ position: relative; display: block; opacity: 0; transition-duration: 0.4s; }
.main .s1 .txt-box h2 small span em.on{ opacity: 1; }
.main .s1 .txt-box h2 small span:nth-of-type(2){ position: absolute; left: 0; top: 0; }
.main .s1 .txt-box h2 small span:nth-of-type(3){ position: absolute; left: 0; top: 0; }

/*     1046795 : BLANK 컨텐츠      */
.blank__1046795__ {box-sizing:border-box;display:block;position:relative;width:100%;height:120px}
.blank__1046795__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1046795__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1046795__ {height:50px}
}

/*     1035555 : 한줄 텍스트      */
.text__321315__ {padding:0 15px; margin-bottom:20px;}
.text__321315__ p { display:block; margin:0;padding:0; font-size:16px;font-weight:400;color:#000; line-height:1.5em;}
.text__321315__ .eng_title {font-size:14px; font-weight:600; color:#ffa92c; line-height:1em; margin-bottom:10px;}
.text__321315__ .title {font-size:24px; font-weight:900; line-height:1em; margin-bottom:25px;}
.text__321315__ .btn01 { margin-top:15px;}
.text__321315__ .btn01 a {font-size:16px; border:1px solid #004244; color:#004244; padding:8px 20px; display:inline-block;}
.text__321315__ .btn01 a:hover {background:#004244; color:#fff;}

.text__321315__ .pc {display:none; margin-bottom:0px;}
.text__321315__ .mb {display:block; margin-bottom:10px;}

@media all and (min-width:1400px){
.text__321315__ { margin-bottom:0; padding:0 0 0 25%;}
.text__321315__ p {font-size:18px}
.text__321315__ .eng_title {font-size:24px; margin-bottom:25px;}
.text__321315__ .title {font-size:48px; margin-bottom:50px; line-height:1.2em;}
.text__321315__ .btn01 { margin-top:50px;}
.text__321315__ .btn01 a {font-size:20px;}

.text__321315__ .pc {display:block;}
.text__321315__ .mb {display:none;}
a{display:inline;}
}
@media all and (min-width:1900px){
.text__321315__ {padding:0 0 0 42%;}
}

/*     1037185 : 맞춤게시판 - 슬라이드 (반응형)      */
@font-face {
	font-family:'icomoon_slider';
	src:url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.eot');
	src:url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.woff') format('woff'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.ttf') format('truetype'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.svg#icomoon_slider') format('svg');
	font-weight:normal;
	font-style:normal;
}
.pm-myboard_slide_responsive__1037185__ {max-width:1200px;margin:0 auto;padding-top:0px}
.pm-myboard_slide_responsive__1037185__ a {border:none}
.pm-myboard_slide_responsive__1037185__ a img {border:none}
.pm-myboard_slide_responsive__1037185__.owl-carousel .owl-stage-outer .owl-stage{padding-top:20px}
.pm-myboard_slide_responsive__1037185__ .item {position:relative;transition:margin 0.3s ease}
.pm-myboard_slide_responsive__1037185__ .item:hover{margin-top:-20px}
.pm-myboard_slide_responsive__1037185__ .item a{display:block;overflow:hidden;position:relative;border-radius:15px;border:3px solid #fff;background:#fff}
.pm-myboard_slide_responsive__1037185__ .item img {vertical-align:top}
.pm-myboard_slide_responsive__1037185__ .item span.subject{display:block;overflow:hidden;line-height:1.4em;padding:0 20px;text-align:center;vertical-align:top;text-overflow:ellipsis;white-space:nowrap}

.pm-myboard_slide_responsive__1037185__ .owl-nav {-webkit-tap-highlight-color:transparent}
.pm-myboard_slide_responsive__1037185__ .owl-nav [class*='owl-'] {
	position:absolute;top:50%;z-index:2;width:30px;height:30px;line-height:30px;margin-top:-15px;padding:10px 0;
	font-size:0;background:rgba(255, 255, 255, 0.7);
}
.pm-myboard_slide_responsive__1037185__ .owl-nav [class*='owl-']:before{font-family:'icomoon_slider';font-size:30px;color:#4c4c4c}
.pm-myboard_slide_responsive__1037185__ .owl-nav [class*='owl-']:hover:before{color:#0655b4}
.pm-myboard_slide_responsive__1037185__ .owl-nav .owl-prev {left:0}
.pm-myboard_slide_responsive__1037185__ .owl-nav .owl-next {right:0}
.pm-myboard_slide_responsive__1037185__ .owl-nav .owl-prev:before {content:'\e600'}
.pm-myboard_slide_responsive__1037185__ .owl-nav .owl-next:before {content:'\e601'}
.pm-myboard_slide_responsive__1037185__ .owl-nav .disabled {opacity:0.5;cursor:default !important}

.pm-myboard_slide_responsive__1037185__ .owl-dots {
	position:absolute;left:0;width:100%;height:30px;padding:10px;font-size:0;box-sizing:border-box;text-align:center;
}
.pm-myboard_slide_responsive__1037185__ .owl-dots .owl-dot {display:inline-block}
.pm-myboard_slide_responsive__1037185__ .owl-dots .owl-dot span {
	display:block;width:10px;height:10px;margin:0 3px;
	background:#ddd;border-radius:30px;
	transition:opacity 200ms ease;
}
.pm-myboard_slide_responsive__1037185__ .owl-dots .owl-dot.active span,
.pm-myboard_slide_responsive__1037185__ .owl-dots .owl-dot:hover span {background:#999999}

.pm-myboard_slide_responsive__1037185__.empty__9610__ {font-size:13px;color:#363636;line-height:100px;text-align:center}

/*     1035575 : BLANK 컨텐츠      */
.blank__1035575__ {box-sizing:border-box;display:block;position:relative;width:100%;height:150px}
.blank__1035575__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1035575__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1035575__ {height:50px}
}

/*     1035585 : 한줄 텍스트      */
.text__1035585__ {margin-bottom:20px;}
.text__1035585__ p { display:block; margin:0;padding:0; font-size:16px;font-weight:400;color:#000; line-height:1.5em;}
.text__1035585__ .eng_title {font-size:14px; font-weight:600; color:#005373; line-height:1em; margin-bottom:10px;}
.text__1035585__ .title {font-size:24px; font-weight:900; line-height:1em; margin-bottom:25px;}

.text__1035585__ .pc {display:none; margin-bottom:0px;}
.text__1035585__ .mb {display:block; margin-bottom:0px;}

@media all and (min-width:1400px){
.text__1035585__ { margin-bottom:0;}
.text__1035585__ p {font-size:24px}
.text__1035585__ .eng_title {font-size:32px; margin-bottom:25px;}
.text__1035585__ .title {font-size:48px; margin-bottom:40px;}

.text__1035585__ .pc {display:block;}
.text__1035585__ .mb {display:none;}
}

/*     1035595 : BLANK 컨텐츠      */
.blank__1035595__ {box-sizing:border-box;display:block;position:relative;width:100%;height:60px}
.blank__1035595__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1035595__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1035595__ {height:0px}
}

/*     1035605 : 맞춤게시판 - 앨범형      */
.pm-myboard_album__1035605__ * {box-sizing:border-box}
.pm-myboard_album__1035605__ a {display:block;color:#333}
.pm-myboard_album__1035605__ ul {margin:0;padding:0;list-style:none}
.pm-myboard_album__1035605__ ul:after {content:'';display:block;clear:both}
.pm-myboard_album__1035605__ .empty {width:100% !important;padding:10px 8px;font-size:14px;color:#666;text-align:left;}

.pm-myboard_album__1035605__ ul li {float:left;position:relative; }
.pm-myboard_album__1035605__ ul li > a,
.pm-myboard_album__1035605__ ul li > div {display:block;width:100%;padding:10px 10px 0px;text-align:left;}

.pm-myboard_album__1035605__ .figure {max-width:390px;margin:0 auto;box-sizing:content-box}
.pm-myboard_album__1035605__ .figure > div {position:relative;overflow:hidden;padding:2px}
.pm-myboard_album__1035605__ .figure img {display:block;margin:0 auto; border-radius: 5% 5% 0 0;}

.pm-myboard_album__1035605__ dl {margin:0;font-size:13px;line-height:1.6em;vertical-align:middle; border:1px solid #e2e2e2; border-radius: 0 0 15px 15px; padding: 15px 20px; box-sizing: border-box;}
.pm-myboard_album__1035605__ dl dt span {display:block;padding:5px 0}
.pm-myboard_album__1035605__ dl dd {margin:0}
.pm-myboard_album__1035605__ dl dd span {display:block;padding:2px 0}
.pm-myboard_album__1035605__ dl .subject {overflow:hidden;font-size:13px;color:#000;white-space:nowrap;text-overflow:ellipsis; font-weight: 700;  min-height: 25px;}
.pm-myboard_album__1035605__ dl .date {font-size:12px;color:#888}

@media all and (min-width:1024px){
.pm-myboard_album__1035605__ dl .subject {font-size:20px;     min-height: 56px;}
.pm-myboard_album__1035605__ dl .date {font-size:20px;}
}

/*     1035615 : BLANK 컨텐츠      */
.blank__1035615__ {box-sizing:border-box;display:block;position:relative;width:100%;height:60px}
.blank__1035615__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1035615__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1035615__ {height:30px}
}

/*     1035625 : 버튼      */
.button__1035625__ {font-size:0}
.button__1035625__ a {
	display:inline-block;margin:0;padding:10px 30px;
	border:3px solid #004244;border-radius:100px;background:#004244;box-sizing:border-box;
	font-size:16px;font-weight:bold;color:#fff;text-align:center;letter-spacing:-.03em;line-height:1em;
}
.button__1035625__ a:hover {color:#004244; background:#fff;}
.button__1035625__.style_line a {background:transparent;color:#004244}

@media all and (min-width:1024px){
	.button__1035625__ a {font-size:18px; padding:17px 100px;}
}

/*     1035635 : BLANK 컨텐츠      */
.blank__1035635__ {box-sizing:border-box;display:block;position:relative;width:100%;height:150px}
.blank__1035635__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1035635__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1035635__ {height:50px}
}

/*     1035645 : 블록 설정      */
.block_option__1035645__ {display:table;width:100%}
.block_option__1035645__ p {display:table-cell;height:100px;margin:0;background:#fafafa;color:#c40000;text-align:center;vertical-align:middle}
	.row__1035645__ {display:table;width:100%;padding: 0 58px;}
	.row__1035645__ > div {display:table-cell;vertical-align:middle;}

@media (max-width:1023px){
	.row__1035645__ {height:320px;background-size:cover;}
}


@media (min-width:1024px){
	.row__1035645__ {height:600px;background-size:cover;background-attachment: fixed;}
}

/*     1035655 : 한줄 텍스트      */
.text__1035655__ {margin-bottom:20px;}
.text__1035655__ p { display:block; margin:0;padding:0; font-size:16px;font-weight:400;color:#000; line-height:1.5em;}
.text__1035655__ .eng_title {font-size:14px; font-weight:700; line-height:1em; margin-bottom:10px;}
.text__1035655__ .title {font-size:24px; font-weight:900; line-height:1em; margin-bottom:25px;}

.text__1035655__ .pc {display:none; margin-bottom:0px;}
.text__1035655__ .mb {display:block; margin-bottom:0px;}

@media all and (min-width:1400px){
.text__1035655__ { margin-bottom:40px;}
.text__1035655__ p {font-size:18px}
.text__1035655__ .eng_title {font-size:24px; margin-bottom:40px;}
.text__1035655__ .title {font-size:48px; margin-bottom:40px;}

.text__1035655__ .pc {display:block;}
.text__1035655__ .mb {display:none;}
}

/*     1035665 : 버튼      */
.button__1035665__ {font-size:0; display:flex; justify-content: center; gap:20px;}
.button__1035665__ a {
	display:block;margin:0;padding:15px; border:2px solid #004244; border-radius:0px;box-sizing:border-box;
	font-size:16px;font-weight:700;color:#004244; text-align:center;letter-spacing:-.03em;line-height:1.3em;
}
.button__1035665__.style_line a {background:#fff;color:#004244;}
.button__1035665__.style_line a:hover {background:#004244; color:#fff}

@media all and (min-width:1024px){
	.button__1035665__ a {width:240px; font-size:20px; transition:all .3s; padding:15px 30px;}
	.button__1035665__:hover a {background:#ffffff;color:#004244}
}

/*     1035675 : BLANK 컨텐츠      */
.blank__1035675__ {box-sizing:border-box;display:block;position:relative;width:100%;height:120px}
.blank__1035675__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1035675__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1035675__ {height:50px}
}

/*     1035685 : 한줄 텍스트      */
.text__1035685__ {margin-bottom:20px; padding:0 15px;}
.text__1035685__ p { display:block; margin:0;padding:0; font-size:16px;font-weight:400;color:#000; line-height:1.5em;}
.text__1035685__ .eng_title {font-size:14px; font-weight:600; color:#005373; line-height:1em; margin-bottom:10px;}
.text__1035685__ .title {font-size:24px; font-weight:900; line-height:1em; margin-bottom:25px;}

.text__1035685__ .pc {display:none; margin-bottom:0px;}
.text__1035685__ .mb {display:block; margin-bottom:0px;}

@media all and (min-width:1400px){
.text__1035685__ { margin-bottom:0;}
.text__1035685__ p {font-size:24px}
.text__1035685__ .eng_title {font-size:32px; margin-bottom:25px;}
.text__1035685__ .title {font-size:48px; margin-bottom:40px;}

.text__1035685__ .pc {display:block;}
.text__1035685__ .mb {display:none;}
}

/*     1035695 : BLANK 컨텐츠      */
.blank__1035695__ {box-sizing:border-box;display:block;position:relative;width:100%;height:60px}
.blank__1035695__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1035695__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1035695__ {height:30px}
}

/*     1035705 : 맞춤게시판 - 슬라이드 (반응형)      */
@font-face {
	font-family:'icomoon_slider';
	src:url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.eot');
	src:url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.woff') format('woff'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.ttf') format('truetype'),
		url('/img_up/shop_pds/aramskin/design/contents/icomoon_slider/icomoon.svg#icomoon_slider') format('svg');
	font-weight:normal;
	font-style:normal;
}

.pm-myboard_slide_responsive__1035705__ {max-width:1900px;margin:0 auto}
.pm-myboard_slide_responsive__1035705__ a {display:block;border:none}
.pm-myboard_slide_responsive__1035705__ .item {position:relative}
.pm-myboard_slide_responsive__1035705__ .item img {vertical-align:top; border-radius: 10%;}
.pm-myboard_slide_responsive__1035705__ .owl-nav {-webkit-tap-highlight-color:transparent}
.pm-myboard_slide_responsive__1035705__ .owl-nav [class*='owl-'] {position:absolute;top:50%;z-index:2;width:30px;height:30px;line-height:30px;margin-top:-15px;font-size:0;opacity:0.7}
.pm-myboard_slide_responsive__1035705__ .owl-nav [class*='owl-']:before{font-family:'icomoon_slider';font-size:30px;font-weight:bold;color:#fff}
.pm-myboard_slide_responsive__1035705__ .owl-nav [class*='owl-']:hover {opacity:1}
.pm-myboard_slide_responsive__1035705__ .owl-nav .owl-prev {left:2px}
.pm-myboard_slide_responsive__1035705__ .owl-nav .owl-next {right:2px}
.pm-myboard_slide_responsive__1035705__ .owl-nav .owl-prev:before {content:'\e600'}
.pm-myboard_slide_responsive__1035705__ .owl-nav .owl-next:before {content:'\e601'}
.pm-myboard_slide_responsive__1035705__ .owl-nav .disabled {opacity:0.5;cursor:default !important}

.pm-myboard_slide_responsive__1035705__ .owl-dots {position:absolute;left:0;width:100%;height:30px;padding:10px;font-size:0;box-sizing:border-box;text-align:center}
.pm-myboard_slide_responsive__1035705__ .owl-dots .owl-dot {display:inline-block}
.pm-myboard_slide_responsive__1035705__ .owl-dots .owl-dot span {display:block;width:10px;height:10px;margin:0 3px;background:#ddd;border-radius:30px;transition:opacity 200ms ease}
.pm-myboard_slide_responsive__1035705__ .owl-dots .owl-dot.active span,
.pm-myboard_slide_responsive__1035705__ .owl-dots .owl-dot:hover span {background:#999999}

.pm-myboard_slide_responsive__1035705__ .figure {position:relative}
.pm-myboard_slide_responsive__1035705__ .figure:after {content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #ccc; border-radius: 10%;}
.pm-myboard_slide_responsive__1035705__ .item:hover .figure:after {border-width:3px}

.pm-myboard_slide_responsive__1035705__ .caption {margin:0;font-size:13px;line-height:1.6em;vertical-align:middle;text-align:center}
.pm-myboard_slide_responsive__1035705__ .caption dt span {display:block;padding:5px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.pm-myboard_slide_responsive__1035705__ .caption dd {margin:0}
.pm-myboard_slide_responsive__1035705__ .caption dd span {display:block;padding:2px 0}
.pm-myboard_slide_responsive__1035705__ .caption .subject {font-size:16px;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pm-myboard_slide_responsive__1035705__ .caption .date {font-size:12px;color:#888}
.pm-myboard_slide_responsive__1035705__ .caption .icon img {display:inline-block;width:auto;margin:0 auto}
.pm-myboard_slide_responsive__1035705__ .caption.over {position:absolute;left:0;right:0;bottom:0;padding:5px;background:#333;background:rgba(0,0,0,0.5)}
.pm-myboard_slide_responsive__1035705__ .caption.over span {text-shadow:-1px 0 1px rgba(0, 0, 0, 0.2), 1px 0 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2)}
.pm-myboard_slide_responsive__1035705__ .caption.over .subject {color:#fff}
.pm-myboard_slide_responsive__1035705__ .caption.over .date {display:none}
.pm-myboard_slide_responsive__1035705__ .caption.over .icon {display:none}
.pm-myboard_slide_responsive__1035705__ .caption.down {padding:10px 0}
.pm-myboard_slide_responsive__1035705__ .caption.none {display:none}

.pm-myboard_slide_responsive__1035705__.empty__1035705__ {font-size:13px;color:#363636;line-height:100px;text-align:center}
@media all and (min-width:1400px){
}

/*     1035715 : BLANK 컨텐츠      */
.blank__1035715__ {box-sizing:border-box;display:block;position:relative;width:100%;height:120px}
.blank__1035715__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__1035715__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.blank__1035715__ {height:50px}
}

