@charset "euc-kr";

body {min-width: unset;}
a {color:inherit !important;}
a:hover {color:unset;}
.con {width: 100%; max-width:1100px; margin:0 auto;}
.title_txt {display: flex; justify-content: space-between; margin-bottom:20px;}
.title_txt strong {font-size:2em; font-weight:600; color:#000; letter-spacing: -0.05em;}
.title_txt i {font-size: 2em; color:#000;}


.swiper-button-next:after, .swiper-button-prev:after {display: none; font-size:14px; font-weight:900; color:#333;}
.sound_only {display:none;}
#user_hd {width: 100%; display: flex; justify-content: space-between; align-items: center; position:fixed; top:0; left:0; padding:25px 50px; box-sizing: border-box; z-index: 999; transition: all 0.3s;}
#user_hd.on {background:#fff; border-bottom:1px solid #e2e2e2;}
#user_hd .hright button {margin-left:20px;}
#user_hd .search_box {display: none; width:100%; position:fixed; top:124px; left: 0; background:#fff; padding:30px 0; border:1px solid #e2e2e2;}
/*#user_hd .search_box form {display: flex; justify-content: center;}*/
#user_hd .search_box form {width: 60%; max-width: 550px; position:relative; margin:0 auto;}
#user_hd .search_box form .search_wrap {width:60%; max-width:550px; position:relative;}
#user_hd .search_box form input {width: 100%; border:none; border-bottom:2px solid #000; padding:15px 30px 15px 10px; font-size: 1.5em; font-weight: bold; color:#000; box-sizing: border-box;}
#user_hd .search_box form input:focus {outline:none;}
#user_hd .search_box form input::placeholder {color:#aaa; font-weight:400;}
#user_hd .search_box form button {position:absolute; top:10px; right:0;}
#user_hd .search_box form button i {font-size: 28px;}

#user_main {height:700px; display: flex; justify-content: center; align-items: center; background:url("../img/user/main_bg.jpg") no-repeat center center; background-size:cover;}
#user_main .con {display: flex; justify-content: space-between; align-items: center;}
#user_main .con h2 {font-family: "Noto Sans KR"; font-size:5em; font-weight:600; line-height:1.15; letter-spacing:-0.075em; color:#333;}
#user_main .con p {line-height:1.7; margin-top:25px;}
#user_main .video_box {width: 50%; position:relative; border-radius: 0 30px 0 30px; overflow: hidden; border:1px solid #ffffff;}
#user_main .video_box video {width: 100%;}
#user_main .video_box button {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}

.quick_menu {position:relative; top: -90px;}
.quick_menu ul {display: flex; /*background:linear-gradient( to bottom, #fcbc66, #f9884c );*/ background:linear-gradient( to bottom, #5d5d5d, #3d3d3d ); border-radius: 30px 0 30px 0;}
.quick_menu ul li {flex:1; text-align: center; font-size:1.5em; color:#fff; padding:40px 0;}
.quick_menu ul li:not(:last-child) a {border-right:1px solid rgba(255,255,255,0.3)}
.quick_menu ul li a {display: block;}
.quick_menu ul li a:hover img {transform:translateY(-10px)}
.quick_menu ul li .img_box {display: flex; justify-content: center; align-items: center; height: 60px; margin-bottom:12px;}
.quick_menu ul li img {transition:all 0.3s;}

#user02 {padding-bottom:100px; position:relative;}
#user02 .con {position:relative;}
#user02 .user02_slide {overflow: hidden;}
#user02 .user02_slide img {width: 100%; height:auto;}
#user02 .txt_box * {display: block; word-break:keep-all; letter-spacing: -0.05em; font-size:1em; line-height:1.5em;}
#user02 .txt_box .cate {font-size:1.25em; font-weight: 600; color:#dc381c; margin-top:20px;}
#user02 .txt_box .tit {font-size:1.5em; color:#000; line-height:1.2; margin:12px 0;}
#user02 .txt_box .date {font-size: 1.25em; color:#7b7b7b;}
#user02 .swiper-button-next,
#user02 .swiper-button-prev {width:38px; height:38px; border:1px solid #d2d2d2; border-radius:100%; top:calc(50% + 55px)}
#user02 .swiper-button-next i,
#user02 .swiper-button-prev i {background:none;}
#user02 .swiper-button-next, .swiper-rtl .swiper-button-prev {right:0%;}
#user02 .swiper-button-prev, .swiper-rtl .swiper-button-next {left:0%;}
#user02 .user02_nav {position: absolute;  left:50%; margin-left:-660px; top:150px; width:100%; max-width:1320px; height:60px;}
#user02 .user02_box p {letter-spacing: -0.05em; font-size:1.3em; text-align: center; padding:20px 0px; font-weight:bold;}
#user02 .user02_box img {border:1px solid #ececec;}

#user03 {background:#f7f7f7; padding:100px 0;}
#user03 .user03_wrap {display: flex; flex-wrap: wrap;}
#user03 .user03_wrap .user03_box {width: 25%; position: relative;}
#user03 .user03_wrap .user03_box img {width: 100%; position: relative;}
#user03 .user03_wrap .user03_box a::after {content:""; display: block; width:100%; height: 100%; background:rgba(0,0,0,0.35); position:absolute; top:0; left:0; z-index:1;}
#user03 .user03_wrap .user03_box .txt_box {width:100%; height:100%; display: flex; flex-direction: column; justify-content: space-between; position:absolute; top:0; left:0; padding:20px; z-index: 2; color:#fff; font-size:15px; font-weight:bold; box-sizing: border-box;}
#user03 .user03_wrap .user03_box .txt_box .tit {font-size: 1.5em; line-height: 1.5;}
#user03 .user03_wrap .user03_box .txt_box .txt_info {color:#fff;}
#user03 .user03_wrap .user03_box .txt_box .date,
#user03 .user03_wrap .user03_box .txt_box .writer {font-size: 1.25em; color:#fff;}
#user03 .user03_sc2 {margin-top:100px;}
#user03 .user03_sc2 .btn_navi {position:relative; display: flex;}
#user03 .user03_sc2 .btn_navi .swiper-button-next,
#user03 .user03_sc2 .btn_navi .swiper-button-prev {position:unset;width: unset; height: unset; margin: 0;}
#user03 .user03_sc2 .btn_navi .swiper-button-prev,
#user03 .user03_sc2 .btn_navi .swiper-rtl .swiper-button-next {margin-right:50px;}
#user03 .user03_sc2 .user03_slide {margin-top:50px; overflow: hidden;}
#user03 .user03_sc2 .user03_slide ul {display: flex; justify-content: space-between;}
#user03 .user03_sc2 .user03_slide li {width: 48%; font-weight:600; color:#fff; text-align: center; border-radius:10px;}
#user03 .user03_sc2 .user03_slide li a {display: block; padding:35px 0;}
#user03 .user03_sc2 .user03_slide li.blue {background: rgb(118,130,216); background: linear-gradient(0deg, rgba(118,130,216,1) 0%, rgba(158,166,228,1) 100%);}
#user03 .user03_sc2 .user03_slide li.orange {background: rgb(228,175,99); background: linear-gradient(0deg, rgba(228,175,99,1) 0%, rgba(236,199,146,1) 100%);}
#user03 .user03_sc2 .user03_slide li.red {background: rgb(222,84,110); background: linear-gradient(0deg, rgba(222,84,110,1) 0%, rgba(231,134,153,1) 100%);}
#user03 .user03_sc2 .user03_slide li.green {background: rgb(181,183,22); background: linear-gradient(0deg, rgba(181,183,22,1) 0%, rgba(204,204,92,1) 100%);}
#user03 .user03_sc2 .user03_slide li.yellow {background: rgb(231,200,84); background: linear-gradient(0deg, rgba(231,200,84,1) 0%, rgba(238,215,135,1) 100%);}
#user03 .user03_sc2 .user03_slide li.yellowgreen {background: rgb(84,223,134); background: linear-gradient(0deg, rgba(84,223,134,1) 0%, rgba(134,233,169,1) 100%);}
#user03 .user03_sc2 .user03_slide li.purple {background: rgb(174,76,185); background: linear-gradient(0deg, rgba(174,76,185,1) 0%, rgba(198,130,207,1) 100%);}


			.row {clear:both; float:left; width:100%; height:auto; min-height:250px;}
			.row ul {background:#ffffff; padding:25px 15px;}
			.row ul li {line-height:40px; border-bottom:1px dotted #e5e5e5; font-size:1em; position: relative;}
			.row ul li a {font-weight:600;}
			.row ul li .date {position: absolute; right:0px; top:2px; text-align: right;			}
			.row {float:left; width:100%; margin-right:0px; height:auto; padding-bottom:20px;}
			.latest_right {display:none; float:right; width:48%; height:auto; padding-bottom:50px;}
			.user03_slide {clear:both; float:left; width:100%; height:auto;}
			#user03 {clear:both; float:left; width:100%; height:auto; }


#user_ft {clear:both; float:left; width:100%; height:auto; }
#user_ft .ftop {display: flex; justify-content: space-between; padding:30px 0;}
#user_ft .ftop .swiper-button-next,
#user_ft .ftop .swiper-button-prev {position:unset; margin: 0; width: 38px; height: 38px; border: 1px solid #d2d2d2; border-radius: 100%;}
#user_ft .ftop .ft_slide {width: calc(100% - 76px); padding:0 30px; box-sizing: border-box; overflow: hidden;}
#user_ft .ftop .ft_slide .swiper-slide {text-align: center;}
#user_ft #F_menu {border:none; background:#222; padding-top:30px;}
#user_ft #F_menu .inner.con {width: 100%; height: unset; max-width: 1100px; display: flex; flex-wrap: wrap; justify-content: space-between;}
#user_ft #F_menu .inner.con .sns_box li {padding:0; background:none;}
#user_ft #F_menu .inner.con .sns_box li:not(:last-child) {margin-right:8px;}
#user_ft #F_menu .inner.con ul li a {font-size: 0.875em !important; font-weight: bold; color:#fff !important;}
#user_ft #F_menu .inner.con ul li a strong {color:#f00;}
#user_ft #Footer {background: #222; padding:10px 0 30px;}
#user_ft #Footer .inner {width: 100%; max-width: 1100px; padding:0 109px 0 0; color:#999; background-position:right center; box-sizing: border-box;}

/* ====== SUB ====== */
#user_sub {padding:80px 0}
.user_sub_title {margin-bottom:30px; letter-spacing: -0.05em; color:#000;}
.user_sub_title strong {font-size: 2.15em;}
.user_sub_title p {font-size: 1.25em; font-weight: bold; color:#000; margin-top:15px;}
.user_top_bg {height:400px; display: flex; justify-content: center; align-items: center; background:url("../img/user/main_bg.jpg") no-repeat top center; box-sizing: border-box;}
.user_top_bg h2 {font-size: 3.57em; letter-spacing: -0.05em; color:#333;}
.user_nav {border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.user_nav .user_depth01 {display: flex; align-items: center; }
.user_nav .user_depth01 li {position:relative; font-weight: 600;}
.user_nav .user_depth01 li a {display: block;}
.user_nav .user_depth01 li a:hover {text-decoration: none;}
.user_nav .user_depth01 > li:first-child {border-left:1px solid #ddd; border-right:1px solid #ddd;}
.user_nav .user_depth01 > li:first-child > a {display: block; padding:18px;}
.user_nav .user_depth01 > li:not(:first-child) {width: 250px; border-right:1px solid #ddd;}
.user_nav .user_depth01 > li:not(:first-child) > a {display: flex; justify-content: space-between; align-items: center; padding:19px 18px 20px 18px;}
.user_nav .user_depth01 > li:first-child i {font-size: 22px;}
.user_nav .user_depth01 > li:last-child > a {background:#d93a1d; color:#fff !important;}
.user_nav .user_depth01 .user_depth02 {display: none; width: 100%; position:absolute; left:-1px; border:1px solid #ddd; z-index: 99999;}
.user_nav .user_depth01 .user_depth02 a {padding:18px; background:#fff;}
.user_nav .user_depth01 .user_depth02 a:hover {background:#d93a1d; color:#fff !important;}
.user_nav .user_depth01 li.on .user_depth02 {display: block;}
.m_appear {display: none;  color:#d93a1d; margin-top:10px;}

/* greeting */
.user_greeting .user_greeting_head {display:flex; justify-content: space-between; padding-bottom:50px;}
.user_greeting .user_greeting_head strong {font-size: 2.5em; color:#d93a1d; line-height: 1.33; padding-top:100px; }
.user_greeting .user_greeting_cont {display: flex; flex-wrap: wrap; justify-content: space-between; color:#000;}
.user_greeting .user_greeting_head .img_box { display: flex; align-items: center;}
.user_greeting .user_greeting_head .img_box img {max-width:300px;}
.user_greeting .user_greeting_cont p { letter-spacing: -0.05em; line-height: 1.77; text-align: justify;}
.user_greeting .user_greeting_cont p:first-of-type {margin-bottom:30px;}
.user_greeting .user_greeting_cont p strong {font-size:1.3em; }
.user_greeting .user_greeting_cont strong {display: block;}
.user_greeting .user_greeting_cont p:last-of-type {margin-bottom:30px;}
.user_greeting .user_greeting_cont > strong {font-size:1.5em;}
.user_greeting .user_greeting_cont p.chief {width:100%; font-size:1.5em; text-align: right; font-weight:500;}

/* history */
.user_history .history_tab {display: flex;}
.user_history .history_tab li {flex:1;  color:#999; text-align: center; letter-spacing: -0.05em; border:1px solid #d2d2d2; margin-left:-1px;}
.user_history .history_tab li.on {background:#e84527; font-weight: bold; color:#fff; border:none;}
.user_history .history_tab li a {display: block; padding:15px 0;}
.user_history .history_box {display: none; margin-top:130px;position:relative;}
.user_history .history_box:not(:last-of-type)::after {content:""; display: block; width: 1px; height: 100%; background:rgba(149,149,149,0.3); position:absolute; top:51px; left:50%;}
.user_history .history_box .title {display: block; font-size: 2.5em; font-weight: bold; color:#e84527; text-align: center; border-bottom:1px solid #d2d2d2; padding-bottom:15px;}
.user_history .history_box .history_desc {width: 50%; text-align: right; padding-right:20px; box-sizing: border-box;}
.user_history .history_box .history_desc:first-of-type {margin-top:100px;}
.user_history .history_box .history_desc:not(:last-child) {margin-bottom:70px;}
.user_history .history_box .history_desc.align_right {margin-left:auto; text-align: left; padding-right:0; padding-left:20px;}
.user_history .history_box .history_desc strong {display: block; font-size: 2em; font-weight: bold; color:#e84527; margin-bottom:30px; letter-spacing: -0.05em; position:relative}
.user_history .history_box .history_desc strong::before {content:""; display: block; width: 3px; height: 120%; background:#e84527; position:absolute; top:-10%; right:-21px; z-index: 2;}
.user_history .history_box .history_desc.align_right strong::before {right:unset; left:-20px;}
.user_history .history_box .history_desc ul li {color:#666; letter-spacing: -0.05em; text-align:left;}

.user_history .history_box .history_info:first-child {margin-bottom:100px;}
.user_history .history_box .history_info strong {display: inline-block; font-size: 2em; font-weight: bold; color:#e84527; border-bottom:3px solid #e84527; padding-bottom:15px;}
.user_history .history_box .history_info table,
.user_history .history_box .history_info ul {width: 100%; border-top:1px solid rgba(149,149,149,0.3); padding-top:30px; text-align: center; letter-spacing: -0.05em;}
.user_history .history_box .history_info table th,
.user_history .history_box .history_info table td {padding:10px 0; border-bottom: 1px solid rgba(149,149,149,0.2);}
.user_history .history_box .history_info table th {font-weight: bold; color:#e84527;}
.user_history .history_box .history_info ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.user_history .history_box .history_info ul li {width: 31%; border-radius: 80px;  box-shadow: 0 4px 8px rgba(0,0,0,0.09); padding:15px 0; margin-bottom:2.5%}

.user_history .history_box.on {display: block;}

/* business */
.user_business .business_box {display: flex; flex-wrap: wrap; justify-content: space-between;}
.user_business .business_summary {width: 31.5%; display: flex; flex-direction: column; justify-content: center; align-items: center; border:1px solid #d2d2d2; padding:50px 0 20px; margin-bottom:3%; box-sizing: border-box;}
.user_business .business_summary .img_box {height: 98px; display: flex; align-items: center;}
.user_business .business_summary .img_box img {max-width: 90%; margin:0 auto;}
.user_business .business_summary .txt_box {margin-top:15px;}
.user_business .business_summary .txt_box * {display: block; text-align: center; letter-spacing: -0.05em;}
.user_business .business_summary .txt_box strong { font-weight: bold; color:#000;}
.user_business .business_summary .txt_box span { color:#666;  margin-top:5px;}

.user_business .business_desc {margin-top:100px;}
.user_business .business_desc li {border-top:1px solid #e84527; border-bottom:1px solid #e84527; letter-spacing: -0.05em; margin-top:-1px; padding:20px 0;}
.user_business .business_desc li strong {display: block; font-size: 1.5em; color:#333; border-bottom:1px solid #d2d2d2; padding-bottom:20px;}
.user_business .business_desc li dl {margin:15px 0;}
.user_business .business_desc li dl:last-child {margin-bottom:0;}
.user_business .business_desc li dl dt { color:#000; position: relative; padding-left:10px;}
.user_business .business_desc li dl dt::before {content:""; display: block; width:3px; height: 3px; background:#e84527; border-radius: 100%; position:absolute; top:8px; left:0;}
.user_business .business_desc li dl dd {color:#666; padding-left:10px; margin-left:0; margin-top:10px; line-height: 1.66; word-break: keep-all;}

/* FAQ */
.user_faq {}
.user_faq .user_faq_list dl {margin:0; letter-spacing: -0.05em; word-break: keep-all;}
.user_faq .user_faq_list dl:not(:last-child) {margin-bottom:20px;}
.user_faq .user_faq_list dt {display: flex; justify-content: space-between; font-size: 1.375em; font-weight: bold; padding:15px 0; border-top:1px solid #d93a1d; border-bottom:1px solid #ddd;}
.user_faq .user_faq_list dd { margin:0; position:relative; padding-left:10px;}
.user_faq .user_faq_list dd:first-of-type {margin-top:20px;}
.user_faq .user_faq_list dd::before {content:""; display: inline-block; width:3px; height:3px; background:#d93a1d; border-radius: 100%; position:absolute; top:13px; left:0;}
.user_faq .middle_link {display: flex; justify-content: space-between; margin:50px 0;}
.user_faq .middle_link p {font-size: 1.375em; font-weight: bold;}
.user_faq .middle_link p:first-child {margin-left:15%}
.user_faq .middle_link p:last-child {margin-right:15%}
.user_faq .middle_link p::before {content:"¡Ø"; display: inline-block;  color:#d93a1d; margin-right:5px;}
.user_faq .way_list {}
.user_faq .way_list ul {float:left; width:49%; margin-right:2%; margin-top:2%; background:#e84527; border-radius: 0px 0px 0px 30px; margin-bottom:20px;}
.user_faq .way_list ul.m_way {display: none;}
.user_faq .way_list ul li:first-child {clear:both; float:left; width:100%; height:56px; line-height:56px; background:#e5e5e5; color:#333; font-size:1.3em; font-weight:bold;}
.user_faq .way_list ul li {width: 50%; color:#fff; float:left; position:relative; text-align: center;}
.user_faq .way_list ul li:not(:last-child)::after {content:""; display: block; width:1px; height:70%; background:rgba(255,255,255,0.3); position:absolute; top:50%; right:0; transform:translateY(-50%);}
.user_faq .way_list ul li a {display: flex; flex-direction: column; justify-content: center; min-height: 226px; padding:0 3em;}
.user_faq .way_list ul li:first-child a {padding:0 2.5em}
.user_faq .way_list ul li .img_box {margin-bottom:15px;}
.user_faq .way_list ul li img{mix-blend-mode: lighten;}
.user_faq .way_list ul li span {display: block; font-size: 1.2em; font-weight: bold; margin-bottom:15px;}
.user_faq .way_list ul li em { font-style: normal;}

.user_faq .way_list ul:nth-child(2) {float:right; margin-right:0px; border-radius: 0px 0px 30px 0px;}
.user_faq .way_list ul:nth-child(2) li:first-child {width:calc(100% - 4px); height:52px; line-height:52px;  background:#ffffff; color:#333; font-size:1.3em; border:2px solid #e5e5e5;}

.way_list_warn {clear:both; float:left; width:100%; height:auto;align-self: padding-bottom:50px; }
.user_faq .way_list .way_list_warn > p {font-size: 1.25em; font-weight: bold; color:#666; line-height: 1.77; position:relative; padding-left:15px;}
.user_faq .way_list .way_list_warn > p::before {content:"¡Ø"; display: inline-block; position:absolute; left:0;}
.bp100 {clear:both; float:left; width:100%; height:100px;}


/* find_center */
.find_center .user_sub_title {text-align: center;}
.find_center .search_inner {display: flex; flex-wrap: wrap;}
.find_center .search_inner .select_box {position:relative;}
.find_center .search_inner .select_box,
.find_center .search_inner input[type="submit"] {width: 20%;}
.find_center .search_inner input[type="text"] {width: 60%;}
.find_center .search_inner .select_box,
.find_center .search_inner input[type="submit"],
.find_center .search_inner input[type="text"] {font-size:1.5em; box-sizing: border-box;}
.find_center .search_inner .select_box > a  {display: flex; justify-content: center; align-items: center; background:#d93a1d; color:#fff !important; padding:25px 0;}
.find_center .search_inner .select_box > a i {margin-left:10px;}
.find_center .search_inner .select_box > select  {width: 100%; display: block; background:#d93a1d;  color:#fff; text-align: center; padding:25px 0; cursor: pointer; border:none; outline:none; /*-moz-appearance:none; /* Firefox */ /*-webkit-appearance:none; /* Safari and Chrome */ /*appearance:none;*/}
.find_center .search_inner .select_box > select option {background:#fff; color:#000; cursor: pointer; padding:10px 15px; box-sizing: border-box;}
.find_center .search_inner .select_loc {display: none; width: calc(100% - 3px); position:absolute; border:3px solid #d93a1d; border-top:none; background:#fff; z-index: 2;}
.find_center .search_inner .select_loc li:not(:last-child){border-bottom:1px solid #ddd;}
.find_center .search_inner .select_loc label {display: flex; justify-content: space-between; align-items: center; padding:10px 15px; color:#666;}
.find_center .search_inner .select_loc label::after {content:""; display: inline-block; width:15px; height:15px; border-radius: 2px; border:2px solid #d93a1d}
.find_center .search_inner .select_loc input[type="checkbox"] {display: none;}
.find_center .search_inner .select_loc input[type="checkbox"]:checked + label {color:#000; font-weight:bold;}
.find_center .search_inner .select_loc input[type="checkbox"]:checked + label::after {content: ""; font-size: 16px; font-weight: bold; line-height: 15px; background:#d93a1d; color:#fff;}
.find_center .search_inner input[type="text"] {padding:20px; border:3px solid #d93a1d;}
.find_center .search_inner input[type="text"]:focus {outline:none;}
.find_center .search_inner input[type="submit"] {font-weight: bold; color:#fff; background:#b53018; outline:none; border:none; cursor:pointer;}
.req_info {border:1px solid #eee; margin-top:30px;}
.req_info .warn_list {padding:30px;}
.req_info .warn_list li {color:#666; line-height: 1.65; letter-spacing: -0.05em; position:relative; padding-left:15px; word-break: keep-all;}
.req_info .warn_list li:not(:last-child){margin-bottom:5px;}
.req_info .warn_list li::before {content: "*"; display: inline-block; position: absolute; top:1px; left:0;;}
.req_info .req_check { font-weight: bold; color:#000; padding:20px; background:#eee; text-align: right;}
.req_info label {display: inline-block; padding:10px 15px; }
.req_info label::before {content:""; display: inline-block; width:15px; height:15px; border-radius: 2px; background:#fff; border:2px solid #d93a1d; margin-right:8px; margin-bottom:-5px;}
.req_info input[type="checkbox"] {display: none;}
.req_info input[type="checkbox"]:checked + label::before {content: ""; font-size: 16px; font-weight: bold; line-height: 15px; background:#d93a1d; color:#fff;}

.center_list_wrap {margin-top:120px;}
.center_list {width: 100%; border-collapse: collapse;}
.center_list thead th {border-bottom:2px solid rgba(220,59,30,0.3);}
.center_list th, .center_list td {font-size: 1.25em; text-align: center; color:#000; letter-spacing: -0.05em; padding:15px 0;}
.center_list td a:hover {text-decoration: underline;}

/* find_center_detail */
.find_center_detail .center_img {padding-bottom:50px; margin-bottom:50px; border-bottom:1px solid #d93a1d; text-align: center;}
.find_center_detail .center_img img {max-width:800px;}
.find_center_detail .center_info {width: 100%; border-collapse: collapse;}
.find_center_detail .center_info th,
.find_center_detail .center_info td {padding:15px 0; font-size: 1.25em; color:#000 !important; letter-spacing: -0.05em; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; word-break: keep-all;}
.find_center_detail .center_info th {background:#fafafa;}
.find_center_detail .center_info td {padding-left:30px;}

/* find_counselors */
.find_counselors .user_sub_title {text-align: center;}
.find_counselors .search_inner {display: flex; flex-wrap: wrap;}
.find_counselors .search_inner .select_box {width: 25%; position:relative;}
.find_counselors .search_inner .select_box:not(:last-of-type)::after {content:""; display: inline-block; width:1px; height:35%; background:rgba(255,255,255,0.5); position:absolute; top:50%; right:0; transform:translateY(-50%);}
.find_counselors .search_inner input[type="submit"] {width: 20%;}
.find_counselors .search_inner input[type="text"] {width: 80%;}
.find_counselors .search_inner .select_box,
.find_counselors .search_inner input[type="submit"],
.find_counselors .search_inner input[type="text"] { box-sizing: border-box;}
.find_counselors .search_inner .select_box > a  {display: flex; justify-content: center; align-items: center; background:#d93a1d; color:#fff !important; padding:25px 0;}
.find_counselors .search_inner .select_box > a i {margin-left:10px;}
.find_counselors .search_inner .select_box > select  {width: 100%; display: block; background:#d93a1d;  color:#fff; text-align: center; padding:25px 0; cursor: pointer; border:none; outline:none; /*-moz-appearance:none; /* Firefox */ /*-webkit-appearance:none; /* Safari and Chrome */ /*appearance:none;*/}
.find_counselors .search_inner .select_box > select option {background:#fff; color:#000; cursor: pointer; padding:10px 15px; box-sizing: border-box;}
.find_counselors .search_inner .select_loc {display: none; width: calc(100% - 6px); position:absolute; border:3px solid #d93a1d; border-top:none; background:#fff; margin-top:1px; z-index: 2;}
.find_counselors .search_inner .select_loc li:not(:last-child){border-bottom:1px solid #ddd;}
.find_counselors .search_inner .select_loc label {display: flex; justify-content: space-between; align-items: center; padding:10px 15px; color:#666;}
.find_counselors .search_inner .select_loc label::after {content:""; display: inline-block; width:15px; height:15px; border-radius: 2px; border:2px solid #d93a1d}
.find_counselors .search_inner .select_loc input[type="checkbox"] {display: none;}
.find_counselors .search_inner .select_loc input[type="checkbox"]:checked + label {color:#000; font-weight:bold;}
.find_counselors .search_inner .select_loc input[type="checkbox"]:checked + label::after {content: ""; font-size: 16px; font-weight: bold; line-height: 15px; background:#d93a1d; color:#fff;}
.find_counselors .search_inner input[type="text"] {padding:20px; border:3px solid #d93a1d; border-right:none; margin-top:-2px;}
.find_counselors .search_inner input[type="text"]:focus {outline:none;}
.find_counselors .search_inner input[type="submit"] {font-weight: bold; color:#fff; background:#b53018; outline:none; border:none; cursor:pointer;}

.counselors_list_wrap {margin-top:120px;}
.counselors_list {width: 100%; border-collapse: collapse; table-layout: fixed;}
.counselors_list thead th {border-bottom:2px solid rgba(220,59,30,0.3);}
.counselors_list th, .counselors_list td { text-align: center; color:#000; letter-spacing: -0.05em; padding:15px 0;}
.counselors_list td:nth-child(5) {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.counselors_list td a:hover {text-decoration: underline;}

/* find_counselor_detail */
.counselor_profile_wrap {display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #d93a1d;}
.counselor_profile_wrap .counselor_img {width: 17%; max-width: 170px;}
.counselor_profile_wrap .counselor_img img {max-width: 100%;}
.counselor_profile_wrap .counselor_profile {width: 82%; border-collapse: collapse;}
.counselor_profile_wrap .counselor_profile th, 
.counselor_profile_wrap .counselor_profile td {font-size: 1.25em; color:#000; letter-spacing: -0.05em; padding:15px 0;}
.counselor_profile_wrap .counselor_profile th {width: 20%; color:#fff; background:#d93a1d; border-bottom:1px solid rgba(255,255,255,0.5);}
.counselor_profile_wrap .counselor_profile td {border-bottom:1px solid #ddd; padding-left:30px;}
.counselor_profile_wrap .counselor_profile tr:first-child th {border-top:1px solid rgba(255,255,255,0.5)}
.counselor_profile_wrap .counselor_profile tr:first-child td {border-top:1px solid #ddd;}

.find_counselor_detail .counselor_info {width: 100%; border-collapse: collapse;}
.find_counselor_detail .counselor_info th,
.find_counselor_detail .counselor_info td {padding:15px 0; font-size: 1.25em; color:#000 !important; letter-spacing: -0.05em; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; word-break: keep-all;}
.find_counselor_detail .counselor_info th {background:#fafafa;}
.find_counselor_detail .counselor_info td {padding-left:30px;}
.find_counselor_detail .counselor_info dt {font-weight: bold; margin-bottom:5px;}
.find_counselor_detail .counselor_info dd {margin:0; line-height: 1.35;}

@media all and (max-width:1271px){
    body, table, div {font-size: 13px;}

    .con {max-width: 90% !important;}

    #user02 .user02_nav {display: flex; justify-content: center;}
    #user02 .swiper-button-next, #user02 .swiper-button-prev {position:unset; margin:30px 15px 0;}

    /* === SUB === */
    /* find_center */
    .user_nav .user_depth01 > li:not(:first-child) > a {padding:22px 18px 21px 18px;}
    
    .user_history .history_box:not(:last-of-type)::after {top:45px;}
    .user_history .history_box .history_desc ul li {margin-bottom:5px;}
}

@media all and (max-width:920px){
	
	
	.user_faq .way_list ul {float:left; width:100%; margin-right:0px; margin-top:2%; background:#e84527; border-radius: 0px 0px 0px 30px; margin-bottom:20px;}
.user_faq .way_list ul.m_way {display: none;}

	
	
}

@media all and (max-width:780px){
	/*#F_menu .inner ul li {flex:1 1 45%; padding-left:5px; padding-bottom:10px; background-position:10px 38%;}*/

    #user_hd {padding:15px 5%;}
    #user_hd .hlogo img {height: 22px;}
    #user_hd .hright button {margin-left:10px;}
    #user_hd .hright img {height: 45px;}
    #user_hd .search_box {top:75px}

    #user_main {height:550px; padding-top:35px;}
    #user_main .con {flex-direction: column-reverse;}
    #user_main .con .txt_box {width: 100%; min-width: unset; margin:15px 0 0 0;}
    #user_main .con h2 {font-size: 3em;}
    #user_main .con p {margin-top:10px;}
    #user_main .con .video_box {width: 100%;}

    .quick_menu {top:-70px}
    .quick_menu ul {flex-wrap: wrap; justify-content: center;}
    .quick_menu ul li {flex:none; width: 20%; font-size:1em; padding:20px 0; word-break: keep-all;}
    .quick_menu ul li a {padding:0 5px; box-sizing: border-box;}
    .quick_menu ul li .img_box {height: 35px;}
    .quick_menu ul li img {max-width: 40px; max-height: 35px;}

    #user02 {padding-bottom: 50px;}
    #user02 .swiper-button-next, #user02 .swiper-button-prev {width: 30px; height: 30px;}
	#user02 .user02_box p {font-size:1em;}
    #user03 {padding:0px 0px 50px;}
    #user03 .user03_wrap .user03_box {width: 50%;}
    #user03 .user03_wrap .user03_box .txt_box {padding:12px}
    #user03 .user03_sc2 {margin-top:70px;}
    #user03 .user03_sc2 .user03_slide {margin-top:30px;}

    #user_ft .ftop .swiper-button-next, #user_ft .ftop .swiper-button-prev {width: 30px; height: 30px;}
    #user_ft .ftop .ft_slide {padding:0;}
    #user_ft .ftop .ft_slide img {max-width: 100%;}
    #F_menu .inner ul {width: 100%; display: flex; justify-content: center;}
    #user_ft #Footer .inner {background-position: center bottom; padding:20px 0 100px 0; text-align: center;}

    /* === SUB === */
    #user_sub {padding:70px 0;}
    .user_top_bg {height: 235px; padding-top: 50px;}
    .m_appear {display: block;}

	
	.user02_slide img{}
	
    /* greeting */
    .user_greeting .user_greeting_head strong {text-align: center;}
    .user_greeting .user_greeting_head strong br {display: none;}
    .user_greeting .user_greeting_cont .img_box {width: 50%; justify-content: center; margin:20px auto;}
    .user_greeting .user_greeting_cont p:first-of-type {width: 100%;}

    /* history */
    .user_history .history_box {margin-top:70px;}
    .user_history .history_box:not(:last-of-type)::after {display: none;}
    .user_history .history_box .history_desc {width: 100%; text-align: center; padding-right:0;}
    .user_history .history_box .history_desc:first-of-type {margin-top:50px;}
    .user_history .history_box .history_desc strong::before {width: 20px; height: 3px; left:50%; right:unset; top:unset; bottom:-15px; transform:translateX(-50%)}
    .user_history .history_box .history_desc.align_right {text-align: center; padding-left:0;}
    .user_history .history_box .history_desc.align_right strong::before {left:50%;}

    /* business */
    .user_business .business_summary {width: 48%; padding:15px 10px;}
    .user_business .business_summary:nth-child(5) {display: none;}
    .user_business .business_desc li dl dt::before {top:4px;}

    /* FAQ */
    .user_faq .user_faq_list dd::before {top:7px;}
    .user_faq .middle_link p:first-child {margin-left:5%;}
    .user_faq .middle_link p:last-child {margin-right:5%;}
    .user_faq .way_list ul li img {max-height: 50px;}

    /* find_center */
    .user_nav .user_depth01 > li:not(:first-child) {width: calc(50% - 30px);}
    .user_nav .user_depth01 .user_depth02 a {padding:12px;}
    .user_nav .user_depth01 > li:first-child > a {padding:12px;}
    .user_nav .user_depth01 > li:not(:first-child) > a {padding:17px 12px;}
    .find_center .search_inner .select_box {width: 30%;}
    .find_center .search_inner .select_box > a {padding:20px 0;}
    .find_center .search_inner input[type="text"] {width: 70%; padding:15px;}
    .find_center .search_inner input[type="submit"] {width: 100%; padding:12px 0;}
    .find_center .search_inner .select_loc label::after {width:12px; height: 12px;}
    .find_center .search_inner .select_loc input[type="checkbox"]:checked + label::after {font-size: 14px; line-height: 12px;}
    .req_info label::before {width:12px; height: 12px;}
    .req_info input[type="checkbox"]:checked + label::before {font-size: 14px; line-height: 12px;}
    .req_info .warn_list {padding:15px;}
    .req_info .req_check {padding:15px 12px;}
    .center_list_wrap {margin-top:70px; overflow: auto;}
    .center_list {width: 200%;}
    .center_list th, .center_list td {font-size: 1em;}

    /* find_center_detail */
    .find_center_detail .center_info th,
    .find_center_detail .center_info td {padding:10px 0;}
    .find_center_detail .center_info td {padding-left:20px; line-height: 1.5;}

    /* find_counselor */
    .counselors_list_wrap {margin-top:70px; overflow: auto;}
    .counselors_list {width: 200%;}
    .counselors_list th, .center_list td {}
    .find_counselors .search_inner .select_box > a {padding:20px 0;}
    .find_counselors .search_inner .select_loc label {padding:10px;}
    .find_counselors .search_inner .select_box:nth-child(3) .select_loc {width:calc(200% - 6px);}

    /* find_counselor_detail */
    .counselor_profile_wrap {justify-content: center;}
    .counselor_profile_wrap .counselor_img {width:100%; margin-bottom:30px;}
    .counselor_profile_wrap .counselor_profile {width:100%;}
}

@media all and (max-width:500px){
    #F_menu .inner ul:first-child {flex-wrap: wrap; margin-bottom:30px;}
    #F_menu .inner ul:first-child li {width: 50%; padding:0; text-align: center;}
    #F_menu .inner ul:first-child li:not(:nth-child(even)) {background:none;}
}