@import url(commonui.css);

hr {border: 0;border-top: 1px solid #e5e5e5;margin: .3rem auto;}
.sub-content h3+p, .h3-p {text-align: center; color: #666;margin-bottom: .5rem;font-size: .2rem}
#snb h5 {font-size: .24rem;margin-bottom: .75em;margin-top: .75em;}
#snb h5:first-child {margin-top: 0;}
#snb h5:before {content: "";width: .5em;height: .5em;border-radius: 1em;background: #379fff;display: inline-block;margin-right: 10px;vertical-align: .15em}
.table-responsive {overflow-x: auto;}
.table-responsive .table {min-width: 600px;width: 100%;border-collapse: collapse;border-top: 0;}

.table {font-size: .18rem;border-top: 1px solid #379fff;;border-bottom: 1px solid #e5e5e5}
.table.t-noline {border-top: 0;}
.table thead {background: url(../images/bg_thead.png) no-repeat 0 50% / 100%;}
.table thead th {font-size: .2rem;position: relative; color: #fff;border-bottom: 0;}
.table th {padding: .15rem;font-weight: normal;border-bottom: 1px solid #e5e5e5;}
.table thead th+th {border-left: 1px solid #fff}
.table tbody td {padding: .15rem;border-bottom: 1px solid #e5e5e5;}
.table tbody tr td.r-line{border-right: 1px solid #e5e5e5} 
.table tbody td+td {border-left: 1px solid #e5e5e5}
.table tbody td a.title {text-align: left;display: block;font-weight: bold;}
.table tbody td a.title.center{text-align: center;}
.table tbody td.price{text-align: right;}
.table.center * {text-align: center}
.table.center select option, .table.center input, .table.center .txt-left{text-align: left;}
.table.center input{margin:0 auto;}
.table.center input[type="checkbox"] {vertical-align: middle;margin-top:-4px;}
.table.center .form-row.center {justify-content:center }

.table.view {table-layout: fixed}
.table.view th {background: #f6f6f6;text-align: left;height: .8rem;padding-left:.3rem;}
.table.view td {padding-left: .3rem; font-weight: bold}
.table.view td .confirm {color: #379fff; font-weight: bold;font-size: .2rem;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;}
.table.view td .confirm u {text-decoration: none;padding-bottom: 3px;border-bottom: 1px solid #379fff}
.table.view td .confirm img {margin-left: 5px;max-height: .34rem}
.table.view td small {font-weight: normal;color: #666}
.table.view.txt-normal td{font-weight: normal;}
.table.view.receipt .form-control{max-width: 300px;}
.table.view.receipt input{background-color: #f6f6f6;box-shadow:none;border: none;}
.table.view.receipt input::placeholder{ color: #222;  opacity:1;}

.table.write {table-layout: fixed}
.table.write th {background: #f6f6f6;text-align: left;height: .8rem;padding-left:.3rem;}
.table.write td {padding-left: .3rem; font-weight: bold}
.table.write.txt-normal td{font-weight:normal}
/*.table.write td select, .table.write td input[type=text], .table.write td input[type=password] {height: .6rem;border-radius: .3rem;border: 1px solid #e5e5e5;width: 100%;padding: .5em 1em; font-size: .18rem;-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);box-shadow: 0 0 8px rgba(0, 0, 0, 0.05)}*/
.table.write td textarea {border-radius: .3rem;border: 1px solid #e5e5e5;width: 100%;padding: .5em 1em; font-size: .18rem;resize: none;-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);box-shadow: 0 0 8px rgba(0, 0, 0, 0.05)}
.table.write td select {max-width: 300px}
.table.write .w100 select {max-width: 100%;}
.table.write td .btn {min-width: 2em; font-weight: 400;border-radius: .5rem;font-size: 20px;padding: .75em 1.5em;margin-left: .5em;}


.file-upload {position: relative}
.file-upload .upload-hidden {opacity: 0;position: absolute;width: 100%;height: 100%;}
.file-upload .upload-name {-webkit-box-shadow: none !important;box-shadow: none !important; max-width:2.5rem;background: #f5f5f5; border: 1px solid #e5e5e5;width: 1.5rem;height: .6rem;border-radius: .2rem;padding: .5em 1em; white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.file-upload .btn {border-radius: .3rem;height: .6rem;display: inline-block;vertical-align: top;padding: .5em 2em;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-weight: normal;}

.badge {background: #e2e2e2; font-size: .16rem;border-radius: .3rem;padding: .5em 2em}
.badge.end {background: #f6af01; color: #fff;}
.badge.end {background: #f6af01; color: #fff;}

.btn-box {margin: 5% 0 0;text-align: center}
.btn-box .btn {min-width: 2rem;border-radius: .5rem;font-size: .24rem; padding: .75em 2em}
.btn.blue {background: #379fff;color: #fff; }
.btn.blue.line {background: #fff;border: 1px solid #379fff;color: #379fff}
.btn.black {background: #333;color: #fff}
.btn.red {background: #e2023a;color: #fff}
.btn.darkgray {background: #323232;color: #fff;}
.btn.orange{background: #ed7e03;color: #fff;}
.btn-box.d-flex {display: -webkit-box;display: -ms-flexbox;display: flex;}
.btn-box.d-flex .btn {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}
.btn-box .btn+.btn{margin-left:.5em}

.popup {display: none; background: rgba(0, 0, 0, 0.6);position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 1000;}
.popup-dialog {display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;height: 100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.popup-dialog .popup-body {background: #fff;border-radius: .3rem;padding: .4rem;margin: .4rem auto;max-width: 1200px;position: relative}
.popup-dialog .popup-body .close {cursor: pointer;position: absolute;right: -.15rem;top: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0)}
.popup .report {max-height: 100%;overflow-x: hidden;overflow-y: auto;padding: 0 .1rem}
.popup h5 {font-size: .24rem;margin-bottom: .75em;margin-top: .75em;}
.popup h5:first-child {margin-top: 0;}
.popup h5:before {content: "";width: .5em;height: .5em;border-radius: 1em;background: #379fff;display: inline-block;margin-right: 10px;vertical-align: .15em}
.popup .chart {text-align: center;}
.popup .chart img {margin: 0 auto;}

.btn.view {display: inline-block;background: #1d70b6;color: #fff;font-size: .16rem;border-radius: 1rem;padding: .5em 1.5em;}

.my-note {max-width: 14.2rem;margin: 0 auto;}
.my-note .bullet {color: #666;}
.my-note .bullet li { font-size: .18rem}
.program-download {border: 1px solid #e5e5e5;border-radius: .2rem;padding: .4rem}
.program-download ul {display: -webkit-box;display: -ms-flexbox;display: flex;height: 100%;width: 100%; font-size: .22rem;}
.program-download li {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;text-align: center;}
.program-download li+li {margin-left: .2rem;padding-left: .2rem;border-left: 1px solid #e5e5e5;}
.program-download li img {margin: .2rem auto;display: block;}
.program-download li a {border: 1px solid #379fff; color: #379fff; font-size: .24rem;display: block;border-radius: .4rem;padding: 1em;max-width: 500px;margin: 0 auto}

.pagination {text-align: center;margin: 5% auto; display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;border-radius: 0;overflow: hidden;font-size: 0;}
.pagination a {display: inline-block;width: .5rem;height:.5rem;line-height: .5rem; border-radius: 50%; vertical-align:top;color: #666;font-size:.18rem;margin:0 .05rem;}
.pagination .active {color: #fff;background: #379fff; position: relative;z-index: 1;}
.pagination i {font-size:.4rem;color:#c7c7c7;font-weight:300;line-height: .5rem;}

.board-search {margin: 5% auto;max-width: 670px;display: -webkit-box;display: -ms-flexbox;display: flex;position: relative}
.board-search * {font-size: .2rem; color: #666}
.board-search select {width: 25%;border: 1px solid #ddd;border-radius: .3rem; height: .6rem;padding: .5em 1em;padding-right: 3em;background: url(../images/arr_sel.png) no-repeat 100% 50%;}
.board-search input {width: 75%;border: 1px solid #ddd;border-radius: .3rem; height: .6rem;padding: .5em 1em;padding-right: 3em;margin-left: .5em;}
.board-search button {position: absolute;right: 1em;top: 0;bottom: 0;}
.board-search button img {max-height: .3rem}

.board-view {}
.board-view dt {border-top: 1px solid #379fff;border-bottom: 1px solid #ddd;padding: .3rem;;}
.board-view dt strong {font-size: .22rem;font-weight: bold;display: block;margin-bottom: .5em;}
.board-view dt strong em {color: #379fff}
.board-view dt .info {font-size: .18rem; color: #666}
.board-view dd {padding: .3rem;color: #666;font-size: .18rem}
.board-view .diary li {display: -webkit-box;display: -ms-flexbox;display: flex;}
.board-view .diary li+li {margin-top: .3rem;}
.board-view .diary li>span {width: 2.2rem;-ms-flex-negative: 0;flex-shrink: 0}
.board-view .diary li>span img {max-width: 65%}
.board-view .diary li .bubble {border: 1px solid #e5e5e5;border-radius: .2rem;padding: .3rem;position: relative;font-size: .18rem; color: #666;line-height: 1.6}
.board-view .diary li .bubble:before {content: "";top: 0; width: .43rem;height: 3.14rem;position: absolute;left: -.43rem;background: url(../images/bg_bubble.png) no-repeat 0 0}
.board-view dd .btn-box {text-align: left}
.board-view dd .btn-box .btn {min-width: 100px;font-size: .2rem;margin-right: 5px;}

.bullet.no {list-style-type: decimal;}
.bullet.no li:before {display: none;}
.bullet.no li {margin-left: 1em}

/* 공통-추가 */
label {margin-bottom: 0;display: inline-block;}
.radio, .checkbox {margin: 0;}
.radio label, .checkbox label, .radio-inline, .checkbox-inline, .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {padding: 0;position: relative;margin-left: 0;margin-right:15px;}
.radio-inline label, .checkbox-inline label {padding-left: 0;}
.radio{padding-left:0}
.radio input {opacity: 0; position: absolute;margin-left:0;padding-left:0;}
.radio :checked+label:before {background: #379fff;}
.radio label:before {content: ''; font-family: bootstrap-icons; font-weight: bold; min-width:10px;width: 1.2em; min-height:10px;height: 1.2em; text-indent: -1px; font-size: .75em; text-align: center; border:8px solid #fff;-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%); box-shadow: 0 0 5px rgb(0 0 0 / 20%); border-radius: 50%; position: absolute; left: 0; color: #eee;}
.radio label {padding-left:2.5em;position: relative; line-height: 1.6em; cursor: pointer;margin-left:-15px}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {position: static;}
[class*=checkbox] input[type="checkbox"] {vertical-align:top;margin: 0;margin-top:1px;margin-right: 5px;}
[class*=radio] input[type="radio"] {vertical-align: middle;margin: 0;margin-top: -4px;margin-right: 5px;}
input[type="checkbox"], input[type="radio"] {vertical-align: middle !important;margin: 0;margin-top: -4px !important;margin-right: 5px;}

.form{font-size:18px;letter-spacing:-1px}
.form-row > label{-ms-flex-item-align: center !important;  align-self: center !important;}
.form-row .btn {border-radius: .5rem;padding: .5em .5em;height: .6rem;width:100%;font-size:1em;letter-spacing:-0.5px}

.sub-content h5 {font-size:1.3em;margin-bottom: .75em;margin-top: .75em;}
.sub-content h5:first-child{margin-top: 0;}
.sub-content h5:before{content: "";width: .5em;height: .5em;border-radius: 1em;background: #379fff;display: inline-block;margin-right: 10px;vertical-align: .15em}
.sub-content h5 span{font-size:.7em;color:#666;display:inline-block;margin-left:10px;font-weight:400;}
.sub-content h6 {position: relative; font-size:1.15em;margin-bottom: .5em;margin-top: .75em;color: #1d70b6;font-weight: 400;}
.sub-content h6 .r-txt{position: absolute;font-size: .7em;right: 0;top:30%; text-align: right;display: inline-block;}

.text-red {color:#e20238}
.text-gray {color:#747474}
.text-wblue {color:#379fff}
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.fsize-normal {font-size:.2rem}

.form-group {/*overflow: hidden;*/margin-left: -2px;margin-right: -2px;margin-bottom: 0;}
.form-group:after {content:'';display:block;clear:both;}
.form-group + .form-group {margin-top:1em;}
.form-group .bar {float: left;line-height:3em;vertical-align: top;padding: 0 2px;min-width: inherit;}
.form-group>div {padding: 0 2px;}
.form-group>.btn {margin: 0 2px;}
.form-group .bar {width: 5%; text-align:center;}
.form-group select {width:100%;}
.form-group:last-child {margin-bottom: 0;}
.form-group .help-block {display: inline-block;color:#666;font-size:.9em;padding-left:1em;line-height:3.3em;}
.form-group span {float: left;line-height:3em;vertical-align: top;min-width: inherit;}

/* 로그인.회원가입 */
.login-form {max-width:450px;width:100%;margin: 0 auto;}
.login-form .check {color:#666;font-size:14px;margin-left:15px;margin-top:1.75em;line-height:1}
.login-form .check span:last-child {border-left:1px solid #959595;margin-left:4px;padding-left:10px}
.idpw-form {max-width:830px;width:100%;margin: 0 auto 4%;}
.idpw-form .form-row{padding-left:1.3em}
.join-form{max-width:1240px;width:100%;margin: 0 auto;}
.join-form hr{border:1px solid #e2e2e2;border-bottom:none;margin:3em 0;}
.join-form .check {color:#666;font-size:14px;margin-left:15px;margin-top:1.75em;line-height:1}
.join-form textarea{height:3rem;display: block;width:100%;border-radius:20px;background:#f6f6f6;padding:.3rem .4rem;font-size:.8em;color:#666;border:none;}
.join-form .name-form{padding-left:1.3em;max-width:905px;width:100%}
.join-form .name-form .birth-text{color:#666;font-size:.9em;padding-left:1em}
.join-form .table-join {border-top: 1px solid #e5e5e5;;border-bottom: 1px solid #e5e5e5}
.join-form .table-join th {background: #f6f6f6;text-align: left;padding:1em 1em 1em 2em;border-bottom: 1px solid #e5e5e5;font-weight:normal}
.join-form .table-join td {padding:1em 1em 1em 2em; border-bottom: 1px solid #e5e5e5;}
.join-form .table-join b{padding-left:1em}
.join-form .table-join .btn {min-width: 2em;font-weight:400; border-radius: .5rem;font-size:20px; padding: .75em 1.5em;margin-left:.5em;}
.join-sel {border: 1px solid #e5e5e5;border-radius: .2rem;padding: .4rem}
.join-sel ul {display: -webkit-box;display: -ms-flexbox;display: flex;height: 100%;width: 100%; font-size: 1.125em;}
.join-sel li {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;text-align: center;}
.join-sel li+li {margin-left: .2rem;padding-left: .2rem;border-left: 1px solid #e5e5e5;}
.join-sel li img {margin: .2rem auto;display: block;}
.join-sel li a {border: 1px solid #379fff; background:#379fff;color: #fff; font-size: .1.25em;display: block;border-radius: .4rem;padding: .75em;max-width: 300px;margin: 0 auto}
.join-sel b {font-size: 1.5em;display: block;margin:1em 0 .25em;}
input.form-control.modify::placeholder{ color: #222;  opacity:1;}
.modify-bottom {max-width:720px; width:100%; margin:2.5em auto;}
.modify-bottom hr{border:1px solid #e2e2e2;border-bottom:none;}
.quit-form{max-width:1220px;width:100%;margin: 0 auto;}
.quit-form .yak{border-radius:20px; border:1px solid #e2e2e2; padding:2em; color:#666; font-size:.9em;line-height:1.8}
.quit-form .form-row{padding-left:1.3em}
.quit-form .id {margin-right:90px}
.quit-form .id input.form-control{background:#f6f6f6}
.quit-form .id input.form-control::placeholder{ color: #222;  opacity:1;font-weight:700}
.quit-form hr{border:1px solid #e2e2e2;border-bottom:none;margin-top:3em}

/* 서비스 소개 */
.frame-change{flex-direction:row-reverse}
.site-about{max-width:1400px;width:100%;margin:1rem auto .5rem;}
.site-about img{width:100%;max-width:530px;}
.site-about > ul{display:flex;justify-content: space-between;width:100%;font-size:.3rem;line-height:1.6;}
.site-about > ul+ul{margin-top:1.4rem}
.site-about > ul li:first-child{width:45%;}
.site-about > ul.frame-change li:first-child{text-align:right}
.site-about > ul .num{font-size:.65rem;font-weight:bold;margin-bottom:.2rem;font-family: Pretendard;}
.site-about > ul.a01 .num{color:#379fff}
.site-about > ul.a01 span{background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #d7ecff 70%)}
.site-about > ul.a02 .num{color:#63b64d}
.site-about > ul.a02 span{background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #e0f0db 70%)}
.site-about > ul.a03 .num{color:#f6af01}
.site-about > ul.a03 span{background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #fdefcc 70%)}
.site-about > ul.a04 .num{color:#af81b7}
.site-about > ul.a04 span{background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #efe6f1 70%)}
.advantage{background: #f6f6f6;padding: 1.5rem .5rem;margin: 1rem -0.4rem -91px -0.4rem}
.advantage > div{background:#ffffff;border-radius:30px;max-width:1400px;width:100%;margin: .5rem auto;position:relative;padding:140px .5rem .5rem;font-size:24px;text-align:center}
.advantage > div p.img{position:absolute;top:-35%;left:50%;margin-left:-112px;}
.advantage > div+div{margin-top:1.5rem}
.teacher{max-width:1220px;width:100%;margin:1rem auto .5rem;display:flex;justify-content:space-between;flex-wrap:wrap;}
.teacher li{max-width:560px;width:48%;border-radius:17px;-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);background:#fff;overflow: hidden;/*padding-bottom:.15rem;*/margin-bottom:4em}
.teacher li .photo{margin-bottom:.1rem}
.teacher li .photo img{width:100%}
.teacher li .name{float:left;font-size:16px;margin-left:.15rem;margin-top:.1rem}
.teacher li .name b{font-size:18px}
.teacher li .movie{float:right;margin-right:.15rem}

/* 수강신청 */
.course{max-width:1400px;width:100%;margin:1rem auto .5rem;}
.course ul{display:table;width: 100%;border: 1px solid #e2e2e2;border-radius:.2rem;}
.course ul+ul{margin-top:.5rem}
.course ul li{font-size:.22rem;line-height:1.6;padding: .5rem 0;display:table-cell;vertical-align: middle;position: relative;box-sizing: border-box;}
.course ul li:nth-child(1){width:24%;text-align: center;}
.course ul li:nth-child(3){width:15%;text-align: center;}
.course .title{font-size: .35rem;font-weight: 500;letter-spacing: -1px;margin-top: .5em;}
.course .arrow{display:inline-block; background:#000; width:.7rem; height:.7rem; color:#fff; line-height:.7rem; text-align:center; cursor:pointer; border-radius:200px;font-size:.3rem; opacity:1;}
.course .arrow i{font-weight: 900;}
.course .left-bar{background:#fff;display:block;position:absolute;width:.5em;left:0;top:6%;bottom:6%;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.course ul:nth-child(2) .title{color:#1d70b6}
.course ul:nth-child(2) .arrow, .course ul:nth-child(2) .left-bar{background:#1d70b6 ;}
.course ul:nth-child(3) .title{color:#379fff}
.course ul:nth-child(3) .arrow, .course ul:nth-child(3) .left-bar{background:#379fff ;}
.course ul:nth-child(4) .title{color:#3ec5e5}
.course ul:nth-child(4) .arrow, .course ul:nth-child(4) .left-bar{background:#3ec5e5 ;}
.course ul:nth-child(5) .title{color:#ce8cd9}
.course ul:nth-child(5) .arrow, .course ul:nth-child(5) .left-bar{background:#ce8cd9 ;}
.enrol select, .enrol input{max-width: 90%;}
.enrol .btn {min-width:1rem;border-radius: .5rem;font-size: .9em; padding: .5em 1em}
.test-end{font-size:.3rem;text-align: center;margin-top:1rem}
.period-search{max-width: 790px;width: 100%;margin:0 auto .75rem;font-size: .2rem;}

/* AI Writing */
.ai{max-width:1400px;width:100%;margin:1rem auto .5rem;}
.ai dl{display: table;width: 100%;}
.ai dl+dl{margin-top: 1.5rem;}
.ai dl dt{display: table-cell;width: 58%;}
.ai dl dd{display: table-cell;vertical-align: middle;padding-left: 1rem;font-size: .23rem;line-height: 1.6;}
.ai dl .title{margin-bottom: .4rem;font-size: .35rem;letter-spacing: -1px;}
.ai dl .title img{vertical-align: middle;display: inline-block;margin:0 .2em;}
.ai dl:nth-child(1) .title{color: #1d70b6;}
.ai dl:nth-child(2) .title{color: #64b650;}
.ai dl:nth-child(3) .title{color: #efb500;}
.ai_bot{margin:2rem -0.4rem -1rem;background: url(../images/ai_botbg.jpg) no-repeat 50% 50% / cover;padding: .5rem 0;}
.ai_bot .tit {position: relative;padding-bottom: .5rem;background: url(../images/arr_tit_w.png) no-repeat 50% 100%;text-align: center;margin: 2.5em 0}
.ai_bot .tit strong {color: #fff;position: relative;font-size: .4rem}
.ai_bot ul {display: table;max-width:1400px;width:100%;margin:1rem auto;}
.ai_bot ul li {width: 25%;vertical-align: top;padding: 0 .5rem;display: table-cell;}
.ai_bot dl {width: 100%; color: #fff;}
.ai_bot dl dt {font-weight: 700;font-size: .33rem;letter-spacing: -1.5px; position: relative;padding-bottom: .7rem;text-align: center;}
.ai_bot dl dt img {display:inline-block;margin-bottom: .4rem;}
.ai_bot dl dt:after {content: ''; display:block;position: absolute;width: 1px;height: 24px;background: #379fff;left:50%;bottom:.25rem}
.ai_bot dl dd {text-align: center;font-size: .21rem;line-height: 1.6;}
.curri-btn.btn-box {margin-top:1em}
.curri-btn.btn-box .btn {min-width: 3.5rem;}
.curri {max-width:1400px;width:100%;margin:0 auto; display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: space-between;}
.curri li {width:23%; background: #fff; border-radius: .2rem;padding:.2rem}
.curri li .title {font-size:1.2em;font-weight: 700;margin-top: 1em;line-height: 1.1;}
.curri li .title+p {font-size:.9em;margin-bottom:.5em;}
.method {margin: 1rem auto;text-align: center;}
.method li {position: relative;}
.method li+li {margin-top: 2.5rem;}
.method li+li::before {content: '';display: block;position: absolute;width: 1rem;height: 1rem;background: url(../images/arr_method.png) no-repeat center center / cover;left:50%;margin-left:-.5rem;top:-1.75rem}
.method dt {position: relative;margin-bottom: .5rem;}
.method dt::before {content: '';display: block;position: absolute;width:1px;height: .3rem;background: #379fff;left: 50%;bottom:.77rem;}
.method dt .title {color: #379fff;font-size: .4rem;font-weight: 700;margin-top: .65rem;letter-spacing: -1.5px;}
.method dt .title b {font-family: Pretendard;display: inline-block;margin-right: .2em;font-size:1.15em;margin-top:-.13em;vertical-align: top;}
.method dt .title span {font-weight: 400;}
.method dd {font-size:.25rem}

/* 고객지원 */
.customer {max-width: 14.2rem;margin: 0 auto;}
.customer .tit {position: relative;padding-bottom: 1em;background: url(../images/arr_tit.png) no-repeat 50% 100%;text-align: center;margin: 1em 0 .5rem}
.customer .tit strong {color: #176cb4;position: relative;font-size: .4rem}
.customer .tit small {color: #d02222;font-size: .17rem; display: block}
.customer .tit+p {text-align: center;margin-bottom: .5rem;font-size: .24rem;margin-top: -.25rem;}
.customer .table-responsive .table {min-width: 300px}
.customer .setting {}
.customer .setting .table {border-bottom: 0;}
.customer .setting .table thead{border-bottom:8px solid #fff}
.customer .setting .table th{font-weight:700}
.customer .setting .table td:first-child {padding-left: .4rem;text-align: left;background: #f6f6f6;border-radius: .18rem 0 0 .18rem;border-bottom:4px solid #fff;border-right:4px solid #fff;font-weight:700;}
.customer .setting .table td:first-child span {display: inline-block;white-space: nowrap}
.customer .setting .table td:first-child span:before {content: "";width: .5em;height: .5em;border-radius: 1em;background: #379fff;display: inline-block;margin-right: .5em;vertical-align: .15em}
/*.customer .setting .table td span {padding: .15rem;border-radius: .18rem 0 0 .18rem;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-content: center;background: #f6f6f6}*/
.guide-nav {margin-bottom: 1rem;}
.guide-nav ul {display: -webkit-box;display: -ms-flexbox;display: flex;justify-content:space-between; width: 100%;margin: 0 auto;max-width: 1260px}
.guide-nav.col2 ul {width: 40%;}
.guide-nav li {width:18%;text-align: center; position: relative;font-size: 0;cursor: pointer;background:#f6f6f6;border-radius:50%}
.guide-nav.col2 li {width: 48%;}
.guide-nav li:after {content:'';display:block;padding-bottom: 100%;}
.guide-nav li div{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding-top:10%;height: 100%;padding-bottom: 50%;padding-left: .4rem;padding-right: .4rem;position: absolute;width: 100%;top: 0;}
.guide-nav li span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding-top: 50%;height: 100%;padding-bottom: 20%;position: absolute;width: 100%;top: 0;font-size: .28rem;line-height:1.3}
.guide-nav li.active {color: #fff;background:#379fff;}
.guide-cont {max-width: 1100px;margin: 0 auto;}
.guide-cont dt {font-size: .32rem;margin-top: .7rem;margin-bottom: .3rem;font-weight:500}
.guide-cont dd img {display: block;margin-left: 1em;}
.guide-cont dd b{color:#ea2b2b}
.guide-cont.horizontal dl {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
.guide-cont.horizontal dt {width: 55%;font-size: .24rem;font-weight:normal}
.guide-cont.horizontal dd {width: 40%;margin-left: auto;text-align: right;margin-top: .5rem;margin-bottom: .3rem;}
.guide-cont.horizontal dd img {margin-left: 0;float: right}

.faq-list{max-width: 1400px;margin: 0 auto;width:100%;}
.faq-list dl{border-radius:40px;border:1px solid #e2e2e2}
.faq-list dl+dl{margin-top:.2rem}
.faq-list dt{padding:.3rem;padding-left:1rem;position: relative;cursor: pointer;line-height: 1;}
.faq-list dt b{color: #379fff;}
.faq-list dt:before {content: '';position: absolute; display:inline-block; background:url(../images/ico_q.png) no-repeat 0 50%/cover; width:47px;height:47px;left:.3rem;top:.15rem;}
.faq-list dt:after {content: ''; display:inline-block;position: absolute;  right:.45rem;  top:40% ;background:url(../images/arr_faq.png) no-repeat 0 0/cover;width:21px;height:14px;}
.faq-list dt.active:after {-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
.faq-list dd{display: none;min-height:1rem; background: #f6f6f6;border-radius:0 0 40px 40px;padding:.3rem;padding-left:1rem;position: relative;line-height: 1.8;font-size: .165rem;}
.faq-list dd:before {content: '';position: absolute; display:inline-block; background:url(../images/ico_a.png) no-repeat 0 50%/cover; width:47px;height:47px;left:.3rem;top:.15rem;}
.faq-list dd img{display: inline-block;margin: 1em 0 2em;}
.faq-list dd p+p{margin-top:2em}

.self{display: -webkit-box;display: -ms-flexbox;display: flex;justify-content:space-between; width: 100%;margin: 0 auto;}
.self li{width:31%;border-radius:20px;border:1px solid #e2e2e2;padding:.35rem}
.self li dl{width: 100%;}
.self li dt{text-align: center;font-size: 1.25em;color: #379fff;font-weight: 700;border-bottom:1px solid #e2e2e2;padding-bottom:1.25em;margin-bottom:1.25em}
.self li dt img{display:inline-block;margin-bottom: .5em;}
.self li dd span{color:#b61544;font-size:.85em}
.self-check{display: table;width: 100%;margin-top: 4em;}
.self-check dt{display: table-cell;width:40%;font-size: 1.125em;font-weight: 700;}
.self-check dt img{display:inline-block;margin-right: .5em;vertical-align: bottom;}
.self-check dd{line-height: 1.8;}
.remote hr{border:0;border-top:3px dashed #bdbdbd; margin: 1rem auto;}
.txt-notice{font-size: .8em;color: #666;text-align: center;margin-top: 2.5em;}
.txt-notice img{display: inline;vertical-align: middle;margin-top: -2px;margin-right: .5em;}
.remote_step{margin-top: 4em;}
.remote_step dl{display: table; width: 100%;margin-top:2em}
.remote_step dt{display: table-cell;width: 17%;}
.remote_step dd{display: table-cell;color: #666;vertical-align: middle;font-size:.22rem;line-height: 1.7;}
.remote_step dd b{font-weight: normal;color: #222;font-size: .3rem;margin-bottom: .75em;display: block;}
.ic-in{padding-right: .37rem;background: url(../images/ic_in.png) no-repeat 100% 48% / .22rem; display: inline-block;}
.ic-down{padding-right: .37rem;background: url(../images/ic_down.png) no-repeat 100% 48% / .22rem; display: inline-block;}
.check-list li{position: relative;padding:.3rem;padding-left: 1.6rem;font-size: .22rem;}
.check-list li+li{border-top:3px dashed #bdbdbd;}
.check-list li::before {content: '';display: block;position: absolute;background: url(../images/ic_check.png) no-repeat 50% 50% / cover;width:45px;height: 43px;left:.9rem;top:.2rem}
.check-list li span {color:#e2053a}
.down-bg {background: #f6f6f6;padding: 1rem 0;margin: 1rem -.4rem}
.down-bg .tit {position: relative;padding-bottom: .5rem;background: url(../images/arr_tit.png) no-repeat 50% 100%;text-align: center;margin: 2.5em 0}
.down-bg .tit strong {color: #176cb4;position: relative;font-size: .4rem}
.down_program {flex-wrap:wrap;display: -webkit-box;display: -ms-flexbox;display: flex;justify-content:space-between; width: 100%;max-width: 1400px;margin: 0 auto;}
.down_program li {width:48%;margin-bottom: .5rem;}
.guide-go {display: table;width: 100%;margin-top: 1.2rem;}
.guide-go li {display: table-cell; width: 50%; text-align: center;}


/* 커뮤니티 */
.community {max-width:1400px;width:100%;margin:1rem auto .5rem;}
.community .category {margin-bottom: .5rem;}
.community .badge.end {background: #379fff}
.comment {margin-top: .3rem;}
.comment .input {display: table;width: 100%;background: #f5f5f5;border-radius: .2rem;padding: .3rem}
.comment .input>span {display: table-cell;vertical-align: top;}
.comment .input>span:nth-child(1) {width: 1%;padding-right: .3rem;vertical-align: middle;}
.comment .input>span:nth-child(2) textarea {display: block;background: #fff;height: 1rem;width: 100%;border-radius: .2rem; border: 1px solid #e5e5e5;padding: .2rem;resize: none}
.comment .input>span:nth-child(3) {width: 1rem;padding-left: .1rem;}
.comment .input>span:nth-child(3) .btn {width: 1rem;height: 1rem;border-radius: .2rem;font-size: .2rem}
.comment .list {margin-top: .5rem;border-top: 1px solid #379fff;font-size: .18rem;}
.comment .list li {border-bottom: 1px solid #e5e5e5;padding: .2rem;display: -webkit-box;display: -ms-flexbox;display: flex; }
.comment .list li p:before {content: "\f121";font-family: 'LineAwesome';color: #379fff;margin-right: 10px;}
.comment .list li .info {margin-left: auto;-ms-flex-negative: 0;flex-shrink: 0;text-align: right;color: #888;font-size: .16rem;}

.reply .input {display: table;width: 100%;background: #f5f5f5;border-radius: .2rem;padding: .3rem}
.reply .input>span {display: table-cell;vertical-align: top;}
.reply .input>span:nth-child(1) {width: 1%;padding-right: .3rem;vertical-align: middle;}
.reply .input>span:nth-child(2) textarea {display: block;background: #fff;height: 1rem;width: 100%;border-radius: .2rem; border: 1px solid #e5e5e5;padding: .2rem;resize: none}
.reply .input>span:nth-child(3) {width: 1rem;padding-left: .1rem;}
.reply .input>span:nth-child(3) .btn {width: 1rem;height: 1rem;border-radius: .2rem;font-size: .2rem}
.reply .list {margin-top: .5rem;border-radius: .3rem; border: 1px solid #e5e5e5;padding: .3rem .5rem; font-size: .18rem}
.reply .list b {display: block;padding-bottom: 1em;border-bottom: 1px solid #e5e5e5;margin-bottom: 1em;}
.reply .list b:before {content: "";display: inline-block;width: .2rem;height: .13rem;position: relative;margin-left: -.2rem; background: url(../images/ic_re.png) no-repeat 0 0 / .1rem; color: #379fff;-webkit-transform: rotate(1deg);transform: rotate(1deg)}
.reply .list p {}



@media screen and (max-width: 1400px) {
    .table thead {background: #379fff}
}

@media screen and (max-width: 1024px) {
	/* 서비스 소개 */
	.site-about > ul{font-size:.2rem;}
}

@media screen and (max-width: 650px) {
    .sub-content h3 img{width:35%}
    .sub-content h3+p, .h3-p{font-size:.27rem}
    .table-responsive:before {content: "◀▶ 좌우로 슬라이드하세요";font-size: .8em;color: #666;}
    .table thead {background-image: none;background: #379fff;}
    .program-download li {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .program-download li img {max-height: .6rem;}
    .program-download li a {padding: .5em;margin-top: auto;}
    .board-view dd .btn-box .btn {min-width: inherit;}
	.table.write td .btn {font-size: 14px;padding: .55em 2em;margin-left: .5em;width: 97%;}
	.table.write .address div[class*=col]:last-child{margin-top:.75em}

    .btn-box .btn{font-size:14px}

    /* 고객지원 */
    .customer .setting .table-responsive:before {display: none}
    .customer .setting .table{min-width: inherit}
    .customer .setting .table td:first-child {padding-left: .2rem}
    .customer .tit {background-size: 1.25em}
	.guide-nav li img{width:50%;}
    .guide-nav li span {padding-left: 5px;padding-right: 5px;padding-top: 55%;font-size: .15rem;line-height:1.2;letter-spacing:-1.3px}
    .guide-cont dd img {margin-left: 0;}
    .guide-cont.horizontal dl {display: block}
    .guide-cont.horizontal dt {width: auto;font-size: .32rem;}
    .guide-cont.horizontal dd {width: auto;margin: 0;}
    .guide-cont.horizontal dd img {margin: 0;display: block;float: none}

    .faq-list dl{border-radius:15px;}
    .faq-list dt:before, .faq-list dd:before {width:30px;height:30px;}
    .faq-list dt:after{width:15px;height:10px;}
    .faq-list dt{padding-left:1.125rem;}
    .faq-list dd{border-radius:0 0 15px 15px;font-size: .9em;padding-left:1.125rem;}

	.self{display:block;}
	.self li{width:100%;padding:.25rem;margin-bottom:1em}
	.self li dl{display: table;}
	.self li dt{width:170px;display: table-cell;font-size: 1.1em;letter-spacing: -1.5px; border-right:1px solid #e2e2e2;border-bottom:none;padding-right:1.25em;margin-bottom:0;padding-bottom:0;}
	.self li dd{display: table-cell;padding-left:1.25em;vertical-align: middle;}
	.self li dt img{width:45px;margin-bottom:.1em}
	.self-check{display: block;margin-top: 1em;}
	.self-check dt{display: block;width:100%;margin-bottom: .6em;}
	.self-check dd{display: block;}
	.remote hr{margin: .65rem auto;}
	.remote_step{margin-top: 2em;}
	.remote_step dt{width: 15%;}
	.remote_step dd{font-size:.255rem;line-height: 1.4;padding-left:1em}
	.remote_step dd b{font-weight: 500; margin-bottom: .5em;}

	.check-list li{padding-left: .85rem;font-size: .27rem;}
	.check-list li+li{border-width: 2px;}
	.check-list li::before {width:25px;height: 24px;left:.2rem;}
	.down-bg {padding: .3rem 0;margin: .3rem -.4rem}
	.down_program {width: 90%;}
	.down_program li {margin-bottom: .3rem;}
	.guide-go {margin-top: .5rem;}
	.guide-go, .guide-go li {display: block;width: 100%;}
	.guide-go li .btn-box {margin-top: .2rem;}
	.guide-go li+li {margin-top: 1.75em;}

    /* 공통-추가 */
	.form{font-size:13px;}
	.form-row > label{margin-top:0;margin-bottom:.5em}
	.form-row .btn {padding:.5em .3em;height:36px;font-size:.9em}
	.form-group .help-block {margin-left: 0;display: block;  padding-top: 5px;  clear: both;  float: left; width: 100%;  margin-top: 5px;line-height:1em;padding-left:0}
    .form-group .bar {width:8%;line-height:2.5em}
	.table.write .form-group .bar {line-height:3.5em}
	.radio label {padding-left:28px; line-height:14px;}
	.radio label:before{border:4px solid #fff;max-width:10px;max-height:10px;}
	.sub-content h6 {font-size:1.02em;}
	.sub-content h6 .r-txt{position: relative;top:0; text-align: right;display:block;}

	/* 로그인.회원가입 */
	.login-form .check{font-size:13px;}
	.idpw-form .form-row, .join-form .name-form {padding-left:0}
	.join-form .name-form .birth-text {margin-top:1em;padding-left:5px}
	.join-form .table-join {}
    .join-form .table-join:not(.normal) tbody {display: block;}
    .join-form .table-join:not(.normal) tr {display: block; padding: 12px 0; overflow: hidden;width:100%;box-sizing:border-box}
    .join-form .table-join:not(.normal) tr+tr {border-top: 1px dotted #ddd;}
    .join-form .table-join:not(.normal) th {display: block;width: 100%; height: auto; padding: 0;margin-bottom: 10px; border: 0; background: none;}
    .join-form .table-join:not(.normal) td {display: block;width: 100%; padding: 0 2px; border: 0;}
    .join-form .table-join textarea {min-height: 150px;}
    .join-form .table-join select {width: 100%;}
    .join-form [class*=wp] {width: 100% !important;}
    .join-form .table-join .help-block {display: block;width: 100%;margin-top: 5px;color: #888;font-size: 90%;margin-left: 0;}
	.join-form .table-join .form-group {max-width: inherit}
	.join-form .table-join b{padding-left:0}
	.join-form .table-join .btn {font-size:14px; padding: .55em 2em;margin-left:.5em;width:97%;}
	.join-form .table-join .m-mbot .help-block{margin-bottom:1em;margin-top:0;padding-top:0}
	.join-form .table-join td.email span.bar {width: 8%;}
	.join-form .table-join td.email div[class*=col]:first-child {width: 42%}
	.join-form .table-join td.email div[class*=col]:last-child {width: 100%;width: 100%;margin-top:.75em;clear: both;float: left;}
	.join-form .table-join .address div[class*=col]:last-child{margin-top:.75em}
	.join-form .table-join span.radio, span.radio{margin-bottom:.5em;display:inline-block}
	.quit-form .id {margin-right:0;margin-bottom:1em}
	.join-sel li {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .join-sel li img {max-height:100px;}
    .join-sel li a {padding: .5em 1.25em;margin-top: auto;}

	/* 서비스 소개 */
	.site-about img{max-width:100%;}
	.site-about > ul{display:block;font-size:.27rem;}
	.site-about > ul+ul{margin-top:.75rem}
	.site-about > ul li:first-child{width:100%;}
	.site-about > ul li br{display:none}
	.site-about > ul .num{margin-bottom:.01rem;}
	.advantage > div{font-size:15px;padding-top:100px}
	.advantage > div p.img img{width:120px}
	.advantage > div p.img{margin-left:-60px;top:-15%;}
	.teacher li{width:100%;margin-bottom:.5rem}
	.teacher li .name{font-size:14px;}
	.teacher li .name b{font-size:16px}
	.teacher li .movie img{width:110px}

	/* 수강신청 */
	.course ul li{padding: .3rem .15rem;}
	.course ul li:nth-child(1){width:18%;vertical-align: top;padding-top:1.8em;}
	.course ul li:nth-child(1) img{width:60%}
	.course ul li:nth-child(3){width:10%;vertical-align: bottom;}
	.course .title{font-size: .28rem;margin-top: .3em;line-height: 1.2;}
	.enrol select, .enrol input{max-width:100%;}
	.period-search .title{font-size: .3rem;margin-bottom:.5em;padding-left: 1em;}

	/* AI Writing */
	.ai dl, .ai dl dt, .ai dl dd {display: block; width: 100%;}
	.ai dl dd {padding-left: 0;margin-top: 1em;}
	.ai dl+dl{margin-top: 2em;}
	.ai dl .title {margin-bottom:.5em;text-align: center;}
	.ai dl .title img {height: 40px;}
	.ai_bot {margin-top: 1rem;}
	.ai_bot ul, .ai_bot ul li {display: block; width: 100%;}
	.ai_bot ul {margin-top: 1.5em;}
	.ai_bot ul li+li {margin-top: 2em;}
	.ai_bot dl {display: table; width: 100%;}
	.ai_bot dl dt {font-weight: 500; font-size: .28rem;display: table-cell; width: 30%;letter-spacing:0; padding-bottom:0;}
	.ai_bot dl dt img {margin:0 auto.3em;width:35%;display: block;}
	.ai_bot dl dt:after {display: none;}
	.ai_bot dl dd {display: table-cell;text-align: left;vertical-align: middle;}
	.ai_bot dl dd br {display: none;}
	.curri {margin-bottom:1em;width: 90%; flex-wrap:wrap;}
	.curri li {width: 48%;margin-bottom: 1em;}
	.curri li .title {margin-top: .3em;}
	.curri li a img {width:60%;}
	.method dt {margin-bottom: .1rem;}
	.method dt::before {bottom:.95rem;}
	.method dt .title {font-size: .5rem;letter-spacing: -1px;}
	.method dt .title b {margin-top:-.1em;}
	.method dd {font-size:.28rem}

}
@media screen and (max-width: 640px) {
	.guide-nav li{width:19%;border-radius:10px}
	.guide-nav li span{font-size: .23rem;padding-top:65%;}
	.guide-nav li img{width:70%;}
}