@charset "utf-8";

/* ==========================================================================
	공통
========================================================================== */
br.mo_only{display:none !important;}
@media all and (max-width:1000px){
	br.mo_only{display:block !important;}
}

/* sub_tit */
.sub_tit{text-align:center;}
.sub_tit i{display:inline-block; width:60px; height:7px; border-radius:7px; background:#444444; margin-bottom:5px;}
.sub_tit h3{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:300; margin:0;}

.sub_tit02{}
.sub_tit02 h4{position:relative; font-size:18px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0; padding-left:20px;}
.sub_tit02 h4:before{content:''; position:absolute; top:6px; left:0; display:block; width:10px; height:10px; border-radius:50%; background:#444444;}
.sub_tit02 h4 i{display:inline-block; vertical-align:top; width:49px; height:42px; background-repeat:no-repeat; background-position:center; margin-right:10px;}
.sub_tit02 h4 i.icon01{background-image:url('/img/rank_icon01.png');}
.sub_tit02 h4 i.icon02{background-image:url('/img/rank_icon02.png');}
.sub_tit02 h4 i.icon03{background-image:url('/img/rank_icon03.png');}
.sub_tit02 h4 i.icon04{background-image:url('/img/rank_icon04.png');}
.sub_tit02 p{font-size:14px; color:#222222; letter-spacing:-0.045em; font-weight:300; margin-top:10px; padding-left:20px;}

.sub_tit03{}
.sub_tit03 .flex_row {display: flex; align-items: flex-end; justify-content: space-between;}
.sub_tit03 .flex_row h4 {margin: 0;}
.sub_tit03 .flex_row a.gray {font-weight: 500; font-size:14px; line-height: 1.55em; letter-spacing: -0.045em; color: #fff; background-color: #3a3a3a; padding: 5px 25px; box-sizing: border-box;}
.sub_tit03 h4{position:relative; font-size:18px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.4; margin:0; margin-bottom:20px; padding-left:10px;}
.sub_tit03 h4:before{content:''; position:absolute; top:3px; left:0; display:block; width:3px; height:20px; border-radius:3px; background:#444444;}
.sub_tit03 p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all; padding:0 10px; box-sizing:border-box;}
.sub_tit03 p b{color:#444444; font-weight:300;}

/* tab_btns */
.tab_btns ul{margin:40px 0 0; font-size:0; letter-spacing:-4px;}
.tab_btns ul li{display:inline-block; vertical-align:top; width:50%; height:100px; text-align:center; border:4px solid #f1f1f1; background:#f1f1f1; box-sizing:border-box;}
.tab_btns ul li a{display:table; width:100%; height:100%; font-size:18px; color:#ababab; letter-spacing:-0.045em; font-weight:300; line-height:1.2;}
.tab_btns ul li a span{display:table-cell; vertical-align:middle; padding:0 10px; box-sizing:border-box;}
.tab_btns ul li:hover{border-color:#444444; background:#fff;}
.tab_btns ul li:hover a{color:#444444; font-weight:500;}
.tab_btns ul li.on{border-color:#444444; background:#fff;}
.tab_btns ul li.on a{color:#444444; font-weight:500;}
.tab_contents > div{display:none;}
.tab_contents  > div:first-of-type{display:block;}

/* check_custom ( type02는 글씨x ) */
.check_custom{display:inline-block; font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300;}
.check_custom label{overflow:hidden; position:relative; padding-left:42px; }
.check_custom label input{overflow:hidden; display:none; width:0px; height:0px; border:0 none; font-size:0; line-height:0; clip:rect(0 0 0 0); opacity:0; margin:0;}
.check_custom label i{position:absolute; left:0; top:0; display:block; width:20px; height:20px; background:url("/img/check_off.png") no-repeat center top / contain;}
.check_custom label input:checked + i{background:url("/img/check_on.png") no-repeat center top / contain;}

.check_custom.type02 label{padding:0;}
.check_custom.type02 label i{position:static; top:auto; left:auto;}

/* radio_custom */
.radio_custom{display:inline-block; }
.radio_custom label{overflow:hidden; position:relative; width:50px; height:50px; }
.radio_custom label input{position:absolute; left:0; top:0; overflow:hidden; width:100%; height:100%; font-size:0; line-height:0; opacity:0; margin:0; cursor:pointer;}
.radio_custom label i{display:block; width:100%; height:100%; line-height:50px; border-radius:50%; background:#ebebeb; font-style:inherit; font-size:14px; font-weight:500; letter-spacing:0; color:#c8c8c8;}
.radio_custom label input:checked + i{background:#444444; color:#fff;}

/* table_layout01 */
.table_layout01{}
.table_layout01 table{width:100%; border-top:1px solid #000000;}
.table_layout01 table tbody th{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; padding:10px 20px; background:#f7f7f7; border-bottom:1px solid #e6e6e6; text-align:left;}
.table_layout01 table tbody td{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; padding:5px 20px; border-bottom:1px solid #e6e6e6;}
.table_layout01 table tbody td input[type="text"]{width:100%; max-width:260px; font-size:14px; color:#444; letter-spacing:-0.045em; font-weight:300; margin:5px 0; padding:5px 15px; border:1px solid #e6e6e6; box-sizing:border-box; appearance:none; -webkit-appearance:none; -moz-appearance:none;}
.table_layout01 table tbody td input[type="radio"]{}
.table_layout01 table tbody td input::placeholder{color:#aaaaaa;}
.table_layout01 table tbody td input::-ms-clear{display:none;}
.table_layout01 table tbody td input.w100{max-width:100%;}
.table_layout01 table tbody td input.w330{max-width:330px;}
.table_layout01 table tbody td select{font-size:14px; color:#aaaaaa; letter-spacing:-0.045em; font-weight:300; padding:5px 15px; border:1px solid #e6e6e6; box-sizing:border-box;}
.table_layout01 table tbody td select::-ms-expand{display:none;}
.table_layout01 table tbody td .phone_box{font-size:0; letter-spacing:-4px;}
.table_layout01 table tbody td .phone_box select{width:calc(33.333333% - 13.4px); max-width:160px; background:url('/img/select_arrow.png') no-repeat center right; appearance:none; -webkit-appearance:none; -moz-appearance:none;}
.table_layout01 table tbody td .phone_box span{display:inline-block; width:20px; font-size:14px; color:#aaaaaa; letter-spacing:-0.045em; font-weight:300; text-align:center;}
.table_layout01 table tbody td .phone_box input{width:calc(33.333333% - 13.4px); max-width:160px;}
.table_layout01 table tbody td .addr_box{font-size:0; letter-spacing:-4px;}
.table_layout01 table tbody td .addr_box a{display:inline-block; width:100px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; text-align:center; padding:6px 0; background:#000000; margin-left:5px;}
.table_layout01 table tbody td .check_custom{display:inline-block;}
.table_layout01 table tbody td .check_custom label{padding:3px 0; padding-left:30px; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300;}

.table_layout01.table_center table tbody td{text-align:center;}
.table_layout01.table_center table tbody th{text-align:center;}

@media all and (max-width:1000px){
	.table_layout01 table tbody th{padding:10px 5px;}
	.table_layout01 table tbody td{padding:5px 15px;}
	.table_layout01 table tbody td input{max-width:100%;}
	.table_layout01 table tbody td .addr_box{}
	.table_layout01 table tbody td .addr_box input{width:calc(100% - 85px);}
	.table_layout01 table tbody td .addr_box input.w100{width:100%;}
	.table_layout01 table tbody td .addr_box a{width:80px;}
	

}


/* ==========================================================================
	About Us
========================================================================== */
.intro_con01{padding:100px 0; font-size:0; letter-spacing:-4px;}
.intro_con01 .dl_box dl + dl{margin-top:100px;}
.intro_con01 .dl_box dl dt{display:inline-block; vertical-align:top; width:40%;}
.intro_con01 .dl_box dl dt h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:300; line-height:1.2; margin:0;}
.intro_con01 .dl_box dl dt h4:after{content:''; display:inline-block; width:8px; height:8px; border-radius:50%; background:#f3a000; margin-left:5px;}
.intro_con01 .dl_box dl dd{display:inline-block; vertical-align:top; width:60%;}
.intro_con01 .dl_box dl dd p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}
.intro_con01 .dl_box dl dd p img{display:inline-block; vertical-align:middle;}
.intro_con01 .dl_box dl dd p br.m_only{display:none;}

@media all and (max-width:1200px){
	.intro_con01 .dl_box dl dd p br.pc_only{display:none;}
}
@media all and (max-width:1000px){
	.intro_con01{padding:80px 0;}
	.intro_con01 .dl_box dl + dl{margin-top:60px;}
	.intro_con01 .dl_box dl dt{width:100%; margin-bottom:20px;}
	.intro_con01 .dl_box dl dd{width:100%;}
}
@media all and (max-width:767px){
	.intro_con01 .dl_box dl dd p br.m_only{display:block;}
	.intro_con01{padding-top: 96px;}
}

.intro_con02{padding-bottom:150px;}
.intro_con02 .title_box{text-align:center; padding:100px 0 116px; background:#f6a507;}
.intro_con02 .title_box img{max-width:100%;}
.intro_con02 .title_box h3{font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:700; margin:0; margin-top:10px;}
.intro_con02 .box{position:relative; margin-top:-50px; padding:100px 80px; background:#fff; box-sizing:border-box; box-shadow:0 15px 60px rgba(0, 0, 0, 0.04);}
.intro_con02 .box:before{content:''; position:absolute; top:36px; left:36px; display:block; width:18px; height:18px; background:url('/img/intro_con02_circle.png') no-repeat center center / contain;}
.intro_con02 .box:after{content:''; position:absolute; top:36px; right:36px; display:block; width:18px; height:18px; background:url('/img/intro_con02_circle.png') no-repeat center center / contain;}
.intro_con02 .box dl{font-size:0; letter-spacing:-4px; border-bottom:1px solid #eeeeee;}
.intro_con02 .box dl + dl{margin-top:40px;}
.intro_con02 .box dl dt{display:inline-block; vertical-align:top; width:35%;}
.intro_con02 .box dl dt .img_box img{width:100%;}
.intro_con02 .box dl dd{display:inline-block; vertical-align:top; width:65%; padding-left:30px; padding-bottom:20px; box-sizing:border-box;}
.intro_con02 .box dl dd h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:500; line-height:1.4; margin:0; margin-bottom:30px; word-break:keep-all;}
.intro_con02 .box dl dd h5 b{display:inline-block; vertical-align:top; margin-right:10px; margin-top:2px; color:#f4a000; letter-spacing:0em; font-weight:500;}
.intro_con02 .box dl dd h5 span{position:relative; display:inline-block; color:#f4a000; z-index:2;}
.intro_con02 .box dl dd h5 span:before{content:''; position:absolute; bottom:0; left:-2px; display:block; width:calc(100% + 4px); height:60%; background:#fff4da; z-index:-1;}
.intro_con02 .box dl dd p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}

@media all and (max-width:1200px){
	.intro_con02 .box dl dd p br.pc_only{display:none;}
}
@media all and (max-width:1000px){
	.intro_con02{padding-bottom:100px;}
	.intro_con02 .box{padding:60px 40px;}
	.intro_con02 .box:before{top:20px; left:20px;}
	.intro_con02 .box:after{top:20px; right:20px;}
}
@media all and (max-width:767px){
	.intro_con02 .box dl dt{width:100%;}
	.intro_con02 .box dl dd{width:100%; padding-left:0; padding-top:20px;}
}



/* ==========================================================================
	이용권 구독
========================================================================== */
/* subscribe_bot_btn */
.subscribe_bot_btn{text-align:center;}
.subscribe_bot_btn a{display:inline-block; vertical-align:top; width:250px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.4; padding:17px 0; margin:5px; border-radius:60px; background:#444444;}
.subscribe_bot_btn a img{display:inline-block; vertical-align:middle; margin-left:20px; margin-top:-4px;}
.subscribe_bot_btn a.type02{background:#c3c3c3;}
.subscribe_bot_btn a.type02 img{margin-left:0; margin-right:20px;}

@media all and (max-width:1000px){
	.subscribe_bot_btn a{width:200px;}
}

/* subscribe_dl_box */
.subscribe_dl_box{}
.subscribe_dl_box dl{display:table; width:100%; min-height:180px; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; box-sizing:border-box;}
.subscribe_dl_box dl + dl{border-top:0;}
.subscribe_dl_box dl dt{display:table-cell; vertical-align:top; padding:30px; box-sizing:border-box;}
.subscribe_dl_box dl dt h5{display:inline-block; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.2; margin:0; margin-bottom:10px; padding:5px 15px; background:#f2f2f2;}
.subscribe_dl_box dl dt h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.6; margin:0;}
.subscribe_dl_box dl dt h6{font-size:14px; color:#222222; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:0;}
.subscribe_dl_box dl dt p{font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.subscribe_dl_box dl dt p b{font-size:18px; color:#000000; font-weight:500;}
.subscribe_dl_box dl dd{display:table-cell; vertical-align:top; width:30%; padding:30px; border-left:1px dashed #e6e6e6; box-sizing:border-box;}
.subscribe_dl_box dl dd h5{display:inline-block; font-size:14px; color:#ffffff; letter-spacing:-0.045em; font-weight:300; line-height:1.2; margin:0; margin-bottom:10px; padding:5px 15px; background:#000000;}
.subscribe_dl_box dl dd h6{font-size:20px; color:#222222; letter-spacing:0em; font-weight:600; margin:0;}

.subscribe_dl_box dl.type02 dd{width:35%;}

@media all and (max-width:1000px){
	.subscribe_dl_box dl{display:block; min-height:0;}
	.subscribe_dl_box dl dt{display:block; width:100%; }
	.subscribe_dl_box dl dd{display:block; width:100%; border-left:0; border-top:1px dashed #e6e6e6;}
	.subscribe_dl_box dl.type02 dd{width:100%;}
}


.subscribe_con01{padding:100px 0;}
.subscribe_con01 .sub_tit{margin-bottom:60px;}
.subscribe_con01 dl{border-bottom:1px solid #e6e6e6;}
.subscribe_con01 dl dt{position:relative; padding:30px 20px; cursor:pointer;}
.subscribe_con01 dl dt:before{content:''; position:absolute; top:50%; right:20px; display:block; width:16px; height:9px; background:url('/img/subscribe_arrow_off.png') no-repeat center center / contain; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.subscribe_con01 dl dt h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0;}
.subscribe_con01 dl dt h5 b{color:#000000; font-weight:500;}
.subscribe_con01 dl dd{display:none; padding:30px 20px 50px; border-top:1px solid #e6e6e6;}
.subscribe_con01 dl dd p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}
.subscribe_con01 dl dd p + p{margin-top:30px;}
.subscribe_con01 dl.on dt:before{background-image:url('/img/subscribe_arrow_on.png');}

.subscribe_con02{padding:100px 0 80px;}
.subscribe_con02 ul.btns{margin:40px 0 0; font-size:0; letter-spacing:-4px;}
.subscribe_con02 ul.btns li{display:inline-block; vertical-align:top; width:50%; height:100px; text-align:center; border:4px solid #f1f1f1; background:#f1f1f1; box-sizing:border-box; position:relative;}
.subscribe_con02 ul.btns li a{display:table; width:100%; height:100%; font-size:20px; color:#ababab; letter-spacing:-0.045em; font-weight:300; line-height:1.2;}
.subscribe_con02 ul.btns li a span{display:table-cell; vertical-align:middle; padding:0 10px; box-sizing:border-box;}
.subscribe_con02 ul.btns li:hover{border-color:#444444; background:#fff; border-bottom:0;}
.subscribe_con02 ul.btns li:hover:before{content:''; position:absolute; left:0; bottom:-4px; width:100%; height:4px; background:#f9f9f9}
.subscribe_con02 ul.btns li:hover a{color:#444444; font-weight:500;}
.subscribe_con02 ul.btns li.on{border-color:#444444; background:#fff; border-bottom:0;}
.subscribe_con02 ul.btns li.on:before{content:''; position:absolute; left:0; bottom:-4px; width:100%; height:4px; background:#f9f9f9}
.subscribe_con02 ul.btns li.on a{color:#444444; font-weight:500;}
.subscribe_con02 .btn_contents > div{display:none;}
.subscribe_con02 .btn_contents > div:first-of-type{display:block;}
.subscribe_con02 .tit{padding:40px 0 20px; border-bottom:1px solid #e6e6e6;}
.subscribe_con02 .tit h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:500; line-height:1.6; margin:0;}
.subscribe_con02 .desc{padding:20px 0;}
.subscribe_con02 .desc p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}
.subscribe_con02 .desc p b{color:#444444; font-weight:300;}
.subscribe_con02 .box{background:#fff; padding:0 30px; box-sizing:border-box; border:4px solid #444444; }

.subscribe_con03{padding:60px 0 150px;}

@media all and (max-width:1000px){
	.subscribe_con01{padding:96px 0 60px 0;}
	.subscribe_con01 .sub_tit{margin-bottom:40px;}
	.subscribe_con02{padding:60px 0 40px;}
	.subscribe_con03{padding:40px 0 100px;}
}



.subscribe02_con01{padding:100px 0; }
.subscribe02_con01 .sub_tit{margin-bottom:100px;}
.subscribe02_con01 .card_wrap{text-align:center; padding:40px; margin:40px 0; border:1px solid #f3e0bc; background:#fefcf7; box-sizing:border-box;}
.subscribe02_con01 .card_wrap .card_box{position:relative; display:inline-block; width:100%; max-width:335px; border-radius:10px; background:rgba(255, 255, 255, 0.57); box-shadow:0 15px 24px rgba(27, 27, 27, 0.03); box-sizing:border-box;}
.subscribe02_con01 .card_wrap .card_box h6{position:absolute; bottom:calc(100% - 70px); left:calc(50% + 10px); min-width:200px; font-size:14px; color:#ffffff; letter-spacing:-0.045em; font-weight:300; line-height:1.6; text-align:left; margin:0; padding:15px; border-radius:5px; border-bottom-left-radius:0; background:#000000; box-sizing:border-box; z-index:1;}
.subscribe02_con01 .card_wrap .card_box h6:before{content:''; position:absolute; bottom:-10px; left:0; display:block; width:0; height:0; border-left:5px solid #000; border-top:5px solid #000; border-right:5px solid transparent; border-bottom:5px solid transparent;}
.subscribe02_con01 .card_wrap .card_box h6 b{color:#444444; font-weight:500;}
.subscribe02_con01 .card_wrap .card_box .text{padding:60px 10px; box-sizing:border-box; cursor:pointer;}
.subscribe02_con01 .card_wrap .card_box .text i{position:relative; display:inline-block; width:60px; height:60px; border:1px solid #aeaeae; border-radius:50%; box-sizing:border-box;}
.subscribe02_con01 .card_wrap .card_box .text i:before{content:''; position:absolute; top:50%; left:50%; display:block; width:16px; height:2px; border-radius:2px; background:#aeaeae; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.subscribe02_con01 .card_wrap .card_box .text i:after{content:''; position:absolute; top:50%; left:50%; display:block; width:2px; height:16px; border-radius:2px; background:#aeaeae; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.subscribe02_con01 .card_wrap .card_box .text p{display:block; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; margin-top:10px; }
.subscribe02_con01 .txt_box .price_box{margin-bottom:15px; padding-bottom:30px; border-bottom:1px solid #e6e6e6;}
.subscribe02_con01 .txt_box .price_box:after{content:''; display:block; clear:both;}
.subscribe02_con01 .txt_box .price_box h5{display:inline-block; font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0;}
.subscribe02_con01 .txt_box .price_box h6{float:right; font-size:20px; color:#444444; letter-spacing:0em; font-weight:500; line-height:1.4; margin:0;}
.subscribe02_con01 .txt_box .price_box h6 b{color:#444444; font-weight:500;}
.subscribe02_con01 .txt_box p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.subscribe02_con01 .txt_box p b{color:#444444; font-weight:500;}

.subscribe02_con02{padding:100px 0; }
.subscribe02_con02 .desc{margin-top:30px; padding:30px 0 50px; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.subscribe02_con02 .desc p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}

.subscribe02_con03{padding:60px 0 150px;}



.subscribe02_con01 .use_box .tag p{width: 153px; font-size:14px; font-weight: 500; background-color: #f5f5f5; height: 37px; line-height: 37px; text-align: center;}
.subscribe02_con01 .use_box .use_ticket{padding: 40px 0 50px; box-sizing: border-box; color: #000;}
.subscribe02_con01 .use_box .use_ticket .tit h5{font-size:18px; font-weight: 500; line-height: 1.2;}
.subscribe02_con01 .use_box .use_ticket .data p{font-size:14px; padding-top: 10px; font-weight: 400;}


@media all and (max-width:1000px){
	.subscribe02_con01{padding:96px 0 60px 0;}
	.subscribe02_con01 .sub_tit{margin-bottom:60px;}
	.subscribe02_con02{padding:60px 0;}
	.subscribe02_con03{padding:40px 0 100px;}
}

.subscribe03_con01{padding:100px 0 150px;}
.subscribe03_con01 .sub_tit{margin-bottom:100px;}
.subscribe03_con01 .subscribe_dl_box{margin:40px 0;}
.subscribe03_con01 .price_box{text-align:right;}
.subscribe03_con01 .price_box p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300;}
.subscribe03_con01 .price_box p b{font-size:20px; color:#444444; letter-spacing:0em; font-weight:600;}
.subscribe03_con01 .subscribe_bot_btn{margin-top:60px;}

@media all and (max-width:1000px){
	.subscribe03_con01{padding:96px 0 100px;}
}

.subscribe04_con01{padding:100px 0 150px;}
.subscribe04_con01 .sub_tit{margin-bottom:100px;}
.subscribe04_con01 .subscribe_dl_box{margin:40px 0;}
.subscribe04_con01 .subscribe_bot_btn{margin-top:60px;}

@media all and (max-width:1000px){
	.subscribe04_con01{padding:96px 0 100px;}
}

.subscribe_box .txt_box{width: 100%; padding: 15px; color: #fff; box-sizing: border-box; background-color: #444444;}
.subscribe_box .txt_box.black{color: #000; background-color: #fff; padding:  0 0 50px 0;}
.subscribe_box .tit h5{font-size:18px; font-weight: 700; letter-spacing: -0.045em;}
.subscribe_box .txt p{font-size: 14px; padding-top: 15px; font-weight: 400; line-height: 1.4; letter-spacing: -0.045em;}

.subscribe_box .bot_txt p{font-size: 14px; padding: 60px 0; color: #000; font-weight: 400; line-height: 1.4; letter-spacing: -0.045em;}

.subscribe_list { padding-bottom: 120px;}
.subscribe_list ul li{ justify-content: space-between; flex-wrap: wrap; align-items: center; display: flex; text-align: center;}
.subscribe_list ul li + li {border-top: 1px solid #e1e1e1;}
.subscribe_list ul li > div{width: 33.333%;}
.subscribe_list ul li .box{color: #fff; font-size:18px; min-height: 96px; display: flex; align-items: center; justify-content: center; font-weight: 700; letter-spacing: -0.045em; padding: 20px 0; box-sizing: border-box; max-width: 180px; background-color: #444444;}
.subscribe_list ul li .box p span{display: block; font-size:14px;}
.subscribe_list ul li .price{ font-size:18px; padding: 30px 0; font-weight: 700; letter-spacing: 0.02em;}

.subscribe_list ul li .btn a{display:inline-block ; font-size:18px; font-weight: 300; margin-left: auto; height: 53px; line-height: 53px; width: 100%; max-width: 180px; border: 1px solid #444444;}

@media all and (max-width:630px){
	.subscribe_list ul li .box{max-width: 150px; min-height: 86px; padding: 15px 0;}

}


/* ==========================================================================
	스타일링 신청
========================================================================== */
/* styling_bot_btn */
.styling_bot_btn{text-align:center;}
.styling_bot_btn a{display:inline-block; vertical-align:top; width:250px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.4; padding:17px 0; margin:5px; border-radius:60px; background:#444444;}
.styling_bot_btn a img{display:inline-block; vertical-align:middle; margin-left:20px; margin-top:-4px;}
.styling_bot_btn a.type02{background:#c3c3c3;}
.styling_bot_btn a.type02 img{margin-left:0; margin-right:20px;}

@media all and (max-width:1000px){
	.styling_bot_btn a{width:200px;}
}

/* styling_txt_box */
.styling_txt_box{padding:60px 20px; border-radius:20px; text-align:center; box-sizing:border-box; box-shadow:0 16px 60px rgba(27, 27, 27, 0.06);}
.styling_txt_box p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin-top:20px; word-break:keep-all;}
.styling_txt_box p b{font-size:20px; color:#222222; font-weight:500;}
.styling_txt_box span{font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin-top:30px;}

/* styling_dl_box */
.styling_dl_box{}
.styling_dl_box dl{}
.styling_dl_box dl dt{padding:30px 0; font-size:0; letter-spacing:-4px;}
.styling_dl_box dl dt h5{display:inline-block; vertical-align:top; width:36px; font-size:14px; color:#fff; letter-spacing:0em; font-weight:500; line-height:36px; text-align:center; margin:0; border-radius:5px; background:#444444;}
.styling_dl_box .model_list{display: flex; flex-wrap: wrap;}
.styling_dl_box .model_list li{width: 50%; box-sizing: border-box;}
.styling_dl_box .model_list li .check_custom input[type="checkbox"]{display: none;}
.styling_dl_box .model_list li .check_custom input[type="checkbox"]:checked ~ label i{background-image: url(/img/check_on.png);}
@media all and (max-width:768px){
	.styling_dl_box .model_list li .check_custom{width: 100%;}
	.styling_dl_box .model_list li .check_custom label{width: 100%; box-sizing: border-box;}
	.styling_dl_box .model_list li .check_custom label img{width: 100%; box-sizing: border-box;}
	.styling_dl_box .model_list li{width: 100%;}
}

.styling_dl_box dl dt h6{display:inline-block; vertical-align:top; width:calc(100% - 36px); font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:0; padding-left:20px; box-sizing:border-box;}
.styling_dl_box dl dt h6 b{font-weight:500;}
.styling_dl_box dl dd{padding:40px 60px; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.styling_dl_box dl dd.pd0{padding:0; border:0;}
.styling_dl_box dl dd .input_box{}
.styling_dl_box dl dd .input_box textarea{width:100%; font-size:18px; color:#444; letter-spacing:-0.045em; font-weight:300; line-height:1.6; padding:40px 60px; border:1px solid #e6e6e6; background:#fff; box-sizing:border-box; resize:none;}
.styling_dl_box dl dd .input_box textarea::placeholder{color:#bbbbbb;}

.styling_dl_box dl dd .file_box li:first-child,
.styling_dl_box dl dd .file_box li:last-child{width: 100%;}
.styling_dl_box dl dd .file_box {display: flex; flex-wrap: wrap;}
.styling_dl_box dl dd .file_box li{width: 100px;}

.styling_dl_box dl dd .file_box .text label {font-size:18px; color: #444444; text-align: center; padding: 20px; border: 1px solid #dcdcdc; width: 100%; box-sizing: border-box;}
.styling_dl_box dl dd .file_box .text label input[type="file"]{display: none;}
.styling_dl_box dl dd .file_box .text .bot_txt{font-size: 14px; text-align: center; margin-top: 5px; font-weight: 300;}
.styling_dl_box dl dd .file_box .text .img_box{display: flex; flex-direction: column;}
.styling_dl_box dl dd .file_box .text .img_box img{order: 1;}
.styling_dl_box dl dd .file_box .text .img_box a{order: 2; text-align: center; display: block; padding: 5px 8px; margin: 0 auto; background-color: #e6e6e6; border-radius: 8px; font-weight: 500; margin-top: 5px; font-size:14px;}

@media all and (max-width:1000px){
	.styling_dl_box dl dt{padding:20px 0;}
	.styling_dl_box dl dd{padding:20px 40px;}
	.styling_dl_box dl dd .input_box textarea{padding:20px;}
}

.styling_dl_box dl dt h5.tit{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; margin:0; text-align: left; background-color: #fff; width: 100%;}



.styling_con01{padding:100px 0;}
.styling_con01 .styling_txt_box{margin:100px 0;}
.styling_con01 .sub_tit02 p{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin-top:20px;}
.styling_con01 dl{margin:20px 0; padding:30px 20px; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; font-size:0; letter-spacing:-4px;}
.styling_con01 dl dt{display:inline-block; vertical-align:middle; width:calc(100% - 150px); font-size:18px; color:#444444; letter-spacing:-0.045em; font-weight:500;}
.styling_con01 dl dd{display:inline-block; vertical-align:middle; width:150px;}
.styling_con01 dl dd a{display:block; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; text-align:center; padding:5px; border:1px solid #d7d7d7; box-sizing:border-box;}
.styling_con01 p.desc{font-size:14px; color:#ea8484; letter-spacing:-0.045em; font-weight:300;}

.styling_con02{padding:100px 0;}
.styling_con02 .sub_tit02{margin-bottom:30px;}
.styling_con02 .styling_file{display: flex; flex-wrap: wrap; gap:20px 10px}
.styling_con02 .styling_file li {width: fit-content;}
.styling_con02 .styling_file li .img_box{width: 100px;}
.styling_con02 .styling_file li label{width: 880px; max-width: 100%;}
.styling_con02 .styling_file li label input[type="file"]{display: none;}
.styling_con02 .styling_file li label .btn_box{background-color: #dcdcdc; border-radius: 5px; border: 1px solid #999; padding: 30px 0; text-align: center; font-size: 22px; font-weight: 500;}
.styling_con02 .styling_file li label p{text-align: center;}
.styling_con02 .styling_file li:first-child .img_box{display: none;}
.styling_con02 .styling_file li img{width: 100%; max-width: fit-content;}
.styling_con02 .styling_file li .img_box a{padding:5px 10px; background-color: #dcdcdc; border-radius: 5px; font-weight: 500; display: inline-block; margin-bottom: 5px; float: right;}
.styling_con02 .styling_file li label p{white-space: nowrap;}

.styling_con03{padding:100px 0 150px;}
.styling_con03 .sub_tit02{margin-bottom:60px;}
.styling_con03 .tit{margin:60px 0 20px;}
.styling_con03 .tit h4{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:0;}
.styling_con03 .tit h4 b{color:#000000; font-weight:500;}
.styling_con03 .check_tabbtn{margin:20px 0;}
.styling_con03 .check_tabbtn ul li{display:inline-block; vertical-align:top; margin-right:30px;}
.styling_con03 .styling_bot_btn{margin-top:60px;}

@media all and (max-width:1000px){
	.styling_con01{padding:96px 0 60px 0;}
	.styling_con02{padding:96px 0 60px 0;}
	.styling_con03{padding:96px 0 60px 0 100px;}
	.styling_con03 .check_tabbtn ul li{margin-right:20px;}
	.styling_con02 .styling_file li label{width: 86vw;}
}

@media all and (max-width:768px){
	.styling_con02 .styling_file li label{width: 77vw;}
	.styling_con02 .styling_file li label .btn_box{padding: 15px 0;}
}

.styling_complete_con01{padding:100px 0 150px;}
.styling_complete_con01 .styling_txt_box{margin:100px 0 60px;}
.styling_complete_con01 .txt_box{text-align:center;}
.styling_complete_con01 .txt_box p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}
.styling_complete_con01 .txt_box p b{font-size:20px; color:#222222; letter-spacing:0em; font-weight:500;}
.styling_complete_con01 .txt_box span{display:block; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin-top:10px;}
.styling_complete_con01 .txt_box a{display:block; width:150px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; text-align:center; margin:40px auto 0; padding:5px; border:1px solid #d7d7d7; box-sizing:border-box;}

@media all and (max-width:1000px){
	.styling_complete_con01{padding:96px 0 100px;}
}



/* ==========================================================================
	설문조사
========================================================================== */
/* survey_bot_btn */
.survey_bot_btn{text-align:center;}
.survey_bot_btn a{display:inline-block; vertical-align:top; width:250px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.4; padding:17px 0; margin:5px; border-radius:60px; background:#444444;}
.survey_bot_btn a.gray{display:inline-block; vertical-align:top; width:250px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.4; padding:17px 0; margin:5px; border-radius:60px; background:gray;}
.survey_bot_btn a img{display:inline-block; vertical-align:middle; margin-left:20px; margin-top:-4px;}
.survey_bot_btn a.type02{background:#c3c3c3;}
.survey_bot_btn a.type02 img{margin-left:0; margin-right:20px;}

@media all and (max-width:1000px){
	.survey_bot_btn a{width:200px;}
}

/* survey_txt_box */
.survey_txt_box{padding:60px 20px; border-radius:20px; text-align:center; box-sizing:border-box; box-shadow:0 16px 60px rgba(27, 27, 27, 0.06);}
.survey_txt_box p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}
.survey_txt_box p + p{margin-top: 20px;}
.survey_txt_box p b{font-size:20px; color:#222222; font-weight:500;}
.survey_txt_box span{font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin-top:30px;}

/* survey_step_box */
.survey_step_box{margin:100px 0 80px;}
.survey_step_box ul{font-size:0; letter-spacing:-4px;}
.survey_step_box ul li{position:relative; display:inline-block; vertical-align:top; width:20%; text-align:right; box-sizing:border-box;}

.survey_step_box ul.line{position:relative; border-radius:25px; background:#f7f7f7; overflow:hidden;}
.survey_step_box ul.line:before{content:''; position:absolute; top:0; left:0; display:block; width:0; height:100%; border-radius:25px; background:#f5a814; }
.survey_step_box ul.line li{padding:5px;}
.survey_step_box ul.line li i{position:relative; display:inline-block; width:15px; height:15px; border:2px solid #e6e3dd; border-radius:50%; background:#e6e3dd; box-sizing:border-box; z-index:1;}
.survey_step_box ul.line li:last-of-type i{border-color:#f5a814; background:transparent;}

.survey_step_box ul.text li p{font-size:14px; color:#cecece; letter-spacing:0em; font-weight:600; line-height:1.2; margin-top:10px; margin-right:-20px;}
.survey_step_box ul.text li:last-of-type p{margin-right:0;}

.survey_step_box ul.line li.on i{border-color:transparent; background:transparent;}
.survey_step_box ul.line li.check_on i{border-color:transparent; background:#fff url('/img/survey_step_check.png') no-repeat center center;}
.survey_step_box ul.text li.on p{color:#f5a814;}

.survey_step_box.step01 ul.line:before{width:20%;}
.survey_step_box.step02 ul.line:before{width:40%;}
.survey_step_box.step03 ul.line:before{width:60%;}
.survey_step_box.step04 ul.line:before{width:80%;}
.survey_step_box.step05 ul.line:before{width:100%;}

/* 20231013 추가 */
.survey_step_box.item02 ul li {width: 50%;}
.survey_step_box.step01.item02 ul.line:before {width: 50%;}
.survey_step_box.step02.item02 ul.line:before {width: 100%;}



@media all and (max-width:1000px){
	.survey_step_box{margin:96px 0 40px;}
}

/* survey_dl_box */
.survey_dl_box{}
.survey_dl_box dl{}
.survey_dl_box dl dt{padding:30px 0; border-bottom:1px solid #e6e6e6;}
.survey_dl_box dl dt h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; margin:0;}
.survey_dl_box dl dt h5 strong{color:#000000; font-weight:700;}
.survey_dl_box dl dt h5 b{font-weight:700;}
.survey_dl_box dl dd{padding:40px 0;}
.survey_dl_box dl dd .check_custom01{text-align:center;}
.survey_dl_box dl dd .check_custom01 input{overflow:hidden; display:none; width:0px; height:0px; border:0 none; font-size:0; line-height:0; clip:rect(0 0 0 0); opacity:0; margin:0;}
.survey_dl_box dl dd .check_custom01 label{display:block; width:100%; height:70px; box-sizing:border-box; border:2px solid #e5e5e5; border-radius:2px;}
.survey_dl_box dl dd .check_custom01 label:before{content:''; width:0; height:100%; display:inline-block; vertical-align:middle;}
.survey_dl_box dl dd .check_custom01 label i{display:inline-block; vertical-align:middle; width:17px; height:17px; border:2px solid #e7e7e7; border-radius:50%; background:#f5f5f5; box-sizing:border-box; margin-right:10px;}
.survey_dl_box dl dd .check_custom01 label p{display:inline-block; vertical-align:middle; font-size:18px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.2; text-align:left;}
.survey_dl_box dl dd .check_custom01 label p > span{font-size:14px; color:#aaaaaa;}
.survey_dl_box dl dd .check_custom01 input:checked + label{background:#fffaf1; border:2px solid #444444;}
.survey_dl_box dl dd .check_custom01 input:checked + label i{background:transparent; border:5px solid #444444;}
.survey_dl_box dl dd .check_custom01 input:checked + label p{color:#444444; font-weight:500;}
.survey_dl_box dl dd .check_custom01 input:checked + label p span{color:#444444;}

.survey_dl_box dl dd .check_custom02{position:relative;}
.survey_dl_box dl dd .check_custom02 img{max-width:100%;}
.survey_dl_box dl dd .check_custom02 input{overflow:hidden; display:none; width:0px; height:0px; border:0 none; font-size:0; line-height:0; clip:rect(0 0 0 0); opacity:0; margin:0;}
.survey_dl_box dl dd .check_custom02 label span{position:relative; display:block;}
.survey_dl_box dl dd .check_custom02 label span:before{content:''; position:absolute; top:0; left:0; display:block; width:100%; height:100%; border:5px solid #444444; box-sizing:border-box; opacity:0;}
.survey_dl_box dl dd .check_custom02 label i{position:absolute; top:15px; left:15px; display:block; width:36px; height:36px; background:#ffc14b url('/img/survey_radio_check_on.png') no-repeat center center; border:2px solid #f5a307; border-radius:50%; box-shadow:0 14px 20px rgba(0, 0, 0, 0.11); box-sizing:border-box; z-index:1; opacity:0;}
.survey_dl_box dl dd .check_custom02 label p{font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; margin-top:10px;}
.survey_dl_box dl dd .check_custom02 label p b{font-size:18px; color:#666666; font-weight:300;}
.survey_dl_box dl dd .check_custom02 input:checked + label span:before{opacity:1;}
.survey_dl_box dl dd .check_custom02 input:checked + label i{opacity:1;}
.survey_dl_box dl dd .check_custom02 input:checked + label p{color:#f9b83d;}
.survey_dl_box dl dd .check_custom02 input:checked + label p b{color:#f9b83d; font-weight:700;}

.survey_dl_box dl dd .check_custom03{text-align:center;}
.survey_dl_box dl dd .check_custom03 input{overflow:hidden; display:none; width:0px; height:0px; border:0 none; font-size:0; line-height:0; clip:rect(0 0 0 0); opacity:0; margin:0;}
.survey_dl_box dl dd .check_custom03 label{display:block; width:100%; height:70px; box-sizing:border-box; border:2px solid #e5e5e5; border-radius:2px;}
.survey_dl_box dl dd .check_custom03 label:before{content:''; width:0; height:100%; display:inline-block; vertical-align:middle;}
.survey_dl_box dl dd .check_custom03 label .color{display:inline-block; vertical-align:middle; width:72px; height:100%; border-right:2px solid #e5e5e5; box-sizing:border-box;}
.survey_dl_box dl dd .check_custom03 label .text{display:inline-block; vertical-align:middle; width:calc(100% - 72px); padding-left:15px; text-align:left; box-sizing:border-box;}
.survey_dl_box dl dd .check_custom03 label i{display:inline-block; vertical-align:middle; width:17px; height:17px; border:2px solid #e7e7e7; border-radius:50%; background:#f5f5f5; box-sizing:border-box; margin-right:10px;}
.survey_dl_box dl dd .check_custom03 label p{display:inline-block; vertical-align:middle; font-size:18px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.2;}
.survey_dl_box dl dd .check_custom03 input:checked + label{background:#fffaf1; border:2px solid #444444;}
.survey_dl_box dl dd .check_custom03 input:checked + label .color{border:2px solid #444444; border-right-width:4px;}
.survey_dl_box dl dd .check_custom03 input:checked + label i{background:transparent; border:5px solid #444444;}
.survey_dl_box dl dd .check_custom03 input:checked + label p{color:#444444; font-weight:500;}

/* 20231013 추가 */
.survey_dl_box dl dd .input_box textarea{width:100%; font-size:18px; color:#444; letter-spacing:-0.045em; font-weight:300; line-height:1.6; padding:40px 60px; border:1px solid #e6e6e6; background:#fff; box-sizing:border-box; resize:none;}
.survey_dl_box dl dd .input_box textarea::placeholder{color:#bbbbbb;}


/* survey_step_bot */
.survey_step_bot{padding:0 0 150px;}
.survey_step_bot .inner1000{border-top:1px solid #f2e5cc;}
.survey_step_bot .survey_bot_btn{padding-top:80px;}

@media all and (max-width:1000px){
	.survey_step_bot{padding:0 0 100px;}
}

/* survey_popup */
.survey_popup_bg{position:fixed; top:0; left:0; display:none; width:100%; height:100%; background:rgba(0, 0, 0, 0.55); z-index:150; cursor:pointer;}
.survey_popup{position:fixed; top:50%; left:50%; display:none; width:90%; max-width:600px; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); z-index:160;}
.survey_popup .x_btn{text-align:right; padding-bottom:10px;}
.survey_popup .x_btn a{display:inline-block; font-size:18px; color:#fff; letter-spacing:-0.045em; font-weight:300;}
.survey_popup .x_btn a img{display:inline-block; vertical-align:middle; margin-left:5px; margin-top:-4px;}
.survey_popup .conts{background:#fff; box-sizing:border-box; overflow-y:auto;}



.survey_con01{padding:100px 0 150px;}
.survey_con01 .survey_txt_box{margin:100px 0 60px;}

@media all and (max-width:1000px){
	.survey_con01{padding:96px 0 100px;}
}

.survey_step01_con01{padding:100px 0 0;}
.survey_step01_con01 .inner1000 > .txt_box{margin-top:60px; padding:20px; box-sizing:border-box; border:2px solid #444444; text-align:center;}
.survey_step01_con01 .inner1000 > .txt_box i{display:inline-block;}
.survey_step01_con01 .inner1000 > .txt_box p{font-size:20px; font-weight:500; letter-spacing:-0.045em; color:#222222; margin-top:20px;}
.survey_step01_con01 .inner1000 > .txt_box span{font-size:18px; font-weight:500; letter-spacing:-0.045em; color:#666; display:block; }
.survey_step01_con02 .survey_dl_box dl dd{font-size:0; letter-spacing:-4px;}
.survey_step01_con02 .survey_dl_box dl dd .box{display:inline-block; vertical-align:top; width:calc(50% - 10px); margin-right:20px;}
.survey_step01_con02 .survey_dl_box dl dd .box:nth-of-type(2n){margin-right:0;}
.survey_step01_con02 .survey_dl_box dl dd .box h6{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; text-align:center; margin:0; margin-bottom:20px;}
.survey_step01_con02 .survey_dl_box dl dd .box h6:before{content:''; display:inline-block; vertical-align:middle; width:3px; height:20px; border-radius:3px; background:#444444; margin:0 15px;}
.survey_step01_con02 .survey_dl_box dl dd .box h6:after{content:''; display:inline-block; vertical-align:middle; width:3px; height:20px; border-radius:3px; background:#444444; margin:0 15px;}
.survey_step01_con02 .survey_dl_box dl dd .box ul li{display:inline-block; vertical-align:top; width:calc(50% - 10px); margin-right:20px; margin-bottom:20px;}
.survey_step01_con02 .survey_dl_box dl dd .box ul li:nth-of-type(2n){margin-right:0;}
.survey_step01_con02 .survey_dl_box dl dd .box ul li .check_custom01 label{height:60px;}
.survey_step01_con02 .survey_dl_box dl dd ul{font-size:0; letter-spacing:-4px;}
.survey_step01_con02 .survey_dl_box dl dd ul li{display:inline-block; vertical-align:top; width:calc(25% - 15px); margin-right:20px; margin-bottom:20px;}
.survey_step01_con02 .survey_dl_box dl dd ul li:nth-of-type(2n){margin-right:0;}
.survey_step01_con03 .survey_dl_box dl dd{text-align:center;}
.survey_step01_con03 .survey_dl_box dl dd ul{width:100%; max-width:600px; margin:0 auto; font-size:0; letter-spacing:-4px;}
.survey_step01_con03 .survey_dl_box dl dd ul li{position:relative; display:inline-block; vertical-align:top; margin-right:100px;}
.survey_step01_con03 .survey_dl_box dl dd ul li:last-of-type{margin-right:0;}
.survey_step01_con03 .survey_dl_box dl dd ul li:before{content:''; position:absolute; bottom:30px; left:calc(100% - 10px); display:block; width:120px; height:8px; background:#f5f5f5;}
.survey_step01_con03 .survey_dl_box dl dd ul li:last-of-type:before{display:none;}
.survey_step01_con03 .survey_dl_box dl dd ul li label input{overflow:hidden; display:none; width:0px; height:0px; border:0 none; font-size:0; line-height:0; clip:rect(0 0 0 0); opacity:0; margin:0;}
.survey_step01_con03 .survey_dl_box dl dd ul li label span{font-size:18px; color:#888888; letter-spacing:-0.045em; font-weight:300;}
.survey_step01_con03 .survey_dl_box dl dd ul li label span i{position:relative; display:block; width:66px; height:66px; margin:10px auto 0; border-radius:50%; background:#f5f5f5;}
.survey_step01_con03 .survey_dl_box dl dd ul li label span i:before{content:''; position:absolute; top:50%; left:50%; display:block; width:calc(100% - 18px); height:calc(100% - 18px); background:#fff url('/img/survey_radio_check_off.png') no-repeat center center; border-radius:50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); box-shadow:0 14px 20px rgba(0, 0, 0, 0.01); box-sizing:border-box;}
.survey_step01_con03 .survey_dl_box dl dd ul li label input:checked + span{color:#444444; font-weight:500;}
.survey_step01_con03 .survey_dl_box dl dd ul li label input:checked + span i:before{background:#ffc14b url('/img/survey_radio_check_on.png') no-repeat center center; border:2px solid #f5a307; box-shadow:0 14px 20px rgba(0, 0, 0, 0.11);}
.survey_step01_con04 .survey_dl_box dl dd ul{width:100%; max-width:600px; margin:0 auto; font-size:0; letter-spacing:-4px;}
.survey_step01_con04 .survey_dl_box dl dd ul li{display:inline-block; vertical-align:top; width:calc(50% - 10px); margin-right:20px; margin-bottom:20px;}
.survey_step01_con04 .survey_dl_box dl dd ul li:nth-of-type(2n){margin-right:0;}

@media all and (max-width:1000px){
	.survey_step01_con01{padding:96px 0 0;}
	.survey_step01_con01 .inner1000 > .txt_box p{font-size:20px;}
	.survey_step01_con01 .inner1000 > .txt_box span{font-size:14px;}
	.survey_step01_con02 .survey_dl_box dl dd .box{width:100%; margin-right:0;}
	.survey_step01_con02 .survey_dl_box dl dd ul li{width:calc(33.333333% - 13.4px);}
	.survey_step01_con02 .survey_dl_box dl dd ul li:nth-of-type(4n){margin-right:20px;}
	.survey_step01_con02 .survey_dl_box dl dd ul li:nth-of-type(3n){margin-right:0;}
	.survey_step01_con03 .survey_dl_box dl dd ul li{margin-right:40px;}
	.survey_step01_con03 .survey_dl_box dl dd ul li:before{width:60px;}
}
@media all and (max-width:767px){
	.survey_step01_con02 .survey_dl_box dl dd ul li{width:calc(50% - 10px);}
	.survey_step01_con02 .survey_dl_box dl dd ul li:nth-of-type(3n){margin-right:20px;}
	.survey_step01_con02 .survey_dl_box dl dd ul li:nth-of-type(2n){margin-right:0;}
}

.survey_step02_con01{padding:100px 0 0;}
.survey_step02_con02 .tit{margin-bottom:40px; text-align:center;}
.survey_step02_con02 .tit h5{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.6; margin:0;}
.survey_step02_con02 .tit h5:before{content:''; display:inline-block; vertical-align:middle; width:3px; height:20px; border-radius:3px; background:#444444; margin:-2px 8px 0;}
.survey_step02_con02 .tit h5:after{content:''; display:inline-block; vertical-align:middle; width:3px; height:20px; border-radius:3px; background:#444444; margin:-2px 8px 0;}
.survey_step02_con02 .hr{display:block; width:100%; max-width:1000px; border-bottom:1px dashed #e6e6e6; margin:40px 0;}
.survey_step02_con02 .survey_dl_box dl dd ul{max-width:600px; margin:0 auto; font-size:0; letter-spacing:-4px; text-align:center;}
.survey_step02_con02 .survey_dl_box dl dd ul li{display:inline-block; vertical-align:top; width:calc(33.333333% - 13.4px); margin-right:20px; margin-bottom:20px; text-align:center;}
.survey_step02_con02 .survey_dl_box dl dd ul li:nth-of-type(3n){margin-right:0;}

@media all and (max-width:1000px){
	.survey_step02_con01{padding:96px 0 0;}
}

.survey_step03_con01{padding:100px 0 0;}
.survey_step03_con02 .survey_dl_box dl dd ul{font-size:0; letter-spacing:-4px;}
.survey_step03_con02 .survey_dl_box dl dd ul li{display:inline-block; vertical-align:top; width:calc(25% - 15px); margin-right:20px; margin-bottom:20px;}
.survey_step03_con02 .survey_dl_box dl dd ul li:nth-of-type(4n){margin-right:0;}
.survey_step03_con03 .survey_dl_box dl dd ul{max-width:600px; margin:0 auto; font-size:0; letter-spacing:-4px;}
.survey_step03_con03 .survey_dl_box dl dd ul li{display:inline-block; vertical-align:top; width:calc(33.333333% - 13.4px); margin-right:20px; margin-bottom:20px; text-align:center;}
.survey_step03_con03 .survey_dl_box dl dd ul li:nth-of-type(3n){margin-right:0;}
.survey_step03_con04 .survey_dl_box dl dd ul{max-width:600px; margin:0 auto; font-size:0; letter-spacing:-4px; text-align:center;}
.survey_step03_con04 .survey_dl_box dl dd ul li{display:inline-block; vertical-align:top; width:calc(33.333333% - 13.4px); margin-right:20px; margin-bottom:20px; text-align:center;}
.survey_step03_con04 .survey_dl_box dl dd ul li:nth-of-type(3n){margin-right:0;}

@media all and (max-width:1000px){
	.survey_step03_con01{padding:96px 0 0;}
	.survey_step03_con02 .survey_dl_box dl dd ul li{width:calc(33.333333% - 13.4px);}
	.survey_step03_con02 .survey_dl_box dl dd ul li:nth-of-type(4n){margin-right:20px;}
	.survey_step03_con02 .survey_dl_box dl dd ul li:nth-of-type(3n){margin-right:0;}
}
@media all and (max-width:767px){
	.survey_step03_con02 .survey_dl_box dl dd ul li{width:calc(50% - 10px);}
	.survey_step03_con02 .survey_dl_box dl dd ul li:nth-of-type(3n){margin-right:20px;}
	.survey_step03_con02 .survey_dl_box dl dd ul li:nth-of-type(2n){margin-right:0;}
	.survey_step03_con03 .survey_dl_box dl dd ul li{width:calc(50% - 10px);}
	.survey_step03_con03 .survey_dl_box dl dd ul li:nth-of-type(3n){margin-right:20px;}
	.survey_step03_con03 .survey_dl_box dl dd ul li:nth-of-type(2n){margin-right:0;}
}

.survey_step04_con01{padding:100px 0 0;}
.survey_step04_con03 .survey_dl_box dl dd ul{max-width:600px; margin:0 auto; font-size:0; letter-spacing:-4px; text-align:center;}
.survey_step04_con03 .survey_dl_box dl dd ul li{display:inline-block; vertical-align:top; width:calc(33.333333% - 13.4px); margin-right:20px; margin-bottom:20px; text-align:center;}
.survey_step04_con03 .survey_dl_box dl dd ul li:nth-of-type(3n){margin-right:0;}
.survey_step04_con04 .survey_dl_box dl dt:after{content:''; display:block; clear:both;}
.survey_step04_con04 .survey_dl_box dl dt h5{display:inline-block;}
.survey_step04_con04 .survey_dl_box dl dt p{float:right; font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300; margin-top:5px;}
.survey_step04_con04 .survey_dl_box dl dd{font-size:0; letter-spacing:-4px;}
.survey_step04_con04 .survey_dl_box dl dd .box{margin-bottom:20px;}
.survey_step04_con04 .survey_dl_box dl dd .box h6{position:relative; display:inline-block; vertical-align:top; width:140px; font-size:18px; color:#444444; letter-spacing:-0.045em; font-weight:500; padding-left:10px; margin:15px 0; box-sizing:border-box;}
.survey_step04_con04 .survey_dl_box dl dd .box h6:before{content:''; position:absolute; top:6px; left:0; display:block; width:3px; height:20px; border-radius:3px; background:#444444; }
.survey_step04_con04 .survey_dl_box dl dd .box ul{display:inline-block; vertical-align:top; width:calc(100% - 140px);}
.survey_step04_con04 .survey_dl_box dl dd .box ul li{display:inline-block; vertical-align:top; width:calc(20% - 16px); margin-right:20px; margin-bottom:20px;}
.survey_step04_con04 .survey_dl_box dl dd .box ul li:nth-of-type(5n){margin-right:0;}

@media all and (max-width:1000px){
	.survey_step04_con01{padding:96px 0 0;}
	.survey_step04_con04 .survey_dl_box dl dd .box h6{width:100%; margin-top:0;}
	.survey_step04_con04 .survey_dl_box dl dd .box ul{width:100%;}
}
@media all and (max-width:767px){
	.survey_step04_con04 .survey_dl_box dl dd .box ul li{width:calc(33.333333% - 13.4px);}
	.survey_step04_con04 .survey_dl_box dl dd .box ul li:nth-of-type(5n){margin-right:20px;}
	.survey_step04_con04 .survey_dl_box dl dd .box ul li:nth-of-type(3n){margin-right:0;}
}

.survey_step05_con01{padding:100px 0 0;}
.survey_step05_con02{padding-bottom:20px;}
.survey_step05_con02 .survey_dl_box dl dd{padding:20px 0;}
.survey_step05_con02 .survey_dl_box dl dd > p{font-size:14px; color:#ea8484; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:0; word-break:keep-all;}
.survey_step05_con02 .survey_dl_box dl dd ul{font-size:0; letter-spacing:-4px; margin-top:60px;}
.survey_step05_con02 .survey_dl_box dl dd ul li{position:relative; display:inline-block; vertical-align:top; width:calc(33.333333% - 13.4px); margin-right:20px; text-align:center; box-sizing:border-box;}
.survey_step05_con02 .survey_dl_box dl dd ul li:nth-of-type(3n){margin-right:0;}
.survey_step05_con02 .survey_dl_box dl dd ul li:nth-of-type(n+4){margin-top:20px;}
.survey_step05_con02 .survey_dl_box dl dd ul li .img_box{display:none; width:100%; height:100%; background:#fefcf7; position:absolute; left:0; top:0; font-size:0; z-index:2;}
.survey_step05_con02 .survey_dl_box dl dd ul li .img_box:before{content:""; width:0; height:100%; display:inline-block; vertical-align:middle;}
.survey_step05_con02 .survey_dl_box dl dd ul li .img_box img{display:inline-block; vertical-align:middle; width:100%; max-height:100%; max-width:100%;}
.survey_step05_con02 .survey_dl_box dl dd ul li .text{position:relative; width:100%; padding-bottom:130%; background:#fefcf7; border:1px solid #f3e0bc; box-sizing:border-box;}
.survey_step05_con02 .survey_dl_box dl dd ul li .text > div{position:absolute; top:50%; left:0; width:100%; height:100%; display:table; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.survey_step05_con02 .survey_dl_box dl dd ul li .text > div label{display:table-cell; vertical-align:middle; width:100%; height:100%;}
.survey_step05_con02 .survey_dl_box dl dd ul li .text > div input{font-size:0; border:0; display:none}
.survey_step05_con02 .survey_dl_box dl dd ul li .text i{position:relative; display:block; width:60px; height:60px; margin:0 auto 20px; background:rgba(255, 255, 255, 0.57); border-radius:50%; box-shadow:0 15px 24px rgba(27, 27, 27, 0.03);}
.survey_step05_con02 .survey_dl_box dl dd ul li .text i:before{content:''; position:absolute; top:50%; left:50%; display:block; width:14px; height:2px; background:#aeaeae; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.survey_step05_con02 .survey_dl_box dl dd ul li .text i:after{content:''; position:absolute; top:50%; left:50%; display:block; width:2px; height:14px; background:#aeaeae; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.survey_step05_con02 .survey_dl_box dl dd ul li .text p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.survey_step05_con02 .survey_dl_box dl dd ul li .text p span{color:#444444;}
.survey_step05_con02 .survey_dl_box dl dd ul li .x_btn{z-index:2; padding:5px; cursor:pointer; position:absolute; right:10px; top:5px; font-size:18px; color:#222; font-weight:bold;}
.survey_step05_con03{padding:60px 0 100px;}
.survey_step05_con03 .tit{margin-bottom:10px;}
.survey_step05_con03 .tit h5{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.6; margin:0;}
.survey_step05_con03 .tit h5 span{color:#444444; font-weight:700;}
.survey_step05_con03 .desc p{position:relative; font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; padding-left:10px; box-sizing:border-box; margin:2px 0; word-break:keep-all;}
.survey_step05_con03 .desc p:before{content:'-'; position:absolute; top:0; left:0;}
.survey_step05_con04{padding:0 0 150px;}
.survey_step05_con04 .survey_bot_btn{margin-top:80px;}

@media all and (max-width:1000px){
	.survey_step05_con01{padding:96px 0 0;}
	.survey_step05_con02 .survey_dl_box dl dd ul li{width:calc(50% - 10px);}
	.survey_step05_con02 .survey_dl_box dl dd ul li:nth-of-type(3n){margin-right:20px;}
	.survey_step05_con02 .survey_dl_box dl dd ul li:nth-of-type(2n){margin-right:0;}
	.survey_step05_con02 .survey_dl_box dl dd ul li:nth-of-type(n+3){margin-top:20px;}
	.survey_step05_con04{padding:0 0 100px;}
}

.survey_complete_con01{padding:100px 0 150px;}
.survey_complete_con01 .survey_txt_box{margin:100px 0 60px;}
.survey_complete_con01 .tit{padding-bottom:10px; border-bottom:1px solid #e6e6e6;}
.survey_complete_con01 .tit h4{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:500; margin:0;}
.survey_complete_con01 .desc{padding:40px 0; }
.survey_complete_con01 .desc p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin-bottom:5px; word-break:keep-all;}
.survey_complete_con01 .desc p b{color:#444444; font-weight:300;}
.survey_complete_con01 .desc p a{display:inline-block; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; padding:4px 24px; border:1px solid #d7d7d7; margin-left:10px;}
.survey_complete_con01 .desc p a img{display:inline-block; vertical-align:middle; margin-right:2px; margin-top:-4px;}
.survey_complete_con01 .survey_bot_btn{margin-top:60px;}

.survey_popup.complete .conts{padding:40px 50px 60px; max-height:90vh;}
.survey_popup.complete .conts .tit_box{position:relative; padding:50px 0 40px; border-top:1px solid #444444; border-bottom:1px solid #444444; text-align:center; margin-top:25px;}
.survey_popup.complete .conts .tit_box h3{position:absolute; top:-30px; left:50%; display:block; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:500; background:#fff; padding:5px;}
.survey_popup.complete .conts .tit_box h3 span{display:block; width:130px; background:url('/img/survey_complete_popup_img01.png') no-repeat center center / contain; padding:5px 0 15px;}
.survey_popup.complete .conts .tit_box h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:700; line-height:1.2; margin:0;}
.survey_popup.complete .conts .tit_box h4 b{color:#444444;}
.survey_popup.complete .conts h5{font-size:18px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0; padding:10px 0; background:#444444; text-align:center; margin-top:60px;}
.survey_popup.complete .conts h5.type02{background:#000;}
.survey_popup.complete .conts ul{font-size:0; letter-spacing:-4px; text-align:center; margin:40px 0;}
.survey_popup.complete .conts ul li{position:relative; display:inline-block; vertical-align:top; width:195px; height:195px; margin-left:-30px; border:2px solid #444444; border-radius:50%; box-sizing:border-box; padding-top:40px;}
.survey_popup.complete .conts ul li:first-of-type{margin-left:0;}
.survey_popup.complete .conts ul li h6{position:absolute; top:0; right:calc(100% - 40px); width:120px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.4; margin:0; background:#444444; padding:10px 12px; border-radius:10px; border-bottom-right-radius:0; text-align:left; box-sizing:border-box;}
.survey_popup.complete .conts ul li p{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:700; line-height:1.6;}
.survey_popup.complete .conts ul li:nth-of-type(2){border-color:#000000;}
.survey_popup.complete .conts ul li:nth-of-type(2) h6{right:auto; left:calc(100% - 40px); background:#000000; border-radius:10px; border-bottom-left-radius:0; }
.survey_popup.complete .conts ul li:nth-of-type(2) p{color:#000000;}
.survey_popup.complete .conts .desc{text-align:center;}
.survey_popup.complete .conts .desc i{display:block; width:32px; height:2px; background:#444444; margin:0 auto 10px;}
.survey_popup.complete .conts .desc p{font-size:18px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}
.survey_popup.complete .conts .desc p span{font-size:14px; color:#666666; }

@media all and (max-width:1000px){
	.survey_complete_con01{padding:96px 0 100px;}
	
	.survey_popup.complete .conts{max-height:600px; padding:20px 20px 40px; }
	.survey_popup.complete .conts .tit_box{padding:30px 0 20px;}
	.survey_popup.complete .conts h5{margin-top:40px;}
	.survey_popup.complete .conts ul{margin:20px 0;}
	.survey_popup.complete .conts ul li{width:124px; height:124px; padding-top:15px; margin-right:10px;}
	.survey_popup.complete .conts ul li:before{width:7px; height:12px; right:-10px;}
	.survey_popup.complete .conts ul li h6{right:calc(100% - 20px); font-size:14px; width:100px; padding:5px;}
	.survey_popup.complete .conts ul li p{font-size:14px;}
	.survey_popup.complete .conts ul li:nth-of-type(2) h6{left:calc(100% - 20px);}
}



/* ==========================================================================
	공지사항
========================================================================== */
/* faq_tab */
.faq_tab.tabbtn_custom{margin:60px auto; font-size:0; letter-spacing:-4px; overflow:visible; text-align:left;}
.faq_tab.tabbtn_custom li{position:relative; float:none; display:inline-block; vertical-align:top; width:16.666666%; height:70px; background:#f9f9f9; border:1px solid #e6e6e6; box-sizing:border-box; overflow:inherit; text-align:center;}
.faq_tab.tabbtn_custom li a{display:table; width:100%; height:100%; font-size:18px; color:#aaaaaa; letter-spacing:-0.045em; font-weight:300; line-height:1.2; padding:0;}
.faq_tab.tabbtn_custom li a span{display:table-cell; vertical-align:middle;}
.faq_tab.tabbtn_custom li.active{border:1px solid #fff; background:#fff;}
.faq_tab.tabbtn_custom li.active:before{content:''; position:absolute; bottom:100%; left:0; display:block; width:100%; height:5px; background:#444;}
.faq_tab.tabbtn_custom li.active a{color:#222222; font-weight:500;}

@media all and (max-width:1000px){
	.faq_tab.tabbtn_custom li{width:25%;}
	.faq_tab.tabbtn_custom li.active:before{bottom:auto; top:0;}
}

/* programPage */
.pager_custom{margin-top:60px;}
.pager_custom .programPage{margin-top:0;}
.pager_custom .programPage a{width:38px; height:38px; font-size:14px; color:#aaaaaa; letter-spacing:0em; font-weight:600; line-height:38px; margin:2px; border:0; border-radius:50%;}
.pager_custom .programPage a:hover{border:0; color:#fff; background:#444;}
.pager_custom .programPage a.active{color:#fff; background:#444;}


/*----- 공지사항, 자주묻는질문 -----*/
.faq_custom{}
.faq_custom .program_search{margin:0; margin-bottom:60px;}
.faq_custom .program_search select{width:180px; height:50px; font-size:14px; color:#222222; letter-spacing:-0.045em; font-weight:300; text-align:left; text-align-last:left; padding-left:10px; border:2px solid #000000; background:url('/img/select_arrow02.png') no-repeat right center; appearance:none; -webkit-appearance:none; -moz-appearance:none;}
.faq_custom .program_search .input_box{position:relative; display:inline-block; vertical-align:top; width:calc(100% - 190px); max-width:400px;}
.faq_custom .program_search .input_box input[type="text"]{width:100%; height:50px; font-size:14px; color:#aaaaaa; letter-spacing:-0.045em; font-weight:300; padding:0 40px 0 10px; border:2px solid #000000; box-sizing:border-box;}
.faq_custom .program_search .input_box a{position:absolute; top:50%; right:15px; display:block; width:auto; height:auto; border:0; margin:0; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}

.faq_custom .faq_table{border-top:1px solid #e6e6e6;}
.faq_custom .faq_table > tbody > tr{border-bottom:1px solid #e6e6e6;}
.faq_custom .faq_table > tbody > tr > th{height:auto; padding:30px 20px; font-size:0; letter-spacing:-4px;}
.faq_custom .faq_table > tbody > tr > th h5{display:inline-block; vertical-align:middle; width:20px; font-size:14px; color:#444; letter-spacing:0em; font-weight:500; margin:0; }
.faq_custom .faq_table > tbody > tr > th h6{display:inline-block; vertical-align:top; width:calc(100% - 40px); font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300; margin:0;}
.faq_custom .faq_table > tbody > tr > td{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; padding:30px 20px 60px; background:transparent;}
.faq_custom .faq_table tr.on_e, .faq_custom .faq_table tr:hover{background:none;}
.faq_custom .faq_table tr.on_e th, .faq_custom .faq_table tr:hover th{background:none;}

.faq_custom .program_table table tr th{font-size:18px; color:#222222; letter-spacing:-0.045em; font-weight:500; background:#f9f9f9;}
.faq_custom .program_table table tr td,
.faq_custom .program_table table tr td{font-size: 14px;}
.faq_custom .program_table table tr td p{font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300;}
.faq_custom .program_table tr.on_e, .table_custom .program_table tr:hover{background:none;}
.faq_custom .program_table tr.on_e th, .table_custom .program_table tr:hover th{background:none;}

.faq_custom .readTop .imgTitle_sub,
.faq_custom .readEdit{font-size: 14px;}

@media all and (max-width:1000px){
	.faq_custom .program_search select{width:50%;}
	.faq_custom .program_search .input_box{display:block; width:calc(100% - 50px); max-width:100%; margin:10px auto 0;}
}



/* ==========================================================================
	로그인, 회원가입
========================================================================== */
.member_tit{margin-bottom:60px; text-align:center;}
.member_tit i{display:block; width:70px; height:70px; margin:0 auto 20px; border-radius:50%; box-shadow:0 17px 38px rgba(0, 0, 0, 0.07);}
.member_tit p{font-size:14px; color:#444; letter-spacing:-0.045em; font-weight:300;}
.member_tit p span{font-size:20px; letter-spacing:0em; font-weight:600;}

/*----- 로그인 -----*/
.login_wrap.login_custom{max-width:560px; padding:0; border:0;}
.login_custom .loginCon{border:0; padding:0; margin-top:60px;}
.login_custom .loginCon li{width:100%; padding:0; border:0;}
.login_custom .loginCon li .linp_wrap{float:none; width:100%;}
.login_custom .loginCon li dl{padding:0; border:1px solid #e6e6e6;}
.login_custom .loginCon li dl dt{display:none;}
.login_custom .loginCon li dl dd{width:100%;}
.login_custom .loginCon li dl dd input{width:100%; height:auto; font-size:14px; color:#222; letter-spacing:-0.045em; font-weight:300; padding:26px 20px; margin:0; box-sizing:border-box;}
.login_custom .loginCon li dl dd input::placeholder{color:#bbbbbb;}
.login_custom .loginCon li .login_btn{float:none; width:100%; height:auto; font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.5; padding:23px 0; background:#444; margin-top:20px; }

.login_custom .loginCon li.mid{margin:25px 0; font-size:0; letter-spacing:-4px;}
.login_custom .loginCon li.mid i{display:inline-block; vertical-align:middle; width:100%; height:1px; background:#e4e4e4;}
.login_custom .loginCon li.mid span{display:inline-block; vertical-align:middle; width:40px; font-size:14px; color:#aaaaaa; letter-spacing:0em; font-weight:500;}

.login_custom .loginCon li.last div{display:table; width:100%; height:80px; background:#212121;}
.login_custom .loginCon li.last div span{float:none; display:table-cell; vertical-align:middle; width:60%; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:300; line-height:1.2; padding:0 40px; box-sizing:border-box;}
.login_custom .loginCon li.last div a{float:none; display:table-cell; vertical-align:middle; width:40%; height:100%; font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.2; background:#000000; word-break:keep-all; height: auto;}
.login_custom .loginCon li.last div.text{background:transparent; width: auto; height: auto; margin-top: 0;}
.login_custom .loginCon li.last div.text a{font-size: 14px; color: #444; width: auto; background:transparent;}
.login_custom .loginCon li.last div:nth-of-type(2){background:#dddddd;}
.login_custom .loginCon li.last div:nth-of-type(2) span{color:#666666;}
.login_custom .loginCon li.last div:nth-of-type(2) a{background:#c5c5c5;}

.login_custom .member_box02{padding:0;}


	.login_custom .member_box02{margin: 0;}
	.login_custom .member_box02_In{display: flex;}
	.login_custom .member_box02_In a{width: 100px; font-size: 0;}
	.login_custom .member_box02_In > a{background-position: right 16px center; border-radius: 10px;}


/*----- 회원가입 -----*/
.join_custom .writeForm > table{border-top:1px solid #000000;}
.join_custom .writeForm > table > tbody > tr > th{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; padding:10px 20px; background:#f7f7f7;}
.join_custom .writeForm > table > tbody > tr > th span {font-size:14px; color:#aaa; }
.join_custom .writeForm table tr td input[type="text"]{font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300;}
.join_custom .writeForm table tr td input[type="text"]::placeholder{color:#aaaaaa;}
.join_custom .writeForm table tr td > span{color:#aaaaaa;}
.join_custom .writeForm table tr td a.id_ch{font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; border:0; background:#000;}
.join_custom .writeForm table tr td a.zip_ch{font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; border:0; background:#000;}
.join_custom .writeForm table tr td span.password_ch{display:none;}
.join_custom .writeForm table tr td span.phone_txt{margin:0 5px;}
.join_custom .writeForm table tr td select{text-align:left; text-align-last:left; margin-right:0; font-size:14px; color:#aaaaaa; letter-spacing:-0.045em; font-weight:300; }
.join_custom .writeForm table tr td select::-ms-expand{display:none;}
.join_custom .writeForm table tr td select.selectNum{width:calc(33.333333% - 10px); max-width:190px; background:url('/img/select_arrow.png') no-repeat center right; appearance:none; -webkit-appearance:none; -moz-appearance:none;}
.join_custom .writeForm table tr td .inputNum{width:calc(33.333333% - 10px); max-width:190px;}
.join_custom .writeForm table tr td .inputNum:first-of-type{margin-right:0;}
.join_custom .writeForm_btn a{width:calc(50% - 5px); max-width:240px; height:60px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:60px; border-radius:60px; background:#c3c3c3;}
.join_custom .writeForm_btn a.col02{background:#444444;}

.join_custom .check_custom{display:inline-block; margin-left:20px;}
.join_custom .check_custom label{padding:3px 0; padding-left:30px; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300;}

@media all and (max-width:770px){
	.join_custom .writeForm > table > tbody > tr > td{padding:15px 0;}
	.join_custom .writeForm table tr td span.phone_txt{display:none;}
	.join_custom .writeForm table tr td select.selectNum{max-width:100%; margin-right:10px;}
	.join_custom .writeForm table tr td .inputNum{max-width:100%;}
	.join_custom .writeForm table tr td .inputNum:first-of-type{margin-right:10px;}
	.join_custom .check_custom{margin-left:0;}
}

.writeForm table tr td .birth_box{font-size:0; letter-spacing:-4px; max-width:600px; width:100%;}
.writeForm table tr td .birth_box select{display:inline-block; vertical-align:top; width:calc(30% - 13.33333px); margin-right:20px;}
.writeForm table tr td .birth_box select:last-of-type{margin-right:0;}

/*----- 회원정보수정 -----*/
.edit_custom .sub_tit{padding-bottom:100px;}
.edit_custom .writeForm > table{border-top:1px solid #000000;}
.edit_custom .writeForm > table > tbody > tr > th{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; padding:10px 30px; background:#f7f7f7;}
.edit_custom .writeForm table tr td *{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300;}
.edit_custom .writeForm table tr td > label{margin-right:30px;}
.edit_custom .writeForm table tr td input[type="text"]{font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300;}
.edit_custom .writeForm table tr td input[type="text"]::placeholder{color:#aaaaaa;}
.edit_custom .writeForm table tr td > span{font-size:14px; color:#aaaaaa;}
.edit_custom .writeForm table tr td a.id_ch{font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; border:0; background:#000;}
.edit_custom .writeForm table tr td a.zip_ch{font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; border:0; background:#000;}
.edit_custom .writeForm table tr td a.btn{display:inline-block; vertical-align:middle; width:140px; height:37px; line-height:35px; margin-left:10px; text-align:center; box-sizing:border-box; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; border:0; background:#a0a0a0;}
.edit_custom .writeForm table tr td span.password_ch{display:none;}
.edit_custom .writeForm table tr td span.phone_txt{margin:0 5px;}
.edit_custom .writeForm table tr td select{text-align:left; text-align-last:left; margin-right:0; font-size:14px; color:#aaaaaa; letter-spacing:-0.045em; font-weight:300; }
.edit_custom .writeForm table tr td select::-ms-expand{display:none;}
.edit_custom .writeForm table tr td select.selectNum{width:calc(33.333333% - 10px); max-width:160px; background:url('/img/select_arrow.png') no-repeat center right; appearance:none; -webkit-appearance:none; -moz-appearance:none;}
.edit_custom .writeForm table tr td .inputNum{width:calc(33.333333% - 10px); max-width:160px;}
.edit_custom .writeForm table tr td .inputNum:first-of-type{margin-right:0;}
.edit_custom .writeForm_btn a{width:calc(50% - 5px); max-width:240px; height:60px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:60px; border-radius:60px; background:#c3c3c3;}
.edit_custom .writeForm_btn a.col02{background:#444444;}

.edit_custom .check_custom{display:inline-block; margin-left:20px;}
.edit_custom .check_custom label{padding:3px 0; padding-left:30px; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300;}

.edit_custom .tit{padding:15px 30px; background:#f6f6f6;}
.edit_custom .tit:after{content:''; display:block; clear:both;}
.edit_custom .tit p{position:relative; display:inline-block; vertical-align:top; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:5px 0; margin-right:60px;}
.edit_custom .tit .check_custom{float:right;}
.edit_custom .box{padding:30px; border-bottom:1px solid #e6e6e6;}
.edit_custom .box dl{font-size:0; letter-spacing:-4px; margin:10px 0;}
.edit_custom .box dl dt{display:inline-block; vertical-align:top; width:160px; font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.6; }
.edit_custom .box dl dd{display:inline-block; vertical-align:top; width:calc(100% - 160px); font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.edit_custom .bot_btn{text-align:right; margin-top:20px;}
.edit_custom .bot_btn a{display:inline-block; vertical-align:top; margin-left:10px; width:150px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; text-align:center; padding:5px 0; border:1px solid #d7d7d7; background:#fff;}

.mypages_popup.edit .conts{padding:20px 20px 60px;}
.mypages_popup.edit .conts .tit_box{padding:40px 0 60px; text-align:center;}
.mypages_popup.edit .conts .tit_box h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0; padding-top:10px;}
.mypages_popup.edit .conts .writeForm{margin-top:20px;}
.mypages_popup.edit .conts .writeForm table tr td .addr{width:100%;}
.mypages_popup.edit .conts .bot_check{text-align:right; margin:10px 0 40px;}
.mypages_popup.edit .conts .bot_btn{text-align:center;}
.mypages_popup.edit .conts .btns{font-size:0; letter-spacing:-4px; text-align:center;}
.mypages_popup.edit .conts .btns a{display:inline-block; vertical-align:top; width:50%; font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.6; padding:22px 0; background:#000;}
.mypages_popup.edit .conts .btns a.type02{background:#c3c3c3;}

.mypages_popup.edit02 .conts{max-height:90vh; overflow-y:auto;}
.mypages_popup.edit02 .conts .cont_box{padding:20px 20px 60px;}
.mypages_popup.edit02 .conts .tit_box{padding:40px 0 60px; text-align:center;}
.mypages_popup.edit02 .conts .tit_box h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0; margin-top:10px;}
.mypages_popup.edit02 .conts .txt_box{padding:20px 10px; border-top:1px solid #000000; }
.mypages_popup.edit02 .conts .txt_box p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.mypages_popup.edit02 .conts .txt_box p + p{margin-top:20px;}
.mypages_popup.edit02 .conts .txt_box p b{color:#444; font-weight:500;}
.mypages_popup.edit02 .conts .table_box{padding:20px 0;}
.mypages_popup.edit02 .conts .table_box table{width:100%; border-top:1px solid #000;}
.mypages_popup.edit02 .conts .table_box table thead th{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; padding:10px 20px; text-align:center; border-bottom:1px solid #e6e6e6; border-right:1px solid #e6e6e6; background:#f7f7f7}
.mypages_popup.edit02 .conts .table_box table thead th:last-of-type{border-right:0;}
.mypages_popup.edit02 .conts .table_box table tbody td{font-size:14px; color:#aaaaaa; letter-spacing:-0.045em; font-weight:300; padding:10px 20px; text-align:center; border-bottom:1px solid #e6e6e6; border-right:1px solid #e6e6e6;}
.mypages_popup.edit02 .conts .table_box table tbody td:last-of-type{border-right:0;}
.mypages_popup.edit02 .conts .bot_box{text-align:center; margin:10px 0 40px;}
.mypages_popup.edit02 .conts .bot_box .input_box{margin-top:20px;}
.mypages_popup.edit02 .conts .bot_box .input_box label{display:inline-block; vertical-align:middle; margin-right:20px; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300;}
.mypages_popup.edit02 .conts .bot_box .input_box input{display:inline-block; vertical-align:middle; height:37px; border:1px solid #dedede; font-size:14px; padding:0 20px; vertical-align:middle; box-sizing:border-box}
.mypages_popup.edit02 .conts .btns{font-size:0; letter-spacing:-4px; text-align:center;}
.mypages_popup.edit02 .conts .btns a{display:block; font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.6; padding:22px 0; background:#000;}
.mypages_popup.edit02 .conts .btns_noclose{font-size:0; letter-spacing:-4px; text-align:center;}
.mypages_popup.edit02 .conts .btns_noclose a{display:block; font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.6; padding:22px 0; background:#000;}

.mypages_popup.edit03 .conts .cont_box{padding:20px 20px 60px;}
.mypages_popup.edit03 .conts .tit_box{padding:40px 0 60px; text-align:center;}
.mypages_popup.edit03 .conts .tit_box h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0; padding-top:10px;}
.mypages_popup.edit03 .conts .bot_box{text-align:center;}
.mypages_popup.edit03 .conts .bot_box .input_box label{display:inline-block; vertical-align:middle; margin-right:20px; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300;}
.mypages_popup.edit03 .conts .bot_box .input_box input{display:inline-block; vertical-align:middle; height:37px; border:1px solid #dedede; font-size:14px; padding:0 20px; vertical-align:middle; box-sizing:border-box}
.mypages_popup.edit03 .conts .btns{font-size:0; letter-spacing:-4px; text-align:center;}
.mypages_popup.edit03 .conts .btns a{display:block; font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.6; padding:22px 0; background:#000;}
.mypages_popup.edit03 .conts .btns_noclose{font-size:0; letter-spacing:-4px; text-align:center;}
.mypages_popup.edit03 .conts .btns_noclose a{display:block; font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.6; padding:22px 0; background:#000;}

@media all and (max-width:1000px){
	.edit_custom .tit{padding:10px 20px;}
	.edit_custom .tit p{margin-right:20px;}
	.edit_custom .box{padding:30px 20px;}
	.mypages_popup.edit .conts{max-height:600px; padding:20px 20px 40px; }
	.mypages_popup.edit .conts .tit_box{padding:20px 0;}
	.mypages_popup.edit02 .conts{max-height:600px; padding:20px 20px 40px; }
	.mypages_popup.edit02 .conts .tit_box{padding:20px 0;}
	.mypages_popup.edit03 .conts{max-height:600px; padding:20px 20px 40px; }
	.mypages_popup.edit03 .conts .tit_box{padding:20px 0;}
}
@media all and (max-width:770px){
	.edit_custom .writeForm > table > tbody > tr > td{padding:15px 0;}
	.edit_custom .writeForm table tr td span.phone_txt{display:none;}
	.edit_custom .writeForm table tr td select.selectNum{max-width:100%; margin-right:10px;}
	.edit_custom .writeForm table tr td .inputNum{max-width:100%;}
	.edit_custom .writeForm table tr td .inputNum:first-of-type{margin-right:10px;}
	.edit_custom .check_custom{margin-left:0;}
}

/* ==========================================================================
	마이페이지
========================================================================== */
/* mypages_tit_box */
.mypages_tit_box{padding:15px 30px; background:#f6f6f6;}
.mypages_tit_box:after{content:''; display:block; clear:both;}
.mypages_tit_box p{position:relative; display:inline-block; vertical-align:top; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:5px 0; margin-right:60px;}
.mypages_tit_box p:last-of-type{margin-right:0;}
.mypages_tit_box p:before{content:''; position:absolute; top:8px; right:-30px; display:block; width:1px; height:14px; background:#b5b5b5;}
.mypages_tit_box p:last-of-type:before{display:none;}
.mypages_tit_box a{float:right; display:block; width:150px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; text-align:center; padding:5px 0; border:1px solid #d7d7d7; background:#fff;}
.mypages_tit_box h6{float:right; font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:500; line-height:1.6; margin:5px 0;}

@media all and (max-width:1000px){
	.mypages_tit_box{padding:10px 20px;}
	.mypages_tit_box p{margin-right:20px;}
	.mypages_tit_box p:before{right:-10px;}
	.mypages_tit_box a{margin-top:10px;}
}

/* mypages_txt_box */
.mypages_txt_box{padding:60px 20px; border-radius:20px; text-align:center; box-sizing:border-box; box-shadow:0 16px 60px rgba(27, 27, 27, 0.06);}
.mypages_txt_box h6{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.2; word-break:keep-all;}
.mypages_txt_box p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin-top:10px; word-break:keep-all;}
.mypages_txt_box a{display:inline-block; width:250px; font-size:14px; color:#000000; letter-spacing:-0.045em; font-weight:500; line-height:1.6; text-align:center; margin-top:40px; border:2px solid #000000; border-radius:30px; padding:12px 0; box-sizing:border-box;}
.mypages_txt_box a.type02{color:#fff; background:#444444; border-color:#444444;}

/* mypages_inquiry_box */
.mypages_inquiry_box{position:relative; padding:30px 30px 30px 40px; border-bottom:1px solid #e6e6e6; border-top:1px solid #000; box-sizing:border-box;}
.mypages_inquiry_box h5{position:relative; display:inline-block; vertical-align:middle; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; margin:0; margin-right:30px;}
.mypages_inquiry_box h5:before{content:''; position:absolute; top:12px; left:-10px; display:block; width:4px; height:4px; background:#d1d1d1; border-radius:50%; }
.mypages_inquiry_box p{font-size:14px; color:#aaaaaa; letter-spacing:0em; font-weight:300; margin-top:20px;}
.mypages_inquiry_box select{display:inline-block; vertical-align:middle; width:180px; margin-right:5px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; padding:6px 15px; border:1px solid #d1d1d1; box-sizing:border-box; background:url('/img/select_arrow03.png') no-repeat center right; appearance:none; -webkit-appearance:none; -moz-appearance:none;}
.mypages_inquiry_box select::-ms-expand{display:none;}
.mypages_inquiry_box a{position:absolute; top:30px; right:30px; display:block; width:100px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; padding:5px 0; background:#444444; box-sizing:border-box; text-align:center;}


@media all and (max-width:1000px){
	.mypages_inquiry_box{padding:30px 10px 30px 30px;}
	.mypages_inquiry_box a{position:static; top:auto; right:auto; margin-top:20px; margin-left:auto;}
}
@media all and (max-width:767px){
	.mypages_inquiry_box h5{width:100%; margin-right:0; margin-bottom:20px;}
}

/* mypages_prod_list */
.mypages_prod_list{height:168px; font-size:0; letter-spacing:-4px;}
.mypages_prod_list .img_box{position:relative; display:inline-block; vertical-align:top; width:192px; height:100%; border:1px solid #e4e4e4; overflow:hidden; box-sizing:border-box;}
.mypages_prod_list .img_box img{position:absolute; top:50%; left:50%; display:block; width:100%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.mypages_prod_list .txt_box{position:relative; display:inline-block; vertical-align:top; width:calc(100% - 192px); height:100%; padding-left:20px; box-sizing:border-box;}
.mypages_prod_list .txt_box .top:after{content:''; display:block; clear:both;}
.mypages_prod_list .txt_box .top h5{display:inline-block; font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300; margin:0; vertical-align:middle;}
.mypages_prod_list .txt_box .top h5.col02{color:#009cf5;}
.mypages_prod_list .txt_box .top h5.col03{color:#f51700;}
.mypages_prod_list .txt_box .top > a{display:inline-block; vertical-align:middle; width:100px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1; text-align:center; padding:5px 0; border:1px solid #d7d7d7; background:#f5f5f5; box-sizing:border-box; margin-left:15px;}
.mypages_prod_list .txt_box .top .coupon_addon{height:0;line-height:40px; transition:0.5s;overflow:hidden;}
.mypages_prod_list .txt_box .top .coupon_addon.active{height:43px;box-sizing:border-box;margin-top:10px;}
.mypages_prod_list .txt_box .top .coupon_addon a{display:block;width:100%;font-size:14px;color:#666;}
.mypages_prod_list .txt_box .top .coupon_addon select{width:40%;float:left;height:35px;background-color:#fff;color:#111;font-size:14px;padding-left:10px;box-sizing:border-box;border:1px solid #e1e1e1;    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.mypages_prod_list .txt_box .top .coupon_addon > span.dis_price{color:#444444;font-size:14px;font-weight:400;float:right;padding-right:10px;}
.mypages_prod_list .txt_box .top .coupon_addon > span.dis_price b{font-weight:800;margin-right:2px;}
.mypages_prod_list .txt_box .top .btns{float:right;}
.mypages_prod_list .txt_box .top .btns a{display:block; width:104px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; padding:4px 5px; border:1px solid #d7d7d7; margin-bottom:5px; text-align:center; box-sizing:border-box;}
.mypages_prod_list .txt_box .top .btns a img{display:inline-block; vertical-align:middle; margin-left:5px; margin-top:-4px;}
.mypages_prod_list .txt_box .top .btns a.col02{color:#444444; border:2px solid #444444; padding:3px 5px;}
.mypages_prod_list .txt_box .bot{position:absolute; bottom:0; left:0; width:100%; padding-left:20px; box-sizing:border-box;}
.mypages_prod_list .txt_box .prod_text{display:inline-block; vertical-align:bottom; width:calc(100% - 110px);}
.mypages_prod_list .txt_box .prod_text p{font-size:14px; color:#444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.mypages_prod_list .txt_box .price_box{display:inline-block; vertical-align:bottom; width:110px; text-align:right;}
.mypages_prod_list .txt_box .price_box .before_price{position:relative; display:inline-block; font-size:14px; color:#aaaaaa; letter-spacing:-0.045em; font-weight:300;}
.mypages_prod_list .txt_box .price_box .before_price:before{content:''; position:absolute; top:50%; left:0; display:block; width:100%; height:1px; background:#aaaaaa;}
.mypages_prod_list .txt_box .price_box .price{font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:500;}

@media all and (max-width:1000px){
	.mypages_prod_list{height:auto;}
	.mypages_prod_list .img_box{width:40%; height:auto; padding-bottom:35%;}
	.mypages_prod_list .txt_box{width:60%; height:auto;}
	.mypages_prod_list .txt_box .top{margin-bottom:10px;}
	.mypages_prod_list .txt_box .top .coupon_addon select{width:60%}
	.mypages_prod_list .txt_box .bot{position:static; bottom:auto; left:auto; padding-left:0;}
}

/* mypages_bot_btn */
.mypages_bot_btn{text-align:center;}
.mypages_bot_btn a{display:inline-block; vertical-align:top; width:250px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.4; padding:17px 0; margin:5px; border-radius:60px; background:#444444;}
.mypages_bot_btn a img{display:inline-block; vertical-align:middle; margin-left:20px; margin-top:-4px;}
.mypages_bot_btn a.type02{background:#c3c3c3;}
.mypages_bot_btn a.type02 img{margin-left:0; margin-right:20px;}

.mypages_bot_btn02{font-size:0; letter-spacing:-4px; text-align:center;}
.mypages_bot_btn02 a{display:inline-block; vertical-align:top; width:50%; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.4; padding:17px 0; background:#444444;}
.mypages_bot_btn02 a.type02{background:#000000;}
.mypages_bot_btn02 a.type03{background:#c3c3c3;}

@media all and (max-width:1000px){
	.mypages_bot_btn a{width:200px;}
}

/* mypages_popup */
.mypages_popup_bg{position:fixed; top:0; left:0; display:none; width:100%; height:100%; background:rgba(0, 0, 0, 0.55); z-index:150; cursor:pointer;}
.mypages_popup{position:fixed; top:50%; left:50%; display:none; width:90%; max-width:600px; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); z-index:160;}
.mypages_popup .x_btn{text-align:right; padding-bottom:10px;}
.mypages_popup .x_btn a{display:inline-block; font-size:18px; color:#fff; letter-spacing:-0.045em; font-weight:300;}
.mypages_popup .x_btn a img{display:inline-block; vertical-align:middle; margin-left:5px; margin-top:-4px;}
.mypages_popup .conts{background:#fff; box-sizing:border-box; overflow-y:auto;}


/*----- 홈 -----*/
.mypages_heading {padding:100px 0 50px;}
.mypages_heading .sub_tit{margin-bottom:60px;}
.mypages_heading .sub_tit02{padding:30px 0; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; display: flex; justify-content: space-between; gap: 30px; align-items: center;}
.mypages_heading .sub_tit02 .right {text-align: right;}
.mypages_heading .sub_tit02 .edit a {font-weight: 500; font-size:14px; letter-spacing: -0.045em; color: #444444;}
.mypages_heading .sub_tit02 .edit a i {display: inline-block; width: 15px; height: 13px; background: url(/img/edit_15x13.png) no-repeat center center; background-size: 15px auto; filter: brightness(0) saturate(100%) invert(59%) sepia(45%) saturate(2735%) hue-rotate(10deg) brightness(105%) contrast(106%); margin-right: 5px;}
.mypages_heading .sub_tit02 .coupon {margin-top: 30px;}
.mypages_heading .sub_tit02 .coupon a {display:inline-block; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:300; line-height:1.2; margin:0; padding:5px 15px; background:#444; margin-right: 15px;}
.mypages_heading .sub_tit02 .coupon span {font-weight: 300; font-size:20px; line-height: 1.36em; letter-spacing: -0.045em; color: #000;}
.mypages_heading .sub_tit02 .coupon span b {font-weight: 600; font-size:20px; line-height: 1.15em; letter-spacing: 0;}

.mypages_heading .tab_btns ul li{border-width: 2px;}
@media all and (max-width: 767px) {
	.mypages_heading{padding: 96px 0 50px;}
	.mypages_heading .sub_tit02 {flex-wrap: wrap;}
	.mypages_heading .sub_tit02 .right,
	.mypages_heading .sub_tit02 .left {width: 100%; text-align: left;}
	.mypages_heading .sub_tit02 .right {display: flex; align-items: center; justify-content: space-between;}
	.mypages_heading .sub_tit02 .coupon {margin-top: 0;}
}

.mypages_con01 .mypages_tit_box + .mypages_tit_box {margin-top: 20px;}
.mypages_con01 .mypages_tit_box p span {color: #444444;}
.mypages_con01 ul{margin:30px 0; font-size:0; letter-spacing:-4px; background:#fff9ed; border-top:1px solid #444444;}
.mypages_con01 ul li{position:relative; display:inline-block; vertical-align:top; width: 50%; text-align:center; padding:28px 0; box-sizing:border-box;}
.mypages_con01 ul li:before{content:''; position:absolute; top:50%; right:0; display:block; width:1px; height:50px; background:#fde6b9; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.mypages_con01 ul li:last-of-type:before{display:none;}
.mypages_con01 ul li h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0;}
.mypages_con01 ul li p{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:300; margin-top:5px;}
.mypages_con01 ul li p b{font-size:20px; font-weight:600;}
.mypages_con01 ul li p b span {color: #444444;}

.mypages_con01 ul.grid-03 li {width: 33.3333%;}
/* .mypages_con01 ul.grid-05 li {width: 20%;} */
.mypages_con01 ul.grid-05 li {width: 16.5%;}

.mypages_con01 dl{display:table; width:100%; min-height:180px; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; box-sizing:border-box; font-size:0; letter-spacing:-4px;}
.mypages_con01 dl dt{display:table-cell; vertical-align:top; width:50%; padding:30px; box-sizing:border-box;}
.mypages_con01 dl dt h5{display:inline-block; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:300; line-height:1.2; margin:0; margin-bottom:10px; padding:5px 15px; background:#444444;}
.mypages_con01 dl dt h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.6; margin:0;}
.mypages_con01 dl dt h6{font-size:14px; color:#222222; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:0;}
.mypages_con01 dl dt p{font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.mypages_con01 dl dt p b{font-size:18px; color:#000000; font-weight:500;}
.mypages_con01 dl dd{display:table-cell; vertical-align:top; width:25%; padding:30px; border-left:1px dashed #e6e6e6; box-sizing:border-box;}
.mypages_con01 dl dd h5{display:inline-block; font-size:14px; color:#ffffff; letter-spacing:-0.045em; font-weight:300; line-height:1.2; margin:0; margin-bottom:10px; padding:5px 15px; background:#000000;}
.mypages_con01 dl dd h6{font-size:20px; color:#222222; letter-spacing:0em; font-weight:600; line-height:1.4; margin:0;}
.mypages_con01 dl dd h6.gray{font-size:20px; color:gray; letter-spacing:0em; font-weight:600; line-height:1.4; margin:0;}

.mypages_con02{padding-bottom:60px;}
.mypages_con02 .box{padding:30px; border-radius:20px; box-shadow:0 16px 60px rgba(27, 27, 27, 0.06);}
.mypages_con02 dl{font-size:0; letter-spacing:-4px; margin-top:30px; text-align:center;}
.mypages_con02 dl dt{display:inline-block; vertical-align:middle; width:170px; padding:39px 10px; border:2px solid #444444; border-radius:20px; box-sizing:border-box;}
.mypages_con02 dl dt h5{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:300; margin:0;}
.mypages_con02 dl dt h5 b{font-size:20px; font-weight:600;}
.mypages_con02 dl dt p{font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin-top:5px;}
.mypages_con02 dl dt.type02{background:#ffc046;}
.mypages_con02 dl dt.type02 h5{color:#fff;}
.mypages_con02 dl dt.type02 p{color:#fff;}
.mypages_con02 dl dd{display:inline-block; vertical-align:middle; width:calc(100% - 340px);}
.mypages_con02 dl dd ul li{display:inline-block; vertical-align:top; margin-right:50px;}
.mypages_con02 dl dd ul li:last-of-type{margin-right:0;}
.mypages_con02 dl dd ul li h6{position:relative; font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0;}
.mypages_con02 dl dd ul li h6:before{content:''; position:absolute; top:12px; right:-30px; display:block; width:9px; height:15px; background:url('/img/mypages_arrow.png') no-repeat center center / contain;}
.mypages_con02 dl dd ul li:last-of-type h6:before{display:none;}
.mypages_con02 dl dd ul li p{font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin-top:20px;}

.mypages_con03{padding-bottom:60px;}
.mypages_con03 .mypages_tit_box {margin: 30px 0;}
.mypages_con03 .sub_tit03:after{content:''; display:block; clear:both;}
.mypages_con03 .sub_tit03 h4{display:inline-block; margin-bottom: 0;}
.mypages_con03 .sub_tit03 a{float:right; display:block; width:150px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; text-align:center; padding:5px 0; border:1px solid #d7d7d7; background:#fff;}
.mypages_con03 ul{font-size:0; letter-spacing:-4px;}
.mypages_con03 ul li{display:inline-block; vertical-align:top; width:calc(25% - 22.5px); margin-right:30px;}
.mypages_con03 ul li:nth-of-type(4n){margin-right:0;}
.mypages_con03 ul li:nth-of-type(n+5){margin-top:20px;}
.mypages_con03 ul li .img_box{position:relative; padding-bottom:86%; border:1px solid #e4e4e4; overflow:hidden;}
.mypages_con03 ul li .img_box img{position:absolute; top:50%; left:50%; display:block; width:100%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.mypages_con03 ul li .txt_box{margin-top:15px;}
.mypages_con03 ul li .txt_box h5{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.mypages_con03 ul li .txt_box p{font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:500; line-height:1.6; }

.mypages_con04{padding-bottom:150px; word-break: keep-all;}
.mypages_con04.pb-30 {padding-bottom: 30px;}
.mypages_con04 dl{border-top:1px solid #e6e6e6;}
.mypages_con04 dl:last-child {border-bottom: 1px solid #e6e6e6;}
.mypages_con04 dl dt{position:relative; padding:30px 20px; cursor:pointer;}
.mypages_con04 dl dt:before{content:''; position:absolute; top:50%; right:20px; display:block; width:16px; height:9px; background:url('/img/subscribe_arrow_off.png') no-repeat center center / contain; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.mypages_con04 dl dt h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0;}
.mypages_con04 dl dt h5 b{color:#000000; font-weight:500;}
.mypages_con04 dl dd{display:none; padding:30px 20px; border-top:1px solid #e6e6e6;}
.mypages_con04 dl dd a{position:relative; display:inline-block; font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all; padding-left:30px; margin-bottom:30px;}
.mypages_con04 dl dd a:before{content:''; position:absolute; top:6px; left:0; display:block; width:10px; height:10px; border-left:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; box-sizing:border-box;}
.mypages_con04 dl.on dt:before{background-image:url('/img/subscribe_arrow_on.png');}
.mypages_con04 dl.on dt h5{color:#444444; font-weight:500;}

.mypages_con04 .request-item h6 {font-weight: 300; font-size:18px; line-height: 1.5em; letter-spacing: -0.045em; color: #666;}
.mypages_con04 .request-item h6 b {font-weight: 500; color: #444444;}

.mypages_con04 .request-item ul {display: flex; position: relative; margin: 60px 0;}
.mypages_con04 .request-item ul::before {content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 66.6666%; height: 1px; background-color: #dcdcdc;}
.mypages_con04 .request-item ul li {width: 33.3333%; position: relative; text-align: center;}
.mypages_con04 .request-item ul li i {position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); width: 16px; height: 16px;background-color: rgba(68, 68, 68, 0.2); border-radius: 50%;}
.mypages_con04 .request-item ul li i::before {content: ''; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border-radius: 50%; background-color: #fff; transform: translate(-50%, -50%);}
.mypages_con04 .request-item ul li .txt_box {margin-top: 15px;}
.mypages_con04 .request-item ul li h6 {font-weight: 300; font-size:14px; letter-spacing: -0.045em; color: #aaa; margin: 0;}
.mypages_con04 .request-item ul li p {font-weight: 300; font-size: 14px; letter-spacing: -0.045em; color: #aaa; max-width: 15em; margin: auto;}
.mypages_con04 .request-item ul li.on h6{font-weight: 600; color: #222;}
.mypages_con04 .request-item ul li.on p{font-weight: 600; color: #222;}
.mypages_con04 .request-item ul li.on i::before{background-color: #444;}

@media all and (max-width:1000px){
	.mypages_con01{padding:0 0 60px;}
	.mypages_con01 ul li{width:100% !important;}
	.mypages_con01 ul li:before{top:auto; bottom:0; right:auto; left:50%; width:80%; height:1px; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%);}
	.mypages_con01 dl{display:block; min-height:0;}
	.mypages_con01 dl dt{display:block; width:100%; }
	.mypages_con01 dl dd{display:inline-block; width:50%; border-left:0; border-top:1px dashed #e6e6e6; border-right:1px dashed #e6e6e6;;}
	.mypages_con01 dl dd:last-of-type{border-right:0; }

	.mypages_con02 dl dt{width:100%; padding:20px 10px;}
	.mypages_con02 dl dd{width:100%; margin:40px 0;}
	.mypages_con02 dl dd ul li{width:25%; margin-right:0;}
	.mypages_con02 dl dd ul li h6:before{right:-5px;}

	.mypages_con03 .tit_box{padding:15px 20px;}
	.mypages_con03 .tit_box p{margin-right:20px;}
	.mypages_con03 .tit_box p:before{right:-10px;}
	.mypages_con03 ul li{width:calc(50% - 10px); margin-right:20px;}
	.mypages_con03 ul li:nth-of-type(2n){margin-right:0;}
	.mypages_con03 ul li:nth-of-type(n+3){margin-top:20px;}

	.mypages_con04{padding-bottom:100px;}
	.mypages_con04 .sub_tit{margin-bottom:40px;}
}

@media all and (max-width: 767px) {
	.mypages_con04 .request-item ul {flex-wrap: wrap; max-width: 300px; margin: 60px auto;}
	.mypages_con04 .request-item ul::before {left: 0; top: 0; width: 1px; height: 200px; transform: unset;}
	.mypages_con04 .request-item ul li {width: 100%; min-height: 100px; text-align: left; padding-left: 50px;}
	.mypages_con04 .request-item ul li i {top: 0; left: 0;}
	.mypages_con04 .request-item ul li .txt_box {margin-top: 0;}
	.mypages_con04 .request-item ul li p {max-width: unset;}
}

/*----- 나의주문내역 -----*/
.mypages_history_con01{padding:100px 0;}
.mypages_history_con01 .sub_tit{margin-bottom:60px;}
.mypages_history_con01 dl{border-bottom:1px solid #e6e6e6;}
.mypages_history_con01 dl dt{position:relative; padding:30px 20px; cursor:pointer;}
.mypages_history_con01 dl dt:before{content:''; position:absolute; top:50%; right:20px; display:block; width:16px; height:9px; background:url('/img/subscribe_arrow_off.png') no-repeat center center / contain; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.mypages_history_con01 dl dt h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0;}
.mypages_history_con01 dl dt h5 img{display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-4px;}
.mypages_history_con01 dl dd{display:none; padding:50px 20px; border-top:1px solid #e6e6e6;}
.mypages_history_con01 dl dd ul{font-size:0; letter-spacing:-4px; text-align:center; margin-bottom:60px;}
.mypages_history_con01 dl dd ul li{position:relative; display:inline-block; vertical-align:top; width:200px; height:200px; margin-right:80px; background:#f3f3f3; border:1px solid #d5d5d5; border-radius:50%; padding-top:30px; box-sizing:border-box;}
.mypages_history_con01 dl dd ul li:last-of-type{margin-right:0;}
.mypages_history_con01 dl dd ul li:before{content:''; position:absolute; top:50%; right:-46px; display:block; width:9px; height:15px; background:url('/img/mypages_arrow.png') no-repeat center center / contain; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.mypages_history_con01 dl dd ul li:last-of-type:before{display:none;}
.mypages_history_con01 dl dd ul li img{max-width:100%; margin:0 auto;}
.mypages_history_con01 dl dd ul li h6{font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:500; line-height:1.4; margin:0;}
.mypages_history_con01 dl dd .desc p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}
.mypages_history_con01 dl dd .desc p + p{margin-top:20px;}
.mypages_history_con01 dl dd .desc p span{display:inline-block; vertical-align:top; max-width:calc(100% - 36px);}
.mypages_history_con01 dl.on dt:before{background-image:url('/img/subscribe_arrow_on.png');}

.mypages_history_con02{padding-bottom:150px; font-size:0; letter-spacing:-4px;}
.mypages_history_con02 .search_box{padding:25px 35px; box-sizing:border-box; border-top:1px solid #000000; border-bottom:1px solid #e6e6e6}
.mypages_history_con02 .search_box dl{font-size:0; letter-spacing:-4px;}
.mypages_history_con02 .search_box dl dt{display:inline-block; vertical-align:middle; width:130px; padding-left:15px; box-sizing:border-box; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#666666; position:relative;}
.mypages_history_con02 .search_box dl dt:before{content:''; position:absolute; left:0; top:12px; width:4px; height:4px; border-radius:50%; background:#d1d1d1;}
.mypages_history_con02 .search_box dl dd{display:inline-block; vertical-align:middle; width:calc(100% - 130px); font-size:0; letter-spacing:-4px;}
.mypages_history_con02 .search_box dl dd:after{content:''; display:table; clear:both;}
/*.mypages_history_con02 .search_box dl dd ul{floaT:left; width:100%; max-width:380px; font-size:0; letter-spacing:-4px;}*/
/*.mypages_history_con02 .search_box dl dd ul li{width:100%;}*/
/*.mypages_history_con02 .search_box dl dd ul li span{displaY:inline-block; vertical-align:middle; font-size:14px; font-weight:300; letter-spacing:0; color:#888888; width:20px;}*/
/*.mypages_history_con02 .search_box dl dd ul li select{displaY:inline-block; vertical-align:middle; width:calc(50% - 10px); font-size:14px; font-weight:300; letter-spacing:0; color:#888888; height:40px; line-height:38px; box-sizing:border-box; border:1px solid #d1d1d1; text-align:center; background:url('/img/select_arrow03.png') no-repeat center right; appearance:none; -webkit-appearance:none; -moz-appearance:none; padding-left:10px;} */
/*.mypages_history_con02 .search_box dl dd ul li select::-ms-expand{display:none;}*/
/*.mypages_history_con02 .search_box dl dd ul li input{displaY:inline-block; vertical-align:middle; width:calc(50% - 10px); font-size:14px; font-weight:300; letter-spacing:0; color:#888888; height:40px; line-height:38px; box-sizing:border-box; border:1px solid #d1d1d1; text-align:center;}*/
/*.mypages_history_con02 .search_box dl dd ul li a{display:block; font-size:14px; font-weight:300; letter-spacing:0; color:#888888; height:40px; line-height:38px; box-sizing:border-box; border:1px solid #d1d1d1}*/
/*.mypages_history_con02 .search_box dl dd .btn{float:right; }*/
/*.mypages_history_con02 .search_box dl dd .btn a{display:block; width:100px; height:38px; line-height:38px; font-size:14px; font-weight:500; letter-spacing:-0.045em; background:#444444; color:#fff; text-align:center;}*/
.mypages_history_con02 .search_box dl dd ul{display:inline-block; width:100%; max-width:380px; font-size:0; letter-spacing:-4px;}
.mypages_history_con02 .search_box dl dd ul li{display:inline-block; vertical-align:top; width:33.333%; margin-right:0; margin-bottom:15px; text-align:center;}
.mypages_history_con02 .search_box dl dd ul li:nth-of-type(3){margin-right:0; }
.mypages_history_con02 .search_box dl dd ul li:nth-of-type(4){margin-right:0; margin-bottom:0; width:100%; font-size:0; letter-spacing:-4px;}
.mypages_history_con02 .search_box dl dd ul li.w100{width:100%;}
.mypages_history_con02 .search_box dl dd ul li a{display:block; font-size:14px; font-weight:300; letter-spacing:0; color:#888888; height:40px; line-height:38px; box-sizing:border-box; border:1px solid #d1d1d1}
.mypages_history_con02 .search_box dl dd ul li input{displaY:inline-block; vertical-align:middle; width:calc(50% - 40px); font-size:14px; font-weight:300; letter-spacing:0; color:#888888; height:40px; line-height:38px; box-sizing:border-box; border:1px solid #d1d1d1; text-align:center;}
.mypages_history_con02 .search_box dl dd ul li span{displaY:inline-block; vertical-align:middle; font-size:14px; font-weight:300; letter-spacing:0; color:#888888; width:20px;}
.mypages_history_con02 .search_box dl dd ul li i{displaY:inline-block; vertical-align:middle; width:30px;}
.mypages_history_con02 .search_box dl dd .btn{float:right; padding-top:56px;}
.mypages_history_con02 .search_box dl dd .btn a{display:block; width:100px; height:38px; line-height:38px; font-size:14px; font-weight:500; letter-spacing:-0.045em; background:#444444; color:#fff; text-align:center;}
.mypages_history_con02 .search_box > span{display:block; font-size:14px; font-weight:300; letter-spacing:0; color:#aaaaaa; margin-top:20px;}

@media all and (max-width:1000px){
	.mypages_history_con01{padding-top: 96px;}
	.mypages_history_con02 .search_box{padding:20px;}
	.mypages_history_con02 .search_box dl dt{width:100%; margin-bottom:15px;}
	.mypages_history_con02 .search_box dl dd{width:100%;}
	.mypages_history_con02 .search_box dl dd ul{width:calc(100% - 110px); margin-right:10px}
	.mypages_history_con02 .search_box dl dd .btn{padding-top:20px;}
}

.mypages_history_con02 .sub_tit03{margin-bottom:40px;}
.mypages_history_con02 .mypages_tit_box{margin:40px 0 0;}
.mypages_history_con02 .desc_box{padding:30px; border-bottom:1px solid #e6e6e6;}
.mypages_history_con02 .desc_box:after{content:''; display:block; clear:both;}
.mypages_history_con02 .desc_box p{display:inline-block; font-size:18px; color:#444444; letter-spacing:-0.045em; font-weight:300; margin:5px 0;}
.mypages_history_con02 .desc_box a{float:right; display:block; width:180px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:300; padding:5px 0; background:#000; text-align:center;}
.mypages_history_con02 .desc_box a.col02{color:#c8c8c8; background:#ebebeb; cursor:default;}
.mypages_history_con02 .left_box{display:inline-block; vertical-align:top; width:calc(50% - 20px); margin-top:30px; margin-right:40px;}
.mypages_history_con02 .left_box ul{font-size:0; letter-spacing:-4px;}
.mypages_history_con02 .left_box ul li + li{margin-top:30px;}

.mypages_history_con02 .right_box{display:inline-block; vertical-align:top; width:calc(50% - 20px); margin-top:30px;}
.mypages_history_con02 .right_box > a{display:block; font-size:18px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.5; padding:16px 0; margin-bottom:20px; background:#000; text-align:center;}
.mypages_history_con02 .right_box > a.gray{display:block; font-size:18px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.5; padding:16px 0; margin-bottom:20px; background:gray; text-align:center;}
.mypages_history_con02 .right_box dl{border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; margin-bottom:20px;}
.mypages_history_con02 .right_box dl dt{position:relative; padding:15px 20px; cursor:pointer;}
.mypages_history_con02 .right_box dl dt:before{content:''; position:absolute; top:50%; right:20px; display:block; width:16px; height:9px; background:url('/img/subscribe_arrow_off.png') no-repeat center center / contain; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.mypages_history_con02 .right_box dl dt h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0;}
.mypages_history_con02 .right_box dl dt h5 img{display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-4px;}
.mypages_history_con02 .right_box dl dd{ padding:40px 20px; border-top:1px solid #e6e6e6; background:#fffdf9; box-sizing:border-box;}
.mypages_history_con02 .right_box dl dd .img img{max-width:100%;}
.mypages_history_con02 .right_box dl dd .desc p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all; margin:10px 0;}
.mypages_history_con02 .right_box dl dd .desc table {width:100% !important; }
.mypages_history_con02 .right_box dl dd .desc * {font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all; margin:10px 0;}
.mypages_history_con02 .right_box dl.on dt:before{background-image:url('/img/subscribe_arrow_on.png');}

.mypages_history_con02 .pager_custom{padding-top:40px; border-top:1px solid #e6e6e6;}

@media all and (max-width:1200px){
	.mypages_history_con01 dl dd ul li{width:160px; height:160px; margin-right:30px; padding-top:20px;}
	.mypages_history_con01 dl dd ul li:before{right:-21px;}
	.mypages_history_con01 dl dd ul li img{max-width:50%;}
}
@media all and (max-width:1000px){
	.mypages_history_con01{padding:96px 0 60px;}
	.mypages_history_con01 dl dd{padding:30px 10px;}
	.mypages_history_con02{padding-bottom:100px;}
	.mypages_history_con02 .desc_box{padding:30px 20px;}
	.mypages_history_con02 .desc_box p{width:100%; margin-bottom:10px;}
	.mypages_history_con02 .left_box{width:100%; margin-right:0;}
	.mypages_history_con02 .right_box{width:100%;}
}
@media all and (max-width:767px){
	.mypages_history_con01 dl dd ul li{width:120px; height:120px; margin-right:20px; padding-top:10px;}
	.mypages_history_con01 dl dd ul li:before{right:-16px;}
}

/*----- 구매상품 선택 -----*/
.mypages_select_con01{padding:100px 0 150px;}
.mypages_select_con01 .sub_tit{margin-bottom:100px;}
.mypages_select_con01 .sub_tit03{margin-bottom:40px;}
.mypages_select_con01 .prod_box{margin-top:30px;}
.mypages_select_con01 .prod_box ul li{font-size:0; letter-spacing:-4px;}
.mypages_select_con01 .prod_box ul li + li{margin-top:30px;}
.mypages_select_con01 .prod_box ul li .check_custom{display:inline-block; vertical-align:middle; width:90px; text-align:center;}
.mypages_select_con01 .prod_box ul li .mypages_prod_list{display:inline-block; vertical-align:middle; width:calc(100% - 90px);}
.mypages_select_con01 .prod_box .bot_price_box{padding-top:30px; margin-top:60px; border-top:1px solid #e6e6e6; text-align:right;}
.mypages_select_con01 .prod_box .bot_price_box p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; margin-bottom:10px;}
.mypages_select_con01 .prod_box .bot_price_box h6{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:500; margin:0;}
.mypages_select_con01 .mypages_bot_btn{margin-top:60px;}

@media all and (max-width:1000px){
	.mypages_select_con01{padding:96px 0 100px;}
	.mypages_select_con01 .sub_tit{margin-bottom:60px;}
	.mypages_select_con01 .prod_box ul li .check_custom{width:50px;}
	.mypages_select_con01 .prod_box ul li .mypages_prod_list{width:calc(100% - 50px);}
}

/*----- 결제,반품 신청 -----*/
.mypages_apply_con01{padding:100px 0 60px;}
.mypages_apply_con01 .sub_tit{margin-bottom:100px;}
.mypages_apply_con01 .sub_tit03{margin-bottom:40px;}
.mypages_apply_con01 .box{padding:40px 30px; border-top:1px solid #000000;}
.mypages_apply_con01 .box .tit h5{position:relative; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0; padding-left:10px;}
.mypages_apply_con01 .box .tit h5:before{content:''; position:absolute; top:10px; left:0; display:block; width:4px; height:4px; border-radius:50%; background:#d1d1d1;}
.mypages_apply_con01 .box ul li{font-size:0; letter-spacing:-4px; margin-top:30px;}
.mypages_apply_con01 .bot_price_box{padding-top:20px; border-top:1px solid #e6e6e6; text-align:right;}
.mypages_apply_con01 .bot_price_box h6{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:500; margin:0;}

.mypages_apply_con02{padding-bottom:150px;}
.mypages_apply_con02 .sub_tit03{margin-bottom:40px;}
.mypages_apply_con02 .box{padding:40px 30px; border-top:1px solid #000000; border-bottom:1px solid #e6e6e6;}
.mypages_apply_con02 .box .tit h5{position:relative; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0; padding-left:10px;}
.mypages_apply_con02 .box .tit h5:before{content:''; position:absolute; top:10px; left:0; display:block; width:4px; height:4px; border-radius:50%; background:#d1d1d1;}
.mypages_apply_con02 .box .tit h6{position:relative; font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0; padding-left:10px;}
.mypages_apply_con02 .box .tit h6:before{content:''; position:absolute; top:10px; left:0; display:block; width:4px; height:4px; border-radius:50%; background:#444444;}
.mypages_apply_con02 .box .line01{display:block; width:100%; height:1px; background:#e6e6e6; margin:40px 0;}
.mypages_apply_con02 .box .line02{display:block; width:100%; height:0; border-bottom:1px dashed #e6e6e6; margin:40px 0;}
.mypages_apply_con02 .box .mypages_prod_list{margin:40px 0;}
.mypages_apply_con02 .box .ques_box{padding:20px 10px 0;}
.mypages_apply_con02 .box .ques_box ul li{margin:5px 0;}
.mypages_apply_con02 .box .ques_box ul li .check_custom{vertical-align:middle;}
.mypages_apply_con02 .box .ques_box ul li > input{display:inline-block; vertical-align:middle; width:260px; font-size:14px; color:#444; letter-spacing:-0.045em; font-weight:300; padding:5px 10px; border:1px solid #e6e6e6; box-sizing:border-box; margin-left:10px;}
.mypages_apply_con02 .box .ques_box ul li > input::placeholder{color:#aaaaaa;}
.mypages_apply_con02 .mypages_bot_btn{margin-top:60px;}

@media all and (max-width:1000px){
	.mypages_apply_con01{padding:96px 0 60px;}
	.mypages_apply_con01 .sub_tit{margin-bottom:60px;}
	.mypages_apply_con01 .box{padding:30px 20px;}
	.mypages_apply_con02{padding-bottom:100px;}
	.mypages_apply_con02 .box{padding:30px 20px;}
}

/*----- 상품결제 -----*/
.mypages_payment_con01{padding:100px 0 60px;}
.mypages_payment_con01 .sub_tit{margin-bottom:100px;}
.mypages_payment_con01 .sub_tit03{margin-bottom:40px;}
.mypages_payment_con01 .box{padding:40px 30px; border-top:1px solid #000000;}
.mypages_payment_con01 .box .tit h5{position:relative; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0; padding-left:10px;}
.mypages_payment_con01 .box .tit h5:before{content:''; position:absolute; top:10px; left:0; display:block; width:4px; height:4px; border-radius:50%; background:#d1d1d1;}
.mypages_payment_con01 .box .txt_box .top .coupon_addon{font-size:14px; letter-spacing:-0.045em; line-height:1.6;}
.mypages_payment_con01 .box ul li{font-size:0; letter-spacing:-4px; margin-top:30px;}
.mypages_payment_con01 .bot_price_box{padding-top:20px; border-top:1px solid #e6e6e6; text-align:right;}
.mypages_payment_con01 .bot_price_box h6{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:500; margin:0;}

.mypages_payment_con02{padding-bottom:150px;}
.mypages_payment_con02 .box{padding:40px 30px; border-top:1px solid #000000;}
.mypages_payment_con02 .box02{padding:40px 30px; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.mypages_payment_con02 .tit h5{position:relative; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0; padding-left:10px;}
.mypages_payment_con02 .tit h5:before{content:''; position:absolute; top:10px; left:0; display:block; width:4px; height:4px; border-radius:50%; background:#d1d1d1;}
.mypages_payment_con02 .desc{margin-top:20px; padding-left:10px; box-sizing:border-box;}
.mypages_payment_con02 .desc:after{content:''; display:block; clear:both;}
.mypages_payment_con02 .desc p{display:inline-block; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300;}
.mypages_payment_con02 .desc p b{font-size:20px; color:#444444; font-weight:500;}
.mypages_payment_con02 .desc .right{float:right; font-size:0; letter-spacing:-4px;}
.mypages_payment_con02 .desc .right input{display:inline-block; vertical-align:middle; width:calc(100% - 190px); max-width:260px; font-size:14px; color:#444; letter-spacing:-0.045em; font-weight:300; padding:5px 15px; border:1px solid #e6e6e6; box-sizing:border-box;}
.mypages_payment_con02 .desc .right input::placeholder{color:#aaaaaa;}
.mypages_payment_con02 .desc .right span{display:inline-block; vertical-align:middle; width:40px; font-size:14px; color:#222222; letter-spacing:-0.045em; font-weight:300; padding-left:5px; box-sizing:border-box;}
.mypages_payment_con02 .desc .right a{display:inline-block; vertical-align:middle; width:150px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6; text-align:center; padding:5px 0; border:1px solid #d7d7d7; background:#f5f5f5; box-sizing:border-box;}
.mypages_payment_con02 .desc select{width:100%; max-width:450px; background:url('/img/select_arrow03.png') no-repeat center right; padding:5px 15px; border:1px solid #d1d1d1; appearance:none; -webkit-appearance:none; -moz-appearance:none; box-sizing:border-box; font-size:14px; color:#888888; letter-spacing:0em; font-weight:300;}
.mypages_payment_con02 .bot_price_box{padding-top:40px; border-top:1px solid #e6e6e6; text-align:right;}
.mypages_payment_con02 .bot_price_box p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.mypages_payment_con02 .bot_price_box h6{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; margin:0; margin-top:10px;}
.mypages_payment_con02 .mypages_bot_btn02{margin-top:70px;}

@media all and (max-width:1000px){
	.mypages_payment_con01{padding:96px 0 60px;}
	.mypages_payment_con01 .sub_tit{margin-bottom:60px;}
	.mypages_payment_con01 .box{padding:30px 20px;}
	.mypages_payment_con02{padding-bottom:100px;}
	.mypages_payment_con02 .box{padding:30px 20px;}
	.mypages_payment_con02 .box02{padding:30px 20px;}
	.mypages_payment_con02 .desc p{display:block; margin-bottom:10px;}
	.mypages_payment_con02 .desc .right{float:none;}
	.mypages_payment_con02 .desc .right input{width:calc(100% - 160px);}
	.mypages_payment_con02 .desc .right a{width:120px;}
}

/*----- 상품결제 확인 -----*/
.mypages_payment02_con01{padding:100px 0 60px;}
.mypages_payment02_con01 .sub_tit{margin-bottom:100px;}
.mypages_payment02_con01 .sub_tit03{margin-bottom:40px;}
.mypages_payment02_con01 .tit h5{position:relative; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0; padding-left:10px;}
.mypages_payment02_con01 .tit h5:before{content:''; position:absolute; top:10px; left:0; display:block; width:4px; height:4px; border-radius:50%; background:#d1d1d1;}
.mypages_payment02_con01 .top_box{padding:35px 0; border-top:1px solid #000000; background:#f9f9f9; text-align:center;}
.mypages_payment02_con01 .top_box h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0;}
.mypages_payment02_con01 .top_box a{display:inline-block; width:150px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6; text-align:center; border:1px solid #d7d7d7; background:#fff; padding:5px 0; margin-top:20px;}
.mypages_payment02_con01 .prod_box{padding:40px 30px; border-bottom:1px solid #e6e6e6;}
.mypages_payment02_con01 .prod_box ul li{font-size:0; letter-spacing:-4px; margin-top:30px;}
.mypages_payment02_con01 .bot_price_box{padding-top:20px; text-align:right;}
.mypages_payment02_con01 .bot_price_box h6{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; margin:0;}

.mypages_payment02_con02{padding-bottom:60px;}
.mypages_payment02_con02 .sub_tit{margin-bottom:100px;}
.mypages_payment02_con02 .sub_tit03{margin-bottom:40px;}
.mypages_payment02_con02 .tit h5{position:relative; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0; padding-left:10px;}
.mypages_payment02_con02 .tit h5:before{content:''; position:absolute; top:10px; left:0; display:block; width:4px; height:4px; border-radius:50%; background:#d1d1d1;}
.mypages_payment02_con02 .top_box{padding:35px 0; border-top:1px solid #000000; background:#f9f9f9; text-align:center;}
.mypages_payment02_con02 .top_box h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0;}
.mypages_payment02_con02 .top_box a{display:inline-block; width:150px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6; text-align:center; border:1px solid #d7d7d7; background:#fff; padding:5px 0; margin-top:20px;}
.mypages_payment02_con02 .prod_box{padding:40px 30px; border-bottom:1px solid #e6e6e6;}
.mypages_payment02_con02 .prod_box ul li{font-size:0; letter-spacing:-4px; margin-top:30px;}

.mypages_payment02_con03{padding-bottom:150px;}

.mypages_popup.payment02 .conts{padding:20px 20px 60px;}
.mypages_popup.payment02 .conts .tit_box{padding:38px 0; border-bottom:1px solid #e6e6e6; text-align:center;}
.mypages_popup.payment02 .conts .tit_box h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0; margin-top:10px;}
.mypages_popup.payment02 .conts ul{font-size:0; letter-spacing:-4px; text-align:center; margin:40px 0;}
.mypages_popup.payment02 .conts ul li{position:relative; display:inline-block; vertical-align:top; width:160px; height:160px; margin-right:40px; background:#f3f3f3; border:1px solid #d5d5d5; border-radius:50%; padding-top:20px; box-sizing:border-box;}
.mypages_popup.payment02 .conts ul li:last-of-type{margin-right:0;}
.mypages_popup.payment02 .conts ul li:before{content:''; position:absolute; top:50%; right:-26px; display:block; width:9px; height:15px; background:url('/img/mypages_arrow.png') no-repeat center center / contain; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.mypages_popup.payment02 .conts ul li:last-of-type:before{display:none;}
.mypages_popup.payment02 .conts ul li img{max-width:100%; margin:0 auto;}
.mypages_popup.payment02 .conts ul li h6{font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0;}
.mypages_popup.payment02 .conts .desc{padding:0 5px 50px; border-bottom:1px solid #e6e6e6;}
.mypages_popup.payment02 .conts .desc p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.4; word-break:keep-all;}
.mypages_popup.payment02 .conts .desc p + p{margin-top:10px;}
.mypages_popup.payment02 .conts .desc p span{display:inline-block; vertical-align:top; max-width:calc(100% - 36px);}

@media all and (max-width:1000px){
	.mypages_payment02_con01{padding:96px 0 60px;}
	.mypages_payment02_con01 .sub_tit{margin-bottom:60px;}
	.mypages_payment02_con01 .prod_box{padding:30px 20px;}
	.mypages_payment02_con02 .prod_box{padding:30px 20px;}
	.mypages_payment02_con03{padding-bottom:100px;}

	.mypages_popup.payment02 .conts{max-height:600px; padding:20px 20px 40px; }
	.mypages_popup.payment02 .conts .tit_box{padding:20px 0;}
	.mypages_popup.payment02 .conts ul{margin:20px 0;}
	.mypages_popup.payment02 .conts ul li{width:124px; height:124px; padding-top:10px; margin-right:10px;}
	.mypages_popup.payment02 .conts ul li:before{width:7px; height:12px; right:-10px;}
	.mypages_popup.payment02 .conts ul li img{max-width:50%;}
	.mypages_popup.payment02 .conts ul li p{font-size:14px;}
	.mypages_popup.payment02 .conts .desc{padding:0 5px 30px;}
}

/*----- 상품결제 상세 -----*/
.mypages_paydetail_con01{padding:100px 0 150px;}
.mypages_paydetail_con01 .sub_tit{margin-bottom:100px;}
.mypages_paydetail_con01 .sub_tit03{margin-bottom:40px;}
.mypages_paydetail_con01 .box{padding:30px; border-bottom:1px solid #e6e6e6;}
.mypages_paydetail_con01 .box .tit{margin-bottom:20px;}
.mypages_paydetail_con01 .box .tit h5{position:relative; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0; padding-left:10px;}
.mypages_paydetail_con01 .box .tit h5:before{content:''; position:absolute; top:10px; left:0; display:block; width:4px; height:4px; border-radius:50%; background:#d1d1d1;}
.mypages_paydetail_con01 .box ul li{font-size:0; letter-spacing:-4px; margin-top:30px;}
.mypages_paydetail_con01 .box dl{font-size:0; letter-spacing:-4px; margin:10px 0;}
.mypages_paydetail_con01 .box dl dt{display:inline-block; vertical-align:top; width:160px; font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.6; }
.mypages_paydetail_con01 .box dl dd{display:inline-block; vertical-align:top; width:calc(100% - 160px); font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.mypages_paydetail_con01 .box .disc_box{padding:5px 20px; background:#f9f9f9; box-sizing:border-box;}
.mypages_paydetail_con01 .box .disc_box dl dt{position:relative; width:140px; box-sizing:border-box; padding-left:20px;}
.mypages_paydetail_con01 .box .disc_box dl dt:before{content:''; position:absolute; top:6px; left:0; display:block; width:9px; height:9px; border-left:1px solid #666666; border-bottom:1px solid #666666; box-sizing:border-box;}
.mypages_paydetail_con01 .box .disc_box dl dd{width:calc(100% - 140px);}
.mypages_paydetail_con01 .bot_price_box{padding-top:20px; text-align:right;}
.mypages_paydetail_con01 .bot_price_box h6{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:300; margin:0;}
.mypages_paydetail_con01 .bot_price_box h6 b{font-weight:500;}
.mypages_paydetail_con01 .mypages_bot_btn02{margin-top:60px;}

@media all and (max-width:1000px){
	.mypages_paydetail_con01{padding:96px 0 100px;}
	.mypages_paydetail_con01 .sub_tit{margin-bottom:60px;}
	.mypages_paydetail_con01 .box{padding:30px 20px;}
}

/*----- 스타일링 피드백 -----*/
.mypages_feedback_con01{padding:100px 0 150px;}
.mypages_feedback_con01 .sub_tit{margin-bottom:100px;}
.mypages_feedback_con01 .sub_tit03{margin-bottom:50px;}
.mypages_feedback_con01 dl{border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.mypages_feedback_con01 dl dt{position:relative; padding:30px 20px; cursor:pointer;}
.mypages_feedback_con01 dl dt:before{content:''; position:absolute; top:50%; right:20px; display:block; width:16px; height:9px; background:url('/img/subscribe_arrow_off.png') no-repeat center center / contain; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.mypages_feedback_con01 dl dt h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0;}
.mypages_feedback_con01 dl dt h5 img{display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-4px;}
.mypages_feedback_con01 dl dd{display:none; padding:30px 20px; border-top:1px solid #e6e6e6;}
.mypages_feedback_con01 dl dd p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}
.mypages_feedback_con01 dl dd p + p{margin-top:20px;}
.mypages_feedback_con01 dl.on dt:before{background-image:url('/img/subscribe_arrow_on.png');}
.mypages_feedback_con01 .mypages_tit_box{margin:40px 0 10px;}
.mypages_feedback_con01 .input_box textarea{width:100%; font-size:14px; color:#444; letter-spacing:-0.045em; font-weight:300; line-height:1.6; padding:30px; border:1px solid #e6e6e6; box-sizing:border-box; resize:none;}
.mypages_feedback_con01 .input_box textarea::placeholder{color:#aaaaaa;}
.mypages_feedback_con01 .pic_box ul{font-size:0; letter-spacing:-4px; margin-top:40px;}
.mypages_feedback_con01 .pic_box ul li{display:inline-block; vertical-align:top; width:calc(33.333333% - 13.4px); margin-right:20px; text-align:center; box-sizing:border-box;}
.mypages_feedback_con01 .pic_box ul li:nth-of-type(3n){margin-right:0;}
.mypages_feedback_con01 .pic_box ul li:nth-of-type(n+4){margin-top:20px;}
.mypages_feedback_con01 .pic_box ul li .text{position:relative; width:100%; padding-bottom:130%; background:#fefcf7; border:1px solid #f3e0bc; cursor:pointer; box-sizing:border-box;}
.mypages_feedback_con01 .pic_box ul li .text > div{position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.mypages_feedback_con01 .pic_box ul li .text i{position:relative; display:block; width:60px; height:60px; margin:0 auto 20px; background:rgba(255, 255, 255, 0.57); border-radius:50%; box-shadow:0 15px 24px rgba(27, 27, 27, 0.03);}
.mypages_feedback_con01 .pic_box ul li .text i:before{content:''; position:absolute; top:50%; left:50%; display:block; width:14px; height:2px; background:#aeaeae; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.mypages_feedback_con01 .pic_box ul li .text i:after{content:''; position:absolute; top:50%; left:50%; display:block; width:2px; height:14px; background:#aeaeae; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.mypages_feedback_con01 .pic_box ul li .text p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.mypages_feedback_con01 .pic_box ul li .text p span{color:#444444;}
.mypages_feedback_con01 .pic_box ul li .text input[type="file"]{opacity:0; }
/* .mypages_feedback_con01 .pic_box ul li .img_box{position:relative; width:100%; padding-bottom:130%; background:#f8f8f8; border:1px solid #efefef; overflow:hidden; box-sizing:border-box;} */
.mypages_feedback_con01 .pic_box ul li .img_box{display:none; width:100%; height:100%; background:#fefcf7; position:absolute; left:0; top:0; font-size:0; z-index:2;}
.mypages_feedback_con01 .pic_box ul li .x_btn{z-index:2; padding:5px; cursor:pointer; position:absolute; right:10px; top:5px; font-size:18px; color:#222; font-weight:bold;}

.mypages_feedback_con01 .pic_box ul li .img_box img{position:absolute; top:50%; left:50%; width:100%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.mypages_feedback_con01 .mypages_bot_btn{margin-top:60px;}

.mypages_popup.feedback .conts{text-align:center;}
.mypages_popup.feedback .conts .txt_box{padding:60px 10px; box-sizing:border-box;}
.mypages_popup.feedback .conts .txt_box h6{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.4; margin:0; margin-top:10px; word-break:keep-all;}
.mypages_popup.feedback .conts .btns{font-size:0; letter-spacing:-4px;}
.mypages_popup.feedback .conts .btns a{display:inline-block; vertical-align:top; width:50%; font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.6; padding:22px 0; background:#c3c3c3;}
.mypages_popup.feedback .conts .btns a.type02{background:#000;}

@media all and (max-width:1000px){
	.mypages_feedback_con01{padding:96px 0 100px;}
	.mypages_feedback_con01 .sub_tit{margin-bottom:60px;}
	.mypages_feedback_con01 dl dd{padding:30px 10px;}
	.mypages_feedback_con01 .pic_box ul li{width:calc(50% - 10px);}
	.mypages_feedback_con01 .pic_box ul li:nth-of-type(3n){margin-right:20px;}
	.mypages_feedback_con01 .pic_box ul li:nth-of-type(2n){margin-right:0;}
	.mypages_feedback_con01 .pic_box ul li:nth-of-type(n+3){margin-top:20px;}

	.mypages_popup.feedback .conts .txt_box{padding:40px 5px;}
	.mypages_popup.feedback .conts .btns a{padding:12px 0;}
}


/*----- 나의 스타일 프로필 -----*/
.profile_con01{padding:100px 0 150px;}
.profile_con01 .sub_tit{padding-bottom:100px;}
.profile_con01 .sub_tit02{position:relative;}
.profile_con01 .sub_tit02 a{position:absolute; right:0; top:0; width:150px; height:38px; line-height:38px; background:#444444; text-align:Center; font-size:14px; font-weight:500; letter-spacing:-0.045em; color:#fff;}
.profile_con01 .box{margin:40px 0; padding:30px 20px; box-sizing:border-box; border-top:1px solid #000000; border-bottom:1px solid #e6e6e6}
.profile_con01 .box p{font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#666666; padding-left:12px; box-sizing:border-box; position:relative; word-break:keep-all;}
.profile_con01 .box p:before{content:'-'; position:absolute; left:0;}
.profile_con01 .table_layout01 table tbody th span{display:block; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#aaaaaa;}
.profile_con01 .table_layout01 table tbody td{font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#aaaaaa; padding:20px 10px;}
.profile_con01 .table_layout01 table tbody td span{display:inline-block; border-radius:50%; width:50px; height:50px; line-height:50px; box-sizing:border-box; text-align:center; border:1px solid transparent; font-size:14px; font-weight:500; letter-spacing:0;}
.profile_con01 .table_layout01 table tbody td span.gray{color:#c8c8c8; background:#ebebeb; border-color:#ebebeb;}
.profile_con01 .table_layout01 table tbody td span.orange{color:#ffffff; background:#444444; border-color:#444444;}
.profile_con01 .table_layout01 table tbody td span.white{color:#444444; background:#ffffff; border-color:#aaaaaa;}
.profile_con01 .table_layout01 table tbody td p{display:block; font-size:18px; font-weight:300; letter-spacing:-0.045em; color:#666666;}
.profile_con01 .table_layout01 table tbody td p.red{color:#f51700;}
.profile_con01 .table_layout01 table tbody td p.gray{color:#aaaaaa;}
.profile_con01 .table_layout01 table tbody td p.white{color:#666666;}
.profile_con01 .table_layout01 table tbody td a{display:block; max-width:150px; heighT:38px; line-height:36px; box-sizing:border-box; border:1px solid #d7d7d7; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#888888; margin:0 auto 5px;}
.profile_con01 .txt_box{text-align:center; margin-top:40px; border-top:1px solid #e6e6e6; padding:30px 30px 0; box-sizing:border-box;}
.profile_con01 .txt_box .tit{}
.profile_con01 .txt_box .tit p{font-size:20px ;font-weight:500; letter-spacing:-0.045em; color:#222222;}
.profile_con01 .txt_box .desc{padding:25px 0 50px; }
.profile_con01 .txt_box .desc p{font-size:18px ;font-weight:300; letter-spacing:-0.045em; color:#666666;}
.profile_con01 .txt_box .desc span{display:block; font-size:14px ;font-weight:300; letter-spacing:-0.045em; color:#888888; padding-top:10px;}
.profile_con01 .txt_box .btn_box{}
.profile_con01 .txt_box .btn_box a{display:inline-block; width:246px; height:58px; line-height:58px; border-radius:29px; background:#444444; font-size:14px; font-weight:500; letter-spacing:-0.045em; color:#fff; }
.profile_con01 .txt_box .btn_box a.gray{display:inline-block; width:246px; height:58px; line-height:58px; border-radius:29px; background:gray !important; font-size:14px; font-weight:500; letter-spacing:-0.045em; color:#fff; }
.profile_con01 .txt_box .btn_box a.gray{background:#666;}
.profile_con01 .txt_box .btn_box a img{display:inline-block; vertical-align:middle; margin-left:15px; margin-top:-2px;}
.profile_con01 br.m_only{display:none;}

@media all and (max-width:1000px){
	.profile_con01 br.m_only{display:block;}
}

.profile_read01{padding:100px 0 150px;}
.profile_read01 .sub_tit{padding-bottom:100px;}
.profile_read01 .sub_tit02{position:relative;}
.profile_read01 .sub_tit02 a{position:absolute; right:0; top:0; width:150px; height:38px; line-height:36px; border:1px solid #d7d7d7; box-sizing:border-box; text-align:Center; font-size:14px; font-weight:500; letter-spacing:-0.045em; color:#888888;}
.profile_read01 .tit_box{margin-top:40px; box-sizing:border-box; padding:25px; background:#f6f6f6;}
.profile_read01 .tit_box dl{font-size:0; letter-spacing:-4px;}
.profile_read01 .tit_box dl dt{display:inline-block; vertical-align:top; width:90px; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#f51700; position:relative;}
.profile_read01 .tit_box dl dd{display:inline-block; vertical-align:top; width:calc(100% - 90px); font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#666666; padding-left:30px; position:relative; box-sizing:Border-box;}
.profile_read01 .tit_box dl dd:before{content:''; position:absolute; left:0; top:0; width:1px; height:100%; background:#b5b5b5;}
.profile_read01 .desc_box{}
.profile_read01 .desc_box dl{}
.profile_read01 .desc_box dl dt{padding:35px 0 25px; font-size:20px; font-weight:300; letter-spacing:-0.045em; color:#444444;}
.profile_read01 .desc_box dl dt b{color:#000000; font-weight:500;}
.profile_read01 .desc_box dl dt strong{font-weight:bold;}
.profile_read01 .desc_box dl dd{padding:20px; box-sizing:border-box; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.profile_read01 .desc_box dl dd .txt{font-size:18px; font-weight:300; letter-spacing:-0.045em; color:#888888;}
.profile_read01 .desc_box dl dd .img_box{}
.profile_read01 .desc_box dl dd .img_box ul{font-size:0; letter-spacing:-4px;}
.profile_read01 .desc_box dl dd .img_box ul li{display:inline-block; vertical-align:top; width:Calc(33.333% - 13.33px); margin-right:20px;}
.profile_read01 .desc_box dl dd .img_box ul li:nth-of-type(3n){margin-righT:0;}
.profile_read01 .desc_box dl dd .img_box ul li:nth-of-type(n+4){margin-top:20px;}
.profile_read01 .desc_box dl dd .img_box ul li img{width:100%}
.profile_read01 .desc_box dl dd .pit_box{}
.profile_read01 .desc_box dl dd .pit_box ul{font-size:0; letter-spacing:-4px;}
.profile_read01 .desc_box dl dd .pit_box ul li{display:inline-block; vertical-align:top; width:Calc(25% - 22.5px); margin-right:30px;}
.profile_read01 .desc_box dl dd .pit_box ul li:nth-of-type(4n){margin-righT:0;}
.profile_read01 .desc_box dl dd .pit_box ul li:nth-of-type(n+5){margin-top:30px;}
.profile_read01 .desc_box dl dd .pit_box ul li p{font-size:14px; font-weight:300; letter-spacing:-0.045em; coloR:#666666; padding-bottom:15px;}
.profile_read01 .desc_box dl dd .pit_box ul li p b{display:inline-block; margin-right:30px; position:relative; font-weight:500; color:#222222;}
.profile_read01 .desc_box dl dd .pit_box ul li p b:before{content:''; position:absolute; righT:-14px; width:2px; height:15px; background:#444444; top:7px;}
.profile_read01 .desc_box dl dd .pit_box ul li img{width:100%}
.profile_read01 .desc_box dl dd .color_box{}
.profile_read01 .desc_box dl dd .color_box ul{font-size:0; letter-spacing:-4px;}
.profile_read01 .desc_box dl dd .color_box ul li{display:inline-block; vertical-align:top; width:Calc(20% - 16px); margin-right:20px; font-size:0; letter-spacing:-4px; box-sizing:Border-box; border:2px solid #e5e5e5;}
.profile_read01 .desc_box dl dd .color_box ul li:nth-of-type(5n){margin-righT:0;}
.profile_read01 .desc_box dl dd .color_box ul li:nth-of-type(n+6){margin-top:20px;}
.profile_read01 .desc_box dl dd .color_box ul li .color{display:inline-block; vertical-align:top; width:70px; height:70px; border-right:2px solid #e5e5e5;}
.profile_read01 .desc_box dl dd .color_box ul li .color_txt{display:inline-block; vertical-align:top; width:calc(100% - 72px); height:70px; }
.profile_read01 .desc_box dl dd .color_box ul li .color_txt .table{display:table; width:100%; height:100%;}
.profile_read01 .desc_box dl dd .color_box ul li .color_txt .table span{display:table-cell; vertical-align:middle; width:100%; font-size:18px; font-weight:300; letter-spacing:-0.045em; color:#888888; text-align:center;}
.profile_read01 .desc_box dl dd .pt_box{}
.profile_read01 .desc_box dl dd .pt_box ul{font-size:0; letter-spacing:-4px;}
.profile_read01 .desc_box dl dd .pt_box ul li{display:inline-block; vertical-align:top; width:Calc(25% - 22.5px); margin-right:30px;}
.profile_read01 .desc_box dl dd .pt_box ul li:nth-of-type(4n){margin-righT:0;}
.profile_read01 .desc_box dl dd .pt_box ul li:nth-of-type(n+5){margin-top:30px;}
.profile_read01 .desc_box dl dd .pt_box ul li span{display:block; font-size:18px; font-weight:300; letter-spacing:-0.045em; coloR:#666666; padding-top:10px; text-align:center;}
.profile_read01 .desc_box dl dd .pt_box ul li img{width:100%}
.profile_read01 .desc_box dl dd .size_box{}
.profile_read01 .desc_box dl dd .size_box ul{font-size:0; letter-spacing:-4px;}
.profile_read01 .desc_box dl dd .size_box ul li{display:inline-block; vertical-align:top; margin-right:40px;}
.profile_read01 .desc_box dl dd .size_box ul li p{font-size:14px; font-weight:300; letter-spacing:-0.045em; coloR:#666666; padding-bottom:15px;}
.profile_read01 .desc_box dl dd .size_box ul li p b{display:inline-block; margin-right:30px; position:relative; font-weight:500; color:#222222;}
.profile_read01 .desc_box dl dd .size_box ul li p b:before{content:''; position:absolute; righT:-14px; width:2px; height:15px; background:#444444; top:7px;}
.profile_read01 .desc_box dl dd .body_box{}
.profile_read01 .desc_box dl dd .body_box ul{font-size:0; letter-spacing:-4px; }
.profile_read01 .desc_box dl dd .body_box ul li{display:inline-block; vertical-align:top; margin-right:40px; text-align:center;}
.profile_read01 .desc_box dl dd .body_box ul li p{font-size:14px; font-weight:300; letter-spacing:-0.045em; coloR:#666666; padding-top:15px;}
.profile_read01 .desc_box dl dd .body_box ul li img{width:100%;}
.profile_read01 .desc_box dl dd .file_box{}
.profile_read01 .desc_box dl dd .file_box ul{font-size:0; letter-spacing:-4px;}
.profile_read01 .desc_box dl dd .file_box ul li{display:inline-block; vertical-align:top; width:calc(33.333% - 13.333px); margin-right:20px;}
.profile_read01 .desc_box dl dd .file_box ul li:last-of-type{margin-right:0;}
.profile_read01 .desc_box dl dd .file_box ul li .file_custom{display:table; width:100%; padding:65% 0; overflow:hidden; position:relative;}
.profile_read01 .desc_box dl dd .file_box ul li .file_custom input{overflow:hidden; width:100%; height:100%; opacity:0; left:0; top:0; position:absolute;}
.profile_read01 .desc_box dl dd .file_box ul li .file_custom img{position:absolute; left:0; top:0; right:0; bottom:0; max-width:100%; max-height:100%; margin:auto;}
.profile_read01 .btn_box{text-align:center; padding-top:60px;}
.profile_read01 .btn_box a{display:inline-block; width:246px; height:58px; line-height:58px; border-radius:29px; background:#444444; font-size:14px; font-weight:500; letter-spacing:-0.045em; color:#fff; }
.profile_read01 .btn_box a img{display:inline-block; vertical-align:middle; margin-left:15px; margin-top:-2px;}

@media all and (max-width:1000px){
	.profile_read01 .desc_box dl dd .img_box ul li{width:calc(50% - 10px);}
	.profile_read01 .desc_box dl dd .img_box ul li:nth-of-type(3n){margin-right:20px;}
	.profile_read01 .desc_box dl dd .img_box ul li:nth-of-type(2n){margin-right:0;}
	.profile_read01 .desc_box dl dd .img_box ul li:nth-of-type(n+3){margin-top:20px;}
	.profile_read01 .desc_box dl dd .pit_box ul li{width:calc(50% - 15px)}
	.profile_read01 .desc_box dl dd .pit_box ul li:nth-of-type(4n){margin-right:30px;}
	.profile_read01 .desc_box dl dd .pit_box ul li:nth-of-type(2n){margin-right:0;}
	.profile_read01 .desc_box dl dd .pit_box ul li:nth-of-type(n+3){margin-top:30px;}
	.profile_read01 .desc_box dl dd .color_box ul li{width:calc(50% - 10px)}
	.profile_read01 .desc_box dl dd .color_box ul li:nth-of-type(2n){margin-right:0;}
	.profile_read01 .desc_box dl dd .color_box ul li:nth-of-type(n+3){margin-top:20px;}
	.profile_read01 .desc_box dl dd .pt_box ul li{width:calc(50% - 15px)}
	.profile_read01 .desc_box dl dd .pt_box ul li:nth-of-type(2n){margin-right:0;}
	.profile_read01 .desc_box dl dd .pt_box ul li:nth-of-type(n+3){margin-top:30px;}
	.profile_read01 .desc_box dl dd .body_box ul li{width:calc(50% - 15px)}
	.profile_read01 .desc_box dl dd .body_box ul li:nth-of-type(2n){margin-right:0;}
	.profile_read01 .desc_box dl dd .body_box ul li:nth-of-type(n+3){margin-top:30px;}
	.profile_read01 .desc_box dl dd .file_box ul li{width:calc(50% - 10px);}
	.profile_read01 .desc_box dl dd .file_box ul li:nth-of-type(3n){margin-right:20px;}
	.profile_read01 .desc_box dl dd .file_box ul li:nth-of-type(2n){margin-right:0;}
	.profile_read01 .desc_box dl dd .file_box ul li:nth-of-type(n+3){margin-top:20px;}
}


/*----- 나의 활동내역 -----*/
.activity_con01{padding-top:100px }
.activity_con01 .sub_tit{padding-bottom:100px;}
.activity_con01 .sub_tit02{padding-bottom:40px; position:relative;}
.activity_con01 .sub_tit02 a{position:absolute; right:0; top:0; width:150px; height:38px; line-height:36px; border:1px solid #444444; background:#444444; box-sizing:border-box; text-align:Center; font-size:14px; font-weight:500; letter-spacing:-0.045em; color:#ffffff;}
.activity_con01 .search_box{padding:25px 35px; box-sizing:border-box; border-top:1px solid #000000; border-bottom:1px solid #e6e6e6}
.activity_con01 .search_box dl{font-size:0; letter-spacing:-4px;}
.activity_con01 .search_box dl dt{display:inline-block; vertical-align:middle; width:130px; padding-left:15px; box-sizing:border-box; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#666666; position:relative;}
.activity_con01 .search_box dl dt:before{content:''; position:absolute; left:0; top:12px; width:4px; height:4px; border-radius:50%; background:#d1d1d1;}
.activity_con01 .search_box dl dd{display:inline-block; vertical-align:middle; width:calc(100% - 130px); font-size:0; letter-spacing:-4px;}
.activity_con01 .search_box dl dd:after{content:''; display:table; clear:both;}
.activity_con01 .search_box dl dd ul{display:inline-block; width:100%; max-width:380px; font-size:0; letter-spacing:-4px;}
.activity_con01 .search_box dl dd ul li{display:inline-block; vertical-align:top; width:33.333%; margin-right:0; margin-bottom:15px; text-align:center;}
.activity_con01 .search_box dl dd ul li:nth-of-type(3){margin-right:0; }
.activity_con01 .search_box dl dd ul li:nth-of-type(4){margin-right:0; margin-bottom:0; width:100%; font-size:0; letter-spacing:-4px;}
.activity_con01 .search_box dl dd ul li.w100{width:100%;}
.activity_con01 .search_box dl dd ul li a{display:block; font-size:14px; font-weight:300; letter-spacing:0; color:#888888; height:40px; line-height:38px; box-sizing:border-box; border:1px solid #d1d1d1}
.activity_con01 .search_box dl dd ul li input{displaY:inline-block; vertical-align:middle; width:calc(50% - 40px); font-size:14px; font-weight:300; letter-spacing:0; color:#888888; height:40px; line-height:38px; box-sizing:border-box; border:1px solid #d1d1d1; text-align:center;}
.activity_con01 .search_box dl dd ul li span{displaY:inline-block; vertical-align:middle; font-size:14px; font-weight:300; letter-spacing:0; color:#888888; width:20px;}
.activity_con01 .search_box dl dd ul li i{displaY:inline-block; vertical-align:middle; width:30px;}
.activity_con01 .search_box dl dd .select_box{width:100%; max-width:400px;}
.activity_con01 .search_box dl dd .select_box select{display:inline-block; vertical-align:middle; width:100%; margin-right:5px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; padding:6px 15px; border:1px solid #d1d1d1; box-sizing:border-box; background:url('/img/select_arrow03.png') no-repeat center right; appearance:none; -webkit-appearance:none; -moz-appearance:none;}
.activity_con01 .search_box dl dd .select_box select::-ms-expand{display:none;}
.activity_con01 .search_box dl dd .btn{float:right; padding-top:56px;}
.activity_con01 .search_box dl dd .btn a{display:block; width:100px; height:38px; line-height:38px; font-size:14px; font-weight:500; letter-spacing:-0.045em; background:#444444; color:#fff; text-align:center;}

@media all and (max-width:1000px){
	.activity_con01 .search_box{padding:20px;}
	.activity_con01 .search_box dl dt{width:100%; margin-bottom:15px;}
	.activity_con01 .search_box dl dd{width:100%;}
	.activity_con01 .search_box dl dd .btn{padding-top:20px;}
}

.activity_con02{padding:40px 0 150px;}
.activity_con02 .table_layout01 table tbody th{text-align:center;}
.activity_con02 .table_layout01 table tbody th span{display:block; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#aaaaaa;}
.activity_con02 .table_layout01 table tbody tr td{font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#aaaaaa; padding:20px 10px;}
.activity_con02 .table_layout01 table tbody tr td.no_border{padding:10px; }
.activity_con02 .table_layout01 table tbody tr td .num{text-align:center;}
.activity_con02 .table_layout01 table tbody tr td .num span{display:inline-block; width:60px; font-size:14px; font-weight:500; letter-spacing:0; color:#666666; position:relative; text-align:left;}
.activity_con02 .table_layout01 table tbody tr td .num span:before{content:''; position:absolute; top:50%; right:0; display:block; width:16px; height:9px; background:url('/img/subscribe_arrow_off.png') no-repeat center center / contain; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.activity_con02 .table_layout01 table tbody tr.on td .num span:before{background-image:url('/img/subscribe_arrow_on.png');}
.activity_con02 .table_layout01 table tbody tr td > .tit{font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#444444; white-space:normal; overflow:hidden; text-overfloW:ellipsis; word-wrap: break-word; }
.activity_con02 .table_layout01 table tbody tr td > .desc{margin-top:15px; width:111px; height:38px; line-height:36px; box-sizing:border-box; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#aaaaaa; border:1px solid #e4e4e4 ; text-align:center;}
.activity_con02 .table_layout01 table tbody tr td > .desc.orange{color:#444444; background:#fffaef; border-color:#444444;}
.activity_con02 .table_layout01 table tbody tr td .day{text-align:center;}
.activity_con02 .table_layout01 table tbody tr td .day p{font-size:14px; font-weight:300; letter-spacing:0; color:#888888;}
.activity_con02 .table_layout01 table tbody tr td .day span{display:block ; font-size:14px; font-weight:300; letter-spacing:0; color:#aaaaaa; padding-top:10px;}
.activity_con02 .table_layout01 table tbody tr td .review_box{}
.activity_con02 .table_layout01 table tbody tr td .review_box p{font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#444444;}
.activity_con02 .table_layout01 table tbody tr td .review_box > span{display:block; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#444444;}
.activity_con02 .table_layout01 table tbody tr td .review_box i{font-style:inherit;}
.activity_con02 .table_layout01 table tbody tr td dl{}
.activity_con02 .table_layout01 table tbody tr td dl dt{padding:15px 25px; box-sizing:border-box; background:#f6f6f6; }
.activity_con02 .table_layout01 table tbody tr td dl dt:after{content:''; display:table; clear:both;}
.activity_con02 .table_layout01 table tbody tr td dl dt p{floaT:left; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#666666; line-height:38px;}
.activity_con02 .table_layout01 table tbody tr td dl dt p span{displaY:inline-block; margin-left:40px; position:relative; }
.activity_con02 .table_layout01 table tbody tr td dl dt p span:before{content:''; position:absolute; left:-20px; top:12px; width:1px; height:14px; background:#b5b5b5;}
.activity_con02 .table_layout01 table tbody tr td dl dt a{floaT:right; width:150px; height:38px; line-height:36px; box-sizing:border-box; border:1px solid #d7d7d7; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#888888; background:#fff; text-align:center;}
.activity_con02 .table_layout01 table tbody tr td dl dd{padding-top:15px;}
.activity_con02 .table_layout01 table tbody tr td dl dd .img_list{}
.activity_con02 .table_layout01 table tbody tr td dl dd .img_list ul{font-size:0; letter-spacing:-4px;}
.activity_con02 .table_layout01 table tbody tr td dl dd .img_list ul li{display:inline-block; vertical-align:top; width:calc(25% - 22.5px); margin-right:30px;}
.activity_con02 .table_layout01 table tbody tr td dl dd .img_list ul li:nth-of-type(4n){margin-right:0;}
.activity_con02 .table_layout01 table tbody tr td dl dd .img_list ul li:nth-of-type(n+5){margin-top:30px;}
.activity_con02 .table_layout01 table tbody tr td dl dd .img_list ul li .img_box{position:relative; padding:45% 0; width:100%; overflow:hidden;}
.activity_con02 .table_layout01 table tbody tr td dl dd .img_list ul li .img_box img{position:absolute ; left:0; top:0; right:0; bottom:0; max-width:100%; max-height:100%; margin:auto;}
.activity_con02 .table_layout01 table tbody tr td dl dd .txt_box{ }
.activity_con02 .table_layout01 table tbody tr td dl dd .txt_box .tit{font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#888888; white-space:normal; overflow:hidden; text-overfloW:ellipsis; word-wrap: break-word; padding: 25px; box-sizing:border-box; border-bottom:1px solid #e6e6e6;}
.activity_con02 .table_layout01 table tbody tr td dl dd .txt_box .desc{padding:25px; box-sizing:border-box;}
.activity_con02 .table_layout01 table tbody tr td dl dd .txt_box .desc .top_box{padding-bottom:25px;}
.activity_con02 .table_layout01 table tbody tr td dl dd .txt_box .desc .top_box:after{content:''; display:table; clear:both;}
.activity_con02 .table_layout01 table tbody tr td dl dd .txt_box .desc .top_box p{floaT:left; padding-left:25px; box-sizing:border-box; font-size:14px; font-weight:500; letter-spacing:-0.045em; color:#444444; background:url('/img/style_con01_arrow.png') no-repeat left center; }
.activity_con02 .table_layout01 table tbody tr td dl dd .txt_box .desc .top_box span{display:block; floaT:right; box-sizing:border-box; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#888888}
.activity_con02 .table_layout01 table tbody tr td dl dd .txt_box .desc .bot_box{font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#888888;padding:25px; box-sizing:border-box; border-bottom:1px solid #e6e6e6;}

.activity_con02 .table_layout01 table tbody tr.drop{display:none; overflow:hidden; clear:both; }
.activity_con02 .table_layout01 table tbody tr.on{display:table-row;}

.activity_con02.review_con02 .table_layout01 table tbody tr td dl dd .txt_box .tit{white-space:inherit; overflow:inherit; text-overfloW:inherit; word-wrap:inherit; display:block; }

@media all and (max-width:1000px){
	.activity_con02 .table_layout01 table tbody th span {font-size:12px; }
	.activity_con02 .table_layout01 table tbody tr td dl dd .img_list ul li{width:calc(50% - 15px)}
	.activity_con02 .table_layout01 table tbody tr td dl dd .img_list ul li:nth-of-type(2n){margin-right:0;}
	.activity_con02 .table_layout01 table tbody tr td dl dd .img_list ul li:nth-of-type(n+3){margin-top:30px;}
}

.activity_con03{padding:40px 0;}
.activity_con03 .input_box textarea{width:100%; font-size:14px; color:#444; letter-spacing:-0.045em; font-weight:300; line-height:1.6; padding:30px; border:1px solid #e6e6e6; box-sizing:border-box; resize:none;}
.activity_con03 .input_box textarea::placeholder{color:#aaaaaa;}
.activity_con03 .pic_box ul{font-size:0; letter-spacing:-4px; margin-top:40px;}
.activity_con03 .pic_box ul li{display:inline-block; vertical-align:top; width:calc(33.333333% - 13.4px); margin-right:20px; text-align:center; box-sizing:border-box;}
.activity_con03 .pic_box ul li:nth-of-type(3n){margin-right:0;}
.activity_con03 .pic_box ul li:nth-of-type(n+4){margin-top:20px;}
.activity_con03 .pic_box ul li .text{position:relative; width:100%; padding-bottom:130%; background:#fefcf7; border:1px solid #f3e0bc; cursor:pointer; box-sizing:border-box;}
.activity_con03 .pic_box ul li .text > div{position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);}
.activity_con03 .pic_box ul li .text i{position:relative; display:block; width:60px; height:60px; margin:0 auto 20px; background:rgba(255, 255, 255, 0.57); border-radius:50%; box-shadow:0 15px 24px rgba(27, 27, 27, 0.03);}
.activity_con03 .pic_box ul li .text i:before{content:''; position:absolute; top:50%; left:50%; display:block; width:14px; height:2px; background:#aeaeae; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.activity_con03 .pic_box ul li .text i:after{content:''; position:absolute; top:50%; left:50%; display:block; width:2px; height:14px; background:#aeaeae; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.activity_con03 .pic_box ul li .text p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.activity_con03 .pic_box ul li .text p span{color:#444444;}
.activity_con03 .pic_box ul li .img_box{display:none; position:relative; width:100%; padding-bottom:130%; background:#f8f8f8; border:1px solid #efefef; overflow:hidden; box-sizing:border-box;}
.activity_con03 .pic_box ul li .img_box img{position:absolute; top:50%; left:50%; width:100%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.activity_con03 .pic_box ul li .x_btn{z-index:2; padding:5px; cursor:pointer; position:absolute; right:10px; top:5px; font-size:18px; color:#222; font-weight:bold;}

@media all and (max-width:1000px){
	.activity_con03 .pic_box ul li{width:calc(50% - 10px);}
	.activity_con03 .pic_box ul li:nth-of-type(3n){margin-right:20px;}
	.activity_con03 .pic_box ul li:nth-of-type(2n){margin-right:0;}
	.activity_con03 .pic_box ul li:nth-of-type(n+3){margin-top:20px;}
}

.activity_con04{padding:40px 0;}
.activity_con04 .tit{margin-bottom:10px;}
.activity_con04 .tit h5{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.6; margin:0;}
.activity_con04 .tit h5 span{color:#444444; font-weight:700;}
.activity_con04 .desc p{position:relative; font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; padding-left:10px; box-sizing:border-box; margin:2px 0; word-break:keep-all;}
.activity_con04 .desc p:before{content:'-'; position:absolute; top:0; left:0;}

.activity_con05{padding:60px 0 150px;}
.activity_con05 .bot_btn{text-align:center;}
.activity_con05 .bot_btn a{display:inline-block; vertical-align:top; width:250px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.4; padding:17px 0; margin:5px; border-radius:60px; background:#444444;}
.activity_con05 .bot_btn a.type02{background:#c3c3c3;}

@media all and (max-width:1000px){
	.activity_con05{padding:96px 0 100px;}
	.activity_con05 .bot_btn a{width:200px;}
}


/*----- 나의 계정 - 서비스이용권 -----*/
/* account_popup */
.account_popup_bg{position:fixed; top:0; left:0; display:none; width:100%; height:100%; background:rgba(0, 0, 0, 0.55); z-index:150; cursor:pointer;}
.account_popup{position:fixed; top:50%; left:50%; display:none; width:90%; max-width:600px; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); z-index:160;}
.account_popup .x_btn{text-align:right; padding-bottom:10px;}
.account_popup .x_btn a{display:inline-block; font-size:18px; color:#fff; letter-spacing:-0.045em; font-weight:300;}
.account_popup .x_btn a img{display:inline-block; vertical-align:middle; margin-left:5px; margin-top:-4px;}
.account_popup .conts{background:#fff; box-sizing:border-box; overflow-y:auto;}


.account_service_con01{padding:100px 0 150px;}
.account_service_con01 .sub_tit{padding-bottom:100px;}
.account_service_con01 ul.btns{margin:40px 0 0; font-size:0; letter-spacing:-4px;}
.account_service_con01 ul.btns li{display:inline-block; vertical-align:top; width:50%; height:100px; text-align:center; border:4px solid #f1f1f1; background:#f1f1f1; box-sizing:border-box;}
.account_service_con01 ul.btns li a{display:table; width:100%; height:100%; font-size:20px; color:#ababab; letter-spacing:-0.045em; font-weight:300; line-height:1.2;}
.account_service_con01 ul.btns li a span{display:table-cell; vertical-align:middle; padding:0 10px; box-sizing:border-box;}
.account_service_con01 ul.btns li:hover{border-color:#444444; background:#fff;}
.account_service_con01 ul.btns li:hover a{color:#444444; font-weight:500;}
.account_service_con01 ul.btns li.on{border-color:#444444; background:#fff;}
.account_service_con01 ul.btns li.on a{color:#444444; font-weight:500;}
.account_service_con01 .btn_contents > div{display:none;}
.account_service_con01 .btn_contents > div:first-of-type{display:block;}

.account_service_con01 .con01{padding:50px 0; background:#fefcf7; text-align:center;}
.account_service_con01 .con01 h5{font-size:18px; color:#222222; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:0;}
.account_service_con01 .con01 p{font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:20px 0 30px;}
.account_service_con01 .con01 p b{color:#444444; font-weight:500;}
.account_service_con01 .con01 a{display:inline-block; vertical-align:top; width:250px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.4; padding:17px 0; margin:5px; border-radius:60px; background:#444444;}
.account_service_con01 .con01 a img{display:inline-block; vertical-align:middle; margin-left:10px; margin-top:-4px;}
.account_service_con01 .con02{text-align:center;}
.account_service_con01 .con02 h6{font-size:18px; color:#fff; letter-spacing:-0.045em; font-weight:500; margin:0; padding:8px 0; background:#000000;}
.account_service_con01 .con02 ul{font-size:0; letter-spacing:-4px; margin:40px 0;}
.account_service_con01 .con02 ul li{display:inline-block; vertical-align:top; width:195px; height:195px; margin-left:-30px; border:2px solid #222222; border-radius:50%; box-sizing:border-box;}
.account_service_con01 .con02 ul li:first-of-type{margin-left:0;}
.account_service_con01 .con02 ul li:before{content:''; display:inline-block; vertical-align:middle; width:0; height:100%; }
.account_service_con01 .con02 ul li p{display:inline-block; vertical-align:middle; font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:700; line-height:1.6;}
.account_service_con01 .con02 ul li:nth-of-type(2){border-color:#bbbbbb;}
.account_service_con01 .con02 ul li:nth-of-type(2) p{color:#bbbbbb;}
.account_service_con01 .con02 ul li:nth-of-type(3){border-color:#444444;}
.account_service_con01 .con02 ul li:nth-of-type(3) p{color:#444444;}
.account_service_con01 .con02 > p{font-size:18px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.6; }

.account_service_con01 .con03{padding:50px 0; background:#fefcf7; text-align:center;}
.account_service_con01 .con03 h5{font-size:18px; color:#222222; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:0;}
.account_service_con01 .con03 h5 b{font-size:20px; color:#444444; font-weight:700;}
.account_service_con01 .con03 .card_box{display:inline-block; width:100%; max-width:335px; border-radius:10px; background:#ffffff; box-shadow:0 15px 24px rgba(27, 27, 27, 0.03); padding:40px 20px; margin-top:30px; box-sizing:border-box;}
.account_service_con01 .con03 .card_box h6{font-size:14px; color:#444444; letter-spacing:0em; font-weight:500; line-height:1.2; margin:0;}
.account_service_con01 .con03 .card_box h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0;}
.account_service_con01 .con03 .card_box .hr{display:block; width:100%; height:0; border-bottom:1px dashed #e4e4e4; margin:25px 0;}
.account_service_con01 .con03 .card_box p{font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.6; }
.account_service_con01 .con03 .card_box.type02{background:#000000;}
.account_service_con01 .con03 .card_box.type02 h4{color:#fff;}
.account_service_con01 .con03 .card_box.type02 .hr{border-bottom:1px dashed #454545;}
.account_service_con01 .con03 .card_box.type02 p{color:#7d7d7d;}
.account_service_con01 .con04{padding-bottom:100px;}
.account_service_con01 .con05{padding:80px 0 100px; }
.account_service_con01 .con05 .desc{margin-top:30px; padding:30px 0; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.account_service_con01 .con05 .desc p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}
.account_service_con01 .con06{padding-top:100px;}
.account_service_con01 .con06 .bot_btn{text-align:center;}
.account_service_con01 .con06 .bot_btn a{display:inline-block; vertical-align:top; width:250px; font-size:14px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.4; padding:17px 0; margin:5px; border-radius:60px; background:#c3c3c3;}
.account_service_con01 .con06 .bot_btn a img{display:inline-block; vertical-align:middle; margin-left:10px; margin-top:-4px;}

.account_service_con01 .con07{padding:50px 0; background:#fefcf7; text-align:center;}
.account_service_con01 .con07 .card_box{display:inline-block; width:100%; max-width:335px; border-radius:10px; background:#ffffff; box-shadow:0 15px 24px rgba(27, 27, 27, 0.03); padding:40px; box-sizing:border-box; text-align:left;}
.account_service_con01 .con07 .card_box h5{font-size:18px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.6; margin:0;}
.account_service_con01 .con07 .card_box h5 span{font-size:20px; font-weight:500;}
.account_service_con01 .con07 .card_box p{font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; margin-top:40px;}
.account_service_con01 .con07 a{display:block; width:150px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; padding:5px 0; border:1px solid #d7d7d7; box-sizing:border-box; margin:40px auto 0;}
.account_service_con01 .con08{padding-top:60px;}
.account_service_con01 .con08 h5{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:500; line-height:1.4; margin:0;}
.account_service_con01 .con08 .desc{padding-top:30px; margin-top:20px; border-top:1px solid #e6e6e6;}
.account_service_con01 .con08 .desc p{font-size:16px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all;}


.account_popup.service01 .conts{padding:80px 0; text-align:center;}
.account_popup.service01 .conts h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.4; margin:0; margin-bottom:30px;}
.account_popup.service01 .conts h5{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:0;}
.account_popup.service01 .conts .percent_box{width:90%; height:25px; margin:60px auto 20px; border-radius:25px; background:#f7f7f7; overflow:hidden;}
.account_popup.service01 .conts .percent_box i{display:block; height:100%; border-radius:25px; background:#444444;}
.account_popup.service01 .conts p{font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.account_popup.service01 .conts h6{font-size:18px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0; padding:11px 0; background:#000000; margin-top:60px;}

.account_popup.service02 .conts{text-align:center;}
.account_popup.service02 .conts .cont_box{padding:20px 20px 40px;}
.account_popup.service02 .conts .tit_box{padding:38px 0; border-bottom:1px solid #000000; text-align:center;}
.account_popup.service02 .conts .tit_box h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0; margin-top:10px;}
.account_popup.service02 .conts .desc{padding:30px 0;}
.account_popup.service02 .conts .desc p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.account_popup.service02 .conts .desc p + p{margin-top:20px;}
.account_popup.service02 .conts .desc p b{color:#444444; font-weight:500;}
.account_popup.service02 .conts .desc p span{displaY:block; color:#888888; margin:5px 0;}


.account_popup.service02 .conts .input_box{margin-top:20px;}
.account_popup.service02 .conts .input_box label{display:inline-block; vertical-align:middle; margin-right:20px; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300;}
.account_popup.service02 .conts .input_box input{display:inline-block; vertical-align:middle; height:37px; border:1px solid #dedede; font-size:14px; padding:0 20px; vertical-align:middle; box-sizing:border-box}

.account_popup.service02 .conts dl{padding:40px 20px; text-align:left; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.account_popup.service02 .conts dl dt{position:relative; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; margin-bottom:20px;}
.account_popup.service02 .conts dl dt:before{content:''; position:absolute; top:10px; left:-10px; display:block; width:4px; height:4px; border-radius:50%; background:#d1d1d1;}
.account_popup.service02 .conts dl dd select{display:inline-block; vertical-align:middle; width:100%; margin-right:5px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; padding:6px 15px; border:1px solid #d1d1d1; box-sizing:border-box; background:url('/img/select_arrow03.png') no-repeat center right; appearance:none; -webkit-appearance:none; -moz-appearance:none;}
.account_popup.service02 .conts dl dd select::-ms-expand{display:none;}
.account_popup.service02 .conts .btns{font-size:0; letter-spacing:-4px;}
.account_popup.service02 .conts .btns a{display:inline-block; vertical-align:top; width:50%; font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.2; padding:27px 0; background:#c3c3c3;}
.account_popup.service02 .conts .btns a.type02{background:#000000;}

@media all and (max-width:1000px){
	.account_service_con01{padding:60px 0 100px;}
	.account_service_con01 .con02 ul li{width:160px; height:160px;}
	.account_service_con01 .con06 .bot_btn a{width:200px;}
	
	.account_popup.service02 .conts{max-height:600px; }
	.account_popup.service02 .conts .tit_box{padding:20px 0;}
}


/*----- 나의 계정 - 회원등급 -----*/
.account_level_con01{padding:100px 0;}
.account_level_con01 .sub_tit{padding-bottom:100px;}
.account_level_con01 .top_box{text-align:center; margin-top:50px; padding:50px 0; background:#f6f6f6; border-top:1px solid #000;}
.account_level_con01 .top_box h5{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0;}
.account_level_con01 .top_box h5 b{color:#444444; font-weight:700;}
.account_level_con01 .mid_box{text-align:center; padding:40px 0; border-bottom:1px solid #dcdcdc;}
.account_level_con01 .mid_box h5{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.6; margin-bottom:40px;}
.account_level_con01 .mid_box h5 b{color:#444444; font-weight:500;}
.account_level_con01 .mid_box dl{font-size:0; letter-spacing:-4px;}
.account_level_con01 .mid_box dl dt{display:inline-block; vertical-align:middle;}
.account_level_con01 .mid_box dl dt div{display:table; width:227px; height:227px; background:#fff9ed; border:2px solid #444444; border-radius:50%;}
.account_level_con01 .mid_box dl dt p{display:table-cell; vertical-align:middle; font-size:18px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.6;}
.account_level_con01 .mid_box dl dd{display:inline-block; vertical-align:middle; padding:0 40px;}
.account_level_con01 .mid_box dl dd p{font-size:20px; color:#efefef; letter-spacing:-0.045em; font-weight:500;}
.account_level_con01 .bot_box h5{position:relative; font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.4; padding-left:15px; margin:40px 0;}
.account_level_con01 .bot_box h5:before{content:''; position:absolute; top:6px; left:0; display:block; width:3px; height:20px; border-radius:3px; background:#444444;}
.account_level_con01 .bot_box .line_box{position:relative; margin:40px 0 20px; display:block; width:100%; height:10px; background:#efefef;}
.account_level_con01 .bot_box .line_box i{position:absolute; top:0; left:0; display:block; width:0; height:100%; background:#444444;}
.account_level_con01 .bot_box .line_box i:before{content:''; position:absolute; top:-6px; right:-6px; display:block; width:22px; height:22px; background:#444444; border:4px solid #fff; box-sizing:border-box; border-radius:50%;}
.account_level_con01 .bot_box .text:after{content:''; display:block; clear:both;}
.account_level_con01 .bot_box .text p{display:inline-block; font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; }
.account_level_con01 .bot_box .text p.total{float:right;}

@media all and (max-width:1000px){
	.account_level_con01 .mid_box dl dt div{width:170px; height:170px;}
	.account_level_con01 .mid_box dl dd{padding:0 10px;}
	.account_level_con01 .mid_box dl dd p{font-size:20px;}
}

.account_level_con02{padding:100px 0; background:#f9f9f9; overflow:hidden;}
.account_level_con02 ul{padding:60px 0; display: flex; gap: 20px; flex-wrap: wrap; justify-content: center;}
.account_level_con02 ul li{position:relative; background:#fff; border:1px solid #444444; box-sizing:border-box; text-align:center; min-height:200px; width: calc(20% - 16px); display: flex; align-items: center; justify-content: center; flex-direction: column;}
.account_level_con02 ul li:last-of-type{margin-right:0;}
.account_level_con02 ul li:before{content:''; position:absolute; top:calc(50% - 18px); right:-12px; display:block; width:22px; height:22px; border: 1px solid #444; border-bottom: none; border-left: none; transform: rotate(45deg); background-color: #fff;}
.account_level_con02 ul li:last-of-type:before{display:none;}
.account_level_con02 ul li .img_box{}
.account_level_con02 ul li .img_box img{max-width:100%;}
.account_level_con02 ul li h3{font-size: 18px; color: #444; letter-spacing: -0.025em;}
.account_level_con02 ul li p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:400; line-height:1.6; margin-top:10px; word-break:keep-all;}
.account_level_con02 ul li:nth-of-type(2){border-color:#444;}
.account_level_con02 ul li:nth-of-type(3){border-color:#444;}
.account_level_con02 ul li:nth-of-type(4){border-color:#444;}
.account_level_con02 .box{background:#fff; border-radius:20px; padding:60px; box-sizing:border-box;}
.account_level_con02 .box dl{display:table; width:100%; min-height:124px; border-bottom:1px solid #e5e5e5;}
.account_level_con02 .box dl + dl{margin-top:40px;}
.account_level_con02 .box dl dt{display:table-cell; vertical-align:top; width:115px; border-top:4px solid #252525; padding:30px 15px; box-sizing:Border-box;}
.account_level_con02 .box dl dt h6{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:600; margin:0;}
.account_level_con02 .box dl dd{display:table-cell; vertical-align:top; width:calc(100% - 115px); border-top:4px solid #e5e5e5; padding:30px 15px; box-sizing:Border-box;}
.account_level_con02 .box dl dd p{position:relative; font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; padding-left:10px; word-break:keep-all;}
.account_level_con02 .box dl dd p:before{content:'·'; position:absolute; top:0; left:0}
.account_level_con02 .box dl dd p + p{margin-top:5px;}
.account_level_con02 .box dl.type02 dt{border-top:4px solid #444444;}
.account_level_con02 .box dl.type02 dt h6{color:#444444;}
.account_level_con02 .box dl.type02 dd{border-top:4px solid #fbe5ba;}

@media all and (max-width:1024px){
	.account_level_con02 ul li{width: calc(33.333% - 13.33333px);}
}
@media all and (max-width:768px){
	.account_level_con02 ul li{width: calc(50% - 10px); min-height: 120px;}
}

.account_level_con03{padding:100px 0 150px;}
.account_level_con03 .desc{margin-top:40px; padding:40px; border-top:2px solid #000000; border-bottom:2px solid #eeeeee}
.account_level_con03 .desc p{position:relative; font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300; line-height:1.6; padding-left:15px; word-break:keep-all;}
.account_level_con03 .desc p + p{margin-top:10px;}
.account_level_con03 .desc p:before{content:''; position:absolute; top:12px; left:0; display:block; width:5px; height:5px; background:#000000; border-radius:50%; }

@media all and (max-width:1000px){
	.account_level_con03 .desc{padding:30px 20px;}
}


/*----- 나의 계정 - 쿠폰/포인트 -----*/
.account_coupon_con01{padding:100px 0 150px;}
.account_coupon_con01 .sub_tit{padding-bottom:100px;}
.account_coupon_con01 ul.btns{margin:40px 0 0; font-size:0; letter-spacing:-4px;}
.account_coupon_con01 ul.btns li{display:inline-block; vertical-align:top; width:50%; height:100px; text-align:center; border:2px solid #f1f1f1; background:#f1f1f1; box-sizing:border-box;}
.account_coupon_con01 ul.btns li a{display:table; width:100%; height:100%; font-size:20px; color:#ababab; letter-spacing:-0.045em; font-weight:300; line-height:1.2;}
.account_coupon_con01 ul.btns li a span{display:table-cell; vertical-align:middle; padding:0 10px; box-sizing:border-box;}
.account_coupon_con01 ul.btns li:hover{border-color:#444444; background:#fff;}
.account_coupon_con01 ul.btns li:hover a{color:#444444; font-weight:500;}
.account_coupon_con01 ul.btns li.on{border-color:#444444; background:#fff;}
.account_coupon_con01 ul.btns li.on a{color:#444444; font-weight:500;}
.account_coupon_con01 .btn_contents > div{display:none;}
.account_coupon_con01 .btn_contents > div:first-of-type{display:block;}

.account_coupon_con01 .con01{padding:60px 0; background:#fefcf7; text-align:center;}
.account_coupon_con01 .con01 p{font-size:18px; color:#222222; letter-spacing:-0.045em; font-weight:300; line-height:1.6; }
.account_coupon_con01 .con01 .coupon_box{background:url('/img/account_coupon_con01_coupon.png') no-repeat center center / contain;}
.account_coupon_con01 .con01 .coupon_box dl{display:table; width:380px; height:200px; margin:20px auto 0;}
.account_coupon_con01 .con01 .coupon_box dl dt{display:table-cell; vertical-align:middle; width:69%; text-align:left; padding:0 40px;}
.account_coupon_con01 .con01 .coupon_box dl dt p{font-size:18px; color:#222222; letter-spacing:-0.045em; font-weight:300;}
.account_coupon_con01 .con01 .coupon_box dl dt h6{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:300;}
.account_coupon_con01 .con01 .coupon_box dl dt h6 b{font-size:20px; font-weight:600; letter-spacing:0em;}
.account_coupon_con01 .con01 .coupon_box dl dd{display:table-cell; vertical-align:middle; width:31%;}
.account_coupon_con01 .con01 .coupon_box dl dd a{display:block;}
.account_coupon_con01 .con01 .coupon_box dl dd a i{display:block; width:52px; height:52px; background:url('/img/account_coupon_con01_plus.png') no-repeat center center / contain; margin:0 auto 10px;}
.account_coupon_con01 .con01 .coupon_box dl dd a span{font-size:18px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.6;}
.account_coupon_con01 .con01 .coupon_box dl dd a span::before{content: ''; display: block; margin: 0 auto 10px; width: 52px; height: 52px; background: url(/img/account_coupon_icon01.png)no-repeat;}

.account_coupon_con01 .con02{padding-top:40px;}
.account_coupon_con01 .con02 .top_box{padding-bottom:20px; text-align:right;}
.account_coupon_con01 .con02 .top_box .check_custom label{padding-left:32px;}
.account_coupon_con01 .con02 .table_layout01 table tbody th{text-align:center; border-right:1px solid #e6e6e6; padding:20px;}
.account_coupon_con01 .con02 .table_layout01 table tbody th:last-of-type{border-right:0;}
.account_coupon_con01 .con02 .table_layout01 table tbody th span{display:block; font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#aaaaaa;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td{font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#aaaaaa; padding:20px 10px; text-align:center;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td:first-of-type:not(.no_border){border-left:1px solid #e6e6e6;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td:last-of-type:not(.no_border){border-right:1px solid #e6e6e6;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td.no_border{padding:10px; }
.account_coupon_con01 .con02 .table_layout01 table tbody tr td p{font-size:14px; font-weight:300; letter-spacing:-0.045em; color:#444444;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td p b{font-size:20px; color:#444444; font-weight:600;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td p b.col02{color:#f51700;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td p b.col03{color:#009cf5;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td p b.col03_red{color:red;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td h6{font-size:14px; color:#f51700; letter-spacing:-0.045em; font-weight:300; margin:0;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td h6.type02{color:#009cf5;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td h6.type02_red{color:red;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td .day{text-align:center;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td .day p{font-size:14px; font-weight:300; letter-spacing:0; color:#888888;}
.account_coupon_con01 .con02 .table_layout01 table tbody tr td .day span{display:block ; font-size:14px; font-weight:300; letter-spacing:0; color:#aaaaaa; padding-top:10px;}

@media all and (max-width:1000px){
	.account_coupon_con01 .con02 .table_layout01 table tbody th {padding:15px 5px; }
}

.account_coupon_con01 .con03{padding:20px; background:#fefcf7; text-align:center;}
.account_coupon_con01 .con03{}
.account_coupon_con01 .con03 .top{padding:40px 0; border-bottom:1px dashed #e6e5e5;}
.account_coupon_con01 .con03 .top p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6;}
.account_coupon_con01 .con03 .top h6{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:500; line-height:1; margin:0; margin-top:10px;}
.account_coupon_con01 .con03 .top h6 b{font-size:20px; font-weight:600;}
.account_coupon_con01 .con03 .bot{padding:40px 0;}
.account_coupon_con01 .con03 .bot h6{font-size:18px; color:#222222; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin:0; margin-bottom:10px;}
.account_coupon_con01 .con03 .bot p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; }

.account_popup.coupon .conts{text-align:center;}
.account_popup.coupon .conts .cont_box{padding:20px 20px 40px;}
.account_popup.coupon .conts .tit_box{padding:38px 0; border-bottom:1px solid #000000; text-align:center;}
.account_popup.coupon .conts .tit_box h4{font-size:20px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.2; margin:0; margin-top:10px;}
.account_popup.coupon .conts .desc{padding:30px 0;}
.account_popup.coupon .conts .desc p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; margin-bottom:30px;}
.account_popup.coupon .conts .desc input{display:inline-block; vertical-align:middle; width:100%; max-width:500px; margin-right:5px; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:300; padding:6px 15px; border:1px solid #d1d1d1; box-sizing:border-box; appearance:none; -webkit-appearance:none; -moz-appearance:none;}
.account_popup.coupon .conts .btns{font-size:0; letter-spacing:-4px;}
.account_popup.coupon .conts .btns a{display:inline-block; vertical-align:top; width:50%; font-size:20px; color:#fff; letter-spacing:-0.045em; font-weight:500; line-height:1.2; padding:27px 0; background:#c3c3c3;}
.account_popup.coupon .conts .btns a.type02{background:#000000;}

@media all and (max-width:1000px){
	.account_popup.coupon .conts{max-height:600px; }
	.account_popup.coupon .conts .tit_box{padding:20px 0;}
}




/* ==========================================================================
	기획전
========================================================================== */
.exhibition_prod_list{overflow:hidden; font-size:0; letter-spacing:-4px;}
.exhibition_prod_list ul li{cursor:pointer;}
.exhibition_prod_list .img_box{position:relative; padding-bottom:100%; overflow:hidden;}
.exhibition_prod_list .img_box img{position:absolute; top:50%; left:50%; display:block; width:100%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.exhibition_prod_list .txt_box{margin-top:20px;}
.exhibition_prod_list .txt_box h5{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.4; margin:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom:5px;}
.exhibition_prod_list .txt_box p{font-size:14px; color:#222222; letter-spacing:-0.045em; font-weight:300;}
.exhibition_prod_list .txt_box p b{font-size:20px; letter-spacing:0em; font-weight:500;}

.exhibition_prod_list.slider{position:relative;}
.exhibition_prod_list.slider .swiper-button-prev{top:40%; left:-30px; width:60px; height:60px; background:#fff url('/img/exhibition_con02_prev.png') no-repeat center center; border-radius:50%; box-shadow:22px 22px 27px rgba(0, 0, 0, 0.05);}
.exhibition_prod_list.slider .swiper-button-next{top:40%; right:-30px; width:60px; height:60px; background:#fff url('/img/exhibition_con02_next.png') no-repeat center center; border-radius:50%; box-shadow:22px 22px 27px rgba(0, 0, 0, 0.05);}

.exhibition_prod_list.grid3 ul li{display:inline-block; vertical-align:top; width:calc(33.333333% - 13.4px); margin-right:20px; margin-bottom:40px;}
.exhibition_prod_list.grid3 ul li:nth-of-type(3n){margin-right:0;}
.exhibition_prod_list.grid4 ul li{display:inline-block; vertical-align:top; width:calc(25% - 15px); margin-right:20px; margin-bottom:40px;}
.exhibition_prod_list.grid4 ul li:nth-of-type(4n){margin-right:0;}

@media all and (max-width:1000px){
	.exhibition_prod_list.slider .swiper-button-prev{left:-20px; width:40px; height:40px;}
	.exhibition_prod_list.slider .swiper-button-next{left:-20px; width:40px; height:40px;}
	.exhibition_prod_list.grid3 ul li{width:calc(50% - 10px);}
	.exhibition_prod_list.grid3 ul li:nth-of-type(3n){margin-right:20px;}
	.exhibition_prod_list.grid3 ul li:nth-of-type(2n){margin-right:0;}
	.exhibition_prod_list.grid4 ul li{width:calc(50% - 10px);}
	.exhibition_prod_list.grid4 ul li:nth-of-type(2n){margin-right:0;}
}



.exhibition_con01{padding:100px 0 0;}
.exhibition_con01 .sub_tit03{padding-bottom:20px;}
.exhibition_con01 .sub_tit03:after{content:''; display:block; clear:both;}
.exhibition_con01 .sub_tit03 h4{display:inline-block; margin:0;}
.exhibition_con01 .sub_tit03 h5{float:right; font-size:14px; color:#888888; letter-spacing:0em; font-weight:400; margin:0;}
.exhibition_con01 .sub_tit03 h5 b{display:inline-block; vertical-align:middle; font-size:14px; color:#888888; letter-spacing:-0.045em; font-weight:500; padding:0 5px; background:#e4e4e4; text-align:center; margin-right:10px;}
.exhibition_con01 .sub_tit03 h5 span{display:inline-block; vertical-align:middle;}
.exhibition_con01 .img_box{padding:60px 0; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.exhibition_con01 .img_box .img{max-width:900px; margin:0 auto;}
.exhibition_con01 .img_box .img img{max-width:100%;}
.exhibition_con02{padding:100px 0; overflow:hidden;}
.exhibition_con03{padding-bottom:100px;}
.exhibition_con03 .inner{padding-top:60px; border-top:1px solid #e6e6e6;}

.board_con{margin-bottom:60px; text-align:center;}

.join_check{margin-top:40px;}
.join_check .tit{padding:30px 0; border-top:1px solid #000000;}
.join_check .tit .check_custom label{font-size:20px; color:#000000; font-weight:500;}
.join_check .tit .check_custom label i{top:10px;}
.join_check .desc{padding:20px 0; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.join_check .desc dl{}
.join_check .desc dl dt{margin-bottom:10px; }
.join_check .desc dl dt:after{content:''; display:table; clear:both;}
.join_check .desc dl dt a{float:right; width:14px; height:8px; background:url('/img/join_arrow_on.png') no-repeat center; displaY:inline-block; margin-right:20px;}
.join_check .desc dl dt .check_custom label{color:#222222}
.join_check .desc dl dd .check_custom label{font-size:14px;}
.join_check .desc dl + dl{margin-top:10px;}
.join_check .desc dl.off dt a{background:url('/img/join_arrow_off.png') no-repeat center;}
.join_check .desc dl.off dd{display:none}




/* order_popup */
.order_popup{display:none; position:fixed; left:0; top:0; z-index:1000; width:100%; height:100%;}
.order_popup .bg{width:100%; height:100%; background:rgba(0,0,0,0.55)}
.order_popup .box{position:absolute; width:93.75%; max-width:1000px; max-height: 90%; background:#fff; box-sizing:border-box; left:50%; top:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%);}
.order_popup .box > div{max-height:80vh; padding:40px; box-sizing:border-box; overflow-y:auto;}
/* .order_popup .box > div{height:660px; max-height:80vh; padding:40px; box-sizing:border-box; overflow-y:auto;} */
.order_popup .box .tit{padding:0 0 20px; border-bottom:1px solid #e6e6e6}
.order_popup .box .tit p{font-size:20px; color:#444444; letter-spacing:-0.045em; font-weight:500;}
.order_popup .box .text{padding:20px 0;}
.order_popup .box .text > img{max-width:100%;}
.order_popup .box .text .desc p{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:1.6; word-break:keep-all; margin:20px 0;}
.order_popup .box a.x_btn{position:absolute; right:0; bottom:100%; font-size:18px; color:#ffffff; padding-bottom:10px; letter-spacing:-0.045em; font-weight:300;}
.order_popup .box a.x_btn img{display:inline-block; vertical-align:middle; margin:-2px 0 0 10px}

.order_popup.read_popup .box > div{height:1000px; max-height:90vh;}
.order_popup.read_popup .box .text{}
.order_popup.read_popup .box .tit_img{text-align:center; padding:0 0 40px;}
.order_popup.read_popup .box .tit_img p{font-size:20px; color:#222; letter-spacing:-0.045em; font-weight:500; margin:10px 0 0;}
.order_popup.read_popup .box .order_top{padding:30px 0 10px; border-top:1px solid #000; border-bottom:1px solid #e6e6e6;}
.order_popup.read_popup .box .order_top:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.order_popup.read_popup .box .order_top .img_box{width:100%; border:1px solid #e4e4e4; box-sizing:border-box;}
.order_popup.read_popup .box .order_top .img_box img{width:100%; height:100%}
.order_popup.read_popup .box .order_top .txt{width:100%; padding:20px; box-sizing:border-box;}
.order_popup.read_popup .box .order_top .txt > p{font-size:14px; color:#444444; letter-spacing:-0.045em; font-weight:300;  margin:0 0 50px;}
.order_popup.read_popup .box .order_top .txt dl:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.order_popup.read_popup .box .order_top .txt dl dt{float:left; width:30%;}
.order_popup.read_popup .box .order_top .txt dl dt p{font-size:14px; color:#666; letter-spacing:-0.045em; font-weight:300;}
.order_popup.read_popup .box .order_top .txt dl dd{float:right; width:70%; }
.order_popup.read_popup .box .order_top .txt dl dd p{font-size:14px; color:#444; letter-spacing:-0.045em; font-weight:500;}
/*.order_popup.read_popup .box .order_top .txt dl dd span{font-size:14px; color:#aaaaaa; letter-spacing:-0.045em; font-weight:300; display:inline-block; vertical-align:top; position:relative;}*/
/*.order_popup.read_popup .box .order_top .txt dl dd span:before{content:""; width:100%; height:1px; background:#aaa; position:absolute; left:0; top:50%;}*/
.order_popup.read_popup .box .order_il{margin:20px 0;text-align:center;}
.order_popup.read_popup .box .order_il img{max-width:100%;}
.order_popup.read_popup .box .table table{width:100%; border-top:1px solid #000000;}
.order_popup.read_popup .box .table table tbody th{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; padding:10px 20px; background:#f7f7f7; border-bottom:1px solid #e6e6e6; text-align:center;}
.order_popup.read_popup .box .table table tbody td{font-size:14px; color:#666666; letter-spacing:-0.045em; font-weight:300; padding:5px 20px; border-bottom:1px solid #e6e6e6; text-align:center;}

.order_popup.activity_style_popup .box ul{margin-top:30px;}
.order_popup.activity_style_popup .box ul li + li{margin-top:30px;}

@media all and (max-width:1000px){
	.order_popup .box > div{padding:20px;}
	.order_popup.read_popup .box .table table tbody th{padding:10px 15px;}
	.order_popup.read_popup .box .table table tbody td{padding:5px 15px;}
}


/* order_popup(styling_popup) */
.styling_popup {word-break: keep-all;}
.styling_popup .sub_tit {margin-bottom: 70px;}
.styling_popup .box > div {padding: 0 0 150px;}
.styling_popup .pop_visual {padding: 70px 0; box-sizing: border-box;}
.styling_popup .pop_visual p {font-weight: 200; font-size:20px; line-height: 1.54em; letter-spacing: -0.045em; color: #222; max-width: 17em; text-align: center; margin: auto;}
.styling_popup .pop_visual p b {font-weight: 700; color: #444444;}
.styling_popup .style-item {margin-top: 60px; border-top: 1px solid #e6e6e6; padding-top: 40px;}
.styling_popup .style-item .main {display: flex; gap: 20px;}
.styling_popup .style-item .main > * {width: calc(50% - 10px);}
.styling_popup .style-item .main .img_box {border: 1px solid #e6e6e6; box-sizing: border-box;}
.styling_popup .style-item .main .img_box img {width: 100%;}
.styling_popup .style-item .main .txt_box h5 {font-weight: 500; font-size:20px; line-height: 1.41em; letter-spacing: -0.045em; color: #222;}
.styling_popup .style-item .main .txt_box h5 span {color: #444444;}
.styling_popup .style-item .main .txt_box p {font-weight: 300; font-size:14px; line-height: 1.55em; letter-spacing: -0.045em; color: #666;}
.styling_popup .style-item .sub {margin-top: 20px;}
.styling_popup .style-item .sub ul {display: flex; gap: 20px; flex-wrap: wrap;}
.styling_popup .style-item .sub ul li {width: calc(50% - 10px); border: 1px solid #e6e6e6; box-sizing: border-box;}
.styling_popup .style-item .sub ul li .img_box {position: relative; height: 660px;}
.styling_popup .style-item .sub ul li .img_box img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: fit-content;}
.styling_popup .style-item .sub ul li .tit_box {display: flex; align-items: center; justify-content: center; text-align: center; background-color: #f5f5f5; border-top: 1px solid #e6e6e6; padding: 30px 20px; box-sizing: border-box;}
.styling_popup .style-item .sub ul li .tit_box h6 {margin: 0; font-weight: 300; font-size:20px; letter-spacing: -0.045em; color: #222;}

@media all and (max-width: 767px) {
	.styling_popup .style-item .main {flex-wrap: wrap;}
	.styling_popup .style-item .main > * {width: 100%;}
	.styling_popup .style-item .sub ul li {width: 100%;}
}


/* 리뉴얼(20230925) 이후 신규 작업 */
/* 검색창 */
.stylist .search_con {--p: 20px;}
.stylist .search_con .inner {justify-content: center; gap: 15px 30px;}
.stylist .search_con .search_wrap {width: 100%; max-width: 600px; flex-shrink: 1;}
.stylist .search_con h3 {font-weight: 700; font-size:18px; line-height: 45px;}
.stylist .search_con input[type=text] {height: 45px; width: 100%; border: 1px solid #929292; padding: 0 var(--p); padding-right: calc(var(--p) + 10px + 24px); box-sizing: border-box; background: #fff url(/img/renewal/search.svg) no-repeat center right var(--p) / 24px auto;}
.stylist .search_con .tag {display: flex; gap: 10px; margin-top: 10px; flex-wrap: wrap;}
.stylist .search_con .tag li {cursor: pointer; font-size: 13px; line-height: 1.15em; color: #797979;}
.stylist .search_con .tag li:hover {font-weight: 700; color: #0F1745;}

@media all and (max-width: 640px) {
	.stylist .search_con .inner {flex-wrap: wrap;}
}


/* 스타일리스트 */
.stylist .stylist_con .row + .row {margin-top: 100px;}
.stylist .stylist_con .row.reverse .img_box {order: 1;}
.stylist .stylist_con .desc_box {align-items: flex-end;}
.stylist .stylist_con .desc_box .img_box {width: 60%; aspect-ratio: 1/0.76;}
.stylist .stylist_con .desc_box .img_box img {width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.stylist .stylist_con .desc_box .txt_box {width: 40%; padding: 40px 75px; box-sizing: border-box}
.stylist .stylist_con .desc_box  h5 {font-weight: 700; font-size:14px; line-height: 1.56em;}
.stylist .stylist_con .desc_box .line {width: 100%; height: 1px; background-color: #000; margin: 10px 0;}
.stylist .stylist_con .desc_box  p {font-weight: 400; font-size: 12px; line-height: 2em;}
.stylist .stylist_con .desc_box .tag {font-weight: 400; font-size: 12px; line-height: 2em; color: #797979; margin-top: 20px;}

@media all and (max-width: 1200px) {
	.stylist .stylist_con .desc_box .txt_box {padding: 40px;}
}

@media all and (max-width: 1024px) {
	.stylist .stylist_con .desc_box .txt_box {padding: 40px 20px;}
}

@media all and (max-width: 767px) {
	.stylist .stylist_con .desc_box .txt_box {padding: 20px;}
}

@media all and (max-width: 640px) {
	.stylist .stylist_con .desc_box {flex-wrap: wrap;}
	.stylist .stylist_con .desc_box .img_box,
	.stylist .stylist_con .desc_box .txt_box {width: 100%;}
	.stylist .stylist_con .row.reverse .img_box {order: 0;}
}

/* 스타일리스트 swiper */
.stylist .stylist_con .swiper {padding: 0 40px; box-sizing: border-box; margin-top: 50px; overflow: hidden; position: relative;}
.stylist .stylist_con .swiper-slide {width: calc(16.6666% - 33px); margin-right: 40px; cursor: pointer;}
.stylist .stylist_con .swiper-slide .img_box {width: 100%; aspect-ratio: 1/ 1.05; position: relative; overflow: hidden;}
.stylist .stylist_con .swiper-slide .img_box img {position: absolute; top: 50%; left: 50%; transform:  translate(-50%, -50%); width: 100%; max-width: fit-content;}
.stylist .stylist_con .swiper-container-horizontal .swiper-slide {margin-right: 0;}
.stylist .stylist_con .swiper-slide .txt_box {font-weight: 400; font-size: 11px; line-height: 2.2em; color: #797979;}
.stylist .stylist_con .swiper-slide .txt_box p {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} 
/* 스타일리스트 swiper btn */
.stylist .stylist_con .swiper .btn {position: absolute; width: 40px; height: 100%; background: no-repeat center center / 9px auto; cursor: pointer; top: 0; z-index: 1;}
.stylist .stylist_con .swiper .prev {background-image: url(/img/renewal/chevron-left.png); left: 0;}
.stylist .stylist_con .swiper .next {background-image: url(/img/renewal/chevron-right.png); right: 0;}

@media all and (max-width: 1400px) {
	.stylist .stylist_con .swiper-slide {width: calc(20% - 32px);}
}

@media all and (max-width: 1200px) {
	.stylist .stylist_con .swiper {padding: 0;}
	.stylist .stylist_con .swiper-slide {width: calc(25% - 15px);}
	.stylist .stylist_con .swiper .prev {left: unset; right: 100%;}
	.stylist .stylist_con .swiper .next {right: unset; left: 100%;}
}

/* 페이저 초기화 */
.stylist .programPage {margin-top: 120px; text-align: unset; font-size: inherit; display: flex; align-items: center; gap: 25px; justify-content: center;}
.stylist .programPage a{text-decoration: none; box-sizing: border-box; border:1px solid transparent; line-height: unset; display: inline; border-radius: unset; margin: 0; color: #797979; font-size: 14px; font-weight: 400; width: unset; height: unset;}
.stylist .programPage a.page_prev,
.stylist .programPage a.page_next {border:1px solid transparent; width: 9px; height: 15px; background: no-repeat center center / contain;}
.stylist .programPage a.page_prev {background-image: url(/img/renewal/chevron-left.svg);}
.stylist .programPage a.page_next {background-image: url(/img/renewal/chevron-right.svg);}
.stylist .programPage a.page_prev img {display: none;}
.stylist .programPage a.page_next img {display: none;}
.stylist .programPage a:hover,
.stylist .programPage a.active {border:1px solid transparent; background-color: unset; color: #000; font-weight: 600;}
.stylist .programPage a.page_prev:hover, 
.stylist .programPage a.page_next:hover{border:1px solid transparent;}

@media all and (max-width: 640px) {
	.stylist .programPage {margin-top: 60px;}
}

/* stylist_con02 */
.banner img {width: 100%;}

@media all and (min-width: 1921px) {
	.banner .img_box {width: 100%; }
	.banner .img_box img {width: 100%; height: 100%; object-fit: cover; object-position: center center;}
}


/* 더보기 */
.mypage .programPage a{width: 60px; height: 60px; line-height: 60px;}


.won_sub_tit{padding: 20px 0; background-color: #222; color: #fff; font-weight: 700; font-size: 24px; text-align: center;}
.won_sub_tit.mb{margin-bottom: 60px;}