#container .sub_visual > .color_contents {
    max-width: 1380px;
    padding: 123px 0 111px;
    text-align: center;
    margin: 0 auto;
}

.color_testBg .sub_visual {
	height: 380px;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 0, 0 50%;
    background-size: auto, cover;
	background-image: url(/ClientUI/colortest/images/bg_color_test_top_ele.jpg);
	background-color: #ffe374;
}

.color_bold {
	font-weight: bold;
}

.color_section {
	max-width: 1380px;
	text-align: center;
	margin: 0 auto;
	padding-top: 90px;
}

.color_title {
	color: #ff4c00;
	font-size: 24px;
	font-weight: bold;
}

.color_subtitle {
	font-size: 24px;
	position: relative;
}

.color_txt {
	font-size: 22px;
}

.color_ojb_box {
	display: flex;
    align-items: flex-start;
    justify-content: center;
}

.obj01 {
	width: 7%;
	margin-top: -2%;
	margin-right: 1%;
}

.obj02 {
	width: 5%;
    margin-top: 5%;
    margin-left: 2%;
}

.obj03 {
    width: 5%;
    margin-right: 5%;
}

.obj04 {
	width: 7%;
    margin-top: -3%;
    margin-left: 5%;
}

.dna_color_img {
	width: 85%;
    margin: 0 auto;
}

.sec03_img {
	width: 100%;
}

.color_section.sec04 {
	padding-bottom: 80px;
}

.color_sec05 {
	background-color: #def6ff;
}

.cpa_box {
	display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.color_section.sec05 {
	width: 85%;
	padding-top: 80px;
}

.cpa_left_item {
	width: 40%;
	margin-right: 3%;
}

.cpa_left_img {
	width: 51%;
	margin: 0 auto;
}

.cpa_left_txt {
	background-color: #fff;
	padding: 15% 10% 10%;
	font-size: 22px;
	border-radius: 14px;
	margin-top: -10%;
	height: 310px;
}

.cpa_right_item {
	width: 60%;
}

.cpa_right_img {
	width: 100%;
	margin: 0 auto;
}

.cpa_right_txt {
	background-color: #fff;
	padding: 15% 10% 10%;
	font-size: 22px;
	border-radius: 14px;
	margin-top: -7%;
	height: 310px;
}

.color_arrow {
	position: absolute;
    left: 37%;
    width: 8.7%;
    bottom: 15%;
}

.color_section.sec06 {
	width: 85%;
	padding-bottom: 80px;
}

.info_box {
	background-color: #cdf1ff;
	border-radius: 14px;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 3%;
}

.info_img {
	width: 20%;
}

.info_txt {
	text-align: left;
	font-size: 22px;
	margin-left: 5%;
}

.info_logo {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.info_logo div:first-child {
	margin-right: 10%;
}

.color_sec06 {
	background-color: #fffcf0;
}

.color_section.sec07 {
	width: 550px;
}

.dna_txt {
	font-size: 22px;
	letter-spacing: -1px;
	margin-top: 50px;
}

.dna_box {
	margin-top: 100px;
	text-align: left;
}

.dna_tag {
	font-weight: bold;
}

.dna_tag span {
	color: #909090;
}

.input_dna_name {
	border-radius: 12px;
	height: 55px;
}

.dna_select_box {
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.dna_select_box div {
	width: 32%;
}

.dna_select .nice-select {
	width: 166px;
	height: 55px;
}

.dna_select .current {
	border-radius: 12px;
	height: 100%;
    line-height: 55px;
}

.dna_select .list {
	border-radius: 12px;
	top: 55px;
}

.dna_select .current:before {
	border-left: 0px;
    background-color: #fff;
}

.dna_select .current:after {
	height: 55px;
}

.dna_gender_sel {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.gender_item {
    width: 50%;
    text-align: center;
    line-height: 55px;
}

.gender-item_radio {
    appearance:none;
    display:none;
}

.gender-item_label {
    position:relative;
    display: inline-block;
    width:100%;
    text-align:center;
    cursor: pointer;
    height: 55px;
    color: #767676;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

.rdtl {
	border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.rdtr {
	border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-left: 0;
}

.rdtrl {
	border-left: 0;
}

.gender-item_radio:checked + .gender-item_label{
    background-color: #fff;
    border: 1px solid #ff4c00;
    color: #ff4c00;
    font-weight: bold;
}

.dna_coupon_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.input_dna_coupon {
	border-radius: 12px;
    height: 55px;
    text-align:center;
    line-height: 55px;
}

.select.coupon_select {
	width: 100%;
}

.coupon_select .nice-select {
	width: 100%;
}

.dna_notice_box {
	color: #666666;
	font-size: 14px;
	margin-bottom: 80px;
}

.dna_btn_test {
	padding-bottom: 80px;
}

.btn_test {
	width: 80%;
	height: 95px;
	background-color: #ff611e;
	border-radius: 50px;
	text-align:center;
	line-height: 95px;
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	margin: 0 auto;
	box-shadow: 0px 4px 0px 1px rgba(0,0,0,0.15);
	cursor: pointer;
}

.sColor {
	color: #fff815;
	margin-bottom: 50px;
}

.img_mo {
	display: none;
}

br.break-in {
   	display: none;
}

.color_agree_all {
	position: relative;
}

.agree_chk_all_label {
	width: 100%;
	background: #f8f8f8;
	border-radius:30px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #dadada;
    color: #909090;
   	display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

label.agree_chk_all_label::before {
	background-image: url(/ClientUI/colortest/images/color_chk_off.png);
	content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 10px;
}

.agree_chk_all:checked + .agree_chk_all_label {
    background-color: #ff4c00;
    border: 1px solid #ff4c00;
    color: #fff;
    border-radius:30px;
}

.agree_chk_all:checked + .agree_chk_all_label::before {
	background-image: url(/ClientUI/colortest/images/color_chk_on.png);
}

.color_agree_chk {
	position: relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.agree_chk_label {
    text-align: center;
   	display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.agree_chk_label span {
	color: #ff4c00;
	font-weight: bold;
	margin-right: 5px;
}

label.agree_chk_label::before {
	background-image: url(/ClientUI/colortest/images/color_chkbox_off.png);
	content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 10px;
}

.agree_chk:checked + .agree_chk_label::before {
	background-image: url(/ClientUI/colortest/images/color_chkbox_on.png);
}

.chk_arrow {
	padding: 10px;
    cursor: pointer;
    transition: all .3s linear;
}

.chk_arrow img {
	vertical-align: middle;
}

.chk_arrow.down {
    transform:rotate(180deg);
}

.agree_txt {
	width: 100%;
	height: 120px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #dadada;
	display: none;
	color: #909090;
	font-size: 13px;
}

@media (max-width: 1350px) {
	.cpa_left_txt, .cpa_right_txt {
		font-size: 1.3rem;
	}
	
	.info_txt {
		font-size: 1.3rem;
	}
}

@media (max-width: 1024px) {
	.cpa_left_txt, .cpa_right_txt {
		font-size: 1.2rem;
		padding: 22% 10% 10%;
	}
	
	.info_txt {
		font-size: 1.2rem;
	}
}

@media (max-width: 890px) {
	.color_testBg .sub_visual {
		background-image: url(/ClientUI/colortest/images/m_bg_color_test_top_ele.jpg);
	}
	
	#container .sub_visual > .color_contents {
		padding: 150px 0 111px;
	}
	
	.sub_visual .page_tit {
		font-size: 45px;
	}
		
	.color_testBg .sub_visual {
		height: 444px;
	}
	
	.color_section {
		padding-top: 15%;
	}
	
	.color_section.sec01 {
		padding-top: 5%;
		padding-bottom: 1%;
	}
	
	br.break-in {
    	display: inline;
    }
    
    br.break-no {
    	display: none;
    }
    
    .color_ojb_box {
    	align-items: flex-end;
    }
    
    .obj01 {
   	    margin-right: 5%;
    }
    
    .obj02 {
    	margin-left: 5%;
    }
    
    .dna_color_img {
    	width: 95%;
    }
    
    .fl_start {
  	    align-items: flex-start;
    }
    
    .obj03 {
    	margin-right: -10%;
    	margin-top: 10%;
    }
    
    .obj04 {
    	margin-left: -10%;
    	margin-top: -10%;
    }
    
    .img_pc {
    	display: none;
    }
    
    .img_mo {
    	display: block;
    }
    
    .color_section.sec05, .color_section.sec06 {
    	padding-top: 10%;
    }
    
    .cpa_box {
    	display: block;
    }
    
    .cpa_left_item, .cpa_right_item {
    	width: 100%;
    }
    
    .color_arrow {
        position: relative;
    	margin-top: -7%;
	    left: 50%;
	    width: 28%;
	    transform: translate(-50%, 0) rotate(90deg);
    }
    
    .cpa_left_txt, .cpa_right_txt {
   	    font-size: 1.45rem;
   	    padding: 15% 10% 10%;
   	    height: auto;
    }
    
    .m_info_box {
   	    background-color: #cdf1ff;
	    border-radius: 14px;
	    padding: 10% 3%;
    }
    
    .m_info_txt {
    	font-size: 1.45rem;
    }
    
    .m_info_logo {
		display: flex;
	    justify-content: center;
	    align-items: center;
        gap: 7%;
    }
    
    .m_info_logo1 {
    	width: 35%;
    }
    
    .m_info_logo2 {
    	width: 45%;
    }
    
    .m_info_logo2 div:first-child {
    	margin-bottom: 10%;
    }
    
    .color_sec06 {
    	padding: 0 5%;
    }
    
    .color_section.sec07 {
    	width: 100%;
    }
    
    .dna_txt {
    	margin-top: 7%;
    }
    
    .dna_box {
    	margin-top: 10%;
    }
    
    .dna_select .nice-select {
    	width: 100%;
    }
    
    .select.dna_select {
    	width: 32%;
    }
    
    .select.coupon_select {
    	width: 100%;
    }
    
    .btn_test {
    	width: 70%;
    	padding: 7%;
    	line-height: 0;
    	height: auto;
    	font-size: 2rem;
    }
}

@media (max-width: 465px) {
	.color_title, .color_subtitle {
		font-size: 1.25rem;
	}
	
	.color_txt {
		font-size: 1.15rem;
	}
	
	.cpa_left_txt, .cpa_right_txt {
		font-size: 1.25rem;
	}
	
	.m_info_txt {
		font-size: 1.2rem;
	}
	
	.dna_txt {
		font-size: 1.25rem;
	}
	
	.btn_test {
		font-size: 1.6rem;
		padding: 8%;
	}
	
	.sColor {
		margin-bottom: 10%;
	}
}



