/* common */
.subpage {overflow: hidden;}
.center {text-align:center;}
.subpage > section { padding:90px 0; position: relative; background-color: #fff; }
.subpage > section:nth-child(even) {background-color: #f7f7f7;  }
.sub_inner { max-width: 1460px; width: 100%; margin:0 auto; position: relative; padding:0 60px; }
.sub_title {margin-bottom: 50px;}
.sub_title h2 {font-size:44px; font-weight: 500; letter-spacing: -1.1px; line-height: 1.2; color:#000; text-transform: uppercase;}
.sub_title h2 span {font-weight: 300; }
.sub_title h2 b {font-weight: 700;}
.sub_title p {font-size:16px; font-weight: 300; letter-spacing: -.4px; line-height: 1.2; color:#333; margin-top: 10px; }
.tit_30 {font-size:30px; font-weight: 700; line-height: 1.5; color:#000;}

.sub_p { font-size: 16px; font-weight:300; color:#000; line-height: 33px; word-break: keep-all; }
.sub_p17 { font-size: 17px; font-weight:300; color:#000; line-height: 30px; word-break: keep-all; }
.sub_p18 { font-size: 18px; font-weight:300; color:#000; line-height: 33px; word-break: keep-all; }
.sub_p18 b {font-weight: 700; }
.sub_p14 {font-size: 14px; font-weight:300; color:#000; line-height: 26px; word-break: keep-all;}

/*Content CSS*/
#inquiry {text-align: center; display: none;}
#inquiry .list {position: relative; z-index: 1; display: flex; }
#inquiry .list::before {content: ''; display: block ; position: absolute; z-index: -1; width: 100%; height: 1px; background-color: #ddd; top: 42px; left:0; }
#inquiry .list li {flex:1; }
#inquiry .list .cir_wr {width: 80px; height: 80px; margin:0 auto; position: relative; display: flex; align-items: center ;justify-content: center; z-index: 1; }
#inquiry .list .cir_wr h1 {width: 42px; height: 42px; display: flex; align-items: center ;justify-content: center; background-color: transparent;
position: relative; z-index: 1; font-size:18px; font-weight: 800; color:#fff; border-radius: 50%; font-family: 'Orbitron', sans-serif; transition: background-color .3s; }
#inquiry .list .cir_wr h1::before {content: ''; width: 100%; height: 100%; opacity:  1; transition:  opacity .3s ease;  position: absolute; z-index: -1; left: 0; top: 0 ; border-radius: 50% ; background-color: #d5d1cd;}
#inquiry .list .cir {display:none; width:80px; height:80px; position: absolute; z-index:-1; left:0; top:0; }
#inquiry .list .cir > span { border-radius: 50%; position: absolute; margin: 0; width: 100%; height: 100%; border:1px solid #506171; display: block;
-webkit-animation: cir_ani 2s 0s linear infinite; animation: cir_ani 2s 0s linear infinite; left:-0; top:-0;}
#inquiry .list .cir > span:nth-child(2) { -webkit-animation-delay: -1s; animation-delay: -1s; }
#inquiry .list .cir > span:nth-child(3) {-webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
@keyframes cir_ani {
  0% { -webkit-transform: scale(0.3); transform: scale(0.3); opacity: 0.3;}
  50% { opacity: 0.8;}
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; }
}
@-webkit-keyframes cir_ani {
    0% {-webkit-transform: scale(0.3); transform: scale(0.3); opacity: 0.3; }
    50% { opacity: 0.8; }
    100% {-webkit-transform: scale(1); transform: scale(1); opacity: 0; }
}
#inquiry .list li.active .cir {display: block; }
#inquiry .list li.active .cir_wr h1 {background-color: #506171;}
#inquiry .list li.active .cir_wr h1::before {opacity: 0;}
#inquiry .list li .icon { margin: 30px 0 20px;}
#inquiry .list li .txt h2 {font-size:20px; font-weight: 700; color:#000; margin-bottom: 20px;}

/* process */
#process {text-align: center; background-color: #efedeb; display: none;}
#process .step_wrap {position: relative; padding: 0 100px; background: #fff; text-align: left; }
#process .step {position: relative; display: flex; align-items: flex-start; padding-top: 100px;}
#process .step_wrap .step:last-child {padding-bottom: 120px; }
#process .step::before {content: ''; position: absolute; left: 163px; top:0; width: 1px; height: 100%; background: #ddd;}
#process .step .title {display: flex; text-align: right; flex-shrink: 0;}
#process .step .title h2 {color:#506171; white-space: nowrap; font-weight: 700;line-height: 1;}
#process .step .title h2 span {font-size: 16px; font-weight: 500; color:#809bb4; display: block; margin-top: 15px;}
#process .step .dot {display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-left: 40px; width: 9px; height: 9px; background: rgba(0,0,0,.34);
position: relative; top: 10px;}
#process .step .dot::before {content: ''; width: 3px; height: 3px; background: #000; }
#process .step .cont {width: 100%; padding-left: 70px; }
#process .step .cont h3 {font-size: 20px; font-weight: 700; color:#000; line-height: 1.5; margin-bottom: 5px;}

/* qna */
#qna {text-align: center;}
/* toggle_wr */
.toggle_wr {text-align: left;margin-bottom: -1px;}
.toggle_wr h3 {display:block; width: 35px; height: 35px; background: #506171; text-align: center; line-height: 28px;
font-size: 24px; font-weight: 500; color:#fff; flex-shrink: 0; margin-right: 30px; }
.tog_tit {position: relative; width: 100%; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; display: flex; align-items: center;
cursor: pointer; background: #fff; padding: 20px 0;}
.tog_tit h5 {font-size: 20px; font-weight:700; color:#000; line-height: 1.5;}
.tog_tit i {position: absolute; right: 0; top: 50%;  transform: translateY(-50%); transition: transform .5s ease; transform-origin: center 25%;}
.tog_tit.active i {transform: rotateX(-180deg);}
.tog_cont {padding:40px 65px; background: #f7f7f7; display: none; }
.tog_cont > div {display: flex; align-items: flex-start; width: 100%;}
.tog_cont h3 {background-color: #a8a8a8; line-height: 32px; }
.tog_cont p {word-break: keep-all; white-space: pre-line;}
.tog_cont span {color:#7B8898; font-weight: 400;}
.tog_cont b {font-weight: 500; color:#000; display: block; margin-bottom: 5px;}
.tog_cont ul + b {margin-top: 30px; }
.tog_cont .hyphen li {position: relative; padding-left: 10px;}
.tog_cont .hyphen li:nth-child(n+2) {margin-top: 30px;}
.tog_cont .hyphen li::before {content: '-' ;position: absolute; left:0; top:0 ;}

#qna .sub_title + .toggle_wr .tog_cont .hyphen li:nth-child(n+2) {margin-top: 0;}







@media screen and (max-width: 1460px) {
    /* common */
    .sub_inner {padding:0 50px;}

    /* content */
    #inquiry .list li {padding:  0 10px;}

}

@media screen and (max-width: 1024px) {
    /* common */
    .subpage > section {padding:60px 0; }
    .sub_inner { padding: 0 30px; }
    .sub_title {margin-bottom: 30px;}
    .sub_title h2 {font-size: 35px;  }
    .sub_title p, .sub_p { font-size: 15px; }
    .sub_p {line-height: 1.65;}
    .tit_30 {font-size: 24px;}
    .sub_p17, .sub_p18 { font-size: 16px; line-height: 1.65; }
    .sub_p14 {font-size: 13px; line-height:1.65; }

    /* content */
    #inquiry .list {flex-wrap: wrap; }
    #inquiry .list::before {display: none;}
    #inquiry .list li {flex:inherit; width: 33.3%; position: relative; }
    #inquiry .list li::before {content: ''; display: block ; position: absolute; z-index: -1; width: 100%; height: 1px; background-color: #ddd; top: 42px; left:0; }
    #inquiry .list li:last-child::before {width: 200%;}
    #inquiry .list li:nth-child(n+4) {margin-top: 30px;}
    #inquiry .list li .icon {margin:20px 0;}
    #inquiry .list li .txt h2 {font-size: 18px; margin-bottom: 10px;}

    /* process */
    #process .step_wrap {padding:  0 50px;}
    #process .step_wrap br {display: none;}
    #process .step {padding-top: 60px;}
    #process .step_wrap .step:last-child {padding-bottom:80px;}
    #process .step::before {left: 4px;}
    #process .step .cont {padding-left: 40px;}
    #process .step .cont h3 {font-size: 18px;}
    #process .step .title {text-align: left ; }
    #process .step .title h2 span {font-size: 60%;}
    #process .step .dot {order:-1; margin:0 20px 0 0; top:7px;}

    /* qna */
    .toggle_wr h3 {margin-right: 20px;}
    .tog_tit h5 {font-size: 18px;}
    .tog_tit i img {width: 25px;}
    .tog_cont {padding: 30px 40px;}



}

@media screen and (max-width: 640px) {
    /* common*/
    .subpage > section {padding:50px 0; }
    .sub_inner {padding: 0 20px; }
    .sub_title h2 {font-size: 30px;  }
    .sub_title p { margin-top: 5px;}
    .sub_title p, .sub_p { font-size: 13px;}
    .tit_30 {font-size: 20px;}
    .sub_p17, .sub_p18 { font-size: 14px;}
    .sub_p14 {font-size: 12px; }

    /* content */
    #inquiry .list li {width: 50%; padding: 0 5px;}
    #inquiry .list li:nth-child(n+3) {margin-top: 20px;}
    #inquiry .list li .txt h2 {font-size: 16px;}
    #inquiry .list .icon img {height: 55px;}

    /* process */
    #process .step_wrap {padding:  0 30px;}
    #process .step_wrap .step:last-child {padding-bottom:50px;}
    #process .step {display: block; padding-top: 50px;}
    #process .step .title h2 span {margin-top: 5px;}
    #process .step .cont {padding-left:30px ;margin-top: 15px;}
    #process .step .cont h3 {font-size: 16px;}

    /* qna */
    .toggle_wr h3 {width: 25px; height: 25px; font-size:16px; line-height: 20px; margin-right: 15px;}
    .tog_tit {padding: 15px 30px 15px 0;}
    .tog_tit h5 {font-size: 16px;}
    .tog_tit i img {width: 20px;}
    .tog_cont {padding: 20px;}
    .tog_cont > div {display: block; }
    .tog_cont h3 {margin:0 0 10px;  line-height:22px;}
    .tog_cont .hyphen li:nth-child(n+2) {margin-top: 20px;}
    .tog_cont ul + b {margin-top: 20px;}


}

@media screen and (max-width: 480px) {
    /* common */

    /* content */

}
