@charset "UTF-8";

/* MAIN SETTING */
#new_sc {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 30px 40px;
}

#new_sc .sec_cont {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 65px;
}

#new_sc .sec_cont:last-of-type {
    margin-bottom: 0;
}

#new_sc .sec_cont .sec_box {
    width: 100%;
    height: auto;
    position: relative;
}

/* MAIN SETTING END */

/* MAIN SUBTIT */
.sec_tit {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 3px solid #000;
    margin-bottom: 28px;
}

.sec_tit2 {
    margin-bottom: 28px;
}

.sec_tit > h3 {
    font-family: 'SEBANGGothic', sans-serif;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1;
}

.sec_tit .sns_list {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.sec_tit .sns_list > li {
    width: 19px;
    height: 19px;
    position: relative;
}

.sec_tit .sns_list > li > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    color: transparent;
}

.sec_tit .sns_list > li.sns_home > a {
    background-image: url(../img/home_icon.png);
}

.sec_tit .sns_list > li.sns_insta > a {
    background-image: url(../img/insta_icon.png);
}

.sec_tit .sns_list > li.sns_facebook > a {
    background-image: url(../img/facebook.png);
}

.sec_tit .sns_list > li.sns_twit > a {
    background-image: url(../img/twit_icon.png);
}

.sec_tit .sns_list > li.sns_youtube > a {
    background-image: url(../img/youtube_icon.png);
}

.sec_tit .sns_list > li.sns_blog > a {
    background-image: url(../img/blog_icon.png);
}

/* MAIN SUBTIT END */

/* MAIN HOTCLIP */
.hot_list {
    width: 100%;
    height: auto;
    position: relative;
}

.hot_list .hot_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 64px;
}

.hot_list .hot_item:last-of-type {
    margin-bottom: 0;
}

.hot_list .hot_item .hot_txt {
    width: -webkit-calc((100% - 20px) - 390px);
    width: -moz-calc((100% - 20px) - 390px);
    width: calc((100% - 20px) - 390px);
    height: auto;
    position: relative;
}

.hot_list .hot_item .hot_txt > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: justify;
    align-content: flex-start;
}

.hot_list .hot_item.hot_item_gt .hot_txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.hot_list .hot_item .hot_txt .hot_tit {
    font-family: 'SEBANGGothic', sans-serif;
    margin-bottom:10px;
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1.5px;
    gap: 12px;
    padding-left: 43px;
    word-break: keep-all;
    color: #000;
}

.hot_list .hot_item .hot_txt .hot_tit > span {
    width: 30px;
    height: 30px;
    position: relative;
    background-image: url(../img/tit_arrows.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.hot_list .hot_item .hot_txt .hot_tit > h3 {
    font-family: 'SEBANGGothic', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing:0;
    color: #000;
    word-break: keep-all;
}

.hot_list .hot_item .hot_txt .hot_tit > h3 > span {
    font-family: 'SEBANGGothic', sans-serif;
    font-size: 1.4375rem;
}

.hot_list .hot_item .hot_txt .hot_tit > h3 > i {
    font-family: 'SEBANGGothic', sans-serif;
    font-weight:400;
    font-size: 1rem;
    font-style:normal;
    letter-spacing:-1.1px;
    vertical-align:middle;
}

.hot_list .hot_item .hot_txt > p {
    font-family: 'GmarketSans', sans-serif;
    font-size: 1.0625rem;
    padding-left: 43px;
    font-weight: 500;
    letter-spacing: -1.5px;
    color: #595757;
    line-height: 1.5;
    word-break: keep-all;
}

.hot_list .hot_item .hot_txt .hot_txtlist {
    width: 100%;
    height: auto;
    position: relative;
}

.hot_list .hot_item .hot_txt .hot_txtlist .txtlist_item {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 43px;
}

.hot_list .hot_item .hot_txt .hot_txtlist .txtlist_item > span {
    width: 10px;
    height: auto;
    position: relative;
}

.hot_list .hot_item .hot_txt .hot_txtlist .txtlist_item > p {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: auto;
    position: relative;
    font-family: 'GmarketSans', sans-serif;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #595757;
    line-height: 1.5;
    word-break: keep-all;
}

.hot_list .hot_item .hot_txt .hot_txtlist .txtlist_item .txt_deps {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 8px;
}

.hot_list .hot_item .hot_txt .hot_txtlist .txtlist_item .txt_deps > li {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
}

.hot_list .hot_item .hot_txt .hot_txtlist .txtlist_item .txt_deps > li > span {
    font-family: 'GmarketSans', sans-serif;
    width: 63px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #9fa0a0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.hot_list .hot_item .hot_txt .hot_txtlist .txtlist_item .txt_deps > li > p {
    font-family: 'GmarketSans', sans-serif;
    width: -webkit-calc(100% - 63px);
    width: -moz-calc(100% - 63px);
    width: calc(100% - 63px);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #9fa0a0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.hot_list .hot_item .hot_txt .hot_txtlist .txtlist_item .txt_deps > li > p > span {
    font-size: 0.75rem;
}

.hot_list .hot_item .hot_thumb {
    width: 390px;
    height: 236px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.hot_list .hot_item .hot_thumb.hot_thumb_01 {
    background-image: url(../img/hot_thumb_01.png);
}

.hot_list .hot_item .hot_thumb.hot_thumb_02 {
    background-image: url(../img/hot_thumb_02.png);
}

.hot_list .hot_item .hot_thumb.hot_thumb_01 > a {
    position: absolute;
    display: block;
    width: 176px;
    height: 33px;
    font-size: 0;
}

.hot_list .hot_item .hot_thumb.hot_thumb_01 > a.hot_a_01 {
    left: 3.4%;
    top: 79%;
}

.hot_list .hot_item .hot_thumb.hot_thumb_01 > a.hot_a_02 {
    left: 52.4%;
    top: 79%;
}

/* MAIN HOTCLIP END */

/* MAIN TASK */
.sec_txtcont {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #000;
}

.sec_txtcont:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sec_txtcont .sec_subtit {
    font-family: 'SEBANGGothic', sans-serif;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    line-height: 1;
    margin-bottom: 12px;
}

.sec_txtcont .sec_subtit > span {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    background-image: url(../img/tit_arrows.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.sec_txtcont .task_cont {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 34px;
}

.sec_txtcont .task_cont .task_listbox {
    width: -webkit-calc((100% - 20px) - 173px);
    width: -moz-calc((100% - 20px) - 173px);
    width: calc((100% - 20px) - 173px);
    height: auto;
    position: relative;
}

.sec_txtcont .task_cont .task_listbox .task_item {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.sec_txtcont .task_cont .task_listbox .task_item:last-of-type {
    margin-bottom: 0;
}

.sec_txtcont .task_cont .task_listbox .task_item > a {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.sec_txtcont .task_cont .task_listbox .task_item > a > span {
    display: block;
    width: 142px;
    font-family: 'SEBANGGothic', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    padding-top: 1px;
}

.sec_txtcont .task_cont .task_listbox .task_item > a .task_txt {
    width: -webkit-calc((100% - 24px) - 142px);
    width: -moz-calc((100% - 24px) - 142px);
    width: calc((100% - 24px) - 142px);
    height: auto;
    position: relative;
}

.sec_txtcont .task_cont .task_listbox .task_item > a .task_txt > h4 {
    font-family: 'TheJamsil', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.3;
    word-break: keep-all;
    color: #000;
    margin-bottom: 10px;
}

.sec_txtcont .task_cont .task_listbox .task_item > a .task_txt > p {
    font-size: 1rem;
    font-weight: 400;
    color: #727171;
    letter-spacing: -0.5px;
    line-height: 1.4;
    word-break: keep-all;
}

.sec_txtcont .task_cont .task_picture {
    width: 173px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec_txtcont .task_cont .task_picture > li {
    width: 100%;
    height: 128px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.sec_txtcont .task_cont .task_picture > li.task_pic_01 {
    background-image: url(../img/task_img_01.png);
}

.sec_txtcont .task_cont .task_picture > li.task_pic_02 {
    background-image: url(../img/task_img_02.png);
}

.sec_txtcont .task_cont .task_picture > li.task_pic_03 {
    background-image: url(../img/task_img_03.png);
}

.sec_txtcont .task_btn {
    width: 100%;
    height: auto;
    position: relative;
}

.sec_txtcont .task_btn > a {
    font-family: 'TheJamsil', sans-serif;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    background-color: #dcdcdc;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    color: #595757;
    padding: 10px;
    border-radius: 5rem;
}

/* MAIN TASK END */

/* MAIN BOARD */
.board_cont {
    width: 100%;
    height: auto;
    position: relative;
}

.board_cont .board_listbox {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 42px;
}

.board_cont .board_listbox .board_item {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 12px;
}

.board_cont .board_listbox .board_item:last-of-type {
    margin-bottom: 0;
}

.board_cont .board_listbox .board_item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    gap: 10px;
}

.board_cont .board_listbox .board_item > a > span {
    display: block;
    width: 156px;
    font-family: 'SEBANGGothic', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    padding-top: 2px;
}

.board_cont .board_listbox .board_item > a .subject {
    font-family: 'TheJamsil', sans-serif;
    width: -webkit-calc((100% - 10px) - 156px);
    width: -moz-calc((100% - 10px) - 156px);
    width: calc((100% - 10px) - 156px);
    height: auto;
    position: relative;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.3;
    word-break: keep-all;
    color: #000;
}

/* MAIN BOARD END */

/* MAIN POLICY */
.policy_listbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
}

.policy_listbox .policy_item {
    width: 100%;
    height: auto;
    position: relative;
}

.policy_listbox .policy_item::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    right: -18px;
    top: 0;
}

.policy_listbox .policy_item:last-of-type:after {
    content: none;
}

.policy_listbox .policy_item .policy_subject {
    font-family: 'SEBANGGothic', sans-serif;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 14px;
}

.policy_listbox .policy_item .policy_deps {
    width: 100%;
    height: auto;
    position: relative;
}

.policy_listbox .policy_item .policy_deps > li {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 10px;
    margin-bottom: 6px;
}

.policy_listbox .policy_item .policy_deps > li:last-of-type {
    margin-bottom: 0;
}

.policy_listbox .policy_item .policy_deps > li::after {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #898989;
    top: 7px;
    left: 0;
    border-radius: 5rem;
}

.policy_listbox .policy_item .policy_deps > li > a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0.875rem;
    letter-spacing: -0.5px;
    font-weight: 300;
    color: #898989;
    word-break: keep-all;
    line-height: 1.5;
}

/* MAIN POLICY END */
