@import url(sub4_center_main.css);

.blue{
    /* color: #5158DD; */
}
.center_wrap{
    background-color: transparent;
    padding: 0;
    /* width: 1110px; */
}
.guideTab_wrap .tab_list{
    display: flex;
    cursor: pointer;
	margin-top: 15px;
}
.guideTab_wrap .tab_list li{
    width: 33.333%;
	border: none;
    border-top: 1px solid #e9e9e9;
    /* height: 88px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* font-size: 18px; */
	padding: 12px 0;
	border-radius: 0;
	line-height: 1;
	background-color: #F8FAFF;
}
.guideTab_wrap .tab_list li.on{
    background-color: #fff;
    border-top: 2px solid #5158DD;
    color: #5158DD;
    font-weight: bold;
}

.guideCont_list{
    position: relative;
}
.guideCont_list > li{
    background-color: #fff;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}
.guideCont_list > li:not(:first-child){
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.guideCont_list > li.on{
    display: block;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}

.guideCont_list .preview_wrap{
    width: 340px;
    height: 640px;
}
.preview_tab{
    display: flex;
    margin-bottom: 10px;
}
.preview_tab li{
    width: 50%;
    border: 1px solid #e9e9e9;
    padding: 7px 0;
    text-align: center;
}
.preview_tab li.pc{
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.preview_tab li.mo{
    border-left: none;
    border-radius: 0 4px 4px 0;
}
.preview_tab li.on{
    background-color: #F8FAFF;
    border-color: #5158DD;
    color: #5158DD;
    font-weight: bold;
    cursor:unset;
}
.preview_tab li:not(.on) {
    cursor: pointer;
}
.preview_tab li.pc.on{
    border-right: 1px solid #5158DD;
}
.preview_tab li.mo.on{
    border-left: 1px solid #5158DD;
}

.preview_cont{
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.preview_cont li img{
    width: 100%;
}
.preview_cont li.mo,
.preview_cont li div{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*display: none;*/
}

.previewImg{
    position: relative;
}

.guideCont_list .accountList_wrap{
    width: 600px;
}
.account_list > li{
    border-radius: 4px;
    border: 1px solid #5158DD;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    height: 150px;
    margin-top: 14px;
}
.account_list > li.accountSec_F .info_wrap{
  display: none;
}
.account_list > li:first-child{
    margin-top: 52px;
}
.account_list > li > div{
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.account_list > li > div.right{
	width: 38%;
}
.account_list > li > div .div{
    width: 100%;
}

.account_list > li .tit,
.optionBox .tit{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}
.account_list > li .txt{
    font-size: 12px;
    line-height: 1.5em;
}

.account_list > li .info_wrap{
    position: relative;
    font-size: 13px;
}
.account_list > li .infoBtn{
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    padding: 3px 10px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
}
.account_list > li .infoBtn img{
    position: relative;
    top: -2px;
}
.account_list > li [class^="infoTxt"]{
    position: absolute;
    top: 35px;
    left: 0;
    border: 1px solid #5158DD;
    border-radius: 4px;
    background-color: #fff;
    font-size: 12px;
    width: 430px;
    padding: 15px;
    line-height: 1.8em;
    display: none;
    z-index: 2;
}

/* .account_list > li .infoBtn:hover + .infoTxt{
    display: block;
} */
.account_list > li > div.right{
    text-align: right;
}
.account_list > li .priceOption{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.account_list > li.on{
    background-color: #F8FAFF;
}

.account_list .flag,
.optionBox .flag{
    display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid ;
	padding: 3px 0;
	width: 80px;
}
.account_list .flag img{
    position: relative;
    top: -1px;
    right: -2px;
}
.account_list .flag.new{
	background-color: #F7FFD1;
	border-color: #B2CF2C;
}
.account_list .flag.star{
	background-color: #EFF5FF ;
	border-color: #BCD1FC;
	color: #5158DD;
}
.account_list .flag.heart{
	background-color: #FFFFEF ;
	border-color: #F8FCBC;
}
.optionBox .flag.up{
    color: #7C8F20;
    background-color: #F7FFD1;
    border: 1px solid #CBEB38;
    width: 70px;
    margin-left: 7px;
    position: relative;
    top: -1px;
}

.guideCont_wrap .select_wrap,
.guideCont_wrap .select_wrap .option{
	border: 1px solid #BCD1FC;
	border-radius: 4px;
	background-color: #fff;
    text-align: left !important;
}
.guideCont_wrap .select_wrap{
	position: relative;
	cursor: pointer;
    width: 57%;

}
.guideCont_wrap .select_wrap:after{
	content:'';
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-bottom: 1px solid #5158DD;
	border-right: 1px solid #5158DD;
	position: absolute;
	top: 8px;
	right: 12px;
	z-index: 1;
}

.guideCont_wrap .select_wrap .selected{
	padding: 7px;
}
.guideCont_wrap .select_wrap .option{
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	z-index: 1;
	padding: 0 7px;
	display: none;
}
.guideCont_wrap .select_wrap .option li{
	padding: 7px 0;
	border-top:1px solid #E9E9E9
}
.guideCont_wrap .select_wrap .option li:first-child{
	border: none;
}

.guideCont_wrap .select_wrap.open:after{
	transform: rotate(-135deg);
	top: 14px;
}
.guideCont_wrap .select_wrap.open .option{
	display: block;
}

.guideCont_wrap .price > div{
    text-align: right;
}
.guideCont_wrap .price .before{
    font-size: 11px;
    color: #9D9D9D;
    text-decoration: line-through;
}
.guideCont_wrap .price .now{
    font-size: 20px;
    font-weight: bold;
}

.optionBox{
    /* background-color: #EFF5FF;
	padding: 20px 0; */
    margin-top: 40px;
    position: relative;
}
/* .optionBox:before,
.optionBox:after{
    content:'';
    display: block;
    width: 20px;
    height: 100%;
    background-color: #EFF5FF;
    position: absolute;
    top: 0;
} */
/* .optionBox:before{
    left: -20px;
}
.optionBox:after{
    right: -20px;
} */

.optionBox_list{
    background-color: #F8FAFF;
    padding: 15px;
    margin-top: 7px;
}
.optionBox_list > li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	border-radius: 4px;
} 
.optionBox_list li:first-child{
	margin-top: 0;
}

.optionBox_list li > div{
	display: flex;
	align-items: center;
}
.optionBox_list li > div.right{
	justify-content: flex-end;
}

.optionBox_list li .ckbox_label{
	width: 115px;
    display: flex;
    height: 22px;
    align-items: center;
}
.optionBox_list li .ckbox_label .ck_box{
	border: 2px solid #E9E9E9;
    width: 22px;
    height: 22px;
	background-color: #fff;
}
.optionBox_list li .ckbox_label svg{
	display: none;
}
.optionBox_list li .ckbox_label.onSelect .ck_box{
	border-color: #5158DD;
}
.optionBox_list li .ckbox_label.onSelect svg{
	display: block;
}
.optionBox_list li .ckbox_label.onSelect path{
	stroke:#5158DD
}

.optionBox_list li .ck_text{
	font-weight: bold;
	color: #000;
	font-size: 17px;
	margin-left: 5px;
}
.optionBox_list li .infoTxt{
	font-size: 13px;
}
.optionBox_list li .select_wrap{
	width: 100px;
}
.optionBox_list li .price{
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 20px;
	width: 110px;
	text-align: right;
	margin-left: 20px;
}

.optionBox_list li.jumpUp .day{
	font-size: 20px;
}
.optionBox_list li.jumpUp .price{
	border-bottom: 0;
	text-align: center;
}

/* .guideBtn_wrap{
    display: flex;
    justify-content: flex-end;
    height: 65px;
    margin-top: 30px;
}
.guideBtn_wrap > div{
    border-radius: 12px;
    text-align: center;
    font-size: 22px;
    background-color: #F5F5F5;
    color: #475067;
    display: flex;
    align-items: center;
    padding:0 50px;
    font-weight: bold;
}
.guideBtn_wrap > div.goForm{
    background-color: #5158DD;
    margin-left: 12px;
}
.guideBtn_wrap > div.goForm a{
    color: #fff;
} */

.button_wrap{
	margin-top: 30px;
}
.button_wrap div{
	font-weight: bold;
	font-size: 16px;
	padding: 14px 50px !important;
}
.button_wrap .grayBtn{
	background-color: #F5F5F5;
	color: #475067;
}