* {
    font-family: 'Pretendard', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: -1px;
}

a {
    text-decoration: none;
    outline: none;
}

a {
    outline: none !important;
    box-shadow: none !important;
}

a:focus,
a:active,
a:visited,
a:hover {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


a:focus, a:active {
    outline: none;
    box-shadow: none;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

button:active {
    outline: none;
}

img {
    outline: none;
}

img:focus {
    outline: none;
}

img:active {
    outline: none;
}

button.close-btn {
    outline: none !important;
    border: none !important;
    background: none !important;
}

button.close-btn:focus {
    outline: none !important;
}

button.close-btn:active {
    outline: none !important;
}


li {
    list-style: none;
}

html {
    overflow-y: scroll;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
    z-index: 10;
    padding: 0;
    margin: 0;
}

nav {
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin: 0 auto;*/
/*    padding: 20px;*/
/*    max-width: 1440px;*/
/*    height: 105px;*/
}

nav .logo {
    padding-top: 5px;
}

/*.nav-list {*/
/*    width: 480px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/

/*.nav-list .dropdown .dropdown-content {*/
/*    opacity: 0;*/
/*    background: #ffffff;*/
/*    position: absolute;*/
/*    top: 40px;*/

/*}*/

/* ±âº» ³×ºñ°ÔÀÌ¼Ç ½ºÅ¸ÀÏ */
header {
    background-color: #fff;
    padding: 0;
}

/*nav {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.logo img {*/
/*    max-height: 40px;*/
/*}*/

/*.nav-list {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.nav-list li {*/
/*    font-size: 25px;*/
/*    font-weight: 200;*/
/*}*/

/*.nav-list li .dropdown-content li {*/
/*    font-size: 16px;*/
/*}*/

/*.nav-item {*/
/*    position: relative;*/
/*    margin-left: 20px;*/
/*    white-space: nowrap;*/
/*}*/

/*.nav-link {*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    padding: 10px 15px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    transition: background-color 0.3s ease;*/
/*}*/

/*.nav-link:hover {*/
/*    color: #EA4D1D;*/
/*}*/

.chevron img {
    margin-left: 5px;
    transition: transform 0.3s ease;
    width: 15px;
    height: 15px;
}

/* µå·Ó´Ù¿î ¸Þ´º ½ºÅ¸ÀÏ */
/*.dropdown-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -30px;*/
/*    width: 200px;*/
/*    height: auto;*/
/*    padding-left: 45px;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*    box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.20);*/
/*    max-height: 0;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    transition: max-height 0.3s ease;*/
/*}*/

/*.dropdown-content li {*/
/*    height: 36px;*/
/*    color: #696969;*/
/*}*/

/*.nav-list .nav-item .nav-link {*/
/*    font-size: 20px;*/
/*    color: #363636;*/
/*}*/

/*.nav-list .nav-item .nav-link:hover {*/
/*    color: #EA4D1D;*/
/*}*/

/*.nav-list .nav-item .nav-link .arrow {*/
/*    margin-left: 5px;*/
/*}*/

/*.nav-list .dropdown .dropdown-content li a {*/
/*    color: #363636;*/
/*    text-align: center;*/
/*    letter-spacing: -0.04em;*/
/*    font-weight: 600;*/
/*}*/

/*.nav-list .dropdown .dropdown-content li a:hover {*/
/*    color: #EA4D1D;*/
/*}*/

/*
 * ¼Ò°³ ÆäÀÌÁö CSS ½ÃÀÛ
 */

.about-page-title
{
    margin-top: 105px;
    width: 100%;
    height: 248px;
    background-image: url('/v1/assets/images/about_page_title.png');
    background-size: 1440px 248px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #063369;
    display: flex;
    align-items: center;
}

.about-page-title .page-title-text {
    width: 1280px;
    margin: 0 auto;
}

.about-page-title .page-title-text .sub-text {
    color: #fff;
    font-size: 25px;
    letter-spacing: -0.03em;
    font-weight: 200;
}

.about-page-title .page-title-text .main-text {
    color: #fff;
    font-size: 45px;
    letter-spacing: -0.03em;
    font-weight: 700;
    text-align: left;
}

.about-section-1 {
    width: 1280px;
    position: static;
    display: flex;
    margin: 120px auto 0;
}

.about-section-1 .grey-rectangle {
    background: #ededed;
    width: 188px;
    height: 188px;
}

.about-section-1 .text-box {
    margin-left: 55px;
}

.text-box .title {
    color: #383838;
    font-size: 30px;
    letter-spacing: -0.03em;
    font-weight: 700;
    margin-top: 6px;
}

.text-box .sub-title {
    color: #383838;
    font-size: 25px;
    letter-spacing: -0.03em;
    font-weight: 200;
    margin-top: 10px;
}

.text-box .desc-text {
    width: 550px;
    margin-top: 30px;
    color: #696969;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.04em;
    font-weight: 400;
    height: 66px;
}

.about-section-2 {
    width: 1280px;
    margin: 70px auto 120px;
}

.about-section-3 {
    width: 1280px;
    position: static;
    display: flex;
    margin: 115px auto 0;
}

.about-section-3 .grey-rectangle {
    background: #ededed;
    width: 376px;
    height: 188px;
}

.about-section-3 .text-box {
    margin-left: 55px;
}.about-section-3 {
     width: 1280px;
     position: static;
     display: flex;
     margin: 115px auto 0;
 }

.about-section-3 .grey-rectangle {
    background: #ededed;
    width: 376px;
    height: 188px;
}

.about-section-3 .text-box {
    margin-left: 55px;
}

.about-section-4 {
    width: 1280px;
    position: static;
    display: flex;
    margin: 50px auto 0;
    flex-wrap: wrap;
}

.rectangle-shadow-1 {
    width: 200px;
    height: 116px;
    position: relative;
    box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.15);
    margin: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5px solid #ededed;
}

.rectangle-shadow-1 img {
    margin: 0 auto;
}

.about-section-5 {
    width: 1280px;
    position: static;
    display: flex;
    margin: 180px auto 0;
}

.about-section-5 .grey-rectangle {
    background: #ededed;
    width: 188px;
    height: 188px;
}

.about-section-5 .text-box {
    margin-left: 55px;
}

.about-section-6 {
    width: 1280px;
    margin: 120px auto 120px;
}


.about-section-7 {
    width: 1280px;
    position: static;
    display: flex;
    margin: 115px auto 0;
}

.about-section-7 .grey-rectangle {
    background: #ededed;
    width: 376px;
    height: 220px;
}

.about-section-7 .text-box {
    margin-left: 55px;
}

.about-section-7 .text-box .desc-text {
    width: 650px;
}

.about-section-8 {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 70px auto 0;
}

.about-section-8 div {
    width: 400px;
    height: 270px;
    border: 1px solid #cdcdcd;
    border-bottom: 4px solid #EA4D1D;
}

.about-section-8 div div {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

.about-section-8 div h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.about-section-8 div p {
    text-align: center;
    margin-top: 15px;
    color: #696969;
}


.about-section-9 {
    display: flex;
    justify-content: center;
    width: 1280px;
    margin: 40px auto 0;
}

.about-section-9 div {
    width: 400px;
    height: 270px;
    border: 1px solid #cdcdcd;
    border-bottom: 4px solid #EA4D1D;
    margin: 0 20px;
}

.about-section-9 div div {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

.about-section-9 div h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.about-section-9 div p {
    text-align: center;
    margin-top: 15px;
    color: #696969;
}

/*
 * ¼Ò°³ ÆäÀÌÁö CSS ³¡
 */


/*
 * Global Localization CSS ½ÃÀÛ
 */

.global-section-1 {
    width: 1280px;
    margin: 70px auto 0;
}

.global-section-3 {
    width: 1280px;
    margin: 0 auto;
}

.global-section-3 .text-box h2 {
    display: flex;
    padding-left: 80px;
}

.global-section-3 .site-lists {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.global-section-3 .site-lists img {
    align-items: start;
}

/*
 * Global Localization CSS ³¡
  */


/*
 * ÀÎ»ç¸» ÆäÀÌÁö CSS ½ÃÀÛ
 */

.greeting-page-title {
    margin-top: 105px;
    width: 100%;
    height: 248px;
    background-image: url('/v1/assets/images/greeting_page_title.png');
    background-size: 1440px 248px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #063369;
    display: flex;
    align-items: center;
}

.greeting-page-title .page-title-text {
    width: 1280px;
    margin: 0 auto;
}

.greeting-page-title .page-title-text .sub-text {
    color: #fff;
    font-size: 25px;
    letter-spacing: -0.03em;
    font-weight: 200;
}

.greeting-page-title .page-title-text .main-text {
    color: #fff;
    font-size: 45px;
    letter-spacing: -0.03em;
    font-weight: 700;
    text-align: left;
}


.greeting-content-1 {
    width: 1024px;
    margin: 110px auto 0;
    color: #3d4a4a;
    font-size: 48px;
    font-weight: 200;
}

.greeting-content-2 {
    width: 1024px;
    margin: 80px auto 0;
    color: #3d4a4a;
    font-size: 22px;
    font-weight: 200;
    line-height: 150%;
}


/*
 * ÀÎ»ç¸» ÆäÀÌÁö CSS ³¡
 */




/*
 * ¼Ò½Ä ÆäÀÌÁö CSS ½ÃÀÛ
 */

.news-page-title {
    margin-top: 105px;
    width: 100%;
    height: 248px;
    background-image: url('/v1/assets/images/news_page_title.png');
    background-size: 1440px 248px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #063369;
    display: flex;
    align-items: center;
}

.news-page-title .page-title-text {
    width: 1280px;
    margin: 0 auto;
}

.news-page-title .page-title-text .sub-text {
    color: #fff;
    font-size: 25px;
    letter-spacing: -0.03em;
    font-weight: 200;
}

.news-page-title .page-title-text .main-text {
    color: #fff;
    font-size: 45px;
    letter-spacing: -0.03em;
    font-weight: 700;
    text-align: left;
}

/*
 * ¼Ò½Ä ÆäÀÌÁö CSS ³¡
 */


/*
 * ¼Ò½Ä view ÆäÀÌÁö CSS ½ÃÀÛ
 */

.news-view-wrap {
    width: 1280px;
    margin: 225px auto 0;
    display: flex;
    justify-content: space-between;
}

.news-view-wrap .part-left {
    width: 188px;
}

.news-view-wrap .part-left .grey-rectangle {
    width: 188px;
    height: 450px;
    background: #ededed;
}

.news-view-wrap .part-right {
    width: 1050px;
}

.news-view-wrap .part-right .title-bar {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.news-view-wrap .part-right .title-bar .title {
    font-size: 25px;
    font-weight: 600;
    padding-left: 20px
}

.news-view-wrap .part-right .title-bar .views {
    display: flex;
}
.news-view-wrap .part-right .title-bar .views span {
    display: block;
    height: 30px;
    align-items: center;
}

.news-view-wrap .part-right .title-bar .views span:first-child {
    padding-top: 4px;
    padding-right: 25px;
}

.news-view-wrap .part-right .content-1 {
    padding: 20px 0 10px 20px;
    font-size: 20px;
    font-weight: 200;
    border-bottom: 1px solid #cdcdcd;
}

.news-view-wrap .part-right .content-2 {
    text-align: center;
    padding: 40px 30px 80px;
}

.news-view-wrap .part-right .content-3 {
    width: 720px;
    margin: 0 auto;
    line-height: 180%;
    color: #696969;
    font-size: 18px;

}

.news-content-3 .arrow-left-1,
.news-content-3 .arrow-right-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}

.news-view-wrap .part-right .back-btn-bar {
    margin-top: 80px;
    margin-left: 50px;
    font-size: 16px;
    font-weight: 400;
}


/*
 * ¼Ò½Ä view ÆäÀÌÁö CSS ³¡
 */


/*
 * Æ®·¹ÀÌ´× ÆäÀÌÁö CSS ½ÃÀÛ
 */

.train-page-title {
    margin-top: 105px;
    width: 100%;
    height: 248px;
    background-image: url('/v1/assets/images/train_page_title.png');
    background-size: 1440px 248px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #063369;
    display: flex;
    align-items: center;
}


.train-page-title .page-title-text {
    width: 1280px;
    margin: 0 auto;
}

.train-page-title .page-title-text .sub-text {
    color: #fff;
    font-size: 25px;
    letter-spacing: -0.03em;
    font-weight: 200;
}

.train-page-title .page-title-text .main-text {
    color: #fff;
    font-size: 45px;
    letter-spacing: -0.03em;
    font-weight: 700;
    text-align: left;
}

/*
 * Æ®·¹ÀÌ´× ÆäÀÌÁö CSS ³¡
 */


/*
 * Æ®·¹ÀÌ´×2(list) ÆäÀÌÁö CSS ½ÃÀÛ
 */

.content-wrap-1  {
    width: 100%;
    background: #FFF2EC;
    margin-top: 125px;
}

.content-wrap-1 .list-content-1 {
    width: 1280px;
    margin: 0 auto;
    padding: 100px 0 75px 0;
    display: flex;
    justify-content: space-between;
}

.content-wrap-1 .list-content-1 div a h2 {
    font-size: 35px;
    font-weight: 700;
    color: #383838;
    padding-bottom: 12px;
}

.content-wrap-1 .list-content-1 p {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    line-height: 150%;
}

.content-wrap-1 .list-content-1 div:nth-child(2) {
    padding-right: 35px;
}

.content-wrap-1 .roadmap-btn {
    padding-top: 20px;
}

.content-wrap-1 .roadmap-btn button {
    padding: 10px 30px;
}

.content-wrap-1 .list-content-2 {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.content-wrap-1 .list-content-2 .cate-wrap {
    width: 410px;
    height: 90px;
    background: #173042;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: background-color 0.5s ease;
    border: 3px solid #173042;
}

.content-wrap-1 .list-content-2 .cate-wrap:hover {
    border: 3px solid #173042;
    background: #f9f9f9;
    color: #373042;
}

.content-wrap-1 .list-content-2 .cate-wrap .category {
    transition: transform 0.5s ease;
}

.content-wrap-1 .list-content-2 .cate-wrap:hover .category {
    color: #173042;
    transform: translateX(20px);
}

.content-wrap-1 .list-content-2 .cate-wrap .eclipse-1 {
    transition: transform 0.5s ease;
}

.content-wrap-1 .list-content-2 .cate-wrap:hover .eclipse-1 {
    transform: scale(1.3);
}

.content-wrap-1 .list-content-2 div .category {
    padding-left: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.content-wrap-1 .list-content-2 div .lec-count {
    display: flex;
    justify-content: end;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 700;
}

.content-wrap-1 .list-content-2 div .lec-count .eclipse-1 {
    width: 34px;
    height: 34px;
    background: red;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-wrap-2 {
    width: 100%;
    background: #F7F7F7;
    padding: 60px 0;
}

.content-wrap-2 .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 1190px;
    margin: 0 auto;
}

.content-wrap-2 h2 {
    font-size: 25px;
    font-weight: 600;
}

.content-wrap-2 div a {
    font-size: 16px;
    font-weight: 700;
    color: #383838;
}

.content-wrap-2 div a:hover {
    color: #EA4D1D;
}

.content-wrap-2 .item-wrap {
    width: 1190px;
    margin: 0 auto;
}

.content-wrap-2 .item-wrap .item-box {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.17);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.content-wrap-2 .item-wrap .item-box:hover {
    box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.17);
    transform: translateX(20px);
}

.content-wrap-2 .item-wrap .item-box .pic img {
    width: 200px;
    height: 150px;
    border-radius: 10px;
}

.content-wrap-2 .item-wrap .item-box .desc {
    padding: 10px 30px;
}

.content-wrap-2 .item-wrap .item-box .desc h3 {
    font-size: 18px;
    font-weight: 700;
    color: #383838;
}

.content-wrap-2 .item-wrap .item-box .desc h3:hover {
    color: #EA4D1D;
}

.content-wrap-2 .item-wrap .item-box .desc p {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    line-height: 150%;
    padding-top: 20px;
}

.content-wrap-2 .item-wrap .item-box .desc .subcategory-wrap {
    padding-top: 20px;
}

.content-wrap-2 .item-wrap .item-box .desc .subcategory-wrap .subcategory {
    border: 1px solid #EA4D1D;
    color: #EA4D1D;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 10px;
}

.content-wrap-2 .item-wrap .item-box .etc {
    margin-left: auto;
    max-width: 300px;
    min-width: 220px;
    border-left: 1px solid #DBDBDB;
    padding: 10px 0 0 40px;
}

.content-wrap-2 .item-wrap .item-box .etc .part-1 {
    background: #EA4D1D;
    color: #fff;
    display: inline-block;
    width: auto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 5px 10px;
    border-radius: 28px;
}

.content-wrap-2 .item-wrap .item-box .etc .part-2 {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 16px;
}

.content-wrap-2 .item-wrap .item-box .etc .part-3 {
    margin-top: 16px;
}

.content-wrap-2 .item-wrap .item-box .etc .part-3 i {
    color: #EA4D1D;
    margin-right: 7px;
    font-size: 14px;
}

.content-wrap-2 .item-wrap .item-box .etc .part-3 span {
    font-size: 14px;
    font-weight: 600;
    color: #383838;
}

.content-wrap-2 .item-wrap .item-box .etc .part-4 {
    margin-top: 16px;
}

.content-wrap-2 .item-wrap .item-box .etc .part-4 i {
    margin-right: 7px;
    font-size: 14px;
    color: #BABABA;
}

.content-wrap-2 .item-wrap .item-box .etc .part-4 span {
    font-size: 17px;
    font-weight: 700;
    color: #383838;
}


/*
 * Æ®·¹ÀÌ´×2(list) ÆäÀÌÁö CSS ³¡
 */




/*
 * ¹®ÀÇ ÆäÀÌÁö CSS ½ÃÀÛ
 */

.contact-page-title {
    margin-top: 105px;
    width: 100%;
    height: 248px;
    background-image: url('/v1/assets/images/contact_page_title.png');
    background-size: 1440px 248px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #063369;
    display: flex;
    align-items: center;
}


.contact-page-title .page-title-text {
    width: 1280px;
    margin: 0 auto;
}

.contact-page-title .page-title-text .sub-text {
    color: #fff;
    font-size: 25px;
    letter-spacing: -0.03em;
    font-weight: 200;
}

.contact-page-title .page-title-text .main-text {
    color: #fff;
    font-size: 45px;
    letter-spacing: -0.03em;
    font-weight: 700;
    text-align: left;
}

/*
 * Æ®·¹ÀÌ´× ÆäÀÌÁö CSS ³¡
 */



/*
 * ·Î±×ÀÎ ÆäÀÌÁö CSS ½ÃÀÛ
 */
.auth-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input-container {
    position: relative;
}

.input-container i {
    position: absolute;
    left: 20px;
    top: 27px;
    transform: translateY(-50%);
    color: #ccc;
}

.input-container input {
    width: 465px;
    padding: 10px 10px 10px 60px; /* ¾ÆÀÌÄÜ °ø°£ È®º¸¸¦ À§ÇØ padding-left Ãß°¡ */
    border: 1px solid #d9d8d8;
    box-sizing: border-box;
    border-radius: 7px;
    height: 52px;
    font-size: 16px;
}

.input-container textarea {
    width: 465px;
    padding: 15px 10px 10px 60px; /* ¾ÆÀÌÄÜ °ø°£ È®º¸¸¦ À§ÇØ padding-left Ãß°¡ */
    border: 1px solid #d9d8d8;
    box-sizing: border-box;
    border-radius: 7px;
    height: 280px;
    font-size: 16px;
}

.input-container input::placeholder,
.input-container textarea::placeholder {
    color: #a9a9a9;
}

.long-btn {
    width: 465px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    border-radius: 8px; /* µÕ±Ù ¸ð¼­¸® */
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: center; /* ÅØ½ºÆ®¸¦ Áß¾Ó¿¡ Á¤·Ä */
}

.orange-btn {
    background: #00296A;
    color: #fff;
    border: 1px solid #00296A;
}

.yellow-btn {
    background: #fee500;
    color: #181600;
    border: 1px solid #fee500;
}

.green-btn {
    background: #02C75A;
    color: #fff;
    border: 1px solid #02C75A;
}

.white-btn {
    background: #fff;
    color: #787878;
    border: 1px solid #ccc;
}


.long-btn img {
    position: absolute;
    left: 23px; /* ¾ÆÀÌÄÜÀÌ ¹öÆ°ÀÇ ¿ÞÂÊ ³¡¿¡ À§Ä¡ÇÏµµ·Ï Á¶Á¤ */
}

.long-btn span {
    width: 100%;
    text-align: center; /* ÅØ½ºÆ®¸¦ Áß¾Ó¿¡ Á¤·Ä */
}

.auth-section-1 {
    width: 100%;
    position: relative;
    padding: 10px;
}

.close-btn {
    position: fixed;
    top: 60px;
    right: 80px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    padding: 0;
    transition: all 0.3s ease;
}

.close-btn:hover .close-img {
    content: url('../images/auth_img_close_over.png');
}

.close-btn:focus .close-img,
.close-btn:active .close-img,
.close-btn .close-img{
    outline: none !important;
}

.auth-section-2 {
    margin-top: 100px;
}

.auth-desc-txt {
    font-size: 14px;
    color: #696969;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-18 {
    margin-top: 18px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-100 {
    margin-top: 100px;
}

.auth-bottom {
    color: #ABABAB;
    font-size: 12px;
    margin-top: 110px;
    border-top: 1px solid #ccc;
    width: 457px;
    text-align: center;
    padding: 25px 0 25px 0;
}

.auth-link {
    color: #EA4D1D;
    text-decoration: underline;
}

input[type="text"], input[type="password"], textarea {
    transition: border-color 0.3s ease;
    margin: 0;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #0061FC;
    background: #EDF2FF;
    outline: none;
}

button:focus, a:focus {
    outline: none;
    border: 1px solid #EA4D1D;
}


.error-message {
    color: red;
    font-size: 0.9em;
    font-weight: 400;
    margin: 5px 0 0 60px;
}

.strength-indicator {
    display: none;
    margin: 5px 0 0 60px;
    font-size: 0.9em;
    color: green;
}

.spinner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-circle {
    width: 30px;
    height: 30px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loading-indicator {
    color: #333;
    font-size: 1em;
    margin-top: 10px;
}

.password-reset-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.hidden-modal {
    display: none;
}

.password-reset-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 680px;
    height: 450px;
    text-align: center;
    position: relative;
}

.password-reset-modal-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 90px;
    color: #383838;
}

.password-reset-modal-content p {
    margin-top: 20px;
    color: #696969;
    font-size: 14px;
}

.password-reset-modal-content i {
    left: 100px;
    top: 60px;
}

.password-reset-modal-content input {
    font-size: 16px;
    margin-top: 50px;
    border: 1px solid #c9c9c9;
}

.password-reset-modal-content input:hover,
.password-reset-modal-content input:focus {
    border: 1px solid #EA4D1D;
    outline: none;
    background: #FFF1F1;
}

.password-reset-submit-btn {
    background: #ea4d1d;
    border-radius: 7px;
    border: 1px solid #ea4d1d;
    width: 465px;
    height: 52px;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    margin-top: 20px;
    cursor: pointer;
}

.password-reset-close {
    position: absolute;
    top: 40px;
    right: 60px;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    border: none;
}

.password-reset-close:hover .close-img {
    content: url('../images/auth_img_close_over.png');
}

/*
 * ·Î±×ÀÎ ÆäÀÌÁö CSS ³¡
 */


/*
 * È¸¿ø °¡ÀÔ ÆäÀÌÁö CSS ½ÃÀÛ
 */

.signup-wrap {
    margin: 110px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.signup-wrap h1 {
    font-size: 30px;
    color: #383838;
    font-weight: 700;
    margin-top: 35px;
}

.signup-ment-1 {
    margin-top: 8px;
    color: #696969;
    font-size: 14px;
    width: 465px;
    padding-left: 20px;
}

.signup-ment-2 {
    margin-top: 8px;
    color: #696969;
    font-size: 14px;
    width: 465px;
    padding-left: 20px;
}

.signup-ment-3 {
    margin-top: 10px;
    color: #696969;
    font-size: 14px;
}

.signup-btn-gray {
    background: #a9a9a9;
    border-radius: 7px;
    width: 119px;
    height: 52px;
    border: 1px solid #a9a9a9;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-left: 15px;
}

.signup-btn-gray:hover {
    background-color: #EA4D1D;;
    border: 1px solid #EA4D1D;
    cursor: pointer;
}

.input-container .width-331 {
    width: 331px;
}

.input-wrap-with-btn {
    width: 465px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-top: 18px;
}

/* ±âº» Ã¼Å©¹Ú½º¸¦ ¼û±â±â */
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* Ã¼Å©¹Ú½º ÀÌ¹ÌÁö */
.custom-checkbox .checkbox-img {
    width: 24px; /* ÀÌ¹ÌÁö ³Êºñ */
    height: 24px; /* ÀÌ¹ÌÁö ³ôÀÌ */
    background-image: url('../../assets/images/unchecked.png'); /* Ã¼Å©µÇÁö ¾ÊÀº »óÅÂÀÇ ÀÌ¹ÌÁö */
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

/* Ã¼Å©µÈ »óÅÂÀÇ ÀÌ¹ÌÁö */
.custom-checkbox input[type="checkbox"]:checked + .checkbox-img {
    background-image: url('../../assets/images/checked.png'); /* Ã¼Å©µÈ »óÅÂÀÇ ÀÌ¹ÌÁö */
}

/* ÅØ½ºÆ®¿Í ÀÌ¹ÌÁö °£ÀÇ °£°Ý */
.custom-checkbox {
    display: flex;
    align-items: center;
}

.custom-checkbox span {
    margin-right: 8px;
}


.custom-checkbox {
    font-size: 16px;
    color: #696969;
    padding-left: 10px;
}


/* ±âº» Ã¼Å©¹Ú½º¸¦ ¼û±â±â */
.custom-checkbox2 input[type="checkbox"] {
    display: none;
}

/* Ã¼Å©¹Ú½º ÀÌ¹ÌÁö */
.custom-checkbox2 .checkbox-img {
    width: 20px; /* ÀÌ¹ÌÁö ³Êºñ */
    height: 20px; /* ÀÌ¹ÌÁö ³ôÀÌ */
    background-image: url('../../assets/images/unselected.png'); /* Ã¼Å©µÇÁö ¾ÊÀº »óÅÂÀÇ ÀÌ¹ÌÁö */
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

/* Ã¼Å©µÈ »óÅÂÀÇ ÀÌ¹ÌÁö */
.custom-checkbox2 input[type="checkbox"]:checked + .checkbox-img {
    background-image: url('../../assets/images/selected.png'); /* Ã¼Å©µÈ »óÅÂÀÇ ÀÌ¹ÌÁö */
}

/* ÅØ½ºÆ®¿Í ÀÌ¹ÌÁö °£ÀÇ °£°Ý */
.custom-checkbox2 {
    display: flex;
    align-items: center;
}

.custom-checkbox2 span {
    margin-right: 8px;
}

.custom-checkbox2 {
    font-size: 16px;
    color: #696969;
    /*padding-left: 10px;*/
}


.agree-check {
    width: 465px;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.padding-left {
    padding-left: 10px;
}

.signup-submit-btn {
    background: #00296A;
    border-radius: 7px;
    border: 1px solid #00296A;
    width: 465px;
    height: 52px;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    margin-top: 40px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 50px;
    border: 1px solid #888;
    width: 80%;
    max-width: 900px;
    text-align: left;
}

.modal-content p {
    font-size: 15px;
    line-height: 150%;
    padding: 30px 20px;
    color: #383838;
}

.modal-content h2 {
    padding: 0 0 10px 20px;
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 30px;
}

.close-modal:hover,
.close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.open-modal {
    cursor: pointer;
}

/*
 * È¸¿ø °¡ÀÔ ÆäÀÌÁö CSS ³¡
 */

/*
 * Æ®·¹ÀÌ´× ÆäÀÌÁö CSS ½ÃÀÛ
 */
.train-content-1 {
    display: flex;
    width: 1280px;
    margin: 120px auto 75px;
}

.train-content-1 .grey-rectangle {
    background-color: #ededed;
    align-self: stretch;
    width: 188px;
}

.train-content-1 .vendor-desc {
    width: 620px;
    margin: 20px 50px;
}

.train-content-1 .vendor-desc h2 {
    color: #383838;
    font-size: 30px;
    font-weight: 700;
}

.train-content-1 .vendor-desc h3 {
    color: #787878;
    font-size: 25px;
    font-weight: 200;
    margin-top: 5px;
}

.train-content-1 .vendor-desc p {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 30px;
}

.train-content-1 .vendor-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.train-content-2 {
    display: flex;
    margin: 0 auto;
    width: 1340px;
    justify-content: space-between;
}

.train-content-2 .title {
    font-size: 30px;
    font-weight: 700;
    padding-left: 30px;
}

.train-content-2 .showAll-link a {
    font-size: 16px;
    font-weight: 600;
    color: #EA4D1D;
}

.train-content-3 {
    margin: 10px auto;
    width: 1340px;
    display: flex;
    justify-content: space-between;
}

.train-content-3 .class-card {
    background: #ffffff;
    border: 1px solid #ddd;
    width: 291px;
    height: 442px;
    position: relative;
    box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.10);
    padding: 30px 40px;
    margin: 40px auto 0 30px;
}

.train-content-3 .card-part-1 {
    color: #EA4D1D;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #EA4D1D;
}

.train-content-3 .card-part-2 {
    height: 145px;
    color: #383838;
    padding: 15px 5px;
    font-size: 17px;
    line-height: 120%;
    font-weight: 700;
    border-bottom: 1px solid #cdcdcd;
}

.train-content-3 .card-part-2 a {
    color: #383838;
}

.train-content-3 .card-part-2 .class-link:hover {
    color: #EA4D1D;
}


.train-content-3 .card-part-3 {
    height: 150px;
    color: #696969;
    padding: 15px 5px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    border-bottom: 1px solid #cdcdcd;
}

.train-content-3 .card-part-4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}

.train-content-3 .card-part-4 .info-left {
    color: #EA4D1D;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.train-content-3 .card-part-4 .info-right {
    color: #383838;
    font-size: 18px;
    font-weight: 800;
    line-height: 150%;
}

.train-content-4 {
    width: 1280px;
    margin: 120px auto 0;
}

.train-content-4 .title {
    font-size: 30px;
    font-weight: 700;
    padding-left: 30px;
}

.train-content-5 {
    width: 1280px;
    margin: 80px auto 0;
}

.train-content-5 .title {
    font-size: 20px;
    font-weight: 600;
    padding-left: 30px;
    color: #EA4D1D;
}

.train-schedule-tbl {
    width: 1280px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #787878;
    margin: 25px auto;
}

.train-schedule-tbl th {
    border-bottom: 1px solid #787878;
    height: 47px;
}

.train-schedule-tbl td {
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    padding: 20px;
    color: #383838;
    height: 80px;
    font-size: 16px;
}

.train-schedule-tbl td a {
    color: #EA4D1D;
}

.train-schedule-tbl .col-480 {
    width: 480px;
}

.train-schedule-tbl .col-117 {
    width: 117px;
}

.train-schedule-tbl .col-165 {
    width: 165px;
}

.train-schedule-tbl .col-86 {
    width: 86px;
}

.train-schedule-tbl .align-left {
    text-align: left !important;
}

.train-schedule-tbl .align-left a {
    color: #383838;
}

.train-schedule-tbl .align-left a:hover {
    color: #EA4D1D;
}

/*
 * Æ®·¹ÀÌ´× ÆäÀÌÁö CSS ³¡
 */

/*
 * ½ºÄÉÁì ÆäÀÌÁö CSS ½ÃÀÛ
 */
.schedule-content-1 {
    width: 1230px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.schedule-content-1 .title {
    font-size: 30px;
    font-weight: 700;
}

.schedule-content-1 div a {
    font-size: 16px;
    font-weight: 700;
    color: #383838;
}

.schedule-content-1 div a:hover {
    color: #EA4D1D;
}

.schedule-content-1 div.course-link i {

}

.schedule_content-2 {
    width: 1230px;
    margin: 20px auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.schedule_content-2 .desc {
    color: #696969;
    line-height: 150%;
}

.schedule_content-2 .select-area select {
    width: 152px;
    height: 40px;
    margin-right: 8px;
    border-radius: 7px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding-left: 20px;
}

/*.schedule_content-2 .select-area .h1-btn {*/
/*    width: 132px;*/
/*    height: 40px;*/
/*    margin-right: 8px;*/
/*    border-radius: 7px;*/
/*    border: 0;*/
/*    background: #EA4D1D;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    color: #fff;*/
/*    */
/*}*/

.schedule_content-2 .select-area .active-btn {
    background-color: #EA4D1D;
    color: #fff;
}

.schedule_content-2 .select-area button {
    width: 132px;
    height: 40px;
    border-radius: 7px;
    border: 0;
    margin-right: 8px;
    background: #9E9E9E;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.schedule_content-2 .select-area button:hover {
    background: #EA4D1D;
    color: #fff;
}

/*
 * ½ºÄÉÁì ÆäÀÌÁö CSS ³¡
 */


/*
 * ¹®ÀÇ ÆäÀÌÁö CSS ½ÃÀÛ
 */
.contact-content-1 {
    width: 1280px;
    margin: 120px auto 0;
    display: flex;
}

.contact-content-1 .grey-rectangle {
    background: #ededed;
    width: 188px;
    align-self: stretch;
}

.contact-content-1 .content-part {
    width: 980px;
    margin-left: 65px;
}

.contact-content-1 .content-part h2 {
    font-size: 25px;
    font-weight: 600;
    padding-top: 30px;
}

.contact-content-1 div .input-container {
    width: 100%;
}

.contact-content-1 div .input-container .text-input {
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0 ;
}

.margin-top-70 {
    margin-top: 70px;
}

/* ±âº» ¶óµð¿À ¹öÆ° ¼û±â±â */
.custom-radio input[type="radio"] {
    display: none;
}

/* Ä¿½ºÅÒ ¶óµð¿À ¹öÆ° µðÀÚÀÎ */
.custom-radio .radio-img {
    height: 24px;
    width: 24px;
    background-image: url('../../_images/unchecked.png');
    background-size: cover;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 8px;
}

/* ¶óµð¿À ¹öÆ° ¼±ÅÃµÆÀ» ¶§ÀÇ ½ºÅ¸ÀÏ */
.custom-radio input[type="radio"]:checked + .radio-img {
    background-image: url('../../_images/checked.png');
}

.custom-radio {
    font-size: 16px;
    font-weight: 400;
    color: #343434;
}

.width-140 {
    width: 140px;
}

.width-200 {
    width: 200px;
}

.contact-content-1 .content-part .gubun {
    display:flex;
    justify-content: start;
    padding-top: 30px;
}


.contact-content-1 .content-part .path {
    display:flex;
    justify-content: start;
    padding-top: 18px;
    padding-bottom: 30px;
}

.contact-content-1 .content-part .gubun .sub-title,
.contact-content-1 .content-part .path .sub-title {
    width: 100px;
    font-size: 22px;
    font-weight: 300;
    padding-left: 10px;
}

.contact-content-2 {
    width: 1280px;
    margin: 0 auto;
    display: flex;
}

.contact-content-2 div:first-child {
    width: 188px;
}

.contact-content-2 div:nth-child(2) {
    border: 1px solid #c8c8c8;
    width: 980px;
    margin-left: 65px;
    padding: 55px;
    background: #f8f7f7;
    border-radius: 7px;
    height: 470px;
    position: relative;
}

.contact-content-2 .agree-part .p1 {
    margin-top: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-15 {
    margin-top: 15px;
}

.width-120 {
    width: 120px;
}

.red-color {
    color: #9D3110;
}

.margin-left-30 {
    margin-left: 30px;
}

.contact-content-2 .agree-part .esp-container {
    display: flex;
    flex-direction: row;
}

.esp-container {
    width: 100%;
}

.contact-btn {
    background: #ea4d1d;
    border-radius: 10px;
    width: 360px;
    height: 60px;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 800;
    margin-top: 55px;
    cursor: pointer;
}

.contact-content-3 {
    margin: 0 auto;
    width: 1280px;
    display: flex;
}

.contact-content-3 div:first-child {
    width: 188px;
}

.contact-content-3 div:nth-child(2) {
    width: 980px;
    margin-left: 65px;
    display: flex;
    justify-content: center;
}

/*
 * ¹®ÀÇ ÆäÀÌÁö CSS ³¡
 */


/*
 * ¼Ò½Ä ÆäÀÌÁö CSS ½ÃÀÛ
 */

.news-content-1 {
    display: flex;
    width: 1280px;
    margin: 100px auto 0;
}

.news-content-1 .grey-rectangle {
    width: 304px;
    min-width: 304px;
    align-self: stretch;
    background-color: #ededed;
}

.news-content-1 div .notice {
    margin-left: 60px;
    display: flex;
}

.news-content-1 div .notice .notice-img {
    margin: 18px 0;
}

.news-content-1 div .notice .notice-text {
    margin-left: 60px;
    margin-top: 25px;
}

.news-content-1 div .notice .notice-text h2 {
    color: #383838;
    font-size: 25px;
    font-weight: 700;
    width: 620px;
}

.news-content-1 div .notice .notice-text h2 a {
    color: #383838;
}

.news-content-1 div .notice .notice-text p {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 150%;
    width: 620px;
}

.news-content-2 {
    width: 1280px;
    margin: 120px auto 0;
}

.news-content-2 .title {
    font-size: 30px;
    font-weight: 700;
    padding-left: 30px;
}

.news-content-3 {
    margin: 10px auto;
    width: 1340px;
    display: flex;
    justify-content: space-between;
}

.news-content-3 .class-card {
    background: #ffffff;
    border: 1px solid #ddd;
    width: 291px;
    height: 470px;
    position: relative;
    box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.10);
    padding: 25px;
    margin: 30px 10px 0 30px;
    text-align: center;
}

.news-content-3 .class-card .class-card-wrap {
    height: 388px;
    border-bottom: 1px solid #cdcdcd;
}

.news-content-3 .class-card .class-card-wrap .img-container {
    overflow: hidden;
    width: 240px;
    height: 240px;
}

.news-content-3 .class-card .class-card-wrap .img-container img {
    margin: 0 auto;
    height: 100%;
    transition: transform .2s;
}

.news-content-3 .class-card .class-card-wrap img:hover {
    transform: scale(1.1);
}

.news-content-3 img {
    margin: 0 auto;
}



.news-content-3 .class-card h3 {
    margin-top: 15px;
    padding-left: 10px;
    text-align: left;
    color: #383838;
    font-size: 17px;
}

.news-content-3 .class-card h3 a {
    color: #383838;
}

.news-content-3 .class-card h3 a:hover {
    color: #EA4D1D;
}

.news-content-3 .class-card p {
    margin: 15px auto 0;
    line-height: 150%;
    color: #696969;
    font-size: 14px;
    width: 210px;
    text-align: left;
}

.news-content-3 .class-card .card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 218px;
    padding-top: 15px;
    margin: 0 auto;
}

.news-content-3 .class-card .card-bottom .views {
    font-size: 12px;
    color: #696969;
    font-weight: 500;
}

.news-content-4 {
    margin: 130px auto 0;
    width: 1280px;
    text-align: center;
}

.news-content-4 div {
    font-size: 16px;
    font-weight: 600;
    color: #686868;
}
.news-content-4 div input {
    width: 50px;
    height: 28px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #cdcdcd;
    font-size: 16px;
    font-weight: 600;
    color: #686868;
}

.news-content-4 div i {
    padding: 0 25px;
    color: #686868;
}

/*
 * ¼Ò½Ä ÆäÀÌÁö CSS ³¡
 */



/*
 * »ó¼¼ ÆäÀÌÁö CSS ½ÃÀÛ
 */

.detail-content-1 {
    width: 1280px;
    margin: 60px auto 0;
    display: flex;
}

.detail-content-1 .grey-rectangle {
    background: #ededed;
    width: 188px;
    min-width: 188px;
    align-self: stretch;
}

.top-blank {
    height: 100px;
}

.detail-content-1 .info-area {
    margin-left: 60px;
}

.detail-content-1 .info-area .class-category {
    font-size: 20px;
    font-weight: 200;
    border-bottom: 1px solid #cdcdcd;
    padding: 20px 30px;
}

.detail-content-1 .info-area .class-title {
    padding: 20px 30px;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
}

.detail-content-1 .info-area .class-desc {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    padding: 5px 30px;
    width: 900px;
    line-height: 150%;
}

.detail-content-1 .info-area select {
    width: 900px;
    height: 52px;
    margin: 30px;
    border-radius: 7px;
    border: 1px solid #d9d8d8;
    font-size: 16px;
    line-height: 150%;
    padding-left: 30px;
}

.detail-content-1 .info-area select:focus {
    outline: none;
    border: 1px solid #EA4D1D;
    background: #FFF1F1;
}

.detail-content-1 .info-area .class-price {
    width: 900px;
    text-align: right;
    padding-top: 15px;
}

.detail-content-1 .info-area .class-price .class-price-num {
    font-size: 35px;
    font-weight: 800;
    position: relative;
    top: 3px;
}

.detail-content-1 .info-area .class-price .class-price-unit {
    font-size: 25px;
    font-weight: 600;
    color: #787878;
}

.detail-content-1 .info-area .class-btn-area {
    width: 900px;
    text-align: right;
    padding-top: 40px;
}

.detail-content-1 .info-area .class-btn-area .class-btn {
    width: 340px;
    height: 52px;
    font-size: 18px;
    font-weight: 800;
    background: #fff;
    color: #EA4D1D;
    border: 1px solid #EA4D1D;
    border-radius: 7px;
    padding-bottom: 10px;

}

.detail-content-1 .info-area .class-btn-area .class-btn:hover {
    background: #EA4D1D;
    color: #fff;
    cursor: pointer;
}

.detail-content-1 .info-area .desc-wrap {
    display: flex;
    margin-top: 30px;
    width: 1050px;
}

.detail-content-1 .info-area .desc-wrap .part-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detail-content-1 .info-area .desc-wrap .part-left img {
    width: 320px;
    height: auto;
    margin-right: 30px;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.detail-content-1 .info-area .desc-wrap .part-left div {
    height: 30px;
    color: #787878;
}

.detail-content-1 .info-area .desc-wrap .part-left div a {
    color: #787878;
}

.detail-content-1 .info-area .desc-wrap .part-left div a:hover {
    color: #EA4D1D;
}
.detail-content-1 .info-area .desc-wrap .part-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 50px 0 0;
}

.detail-content-1 .info-area .desc-wrap .part-right .class-title {
    width: 650px;
    padding-right: 0;
}

.detail-content-1 .info-area .desc-wrap .part-right .class-desc {
    width: 650px;
    font-size: 16px;
}

.detail-content-1 .info-area .desc-wrap .part-right .class-price {
    width: 625px;
}

.detail-content-1 .info-area .desc-wrap .part-right select {
    width: 625px;
    margin: 30px 0;
}

.detail-content-1 .info-area .desc-wrap .part-right .class-btn-area {
    width: 625px;
}

.detail-content-1 .info-area .desc-wrap .part-right .class-period {
    letter-spacing: 0;
}

.detail-content-2 {
    width: 1280px;
    margin: 60px auto;
    display: flex;
}

.detail-content-2 .left-blank {
    width: 250px;
    min-width: 250px;
}

.detail-content-2 .class-content-area .line-1 {
    width: 910px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}


.detail-content-2 .class-content-area div .box-content{
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    width: 430px;
    height: 200px;
    padding: 40px;
}

.detail-content-2 .class-content-area div .box-content h2 {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
}

.detail-content-2 .class-content-area div .box-content p {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 0;
    color: #696969;
    line-height: 150%;
}

.detail-content-2 .class-content-area div .non-box-content {
    border-radius: 10px;
    width: 430px;
    min-height: 200px;
    padding: 80px 0 40px;
}

.detail-content-2 .class-content-area div .non-box-content h2 {
    border-bottom: 1px solid #cdcdcd;
    padding: 0 40px 10px;
    font-size: 20px;
    font-weight: 800;
}

.detail-content-2 .class-content-area div .non-box-content p {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 40px;
    color: #696969;
    line-height: 150%;
}

.detail-content-2 .class-content-area div .non-box-content-full {
    border-radius: 10px;
    width: 900px;
    min-height: 200px;
    padding: 20px 0 40px;
}

.detail-content-2 .class-content-area div .non-box-content-full h2 {
    border-bottom: 1px solid #cdcdcd;
    padding: 0 40px 10px;
    font-size: 24px;
    font-weight: 700;
    color: #383838;
}

.detail-content-2 .class-content-area div .non-box-content-full h2 i {
    color: #A09C9C;
    padding-right: 10px;
}

.detail-content-2 .class-content-area div .non-box-content-full p {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 40px;
    color: #696969;
    line-height: 150%;
}


.detail-content-2 .class-content-area .line-2 {
    width: 1050px;
    margin-top: 50px;
}

.detail-content-2 .class-content-area hr {
    border: 0;
    height: 2px;
    background: #545454;
    margin: 20px 0;
}

.detail-content-2 .class-content-area .line-2 .box-content-2 {
    border: 1px solid #cdcdcd;
    /*border-radius: 10px;*/
    width: 100%;
    padding: 0;
    display: flex;
}

.detail-content-2 .class-content-area .line-2 .box-content-2 img {
    /*border-radius: 10px;*/
    width: 320px;
    height: 240px;
}

.detail-content-2 .class-content-area .line-2 .box-content-2 div {
    padding: 45px 40px 35px 60px;
    width: 100%;
}

.detail-content-2 .class-content-area .line-2 .box-content-2 div h2 {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    color: #383838;
}

.detail-content-2 .class-content-area .line-2 .box-content-2 div h2 i{
    font-size: 24px;
    padding-right: 10px;
    color: #A09C9C;
}

.detail-content-2 .class-content-area .line-2 .box-content-2 div p {
    font-size: 17px;
    font-weight: 400;
    padding: 20px 0;
    color: #696969;
    line-height: 150%;
    width: 100%;
}

.detail-content-2 .class-content-area .non-box-content-2 {
    border-radius: 10px;
    width: 1050px;
    min-height: 200px;
    padding: 80px 0 40px;
}

.detail-content-2 .class-content-area .non-box-content-2 h2 {
    border-bottom: 1px solid #cdcdcd;
    padding: 0 40px 10px;
    font-size: 24px;
    font-weight: 700;
    color: #383838;
}

.detail-content-2 .class-content-area .non-box-content-2 h2 i{
    font-size: 24px;
    padding-right: 10px;
    color: #A09C9C;
}

.detail-content-2 .class-content-area .non-box-content-2 p {
    font-size: 17px;
    font-weight: 400;
    padding: 20px 40px;
    color: #696969;
    line-height: 150%;
}

.detail-content-2 .class-content-area .non-box-content-2 .lec-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    padding: 30px 0 30px 80px;
    color: #383838;
}

.content-container {
    position: relative;
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.content-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.toggle-button {
    cursor: pointer;
    padding: 20px;
}

.toggle-button-wrap {
    display: flex;
    justify-content: center;
}

.expanded {
    max-height: none;
}

.expanded::after {
    display: none;
}

.large-text {
    font-size: 18px;
    padding-top: 0px;
}

.medium-text {
    font-size: 16px;
    padding-left: 20px;
}

/*
 * »ó¼¼ ÆäÀÌÁö CSS ³¡
 */


/*
 * ¼ö°­ ½ÅÃ» ÆäÀÌÁö CSS ½ÃÀÛ
 */

.enroll-page-title {
    margin: 120px auto 0;
    width: 1280px;
    font-size: 30px;
    font-weight: 800;
    padding-left: 50px;
    color: #383838;
}

.enroll-page-wrap {
    margin: 20px auto;
    width: 1280px;
    display: flex;
    justify-content: space-between;
}

.enroll-page-wrap .part-left {
    border-top: 1px solid #787878;
    width: 758px;
    padding: 60px 0 0 35px;
}

.enroll-page-wrap .part-left .subtitle {
    font-size: 25px;
    font-weight: 300;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 15px 15px;
    color: #383838;
    width: 100%;
}

.enroll-page-wrap .part-right {
    border: 1px solid #787878;
    width: 494px;
    align-self: stretch;
}


.enroll-page-wrap .part-left table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 0 40px;
}

.enroll-page-wrap .part-left table th {
    text-align: left;
    width: 140px;
    font-size: 16px;
    font-weight: 400;
    color: #787878;
    padding: 5px;
}

.enroll-page-wrap .part-left table td {
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    padding: 5px;
}

.enroll-page-wrap .part-left .subtitle2 {
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 15px 15px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

.enroll-page-wrap .part-left .subtitle2 div:first-child {
    font-size: 25px;
    font-weight: 300;
    color: #383838;
}

.enroll-page-wrap .part-left .subtitle2 div span:first-child {
    font-size: 14px;
    font-weight: 400;
}

.enroll-page-wrap .part-left .subtitle2 div span:nth-child(2) {
    padding: 10px 25px 0 10px;
}

.enroll-page-wrap .part-left .select-area-1 {
    width: 100%;
    height: 72px;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    margin-top: 50px;
}

.select-area-1 {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 175px;
}

.select-area-1 label {
    font-size: 16px;
    font-weight: 600;
}

.select-area-2 {
    display: flex;
    justify-content: start;
    margin: 30px 0 0 40px;
}

.select-area-2 div:first-child {
    font-size: 16px;
    font-weight: 600;
    padding-top: 16px;
}

.select-area-2 div select {
    width: 152px;
    height: 52px;
    border-radius: 7px;
    margin-left: 50px;
    border: 1px solid #d9d8d8;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    outline: none;
}

.select-area-2 div select:focus {
    border: 1px solid #EA4D1D;
    background: #FFF1F1;
}

.select-wrap {
    display: flex;
}
.select-area-3 {
    margin-top: 30px;
}

.select-area-3 div input {
    width: 340px;
}

.select-wrap .select-area-3 .select-area-ment {
    color: #EA4D1D;
    padding: 22px;
    font-size: 14px;
    font-weight: 600;
}

.select-area-3 button {
    width: 340px;
    height: 52px;
    background: #C0C0C0;
    outline: none;
    border: 0;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
}

.select-area-3 button:hover {
    background: #EA4D1D;
}


.select-area-3 button i {
    padding-left: 10px;
}

.select-area-4 {
    width: 340px;
    margin-top: 30px;
    margin-left: 20px;
}

.select-area-4 select {
    width: 100%;
    height: 100%;
    padding: 15px 0 0 20px;
    border: 1px solid #d9d9d9;
    outline: none;
}

.select-area-4 select option {
    padding: 5px 0;
    font-size: 12px;
    font-weight: 400;
    color: #787878;
}

.enroll-page-wrap .part-right {
    padding: 40px;
}

.enroll-page-wrap .part-right div {
    margin-top: 18px;
}

.enroll-page-wrap .part-right .content {
    color: #787878;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 15px;
}

.enroll-page-wrap .part-right .red-content {
    color: #EA4D1D;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 10px;
}

.enroll-page-wrap .part-right label {
    font-size: 20px;
    font-weight: 600;
}

.enroll-page-wrap .part-right label span {
    margin-right: 15px;
}

.enroll-page-wrap .part-right .subtitle {
    font-size: 25px;
    font-weight: 300;
    border-bottom: 1px solid #cdcdcd;
    color: #383838;
    padding: 15px;
    margin-top: 5px;
    width: 100%;
}

.enroll-page-wrap .part-right .sub-subtitle {
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    padding-left: 35px;
}

.enroll-page-wrap .part-right input {
    width: 365px;
    margin-left: 35px;
}

.enroll-page-wrap .part-right i {
    margin-left: 35px;
}

.enroll-page-wrap .part-right .radio-title {
    margin-top: 50px;
}

.enroll-page-wrap .part-right .radio-title2 {
    margin-top: 40px;
}

.enroll-submit-btn-area {
    margin: 20px auto;
    width: 1280px;
    display: flex;
    justify-content: space-between;
}

.enroll-submit-btn-area .part-left {
    width: 758px;
}

.enroll-submit-btn-area .part-right {
    width: 494px;
    text-align: center;
    margin-top: 15px;
}

.enroll-submit-btn-area .part-right button {
    width: 365px;
    height: 52px;
    background: #EA4D1D;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 800;
}

.input-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/*
 * ¼ö°­ ½ÅÃ» ÆäÀÌÁö CSS ³¡
 */


/*
 * ¸ÞÀÎ ÆäÀÌÁö CSS ½ÃÀÛ
 */

.main-slide {
    position:relative;
    height: 560px;
    min-height: 560px;
    max-height: 560px;
    margin-top: 115px;
    min-width: 1440px;
}

.main-slide img {
    width: 100%;
    min-height: 560px;
    min-width: 1440px;
}

.main-content-1 {
    width: 1280px;
    margin: 140px auto 0;
    text-align: center;
}

.main-content-1 h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #383838;
}

.main-content-1 h3 {
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    color: #787878;
    margin-top: 10px;
}

.main-content-1 img {
    margin: 35px auto 0;
}

.main-content-1 p {
    margin: 35px auto 0;
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}

.main-content-2 {
    width: 1440px;
    margin: 140px auto 0;
    text-align: center;
}

.main-content-2 h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #383838;
}

.main-content-2 h3 {
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    color: #787878;
    margin-top: 10px;
}

.main-content-2 img {
    margin: 35px auto 0;
}

.main-content-3 {
    width: 1440px;
    margin: 140px auto 0;
    text-align: center;
}

.main-content-3 h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #383838;
}

.main-content-3 h3 {
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    color: #787878;
    margin-top: 10px;
}

.main-content-3 .main-vendor-section {
    display: flex;
    justify-content: space-between;
}

.main-content-3 .main-vendor-section .vendor-info {
    width: 339px;
    height: 198px;
    border: 1px solid #E2E1E1;
    box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
    padding:  0 45px;
}


.main-content-3 .main-vendor-section .vendor-info-hidden {
    width: 339px;
    height: 198px;
    border: 0;
}

.main-content-3 .main-vendor-section .vendor-info div:first-child {
    height: 96px;
    display: flex;
    align-items: center;
}

.main-content-3 .main-vendor-section .vendor-info h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #383838;
    margin-top: 0;
}

.main-content-3 .main-vendor-section .vendor-info p {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    padding-top: 15px;
    line-height: 150%;
}

.main-content-4 {
    width: 1440px;
    height: 283px;
    margin: 70px auto 0;
    border: 1px solid #E2E1E1;
    box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-content-4 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #383838;
}

.main-content-4 p {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    margin-top: 25px;
}

.main-content-4 button {
    color: #EA4D1D;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #EA4D1D;
    width: 340px;
    height: 52px;
    margin-top: 35px;
    cursor: pointer;
}

.main-content-4 button:hover {
    background: #EA4D1D;
    color: #fff;
}

.main-content-5 .class-box-wrap .class-box {
    overflow: hidden;
}
.main-content-5 .class-box-wrap .class-box .img-wrap {
    overflow: hidden;
    height: 263px;
}

.main-content-5 .class-box-wrap .class-box .img-wrap img {
    margin: 0 auto;
    transition: transform .2s;
    cursor: pointer;
}

.main-content-5 .class-box-wrap .class-box .img-wrap img:hover {
    transform: scale(1.1);
}

.main-content-5 .class-box-wrap .class-box h2 a {
    color: #383838;
}

.main-content-5 .class-box-wrap .class-box h2 a:hover {
    color: #EA4D1D;
}

.news-content-3 img {
    margin: 0 auto;
}

.main-news-wrap {
    width: 100%;
    background: #F3F3F3;
    padding-bottom: 80px;
    margin-top: 30px;
}

.main-news-wrap .news-content-2 {
    padding-top: 80px;
    margin-top: 70px;
}

.main-upcoming-wrap .train-content-2 {
    padding-top: 80px;
}

.main-news-wrap .news-content-3 {
    width: 1340px;
}

.main-upcoming-wrap .train-content-3 {
    width: 1340px;
}

.main-upcoming-wrap .train-content-3 div img {
    margin: 30px 0 0 30px;
}

.main-news-wrap .news-content-3 .arrow-left,
.main-news-wrap .news-content-3 .arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}

.main-upcoming-wrap .train-content-3 .arrow-left,
.main-upcoming-wrap .train-content-3 .arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: 80px;
}

.main-news-wrap .news-content-3 .arrow-left i,
.main-news-wrap .news-content-3 .arrow-right i {
    font-size: 60px;
    color: #C5C5C5;
}

.main-upcoming-wrap .train-content-3 .arrow-left img,
.main-upcoming-wrap .train-content-3 .arrow-right img {
    margin: 0 !important;

}

.main-content-5 {
    width: 1440px;
    margin: 65px auto 0;
    display: flex;
    justify-content: space-between;
}

.main-content-5 .class-box-wrap .img-box {
    padding: 0 0 15px 25px;
    height: 50px;
    display: flex;
}

.main-content-5 .class-box-wrap .img-box img {
    align-self: flex-end;
}

.main-content-5 div .class-box {
    border: 1px solid #dedede;
    width: 334px;
    height: 414px;
    padding: 0;
}

.main-content-5 div .class-box h3 {
    color: #EA4D1D;
    font-size: 14px;
    font-weight: 600;
    margin: 0 35px;
    padding: 18px 0 5px 9px;
    border-bottom: 1px solid #EA4D1D;
}

.main-content-5 div .class-box h2 {
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 600;
}

button.slick-prev, button.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 31px;
    height: 54px;
}

.slick-prev:before, button.slick-next:before,
button.slick-prev:focus, button.slick-next:focus {
    content: none;
    border: 0;
}

.train-content-3 .slick-prev,
.news-content-3 .slick-prev {
    left: -60px !important;
}

.train-content-3 .slick-next,
.news-content-3 .slick-next {
    right: -60px !important;
}

.main-slick-prev {
    left: 50px;
}

.main-slick-next {
    right: 50px;
}

.main-best-prev {
    left: -60px;
}

.main-best-next {
    right: -60px;
}

/*
 * ¸ÞÀÎ ÆäÀÌÁö CSS ³¡
 */

/*
 * footer ¿µ¿ª CSS ½ÃÀÛ
 */

.footer-wrap {
    background: #063369;
    margin-top: 200px;
    padding-bottom: 50px;
}

.footer-wrap .content-wrap {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}

.footer-wrap .content-wrap div p {
    color: #fff;
    font-weight: 200;
    letter-spacing: 0;
    text-align: right;
    font-size: 13px;
    line-height: 150%;
}

.footer-wrap .content-wrap div p a {
    color: #fff;
}

.footer-wrap .content-wrap div p a:hover {
    color: #EA4D1D;
}

/*
 * footer ¿µ¿ª CSS ³¡
 */

/* Æ®·¹ÀÌ´× ¶óÀÌÆ®
 */

.ptop-100 {
    padding-top: 100px;
}



/*
 * °³ÀÎÁ¤º¸Ã³¸®¹æÄ§ CSS ½ÃÀÛ
 */

.privacy-wrap {
    margin: 0 auto;
    width: 1080px;
    padding-top: 220px;
}

.privacy-wrap h2 {
    font-size: 30px;
    color: #383838;
    font-weight: 700;
    padding: 0 0 20px 30px;
}

.privacy-wrap p {
    padding: 50px;
    color: #383838;
    font-size: 16px;
    line-height: 150%;
}

/*
 * °³ÀÎÁ¤º¸Ã³¸®¹æÄ§ CSS ³¡
 */


/*
 * Ã£¾Æ¿À½Ã´Â ±æ CSS ½ÃÀÛ
 */

.location-wrap {
    margin: 0 auto;
    width: 1080px;
    padding-top: 220px;
}

.location-wrap h2 {
    font-size: 30px;
    color: #383838;
    font-weight: 700;
    padding: 0 0 20px 30px;
}

.location-wrap h3 {
    font-size: 25px;
    font-weight: 300;
    margin: 70px 0 0 55px;
    color: #383838;
}

.location-wrap h3 i {
    color: #EA4D1D;
    margin-right: 20px;
}

.location-wrap h4 {
    margin-left: 98px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    color: #383838;
}

.location-wrap p {
    margin-left: 98px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #787878;
}

#map1, #map2 {
    margin: 40px auto;
    width: 1080px;
    height: 680px;
    background-color: #efefef;
    position: relative;
}

#naver-map-btn1,
#naver-map-btn2 {
    position: absolute;
    bottom: 30px;
    right: 40px;
    width: 174px;
    height: 33px;
    z-index: 1000;
    background-image: url('https://trainocate.co.kr/v1/assets/images/naver_map_btn.png');
    background-size: cover;
    background-position: center;
    border: none;
    cursor: pointer;
    display: none;
}

#naver-map-btn1:hover,
#naver-map-btn2:hover {
    opacity: 0.8;
    border: none;
}

.company-logo {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 1000;
    width: 188px;
    height: auto;
}
/*
 * Ã£¾Æ¿À½Ã´Â ±æ CSS ³¡
 */


/*
 * È¸¿øÁ¤º¸ ¼öÁ¤ CSS ½ÃÀÛ
 */

h1.prof-subtitle {
    color: #383838;
    font-size: 30px;
    font-weight: 400;
    margin-top: 35px;
}

/*
 * È¸¿øÁ¤º¸ ¼öÁ¤ CSS ³¡
 */

/*
 * ¸¶ÀÌÆäÀÌÁö CSS ½ÃÀÛ
 */
.mypage-wrap {
    margin: 120px auto 300px;
    width: 1280px;
}

.mypage-wrap h1 {
    padding: 100px 0 20px 50px;
    font-size: 30px;
    font-weight: 700;
}

.mypage-wrap hr {
    margin: 0;
    padding: 0;
    outline: none;
}

.mypage-wrap h2 {
    padding: 65px 0 10px 50px;
    font-size: 25px;
    font-weight: 500;
}

.mypage-wrap h2.tpadding-200 {
    padding-top: 200px;
}

.mypage-wrap li {
    list-style: disc inside;
    padding-left: 55px;
    color: #EA4D1D;
    margin-top: 5px;
}

.mypage-wrap table {
    margin-top: 30px;
    width: 100%;
    border-spacing: 0;
}

.mypage-wrap table th {
    border-top: 1px solid #787878;
    border-bottom: 1px solid #787878;
    height: 50px;
    color: #383838;
    font-size: 17px;
    font-weight: 600;
}

.mypage-wrap table td {
    padding: 30px 10px;
    letter-spacing: 0;
    color: #383838;
    border-bottom: 1px solid #dfdfdf;
}

.mypage-wrap table td.center {
    text-align:center;
}

.mypage-wrap table td.right {
    text-align: right;
}

.mypage-wrap table th.width-120 {
    width: 120px;
}

.mypage-wrap table th.width-140 {
    width: 140px;
}

.mypage-wrap table th.width-170 {
    width: 170px;
}

.mypage-wrap table th.width-210 {
    width: 250px;
}

.mypage-wrap table th.width-500 {
    width: 510px;
}

.mypage-wrap table td.rpadding-30 {
    padding-right: 30px;
}

.mypage-wrap table td.no-data {
    text-align: center;
    height: 300px;
    font-size: 20px;
}

.mypage-wrap table td i {
    margin-right: 7px;
    color: #ababab;
}

.toss-payment-btn {
    width: 75px;
    height: 25px;
    background: #EA4D1D;
    color: #fff;
    border-radius: 20px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}


/*
 * ¸¶ÀÌÆäÀÌÁö CSS ³¡
 */


.input-container .profile-fixed {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    letter-spacing: 0;
    margin-top: 18px
}

.input-container .letter-spacing-5 {
    letter-spacing: 5px;
}

.input-container .letter-spacing-0 {
    letter-spacing: 0;
}

.color-blue {
    background-color: #4565F7;
    outline: none;
    border: none;
}



/*
 * Á¤º¸ ¼öÁ¤ ÆË¾÷ CSS ½ÃÀÛ
 */

.edit-wrap .edit-section-1 .close-btn {
    top: 25px;
    right: 25px;
}

.popup-container {
    margin: 70px 30px 30px;
}

.popup-container h2 {
    font-size: 25px;
    font-weight: 300;
}

.popup-container hr {
    border: 0;
    height: 1px;
    background: #cdcdcd;
    margin: 13px 0 30px;
}

.popup-container table {
    width: 100%;
    margin-bottom: 40px;
}

.popup-container table td.subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #787878;
    padding-left: 30px;
    height: 30px;
}

.popup-container table td.content {
    font-weight: 600;
    color: #363636;
}
.popup-container .input-container input {
    width: 100%;
    margin-bottom: 13px;
}

.popup-container .comment {
    text-align: center;
    color: #EA4D1D;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 16px;
}

.popup-container .button-container #saveButton {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 7px;
    color: #fff;
    background: #ccc;
    font-size: 16px;
    font-weight: 800;
}

.popup-container .button-container #saveButton:hover {
    background: #EA4D1D;
    cursor: pointer;
}

/*
 * Á¤º¸ ¼öÁ¤ ÆË¾÷ CSS ³¡
 */

.pay-success-wrap {
    margin: 130px auto 0;
    width: 760px;
}

.pay-success-wrap h2 {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #383838;
}

.pay-success-wrap p {
    text-align: center;
    margin-top: 40px;
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.pay-success-wrap h3 {
    margin-top: 100px;
    font-weight: 300;
    font-size: 25px;
    color: #383838;
    padding-left: 40px;
}

.pay-success-wrap hr {
    border: 0;
    border-top: 1px solid #cdcdcd;
    margin: 10px 0 30px;
}

.pay-success-wrap table {

}

.pay-success-wrap table td:first-child {
    padding-left: 40px;
    width: 280px;
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    color: #787878;
}

.pay-success-wrap table td:nth-child(2) {
    font-weight: 600;
    color: #363636;
    letter-spacing: 0;
}

/*
 * °áÁ¦ ¼º°ø ÆäÀÌÁö CSS ½ÃÀÛ
 */

